/*----------------------
//  Schema
------------------------*/
/*----------------------
//  Screen Sizes
------------------------*/
/*----------------------
//  Colors
------------------------*/
/*----------------------
//  Responsive Font Sizes
------------------------*/
/*----------------------
//  Mixins
------------------------*/
@-webkit-keyframes Floatingx {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes Floating {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
select {
  /* Remove First */
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; */
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

.form-group {
  position: relative;
}

input[required] + label {
  position: absolute;
  left: 18px;
  /* the negative of the input width */
  top: 10px;
  font-weight: 200;
  color: #999ca5;
}

input[required] + label:after {
  content: "*";
  color: red;
}

/* show the placeholder when input has no content (no content = invalid) */
input[required]:invalid + label {
  display: inline-block;
}

/* hide the placeholder when input has some text typed in */
input[required]:valid + label {
  display: none;
}

/*----------------------
//  Schema
------------------------*/
/*----------------------
//  Screen Sizes
------------------------*/
/*----------------------
//  Colors
------------------------*/
/*----------------------
//  Responsive Font Sizes
------------------------*/
/*----------------------
//  Mixins
------------------------*/
@-webkit-keyframes Floatingx {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes Floating {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

.login-slide {
  height: 0;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
}

.login-slide.on {
  height: 300px;
}

/*----------------------
//  Schema
------------------------*/
/*----------------------
//  Screen Sizes
------------------------*/
/*----------------------
//  Colors
------------------------*/
/*----------------------
//  Responsive Font Sizes
------------------------*/
/*----------------------
//  Mixins
------------------------*/
@-webkit-keyframes Floatingx {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes Floating {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

.page-banner {
  height: 450px;
  display: table;
  background: #7c4199;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  color: #fff;
}

.page-banner .banner-wrapper {
  padding-top: 100px;
  display: table-cell;
  vertical-align: middle;
  background-position: top center;
  background-size: cover;
  background: #f67937;
}

.page-banner .banner-wrapper h1 {
  text-align: center;
  font-size: 52px;
}

@media (min-width: 768px) {
  .page-banner .banner-wrapper h1 {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .page-banner .banner-wrapper h1 {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .page-banner .banner-wrapper h1 {
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  .page-banner .banner-wrapper h1 {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .page-banner .banner-wrapper h1 {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .page-banner .banner-wrapper h1 {
    font-size: 70px;
  }
}

.page-banner .banner-wrapper.purple {
  background: rgba(124, 65, 153, 0.8);
}

.page-banner .banner-wrapper.pink {
  background: rgba(228, 14, 98, 0.8);
}

.page-banner .banner-wrapper.green {
  background: rgba(123, 193, 67, 0.8);
}

.page-banner.error-page {
  height: 600px;
  text-align: center;
}

.page-banner.error-page .container {
  margin-top: -50px;
}

@media (min-width: 992px) {
  .page-banner {
    position: relative;
    overflow: hidden;
  }

  .page-banner:after {
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91b";
    position: absolute;
    bottom: -310px;
    right: 120px;
    font-size: 400px;
    color: #fff;
  }

  .page-banner:before {
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91b";
    position: absolute;
    bottom: 10px;
    right: -20px;
    font-size: 200px;
    color: #fff;
  }
}

@media (min-width: 1600px) {
  .page-banner {
    height: 550px;
  }

  .page-banner.error-page {
    height: 750px;
  }
}

.page-nav {
  margin-bottom: -10px;
  margin-top: -61px;
  position: relative;
  z-index: 100;
}

.page-nav .container ul {
  border-bottom: 1px solid #f47836;
  background: #fff;
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: relative;
  white-space: nowrap;
}

.page-nav .container ul li {
  list-style: none;
  display: table-cell;
  /* max-width: 150px; */
  min-width: 100px;
  text-align: center;
  vertical-align: middle;
  height: 60px;
}

.page-nav .container ul li a {
  white-space: normal;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  padding: 5px 15px;
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 768px) {
  .page-nav .container ul {
    overflow-x: scroll !important;
  }
}

@media (min-width: 768px) {
  .page-nav .container ul li a {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .page-nav .container ul li a {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .page-nav .container ul li a {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .page-nav .container ul li a {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .page-nav .container ul li a {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .page-nav .container ul li a {
    font-size: 16px;
  }
}

.page-nav .container ul li a:hover {
  color: #f47836;
}

.page-nav .container ul li.active {
  border-top: 4px solid #f47836;
}

.page-nav .container ul li.active a {
  color: #f47836;
}

@media (min-width: 992px) {
  .page-nav {
    margin-top: -81px;
  }

  .page-nav .container ul li {
    list-style: none;
    display: table-cell;
    /* width: 14.2857%; */
    /* max-width: 14.2857%; */
    text-align: center;
    vertical-align: middle;
    height: 80px;
  }

  .page-nav .container ul li a {
    padding: 5px 15px;
  }
}

.page-sub-nav {
  margin-top: 10px;
  margin-bottom: -10px;
}

.page-sub-nav .container ul {
  background: #f47836;
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: relative;
  white-space: nowrap;
}

.page-sub-nav .container ul li {
  list-style: none;
  display: table-cell;
  max-width: 150px;
  min-width: 100px;
  text-align: center;
  vertical-align: middle;
  height: 60px;
}

.page-sub-nav .container ul li a {
  white-space: normal;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  padding: 5px 15px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

@media (min-width: 768px) {
  .page-sub-nav .container ul li a {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .page-sub-nav .container ul li a {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .page-sub-nav .container ul li a {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .page-sub-nav .container ul li a {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .page-sub-nav .container ul li a {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .page-sub-nav .container ul li a {
    font-size: 16px;
  }
}

.page-sub-nav .container ul li a:hover {
  color: #fff;
}

.page-sub-nav .container ul li.active {
  border-top: 4px solid #f47836;
}

.page-sub-nav .container ul li.active a {
  color: #f47836;
}

@media (min-width: 992px) {
  .page-sub-nav .container ul li {
    list-style: none;
    display: table-cell;
    width: 14.2857%;
    max-width: 14.2857%;
    text-align: center;
    vertical-align: middle;
    height: 80px;
  }

  .page-sub-nav .container ul li a {
    padding: 5px 15px;
  }
}

.page-content {
  padding: 10px 0;
}

.page-content .page-header {
  margin: 30px 0 30px;
  border: none;
  padding: 0;
}

.page-content .page-header .breadcrumb {
  padding: 5px 0;
  background: none;
  font-size: 12px;
}

@media (min-width: 768px) {
  .page-content .page-header .breadcrumb {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .page-content .page-header .breadcrumb {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .page-content .page-header .breadcrumb {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .page-content .page-header .breadcrumb {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .page-content .page-header .breadcrumb {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .page-content .page-header .breadcrumb {
    font-size: 14px;
  }
}

.page-content .page-header .breadcrumb > li + li:before {
  content: "|";
  padding: 0 5px 0 0;
}

.page-content .page-header .breadcrumb a {
  color: #f47836;
}

.page-content .page-header .article-header time {
  position: relative;
  font-weight: bold;
}

.page-content .page-header .article-header time:before {
  content: "\e91b";
  position: absolute;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f47836;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 30px;
  left: -8px;
  top: -5px;
}

.page-content .page-header h1 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 32px;
  min-height: 38px;
}

@media (min-width: 768px) {
  .page-content .page-header h1 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .page-content .page-header h1 {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .page-content .page-header h1 {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  .page-content .page-header h1 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .page-content .page-header h1 {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .page-content .page-header h1 {
    font-size: 35px;
  }
}

.page-content .page-header .socials-links {
  float: right;
}

.page-content .page-header .search-header-info {
  padding: 14px 0;
  display: inline-block;
}

.page-content .page-header .page-header-search form {
  margin: 0;
  padding: 0;
}

.page-content .page-header .page-header-search form input {
  width: 100%;
  float: left;
  margin-right: 15px;
}

.page-content
  .page-header
  .page-header-search
  form
  input::-webkit-input-placeholder {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-content .page-header .page-header-search form input:-moz-placeholder {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-content .page-header .page-header-search form input::-moz-placeholder {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-content
  .page-header
  .page-header-search
  form
  input:-ms-input-placeholder {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-content .page-header .page-header-search form button {
  margin-top: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .page-content .page-header .page-header-search {
    float: right;
  }

  .page-content .page-header .page-header-search form input {
    width: 300px;
  }

  .page-content .page-header .page-header-search form button {
    margin: 0;
    width: auto;
  }
}

.page-content .page-header .page-header-filters .selectric {
  width: 100%;
  margin: 5px 0;
}

.page-content .page-cover > img {
  width: 100%;
}

.page-content .page-body article {
  padding: 50px 45px 50px 45px;
}

.page-content .page-body article p {
  font-size: 16px;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .page-content .page-body article p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .page-content .page-body article p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .page-content .page-body article p {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .page-content .page-body article p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .page-content .page-body article p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .page-content .page-body article p {
    font-size: 18px;
  }
}

.page-content .page-body article img {
  max-width: 100%;
  float: left;
  padding: 15px;
  padding-left: 0;
  padding-top: 5px;
}

.page-content .page-body article .block {
  display: block;
  width: 100%;
  float: none;
  margin: 30px 0;
}

.page-content .page-body article dl {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  margin-bottom: 20px;
  border-left: 4px solid #f47836;
}

.page-content .page-body article dl dt {
  font-family: "PT Sans Narrow";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px;
}

@media (min-width: 768px) {
  .page-content .page-body article dl dt {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .page-content .page-body article dl dt {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .page-content .page-body article dl dt {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .page-content .page-body article dl dt {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .page-content .page-body article dl dt {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .page-content .page-body article dl dt {
    font-size: 28px;
  }
}

.page-content .page-body article ol,
.page-content .page-body article ul {
  padding: 0;
  list-style-position: inside;
}

.page-content .page-body article .socials-links .share-label {
  display: block;
}

.page-content .page-body article .socials-links .share-icons {
  border: none;
  position: relative;
  margin: 10px 0;
}

.page-content
  .page-body
  article
  .socials-links
  .share-icons
  .jssocials-share-label {
  padding: 15px 30px 15px 0;
}

.page-content
  .page-body
  article
  .socials-links
  .share-icons
  .jssocials-share
  a {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.page-content
  .page-body
  article
  .socials-links
  .share-icons
  .jssocials-share
  a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.page-content .page-body article .socials-links .share-icons:before {
  content: "";
  width: 30px;
  border-top: 1px solid #333333;
  position: absolute;
  left: 0;
  top: 0;
}

.page-content .page-body article.grey {
  background: #f2f2f2;
}

.page-content .page-body article.grey h1 {
  margin-top: 0px;
}

.page-content .page-body article.orange {
  background: #f47836;
  color: #fff;
}

.page-content .page-body article.orange a {
  color: #fff;
}

.page-content .page-body article.orange .btn:hover {
  color: #f47836;
}

.page-content .page-body article.yellow {
  background: #fff205;
}

.page-content .page-body article.green {
  background: #7bc143;
  color: #fff;
}

.page-content .page-body article.green a {
  color: #fff;
}

.page-content .page-body article.green .btn:hover {
  color: #7bc143;
}

.page-content .page-body article.purple {
  background: #7c4199;
  color: #fff;
}

.page-content .page-body article.purple a {
  color: #fff;
}

.page-content .page-body article.purple .btn:hover {
  color: #7c4199;
}

.page-content .page-body article.pink {
  background: #e40e62;
  color: #fff;
}

.page-content .page-body article.pink a {
  color: #fff;
}

.page-content .page-body article.pink .btn:hover {
  color: #e40e62;
}

.page-content .page-body article.turquoise {
  background: #00aaa6;
  color: #fff;
}

.page-content .page-body article.turquoise a {
  color: #fff;
}

.page-content .page-body article.turquoise .btn:hover {
  color: #00aaa6;
}

.page-content .page-footer {
  margin: 30px 0 0;
}

.page-content section {
  padding-top: 50px;
}

.page-content form {
  padding-top: 30px;
}

.page-content form .row {
  margin-bottom: 30px;
}

.page-content .tile-list [class*="-tile"] {
  margin-bottom: 30px;
}

.page-content .socials-links {
  display: inline-block;
  white-space: nowrap;
  margin-top: -6px;
}

.page-content .socials-links .share-label {
  display: none;
}

.page-content .socials-links .share-icons {
  display: inline-block;
  margin-left: 18px;
  border-left: 1px solid #333333;
  vertical-align: middle;
}

.page-content .socials-links .jssocials-share {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  display: inline-block;
}

@media (min-width: 768px) {
  .page-content .socials-links .jssocials-share {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .page-content .socials-links .jssocials-share {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .page-content .socials-links .jssocials-share {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .page-content .socials-links .jssocials-share {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .page-content .socials-links .jssocials-share {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .page-content .socials-links .jssocials-share {
    font-size: 18px;
  }
}

.page-content .socials-links .jssocials-share a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  color: #333333;
}

.page-content .socials-links .jssocials-share a .jssocials-share-label {
  display: inline-block;
  padding: 0 10px;
}

.page-content .socials-links .jssocials-share a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-width: 992px) {
  .page-content .socials-links .jssocials-share a .jssocials-share-label {
    display: inline-block;
    padding: 0 15px;
  }

  .page-content .socials-links .jssocials-share a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  .page-content .socials-links .share-label {
    display: inline-block;
    vertical-align: middle;
  }

  .page-content .page-header .page-header-filters {
    margin-top: -65px;
    float: right;
  }

  .page-content .page-header .page-header-filters form {
    padding: 0;
  }

  .page-content .page-header .page-header-filters .filter-item {
    width: 200px;
    margin: 5px 0;
    margin-left: 10px;
    float: left;
  }

  .page-content .page-footer {
    margin: 50px 0 0;
  }

  .page-content .page-footer .btn {
    float: right;
  }
}

/*----------------------
//  Schema
------------------------*/
/*----------------------
//  Screen Sizes
------------------------*/
/*----------------------
//  Colors
------------------------*/
/*----------------------
//  Responsive Font Sizes
------------------------*/
/*----------------------
//  Mixins
------------------------*/
@-webkit-keyframes Floatingx {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes Floating {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

.content-section {
  padding: 30px 0 !important;
}

.background-secondary {
  background-color: #FEF7F5;
}

.content-section .section-wrapper {
  padding: 20px 50px;
}

.content-section .section-header {
  margin: 0 0 30px;
}

.content-section .section-header h1 {
  margin: 0;
  padding: 0;
  font-size: 32px;
}

@media (min-width: 768px) {
  .content-section .section-header h1 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .content-section .section-header h1 {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .content-section .section-header h1 {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  .content-section .section-header h1 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .content-section .section-header h1 {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .content-section .section-header h1 {
    font-size: 35px;
  }
}

.content-section .section-swiper {
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 60px;
  padding-right: 60px;
}

.content-section .section-footer {
  margin: 30px 0 0;
}

@media (min-width: 992px) {
  .content-section {
    padding: 50px 0;
  }

  .content-section .section-header {
    margin: 0 0 20px;
  }

  .content-section .section-footer {
    margin: 50px 0 0;
  }

  .content-section .section-footer .btn {
    float: right;
  }
}

.content-section.grey {
  background: #f2f2f2;
}

.content-section.grey .form-control {
  border: 2px solid #b3b3b3;
}

.content-section.grey .form-control.form-control-underline {
  border-bottom: 2px solid #333333;
}

.content-section.grey .form-control:focus {
  background-color: #ffffff;
  border-color: #00aaa6;
}

.content-section.grey .selectric {
  border-color: #b3b3b3;
}

.content-section.orange {
  background: #f47836;
  color: #fff;
}

.content-section.orange a {
  color: #fff;
}

.content-section.orange .btn:hover {
  color: #f47836;
}

.content-section.yellow {
  background: #fff205;
}

.content-section.green {
  background: #7bc143;
  color: #fff;
}

.content-section.green a {
  color: #fff;
}

.content-section.green .btn:hover {
  color: #7bc143;
}

.content-section.purple {
  background: #7c4199;
  color: #fff;
}

.content-section.purple a {
  color: #fff;
}

.content-section.purple .btn:hover {
  color: #7c4199;
}

.content-section.pink {
  background: #e40e62;
  color: #fff;
}

.content-section.pink a {
  color: #fff;
}

.content-section.pink .btn:hover {
  color: #e40e62;
}

.content-section.turquoise {
  background: #00aaa6;
  color: #fff;
}

.content-section.turquoise a {
  color: #fff;
}

.content-section.turquoise .btn:hover {
  color: #00aaa6;
}

.media-list .media {
  margin: 30px 0;
}

.media-list .media .media-left {
  position: relative;
  padding-right: 10%;
  width: 10%;
}

.media-list .media mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 41%;
  text-align: center;
  background: none;
  font-weight: bold;
  font-size: 22px;
  padding: 12px 10px 15px 22px;
}

@media (min-width: 768px) {
  .media-list .media mark {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .media-list .media mark {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .media-list .media mark {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .media-list .media mark {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .media-list .media mark {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .media-list .media mark {
    font-size: 24px;
  }
}

.media-list .media mark span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 0;
}

@media (min-width: 768px) {
  .media-list .media mark span {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .media-list .media mark span {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .media-list .media mark span {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .media-list .media mark span {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .media-list .media mark span {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .media-list .media mark span {
    font-size: 14px;
  }
}

.media-list .media i {
  font-size: 52px;
}

@media (min-width: 768px) {
  .media-list .media i {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .media-list .media i {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .media-list .media i {
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  .media-list .media i {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .media-list .media i {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .media-list .media i {
    font-size: 70px;
  }
}

.media-list .media h2 {
  font-size: 26px;
  margin: 0;
}

@media (min-width: 768px) {
  .media-list .media h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .media-list .media h2 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .media-list .media h2 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .media-list .media h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .media-list .media h2 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .media-list .media h2 {
    font-size: 28px;
  }
}

.media-list .media p {
  color: #666666;
  font-size: 16px;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .media-list .media p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .media-list .media p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .media-list .media p {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .media-list .media p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .media-list .media p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .media-list .media p {
    font-size: 18px;
  }
}

.media-list .media:nth-child(1) i {
  color: #f47836;
}

.media-list .media:nth-child(2) i {
  /* color: #00aaa6; */
  color: #f47836;
}

.media-list .media:nth-child(3) i {
  /* color: #7c4199; */
  color: #f47836;
}

.search-box {
  padding: 40px 30px;
}

.search-box .form-group {
  margin-bottom: 15px;
  width: 100%;
}

.search-box .form-control {
  width: 100%;
}

.search-box .btn {
  width: 100%;
}

.search-box button {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .search-box .btn {
    width: auto;
  }

  .search-box a.btn {
    float: right;
  }

  .search-box button,
  .search-box .btn {
    margin-top: 0px;
    font-size: 18px;
    padding: 8px 20px;
    position: relative;
    height: 46px;
    width: 100%;
  }
}

.content-badge h2 {
  display: block;
  padding: 40px;
  margin: 0;
  position: relative;
}

.content-badge h2 span {
  display: block;
  width: 20%;
}

.content-badge h2:after {
  word-spacing: normal;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "\e903";
  font-size: 32px;
  position: absolute;
  top: 40%;
  right: 40px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .content-badge h2:after {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .content-badge h2:after {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .content-badge h2:after {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  .content-badge h2:after {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .content-badge h2:after {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .content-badge h2:after {
    font-size: 35px;
  }
}

.content-badge.open h2:after {
  transform: rotate(180deg);
}

.content-badge .dropdown-menu {
  padding: 40px;
}

.content-badge .dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-badge .dropdown-menu ul li {
  float: left;
  width: 100%;
  text-align: center;
}

.content-badge .dropdown-menu ul li i {
  font-size: 68px;
  padding: 0 15px 0 0;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .content-badge .dropdown-menu ul li i {
    font-size: 68px;
  }
}

@media (min-width: 992px) {
  .content-badge .dropdown-menu ul li i {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .content-badge .dropdown-menu ul li i {
    font-size: 90px;
  }
}

@media (min-width: 768px) {
  .content-badge .dropdown-menu ul li i {
    font-size: 68px;
  }
}

@media (min-width: 992px) {
  .content-badge .dropdown-menu ul li i {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .content-badge .dropdown-menu ul li i {
    font-size: 90px;
  }
}

@media (min-width: 768px) {
  .content-badge .dropdown-menu ul li {
    width: 33%;
  }

  .content-badge .dropdown-menu ul li i {
    padding: 40px 15px 0 0;
    display: inline;
    width: auto;
  }
}

.badge-weapper {
  float: none;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.badge-weapper .content-badge {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .badge-weapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .badge-weapper [class^="col-"] {
    position: static;
  }

  .badge-weapper .content-badge {
    position: static;
    margin-bottom: 30px;
  }

  .badge-weapper .content-badge.open {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .badge-weapper .dropdown-menu {
    box-shadow: none;
    border-color: #7c4199;
    width: 100%;
    left: 0px;
    border-radius: 0;
    background: #7c4199;
    top: 174px;
  }
}

.address-block {
  margin: 0;
  padding: 15px 0;
}

.address-block dt {
  margin: 10px 0;
}

.address-block h4 {
  margin: 0 0 10px;
}

.address-block p {
  margin: 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  .address-block p {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .address-block p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .address-block p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .address-block p {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .address-block p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .address-block p {
    font-size: 16px;
  }
}

.hours-block {
  margin: 0;
  padding: 15px 0;
}

.hours-block dt {
  margin: 10px 0;
}

.hours-block b {
  font-size: 22px;
}

@media (min-width: 768px) {
  .hours-block b {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .hours-block b {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .hours-block b {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .hours-block b {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .hours-block b {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .hours-block b {
    font-size: 24px;
  }
}

/*----------------------
//  Schema
------------------------*/
/*----------------------
//  Screen Sizes
------------------------*/
/*----------------------
//  Colors
------------------------*/
/*----------------------
//  Responsive Font Sizes
------------------------*/
/*----------------------
//  Mixins
------------------------*/
@-webkit-keyframes Floatingx {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes Floating {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

.badge-discover-sharjah {
  background: url("/static/media/img/bg/shj-mosque.gif") top 4px right 100px
    no-repeat #7c4199;
  color: #fff;
}

.badge-discover-sharjah a,
.badge-discover-sharjah a:hover,
.badge-discover-sharjah a:active,
.badge-discover-sharjah a:focus {
  color: #fff;
}

.badge-discover-sharjah .btn:hover {
  color: #7c4199;
}

.badge-discover-sharjah .btn-container {
  padding: 15px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .badge-discover-sharjah .btn-container {
    padding-top: 40px;
  }
}

.badge-latest-events {
  background: url("/static/media/img/bg/calendars.gif") top 4px right 100px
    no-repeat #7c4199;
  color: #fff;
}

.badge-latest-events a,
.badge-latest-events a:hover,
.badge-latest-events a:active,
.badge-latest-events a:focus {
  color: #fff;
}

.badge-latest-events .btn:hover {
  color: #7c4199;
}

.badge-latest-events .article-tile {
  padding-bottom: 15px;
}

.badge-latest-events .btn-container {
  padding: 15px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .badge-latest-events .btn-container {
    text-align: right;
  }
}

.faq-list dt {
  font-size: 16px;
  margin: 30px 0 15px;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width: 768px) {
  .faq-list dt {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .faq-list dt {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .faq-list dt {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .faq-list dt {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .faq-list dt {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .faq-list dt {
    font-size: 18px;
  }
}

.faq-list dt:hover {
  color: #f47836;
}

.gallery-cover {
  position: relative;
}

.gallery-cover img {
  max-width: 100%;
}

.gallery-cover h2 {
  color: #f47836;
  font-size: 26px;
}

.gallery-cover h2 span {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .gallery-cover h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .gallery-cover h2 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .gallery-cover h2 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .gallery-cover h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .gallery-cover h2 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .gallery-cover h2 {
    font-size: 28px;
  }
}

.gallery-cover .cover-text {
  padding: 15px 0;
}

.gallery-cover .cover-number {
  display: none;
}

@media (min-width: 992px) {
  .gallery-cover .cover-text {
    padding-left: 150px;
  }

  .gallery-cover .cover-number {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    width: 130px;
    height: 130px;
    padding: 15px;
    color: #f47836;
    left: 0px;
  }

  .gallery-cover .cover-number:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e918";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 130px;
    color: #f47836;
  }

  .gallery-cover .cover-number span,
  .gallery-cover .cover-number mark {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
  }

  .gallery-cover .cover-number span {
    top: 40px;
    left: 0;
    font-weight: bold;
    font-size: 22px;
  }

  .gallery-cover .cover-number mark {
    top: 65px;
    left: 0;
    font-size: 10px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .gallery-cover .cover-number span {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .gallery-cover .cover-number span {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-cover .cover-number span {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .gallery-cover .cover-number span {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .gallery-cover .cover-number span {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-cover .cover-number span {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .gallery-cover .cover-number mark {
    font-size: 10px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .gallery-cover .cover-number mark {
    font-size: 11px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-cover .cover-number mark {
    font-size: 11px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .gallery-cover .cover-number mark {
    font-size: 10px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .gallery-cover .cover-number mark {
    font-size: 11px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-cover .cover-number mark {
    font-size: 11px;
  }
}

.jslider-wrapper {
  margin: 50px auto;
}

.advanced-search .row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.advanced-search .irs-line {
  border-bottom: 2px solid #b3b3b3;
}

.advanced-search .irs-bar {
  background: #f47836;
}

.advanced-search .irs-max,
.advanced-search .irs-min {
  font-size: 14px;
  border-radius: 0;
  background: none;
  text-align: center;
}

@media (min-width: 768px) {
  .advanced-search .irs-max,
  .advanced-search .irs-min {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .advanced-search .irs-max,
  .advanced-search .irs-min {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .advanced-search .irs-max,
  .advanced-search .irs-min {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .advanced-search .irs-max,
  .advanced-search .irs-min {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .advanced-search .irs-max,
  .advanced-search .irs-min {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .advanced-search .irs-max,
  .advanced-search .irs-min {
    font-size: 16px;
  }
}

.advanced-search .irs-max span,
.advanced-search .irs-min span {
  display: block;
  font-size: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .advanced-search .irs-max span,
  .advanced-search .irs-min span {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .advanced-search .irs-max span,
  .advanced-search .irs-min span {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .advanced-search .irs-max span,
  .advanced-search .irs-min span {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .advanced-search .irs-max span,
  .advanced-search .irs-min span {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .advanced-search .irs-max span,
  .advanced-search .irs-min span {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .advanced-search .irs-max span,
  .advanced-search .irs-min span {
    font-size: 11px;
  }
}

.advanced-search .irs-to,
.advanced-search .irs-from {
  font-size: 22px;
  border-radius: 0;
  background: none;
  color: #333333;
  top: -50px;
}

@media (min-width: 768px) {
  .advanced-search .irs-to,
  .advanced-search .irs-from {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .advanced-search .irs-to,
  .advanced-search .irs-from {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .advanced-search .irs-to,
  .advanced-search .irs-from {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .advanced-search .irs-to,
  .advanced-search .irs-from {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .advanced-search .irs-to,
  .advanced-search .irs-from {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .advanced-search .irs-to,
  .advanced-search .irs-from {
    font-size: 24px;
  }
}

.advanced-search .irs-to:after,
.advanced-search .irs-from:after {
  content: "\e91f";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f47836;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 30px;
  left: calc(50% - 15px);
  bottom: -25px;
}

.advanced-search .irs-to span,
.advanced-search .irs-from span {
  display: block;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .advanced-search .irs-to span,
  .advanced-search .irs-from span {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .advanced-search .irs-to span,
  .advanced-search .irs-from span {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .advanced-search .irs-to span,
  .advanced-search .irs-from span {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .advanced-search .irs-to span,
  .advanced-search .irs-from span {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .advanced-search .irs-to span,
  .advanced-search .irs-from span {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .advanced-search .irs-to span,
  .advanced-search .irs-from span {
    font-size: 14px;
  }
}

@font-face {
  font-family: "PT Sans Narrow";
  src: url("/static/fonts/PTSans-Narrow.eot");
  src: url("/static/fonts/PTSans-Narrow.eot?#iefix") format("embedded-opentype"),
    url("/static/fonts/PTSans-Narrow.woff") format("woff"),
    url("/static/fonts/PTSans-Narrow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PT Sans Narrow";
  src: url("/static/fonts/PTSans-NarrowBold.eot");
  src: url("/static/fonts/PTSans-NarrowBold.eot?#iefix")
      format("embedded-opentype"),
    url("/static/fonts/PTSans-NarrowBold.woff") format("woff"),
    url("/static/fonts/PTSans-NarrowBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Regular";
  src: url("/static/fonts/ProximaNova-Regular.eot");
  src: url("/static/fonts/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/static/fonts/ProximaNova-Regular.woff") format("woff"),
    url("/static/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "The Mix Arab";
  src: url("/static/fonts/TheMixArab.eot");
  src: url("/static/fonts/TheMixArab.eot?#iefix") format("embedded-opentype"),
    url("/static/fonts/TheMixArab.woff") format("woff"),
    url("/static/fonts/TheMixArab.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "The Mix Arab";
  src: url("/static/fonts/TheMixArab-Bold.eot");
  src: url("/static/fonts/TheMixArab-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/static/fonts/TheMixArab-Bold.woff") format("woff"),
    url("/static/fonts/TheMixArab-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("/static/fonts/icomoon.eot?yvy3hn");
  src: url("/static/fonts/icomoon.eot?yvy3hn#iefix") format("embedded-opentype"),
    url("/static/fonts/icomoon.ttf?yvy3hn") format("truetype"),
    url("/static/fonts/icomoon.woff?yvy3hn") format("woff"),
    url("/static/fonts/icomoon.svg?yvy3hn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e910";
}

.icon-desktop:before {
  content: "\e906";
}

.icon-fax:before {
  content: "\e907";
}

.icon-phone:before {
  content: "\e90e";
}

.icon-activities:before {
  content: "\e90b";
}

.icon-book:before {
  content: "\e908";
}

.icon-bookstack:before {
  content: "\e909";
}

.icon-globe:before {
  content: "\e90a";
}

.icon-diamond:before {
  content: "\e91f";
}

.icon-pattern-dim:before {
  content: "\e918";
}

.icon-pattern-left:before {
  content: "\e919";
}

.icon-pattern-right:before {
  content: "\e91c";
}

.icon-pattern-loose:before {
  content: "\e91a";
}

.icon-pattern-narrow:before {
  content: "\e91b";
}

.icon-reading:before {
  content: "\e91d";
}

.icon-chevron-up:before {
  content: "\e900";
}

.icon-chevron-right:before {
  content: "\e901";
}

.icon-chevron-left:before {
  content: "\e902";
}

.icon-chevron-down:before {
  content: "\e903";
}

.icon-trash:before {
  content: "\e904";
}

.icon-location:before {
  content: "\e905";
}

.icon-like:before {
  content: "\e907";
}

.icon-search:before {
  content: "\f002";
}

.icon-home:before {
  content: "\e91e";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-facebook:before {
  content: "\ea90";
  color: #fff;
}

.icon-instagram:before {
  content: "\ea92";
  color: #fff;
}

.icon-whatsapp:before {
  content: "\ea93";
  color: #fff;
}

.icon-twitter:before {
  content: "";
  background: url(/static/media/img/twitter.png);
  background-size: 100%;
  width: 17px;
  height: 17px;
  display: inline-block;
  color: #fff;;
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-vimeo:before {
  content: "\eaa0";
}

.icon-skype:before {
  content: "\eac5";
}

.icon-linkedin:before {
  content: "\eaca";
}

.icon-day:before {
  content: "\e90c";
}

.icon-night:before {
  content: "\e90d";
}

/*----------------------
//  Schema
------------------------*/
/*----------------------
//  Screen Sizes
------------------------*/
/*----------------------
//  Colors
------------------------*/
/*----------------------
//  Responsive Font Sizes
------------------------*/
/*----------------------
//  Mixins
------------------------*/
@-webkit-keyframes Floatingx {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes Floating {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

.form-group label.error {
  color: red;
  font-size: 10px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .form-group label.error {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .form-group label.error {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .form-group label.error {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .form-group label.error {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .form-group label.error {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .form-group label.error {
    font-size: 11px;
  }
}

/*----------------------
//  Schema
------------------------*/
/*----------------------
//  Screen Sizes
------------------------*/
/*----------------------
//  Colors
------------------------*/
/*----------------------
//  Responsive Font Sizes
------------------------*/
/*----------------------
//  Mixins
------------------------*/
@-webkit-keyframes Floatingx {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes Floating {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

.image-stack {
  list-style: none;
  position: relative;
}

.image-stack li {
  position: absolute;
  top: 0;
  right: 0;
  border-right: 8px solid;
}

.image-stack li img {
  -webkit-box-shadow: 0px 0px 20px 2px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0px 0px 20px 2px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 0px 20px 2px rgba(51, 51, 51, 0.25);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-stack li:hover img {
  -webkit-filter: none;
  filter: none;
}

.image-stack li:nth-child(1).comeover img {
  z-index: 10;
  transform: scale(1.1);
  -webkit-filter: none;
  -webkit-filter: none;
  filter: none;
  filter: none;
}

.image-stack li:nth-child(1).comeover {
  z-index: 10;
  transform: scale(1.1);
}

.image-stack li:nth-child(2).comeover img {
  z-index: 10;
  transform: scale(1.1);
  -webkit-filter: none;
  -webkit-filter: none;
  filter: none;
  filter: none;
}

.image-stack li:nth-child(2).comeover {
  z-index: 10;
  transform: scale(1.1);
}

.image-stack li:nth-child(3).comeover img {
  z-index: 10;
  transform: scale(1.1);
  -webkit-filter: none;
  -webkit-filter: none;
  filter: none;
  filter: none;
}

.image-stack li:nth-child(3).comeover {
  z-index: 10;
  transform: scale(1.1);
}

.photo-stack li:nth-child(1).comeover img {
  z-index: 10;
  transform: scale(1.1);
  -webkit-filter: none;
  -webkit-filter: none;
  filter: none;
  filter: none;
}

.photo-stack li:nth-child(1).comeover {
  z-index: 10;
  transform: scale(1.1);
}

.photo-stack li:nth-child(2).comeover img {
  z-index: 10;
  transform: scale(1.1);
  -webkit-filter: none;
  -webkit-filter: none;
  filter: none;
  filter: none;
}

.photo-stack li:nth-child(2).comeover {
  z-index: 10;
  transform: scale(1.1);
}

.photo-stack li:nth-child(3).comeover img {
  z-index: 10;
  transform: scale(1.1);
  -webkit-filter: none;
  -webkit-filter: none;
  filter: none;
  filter: none;
}

.photo-stack li:nth-child(3).comeover {
  z-index: 10;
  transform: scale(1.1);
}

.image-stack li:hover:nth-child(1) img {
  z-index: 4;
  transform: scale(1.1);
}

.image-stack li:hover:nth-child(2) img {
  z-index: 4;
  transform: scale(1.1);
}

.image-stack li:hover:nth-child(3) img {
  z-index: 4;
  transform: scale(1.1);
}

.photo-stack li:hover:nth-child(1) img {
  z-index: 4;
  transform: scale(1.1);
}

.photo-stack li:hover:nth-child(2) img {
  z-index: 4;
  transform: scale(1.1);
}

.photo-stack li:hover:nth-child(3) img {
  z-index: 4;
  transform: scale(1.1);
}

.image-stack li:nth-child(1) {
  z-index: 5;
  -ms-transform: rotate(-1deg) scale(0.6) translate(80px, 320px);
  -webkit-transform: rotate(-1deg) scale(0.6) translate(80px, 320px);
  transform: rotate(-1deg) scale(0.6) translate(80px, 320px);
  border-color: #f47836;
}

.image-stack li:hover:nth-child(1) {
  z-index: 5;
  /* transform: translateX(-50px); */
}

.image-stack li:hover:nth-child(2) {
  z-index: 5;
  /* transform: translateX(-50px); */
}

.image-stack li:hover:nth-child(3) {
  z-index: 5;
  /* transform: translateX(-50px); */
}

.photo-stack li:hover:nth-child(1) {
  z-index: 5;
  /* transform: translateX(-50px); */
}

.photo-stack li:hover:nth-child(2) {
  z-index: 5;
  /* transform: translateX(-50px); */
}

.photo-stack li:hover:nth-child(3) {
  z-index: 5;
  /* transform: translateX(-50px); */
}

.image-stack li:nth-child(2) {
  z-index: 4;
  -ms-transform: rotate(0deg) scale(0.8) translate(-120px, 150px);
  -webkit-transform: rotate(0deg) scale(0.8) translate(-120px, 150px);
  transform: rotate(0deg) scale(0.8) translate(-120px, 150px);
  border-color: #00aaa6;
}

.image-stack li:nth-child(3) {
  z-index: 3;
  -ms-transform: rotate(0deg) scale(0.75) translate(90px, 0);
  -webkit-transform: rotate(0deg) scale(0.75) translate(90px, 0);
  transform: rotate(0deg) scale(0.75) translate(90px, 0);
  border-color: #7c4199;
  -webkit-transition: width 1s, height 1s;
  transition: width 1s, height 1s, transform 1s;
}

.photo-stack {
  list-style: none;
  position: relative;
}

.photo-stack li {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 8px solid;
}

.photo-stack li img {
  -webkit-box-shadow: 0px 0px 20px 2px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0px 0px 20px 2px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 0px 20px 2px rgba(51, 51, 51, 0.25);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.photo-stack li:hover img {
  -webkit-filter: none;
  filter: none;
}

.photo-stack li:nth-child(1) {
  z-index: 5;
  -ms-transform: rotate(0) scale(0.9) translate(50px, 20px);
  -webkit-transform: rotate(0) scale(0.9) translate(50px, 20px);
  transform: rotate(0) scale(0.9) translate(50px, 20px);
  border-color: #f47836;
}

.photo-stack li:nth-child(2) {
  z-index: 4;
  -ms-transform: rotate(0) scale(0.9) translate(0px, -40px);
  -webkit-transform: rotate(0) scale(0.9) translate(0px, -40px);
  transform: rotate(0) scale(0.9) translate(0px, -40px);
  border-color: #00aaa6;
}

.photo-stack li:nth-child(3) {
  z-index: 3;
  -ms-transform: rotate(0) scale(0.9) translate(20px, 80px);
  -webkit-transform: rotate(0) scale(0.9) translate(20px, 80px);
  transform: rotate(0) scale(0.9) translate(20px, 80px);
  border-color: #7c4199;
}

/*----------------------
//  Schema
------------------------*/
/*----------------------
//  Screen Sizes
------------------------*/
/*----------------------
//  Colors
------------------------*/
/*----------------------
//  Responsive Font Sizes
------------------------*/
/*----------------------
//  Mixins
------------------------*/
@-webkit-keyframes Floatingx {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes Floating {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

html,
body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscal;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Proxima Nova Regular";
  font-weight: normal;
  font-size: 16px;
  color: #333333;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
b {
  font-family: "PT Sans Narrow";
  font-weight: bold;
  text-transform: uppercase;
}

mark {
  background: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}

a.link-more {
  color: #f47836;
}

a.link-more:after {
  content: "»";
  padding-left: 5px;
}

.text-translate {
  font-family: "The Mix Arab";
}

.text-normal {
  font-weight: normal;
}

.btn {
  text-transform: uppercase;
  border-radius: 0;
  font-family: "PT Sans Narrow";
  font-weight: bold;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}

.btn-stretch {
  width: 100%;
}

.btn-xxl {
  font-size: 26px;
  padding: 10px 30px;
  min-width: 200px;
}

@media (min-width: 768px) {
  .btn-xxl {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .btn-xxl {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .btn-xxl {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .btn-xxl {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .btn-xxl {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .btn-xxl {
    font-size: 28px;
  }
}

.btn-xl {
  font-size: 22px;
  padding: 10px 30px;
}

@media (min-width: 768px) {
  .btn-xl {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .btn-xl {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .btn-xl {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .btn-xl {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .btn-xl {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .btn-xl {
    font-size: 24px;
  }
}

.btn-lg {
  font-size: 16px;
  padding: 9px 20px;
}

@media (min-width: 768px) {
  .btn-lg {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .btn-lg {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .btn-lg {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .btn-lg {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .btn-lg {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .btn-lg {
    font-size: 18px;
  }
}

.btn-line {
  border: 2px solid #333333;
  color: #333333;
  background: none;
}

.btn-line:hover {
  background: #333333;
  color: #fff;
}

.btn-fill {
  background: #333333;
  border: 2px solid #333333;
  color: #fff;
}

.btn-line:hover {
  background: #333333;
  color: #fff;
}

.btn-underline {
  border-bottom: 2px solid #333333;
  color: #333333;
}

.btn-line-inverse {
  border: 2px solid #fff;
  color: #fff;
  background: none;
}

.btn-line-inverse:hover {
  background: #fff;
  color: #333333;
}

.btn-underline-inverse {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.btn-underline-inverse:hover {
  background: #fff;
  color: #333333;
}

.form-group label {
  color: #b3b3b3;
}

.css-yk16xz-control {
  background: none;
  border: 2px solid #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 16px;
}

.form-control {
  background: none;
  border: 2px solid #a9a9a9;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 18px;
  color: #616161;
}

.form-control.form-control-underline {
  border: 0;
  border-bottom: 2px solid #333333;
}

.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #00aaa6;
}

.pagination > li > a,
.pagination > li > span {
  border: 0;
  color: #737373;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  background: none;
  color: #f47836;
}

.pagination > li > a:focus,
.pagination > li > span:focus {
  background: none;
}

.pagination > li > a {
  padding: 0;
}

.pagination > li > a > span {
  padding: 6px 12px;
  display: block;
}

.pagination > .active {
  background: none;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: none;
}

.pagination > .active > a span,
.pagination > .active > a:focus span,
.pagination > .active > a:hover span,
.pagination > .active > span span,
.pagination > .active > span:focus span,
.pagination > .active > span:hover span {
  position: relative;
  z-index: 10;
}

.pagination > .active > a:after,
.pagination > .active > a:focus:after,
.pagination > .active > a:hover:after,
.pagination > .active > span:after,
.pagination > .active > span:focus:after,
.pagination > .active > span:hover:after {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "\e918";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 54px;
  color: #f47836;
  z-index: -1;
}

.selectric-wrapper .selectric {
  background: none;
  border: 2px solid #f2f2f2;
}

.selectric-wrapper .selectric .label {
  font-size: 16px;
  height: 42px;
  line-height: 38px;
  text-align: left;
  font-weight: normal;
  margin: 0 38px 0 5px;
  color: #999ca5;
}

@media (min-width: 768px) {
  .selectric-wrapper .selectric .label {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .selectric-wrapper .selectric .label {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .selectric-wrapper .selectric .label {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .selectric-wrapper .selectric .label {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .selectric-wrapper .selectric .label {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .selectric-wrapper .selectric .label {
    font-size: 18px;
  }
}

.selectric-wrapper .selectric .button {
  height: 42px;
  line-height: 38px;
}

.selectric-wrapper .selectric-items li {
  font-size: 16px;
}

@media (min-width: 768px) {
  .selectric-wrapper .selectric-items li {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .selectric-wrapper .selectric-items li {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .selectric-wrapper .selectric-items li {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .selectric-wrapper .selectric-items li {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .selectric-wrapper .selectric-items li {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .selectric-wrapper .selectric-items li {
    font-size: 18px;
  }
}

.selectric-wrapper.selectric-open .selectric {
  border-color: #00aaa6;
}

.selectric-wrapper.selectric-open .selectric-items li:hover {
  background: #f2f2f2;
  color: #00aaa6;
}

.selectric-wrapper.selectric-open .selectric-items li.selected {
  background: #f2f2f2;
}

.bg-orange .form-control,
.bg-purple .form-control,
.bg-pink .form-control,
.bg-green .form-control,
.bg-turquoise .form-control,
.bg-orange .selectric-wrapper .selectric .label,
.bg-orange .selectric-wrapper.selectric-open .selectric {
  border-color: #fff;
  color: #fff;
}

.search-box .form-control option {
  color: #000;
}

.bg-orange .selectric-wrapper.selectric-open .selectric-items li:hover {
  color: #f47836;
}

.bg-orange .selectric .button:after {
  border-top-color: #fff;
}

.bg-orange .form-control::-webkit-input-placeholder,
.bg-purple .form-control::-webkit-input-placeholder,
.bg-pink .form-control::-webkit-input-placeholder,
.bg-green .form-control::-webkit-input-placeholder,
.bg-turquoise .form-control::-webkit-input-placeholder {
  color: #fff;
}

.bg-orange .form-control:-moz-placeholder,
.bg-purple .form-control:-moz-placeholder,
.bg-pink .form-control:-moz-placeholder,
.bg-green .form-control:-moz-placeholder,
.bg-turquoise .form-control:-moz-placeholder {
  color: #fff;
}

.bg-orange .form-control::-moz-placeholder,
.bg-purple .form-control::-moz-placeholder,
.bg-pink .form-control::-moz-placeholder,
.bg-green .form-control::-moz-placeholder,
.bg-turquoise .form-control::-moz-placeholder {
  color: #fff;
}

.bg-orange .form-control:-ms-input-placeholder,
.bg-purple .form-control:-ms-input-placeholder,
.bg-pink .form-control:-ms-input-placeholder,
.bg-green .form-control:-ms-input-placeholder,
.bg-turquoise .form-control:-ms-input-placeholder {
  color: #fff;
}

.bg-grey {
  background: #f2f2f2;
}

.bg-orange {
  background: #f47836;
  color: #fff;
}

.bg-orange a {
  color: #fff;
}

.bg-orange .btn:hover {
  color: #f47836;
}

.bg-yellow {
  background: #fff205;
  color: #fff;
}

.bg-yellow a {
  color: #fff;
}

.bg-yellow .btn:hover {
  color: #fff205;
}

.bg-green {
  background: #7bc143;
  color: #fff;
}

.bg-green a {
  color: #fff;
}

.bg-green .btn:hover {
  color: #7bc143;
}

.bg-purple {
  background: #7c4199;
  color: #fff;
}

.bg-purple a {
  color: #fff;
}

.bg-purple .btn:hover {
  color: #7c4199;
}

.bg-pink {
  background: #e40e62;
  color: #fff;
}

.bg-pink a {
  color: #fff;
}

.bg-pink .btn:hover {
  color: #e40e62;
}

.bg-turquoise {
  background: #00aaa6;
  color: #fff;
}

.bg-turquoise a {
  color: #fff;
}

.bg-turquoise .btn:hover {
  color: #00aaa6;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
  }
}

.page-ft {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.page-ft .ft-logos {
  padding-bottom: 20px;
}

.page-ft .ft-logos img {
  width: 100%;
  padding: 10px 0;
}

.page-ft .ft-logos .store-stickers {
  display: none;
}

.page-ft .ft-logos .store-stickers a {
  width: 50%;
  float: left;
}

.page-ft .ft-logos .store-stickers a:first-child {
  padding-right: 5px;
}

.page-ft .ft-logos .store-stickers a:last-child {
  padding-left: 5px;
}

.page-ft dl dt {
  color: #f47836;
  font-size: 16px;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .page-ft dl dt {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .page-ft dl dt {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .page-ft dl dt {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .page-ft dl dt {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .page-ft dl dt {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .page-ft dl dt {
    font-size: 18px;
  }
}

.page-ft dl dd {
  font-size: 14px;
  padding: 0;
}

@media (min-width: 768px) {
  .page-ft dl dd {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .page-ft dl dd {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .page-ft dl dd {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .page-ft dl dd {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .page-ft dl dd {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .page-ft dl dd {
    font-size: 16px;
  }
}

.page-ft dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-ft dl dd ul li a {
  color: #333333;
  padding: 5px 0;
  display: block;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.page-ft dl dd ul li a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.page-copyright {
  padding: 20px 0;
  font-size: 12px;
  color: #fff;
  background: #F67937;
}

@media (min-width: 768px) {
  .page-copyright {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .page-copyright {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .page-copyright {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .page-copyright {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .page-copyright {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .page-copyright {
    font-size: 14px;
  }
}

.page-copyright .copyright-text,
.page-copyright .copyright-nav,
.page-copyright .copyright-social,
.page-copyright .copyright-toll {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}

.page-copyright .copyright-toll a {
  color: #f47836;
  font-weight: 800;
}

.page-copyright .copyright-social {
  text-align: center;
  color: #fff;
}

.page-copyright .copyright-social a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333333;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 16px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .page-copyright .copyright-social a {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .page-copyright .copyright-social a {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .page-copyright .copyright-social a {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .page-copyright .copyright-social a {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .page-copyright .copyright-social a {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .page-copyright .copyright-social a {
    font-size: 18px;
  }
}

.page-copyright .copyright-social a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.page-copyright .copyright-nav a {
  color: #fff;
  padding: 0 0 0 2px;
}

.page-copyright .copyright-nav a:after {
  content: "|";
  padding-left: 5px;
}

.page-copyright .copyright-nav a:before {
}

.page-copyright .copyright-nav a:last-child:after {
  content: "";
}

.page-copyright .copyright-nav a:first-child:before {
}

@media (min-width: 992px) {
  .page-copyright .copyright-text,
  .page-copyright .copyright-nav,
  .page-copyright .copyright-social,
  .page-copyright .copyright-toll {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .page-copyright .copyright-nav {
    padding-left: 0;
    padding-right: 0;
  }
}

/*----------------------
//  Schema
------------------------*/
/*----------------------
//  Screen Sizes
------------------------*/
/*----------------------
//  Colors
------------------------*/
/*----------------------
//  Responsive Font Sizes
------------------------*/
/*----------------------
//  Mixins
------------------------*/
@-webkit-keyframes Floatingx {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes Floating {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

@media (min-width: 768px) and (max-width: 992px) {
  #page-hd.navbar .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #page-hd.navbar .navbar-collapse {
    bottom: 0;
  }

  #page-hd.navbar .navbar-header {
    float: none;
  }

  #page-hd.navbar .navbar-left,
  #page-hd.navbar .navbar-right {
    float: none !important;
  }

  #page-hd.navbar .navbar-toggle {
    display: block;
  }

  #page-hd.navbar .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  #page-hd.navbar .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  #page-hd.navbar .navbar-collapse.collapse {
    display: none !important;
  }

  #page-hd.navbar .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  #page-hd.navbar .navbar-nav > li {
    float: none;
  }

  #page-hd.navbar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #page-hd.navbar .collapse.in {
    display: block !important;
  }

  #page-hd.navbar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 992px) {
  #page-hd.navbar {
    height: 75px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -ms-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
  }

  #page-hd.navbar .navbar-mobile-search {
    display: block;
    height: 110px;
    width: 100%;
    background-image: linear-gradient(
      #f47836,
      #f47836 50%,
      rgba(244, 120, 54, 0.02) 100%
    );
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }

  #page-hd.navbar .menu-trigger {
    position: fixed;
    top: 15px;
    left: 30px;
    display: block;
    width: 30px;
    height: 40px;
    background: none;
    border: none;
    z-index: 100;
  }

  #page-hd.navbar .menu-trigger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background-color: none;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #page-hd.navbar .menu-trigger span:before,
  #page-hd.navbar .menu-trigger span:after {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  #page-hd.navbar .menu-trigger span:before {
    left: 0;
    top: 5px;
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }

  #page-hd.navbar .menu-trigger span:after {
    left: 0;
    top: -5px;
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }

  #page-hd.navbar .menu-trigger.collapsed span:before {
    -webkit-transform: translateY(-250%) rotate(0deg);
    transform: translateY(-250%) rotate(0deg);
    background: #fff;
  }

  #page-hd.navbar .menu-trigger.collapsed span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
    background: #fff;
  }

  #page-hd.navbar .menu-trigger:focus {
    outline: none;
  }

  #page-hd.navbar .menu-brand {
    float: right;
    margin: 10px 20px;
  }

  #page-hd.navbar .menu-brand img {
    height: 40px;
  }

  #page-hd.navbar .menu-brand img.logo-o {
    display: none;
  }

  #page-hd.navbar .navbar-collapse {
    padding-top: 70px;
    background: rgba(244, 120, 54, 0.98);
    width: 100%;
    height: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    left: 0px;
    margin: 0px;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -ms-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
  }

  #page-hd.navbar .navbar-collapse #primary-nav {
    padding: 15px 0;
  }

  #page-hd.navbar .navbar-collapse #primary-nav > li > a {
    display: block;
    color: #fff;
    padding: 15px 30px;
  }

  #page-hd.navbar .navbar-collapse #primary-nav > li > a:focus,
  #page-hd.navbar .navbar-collapse #primary-nav > li > a:hover,
  #page-hd.navbar .navbar-collapse #primary-nav > li > a:active {
    background-color: #f57e40;
  }

  #page-hd.navbar .navbar-collapse #primary-nav .dropdown ul {
    padding: 0;
    margin: 15px auto;
  }

  #page-hd.navbar
    .navbar-collapse
    #primary-nav
    .dropdown.open
    .dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
  }

  #page-hd.navbar .navbar-collapse #primary-nav .dropdown.open .dropdown-menu {
    display: block !important;
    padding: 0 15px;
    background-color: #f36b23;
    border-top: 1px solid #f79866;
    border-bottom: 1px solid #f79866;
  }

  #page-hd.navbar
    .navbar-collapse
    #primary-nav
    .dropdown.open
    .dropdown-menu
    > li
    > a {
    padding: 10px 50px;
  }

  #page-hd.navbar
    .navbar-collapse
    #primary-nav
    .dropdown.open
    .dropdown-menu
    dl
    dd
    a {
    color: rgba(255, 255, 255, 0.6);
  }

  #page-hd.navbar .navbar-collapse #sec-nav {
    background: #f5884e;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-top: 1px solid #f79866;
  }

  #page-hd.navbar .navbar-collapse #sec-nav li:last-child {
    /*display: none;*/
  }

  #page-hd.navbar .navbar-collapse #sec-nav a {
    display: block;
    color: #fff;
    padding: 15px 30px;
  }

  #page-hd.navbar .navbar-collapse #sec-nav a:focus,
  #page-hd.navbar .navbar-collapse #sec-nav a:hover {
    background-color: #f79866;
  }

  #page-hd.navbar .navbar-collapse.in {
    opacity: 1;
  }

  #page-hd.navbar.sticky {
    -webkit-box-shadow: 1px 2px 2px 0px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 1px 2px 2px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 1px 2px 2px 0px rgba(51, 51, 51, 0.2);
    background-color: #f47836;
  }

  #page-hd.navbar.sticky .menu-trigger span:before,
  #page-hd.navbar.sticky .menu-trigger span:after {
    background: #fff;
  }

  #page-hd #social-links {
    display: none;
  }

  #page-hd li.header-search {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
  }

  #page-hd li.header-search form {
    position: relative;
    color: #7c4199;
    margin-right: -20px;
  }

  #page-hd li.header-search form i {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 26px;
  }

  #page-hd li.header-search form input {
    position: relative;
    left: -20px;
    z-index: 10;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: none;
    color: #7c4199;
    width: 20px;
    padding-left: 30px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid transparent;
  }

  #page-hd li.header-search form input:focus,
  #page-hd li.header-search form input:active,
  #page-hd li.header-search form input:hover {
    border: none;
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #7c4199;
    width: 150px;
  }

  #page-hd li.header-search form input::-webkit-input-placeholder {
    color: #7c4199;
  }

  #page-hd li.header-search form input::-moz-placeholder {
    color: #7c4199;
  }

  #page-hd li.header-search form input:-ms-input-placeholder {
    color: #7c4199;
  }

  #page-hd li.header-search form input:-moz-placeholder {
    color: #7c4199;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #page-hd.navbar {
    font-size: 16px;
  }
}

@media (max-width: 992px) and (min-width: 992px) {
  #page-hd.navbar {
    font-size: 18px;
  }
}

@media (max-width: 992px) and (min-width: 1200px) {
  #page-hd.navbar {
    font-size: 18px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #page-hd.navbar {
    font-size: 16px;
  }
}

@media (max-width: 992px) and (min-width: 992px) {
  #page-hd.navbar {
    font-size: 18px;
  }
}

@media (max-width: 992px) and (min-width: 1200px) {
  #page-hd.navbar {
    font-size: 18px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #page-hd li.header-search form i {
    font-size: 26px;
  }
}

@media (max-width: 992px) and (min-width: 992px) {
  #page-hd li.header-search form i {
    font-size: 28px;
  }
}

@media (max-width: 992px) and (min-width: 1200px) {
  #page-hd li.header-search form i {
    font-size: 28px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #page-hd li.header-search form i {
    font-size: 26px;
  }
}

@media (max-width: 992px) and (min-width: 992px) {
  #page-hd li.header-search form i {
    font-size: 28px;
  }
}

@media (max-width: 992px) and (min-width: 1200px) {
  #page-hd li.header-search form i {
    font-size: 28px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #page-hd li.header-search form input {
    font-size: 22px;
  }
}

@media (max-width: 992px) and (min-width: 992px) {
  #page-hd li.header-search form input {
    font-size: 24px;
  }
}

@media (max-width: 992px) and (min-width: 1200px) {
  #page-hd li.header-search form input {
    font-size: 24px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #page-hd li.header-search form input {
    font-size: 22px;
  }
}

@media (max-width: 992px) and (min-width: 992px) {
  #page-hd li.header-search form input {
    font-size: 24px;
  }
}

@media (max-width: 992px) and (min-width: 1200px) {
  #page-hd li.header-search form input {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  #page-hd.navbar {
    font-family: "PT Sans Narrow";
    font-weight: bold;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    height: 120px;
  }

  #page-hd.navbar .navbar-header {
    float: right;
  }

  #page-hd.navbar .navbar-header .menu-brand {
    /* max-width: 215px; */
    margin: 15px 0px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
  }

  #page-hd.navbar .navbar-header .menu-brand img {
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    height: 50px;
    position: relative;
    top: 10px;
    /*width: 100%;*/
  }

  #page-hd.navbar .navbar-header .menu-brand .logo-o {
    display: none;
  }

  #page-hd.navbar .navbar-mobile-search {
    display: none;
  }

  #page-hd.navbar .navbar-main {
    float: left;
    position: relative;
    margin: 20px auto;
  }

  /* .nav>li ul a{
    color: #fff;
  } */

  #page-hd.navbar .navbar-main .nav > li > a:focus,
  #page-hd.navbar .navbar-main .nav > li > a:hover,
  #page-hd.navbar .navbar-main .nav .open > a,
  #page-hd.navbar .navbar-main .nav .open > a:focus,
  #page-hd.navbar .navbar-main .nav .open > a:hover,
  #page-hd.navbar .navbar-main .nav > a {
    background: none;
  }

  #page-hd.navbar .navbar-main #primary-nav {
    font-size: 14px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    display: block;
    position: relative;
    top: 35px;
    clear: both;
  }

  #page-hd.navbar .navbar-main #primary-nav .collapsing,
  #page-hd.navbar .navbar-main #primary-nav li.dropdown,
  #page-hd.navbar .navbar-main #primary-nav .dropup {
    position: static;
  }

  #page-hd.navbar .navbar-main #primary-nav > li > a {
    display: inline-block;
    padding: 15px 8px 35px 8px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0ms ease;
    -moz-transition: all 0ms ease;
    -ms-transition: all 0ms ease;
    -o-transition: all 0ms ease;
    transition: all 0ms ease;
  }

  #page-hd.navbar .navbar-main #primary-nav > li > a:hover,
  #page-hd.navbar .navbar-main #primary-nav > li > a:active {
    color: #fff;
  }

  #page-hd.navbar .navbar-main #primary-nav .dropdown .dropdown-menu {
    width: 948px;
    left: 0;
    right: auto;
    text-align: left;
    font-size: 10px;
    opacity: 0;
    padding: 15px;
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
  }

  #page-hd.navbar .navbar-main #primary-nav .dropdown .dropdown-menu li a {
    display: block;
  }

  #page-hd.navbar .navbar-main #primary-nav .dropdown.open > a {
    background: #fff;
    color: #333333;
    border-top: 4px solid #f47836;
    margin-top: -4px;
  }

  #page-hd.navbar .navbar-main #primary-nav .dropdown.open .dropdown-menu {
    opacity: 1;
    top: 65px;
  }

  #page-hd.navbar .navbar-main #sec-nav {
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    position: relative;
    top: -70px;
    display: block;
    clear: both;
  }

  #page-hd.navbar .navbar-main #sec-nav li {
    margin-right: 15px;
  }

  #page-hd.navbar .navbar-main #sec-nav li a {
    display: inline-block;
    padding: 10px 8px 20px 8px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
  }

  #page-hd.navbar .navbar-main #sec-nav li a:hover {
    color: #fff;
  }

  #page-hd.navbar.sticky {
    top: -35px;
    background: rgba(244, 120, 54, 0.9);
    border-bottom: 1px solid rgba(244, 120, 54, 0.5);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 1px 2px 2px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 1px 2px 2px 0px rgba(51, 51, 51, 0.2);
  }

  #page-hd.navbar.sticky .menu-brand img {
    top: 30px;
  }

  #page-hd.navbar.sticky #primary-nav > li > a {
    color: #fff;
  }

  #page-hd.navbar.sticky #primary-nav > li > a:hover {
    color: #fff;
  }

  #page-hd.navbar.sticky #primary-nav .dropdown:hover .dropdown-menu {
    top: 65px;
  }

  #page-hd.navbar.sticky #sec-nav {
    opacity: 0;
  }

  #page-hd {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  #page-hd .icon-share {
    position: relative;
  }

  #page-hd .icon-share:before {
    font-size: 14px;
  }

  #page-hd .icon-share #social-links {
    z-index: -1;
    opacity: 0;
    top: -3px;
    left: 60px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    position: absolute;
    background: #fff;
    white-space: nowrap;
    padding: 5px;
  }

  #page-hd .icon-share #social-links .jssocials-share {
    margin: 0;
    display: inline-block;
  }

  #page-hd .icon-share #social-links .jssocials-share a {
    font-size: 12px !important;
    padding: 0 !important;
    margin: 5px;
    opacity: 0.5;
  }

  #page-hd .icon-share #social-links .jssocials-share a:hover {
    opacity: 1;
  }

  #page-hd .icon-share #social-links .jssocials-share-label {
    font-family: "icomoon";
    padding: 5px;
    width: 20px;
    height: 20px;
    background: #f47836;
    border-radius: 50%;
    color: #fff;
  }

  #page-hd .icon-share #social-links:before {
    position: absolute;
    top: 15px;
    left: -6px;
    display: inline-block;
    border-right: 7px solid #fff;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    content: "";
  }

  #page-hd .icon-share:hover:before {
    color: #fff;
  }

  #page-hd .icon-share:hover #social-links {
    z-index: 1;
    left: 40px;
    opacity: 95;
  }

  #page-hd li.header-search {
    position: relative;
    top: 8px;
    z-index: 999;
  }

  #page-hd li.header-search form {
    position: relative;
    color: #fff;
    margin-right: -30px;
    padding: 0px 15px 0px;
  }

  #page-hd li.header-search form i {
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    font-size: 12px;
  }

  #page-hd li.header-search form input {
    position: relative;
    left: -20px;
    z-index: 10;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    background: none;
    color: #fff;
    width: 20px;
    padding-left: 20px;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid transparent;
  }

  #page-hd li.header-search form input:focus,
  #page-hd li.header-search form input:active,
  #page-hd li.header-search form input:hover {
    border: none;
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #fff;
    width: 140px;
  }

  #page-hd li.header-search form input::-webkit-input-placeholder {
    color: #fff;
  }

  #page-hd li.header-search form input::-moz-placeholder {
    color: #fff;
  }

  #page-hd li.header-search form input:-ms-input-placeholder {
    color: #fff;
  }

  #page-hd li.header-search form input:-moz-placeholder {
    color: #fff;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #page-hd.navbar .navbar-main #primary-nav {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #page-hd.navbar .navbar-main #primary-nav {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd.navbar .navbar-main #primary-nav {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #page-hd.navbar .navbar-main #primary-nav {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #page-hd.navbar .navbar-main #primary-nav {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd.navbar .navbar-main #primary-nav {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd.navbar .navbar-main #primary-nav > li > a {
    padding: 15px 8px 35px 8px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #page-hd.navbar .navbar-main #primary-nav .dropdown .dropdown-menu {
    font-size: 10px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #page-hd.navbar .navbar-main #primary-nav .dropdown .dropdown-menu {
    font-size: 11px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd.navbar .navbar-main #primary-nav .dropdown .dropdown-menu {
    font-size: 11px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #page-hd.navbar .navbar-main #primary-nav .dropdown .dropdown-menu {
    font-size: 10px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #page-hd.navbar .navbar-main #primary-nav .dropdown .dropdown-menu {
    font-size: 11px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd.navbar .navbar-main #primary-nav .dropdown .dropdown-menu {
    font-size: 11px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd.navbar .navbar-main #primary-nav .dropdown .dropdown-menu {
    width: 1140px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #page-hd.navbar .navbar-main #sec-nav li a {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #page-hd.navbar .navbar-main #sec-nav li a {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd.navbar .navbar-main #sec-nav li a {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #page-hd.navbar .navbar-main #sec-nav li a {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #page-hd.navbar .navbar-main #sec-nav li a {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd.navbar .navbar-main #sec-nav li a {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #page-hd .icon-share:before {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #page-hd .icon-share:before {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd .icon-share:before {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #page-hd .icon-share:before {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #page-hd .icon-share:before {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd .icon-share:before {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #page-hd li.header-search form i {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #page-hd li.header-search form i {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd li.header-search form i {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #page-hd li.header-search form i {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #page-hd li.header-search form i {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd li.header-search form i {
    font-size: 14px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #page-hd li.header-search form input {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #page-hd li.header-search form input {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd li.header-search form input {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #page-hd li.header-search form input {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #page-hd li.header-search form input {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #page-hd li.header-search form input {
    font-size: 14px;
  }
}

#primary-nav .dropdown-menu dl {
  margin: 15px;
  padding: 0;
}

#primary-nav .dropdown-menu dl dt {
  font-size: 14px;
  color: #fff;
}

/* .navbar-collapse #primary-nav .dropdown-menu dl dt a{
  color: #fff!important;
} */

@media (min-width: 768px) {
  #primary-nav .dropdown-menu dl dt {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  #primary-nav .dropdown-menu dl dt {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #primary-nav .dropdown-menu dl dt {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #primary-nav .dropdown-menu dl dt {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  #primary-nav .dropdown-menu dl dt {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #primary-nav .dropdown-menu dl dt {
    font-size: 16px;
  }
}

#primary-nav .dropdown-menu dl dd {
  font-size: 14px;
}

@media (min-width: 768px) {
  #primary-nav .dropdown-menu dl dd {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  #primary-nav .dropdown-menu dl dd {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #primary-nav .dropdown-menu dl dd {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #primary-nav .dropdown-menu dl dd {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  #primary-nav .dropdown-menu dl dd {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #primary-nav .dropdown-menu dl dd {
    font-size: 16px;
  }
}

#primary-nav .dropdown-menu dl dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary-nav .dropdown-menu dl dd ul a {
  color: #b3b3b3;
}

#primary-nav .dropdown-menu dl dd ul a.link-more {
  color: #f47836;
}

@media (min-width: 992px) {
  #primary-nav .dropdown-menu dl dt {
    color: #333333;
  }

  #primary-nav .dropdown-menu dl dd {
    font-size: 14px;
  }

  #primary-nav .dropdown-menu dl dd ul a {
    color: #b3b3b3;
  }

  #primary-nav .dropdown-menu dl dd ul a.link-more {
    color: #f47836;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #primary-nav .dropdown-menu dl dd {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #primary-nav .dropdown-menu dl dd {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #primary-nav .dropdown-menu dl dd {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  #primary-nav .dropdown-menu dl dd {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #primary-nav .dropdown-menu dl dd {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #primary-nav .dropdown-menu dl dd {
    font-size: 16px;
  }
}

/*----------------------
//  Schema
------------------------*/
/*----------------------
//  Screen Sizes
------------------------*/
/*----------------------
//  Colors
------------------------*/
/*----------------------
//  Responsive Font Sizes
------------------------*/
/*----------------------
//  Mixins
------------------------*/
@-webkit-keyframes Floatingx {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes Floating {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

/*----------------------
// Scroll Top Button
------------------------*/
a.scroll-top {
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: fixed;
  bottom: -70px;
  right: 15px;
  background: #f47836;
  font-size: 16px;
  display: inline-block;
  padding: 15px 15px 10px;
  color: #fff;
}

@media (min-width: 768px) {
  a.scroll-top {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  a.scroll-top {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  a.scroll-top {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  a.scroll-top {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  a.scroll-top {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  a.scroll-top {
    font-size: 18px;
  }
}

a.scroll-top:hover {
  background: #7c4199;
}

a.scroll-top.scroll-on {
  bottom: 40px;
  opacity: 1;
}

a.scroll-top.scroll-bottom {
  color: #fff;
}

@media (min-width: 992px) {
  a.scroll-top {
    bottom: -70px;
    right: 40px;
  }

  a.scroll-top.scroll-on {
    bottom: 40px;
  }
}

/*----------------------
//  Schema
------------------------*/
/*----------------------
//  Screen Sizes
------------------------*/
/*----------------------
//  Colors
------------------------*/
/*----------------------
//  Responsive Font Sizes
------------------------*/
/*----------------------
//  Mixins
------------------------*/
@-webkit-keyframes Floatingx {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes Floating {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

.hero-section {
  color: #fff;
  overflow: hidden;
}

.hero-section .swiper-slide {
  height: 650px;
  background-size: cover;
  background-position: center center;
}

.hero-section .swiper-slide .container {
  position: relative;
  z-index: 10;
  height: 100%;
  display: table;
}

.hero-section .swiper-slide .container .slide-content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.hero-section .swiper-slide .container .slide-content .d1 {
  position: absolute;
  top: 130px;
  left: -420px;
  width: 14em;
}

.hero-section .swiper-slide .container .slide-content .d3 {
  position: absolute;
  right: -380px;
  width: 14em;
}

.hero-section .swiper-slide .container .slide-content .d2 {
  position: absolute;
  width: 15em;
  right: 50%;
  margin-top: 20px;
}

.hero-section .swiper-slide .container .slide-content time {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "PT Sans Narrow";
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .hero-section .swiper-slide .container .slide-content time {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .hero-section .swiper-slide .container .slide-content time {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .hero-section .swiper-slide .container .slide-content time {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .hero-section .swiper-slide .container .slide-content time {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .hero-section .swiper-slide .container .slide-content time {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .hero-section .swiper-slide .container .slide-content time {
    font-size: 28px;
  }
}

.hero-section .swiper-slide .container .slide-content h1 {
  font-size: 52px;
  padding: 20px 0;
  margin: 0;
}

@media (min-width: 768px) {
  .hero-section .swiper-slide .container .slide-content h1 {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .hero-section .swiper-slide .container .slide-content h1 {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .hero-section .swiper-slide .container .slide-content h1 {
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  .hero-section .swiper-slide .container .slide-content h1 {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .hero-section .swiper-slide .container .slide-content h1 {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .hero-section .swiper-slide .container .slide-content h1 {
    font-size: 70px;
  }
}

.hero-section .swiper-slide .container .slide-content a {
  display: inline-block;
  margin: 20px 0;
}

.hero-section .swiper-slide:after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  position: absolute;
  bottom: -310px;
  right: 120px;
  font-size: 400px;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -webkite-transform: rotate(0deg) scale(0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transform: rotate(0deg) scale(0);
}

.hero-section .swiper-slide:before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  position: absolute;
  bottom: 10px;
  right: -20px;
  font-size: 200px;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -webkite-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.hero-section .swiper-slide.swiper-slide-active .container .slide-content {
  animation: fadeIn 2s ease both 0.5s;
}

.hero-section .swiper-slide.swiper-slide-active:after {
  transform: rotate(0deg) scale(0);
  -webkite-transform: rotate(-360deg) scale(1);
  transform: rotate(-360deg) scale(1);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.hero-section .swiper-slide.swiper-slide-active:before {
  -webkite-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.hero-section .swiper-slide .slide-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f67937;
}

.hero-section .swiper-slide.purple .slide-wrapper {
  background: rgba(124, 65, 153, 0.8);
}

.hero-section .swiper-slide.pink .slide-wrapper {
  background: rgba(244, 120, 54, 0.8);
}

.hero-section .swiper-slide.green .slide-wrapper {
  background: rgba(124, 65, 153, 0.8);
}

.hero-section .swiper-pagination {
  bottom: 40px;
}

.hero-section .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  position: relative;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 40px;
  height: 40px;
}

.hero-section .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e91a";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  color: #fff;
}

@media (min-width: 768px) {
  .hero-section .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .hero-section .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .hero-section .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  .hero-section .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .hero-section .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .hero-section .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 35px;
  }
}

.hero-section .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e91f";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  color: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -webkite-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
}

@media (min-width: 768px) {
  .hero-section .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .hero-section .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .hero-section .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  .hero-section .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .hero-section .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .hero-section .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 35px;
  }
}

.hero-section
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkite-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}

.sponsor-swiper {
  padding-bottom: 80px;
}

.sponsor-swiper .media .media-body {
  padding-left: 30px;
}

.sponsor-swiper .media .media-body h4 {
  font-size: 22px;
}

@media (min-width: 768px) {
  .sponsor-swiper .media .media-body h4 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .sponsor-swiper .media .media-body h4 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .sponsor-swiper .media .media-body h4 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .sponsor-swiper .media .media-body h4 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .sponsor-swiper .media .media-body h4 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .sponsor-swiper .media .media-body h4 {
    font-size: 24px;
  }
}

.sponsor-swiper .media .media-body p {
  font-size: 16px;
  color: #666666;
}

@media (min-width: 768px) {
  .sponsor-swiper .media .media-body p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .sponsor-swiper .media .media-body p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .sponsor-swiper .media .media-body p {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .sponsor-swiper .media .media-body p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .sponsor-swiper .media .media-body p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .sponsor-swiper .media .media-body p {
    font-size: 18px;
  }
}

.sponsor-swiper .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  position: relative;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 40px;
  height: 40px;
}

.sponsor-swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e91a";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  color: #f47836;
}

@media (min-width: 768px) {
  .sponsor-swiper .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .sponsor-swiper .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .sponsor-swiper .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .sponsor-swiper .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .sponsor-swiper .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .sponsor-swiper .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 28px;
  }
}

.sponsor-swiper .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e91f";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  color: #f47836;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -webkite-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
}

@media (min-width: 768px) {
  .sponsor-swiper .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .sponsor-swiper .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .sponsor-swiper .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .sponsor-swiper .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .sponsor-swiper .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .sponsor-swiper .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 28px;
  }
}

.sponsor-swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkite-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}

@media (max-width: 480px) {
  .sponsor-swiper .media .media-left {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .sponsor-swiper .media {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .sponsor-swiper .media {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: table;
  }
}

.content-section {
  position: relative;
}

.content-section .swiper-pagination-wrapper {
  display: none;
}

.content-section .swiper-pagination-wrapper .swiper-pagination-next {
  font-size: 68px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

@media (min-width: 768px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-next {
    font-size: 68px;
  }
}

@media (min-width: 992px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-next {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-next {
    font-size: 90px;
  }
}

@media (min-width: 768px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-next {
    font-size: 68px;
  }
}

@media (min-width: 992px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-next {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-next {
    font-size: 90px;
  }
}

.content-section .swiper-pagination-wrapper .swiper-pagination-next:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.content-section .swiper-pagination-wrapper .swiper-pagination-prev {
  font-size: 68px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

@media (min-width: 768px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-prev {
    font-size: 68px;
  }
}

@media (min-width: 992px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-prev {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-prev {
    font-size: 90px;
  }
}

@media (min-width: 768px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-prev {
    font-size: 68px;
  }
}

@media (min-width: 992px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-prev {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-prev {
    font-size: 90px;
  }
}

.content-section .swiper-pagination-wrapper .swiper-pagination-prev:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.content-section .swiper-pagination-wrapper .swiper-button-disabled {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

.content-section .swiper-pagination-wrapper .swiper-button-disabled:hover {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

@media (min-width: 992px) {
  .content-section .swiper-pagination-wrapper {
    width: 100%;
    position: absolute;
    top: calc((100% - 120px) / 2);
    left: 0;
    display: inline-block;
  }

  .content-section .swiper-pagination-wrapper .swiper-pagination-next {
    display: inline-block;
    position: absolute;
    z-index: 15;
    right: calc((100% - 1120px) / 2);
  }

  .content-section .swiper-pagination-wrapper .swiper-pagination-prev {
    display: inline-block;
    position: absolute;
    z-index: 15;
    left: calc((100% - 1120px) / 2);
  }
}

@media (min-width: 1200px) {
  .content-section .swiper-pagination-wrapper .swiper-pagination-next {
    right: calc((100% - 1320px) / 2);
  }

  .content-section .swiper-pagination-wrapper .swiper-pagination-prev {
    left: calc((100% - 1320px) / 2);
  }
}

.page-swiper .swiper-slide:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    0deg,
    rgba(51, 51, 51, 0.75),
    transparent 50%
  );
}

.page-swiper .swiper-slide img {
  max-width: 100%;
}

.page-swiper .swiper-pagination {
  bottom: 10px;
}

.page-swiper .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  position: relative;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 30px;
  height: 30px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet {
    font-size: 14px;
  }
}

.page-swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e91b";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  color: #fff;
}

@media (min-width: 768px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet:before {
    font-size: 28px;
  }
}

.page-swiper .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e91f";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  color: #f47836;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -webkite-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
}

@media (min-width: 768px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .page-swiper .swiper-pagination .swiper-pagination-bullet:after {
    font-size: 28px;
  }
}

.page-swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkite-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}

.gallery-main-swiper .swiper-slide p {
  font-size: 16px;
  padding: 15px;
}

@media (min-width: 768px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 18px;
  }
}

.gallery-main-swiper .swiper-slide img {
  max-width: 100%;
}

.gallery-main-swiper .swiper-pagination-fraction {
  display: none;
}

@media (min-width: 992px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 16px;
    padding: 60px;
    padding-left: 110px;
  }

  .gallery-main-swiper .swiper-pagination-fraction {
    display: inline-block;
    position: absolute;
    bottom: 35px;
    width: 90px;
    height: 90px;
    padding: 15px;
    color: #f47836;
  }

  .gallery-main-swiper .swiper-pagination-fraction:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e918";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 68px;
    color: #f47836;
  }

  .gallery-main-swiper .swiper-pagination-fraction span {
    display: block;
    position: absolute;
    width: 60px;
    text-align: center;
    color: #fff;
  }

  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-current {
    top: 20px;
    font-weight: bold;
    font-size: 22px;
  }

  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-total {
    top: 45px;
    font-size: 12px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-main-swiper .swiper-slide p {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .gallery-main-swiper .swiper-pagination-fraction:before {
    font-size: 68px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .gallery-main-swiper .swiper-pagination-fraction:before {
    font-size: 90px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-main-swiper .swiper-pagination-fraction:before {
    font-size: 90px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .gallery-main-swiper .swiper-pagination-fraction:before {
    font-size: 68px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .gallery-main-swiper .swiper-pagination-fraction:before {
    font-size: 90px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-main-swiper .swiper-pagination-fraction:before {
    font-size: 90px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-main-swiper .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 14px;
  }
}

.gallery-control-swiper {
  margin: 15px auto;
}

.gallery-control-swiper .swiper-slide {
  width: 25%;
  height: 100%;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  border-bottom: 3px solid transparent;
}

.gallery-control-swiper .swiper-slide img {
  max-width: 100%;
  width: 100%;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  font-size: 0px;
}

.gallery-control-swiper .swiper-slide-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border-bottom: 3px solid #f47836;
}

.gallery-control-swiper .swiper-slide-active img {
  -webkit-filter: none;
  filter: none;
}

/*----------------------
//  Schema
------------------------*/
/*----------------------
//  Screen Sizes
------------------------*/
/*----------------------
//  Colors
------------------------*/
/*----------------------
//  Responsive Font Sizes
------------------------*/
/*----------------------
//  Mixins
------------------------*/
@-webkit-keyframes Floatingx {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

@-moz-keyframes Floating {
  from {
    top: 0;
  }

  65% {
    top: -15px;
  }

  to {
    top: 0;
  }
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

.content-tile .tile-wrapper {
  float: left;
  position: relative;
  color: #fff;
  overflow: hidden;
  height: 100%;
  width: calc(100% - 16px);
  margin: 0 8px;
  border-bottom: 8px solid;
  border-color: #333333;
}

.content-tile .tile-wrapper a {
  color: #fff;
  display: block;
  word-break: break-all;
  height: 100%;
}

.content-tile .tile-wrapper a img {
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.content-tile .tile-wrapper .tile-text {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  padding: 40px 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.7)
  );
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.content-tile .tile-wrapper .tile-text h2 {
  font-size: 18px;
  display: block;
  clear: both;
  padding: 5px 0 15px;
  margin: 0;
}

@media (min-width: 768px) {
  .content-tile .tile-wrapper .tile-text h2 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .content-tile .tile-wrapper .tile-text h2 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .content-tile .tile-wrapper .tile-text h2 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .content-tile .tile-wrapper .tile-text h2 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .content-tile .tile-wrapper .tile-text h2 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .content-tile .tile-wrapper .tile-text h2 {
    font-size: 18px;
  }
}

.content-tile .tile-wrapper .tile-text h2:first-line {
  word-spacing: 500px;
}

.content-tile .tile-wrapper .tile-text time {
  color: #fff;
  padding: 0;
  font-size: 14px;
  font-weight: 800;
  background: none;
  float: left;
}

@media (min-width: 768px) {
  .content-tile .tile-wrapper .tile-text time {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .content-tile .tile-wrapper .tile-text time {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .content-tile .tile-wrapper .tile-text time {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .content-tile .tile-wrapper .tile-text time {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .content-tile .tile-wrapper .tile-text time {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .content-tile .tile-wrapper .tile-text time {
    font-size: 16px;
  }
}

.content-tile .tile-wrapper:hover a img {
  -webkit-filter: none;
  filter: none;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.content-tile.Orange .tile-wrapper {
  border-color: #f47836;
}

.content-tile.Yellow .tile-wrapper {
  border-color: #fff205;
}

.content-tile.Green .tile-wrapper {
  border-color: #7bc143;
}

.content-tile.Purple .tile-wrapper {
  border-color: #7c4199;
}

.content-tile.Pink .tile-wrapper {
  border-color: #e40e62;
}

.content-tile.Turquoise .tile-wrapper {
  border-color: #00aaa6;
}

@media (min-width: 480px) {
  .content-tile:nth-child(odd) {
    width: 70%;
  }

  .content-tile:nth-child(even) {
    width: 30%;
  }

  .content-tile:nth-child(even) a img {
    width: auto;
    min-width: 371px;
    position: relative;
    left: -50%;
    height: 100%;
  }

  .content-tile:nth-child(even) .tile-text {
    /* bottom: auto;
    top: 0; */
    background-color: rgba(0, 0, 0, 0);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.7))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.7)
    );
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  }
}

@media (min-width: 992px) {
  .content-tile:nth-child(odd) {
    width: 50%;
  }

  .content-tile:nth-child(even) {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .content-tile:nth-child(odd) {
    width: 33.33333333%;
  }

  .content-tile:nth-child(even) {
    width: 16.66666667%;
  }
}

.icon-tile {
  text-align: center;
  color: #fff;
}

.icon-tile i {
  display: block;
  font-size: 68px;
  margin-bottom: 20px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .icon-tile i {
    font-size: 68px;
  }
}

@media (min-width: 992px) {
  .icon-tile i {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .icon-tile i {
    font-size: 90px;
  }
}

@media (min-width: 768px) {
  .icon-tile i {
    font-size: 68px;
  }
}

@media (min-width: 992px) {
  .icon-tile i {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .icon-tile i {
    font-size: 90px;
  }
}

.icon-tile tag {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Proxima Nova Regular";
  margin: 10px;
  display: block;
}

@media (min-width: 768px) {
  .icon-tile tag {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .icon-tile tag {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .icon-tile tag {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .icon-tile tag {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .icon-tile tag {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .icon-tile tag {
    font-size: 11px;
  }
}

.icon-tile b {
  display: block;
  font-size: 41px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .icon-tile b {
    font-size: 41px;
  }
}

@media (min-width: 992px) {
  .icon-tile b {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .icon-tile b {
    font-size: 45px;
  }
}

@media (min-width: 768px) {
  .icon-tile b {
    font-size: 41px;
  }
}

@media (min-width: 992px) {
  .icon-tile b {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .icon-tile b {
    font-size: 45px;
  }
}

.icon-tile label {
  display: block;
  font-size: 16px;
  font-family: "Proxima Nova Regular";
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .icon-tile label {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .icon-tile label {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .icon-tile label {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .icon-tile label {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .icon-tile label {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .icon-tile label {
    font-size: 18px;
  }
}

.icon-tile.tile-sm i {
  font-size: 52px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-width: 768px) {
  .icon-tile.tile-sm i {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .icon-tile.tile-sm i {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .icon-tile.tile-sm i {
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  .icon-tile.tile-sm i {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .icon-tile.tile-sm i {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .icon-tile.tile-sm i {
    font-size: 70px;
  }
}

.persona-tile {
  height: 431px;
  width: auto;
}

.persona-tile .tile-wrapper {
  height: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
  margin: 0 8px;
}

.persona-tile .tile-wrapper a {
  color: #fff;
}

.persona-tile .tile-wrapper a img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.persona-tile .tile-wrapper .tile-text {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.3))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.persona-tile .tile-wrapper .tile-text h2 {
  font-size: 24px;
  display: block;
  clear: both;
  padding: 5px 0 15px;
  margin: 0;
}

@media (min-width: 768px) {
  .persona-tile .tile-wrapper .tile-text h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .persona-tile .tile-wrapper .tile-text h2 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .persona-tile .tile-wrapper .tile-text h2 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .persona-tile .tile-wrapper .tile-text h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .persona-tile .tile-wrapper .tile-text h2 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .persona-tile .tile-wrapper .tile-text h2 {
    font-size: 24px;
  }
}

.persona-tile .tile-wrapper .tile-text h2:first-line {
  word-spacing: 1500px;
}

.persona-tile .tile-wrapper:hover a img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.persona-tile.v-split .tile-wrapper {
  height: calc(50% - 8px);
}

.persona-tile.v-split .tile-wrapper img {
  height: 100%;
}

.persona-tile.v-split .tile-wrapper:first-child {
  margin-bottom: 16px;
}

.article-tile time {
  @font-size (@font-xs);
}

.article-tile h3 {
  @font-size (@font-lg);
  margin: 0;
  padding: 10px 0;
}

.article-tile p {
  @font-size (@font-sm);
}

.number-tile {
  padding: 15px;
  text-align: center;
}

.number-tile span {
  font-size: 41px;
  font-family: "PT Sans Narrow";
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 20px 0 10px 0;
}

@media (min-width: 768px) {
  .number-tile span {
    font-size: 41px;
  }
}

@media (min-width: 992px) {
  .number-tile span {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .number-tile span {
    font-size: 45px;
  }
}

@media (min-width: 768px) {
  .number-tile span {
    font-size: 41px;
  }
}

@media (min-width: 992px) {
  .number-tile span {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .number-tile span {
    font-size: 45px;
  }
}

.number-tile mark {
  background: none;
  @font-size (@font-xxl);
  display: block;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.media-tile .media-img img {
  width: 100%;
  border-bottom: 4px solid #f47836;
}

.media-tile .media-body {
  font-size: 14px;
}

@media (min-width: 768px) {
  .media-tile .media-body {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .media-tile .media-body {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .media-tile .media-body {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .media-tile .media-body {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .media-tile .media-body {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .media-tile .media-body {
    font-size: 16px;
  }
}

.media-tile .media-body h4 {
  font-size: 16px;
  margin: 15px 0;
}

@media (min-width: 768px) {
  .media-tile .media-body h4 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .media-tile .media-body h4 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .media-tile .media-body h4 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .media-tile .media-body h4 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .media-tile .media-body h4 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .media-tile .media-body h4 {
    font-size: 18px;
  }
}

.media-tile .media-body dl dt {
  font-weight: normal;
  display: inline-block;
  width: 20%;
}

.media-tile .media-body dl dd {
  display: inline-block;
  font-weight: bold;
  clear: right;
  width: 77%;
}

.media-tile .media-body address {
  font-size: 12px;
  position: relative;
  margin: 0 0 15px 0;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .media-tile .media-body address {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .media-tile .media-body address {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .media-tile .media-body address {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .media-tile .media-body address {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .media-tile .media-body address {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .media-tile .media-body address {
    font-size: 14px;
  }
}

.media-tile .media-body address:before {
  content: "\e905";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
}

.media-tile .media-body .link-phone {
  font-size: 12px;
  position: relative;
  margin: 0 0 15px 0;
  display: block;
  padding-left: 25px;
  color: #333333;
}

@media (min-width: 768px) {
  .media-tile .media-body .link-phone {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .media-tile .media-body .link-phone {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .media-tile .media-body .link-phone {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .media-tile .media-body .link-phone {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .media-tile .media-body .link-phone {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .media-tile .media-body .link-phone {
    font-size: 14px;
  }
}

.media-tile .media-body .link-phone:before {
  content: "\e90e";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  .media-tile .media-body .link-phone:before {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .media-tile .media-body .link-phone:before {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .media-tile .media-body .link-phone:before {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .media-tile .media-body .link-phone:before {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .media-tile .media-body .link-phone:before {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .media-tile .media-body .link-phone:before {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .media-tile .media-img {
    width: 50%;
    padding: 15px;
  }

  .media-tile.tile-left .media-img {
    float: left;
    padding-right: 30px;
    padding-left: 0;
  }

  .media-tile.tile-right .media-img {
    float: right;
    padding-left: 30px;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .media-tile .media-img {
    width: 40%;
  }
}

.search-tile .media-img img {
  width: 100%;
  border-bottom: 4px solid #f47836;
}

.search-tile .media-body {
  font-size: 14px;
}

@media (min-width: 768px) {
  .search-tile .media-body {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .search-tile .media-body {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .search-tile .media-body {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .search-tile .media-body {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .search-tile .media-body {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .search-tile .media-body {
    font-size: 16px;
  }
}

.search-tile .media-body h4 {
  font-size: 16px;
  margin: 15px 0;
}

@media (min-width: 768px) {
  .search-tile .media-body h4 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .search-tile .media-body h4 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .search-tile .media-body h4 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .search-tile .media-body h4 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .search-tile .media-body h4 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .search-tile .media-body h4 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .search-tile .media-img {
    width: 35%;
    padding: 15px;
  }

  .search-tile.tile-left .media-img {
    float: left;
    padding-right: 30px;
    padding-left: 0;
  }

  .search-tile.tile-right .media-img {
    float: right;
    padding-left: 30px;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .search-tile .media-img {
    width: 25%;
  }
}

.download-tile {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), #fcfcfc),
    url("/static/media/img/bg/alphabet.png") top left no-repeat;
  border: 1px solid #f2f2f2;
  padding: 40px;
  margin: 15px auto;
}

.download-tile h2 {
  margin: 0 0 20px;
}

.download-tile time {
  font-size: 16px;
}

@media (min-width: 768px) {
  .download-tile time {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .download-tile time {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .download-tile time {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .download-tile time {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .download-tile time {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .download-tile time {
    font-size: 18px;
  }
}

.download-tile .link-more {
  float: right;
  font-weight: bold;
}

.card-tile {
  border: 1px solid #f2f2f2;
  border-bottom: 4px solid #f47836;
}

.card-tile .tile-wrapper {
  overflow: hidden;
}

.card-tile .tile-wrapper a img {
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.card-tile .tile-wrapper a:hover img {
  -webkit-filter: none;
  filter: none;
}

.card-tile .tile-wrapper h3 {
  padding: 15px;
  margin: 0;
}

.card-tile .tile-wrapper a.link-more {
  display: block;
  padding: 0 15px 15px;
  margin: 0;
}

.card-tile:hover {
  background: #f47836;
  color: #fff;
}

.card-tile:hover a {
  color: #fff;
}

.row.tile-list.is-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.tile-list.is-flex > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.row.tile-list.is-flex .book-tile {
  height: 100%;
}

.book-tile {
  border: 1px solid #d3d3d3;
  border-bottom: 4px solid #f47836;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
}

.book-tile .tile-wrapper {
  overflow: hidden;
  position: relative;
}

.book-tile .tile-wrapper a {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  color: #333333;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.book-tile .tile-wrapper a img {
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 300ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.book-tile .tile-wrapper .tile-count {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100px;
  height: 100px;
}

.book-tile .tile-wrapper .tile-count span,
.book-tile .tile-wrapper .tile-count mark {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
  font-weight: bold;
}

.book-tile .tile-wrapper .tile-count span {
  margin-top: 30px;
}

.book-tile .tile-wrapper .tile-count mark {
  font-size: 10px;
  text-transform: uppercase;
  margin-top: -5px;
}

@media (min-width: 768px) {
  .book-tile .tile-wrapper .tile-count mark {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .book-tile .tile-wrapper .tile-count mark {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .book-tile .tile-wrapper .tile-count mark {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .book-tile .tile-wrapper .tile-count mark {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .book-tile .tile-wrapper .tile-count mark {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .book-tile .tile-wrapper .tile-count mark {
    font-size: 11px;
  }
}

.book-tile .tile-wrapper .tile-count:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e918";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100px;
  color: #f47836;
  z-index: 2;
}

.book-tile .tile-row {
  display: flex;
}

.book-tile .tile-wrapper .tile-text {
  padding: 20px 20px 20px 20px;
  min-height: 250px;
}

.shipmentListBox .book-tile .tile-wrapper .tile-text {
  min-height: 300px;
}

.book-tile .tile-text h2,
.book-tile .tile-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}

.book-tile .tile-text h2 {
  color: #f47836;
  line-height: 1.6;
}

.book-tile:hover .tile-text h2 {
  color: #fff;
}

@media (min-width: 768px) {
  .book-tile .tile-wrapper .tile-text h2 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .book-tile .tile-wrapper .tile-text h2 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .book-tile .tile-wrapper .tile-text h2 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .book-tile .tile-wrapper .tile-text h2 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .book-tile .tile-wrapper .tile-text h2 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .book-tile .tile-wrapper .tile-text h2 {
    font-size: 18px;
  }
}

.book-tile .tile-wrapper .tile-text a {
  color: #f47836;
  height: auto;
  display: inline;
  font-size: 16px;
}

.book-tile .tile-wrapper .tile-text p {
  /* min-height: 44px; */
}

.book-tile:hover {
  background: #f47836;
  color: #fff;
}

.book-tile:hover a {
  color: #fff;
}

.book-tile:hover .tile-wrapper .tile-text a {
  color: #fff;
}

.book-tile:hover .tile-wrapper a img {
  -webkit-filter: none;
  filter: none;
}

.page-content form .row.no-margin {
  margin-bottom: 0px;
}

/*zee*/
.video-list .book-tile .tile-wrapper a:before {
  content: "\f144";
  position: absolute;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  top: 0;
  bottom: 0px;
  font-size: 60px;
  padding: 70px;
  opacity: 1;
  z-index: 1;
  color: #e17a45;
}

.video-list .book-tile .tile-wrapper:hover > a:before {
  color: #e17a45;
  background: rgba(0, 0, 0, 0.7);
}

.video-list .book-tile .tile-wrapper:hover > a h2 {
  z-index: 2;
  position: relative;
  color: #e17a45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  right: 0px;
  left: 0px;
}

button.close {
  padding: 10px;
}

a {
  outline: none;
}

.dropdown-menu .container {
  padding-right: 80px;
}

.video-page {
}

.video-page section {
  padding-top: 0px;
}

.video-page .content-section {
  padding-top: 0px !important;
}

.custom-file-upload.if_gray {
  border: 2px solid #b3b3b3;
}

.custom-file-upload.if_gray .file-upload-input,
.custom-file-upload.if_gray .file-upload-input:hover,
.custom-file-upload.if_gray .file-upload-input:focus {
  background-color: transparent;
}

.custom-file-upload.if_gray .file-upload-button {
  color: #fff;
  background-color: #f47836;
}

.ul_wrap ul {
  padding: 0px;
  margin-left: 20px;
}

.ul_wrap ul li {
  list-style-type: decimal;
}

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: block;
  border: 2px solid #f2f2f2;
  background-color: transparent;
  color: #dadce3;
  text-align: left;
  vertical-align: middle;
  padding: 0px 6px 0px 0px;
  height: 46px;
  width: auto !important;
  max-width: 100%;
  position: relative;
}

.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}

.file-upload-input {
  width: 85%;
  color: #000;
  font-size: 16px;
  padding: 5px 17px;
  border: none;
  background-color: #fff;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
  margin-top: 6px;
  /* IE 9 Fix */
  position: absolute;
  left: 0px;
}

.file-upload-input:hover,
.file-upload-input:focus {
  background-color: #fff;
  outline: none;
}

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #999ca5;
  font-size: 14px;
  padding: 5px 10px;
  border: none;
  margin-left: -1px;
  background-color: #f2f2f2;
  margin-top: 6px;
  float: right;
  /* IE 9 Fix */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  outline: none;
}

.file-upload-button:hover {
  background-color: #f47836;
  color: #fff;
}

.career_page .media-tile .media-body dl dt {
  width: 12%;
}

.media-tile .media-img.border-orange img {
  border-bottom: 4px solid #f47836;
}

.media-tile .media-img.border-purple img {
  border-bottom: 4px solid #7c4199;
}

.media-tile .media-img.border-pink img {
  border-bottom: 4px solid #e40d62;
}

.media-tile .media-img.border-green img {
  border-bottom: 4px solid #7ac142;
}

.media-tile .media-img.border-blue img {
  border-bottom: 4px solid #00a9a6;
}

.aplha-listing {
  padding: 20px 0px 0px 0px;
}

.aplha-listing .page-nav .container ul {
  border: 1px solid #d0d0d0;
}

.aplha-listing .page-nav .container .sort-apha ul li a.first {
  border-right: none;
}

a {
  outline: none;
  cursor: pointer;
}

.exhibitor-sec .book-tile .tile-wrapper .tile-text p {
  min-height: auto;
}

.prominent tr:nth-child(even) {
  background: #ececec;
}

.exhibitor-modal .table > tbody > tr > td,
.exhibitor-modal .table > tbody > tr > th,
.exhibitor-modal .table > tfoot > tr > td,
.exhibitor-modal .table > tfoot > tr > th,
.exhibitor-modal .table > thead > tr > td,
.exhibitor-modal .table > thead > tr > th {
  padding: 10px;
}

.table {
  margin-bottom: 0px;
}

.contact-wrapper .table > tbody > tr > td,
.contact-wrapper .table > tbody > tr > th,
.contact-wrapper .table > tfoot > tr > td,
.contact-wrapper .table > tfoot > tr > th,
.contact-wrapper .table > thead > tr > td,
.contact-wrapper .table > thead > tr > th {
  padding: 6px 15px;
}

.contact-wrapper .table > tbody > tr > td i {
  margin-right: 10px;
  color: #c1c1c1;
}

.contact-wrapper .table {
  margin: 0px;
}

.exhibitor-modal .modal-block-left {
  padding: 40px 20px 10px 20px;
}

.contact-wrapper {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-top: 20px;
  min-height: 180px;
  padding: 0px;
  text-align: left;
}

.contact-wrapper h4 {
  font-size: 18px;
  margin: 15px 0px 5px 15px;
}

.book-dec {
  padding: 10px 10px;
}

.book-dec p {
  color: #2b2731;
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 11px;
  line-height: 1.42857143;

  vertical-align: top;
  font-size: 14px;
  border-top: 1px dotted #cbcacb;
}

.contact-wrapper a {
  color: #f47836;
  text-transform: none;
}

tr:nth-child(even) {
  background: #f9f9f9;
}

tr:nth-child(odd) {
  background: #fff;
}

.nav-tabs {
  border-bottom: 1px solid #ededed;
}

.detail-modal .nav-tabs > li.active > a,
.detail-modal .nav-tabs > li.active > a:focus,
.detail-modal .nav-tabs > li.active > a:hover {
  color: #2f2b35;
  cursor: default;
  background-color: #f9f9f9;
  border: 1px solid #ededed;
}

.nav-tabs > li > a {
  border-radius: 0px;
  color: #c6c6c6;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-weight: bold;
  text-transform: uppercase;
}

.modal-block-right {
  padding: 30px 20px 0px 20px;
}

.closecross {
  position: absolute;
  right: 10px;
  top: 6px;
  border: none;
  background-color: transparent;
  font-size: 20px;
  outline: none;
}

.book-wrap {
  max-width: 186px;
  margin: 0px auto;
  position: relative;
  color: #c2c2c2;
  font-weight: bold;
}

.book-wrap {
  text-align: center;
}

.modal-block-left {
  text-align: center;
  padding: 40px 20px;
}

.detail-modal .tile-count {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100px;
  padding-top: 30px;
  height: 100px;
}

.detail-modal p {
  font-size: 16px;
  margin-bottom: 5px;
}

p.price-modal {
  font-size: 35px;
  color: #2f2b35;
  font-family: "PT Sans Narrow";
  font-weight: bold;
}

p.price-modal span {
  font-size: 16px;
  vertical-align: super;
}

.detail-modal .tile-count:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e918";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100px;
  color: #f47836;
  z-index: 2;
}

.detail-modal .btn-line {
  min-width: 150px;
}

.detail-modal .tile-count span,
.detail-modal .tile-count mark {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
  font-weight: bold;
  padding: 0px;
}

.detail-modal .tile-count mark {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 6px;
}

.bg-gray {
  background-color: #f3f3f3;
}

.detail-modal {
}

.min-height {
  padding: 0px;
  min-height: 560px;
}

.detail-modal .modal-dialog {
  min-width: 960px;
  max-width: 960px;
}

.detail-modal .modal-body {
  padding: 0px;
}

.d_t {
  display: table;
  height: 100%;
  margin: 0px auto;
}

.d_c {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.guest-listing .book-tile .tile-wrapper .tile-text {
  min-height: inherit;
}

.guest-section .media-tile .media-img {
  width: 20%;
}

.book-export-ar {
}

.book-export-ar .book-export {
  position: relative;
  border: 1px solid #e8e8e8;
  display: block;
  font-weight: bold;
  text-align: left;
  border-radius: 3px;
  margin-bottom: 10px;
}

.book-export-ar .book-export label {
  padding: 10px;
  display: block;
  cursor: pointer;
}

.book-export-ar .book-export span.close {
  display: block;
  width: 40px;
  height: 76px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  line-height: 76px;
  z-index: 1;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #7a429d;
}

.book-export-ar .book-export span.book-check {
  float: left;
  margin: 4px 0px;
}

.book-export-ar .book-export p.book-check {
  float: left;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}

.book-export-ar .book-export p span {
  display: block;
  color: #f47836;
}

.page-nav .container .sort-apha ul li {
  display: inline;
}

.page-nav .container .sort-apha ul li a {
  display: inline-block;

  border-right: 1px solid #d0d0d0;
}

.page-nav-a-z {
  margin-top: -34px;
}

.page-nav .container .sort-apha ul .ps-scrollbar-x-rail {
  display: none;
}

.page-nav-a-z .container ul li a {
  padding: 5px 14px;
}

.page-nav .container .sort-apha ul li a.last {
  border: none;
}

.help-text {
  display: block;
  font-size: 12px;
  text-align: right;
  margin-bottom: 5px;
  min-height: 35px;
  color: #f47836;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.share-links {
  display: block;
  position: relative;
  top: -25px;
}

.share-links span {
  display: inline-block;
  vertical-align: top;
}

.share-links span > img {
  padding-bottom: 0px !important;
  margin: 0px !important;
}

.share-links .share-label {
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1px solid #333333;
}

h2.media-heading a {
  color: #333333;
}

h2.media-heading a:hover {
  text-decoration: underline;
}

.autocomplete-suggestions {
  border: 1px solid #fff;
  background: #fff;
  cursor: default;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 7px 18px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

.control {
  display: block;
  position: absolute;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  right: 20px;
  bottom: 13px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
}

.tile-wrapper:hover > .tile-text .control {
  opacity: 1;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0px;
  line-height: 0px;
}

.control__indicator {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #fff;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fff;
}

.control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #f47836;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

/**
new css
*/

.paymentTab {
  padding: 20px 0px;
}

.paymentTab .radio-wrap {
  padding: 0px;
}

.browsTitle {
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: 500;
}

/* .counter {
  background: #f47836;
  color: #fff;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
  margin-left: 5px;
} */
table.cusTable.cusTableWhite td:nth-child(1) {
  background: #fff;
}

table.cusTable.cusTableWhite td {
  background: #fff;
}

/*#primary-nav li:last-child{ display:none;}*/

.page-nav-tab {
}

.page-nav-tab ul.nav-tabs {
  display: table;
  width: 100%;
  max-width: 100%;
  border: none;
}

.page-nav-tab ul.nav-tabs.two-tabs {
}

.page-nav-tab ul.nav-tabs.two-tabs li {
  width: 50%;
  text-align: center;
  float: none;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
}

.page-nav-tab ul.nav-tabs li a {
  display: block;
  padding: 0px;
  border: none;
  background: transparent;
  font-size: 22px;
  letter-spacing: 1.5px;
  font-weight: 500;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
}

.page-nav-tab ul.nav-tabs li.active {
  background: #f2f2f2;
  border: none;
}

.page-nav-tab ul.nav-tabs li img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
}

.page-nav-tab ul.nav-tabs li.active img {
  -webkit-filter: none;
  filter: none;
}

.page-nav-tab ul.nav-tabs li:hover img {
  -webkit-filter: none;
  filter: none;
}

.page-nav-tab ul.nav-tabs li a:hover,
.page-nav-tab ul.nav-tabs li a:focus {
  border: none !important;
  background: transparent;
}

.n-p-t {
  padding-top: 0px !important;
}

.tab-pane .content-section {
  padding: 30px !important;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

/*checkboxes*/

.radio-wrap {
  padding: 10px;
}

.radio-wrap > span {
  margin: 0px 20px 0px 0px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-weight: 100;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 0px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-weight: 100;
  font-size: 18px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #f5854a;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* [aria-hidden="true"] {
  display: none;
} */

#__next[aria-hidden="true"] {
  display: inherit;
}

.wizardWrap {
  margin-top: 40px;
}

.wizardWrap ul {
  display: table;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
}

.wizardWrap ul::before {
  content: "";
  height: 7px;
  border-radius: 10px;
  background: #f2f2f2;
  position: absolute;
  top: 15px;
  left: 0px;
  right: 0px;
  z-index: 0;
}

.wizardWrap ul li {
  display: table-cell;
  text-align: center;
  position: relative;
  z-index: 1;
}

.wizardWrap ul li a {
  color: #fff;
  display: block;
}

.wizardWrap ul li span {
  width: 36px;
  height: 36px;
  background: #8c8c8c;
  border: 1px solid #f2f2f2;
  display: inline-block;
  border-radius: 100px;
  line-height: 36px;
  cursor: pointer;
  color: #fff;
}

.wizardWrap ul li:hover span {
  width: 36px;
  height: 36px;
  background: #f5854a;
  border: 1px solid #f2f2f2;
  display: inline-block;
  border-radius: 100px;
  line-height: 36px;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
  transition: all 500ms cubic-bezier(0.77, 0.01, 0.21, 1);
}

.wizardWrap ul li:hover > a {
  color: #fff;
}

.wizardWrap ul li.active span {
  background: #f5854a;
  border: 1px solid #f5854a;
}

.wizardWrap ul li.active a {
  color: #fff;
}

.serviceCircles ul {
  display: block;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}

.serviceCircles ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0px 10px 20px 10px;
}

.serviceCircles ul li a {
  display: block;
  color: #000;
}

.serviceCircles ul li span {
  display: block;
  width: 80px;
  height: 80px;
  background: #d2d2d2;
  transition: background-color 0.5s ease;
  margin: 0px auto;
  border-radius: 100px;
  color: #000;
  margin-bottom: 15px;
  overflow: hidden;
}

.serviceCircles ul li.active span {
  background: #f5854a;
  color: #fff;
}

/* .serviceCircles ul li.active .ex-member-status,
.serviceCircles ul li.active .ex-books,
.serviceCircles ul li.active .ex-exhibitor,
.serviceCircles ul li.active .ex-badge,
.serviceCircles ul li.active .ex-agencies,
.serviceCircles ul li.active .ex-restaurant,
.serviceCircles ul li.active .ex-representative,
.serviceCircles ul li.active .ex-payments, */
.serviceCircles ul li.active small.icon-pl {
  background-position: bottom;
}

.serviceCircles ul li:hover span {
  background: #f5854a;
}

.serviceCircles ul li small.icon-pl {
  display: block;
  width: 45px;
  height: 45px;
  background-position: top;
  margin: 15px auto;
  background-size: cover;
}

.serviceCircles ul li:hover small.icon-pl {
  background-position: bottom;
}

.serviceCircles ul li small.ico-title {
  display: block;
  max-width: 100px;
  margin: 0px auto;
}

.ex-member-status {
  background: url("/static/media/img/member-status.png");
}

.ex-books {
  background: url("/static/media/img/books.png");
}

.ex-others {
  background: url("/static/media/img/books.png");
}

.ex-exhibitor {
  background: url("/static/media/img/exhibitor.png");
}

.ex-badge {
  background: url("/static/media/img/exhibitorb.png");
}

.ex-agencies {
  background: url("/static/media/img/agencies.png");
}

.ex-myagency {
  background: url("/static/media/img/agencies.png");
}

.ex-restaurant {
  background: url("/static/media/img/restaurant.png");
}

.ex-representative {
  background: url("/static/media/img/representative.png");
}

.ex-payments {
  background: url("/static/media/img/payments.png");
}

.ex-publisherconference {
  background: url("/static/media/img/publisherconference.png");
}

.ex-catering {
  background: url("/static/media/img/catering1.png");
}

.ex-tg {
  background: url("/static/media/img/tg.png");
}

.ex-shipment {
  background: url("/static/media/img/spmt.png");
}

/* .ex-member-status:hover,
.ex-books:hover,
.ex-exhibitor:hover,
.ex-badge:hover,
.ex-agencies:hover,
.ex-restaurant:hover,
.ex-representative:hover,
.ex-payments:hover {
  background-position: bottom;
} */

.welcomeMsg {
  height: 600px;
  text-align: center;
  background: url("/static/media/img/steps-texture-bg.png");
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 24px;
}

.d-t {
  display: table;
  width: 100%;
  height: 100%;
}

.d-c {
  display: table-cell;
  vertical-align: middle;
}

.iread {
  font-size: 14px;
  display: inline-block;
}

.iread label {
  display: inline-block;
}

.dataExhibitor {
  margin-top: 40px;
  /* overflow: auto; */
}

table.cusTable {
  border: 1px solid #1c6ea4;
  background-color: #eeeeee;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: "PT Sans Narrow";
}

table.cusTable td,
table.cusTable th {
  border: 1px solid #aaaaaa;
  padding: 10px 10px;
}

table.cusTable tbody td {
  font-size: 20px;
}

table.cusTable tfoot td {
  font-size: 20px;
}

table.cusTable tfoot .links {
  text-align: right;
}

table.cusTable tfoot .links a {
  display: inline-block;
  background: #1c6ea4;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
}

.invoicD {
  text-align: right;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-40 {
  margin-top: 40;
}

.step5 {
  padding: 40px;
  text-align: center;
}

.booksListing {
}

.booksListing span.title {
  display: block;
}

.booksListing .btnWrap {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px;
}

.booksListing .btnWrap a {
  display: inline-block;
  width: auto;
}

.tableListing span.title {
  display: block;
}

.tableListing .btnWrap {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px;
}

.tableListing .btnWrap a {
  display: inline-block;
  width: auto;
}

.addBook {
  float: right !important;
}

.addBook a {
  background: #f47836;
  color: #fff !important;
  border: none !important;
}

.checkbox-group .checkbox-normal {
  display: none;
}

.checkbox-group {
  display: inline-block;
  position: relative;
}

.checkbox-group label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
}

.checkbox-group + .checkbox-group label {
  margin-left: 15px;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.radio-group label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0px;
  background: #fcfcfc;
  border: 1px solid #bbb;
}

/*设置选中的radio的样式*/
/* + 是兄弟选择器,获取选中后的label元素*/
.radio-group .radio-normal + label:before {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.radio-group .radio-normal:hover + label:before {
  border-color: #197dd5;
}

.radio-group .radio-normal:checked + label:before {
  content: "\e6bf";
  font-family: "iconfont";
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  border-color: #197dd5;
  text-align: center;
  background: #197dd5;
}

.radio-group .radio-normal:disabled + label:before {
  color: #fff;
  border: 1px solid #ccc;
  background: #ddd;
  cursor: not-allowed;
}

.checkbox-group label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  background: #fcfcfc;
  border: 1px solid #bbb;
}

/*设置选中的radio的样式*/
/* + 是兄弟选择器,获取选中后的label元素*/
.checkbox-group .checkbox-normal + label:before {
}

.checkbox-group .checkbox-normal:hover + label:before {
  border-color: #f47836;
}

.checkbox-group .checkbox-normal:checked + label:before {
  content: "✓";
  /* font-family: "iconfont"; */
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  border-color: #f47836;
  font-weight: bold;
  background: #f47836;
}

.checkbox-group .checkbox-normal:disabled + label:before {
  color: #fff;
  border: 1px solid #ccc;
  background-color: #ddd;
  cursor: not-allowed;
}

.checkbox-group .checkbox-indeterminate + label:before {
  content: "\e95f";
  font-family: "iconfont";
  font-size: 14px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  border-color: #f47836;
  font-weight: bold;
  background: #f47836;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.multi-select-active:after {
  content: "\e93e";
  font-family: "iconfont";
  margin-left: 64%;
  font-weight: bold;
}

.transfer {
  padding-right: 30px;
}

.icon-single-add {
  font-size: 22px;
  position: absolute;
  margin-left: -30px;
  margin-top: 7px;
}

.icon-double-add {
  font-size: 22px;
  position: absolute;
  margin-left: -30px;
  margin-top: 7px;
}

.transfer-double {
}

.transfer-double-header {
  padding: 10px;
}

.noNeed {
  display: none !important;
}

.transfer-double-content {
}

.transfer-double-content-left {
  display: inline-block;
  width: 45%;
  /* height: 320px; */
  border: 1px solid #eee;
  border-radius: 2px;
  float: left;
}

.transfer-double-content-middle {
  display: inline-block;
  width: 35px;
  float: left;
  margin: 10% 15px 0 15px;
  text-align: center;
}

.transfer-double-content-right {
  display: inline-block;
  width: 45%;
  /* height: 320px; */
  border: 1px solid #eee;
  border-radius: 2px;
}

.transfer-double-content-tabs {
  display: inline-block;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #eee;
}

.transfer-double-content-tabs .tab-item-name {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin-left: 15%;
  cursor: pointer;
}

.tab-active {
  color: #387ee8;
  border-bottom: 2px solid #387ee8;
}

.transfer-double-content-param {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.transfer-double-content-param .param-item {
  display: inline-block;
  width: 40%;
  height: 36px;
  line-height: 36px;
}

.vertical-separation-line {
  color: #eee;
  margin: 0 10px;
}

.transfer-double-list {
  display: none;
}

.tab-content-active {
  display: block;
}

.transfer-double-list-header {
  padding: 8px 8px 6px 8px;
  text-align: center;
}

.transfer-double-list-search-input {
  width: 232px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ddd;
  padding: 5px 0 4px 8px;
  border-radius: 2px;
}

.transfer-double-list-content {
  padding: 3px 3px;
}

.transfer-double-list-main {
  height: 210px;
  overflow-y: auto;
}

.transfer-double-list-main .transfer-double-list-ul {
  list-style: none;
  padding: 0px 10px;
  margin: 0;
}

.transfer-double-list-main .transfer-double-list-ul .transfer-double-list-li {
  margin-top: 5px;
}

.transfer-double-list-main
  .transfer-double-list-ul
  .transfer-double-list-li
  input {
  margin-right: 10px;
}

.transfer-double-list-main .transfer-double-group-list-ul {
  list-style: none;
  padding-left: 25px;
  margin: 0;
}

.transfer-double-list-main
  .transfer-double-group-list-ul
  .transfer-double-group-list-li {
  margin-top: 5px;
}

.transfer-double-list-main
  .transfer-double-group-list-ul
  .transfer-double-group-list-li
  .transfer-double-group-list-li-ul {
  list-style: none;
  margin-left: 25px;
}

.transfer-double-list-main
  .transfer-double-group-list-ul
  .transfer-double-group-list-li
  .transfer-double-group-list-li-ul
  .transfer-double-group-list-li-ul-li {
  margin-top: 5px;
}

.transfer-double-selected-list {
}

.transfer-double-selected-list-header {
  padding: 8px 8px 6px 8px;
  text-align: center;
}

.transfer-double-selected-list-search-input {
  width: 232px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ddd;
  padding: 5px 0 4px 8px;
  border-radius: 2px;
}

.transfer-double-selected-list-content {
  padding: 3px 3px;
}

.transfer-double-selected-list-main {
  height: 210px;
  overflow-y: auto;
}

.transfer-double-selected-list-main .transfer-double-selected-list-ul {
  list-style: none;
  padding: 0px 15px;
  margin: 0;
}

.transfer-double-selected-list-main
  .transfer-double-selected-list-ul
  .transfer-double-selected-list-li {
  margin-top: 5px;
}

.transfer-double-selected-list-main
  .transfer-double-selected-list-ul
  .transfer-double-selected-list-li
  .checkbox-group {
  width: 65%;
}

.transfer-double-selected-list-main
  .transfer-double-selected-list-ul
  .transfer-double-selected-list-li
  input[type="checkbox"] {
  margin-right: 10px;
}

.transfer-double-selected-list-main
  .transfer-double-selected-list-ul
  .transfer-double-selected-list-li
  input[type="text"] {
  min-width: 40px;
  width: 40px;
  min-height: 24px;
  height: 24px;
}

.transfer-double-list-footer {
  border-top: 1px solid #ddd;
  padding-left: 18px;
  color: #f47836;
  padding: 5px 13px;
}

.transfer-double-list-footer span {
  margin-left: 20px;
}

.transfer-double-list-footer input {
  min-width: 40px;
  width: 40px;
  min-height: 24px;
  height: 24px;
  margin-left: 75px;
}

.transfer-double-list-footer .btn-setting {
  display: inline-block;
  margin-left: 5px;
}

.transfer-double-list-footer label {
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: text-top;
}

.transfer-double-footer {
  padding: 10px;
  text-align: right;
}

.btn-select-arrow {
  display: inline-block;
  width: 34px;
  height: 28px;
  line-height: 28px;
  color: #bbb;
  background: #e0e0e0;
}

.btn-select-arrow + .btn-select-arrow {
  margin-top: 10px;
}

.btn-arrow-active {
  color: #fff;
  background: #f47836;
}

/*
*清除浮动
*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*
* input placeholder style
*/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbb;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbb;
}

/*
* webkit浏览器滚动条样式
*/

.transfer-double-list-main::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.transfer-double-list-main::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 2px;
}

.transfer-double-list-main::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 2px;
}

.transfer-double-list-main::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.transfer-double-list-main::-webkit-scrollbar-corner {
  background: #f6f6f6;
}

.transfer-double-selected-list-main::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.transfer-double-selected-list-main::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 2px;
}

.transfer-double-selected-list-main::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 2px;
}

.transfer-double-selected-list-main::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.transfer-double-selected-list-main::-webkit-scrollbar-corner {
  background: #f6f6f6;
}

@media (max-width: 768px) {
  .page-nav-tab ul.nav-tabs li a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .page-nav-tab ul.nav-tabs li img {
    display: none;
  }

  .page-nav-tab ul.nav-tabs li a {
    padding: 10px;
    font-size: 14px;
  }

  .serviceCircles ul li {
    display: inline-block;
    margin-bottom: 20px;
    width: 50%;
  }
}

.dropdown_wrap {
  display: block;
}

.dropdown_check {
  float: none !important;
  display: block;
  width: 100%;
  text-align: left;
  border: 2px solid #f2f2f2;
  padding: 9px 16px;
  font-size: 18px;
  height: 46px;
  text-transform: none;
  font-family: "Proxima Nova Regular";
  font-weight: normal;
  color: #999ca5;
}

.dropdown_check .caret {
  float: right;
  margin-top: 11px;
  color: #bbb;
}

.dropdown_wrap .dropdown-menu {
  width: 100%;
  background-color: #f8f8f8;
}

.dropdown_check:hover,
.dropdown_check.focus,
.dropdown_check:focus,
.dropdown_check:visited {
  background-color: transparent;
  border: 2px solid #f2f2f2;
  color: #999ca5;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: transparent;
  border: 2px solid #f2f2f2;
  color: #999ca5;
  box-shadow: none;
}

.dropdown_wrap .dropdown-menu {
  margin: -2px 0 0;
  border: 2px solid #f2f2f2;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checklistwrap {
  display: inline-block;
  vertical-align: text-top;
}

.checklistwrap .dropdown-menu > li > a {
  outline: none;
}

.dropdown-menu > li > a {
  color: #e17a45;
  font-weight: 200;
  font-family: "Proxima Nova Regular";
  font-weight: normal;
}

.dropdown_wrap .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.dropdown_wrap .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.dropdown_wrap .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
}

.booksListing {
  margin-top: 30px;
}

.tableListing {
  margin-top: 30px;
  overflow: auto;
  padding: 0 15px;
}

.boxVisa {
  display: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
  outline: none;
}

.dataExhibitor3,
.dataExhibitor2 {
  margin: 0px;
}

.dataExhibitor3 h2,
.dataExhibitor2 h2 {
  font-size: 24px;
}

.dataExhibitor3 h2 span,
.dataExhibitor2 h2 span {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.dataExhibitor3 h2 span strong,
.dataExhibitor2 h2 span strong {
  color: #e17a45;
}

.dataExhibitor2 .cusTable {
  background: transparent;
  border: none;
}

.dataExhibitor2 table.cusTable tr td {
  background: transparent !important;
  border: none !important;
  padding: 0px;
}

.filterButton {
  margin-right: 20px;
}

.resetButtonAr {
  margin-right: 20px;
}

.resetButtonAr {
  margin-left: 20px;
}

.multi-select {
  position: relative;
  z-index: 2;
}

.multi-select .dropdown-heading {
  border-radius: 0px !important;
  border: 2px solid #eee !important;
  height: 47px !important;
  font-size: 18px !important;
}

.multi-select .dropdown-heading .dropdown-heading-value {
  line-height: 36px !important;
  padding-left: 15px !important;
}

.dropdown-heading-dropdown-arrow span {
  border-color: rgb(63, 63, 63) transparent transparent !important;
  border-width: 6px 3px 2px !important;
}

ul.select-list li label span {
  font-size: 16px !important;
}

.select-panel .select-item span {
  font-size: 16px !important;
}

.has3l a.btn,
.has3l button.btn,
.has3l a {
  margin-right: 10px;
  margin-left: 0px;
}

@charset "UTF-8";

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0,
      4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

/*#primary-nav li:last-child{ display:none;}*/
.dropdown-heading {
  height: 46px !important;
}

.dropdown-heading-value {
  margin-top: 4px;
}

.counter2 {
  padding: 2px 8px;
  background-color: #f37736;
  color: #fff;
}

#map {
  overflow: hidden;
  position: relative;
}

.btnBlock .btn {
  margin-left: 15px;
}

.btnBlock.btnBlockSL .btn {
  margin-left: 0px;
}

.btnRigt {
  text-align: right;
}

.form-child input {
  background: none;
  border: 2px solid #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 18px;
  color: #9e9e9e;
  height: 46px;
  line-height: 1.3333333;
  width: 100%;
}

.form-child input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #00aaa6;
}

td.red {
  background: pink !important;
  color: #e17a45 !important;
}

.lagendsWrap ul {
  margin: 0px;
  padding: 0px;
}

.lagendsWrap ul li {
  list-style: none;
  margin-bottom: 5px;
  font-family: "PT Sans Narrow";
  font-size: 16px;
}

.lagendsWrap ul li span {
  border-radius: 2px;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

span.lGreen {
  background: #cdf2c5;
}

span.red-texture {
  background: #fff url(media/img/texture.gif);
  color: #f16a6a;
}

span.lPink {
  background: #fedada;
}

span.lPink {
  background: #fedada;
}

span.lWhite {
  background: #fff;
  border: 1px solid #d0d5d9 !important;
}

span.lYellow {
  background: #fff5a2;
}

span.lText {
  color: #000;
  text-align: center;
  font-size: 12px;
}

.addEventWrap {
  background: #f5f5f5;
  border-radius: 6px;
  border-bottom: 1px solid #d8dee5;
  max-width: 310px;
  float: right;
  padding: 10px 20px;
  font-family: "PT Sans Narrow";
  display: none;
}

.addEventWrap h5 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.addEventWrap a {
  color: #f68551;
}

.DataDetails {
  margin-top: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  .ant-transfer-list {
    width: 43% !important;
  }

  ul.dropdown-menu li a {
    color: #fff !important;
  }

  ul.dropdown-menu dl dt a {
    color: #fff !important;
  }

  .page-content form {
    padding-top: 0px;
  }

  .page-content .page-header h1 {
    font-size: 30px;
  }

  .page-content .page-header {
    margin: 30px 0 0px;
  }

  .phoneCodeInput {
    display: none;
  }

  .page-banner {
    height: 300px;
  }

  .page-banner .banner-wrapper {
    padding-top: 10px;
  }

  .page-content section {
    padding-top: 20px;
  }

  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 0px;
  }

  .sponsor-swiper .media .media-left {
    margin: 0px auto;
  }

  .sponsor-swiper .media .media-body {
    padding-left: 0px;
    text-align: center;
    width: 100%;
    display: block;
  }

  .pull-left.btnwrap {
    float: none !important;
    text-align: center;
    display: block;
  }

  .pull-right.btnwrap {
    display: table;
    width: 100%;
  }

  .pull-right.btnwrap a,
  .pull-right.btnwrap button {
    display: block;
    width: 100%;
    margin: 10px 0px 0px 0px !important;
  }

  .modal-title {
    font-size: 24px;
  }

  .modal-header {
    padding: 15px 30px 15px 30px;
    margin-bottom: 10px;
  }

  .media-tile .media-img img {
    margin-bottom: 20px;
  }

  .article-header {
    margin-bottom: 20px;
  }

  .section-wrapper h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .btnBlock .btn {
    display: block;
    margin: 10px 0px 0px 0px;
    width: 100%;
  }

  .btnBlock2 .btn {
    display: block;
    margin: 10px 0px 0px 0px;
    width: 100%;
  }

  .btnBlock .btn:first-child {
  }

  a.btn.btn-xl.btn-line.long-btn {
    word-break: break-all;
    display: block;
    height: auto;
    white-space: normal;
  }
}

.booksListing .btnWrap a:hover {
  text-decoration: underline !important;
}

.pp-list {
  text-decoration: underline !important;
}

.pp-list-row {
  background: #f6f8fa;
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #d6dde4;
  border-radius: 2px;
  margin: 10px 0;
  display: table;
  width: 100%;
}

.pp-list-row .pp-col-left,
.pp-list.pp-col-right {
  vertical-align: top;
}

.pp-list-row .pp-col-left {
  display: table-cell;
  width: 15%;
  padding-right: 20px;
}

.pp-list-row .pp-col-right {
  display: table-cell;
}

.pp-list .pp-list-row .pp-info {
  /* margin: 17px 0 0 80px;s */
}

.pp-list .pp-list-row:hover {
  background: #f1f4f6;
}

.btn.gray {
  background: #aebbc1;
  padding: 10px;
  text-shadow: 0 1px 0 #666;
  font: 18px "gothamcondensedbook", Verdana, Arial, sans-serif;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  border: none;
}

.pp-list .pp-list-row h4 {
  font-size: 18px;
  color: #333;
  max-width: 200px;
}

.pp-list .pp-list-row h4 span {
  font-size: 12px;
  color: #f47836;
  display: block;
}

.pp-list-details-table {
  background: #f6f8fa;
  padding: 10px;
  /* margin: 0 10px 10px; */
  position: relative;
  top: -5px;
}

.pp-list-details-table table {
  border-left: 1px solid #d6dde4;
  border-top: 1px solid #d6dde4;
  border-radius: 4px;
}

.pp-list-details-table tr td {
  padding: 10px;
  border-right: 1px solid #d6dde4;
  border-bottom: 1px solid #d6dde4;
  background: #f4f5f6;
  font-size: 13px;
  color: #333;
}

.pp-list-details-table tr.pp-table-heading td {
  background: #fff;
  font: 20px "gothamcondensedmedium", Verdana, Arial, sans-serif;
  color: #333;
  text-align: center;
}

.pp-list-details-table tr td.red-text-bg {
  background: #fce9e9 !important;
  color: #f16a6a !important;
}

.pp-list-details-table tr td.green-text-bg {
  background: #fff;
  color: #229f9d;
}

.pp-list-details-table tr td.light-green {
  background: #cdf2c5;
  color: #75ac69;
}

.pp-list-details-table tr td.yellow-text-bg {
  background: #fff5a2;
  color: #b5ab57;
}

.pp-list-details-table tr td.white-text-bg {
  background: #fff;
  color: #666;
}

.pp-list-details-table tr td.red-texture {
  background: #fff url("/static/media/img/texture.gif");
  color: #f16a6a;
}

.pp {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.pp span {
  color: #f47836;
}

.pp-notification {
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 3px;
  padding: 6px;
  background: #f26027;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

.pp-notification .notify-block {
  color: #fff;
}

.pp-notification .notify-block sup {
  right: auto;
  left: -18px;
  top: -12px;
  color: #f26027;
  background: #fcfcfd;
  border: 1px solid #e1e4e6;
}

#pp-notification {
  position: absolute;
  right: 0px;
  top: 39px;
  z-index: 9;
}

#pp-notification ul {
  overflow: hidden;
  box-shadow: 0 0 6px #999;
  background: #fff;
  border-radius: 4px;
  width: 250px;
}

#pp-notification ul li a {
  border-bottom: 1px solid #eee;
  padding: 6px 10px;
  display: block;
  position: relative;
}

#pp-notification ul li a p {
  font-size: 12px;
  color: #666;
}

#pp-notification ul li.note-head a,
#pp-notification ul li.note-head a:hover {
  text-shadow: 0 1px 0 #fff;
  font: 18px gothamcondensedmedium, Verdana, sans-serif;
  color: #f47836;
  background: #f3f3f3;
  /* Old browsers */
  border-bottom: 1px solid #ececec;
}

#pp-notification ul li a h4 {
  font-size: 14px;
  color: #333;
}

#pp-notification ul li.note-head a i.icon-bell-alt {
  font-size: 14px;
  position: relative;
  top: -2px;
}

#pp-notification ul li a:hover {
  background: #f9f9f9;
}

.find-professionals .btn {
  text-transform: none;
}

.pp-invites {
  width: 160px;
  padding: 10px 20px 10px 10px;
  bottom: 10px;
  border-radius: 4px;
  position: absolute;
  border: 1px solid #eee;
  background: #fff;
  color: #f47836;
  box-shadow: 0 4px 6px #ccc;
}

.pp-invites i {
  position: absolute;
  right: 5px;
  top: 4px;
  cursor: pointer;
}

.rel {
  position: relative;
}

.pp-invites a {
  display: block;
  margin: 2px 0;
}

.pp-invites:after {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #fff;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  bottom: -10px;
}

.submitSucess {
  padding: 20px;
  text-align: center;
}

.submitSucess i {
  font-size: 45px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.submitSucess i::before {
  color: #f47836;
}

.profile-details p:last-child {
  margin-bottom: 0px;
}

.p-title {
  font-weight: bold;
  color: coral;
}

.genretagslist {
  margin-top: 10px;
}

.genretags {
  border: 1px solid #ea7537;
  padding: 7px;
  font-size: 14px;
  border-radius: 50px;
  margin-right: 5px;
  background-color: #f38348;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
}

.find-wrap .container {
  padding: 0px;
}

.profileCompany {
  margin: 10px 0px;
}

.guestsliderheight {
  height: 228px;
}

.float-phone-input {
  /* flex-direction: row-reverse;
  display: flex; */
}

.nmb {
  margin-bottom: 0px !important;
}

.row .row {
  margin-bottom: 0px !important;
}

.cfieldrad {
  margin-top: 35px;
}

.cviewsec {
  margin-top: 20px;
}

.badgeMenu .serviceCircles ul {
  display: flex;
  justify-content: center;
}

.badgeMenu .serviceCircles ul li {
  display: block;
  margin: 0px 15px;
}

.book-participation-list {
}

.book-participation-list.book-participation-list--small {
  font-size: 14px;
}

.book-participation-list__item {
  align-items: flex-start;
  background-color: #f3f3f3;
  display: flex;
  justify-content: space-between;
  margin: 2px 0;
  padding: 10px;
}

.book-participation-list__item:hover {
  background-color: #ededed;
  cursor: pointer;
}

.book-participation-list__item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.chat-window {
  position: fixed;
  bottom: 0;
  right: auto;
  width: 300px;
  height: 420px;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  z-index: 1;
}

.chat-window.docked {
  -webkit-transform: translateY(375px);
  transform: translateY(375px);
}

.chat-window.docked .chat-header span {
  opacity: 0;
}

.chat-window p {
  margin: 0;
}

.chat-window .chat-header {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  height: 45px;
  border-radius: 6px 6px 0 0;
  background: #263238;
  padding: 0 1em;
  position: relative;
  cursor: pointer;
}

.chat-window .chat-header .chat-arrow {
  color: #fff;
}

.chat-window .chat-body {
  height: calc(450px - (45px + 70px));
  border: 1px solid #263238;
  background: #fff;
  border-top: 0;
  border-bottom: 0;
  position: relative;
}

.chat-window .chat-body .message-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
}

.chat-window .chat-footer {
  background: #fff;
  border-top: 0;
  border-bottom: 0;
}

.chat-window .chat-footer .btn {
  width: 100%;
}

.dashboard-status-list > .row {
  display: flex;
  flex-wrap: wrap;
}

.dashboard-status-list__item {
  padding-top: 10px;
}

.dashboard-status-list__item-title {
  border-bottom: 1px solid #535353;
  margin-bottom: 0;
}

.dashboard-status-sublist__item {
  border-top: 1px dashed #535353;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.dashboard-status-sublist__item:first-child {
  border-top: 0;
  padding-top: 10px;
}

.news-detail__photos .row {
  display: flex;
  flex-wrap: wrap;
}

.news-detail__photos .book-tile {
  margin-top: 30px;
}

.news-detail__photos img {
  padding: 0 !important;
}

/* VIP Guest */

.vipGuest {
}

.vipGuest h2 {
}

.vipGuest h3 {
  font-size: 14px;
}

select.form-control.input-lg.multi-field {
  max-height: 107px;
}

.reomveBook {
  position: absolute;
  right: 30px;
}

label.title {
  font-weight: normal;
}

label.title input {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.listHeader {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.radio-wrap-cus {
  padding-top: 13px !important;
  padding-bottom: 20px !important;
}

.shopList {
  margin-top: 30px;
}

.shopList .book-tile .tile-wrapper .tile-text {
  min-height: auto;
}

.mt-10 {
  margin-top: 10px;
}

.minheight .form-control {
  min-height: 150px;
}

/* Activities */

.activities-container {
  max-width: 1200px;
  margin: 0 auto;
}

.activities-container h1 {
  text-align: center;
  color: #0c3643;
  font-size: 55px;
  font-weight: bold;
  text-transform: none;
}

.curved-underline {
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #003a46;
  /* Adjust the text color */
}

.curved-underline {
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #003a46;
}

.curved-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  /* Spans the width of the text */
  height: 15px;
  /* Adjust the height for the wave size */
  bottom: -8px;
  /* Position slightly below the text */
  left: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><path d="M10 10 Q 30 5, 50 10 T 90 10" stroke="%23FF6F3C" stroke-width="3" fill="none" stroke-linecap="round"/></svg>')
    no-repeat;
  background-size: 100% 100%;
}
.register-button:hover {
  color: #0c3643 !important;
}
.subtitle {
  color: #0b3442;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.activity-card {
  background-color: white;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}


.activity-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.activity-info {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F67937;
  color: white;
  transition: background-color 0.5s ease;
}

.activity-name {
  font-weight: bold;
}

.activity-count {
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
}

.activity-card:hover .activity-info {
  background-color: #131420;
  color: #fff;
}


.activity-card:hover .activity-name,
.activity-card:hover .activity-count {
  transform: translateY(0);
}

.discover-button {
  border: none;
  background: #fff;
  color: #000;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
  outline: "none";
  padding: 8px 25px;
  border-radius: 5px;
  margin-top: 20px;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.pr:hover{
  background-color: #0c3643 !important;
  color: #fff;
}

.discover-button:hover {
  background-color: #f47836;
  color: #fff;
}

.large-card {
  grid-column: span 1;
  grid-row: span 2;
}

.large-card img {
  height: 100%;
}

/* counter section */

.icon-container-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  width: 350px;
  height: 300px;
  margin: 10px auto;
}

.icon-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.tag {
  color: #F67937;
}

.icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.icon img {
  width: 40px;
  height: 40px;
}

.number {
  font-size: 1.4em;
  font-weight: bold;
  color: #F67937;
  text-align: center;
}

.text {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #F67937;
  margin-top: 8px;
  text-align: center;
}

.counter-grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  align-items: center;
}


.counter-title {
 margin-top: 50px; 
}

.counter-title h1 {
  font-size: 2em;
  color: #fff;
  font-weight: bold;
}



.top {
  grid-area: 1 / 2 / 2 / 3;
}

.left {
  grid-area: 2 / 1 / 3 / 2;
}

.right {
  grid-area: 2 / 3 / 3 / 4;
}

.bottom-left {
  grid-area: 3 / 1 / 4 / 2;
  margin-left: 50px;
}

.bottom-right {
  grid-area: 3 / 3 / 4 / 4;
  margin-right: 50px;
}

/* Exhibitor section */

.exhibitor-container {
  width: 80%;
  margin: 0 auto;
}

.exhibitor-section {
  background-color: #eaf7ff;
}

.exhibitor-header {
  text-align: center;
  color: #0b3442;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.exhibitor-container h1 {
  text-align: center;
}

.exhibitor-container h1 span {
  color: #f67937;
}

.exhibitor-carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  direction:ltr;
}


.exhibitor-nav-button {
  background-color: #f67937;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.5s ease;
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%); */
}

.exhibitor-nav-button span {
  display: block;
  margin-top: -3px;
}

.exhibitor-nav-button:hover {
  background-color: #000;
}

.guests {
  display: flex;
  gap: 20px;
}

.guest-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.guest-image {
  width: 100%;
  height: 240px; /* Increased height */
  object-fit: cover;
  flex-grow: 1; /* Allow image to grow and fill space */
}

.guest-name {
  background-color: #000;
  color: white;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  transition: background-color 0.5s ease;
  cursor: pointer;
}

.guest-card:hover .guest-name {
  background-color: #F67937;

}


.view-all {
  display: block;
  width: 150px;
  margin: 0 auto;
  padding: 10px;
  background-color: #f67937;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.5s ease;
}

.view-all:hover  {
  background-color: #000000;
  color:#fff;
}

.btn-rounded {
    border: 1px solid #0C3643;
    background: #fff;
    color: #0C3643;
    font-size: 0.9em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    padding: 8px 25px;
    border-radius: 50px;
    margin-top: 10px;
    transition: background-color 0.5s ease;
}
.btn-rounded:hover {
  background-color: #000000;
  color:#fff;
}

/* sponsors */

.sponsor-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 35px;
}

.sponsor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18%;
  /* Adjust as needed */
  margin-bottom: 20px;
}

.sponsor-logo {
  height: 150px;
  /* Fixed height for logos */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.sponsor-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sponsor-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

@media (max-width: 768px) {
  .sponsor-item {
    width: 30%;
  }
  .sponsor-container {
    display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px; 
  }
}

@media (max-width: 480px) {
  .sponsor-item {
    width: 45%;
  }
  .sponsor-container {
    display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0px; 
  }
}

/* Floor plan */

.plan-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.plan-container h1 {
  color: #0c3643;
  font-size: 2.5em;
  font-weight: bold;
  text-transform: none;
}

.img-plan {
  display: flex;
  justify-content: center;
  width: 50%;
  height: 50%;
  margin-top: 5em;
}
.text-section {
  display: grid;
  order : 1
}
.stats-section {
  display: grid;
  order: 2;
  gap: 16px;
}
.counter-height {
  height: 25em;
}


@media (width < 1200px) {
  .hero-section .swiper-slide .container .slide-content .d1 {
   display: none;
  }
  .hero-section .swiper-slide .container .slide-content .d2 {
    display: none;
   }
   .hero-section .swiper-slide .container .slide-content .d3 {
    display: none;
   }
   
}

@media (width < 720px) {
.activities-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr); 
  gap: 20px;
}
.counter-grids {
  grid-template-columns: repeat(1,1fr)
}
.text-section {
  display: grid;
  order: 2;
}
.counter-title h1 {
  font-size: 2em !important;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
}
.discover-button {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.stats-section {
  display: grid;
  order: 1;
}

.plan-container {
  display: flex;
  flex-direction: column;
  margin: 30px auto;
}
.img-plan {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50%;
  margin-top: 5em;
}

.counter-height {
  height: 40em;
}
.latest-news-section {
  margin-top: 120px;
}

   
}


/* slid */