.qodef-dashboard-field-holder .qodef-checkbox-style .qodef-checkbox-wrapper {
  margin: 8px 0;
  line-height: 1;
}
.qodef-dashboard-field-holder
  .qodef-checkbox-style
  .qodef-checkbox-wrapper
  input[type="checkbox"] {
  width: 15px;
  height: 15px;
  max-height: 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 0;
  left: 0;
  margin: 0;
}
.qodef-dashboard-field-holder
  .qodef-checkbox-style
  .qodef-checkbox-wrapper
  input[type="checkbox"]
  + label {
  display: inline-block;
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
.qodef-dashboard-field-holder
  .qodef-checkbox-style
  .qodef-checkbox-wrapper
  input[type="checkbox"]
  + label
  span.qodef-label-text {
  padding-left: 10px;
  display: inline-block;
  line-height: 15px;
  color: #444;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.qodef-dashboard-field-holder
  .qodef-checkbox-style
  .qodef-checkbox-wrapper
  input[type="checkbox"]
  + label
  .qodef-label-view {
  display: inline-block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 2px;
}
.qodef-dashboard-field-holder
  .qodef-checkbox-style
  .qodef-checkbox-wrapper
  input[type="checkbox"]
  + label
  .qodef-label-view:hover {
  cursor: pointer;
}
.qodef-dashboard-field-holder
  .qodef-checkbox-style
  .qodef-checkbox-wrapper
  input[type="checkbox"]
  + label
  .qodef-label-view:after {
  content: "";
  width: 6.5px;
  height: 6.5px;
  position: absolute;
  top: 4.25px;
  left: 4.25px;
  background-color: var(--var-color-1, #e88b00);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.qodef-dashboard-field-holder
  .qodef-checkbox-style
  .qodef-checkbox-wrapper
  input[type="checkbox"]:checked
  + label
  .qodef-label-view:after {
  opacity: 1;
}
.qodef-social-login-holder input[type="text"],
.qodef-social-login-holder input[type="email"],
.qodef-social-login-holder input[type="password"],
.qodef-social-register-holder input[type="text"],
.qodef-social-register-holder input[type="email"],
.qodef-social-register-holder input[type="password"],
.qodef-social-reset-password-holder input[type="text"],
.qodef-social-reset-password-holder input[type="email"],
.qodef-social-reset-password-holder input[type="password"] {
  position: relative;
  width: 100%;
  margin: 0 0 14px;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-weight: inherit;
  color: #1a1a1a;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  outline: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.qodef-social-login-holder input[type="text"]:focus,
.qodef-social-login-holder input[type="email"]:focus,
.qodef-social-login-holder input[type="password"]:focus,
.qodef-social-register-holder input[type="text"]:focus,
.qodef-social-register-holder input[type="email"]:focus,
.qodef-social-register-holder input[type="password"]:focus,
.qodef-social-reset-password-holder input[type="text"]:focus,
.qodef-social-reset-password-holder input[type="email"]:focus,
.qodef-social-reset-password-holder input[type="password"]:focus {
  border-color: var(--var-color-2, #283376);
}
.qodef-social-login-holder input[type="text"]::-webkit-input-placeholder,
.qodef-social-login-holder input[type="email"]::-webkit-input-placeholder,
.qodef-social-login-holder input[type="password"]::-webkit-input-placeholder,
.qodef-social-register-holder input[type="text"]::-webkit-input-placeholder,
.qodef-social-register-holder input[type="email"]::-webkit-input-placeholder,
.qodef-social-register-holder input[type="password"]::-webkit-input-placeholder,
.qodef-social-reset-password-holder
  input[type="text"]::-webkit-input-placeholder,
.qodef-social-reset-password-holder
  input[type="email"]::-webkit-input-placeholder,
.qodef-social-reset-password-holder
  input[type="password"]::-webkit-input-placeholder {
  color: #1a1a1a;
}
.qodef-social-login-holder input[type="text"]:-moz-placeholder,
.qodef-social-login-holder input[type="email"]:-moz-placeholder,
.qodef-social-login-holder input[type="password"]:-moz-placeholder,
.qodef-social-register-holder input[type="text"]:-moz-placeholder,
.qodef-social-register-holder input[type="email"]:-moz-placeholder,
.qodef-social-register-holder input[type="password"]:-moz-placeholder,
.qodef-social-reset-password-holder input[type="text"]:-moz-placeholder,
.qodef-social-reset-password-holder input[type="email"]:-moz-placeholder,
.qodef-social-reset-password-holder input[type="password"]:-moz-placeholder {
  color: #1a1a1a;
  opacity: 1;
}
.qodef-social-login-holder input[type="text"]::-moz-placeholder,
.qodef-social-login-holder input[type="email"]::-moz-placeholder,
.qodef-social-login-holder input[type="password"]::-moz-placeholder,
.qodef-social-register-holder input[type="text"]::-moz-placeholder,
.qodef-social-register-holder input[type="email"]::-moz-placeholder,
.qodef-social-register-holder input[type="password"]::-moz-placeholder,
.qodef-social-reset-password-holder input[type="text"]::-moz-placeholder,
.qodef-social-reset-password-holder input[type="email"]::-moz-placeholder,
.qodef-social-reset-password-holder input[type="password"]::-moz-placeholder {
  color: #1a1a1a;
  opacity: 1;
}
.qodef-social-login-holder input[type="text"]:-ms-input-placeholder,
.qodef-social-login-holder input[type="email"]:-ms-input-placeholder,
.qodef-social-login-holder input[type="password"]:-ms-input-placeholder,
.qodef-social-register-holder input[type="text"]:-ms-input-placeholder,
.qodef-social-register-holder input[type="email"]:-ms-input-placeholder,
.qodef-social-register-holder input[type="password"]:-ms-input-placeholder,
.qodef-social-reset-password-holder input[type="text"]:-ms-input-placeholder,
.qodef-social-reset-password-holder input[type="email"]:-ms-input-placeholder,
.qodef-social-reset-password-holder
  input[type="password"]:-ms-input-placeholder {
  color: #1a1a1a;
}
.qodef-membership-response-holder .qodef-membership-response {
  display: block;
  margin: 14px 0 0;
  font-size: 13px;
  font-weight: 700;
}
.qodef-dashboard-field-holder
  .qodef-checkbox-style
  .qodef-checkbox-wrapper
  .qodef-checkbox-label,
.qodef-wp-register-holder .qodef-register-notice h5 {
  margin: 0;
}
.qodef-membership-response-holder
  .qodef-membership-response.qodef-membership-message-sent {
  font-weight: 300;
  color: var(--var-color-2, #283376);
}
.qodef-membership-response-holder
  .qodef-membership-response.qodef-membership-message-succes {
  color: var(--var-color-2, #283376);
}
.qodef-membership-response-holder
  .qodef-membership-response.qodef-membership-message-error {
  color: #ff3d27;
}
.qodef-dashboard-field-holder .qodef-checkbox-style .qodef-checkbox-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.qodef-membership-main-wrapper {
  padding-bottom: 111px;
}
.page-template-user-dashboard .qodef-membership-dashboard-nav-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-nav-holder
  .qodef-membership-dashboard-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  margin: 33px 0 0;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-nav-holder
  .qodef-membership-dashboard-nav
  li {
  align-self: center;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-nav-holder
  .qodef-membership-dashboard-nav
  li.qodef-active-dash
  a,
.page-template-user-dashboard
  .qodef-membership-dashboard-nav-holder
  .qodef-membership-dashboard-nav
  li.qodef-active-dash
  span {
  color: var(--var-color-2, #283376);
}
.page-template-user-dashboard
  .qodef-membership-dashboard-nav-holder
  .qodef-membership-dashboard-nav
  li
  a {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  color: #939393;
  padding: 41px 0;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-nav-holder
  .qodef-membership-dashboard-nav
  li
  a
  > span {
  padding: 0 5px;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-nav-holder
  .qodef-membership-dashboard-nav
  li
  a:hover,
.page-template-user-dashboard
  .qodef-membership-dashboard-nav-holder
  .qodef-membership-dashboard-nav
  li
  a:hover
  h6,
.page-template-user-dashboard
  .qodef-membership-dashboard-nav-holder
  .qodef-membership-dashboard-nav
  li
  a:hover
  span {
  color: var(--var-color-1, #e88b00);
}
.page-template-user-dashboard
  .qodef-membership-dashboard-nav-holder
  .qodef-membership-dashboard-nav
  li
  a
  .qodef-dash-icon {
  font-size: 16px;
  color: #939393;
  background-color: transparent;
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-nav-holder
  .qodef-membership-dashboard-nav
  li
  a
  .qodef-dash-label {
  display: inline-block;
  vertical-align: middle;
}
.page-template-user-dashboard .qodef-membership-dashboard-content-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 39px 0 0;
}
.bootstrap-select .dropdown-menu {
    top: 100% !important; /* toujours en dessous */
    bottom: auto !important;
    transform: translateY(0) !important;
}


.page-template-user-dashboard .qodef-membership-dashboard-content-holder label {
  font-size: 13px;
      font-family: "Raleway", Sans-serif;
  font-weight: 500;
  color: #5b5a5a;
  margin: 8px 0;
  display: inline-block;
}
.page-template-user-dashboard .qodef-membership-dashboard-content-holder table {
      font-family: "Raleway", Sans-serif;
  color: #b3b2b2;
  font-size: 13px;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  table
  thead {
  color: #5b5a5a;
  font-weight: 500;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  table
  td {
  padding: 13px 10px;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-dashboard-remove-image {
  margin-left: 10px;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-membership-user-profile-page
  p {
  margin: 0;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-membership-user-profile-page
  .qodef-profile-image {
  margin-top: 29px;
  margin-bottom: 26px;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-membership-user-profile-page
  .qodef-profile-image
  img {
  border-radius: 50%;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-membership-user-profile-page
  .qodef-profile-section {
  margin-bottom: 6px;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-membership-user-profile-page
  .qodef-profile-section:last-child {
  margin-bottom: 0;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-membership-user-profile-page
  .qodef-profile-label,
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-membership-user-profile-page
  .qodef-profile-value {
  font-size: 13px;
      font-family: "Raleway", Sans-serif;
  font-weight: 400;
  color: #5b5a5a;
  display: inline-block;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-membership-user-profile-page
  .qodef-profile-label {
  font-weight: 500;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-re-profile-packages-holder {
  margin-top: 53px;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-membership-buy-package {
  margin-top: 20px;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-re-profile-property-item-buttons
  .qodef-property-item-edit {
  margin-right: 3px;
}
.page-template-user-dashboard
  .qodef-membership-dashboard-content-holder
  .qodef-membership-page-title {
  margin-bottom: 17px;
}
.qodef-login-register-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1002;
}
.qodef-login-register-holder .qodef-login-register-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.qodef-login-register-content.ui-tabs {
  position: relative;
  margin: 0 auto;
  width: 388px;
  background-color: #fff;
  box-sizing: border-box;
}
.qodef-login-register-content.ui-tabs.qodef-user-not-logged-in {
  margin-top: 111px;
  width: 638px;
  max-width: 100%;
}
.qodef-login-register-content.ui-tabs.qodef-user-not-logged-in ul li {
  width: 33.33%;
}
@media only screen and (max-width: 768px) {
  .qodef-login-register-content.ui-tabs.qodef-user-not-logged-in ul li {
    width: 100%;
  }
}
.qodef-login-register-content.ui-tabs.qodef-user-not-logged-in
  .qodef-login-content-inner,
.qodef-login-register-content.ui-tabs.qodef-user-not-logged-in
  .qodef-register-content-inner,
.qodef-login-register-content.ui-tabs.qodef-user-not-logged-in
  .qodef-reset-pass-content-inner {
  padding: 47px 35px;
  border: 1px solid #e1e1e1;
  border-top: 0;
}
.qodef-login-register-content.ui-tabs ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.qodef-login-register-content.ui-tabs ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 54px;
  text-align: center;
  background-color: #1b1b1b;
}
.qodef-login-register-content.ui-tabs
  ul
  li[aria-controls="qodef-reset-pass-content"] {
  background-color: #2e2e2e;
}
.qodef-login-register-content.ui-tabs ul li.ui-state-active {
  background-color: var(--var-color-1, #e88b00);
}
.qodef-login-register-content.ui-tabs ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
      font-family: "Raleway", Sans-serif;
  line-height: inherit;
  letter-spacing: 2px;
}
.qodef-login-register-content.ui-tabs .qodef-login-content-inner,
.qodef-login-register-content.ui-tabs .qodef-register-content-inner,
.qodef-login-register-content.ui-tabs .qodef-reset-pass-content-inner {
  padding: 47px 36px;
}
.qodef-login-register-content.ui-tabs .qodef-lost-pass-remember-holder {
  display: block;
  margin-top: 2px;
}
.qodef-login-register-content.ui-tabs
  .qodef-lost-pass-remember-holder
  .qodef-login-remember {
  position: relative;
  display: block;
  float: left;
      font-family: "Raleway", Sans-serif;
}
.qodef-login-register-content.ui-tabs
  .qodef-lost-pass-remember-holder
  .qodef-login-remember
  > * {
  position: relative;
  display: inline-block;
}
.qodef-login-register-content.ui-tabs .qodef-lost-pass-remember-holder label {
  font-size: 13px;
  line-height: 13px;
  color: #5b5a5a;
}
.qodef-login-register-content.ui-tabs .qodef-lost-pass-remember-holder input {
  top: 2px;
}
.qodef-login-register-content.ui-tabs
  .qodef-lost-pass-remember-holder
  .qodef-btn {
  margin: 10px 0 0;
  width: 100%;
}
.qodef-login-register-content.ui-tabs .qodef-login-action-btn {
  position: relative;
  display: block;
  float: right;
  color: var(--var-color-1, #e88b00);
  font-size: 13px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.qodef-login-register-content.ui-tabs .qodef-login-action-btn:hover {
  color: var(--var-color-2, #283376);
}
.qodef-login-register-content.ui-tabs input[type="text"],
.qodef-login-register-content.ui-tabs input[type="email"],
.qodef-login-register-content.ui-tabs input[type="password"] {
  margin-bottom: 10px;
}
.qodef-login-register-content.ui-tabs .qodef-login-button-holder .qodef-btn,
.qodef-login-register-content.ui-tabs .qodef-register-button-holder .qodef-btn,
.qodef-login-register-content.ui-tabs
  .qodef-reset-password-button-holder
  .qodef-btn {
  margin: 10px 0 0;
  width: 100%;
}
.qodef-login-register-content.ui-tabs .qodef-login-button-holder {
  margin-top: 25px;
}
.qodef-login-register-content.ui-tabs .qodef-login-form-social-login {
  text-align: center;
  margin-top: 33px;
}
.qodef-login-register-content.ui-tabs
  .qodef-login-form-social-login
  .qodef-login-social-title {
  margin-bottom: 15px;
  color: #5b5a5a;
  font-weight: 400;
}
.qodef-login-register-content.ui-tabs .qodef-login-form-social-login form {
  display: inline-block;
  margin: 0 5px;
}
.qodef-login-register-content.ui-tabs
  .qodef-login-form-social-login
  .qodef-google-login
  i {
  padding-left: 4px;
}
.qodef-login-register-content.ui-tabs
  .qodef-login-form-social-login
  .qodef-facebook-login,
.qodef-login-register-content.ui-tabs
  .qodef-login-form-social-login
  .qodef-google-login {
  padding: 0;
  height: 35px;
  width: 35px;
  line-height: 33px;
  font-size: 14px;
  text-align: center;
  margin-top: 0;
}
.qodef-login-register-content.ui-tabs
  .qodef-login-form-social-login
  .qodef-facebook-login
  .qodef-btn-text,
.qodef-login-register-content.ui-tabs
  .qodef-login-form-social-login
  .qodef-google-login
  .qodef-btn-text {
  margin: 0;
  line-height: 30px;
  padding: 0 12px 0 10px;
}
.qodef-login-register-content.ui-tabs
  .qodef-login-form-social-login
  .qodef-facebook-login
  .qodef-btn-icon-holder,
.qodef-login-register-content.ui-tabs
  .qodef-login-form-social-login
  .qodef-google-login
  .qodef-btn-icon-holder {
  float: left;
  font-size: 13px;
  padding: 6px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.qodef-login-register-content.ui-tabs
  .qodef-login-form-social-login
  .qodef-facebook-login
  .qodef-btn-icon-holder
  .qodef-btn-icon-elem,
.qodef-login-register-content.ui-tabs
  .qodef-login-form-social-login
  .qodef-google-login
  .qodef-btn-icon-holder
  .qodef-btn-icon-elem {
  vertical-align: baseline;
}
.qodef-login-register-content.ui-tabs .qodef-login-terms {
  text-align: center;
  padding: 0 15%;
  margin: 18px 0 0;
}
@media only screen and (max-width: 768px) {
  .qodef-login-register-content.ui-tabs .qodef-login-terms {
    padding: 0 15%;
  }
}
.qodef-login-register-content.ui-tabs .qodef-login-terms a {
  text-decoration: underline;
}
.qodef-login-register-content.ui-tabs .qodef-register-button-holder {
  margin-top: 18px;
}
.qodef-login-register-widget.qodef-user-not-logged-in {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-sidebar .qodef-login-register-widget.qodef-user-not-logged-in {
  width: 100%;
}
.qodef-top-bar
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  margin: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener:hover {
  color: #fff;
}
.qodef-dark-header
  .qodef-menu-area:not(.fixed):not(.qodef-sticky-header)
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener {
  color: var(--var-color-2, #283376) !important;
}
.qodef-dark-header
  .qodef-menu-area:not(.fixed):not(.qodef-sticky-header)
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener:hover {
  color: rgba(0, 0, 0, 0.8);
}
.qodef-light-header
  .qodef-menu-area:not(.fixed):not(.qodef-sticky-header)
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener {
  color: #fff !important;
}
.qodef-light-header
  .qodef-menu-area:not(.fixed):not(.qodef-sticky-header)
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener:hover {
  color: rgba(255, 255, 255, 0.8);
}
.qodef-sidebar
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener {
  color: var(--var-color-2, #283376);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.qodef-sidebar
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener:hover {
  color: var(--var-color-1, #e88b00);
}
footer
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
footer
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-side-menu
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li:hover,
.qodef-side-menu
  .qodef-login-register-widget.qodef-user-not-logged-in
  .qodef-login-opener:hover,
.qodef-top-bar
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-login-register-widget.qodef-user-logged-in {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.qodef-login-register-widget.qodef-user-logged-in .qodef-logged-in-user {
  display: table;
  height: 100%;
}
.qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner {
  display: table-cell;
  vertical-align: middle;
}
.qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span
  img {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin: 0 5px 0 0;
  border-radius: 100%;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown,
.qodef-top-bar
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown {
  position: absolute;
  top: 100%;
  margin: 0;
  right: 0;
  opacity: 0;
  list-style-type: none;
  text-align: left;
  width: 241px;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in:hover
  .qodef-login-dropdown,
.qodef-top-bar
  .qodef-login-register-widget.qodef-user-logged-in:hover
  .qodef-login-dropdown {
  visibility: visible;
  opacity: 1;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li,
.qodef-top-bar
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li {
  padding: 0;
  margin: 0;
  line-height: 1em;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li
  a,
.qodef-top-bar
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li
  a {
  display: block;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li
  a,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-top-bar
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li
  a {
  color: #b6b6b6 !important;
}
.qodef-menu-area .qodef-login-register-widget.qodef-user-logged-in {
  cursor: pointer;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user {
  height: 100%;
  display: table;
  vertical-align: middle;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.qodef-side-menu
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span
  i,
.qodef-sidebar
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span
  i,
footer
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span
  i {
  display: none;
}
.qodef-side-menu .qodef-login-register-widget.qodef-user-logged-in,
footer .qodef-login-register-widget.qodef-user-logged-in {
  height: auto;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span {
  color: #fff;
  font-size: 11px;
  line-height: 23px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown {
  background-color: #1a1a1a;
  padding: 22px 0;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li {
  border-bottom: 0;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li
  a {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #b6b6b6;
  padding: 3px 22px;
  letter-spacing: 0.05em;
      font-family: "Raleway", Sans-serif;
}
.qodef-menu-area
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li
  a:hover {
  color: #fff;
}
.qodef-dark-header
  .qodef-menu-area:not(.fixed):not(.qodef-sticky-header)
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span
  i,
.qodef-dark-header
  .qodef-menu-area:not(.fixed):not(.qodef-sticky-header)
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span
  span {
  color: var(--var-color-2, #283376) !important;
}
.qodef-dark-header
  .qodef-menu-area:not(.fixed):not(.qodef-sticky-header)
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span
  i:hover,
.qodef-dark-header
  .qodef-menu-area:not(.fixed):not(.qodef-sticky-header)
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span
  span:hover {
  color: rgba(0, 0, 0, 0.8);
}
.qodef-light-header
  .qodef-menu-area:not(.fixed):not(.qodef-sticky-header)
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span
  i,
.qodef-light-header
  .qodef-menu-area:not(.fixed):not(.qodef-sticky-header)
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span
  span {
  color: #fff !important;
}
.qodef-light-header
  .qodef-menu-area:not(.fixed):not(.qodef-sticky-header)
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span
  i:hover,
.qodef-light-header
  .qodef-menu-area:not(.fixed):not(.qodef-sticky-header)
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span
  span:hover {
  color: rgba(255, 255, 255, 0.8);
}
.qodef-top-bar .qodef-login-register-widget.qodef-user-logged-in {
  cursor: pointer;
}
.qodef-top-bar
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span {
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.qodef-top-bar
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown {
  background-color: #1a1a1a;
  padding: 22px 0;
}
.qodef-top-bar
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li
  a {
  color: #b6b6b6;
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 22px;
}
.qodef-side-menu
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner,
.qodef-sidebar
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner,
footer
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner {
  padding-bottom: 3px;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-top-bar
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-login-dropdown
  li
  a:hover {
  color: #fff;
}
.qodef-sidebar
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span,
footer
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span {
  color: var(--var-color-2, #283376);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.qodef-side-menu
  .qodef-login-register-widget.qodef-user-logged-in
  .qodef-logged-in-user
  .qodef-logged-in-user-inner
  > span {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.qodef-membership-item-favorites .qodef-favorites-icon {
  color: var(--var-color-2, #283376);
}
.qodef-membership-item-favorites .qodef-favorites-text {
  color: #939393;
}
.page-template-user-dashboard .qodef-content {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page-template-user-dashboard .qodef-membership-dashboard-nav-holder {
    width: 100%;
    float: none;
  }
  .page-template-user-dashboard
    .qodef-membership-dashboard-nav-holder
    .qodef-membership-dashboard-nav,
  .page-template-user-dashboard
    .qodef-membership-dashboard-nav-holder
    .qodef-membership-dashboard-nav
    li {
    display: block;
  }
  .page-template-user-dashboard
    .qodef-membership-dashboard-nav-holder
    .qodef-membership-dashboard-nav
    li
    a {
    padding: 15px 0;
    text-align: left;
  }
  .page-template-user-dashboard
    .qodef-membership-dashboard-nav-holder
    .qodef-membership-dashboard-nav
    li
    a
    .qodef-dash-icon {
    min-width: 50px;
    text-align: center;
    font-size: 25px;
    display: inline-block;
    padding-bottom: 0;
    vertical-align: middle;
  }
  .page-template-user-dashboard .qodef-membership-dashboard-content-holder {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  margin: 0 0 -4px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
  margin: 5px 5px 0 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li:before {
  content: "";
  display: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid var(--var-color-2, #283376) 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #0073aa;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    to(#eee)
  );
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #0073aa;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#ccc)
  );
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #0073aa;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: 0 0;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(50%, #eee)
  );
  background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(white)
  );
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #0073aa;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #1a1a1a;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #0073aa;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected],
.select2-container--classic
  .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #0073aa;
}
table td,
table th {
  text-align: center;
}
a,
h1,
h2,
h3,
p a {
  color: #1A1A1A;
}
a:hover,
blockquote,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
p a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-content,
.qodef-wrapper,
blockquote,
sub,
sup {
  position: relative;
}
.qodef-countdown .countdown-rtl,
.qodef-owl-slider.owl-rtl {
  direction: rtl;
}
.qodef-blog-holder article .qodef-post-image,
iframe,
pre {
  max-width: 100%;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-svg-path span path,
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-svg-path span > *,
.qodef-mobile-header
  .qodef-mobile-menu-opener.qodef-mobile-menu-opener-svg-path
  .qodef-mobile-menu-icon
  path,
.qodef-mobile-header
  .qodef-mobile-menu-opener.qodef-mobile-menu-opener-svg-path
  .qodef-mobile-menu-icon
  > *,
.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-svg-path path,
.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-svg-path > *,
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path
  .qodef-side-menu-icon
  path,
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path
  .qodef-side-menu-icon
  > * {
  fill: currentColor;
  stroke: currentColor;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}
a img,
table {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}
table th {
  border: 0;
  padding: 5px 7px;
}
table td {
  padding: 5px 10px;
}
.wp-caption,
img {
  max-width: 100%;
  height: auto;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
blockquote:after,
blockquote:before,
ul.qodef-with-dash li:before {
  content: "";
}
html {
  overflow-y: scroll !important;
}
body {
      font-family: "Raleway", Sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #1a1a1a;
  background-color: #f9f9f9;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  line-height: 1.3em;
  font-weight: 300;
}
h1 {
  font-size: 47px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 22px;
}
h4,
h5 {
  font-weight: 500;
  line-height: 1.3em;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
      font-family: "Playfair Display", Sans-serif;
  
    color: #1A1A1A;
}
blockquote > *,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
}
h4,
h5,
h6 {
  color: #1b1b1b;
}
a,
p a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
p {
  margin: 10px 0;
}
input[type="submit"] {
  -webkit-appearance: none;
}
ol,
ul {
  list-style-position: inside;
  margin: 15px 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
  padding: 0 0 0 15px;
}
ul.qodef-with-dash li {
  list-style-type: none;
  line-height: 31px;
}
ul.qodef-with-dash li:before {
  display: inline-block;
  width: 16px;
  height: 1px;
  margin-right: 12px;
  background-color: #1a1a1a;
  vertical-align: top;
  position: relative;
  top: 13px;
}
pre {
  background-color: #f9f9f9;
  padding: 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 15px 0;
}
dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
dd {
  margin-bottom: 15px;
}
sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  top: 0.5ex;
}
sup {
  bottom: 0.5ex;
}
.wp-caption-text {
  margin: 0;
  font-style: italic;
}
table {
  width: 100%;
}
table tbody tr,
table thead tr {
  border: 1px solid #e1e1e1;
}
table tbody th {
  border-right: 1px solid #e1e1e1;
}
blockquote {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0;
  padding: 0;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  quotes: none;
  box-sizing: border-box;
}
blockquote > * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  margin: 0;
}
blockquote cite {
  font-style: normal;
  font-weight: 400;
}
::selection {
  background: var(--var-color-1, #e88b00);
  color: #f9f9f9;
}
::-moz-selection {
  background: var(--var-color-1, #e88b00);
  color: #f9f9f9;
}
.bypostauthor,
.gallery-caption,
.sticky,
.wp-caption,
.wp-caption-text {
  opacity: 1;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 0 0 20px 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.qodef-wrapper {
  left: 0;
  z-index: 1000;
}
.qodef-wrapper .qodef-wrapper-inner {
  width: 100%;
  overflow: hidden;
}
.qodef-content {
  margin-top: 0;
  z-index: 100;
  background-color: #f9f9f9;
}
.qodef-boxed {
  overflow: hidden !important;
}
.qodef-boxed .qodef-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.touch .qodef-boxed .qodef-wrapper {
  background-repeat: repeat;
}
.qodef-boxed .qodef-wrapper .qodef-wrapper-inner {
  width: 1150px;
  overflow: visible;
  margin: auto;
}
.qodef-boxed .qodef-content {
  overflow: hidden;
}
.qodef-boxed .qodef-footer-inner {
  width: 1150px;
  margin: auto;
}
.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed,
.qodef-boxed .qodef-page-header .qodef-sticky-header {
  width: 1150px;
  left: auto;
}
.qodef-paspartu-enabled .qodef-wrapper {
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.qodef-paspartu-enabled.qodef-top-paspartu-disabled .qodef-wrapper {
  padding-top: 0 !important;
}
.qodef-paspartu-enabled
  .qodef-mobile-header.mobile-header-appear
  .qodef-mobile-header-inner,
.qodef-paspartu-enabled .qodef-page-header .qodef-fixed-wrapper.fixed,
.qodef-paspartu-enabled .qodef-sticky-header {
  left: 10px;
  width: calc(100% - 20px);
}
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled.admin-bar
  .qodef-wrapper:before {
  top: 32px;
}
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-wrapper:after,
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-wrapper:before {
  content: "";
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: inherit;
  background-color: inherit;
  z-index: 99999;
}
.qodef-container:after,
.qodef-container:before {
  content: " ";
  display: table;
}
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-wrapper:before {
  top: 0;
}
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-wrapper:after {
  bottom: 0;
}
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled
  .qodef-mobile-header.mobile-header-appear
  .qodef-mobile-header-inner,
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled
  .qodef-page-header
  .qodef-fixed-wrapper.fixed,
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled
  .qodef-sticky-header.header-appear {
  margin-top: 10px;
}
.qodef-smooth-transition-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: #fff;
}
.qodef-container,
.qodef-full-width {
  z-index: 100;
  position: relative;
}
.qodef-container {
  padding: 0;
  width: 100%;
}
.qodef-container:after {
  clear: both;
}
.qodef-rev-has-paspartu,
.qodef-vertical-align-containers .qodef-position-center-inner,
.qodef-vertical-align-containers .qodef-position-left-inner,
.qodef-vertical-align-containers .qodef-position-right-inner {
  display: inline-block;
  vertical-align: middle;
}
.qodef-container-inner {
  width: 1100px;
  margin: 0 auto;
}
.qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner,
.qodef-content
  .qodef-content-inner
  > .qodef-full-width
  > .qodef-full-width-inner {
  padding-top: 40px;
}
@media only screen and (min-width: 1400px) {
  .qodef-grid-1300 .qodef-container-inner,
  .qodef-grid-1300 .qodef-grid,
  .qodef-grid-1300 .qodef-row-grid-section {
    width: 1300px;
  }
  .qodef-grid-1300.qodef-boxed .qodef-footer-inner,
  .qodef-grid-1300.qodef-boxed .qodef-wrapper-inner {
    width: 1350px;
  }
  .qodef-grid-1300.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed,
  .qodef-grid-1300.qodef-boxed .qodef-page-header .qodef-sticky-header {
    width: 1350px;
    left: auto;
  }
}
@media only screen and (min-width: 1367px) {
  .qodef-grid-1200 .qodef-container-inner,
  .qodef-grid-1200 .qodef-grid,
  .qodef-grid-1200 .qodef-row-grid-section {
    width: 1200px;
  }
  .qodef-grid-1200.qodef-boxed .qodef-footer-inner,
  .qodef-grid-1200.qodef-boxed .qodef-wrapper-inner {
    width: 1250px;
  }
  .qodef-grid-1200.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed,
  .qodef-grid-1200.qodef-boxed .qodef-page-header .qodef-sticky-header {
    width: 1250px;
    left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .qodef-grid-1000 .qodef-container-inner,
  .qodef-grid-1000 .qodef-grid,
  .qodef-grid-1000 .qodef-row-grid-section {
    width: 1000px;
  }
  .qodef-grid-1000.qodef-boxed .qodef-footer-inner,
  .qodef-grid-1000.qodef-boxed .qodef-wrapper-inner {
    width: 1050px;
  }
  .qodef-grid-1000.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed,
  .qodef-grid-1000.qodef-boxed .qodef-page-header .qodef-sticky-header {
    width: 1050px;
    left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .qodef-grid-800 .qodef-container-inner,
  .qodef-grid-800 .qodef-grid,
  .qodef-grid-800 .qodef-row-grid-section {
    width: 800px;
  }
  .qodef-grid-800.qodef-boxed .qodef-footer-inner,
  .qodef-grid-800.qodef-boxed .qodef-wrapper-inner {
    width: 850px;
  }
  .qodef-grid-800.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed,
  .qodef-grid-800.qodef-boxed .qodef-page-header .qodef-sticky-header {
    width: 850px;
    left: auto;
  }
}
@-webkit-keyframes preload-background {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes preload-background {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.qodef-preload-background {
  background: url(../images/preload_pattern.png) !important;
  -webkit-animation-name: preload-background;
  -webkit-animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-name: preload-background;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
.qodef-grid {
  width: 1100px;
  margin: 0 auto;
}
.qodef-vertical-align-containers {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.qodef-parallax-row-holder,
.vc_row .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
  background-color: transparent;
}
.qodef-vertical-align-containers.qodef-25-50-25 .qodef-position-left,
.qodef-vertical-align-containers.qodef-25-50-25 .qodef-position-right {
  width: 25%;
}
.qodef-vertical-align-containers.qodef-25-50-25 .qodef-position-center {
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-center,
.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-left,
.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-right {
  width: 33.33%;
}
.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-center {
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.qodef-vertical-align-containers.qodef-50-50 .qodef-position-left,
.qodef-vertical-align-containers.qodef-50-50 .qodef-position-right {
  width: 50%;
}
.qodef-vertical-align-containers.qodef-33-66 .qodef-position-left {
  width: 33.33%;
}
.qodef-vertical-align-containers.qodef-33-66 .qodef-position-right,
.qodef-vertical-align-containers.qodef-66-33 .qodef-position-left {
  width: 66.66%;
}
.qodef-vertical-align-containers.qodef-66-33 .qodef-position-right {
  width: 33.33%;
}
.qodef-vertical-align-containers .qodef-position-left {
  position: relative;
  float: left;
  z-index: 2;
  height: 100%;
}
.qodef-vertical-align-containers .qodef-position-center {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 1;
}
.qodef-vertical-align-containers .qodef-position-right {
  position: relative;
  float: right;
  z-index: 2;
  height: 100%;
  text-align: right;
}
.qodef-vertical-align-containers
  .qodef-position-right.qodef-has-widget
  .qodef-position-right-inner {
  height: 100%;
}
.qodef-vertical-align-containers .qodef-position-center:before,
.qodef-vertical-align-containers .qodef-position-left:before,
.qodef-vertical-align-containers .qodef-position-right:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: 0;
}
.last_toggle_el_margin,
.wpb_button,
.wpb_content_element,
.wpb_row,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.qodef-row-grid-section {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  z-index: 20;
}
.qodef-content-aligment-left {
  text-align: left;
}
.qodef-content-aligment-center {
  text-align: center;
}
.qodef-content-aligment-right {
  text-align: right;
}
.qodef-parallax-row-holder {
  position: static;
  background-repeat: no-repeat;
  background-position: center 0;
  background-attachment: fixed;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .qodef-disabled-bg-image-bellow-1024 {
    background-image: none !important;
  }
  .qodef-parallax-row-holder {
    height: auto !important;
    min-height: 200px !important;
    background-position: center top !important;
    background-attachment: scroll;
    background-size: cover;
  }
}
.qodef-rev-has-paspartu {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  box-sizing: border-box;
}
.admin-bar .qodef-rev-has-paspartu {
  height: calc(100vh - 32px);
}
.qodef-rev-has-paspartu.qodef-side-paspartu-disabled {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.qodef-rev-has-paspartu.qodef-paspartu-tiny {
  padding: 10px;
}
.qodef-rev-has-paspartu.qodef-paspartu-tiny.qodef-top-paspartu-disabled {
  padding-top: 0;
}
.qodef-rev-has-paspartu.qodef-paspartu-tiny.qodef-top-paspartu-disabled
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 10px) !important;
}
.admin-bar
  .qodef-rev-has-paspartu.qodef-paspartu-tiny.qodef-top-paspartu-disabled
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 42px) !important;
}
.qodef-rev-has-paspartu.qodef-paspartu-tiny
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 20px) !important;
}
.admin-bar
  .qodef-rev-has-paspartu.qodef-paspartu-tiny
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 52px) !important;
}
.qodef-rev-has-paspartu.qodef-paspartu-small {
  padding: 20px;
}
.qodef-rev-has-paspartu.qodef-paspartu-small.qodef-top-paspartu-disabled {
  padding-top: 0;
}
.qodef-rev-has-paspartu.qodef-paspartu-small.qodef-top-paspartu-disabled
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 20px) !important;
}
.admin-bar
  .qodef-rev-has-paspartu.qodef-paspartu-small.qodef-top-paspartu-disabled
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 52px) !important;
}
.qodef-rev-has-paspartu.qodef-paspartu-small
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 40px) !important;
}
.admin-bar
  .qodef-rev-has-paspartu.qodef-paspartu-small
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 72px) !important;
}
.qodef-rev-has-paspartu.qodef-paspartu-normal {
  padding: 30px;
}
.qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled {
  padding-top: 0;
}
.qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 30px) !important;
}
.admin-bar
  .qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 62px) !important;
}
.qodef-rev-has-paspartu.qodef-paspartu-normal
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 60px) !important;
}
.admin-bar
  .qodef-rev-has-paspartu.qodef-paspartu-normal
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 92px) !important;
}
@media only screen and (max-width: 680px) {
  .qodef-disabled-bg-image-bellow-680 {
    background-image: none !important;
  }
  .qodef-rev-has-paspartu.qodef-paspartu-normal {
    padding: 20px;
  }
  .qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled {
    padding-top: 0;
  }
  .qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled
    .forcefullwidth_wrapper_tp_banner
    .tp-fullwidth-forcer {
    height: calc(100vh - 20px) !important;
  }
  .admin-bar
    .qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled
    .forcefullwidth_wrapper_tp_banner
    .tp-fullwidth-forcer {
    height: calc(100vh - 52px) !important;
  }
  .qodef-rev-has-paspartu.qodef-paspartu-normal
    .forcefullwidth_wrapper_tp_banner
    .tp-fullwidth-forcer {
    height: calc(100vh - 40px) !important;
  }
  .admin-bar
    .qodef-rev-has-paspartu.qodef-paspartu-normal
    .forcefullwidth_wrapper_tp_banner
    .tp-fullwidth-forcer {
    height: calc(100vh - 72px) !important;
  }
}
.qodef-rev-has-paspartu.qodef-paspartu-large {
  padding: 50px;
}
.qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled {
  padding-top: 0;
}
.qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 50px) !important;
}
.admin-bar
  .qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 82px) !important;
}
.qodef-rev-has-paspartu.qodef-paspartu-large
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 100px) !important;
}
.admin-bar
  .qodef-rev-has-paspartu.qodef-paspartu-large
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 132px) !important;
}
@media only screen and (max-width: 680px) {
  .qodef-rev-has-paspartu.qodef-paspartu-large {
    padding: 20px;
  }
  .qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled {
    padding-top: 0;
  }
  .qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled
    .forcefullwidth_wrapper_tp_banner
    .tp-fullwidth-forcer {
    height: calc(100vh - 20px) !important;
  }
  .admin-bar
    .qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled
    .forcefullwidth_wrapper_tp_banner
    .tp-fullwidth-forcer {
    height: calc(100vh - 52px) !important;
  }
  .qodef-rev-has-paspartu.qodef-paspartu-large
    .forcefullwidth_wrapper_tp_banner
    .tp-fullwidth-forcer {
    height: calc(100vh - 40px) !important;
  }
  .admin-bar
    .qodef-rev-has-paspartu.qodef-paspartu-large
    .forcefullwidth_wrapper_tp_banner
    .tp-fullwidth-forcer {
    height: calc(100vh - 72px) !important;
  }
}
.qodef-rev-has-paspartu .forcefullwidth_wrapper_tp_banner {
  width: 100% !important;
  left: 0 !important;
}
.qodef-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.qodef-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
  height: 100vh !important;
}
.admin-bar
  .qodef-rev-has-paspartu
  .forcefullwidth_wrapper_tp_banner
  .tp-fullwidth-forcer {
  height: calc(100vh - 32px) !important;
}
.screen-reader-text {
  position: absolute !important;
  height: 0;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #21759b;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  z-index: 100000;
}
.qodef-eiddo-loader .qodef-eiddo-loader-text,
.qodef-eiddo-loader .qodef-eiddo-loader-text-mask-wrapper {
  line-height: 1em;
  letter-spacing: -0.5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}
.qodef-two-columns-form-without-space .qodef-column-left {
  display: table-cell;
  width: 99%;
  vertical-align: top;
}
.qodef-two-columns-form-without-space .qodef-column-right {
  display: table-cell;
  width: 1%;
  text-align: left;
  vertical-align: top;
}
.qodef-two-columns-form-with-space .qodef-column-left {
  display: table-cell;
  width: 99%;
  vertical-align: top;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.qodef-two-columns-form-with-space .qodef-column-right {
  display: table-cell;
  width: 1%;
  text-align: left;
  vertical-align: top;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.qodef-grid-col-10:after,
.qodef-grid-col-10:before,
.qodef-grid-col-11:after,
.qodef-grid-col-11:before,
.qodef-grid-col-12:after,
.qodef-grid-col-12:before,
.qodef-grid-col-1:after,
.qodef-grid-col-1:before,
.qodef-grid-col-2:after,
.qodef-grid-col-2:before,
.qodef-grid-col-3:after,
.qodef-grid-col-3:before,
.qodef-grid-col-4:after,
.qodef-grid-col-4:before,
.qodef-grid-col-5:after,
.qodef-grid-col-5:before,
.qodef-grid-col-7:after,
.qodef-grid-col-7:before,
.qodef-grid-col-8:after,
.qodef-grid-col-8:before,
.qodef-grid-col-9:after,
.qodef-grid-col-9:before,
.qodef-grid-row:after,
.qodef-grid-row:before {
  content: " ";
  display: table;
}
.qodef-no-space.qodef-disable-bottom-space {
  margin-bottom: 0;
}
.qodef-no-space .qodef-outer-space {
  margin: 0;
}
.qodef-no-space .qodef-outer-space .qodef-item-space {
  padding: 0;
  margin: 0;
}
.qodef-no-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin: 0;
}
.qodef-tiny-space.qodef-disable-bottom-space {
  margin-bottom: -10px;
}
.qodef-tiny-space .qodef-outer-space {
  margin: 0 -5px;
}
.qodef-tiny-space .qodef-outer-space .qodef-item-space {
  padding: 0 5px;
  margin: 0 0 10px;
}
.qodef-tiny-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin: 0;
}
.qodef-small-space.qodef-disable-bottom-space {
  margin-bottom: -20px;
}
.qodef-small-space .qodef-outer-space {
  margin: 0 -10px;
}
.qodef-small-space .qodef-outer-space .qodef-item-space {
  padding: 0 10px;
  margin: 0 0 20px;
}
.qodef-small-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin: 0;
}
.qodef-normal-space.qodef-disable-bottom-space {
  margin-bottom: -30px;
}
.qodef-normal-space .qodef-outer-space {
  margin: 0 -15px;
}
.qodef-normal-space .qodef-outer-space .qodef-item-space {
  padding: 0 15px;
  margin: 0 0 30px;
}
.qodef-normal-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin: 0;
}
.qodef-medium-space.qodef-disable-bottom-space {
  margin-bottom: -40px;
}
.qodef-medium-space .qodef-outer-space {
  margin: 0 -20px;
}
.qodef-medium-space .qodef-outer-space .qodef-item-space {
  padding: 0 20px;
  margin: 0 0 40px;
}
.qodef-medium-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin: 0;
}
.qodef-large-space.qodef-disable-bottom-space {
  margin-bottom: -50px;
}
.qodef-large-space .qodef-outer-space {
  margin: 0 -25px;
}
.qodef-large-space .qodef-outer-space .qodef-item-space {
  padding: 0 25px;
  margin: 0 0 50px;
}
.qodef-large-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin: 0;
}
.qodef-huge-space.qodef-disable-bottom-space {
  margin-bottom: -80px;
}
.qodef-huge-space .qodef-outer-space {
  margin: 0 -40px;
}
.qodef-huge-space .qodef-outer-space .qodef-item-space {
  padding: 0 40px;
  margin: 0 0 80px;
}
.qodef-huge-space.qodef-disable-item-bottom-space .qodef-item-space {
  margin: 0;
}
.qodef-grid-row {
  margin-left: -15px;
  margin-right: -15px;
}
.qodef-grid-row:after {
  clear: both;
}
.qodef-grid-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.qodef-grid-no-gutter > div {
  padding-left: 0;
  padding-right: 0;
}
.qodef-grid-tiny-gutter {
  margin-left: -5px;
  margin-right: -5px;
}
.qodef-grid-tiny-gutter > div {
  padding-left: 5px;
  padding-right: 5px;
}
.qodef-grid-small-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.qodef-grid-small-gutter > div {
  padding-left: 10px;
  padding-right: 10px;
}
.qodef-grid-normal-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
.qodef-grid-normal-gutter > div {
  padding-left: 15px;
  padding-right: 15px;
}
.qodef-grid-medium-gutter {
  margin-left: -20px;
  margin-right: -20px;
}
.qodef-grid-medium-gutter > div {
  padding-left: 20px;
  padding-right: 20px;
}
.qodef-grid-large-gutter {
  margin-left: -25px;
  margin-right: -25px;
}
.qodef-grid-large-gutter > div {
  padding-left: 25px;
  padding-right: 25px;
}
.qodef-grid-huge-gutter {
  margin-left: -40px;
  margin-right: -40px;
}
.qodef-grid-huge-gutter > div {
  padding-left: 40px;
  padding-right: 40px;
}
.qodef-grid-col-1,
.qodef-grid-col-10,
.qodef-grid-col-11,
.qodef-grid-col-12,
.qodef-grid-col-2,
.qodef-grid-col-3,
.qodef-grid-col-4,
.qodef-grid-col-5,
.qodef-grid-col-7,
.qodef-grid-col-8,
.qodef-grid-col-9 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  box-sizing: border-box;
}
.qodef-grid-col-1 {
  float: left;
  width: 8.33333%;
}
.qodef-grid-col-1:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-1 {
    width: 100%;
    float: none;
  }
}
.qodef-grid-col-2 {
  float: left;
  width: 16.66667%;
}
.qodef-grid-col-2:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-2 {
    width: 100%;
    float: none;
  }
}
.qodef-grid-col-3 {
  float: left;
  width: 25%;
}
.qodef-grid-col-3:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-3 {
    width: 100%;
    float: none;
  }
}
.qodef-grid-col-4 {
  float: left;
  width: 33.33333%;
}
.qodef-grid-col-4:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-4 {
    width: 100%;
    float: none;
  }
}
.qodef-grid-col-5 {
  float: left;
  width: 41.66667%;
}
.qodef-grid-col-5:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-5 {
    width: 100%;
    float: none;
  }
}
.qodef-grid-col-6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.qodef-grid-col-6:after,
.qodef-grid-col-6:before {
  content: " ";
  display: table;
}
.qodef-grid-col-6:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-6 {
    width: 100%;
    float: none;
  }
}
.qodef-grid-col-7 {
  float: left;
  width: 58.33333%;
}
.qodef-grid-col-7:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-7 {
    width: 100%;
    float: none;
  }
}
.qodef-grid-col-8 {
  float: left;
  width: 66.66667%;
}
.qodef-grid-col-8:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-8 {
    width: 100%;
    float: none;
  }
}
.qodef-grid-col-9 {
  float: left;
  width: 75%;
}
.qodef-grid-col-9:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-9 {
    width: 100%;
    float: none;
  }
}
.qodef-grid-col-10 {
  float: left;
  width: 83.33333%;
}
.qodef-grid-col-10:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-10 {
    width: 100%;
    float: none;
  }
}
.qodef-grid-col-11 {
  float: left;
  width: 91.66667%;
}
.qodef-grid-col-11:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-11 {
    width: 100%;
    float: none;
  }
}
.qodef-grid-col-12 {
  float: left;
  width: 100%;
}
.qodef-grid-col-12:after {
  clear: both;
}
.qodef-grid-col-push-1 {
  left: 8.33333%;
}
.qodef-grid-col-pull-1 {
  right: 8.33333%;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-12 {
    width: 100%;
    float: none;
  }
  .qodef-grid-col-push-1 {
    left: 0;
  }
  .qodef-grid-col-pull-1 {
    right: 0;
  }
}
.qodef-grid-col-push-2 {
  left: 16.66667%;
}
.qodef-grid-col-pull-2 {
  right: 16.66667%;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-2 {
    left: 0;
  }
  .qodef-grid-col-pull-2 {
    right: 0;
  }
}
.qodef-grid-col-push-3 {
  left: 25%;
}
.qodef-grid-col-pull-3 {
  right: 25%;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-3 {
    left: 0;
  }
  .qodef-grid-col-pull-3 {
    right: 0;
  }
}
.qodef-grid-col-push-4 {
  left: 33.33333%;
}
.qodef-grid-col-pull-4 {
  right: 33.33333%;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-4 {
    left: 0;
  }
  .qodef-grid-col-pull-4 {
    right: 0;
  }
}
.qodef-grid-col-push-5 {
  left: 41.66667%;
}
.qodef-grid-col-pull-5 {
  right: 41.66667%;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-5 {
    left: 0;
  }
  .qodef-grid-col-pull-5 {
    right: 0;
  }
}
.qodef-grid-col-push-6 {
  left: 50%;
}
.qodef-grid-col-pull-6 {
  right: 50%;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-6 {
    left: 0;
  }
  .qodef-grid-col-pull-6 {
    right: 0;
  }
}
.qodef-grid-col-push-7 {
  left: 58.33333%;
}
.qodef-grid-col-pull-7 {
  right: 58.33333%;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-7 {
    left: 0;
  }
  .qodef-grid-col-pull-7 {
    right: 0;
  }
}
.qodef-grid-col-push-8 {
  left: 66.66667%;
}
.qodef-grid-col-pull-8 {
  right: 66.66667%;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-8 {
    left: 0;
  }
  .qodef-grid-col-pull-8 {
    right: 0;
  }
}
.qodef-grid-col-push-9 {
  left: 75%;
}
.qodef-grid-col-pull-9 {
  right: 75%;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-9 {
    left: 0;
  }
  .qodef-grid-col-pull-9 {
    right: 0;
  }
}
.qodef-grid-col-push-10 {
  left: 83.33333%;
}
.qodef-grid-col-pull-10 {
  right: 83.33333%;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-10 {
    left: 0;
  }
  .qodef-grid-col-pull-10 {
    right: 0;
  }
}
.qodef-grid-col-push-11 {
  left: 91.66667%;
}
.qodef-grid-col-pull-11 {
  right: 91.66667%;
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-11 {
    left: 0;
  }
  .qodef-grid-col-pull-11 {
    right: 0;
  }
}
.qodef-grid-col-push-12 {
  left: 100%;
}
.qodef-grid-col-pull-12 {
  right: 100%;
}
@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-1 {
    width: 8.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-disabled-bg-image-bellow-1280 {
    background-image: none !important;
  }
  .qodef-grid-col-laptop-landscape-medium-1 {
    width: 8.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-1 {
    width: 8.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-push-12 {
    left: 0;
  }
  .qodef-grid-col-pull-12 {
    right: 0;
  }
  .qodef-grid-col-ipad-landscape-1 {
    width: 8.33333%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-disabled-bg-image-bellow-768 {
    background-image: none !important;
  }
  .qodef-grid-col-ipad-portrait-1 {
    width: 8.33333%;
    float: left;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-1 {
    width: 8.33333%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-disabled-bg-image-bellow-480 {
    background-image: none !important;
  }
  .qodef-grid-col-phone-portrait-1 {
    width: 8.33333%;
    float: left;
  }
}
@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-1 {
    width: 8.33333%;
    float: left;
  }
  .qodef-grid-col-smaller-phone-portrait-2 {
    width: 16.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-2 {
    width: 16.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-2 {
    width: 16.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-2 {
    width: 16.66667%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-2 {
    width: 16.66667%;
    float: left;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-2 {
    width: 16.66667%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-2 {
    width: 16.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-2 {
    width: 16.66667%;
    float: left;
  }
  .qodef-grid-col-laptop-landscape-large-3 {
    width: 25%;
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-3 {
    width: 25%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-3 {
    width: 25%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-3 {
    width: 25%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-3 {
    width: 25%;
    float: left;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-3 {
    width: 25%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-3 {
    width: 25%;
    float: left;
  }
}
@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-3 {
    width: 25%;
    float: left;
  }
  .qodef-grid-col-smaller-phone-portrait-4 {
    width: 33.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-4 {
    width: 33.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-4 {
    width: 33.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-4 {
    width: 33.33333%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-4 {
    width: 33.33333%;
    float: left;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-4 {
    width: 33.33333%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-4 {
    width: 33.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-4 {
    width: 33.33333%;
    float: left;
  }
  .qodef-grid-col-laptop-landscape-large-5 {
    width: 41.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-5 {
    width: 41.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-5 {
    width: 41.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-5 {
    width: 41.66667%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-5 {
    width: 41.66667%;
    float: left;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-5 {
    width: 41.66667%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-5 {
    width: 41.66667%;
    float: left;
  }
}
@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-5 {
    width: 41.66667%;
    float: left;
  }
  .qodef-grid-col-smaller-phone-portrait-6 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-6 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-6 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-6 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-6 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-6 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-6 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-6 {
    width: 50%;
    float: left;
  }
  .qodef-grid-col-laptop-landscape-large-7 {
    width: 58.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-7 {
    width: 58.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-7 {
    width: 58.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-7 {
    width: 58.33333%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-7 {
    width: 58.33333%;
    float: left;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-7 {
    width: 58.33333%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-7 {
    width: 58.33333%;
    float: left;
  }
}
@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-7 {
    width: 58.33333%;
    float: left;
  }
  .qodef-grid-col-smaller-phone-portrait-8 {
    width: 66.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-8 {
    width: 66.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-8 {
    width: 66.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-8 {
    width: 66.66667%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-8 {
    width: 66.66667%;
    float: left;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-8 {
    width: 66.66667%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-8 {
    width: 66.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-8 {
    width: 66.66667%;
    float: left;
  }
  .qodef-grid-col-laptop-landscape-large-9 {
    width: 75%;
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-9 {
    width: 75%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-9 {
    width: 75%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-9 {
    width: 75%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-9 {
    width: 75%;
    float: left;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-9 {
    width: 75%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-9 {
    width: 75%;
    float: left;
  }
}
@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-9 {
    width: 75%;
    float: left;
  }
  .qodef-grid-col-smaller-phone-portrait-10 {
    width: 83.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-10 {
    width: 83.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-10 {
    width: 83.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-10 {
    width: 83.33333%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-10 {
    width: 83.33333%;
    float: left;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-10 {
    width: 83.33333%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-10 {
    width: 83.33333%;
    float: left;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-10 {
    width: 83.33333%;
    float: left;
  }
  .qodef-grid-col-laptop-landscape-large-11 {
    width: 91.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-11 {
    width: 91.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-11 {
    width: 91.66667%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-11 {
    width: 91.66667%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-11 {
    width: 91.66667%;
    float: left;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-11 {
    width: 91.66667%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-11 {
    width: 91.66667%;
    float: left;
  }
}
@media only screen and (max-width: 320px) {
  .qodef-grid-col-smaller-phone-portrait-11 {
    width: 91.66667%;
    float: left;
  }
  .qodef-grid-col-smaller-phone-portrait-12 {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid-col-laptop-landscape-large-12 {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-grid-col-laptop-landscape-medium-12 {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-grid-col-laptop-landscape-12 {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid-col-ipad-landscape-12 {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid-col-phone-landscape-12 {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid-col-phone-portrait-12 {
    width: 100%;
    float: none;
  }
}
@-webkit-keyframes element-from-left {
  0% {
    opacity: 0;
    transform: translate(-20%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes element-from-left {
  0% {
    opacity: 0;
    transform: translate(-20%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes element-from-right {
  0% {
    opacity: 0;
    transform: translate(20%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes element-from-right {
  0% {
    opacity: 0;
    transform: translate(20%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes element-from-top {
  0% {
    opacity: 0;
    transform: translate(0, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes element-from-top {
  0% {
    opacity: 0;
    transform: translate(0, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes element-from-bottom {
  0% {
    opacity: 0;
    transform: translate(0, 30%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes element-from-bottom {
  0% {
    opacity: 0;
    transform: translate(0, 30%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.qodef-element-from-bottom,
.qodef-element-from-fade,
.qodef-element-from-left,
.qodef-element-from-right,
.qodef-element-from-top {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-element-from-bottom > div,
.qodef-element-from-fade > div,
.qodef-element-from-left > div,
.qodef-element-from-right > div,
.qodef-element-from-top > div {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  opacity: 0;
}
.qodef-element-from-fade.qodef-element-from-fade-on > div {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s;
  -moz-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}
.qodef-element-from-left.qodef-element-from-left-on > div {
  -webkit-animation: element-from-left 0.55s 1 ease;
  -moz-animation: element-from-left 0.55s 1 ease;
  animation: element-from-left 0.55s 1 ease;
  opacity: 1;
}
.qodef-element-from-right.qodef-element-from-right-on > div {
  -webkit-animation: element-from-right 0.55s 1 ease;
  -moz-animation: element-from-right 0.55s 1 ease;
  animation: element-from-right 0.55s 1 ease;
  opacity: 1;
}
.qodef-element-from-top.qodef-element-from-top-on > div {
  -webkit-animation: element-from-top 0.55s 1 ease;
  -moz-animation: element-from-top 0.55s 1 ease;
  animation: element-from-top 0.55s 1 ease;
  opacity: 1;
}
.qodef-element-from-bottom.qodef-element-from-bottom-on > div {
  -webkit-animation: element-from-bottom 0.55s 1 ease;
  -moz-animation: element-from-bottom 0.55s 1 ease;
  animation: element-from-bottom 0.55s 1 ease;
  opacity: 1;
}
.qodef-flip-in {
  opacity: 0;
  -webkit-transform: perspective(1000px) rotateY(25deg);
  -moz-transform: perspective(1000px) rotateY(25deg);
  transform: perspective(1000px) rotateY(25deg);
  -webkit-transition: all 1.1s ease-in-out;
  -moz-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}
.qodef-flip-in.qodef-flip-in-on {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0);
}
.qodef-grow-in {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0, 1, 0.5, 1);
}
.qodef-grow-in.qodef-grow-in-on {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.qodef-z-rotate {
  opacity: 0;
  -webkit-transform: rotateZ(7deg);
  -moz-transform: rotateZ(7deg);
  transform: rotateZ(7deg);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  transform-origin: top right;
}
.qodef-z-rotate.qodef-z-rotate-on {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  transform: rotateZ(0);
}
.qodef-x-rotate {
  opacity: 0;
  -webkit-transform: perspective(900px) rotateX(-45deg);
  -moz-transform: perspective(900px) rotateX(-45deg);
  transform: perspective(900px) rotateX(-45deg);
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.qodef-x-rotate.qodef-x-rotate-on {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0);
}
.qodef-y-translate {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.7s cubic-bezier(0.68, -0.65, 0.265, 1.65);
  -moz-transition: all 0.7s cubic-bezier(0.68, -0.65, 0.265, 1.65);
  transition: all 0.7s cubic-bezier(0.68, -0.65, 0.265, 1.65);
}
.qodef-y-translate.qodef-y-translate-on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.qodef-fade-in-down {
  opacity: 0;
  -webkit-transform: translate(0, -25px);
  -moz-transform: translate(0, -25px);
  transform: translate(0, -25px);
  -webkit-transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
}
.qodef-fade-in-down.qodef-fade-in-down-on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.qodef-fade-in-left-x-rotate {
  opacity: 0;
  -webkit-transform: rotateZ(-5deg) translate(-30px, 0);
  -moz-transform: rotateZ(-5deg) translate(-30px, 0);
  transform: rotateZ(-5deg) translate(-30px, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.qodef-fade-in-left-x-rotate.qodef-fade-in-left-x-rotate-on {
  opacity: 1;
  -webkit-transform: rotateZ(0) translate(0, 0);
  -moz-transform: rotateZ(0) translate(0, 0);
  transform: rotateZ(0) translate(0, 0);
}
.qodef-fade-in {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.qodef-fade-in.qodef-fade-in-on {
  opacity: 1;
}
.qodef-st-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qodef-eiddo-loader,
.qodef-st-loader1 {
  position: relative;
}
.qodef-st-loader1 {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.qodef-st-loader2 {
  margin: -50% 0 0 -50%;
}
@-webkit-keyframes eiddoloader {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  25%,
  50% {
    clip-path: inset(0 0 0 0);
  }
  100%,
  75% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes eiddoloader {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  25%,
  50% {
    clip-path: inset(0 0 0 0);
  }
  100%,
  75% {
    clip-path: inset(0 0 0 100%);
  }
}
.qodef-eiddo-loader .qodef-eiddo-loader-text {
  font-size: 192px;
  color: var(--var-color-2, #283376);
}
@media only screen and (max-width: 768px) {
  .qodef-grid-col-ipad-portrait-12 {
    width: 100%;
    float: none;
  }
  .qodef-eiddo-loader .qodef-eiddo-loader-text {
    font-size: 72px;
  }
}
.qodef-eiddo-loader .qodef-eiddo-loader-text-mask-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 192px;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: eiddoloader 4.5s cubic-bezier(0.32, 0.14, 0.57, 0.96)
    infinite;
  -moz-animation: eiddoloader 4.5s cubic-bezier(0.32, 0.14, 0.57, 0.96) infinite;
  animation: eiddoloader 4.5s cubic-bezier(0.32, 0.14, 0.57, 0.96) infinite;
}
@media only screen and (max-width: 768px) {
  .qodef-eiddo-loader .qodef-eiddo-loader-text-mask-wrapper {
    font-size: 72px;
  }
}
.qodef-eiddo-loader
  .qodef-eiddo-loader-text-mask-wrapper
  .qodef-eiddo-loader-text-part {
  color: #fff;
  display: inline-block;
}
.qodef-eiddo-loader
  .qodef-eiddo-loader-text-mask-wrapper
  .qodef-eiddo-loader-text-suffix {
  color: var(--var-color-1, #e88b00);
  display: inline-block;
}
.qodef-eiddo-loader:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 150vw;
  height: 150vh;
  opacity: 0.2;
  box-shadow: inset -50vw 0 150vw 0 #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.qodef-rotate-circles {
  width: 60px;
  height: 20px;
}
.qodef-rotate-circles > div {
  background-color: #333;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1.5s ease infinite;
  animation: ball-fall 1.5s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.qodef-rotate-circles > div:nth-child(1) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.qodef-rotate-circles > div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.qodef-rotate-circles > div:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10%,
  90% {
    opacity: 0.5;
  }
  20%,
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10%,
  90% {
    opacity: 0.5;
  }
  20%,
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
.qodef-st-loader .pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: var(--var-color-1, #e88b00);
  border-radius: 16px;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes scaleout {
  0% {
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes scaleout {
  0% {
    -ms-transform: scale(0);
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes scaleout {
  0% {
    -o-transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.qodef-st-loader .double_pulse {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: relative;
}
.qodef-st-loader .double_pulse .double-bounce1,
.qodef-st-loader .double_pulse .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--var-color-1, #e88b00);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.qodef-st-loader .double_pulse .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.qodef-st-loader .cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: var(--var-color-1, #e88b00);
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.qodef-st-loader .rotating_cubes {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  position: relative;
}
.qodef-st-loader .rotating_cubes .cube1,
.qodef-st-loader .rotating_cubes .cube2 {
  background-color: var(--var-color-1, #e88b00);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}
.qodef-st-loader .rotating_cubes .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.qodef-st-loader .stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center;
  font-size: 10px;
}
.qodef-st-loader .stripes > div {
  background-color: var(--var-color-1, #e88b00);
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0 3px 0 0;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.qodef-st-loader .stripes .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.qodef-st-loader .stripes .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.qodef-st-loader .stripes .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.qodef-st-loader .stripes .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.qodef-st-loader .wave {
  width: 72px;
  text-align: center;
  margin: -9px 0 0 -36px;
}
.qodef-st-loader .wave > div {
  width: 18px;
  height: 18px;
  background-color: var(--var-color-1, #e88b00);
  margin: 0 3px 0 0;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.qodef-st-loader .wave .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.qodef-st-loader .wave .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  100%,
  80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.qodef-st-loader .two_rotating_circles {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: relative;
  text-align: center;
  -webkit-animation: rotatecircles 2s infinite linear;
  animation: rotatecircles 2s infinite linear;
}
.qodef-st-loader .two_rotating_circles .dot1,
.qodef-st-loader .two_rotating_circles .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--var-color-1, #e88b00);
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.qodef-st-loader .two_rotating_circles .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rotatecircles {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotatecircles {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.qodef-st-loader .five_rotating_circles {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  position: relative;
}
.qodef-st-loader .five_rotating_circles .container1 > div,
.qodef-st-loader .five_rotating_circles .container2 > div,
.qodef-st-loader .five_rotating_circles .container3 > div {
  width: 12px;
  height: 12px;
  background-color: var(--var-color-1, #e88b00);
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.qodef-st-loader .five_rotating_circles .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qodef-st-loader .five_rotating_circles .container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.qodef-st-loader .five_rotating_circles .container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.qodef-st-loader .five_rotating_circles .circle1 {
  top: 0;
  left: 0;
}
.qodef-st-loader .five_rotating_circles .circle2 {
  top: 0;
  right: 0;
}
.qodef-st-loader .five_rotating_circles .circle3 {
  right: 0;
  bottom: 0;
}
.qodef-st-loader .five_rotating_circles .circle4 {
  left: 0;
  bottom: 0;
}
.qodef-st-loader .five_rotating_circles .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.qodef-st-loader .five_rotating_circles .container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.qodef-st-loader .five_rotating_circles .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.qodef-st-loader .five_rotating_circles .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.qodef-st-loader .five_rotating_circles .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.qodef-st-loader .five_rotating_circles .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.qodef-st-loader .five_rotating_circles .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.qodef-st-loader .five_rotating_circles .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.qodef-st-loader .five_rotating_circles .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.qodef-st-loader .five_rotating_circles .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.qodef-st-loader .five_rotating_circles .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.qodef-st-loader .atom {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: relative;
}
.qodef-st-loader .atom .ball-1 {
  height: 50%;
  width: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1;
  -webkit-animation: atom_shrink 4.5s infinite linear;
  -moz-animation: atom_shrink 4.5s infinite linear;
  -o-animation: atom_shrink 4.5s infinite linear;
  animation: atom_shrink 4.5s infinite linear;
}
.qodef-st-loader .atom .ball-1:before {
  content: "";
  background: var(--var-color-1, #e88b00);
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -50%;
  left: -50%;
}
.qodef-st-loader .atom .ball-2,
.qodef-st-loader .atom .ball-3,
.qodef-st-loader .atom .ball-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.qodef-st-loader .atom .ball-2:before,
.qodef-st-loader .atom .ball-3:before,
.qodef-st-loader .atom .ball-4:before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--var-color-1, #e88b00);
  top: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
.qodef-st-loader .atom .ball-2 {
  -webkit-animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
  -moz-animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
  -o-animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
  animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
}
.qodef-st-loader .atom .ball-3 {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
  -moz-animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
  -o-animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
  animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
}
.qodef-st-loader .atom .ball-4 {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
  -moz-animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
  -o-animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
  animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
}
.qodef-st-loader .atom .ball-2:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation: atom_position 1.5s infinite ease,
    atom_size 1.5s -1.125s infinite ease;
  -moz-animation: atom_position 1.5s infinite ease,
    atom_size 1.5s -1.125s infinite ease;
  -o-animation: atom_position 1.5s infinite ease,
    atom_size 1.5s -1.125s infinite ease;
  animation: atom_position 1.5s infinite ease,
    atom_size 1.5s -1.125s infinite ease;
}
.qodef-st-loader .atom .ball-3:before {
  -webkit-animation: atom_position 1.5s -1s infinite ease,
    atom_size 1.5s -0.75s infinite ease;
  -moz-animation: atom_position 1.5s -1s infinite ease,
    atom_size 1.5s -0.75s infinite ease;
  -o-animation: atom_position 1.5s -1s infinite ease,
    atom_size 1.5s -0.75s infinite ease;
  animation: atom_position 1.5s -1s infinite ease,
    atom_size 1.5s -0.75s infinite ease;
}
.qodef-st-loader .atom .ball-4:before {
  -webkit-animation: atom_position 1.5s -0.5s infinite ease,
    atom_size 1.5s -125ms infinite ease;
  -moz-animation: atom_position 1.5s -0.5s infinite ease,
    atom_size 1.5s -125ms infinite ease;
  -o-animation: atom_position 1.5s -0.5s infinite ease,
    atom_size 1.5s -125ms infinite ease;
  animation: atom_position 1.5s -0.5s infinite ease,
    atom_size 1.5s -125ms infinite ease;
}
@-webkit-keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}
@-moz-keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}
@-o-keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}
@keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}
@-webkit-keyframes atom_size {
  50% {
    -webkit-transform: scale(0.5, 0.5);
  }
}
@-moz-keyframes atom_size {
  50% {
    -moz-transform: scale(0.5, 0.5);
  }
}
@-o-keyframes atom_size {
  50% {
    -o-transform: scale(0.5, 0.5);
  }
}
@keyframes atom_size {
  50% {
    transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}
@-moz-keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}
@-o-keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}
@keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}
@-webkit-keyframes atom_shrink {
  50% {
    -webkit-transform: scale(0.9, 0.9);
  }
}
@-moz-keyframes atom_shrink {
  50% {
    -moz-transform: scale(0.9, 0.9);
  }
}
@-o-keyframes atom_shrink {
  50% {
    -o-transform: scale(0.9, 0.9);
  }
}
@keyframes atom_shrink {
  50% {
    transform: scale(0.9, 0.9);
  }
}
.qodef-st-loader .clock {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  position: relative;
  -webkit-animation: clock 8s infinite steps(8);
  -moz-animation: clock 8s infinite steps(8);
  -o-animation: clock 8s infinite steps(8);
  animation: clock 8s infinite steps(8);
}
.qodef-st-loader .clock .ball {
  height: 50px;
  width: 50px;
  position: absolute;
}
.qodef-st-loader .clock .ball:before {
  content: "";
  border-radius: 50%;
  height: 18.32px;
  width: 18.32px;
  position: absolute;
  background: var(--var-color-1, #e88b00);
}
.qodef-st-loader .clock .ball-1 {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-animation: clock1 1s ease-in infinite;
  -moz-animation: clock1 1s ease-in infinite;
  -o-animation: clock1 1s ease-in infinite;
  animation: clock1 1s ease-in infinite;
}
.qodef-st-loader .clock .ball-2 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-animation: clock2 1s ease-in infinite;
  -moz-animation: clock2 1s ease-in infinite;
  -o-animation: clock2 1s ease-in infinite;
  animation: clock2 1s ease-in infinite;
}
.qodef-st-loader .clock .ball-3 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-animation: clock3 1s ease-in infinite;
  -moz-animation: clock3 1s ease-in infinite;
  -o-animation: clock3 1s ease-in infinite;
  animation: clock3 1s ease-in infinite;
}
.qodef-st-loader .clock .ball-4 {
  -webkit-animation: clock4 1s ease-in infinite;
  -moz-animation: clock4 1s ease-in infinite;
  -o-animation: clock4 1s ease-in infinite;
  animation: clock4 1s ease-in infinite;
}
@-webkit-keyframes clock {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes clock {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes clock {
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes clock {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes clock1 {
  0% {
    -webkit-transform: rotate(-135deg);
  }
  100%,
  30% {
    -webkit-transform: rotate(-450deg);
  }
}
@-moz-keyframes clock1 {
  0% {
    -moz-transform: rotate(-135deg);
  }
  100%,
  30% {
    -moz-transform: rotate(-450deg);
  }
}
@-o-keyframes clock1 {
  0% {
    -o-transform: rotate(-135deg);
  }
  100%,
  30% {
    -o-transform: rotate(-450deg);
  }
}
@keyframes clock1 {
  0% {
    transform: rotate(-135deg);
  }
  100%,
  30% {
    transform: rotate(-450deg);
  }
}
@-webkit-keyframes clock2 {
  5% {
    -webkit-transform: rotate(-90deg);
  }
  100%,
  35% {
    -webkit-transform: rotate(-405deg);
  }
}
@-moz-keyframes clock2 {
  5% {
    -moz-transform: rotate(-90deg);
  }
  100%,
  35% {
    -moz-transform: rotate(-405deg);
  }
}
@-o-keyframes clock2 {
  5% {
    -o-transform: rotate(-90deg);
  }
  100%,
  35% {
    -o-transform: rotate(-405deg);
  }
}
@keyframes clock2 {
  5% {
    transform: rotate(-90deg);
  }
  100%,
  35% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes clock3 {
  10% {
    -webkit-transform: rotate(-45deg);
  }
  100%,
  40% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes clock3 {
  10% {
    -moz-transform: rotate(-45deg);
  }
  100%,
  40% {
    -moz-transform: rotate(-360deg);
  }
}
@-o-keyframes clock3 {
  10% {
    -o-transform: rotate(-45deg);
  }
  100%,
  40% {
    -o-transform: rotate(-360deg);
  }
}
@keyframes clock3 {
  10% {
    transform: rotate(-45deg);
  }
  100%,
  40% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes clock4 {
  15% {
    -webkit-transform: rotate(0);
  }
  100%,
  45% {
    -webkit-transform: rotate(-315deg);
  }
}
@-moz-keyframes clock4 {
  15% {
    -moz-transform: rotate(0);
  }
  100%,
  45% {
    -moz-transform: rotate(-315deg);
  }
}
@-o-keyframes clock4 {
  15% {
    -o-transform: rotate(0);
  }
  100%,
  45% {
    -o-transform: rotate(-315deg);
  }
}
@keyframes clock4 {
  15% {
    transform: rotate(0);
  }
  100%,
  45% {
    transform: rotate(-315deg);
  }
}
.qodef-st-loader .mitosis {
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  position: relative;
  -webkit-animation: mitosis_invert 2s infinite steps(2, end);
  -moz-animation: mitosis_invert 2s infinite steps(2, end);
  -o-animation: mitosis_invert 2s infinite steps(2, end);
  animation: mitosis_invert 2s infinite steps(2, end);
}
.qodef-st-loader .mitosis .ball {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: var(--var-color-1, #e88b00);
}
.qodef-st-loader .mitosis .ball-1 {
  -webkit-animation: mitosis_ball1 1s infinite alternate linear;
  -moz-animation: mitosis_ball1 1s infinite alternate linear;
  -o-animation: mitosis_ball1 1s infinite alternate linear;
  animation: mitosis_ball1 1s infinite alternate linear;
}
.qodef-st-loader .mitosis .ball-2 {
  -webkit-animation: mitosis_ball2 1s infinite alternate linear;
  -moz-animation: mitosis_ball2 1s infinite alternate linear;
  -o-animation: mitosis_ball2 1s infinite alternate linear;
  animation: mitosis_ball2 1s infinite alternate linear;
}
.qodef-st-loader .mitosis .ball-3 {
  -webkit-animation: mitosis_ball3 1s infinite alternate linear;
  -moz-animation: mitosis_ball3 1s infinite alternate linear;
  -o-animation: mitosis_ball3 1s infinite alternate linear;
  animation: mitosis_ball3 1s infinite alternate linear;
}
.qodef-st-loader .mitosis .ball-4 {
  -webkit-animation: mitosis_ball4 1s infinite alternate linear;
  -moz-animation: mitosis_ball4 1s infinite alternate linear;
  -o-animation: mitosis_ball4 1s infinite alternate linear;
  animation: mitosis_ball4 1s infinite alternate linear;
}
@-webkit-keyframes mitosis_invert {
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes mitosis_invert {
  100% {
    -moz-transform: rotate(180deg);
  }
}
@-o-keyframes mitosis_invert {
  100% {
    -o-transform: rotate(180deg);
  }
}
@keyframes mitosis_invert {
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes mitosis_ball1 {
  12% {
    -webkit-transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
  }
  40%,
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}
@-moz-keyframes mitosis_ball1 {
  12% {
    -moz-transform: none;
  }
  26% {
    -moz-transform: translateX(25%) scale(1, 0.8);
  }
  40%,
  60% {
    -moz-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -moz-transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    -moz-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}
@-o-keyframes mitosis_ball1 {
  12% {
    -o-transform: none;
  }
  26% {
    -o-transform: translateX(25%) scale(1, 0.8);
  }
  40%,
  60% {
    -o-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -o-transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    -o-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}
@keyframes mitosis_ball1 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40%,
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}
@-webkit-keyframes mitosis_ball2 {
  12% {
    -webkit-transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
  }
  40%,
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}
@-moz-keyframes mitosis_ball2 {
  12% {
    -moz-transform: none;
  }
  26% {
    -moz-transform: translateX(25%) scale(1, 0.8);
  }
  40%,
  60% {
    -moz-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -moz-transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    -moz-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}
@-o-keyframes mitosis_ball2 {
  12% {
    -o-transform: none;
  }
  26% {
    -o-transform: translateX(25%) scale(1, 0.8);
  }
  40%,
  60% {
    -o-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -o-transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    -o-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}
@keyframes mitosis_ball2 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40%,
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}
@-webkit-keyframes mitosis_ball3 {
  12% {
    -webkit-transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
  }
  40%,
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}
@-moz-keyframes mitosis_ball3 {
  12% {
    -moz-transform: none;
  }
  26% {
    -moz-transform: translateX(-25%) scale(1, 0.8);
  }
  40%,
  60% {
    -moz-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -moz-transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    -moz-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}
@-o-keyframes mitosis_ball3 {
  12% {
    -o-transform: none;
  }
  26% {
    -o-transform: translateX(-25%) scale(1, 0.8);
  }
  40%,
  60% {
    -o-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -o-transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    -o-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}
@keyframes mitosis_ball3 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40%,
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}
@-webkit-keyframes mitosis_ball4 {
  12% {
    -webkit-transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
  }
  40%,
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
@-moz-keyframes mitosis_ball4 {
  12% {
    -moz-transform: none;
  }
  26% {
    -moz-transform: translateX(-25%) scale(1, 0.8);
  }
  40%,
  60% {
    -moz-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -moz-transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    -moz-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
@-o-keyframes mitosis_ball4 {
  12% {
    -o-transform: none;
  }
  26% {
    -o-transform: translateX(-25%) scale(1, 0.8);
  }
  40%,
  60% {
    -o-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -o-transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    -o-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
@keyframes mitosis_ball4 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40%,
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  100%,
  88% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
.qodef-st-loader .lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}
.qodef-st-loader .lines .line1,
.qodef-st-loader .lines .line2,
.qodef-st-loader .lines .line3,
.qodef-st-loader .lines .line4 {
  margin-left: 10px;
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: var(--var-color-1, #e88b00);
  -webkit-animation: lines_spin 1.5s infinite linear;
  -webkit-animation-timing-function: ease;
}
.qodef-st-loader .lines .line2 {
  -webkit-animation-delay: 0.1s;
}
.qodef-st-loader .lines .line3 {
  -webkit-animation-delay: 0.2s;
}
.qodef-st-loader .lines .line4 {
  -webkit-animation-delay: 0.3s;
}
@-webkit-keyframes lines_spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes lines_spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes lines_spin {
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes lines_spin {
  100% {
    transform: rotate(360deg);
  }
}
.qodef-st-loader .fussion {
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
  position: relative;
}
.qodef-st-loader .fussion .ball {
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  background: var(--var-color-1, #e88b00);
  border-radius: 50%;
  float: left;
  position: absolute;
}
.qodef-st-loader .fussion .ball-1 {
  background: var(--var-color-1, #e88b00);
  top: 0;
  left: 50%;
  -webkit-animation: fussion_ball1 1s 0s ease infinite;
  -moz-animation: fussion_ball1 1s 0s ease infinite;
  -o-animation: fussion_ball1 1s 0s ease infinite;
  animation: fussion_ball1 1s 0s ease infinite;
  z-index: 1;
}
.qodef-st-loader .fussion .ball-2 {
  background: var(--var-color-1, #e88b00);
  top: 50%;
  left: 100%;
  -webkit-animation: fussion_ball2 1s 0s ease infinite;
  -moz-animation: fussion_ball2 1s 0s ease infinite;
  -o-animation: fussion_ball2 1s 0s ease infinite;
  animation: fussion_ball2 1s 0s ease infinite;
  z-index: 2;
}
.qodef-st-loader .fussion .ball-3 {
  background: var(--var-color-1, #e88b00);
  top: 100%;
  left: 50%;
  -webkit-animation: fussion_ball3 1s 0s ease infinite;
  -moz-animation: fussion_ball3 1s 0s ease infinite;
  -o-animation: fussion_ball3 1s 0s ease infinite;
  animation: fussion_ball3 1s 0s ease infinite;
  z-index: 1;
}
.qodef-st-loader .fussion .ball-4 {
  background: var(--var-color-1, #e88b00);
  top: 50%;
  left: 0;
  -webkit-animation: fussion_ball4 1s 0s ease infinite;
  -moz-animation: fussion_ball4 1s 0s ease infinite;
  -o-animation: fussion_ball4 1s 0s ease infinite;
  animation: fussion_ball4 1s 0s ease infinite;
  z-index: 2;
}
@-webkit-keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}
@-moz-keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}
@-o-keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}
@keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}
@-webkit-keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}
@-moz-keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}
@-o-keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}
@keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}
@-webkit-keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}
@-moz-keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}
@-o-keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}
@keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}
@-webkit-keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
@-moz-keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
@-o-keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
@keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
.qodef-st-loader .wave_circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}
.qodef-st-loader .wave_circles .ball {
  height: 30px;
  width: 30px;
  float: left;
  background: var(--var-color-1, #e88b00);
  border-radius: 50%;
  margin-right: 10px;
}
.qodef-st-loader .wave_circles .ball-1 {
  -webkit-animation: wave_jump3 1.8s infinite ease-out;
  -moz-animation: wave_jump3 1.8s infinite ease-out;
  -o-animation: wave_jump3 1.8s infinite ease-out;
  animation: wave_jump3 1.8s infinite ease-out;
}
.qodef-st-loader .wave_circles .ball-2 {
  -webkit-animation: wave_jump2 1.8s infinite ease-out;
  -moz-animation: wave_jump2 1.8s infinite ease-out;
  -o-animation: wave_jump2 1.8s infinite ease-out;
  animation: wave_jump2 1.8s infinite ease-out;
}
.qodef-st-loader .wave_circles .ball-3 {
  -webkit-animation: wave_jump1 1.8s infinite ease-out;
  -moz-animation: wave_jump1 1.8s infinite ease-out;
  -o-animation: wave_jump1 1.8s infinite ease-out;
  animation: wave_jump1 1.8s infinite ease-out;
}
.qodef-st-loader .wave_circles .ball-4 {
  margin-right: 0;
  -webkit-animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
  -o-animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
  animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
@-webkit-keyframes wave_jump1 {
  12% {
    -webkit-transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
  }
  100%,
  24% {
    -webkit-transform: translate(40px, 0);
  }
}
@-moz-keyframes wave_jump1 {
  12% {
    -moz-transform: translate(20px, -40px);
    -moz-animation-timing-function: ease-in;
    -o-transform: translate(20px, -40px);
    -o-animation-timing-function: ease-in;
  }
  100%,
  24% {
    -moz-transform: translate(40px, 0);
    -o-transform: translate(40px, 0);
  }
}
@keyframes wave_jump1 {
  12% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  100%,
  24% {
    transform: translate(40px, 0);
  }
}
@-webkit-keyframes wave_jump2 {
  12% {
    -webkit-transform: translate(0, 0);
  }
  24% {
    -webkit-transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
  }
  100%,
  36% {
    -webkit-transform: translate(40px, 0);
  }
}
@-moz-keyframes wave_jump2 {
  12% {
    -moz-transform: translate(0, 0);
  }
  24% {
    -moz-transform: translate(20px, -40px);
    -moz-animation-timing-function: ease-in;
  }
  100%,
  36% {
    -moz-transform: translate(40px, 0);
  }
}
@-o-keyframes wave_jump2 {
  12% {
    -o-transform: translate(0, 0);
  }
  24% {
    -o-transform: translate(20px, -40px);
    -o-animation-timing-function: ease-in;
  }
  100%,
  36% {
    -o-transform: translate(40px, 0);
  }
}
@keyframes wave_jump2 {
  12% {
    transform: translate(0, 0);
  }
  24% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  100%,
  36% {
    transform: translate(40px, 0);
  }
}
@-webkit-keyframes wave_jump3 {
  24% {
    -webkit-transform: translate(0, 0);
  }
  36% {
    -webkit-transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
  }
  100%,
  48% {
    -webkit-transform: translate(40px, 0);
  }
}
@-moz-keyframes wave_jump3 {
  24% {
    -moz-transform: translate(0, 0);
  }
  36% {
    -moz-transform: translate(20px, -40px);
    -moz-animation-timing-function: ease-in;
  }
  100%,
  48% {
    -moz-transform: translate(40px, 0);
  }
}
@-o-keyframes wave_jump3 {
  24% {
    -o-transform: translate(0, 0);
  }
  36% {
    -o-transform: translate(20px, -40px);
    -o-animation-timing-function: ease-in;
  }
  100%,
  48% {
    -o-transform: translate(40px, 0);
  }
}
@keyframes wave_jump3 {
  24% {
    transform: translate(0, 0);
  }
  36% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  100%,
  48% {
    transform: translate(40px, 0);
  }
}
@-webkit-keyframes wave_wipe {
  100%,
  48% {
    -webkit-transform: translateX(-120px);
  }
}
@-moz-keyframes wave_wipe {
  100%,
  48% {
    -moz-transform: translateX(-120px);
  }
}
@-o-keyframes wave_wipe {
  100%,
  48% {
    -o-transform: translateX(-120px);
  }
}
@keyframes wave_wipe {
  100%,
  48% {
    transform: translateX(-120px);
  }
}
.qodef-st-loader .pulse_circles {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: relative;
}
.qodef-st-loader .pulse_circles * {
  box-sizing: border-box;
}
.qodef-st-loader .pulse_circles .ball {
  height: 100%;
  width: 100%;
  background: var(--var-color-1, #e88b00);
  position: absolute;
  border-radius: 50%;
  border: 0 solid var(--var-color-1, #e88b00);
  -webkit-animation: pulse_circles_pulse 3s infinite;
  -moz-animation: pulse_circles_pulse 3s infinite;
  -o-animation: pulse_circles_pulse 3s infinite;
  animation: pulse_circles_pulse 3s infinite;
}
.qodef-st-loader .pulse_circles .ball-2 {
  -webkit-animation-delay: -0.75s;
  -moz-animation-delay: -0.75s;
  -o-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.qodef-st-loader .pulse_circles .ball-3 {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.qodef-st-loader .pulse_circles .ball-4 {
  -webkit-animation-delay: -2.25s;
  -moz-animation-delay: -2.25s;
  -o-animation-delay: -2.25s;
  animation-delay: -2.25s;
}
@-webkit-keyframes pulse_circles_pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}
@-moz-keyframes pulse_circles_pulse {
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}
@-o-keyframes pulse_circles_pulse {
  0% {
    -o-transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -o-transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}
@keyframes pulse_circles_pulse {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}
#respond input[type="text"],
#respond textarea,
.post-password-form input[type="password"],
.qodef-style-form textarea,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-quiz,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  width: 100%;
  margin: 0 0 20px;
  padding: 13px 18px;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.05em;
  font-weight: inherit;
  color: #b3b2b2;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
#respond input:focus[type="text"],
#respond textarea:focus,
.qodef-style-form textarea:focus,
.wpcf7-form-control.wpcf7-date:focus,
.wpcf7-form-control.wpcf7-number:focus,
.wpcf7-form-control.wpcf7-quiz:focus,
.wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-textarea:focus,
input:focus[type="text"],
input:focus[type="email"],
input:focus[type="password"] {
  color: var(--var-color-2, #283376);
  border-color: #b3b2b2;
}
#respond input[type="text"]::-webkit-input-placeholder,
#respond textarea::-webkit-input-placeholder,
.post-password-form input[type="password"]::-webkit-input-placeholder,
.qodef-style-form textarea::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-date::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-number::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-quiz::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-select::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  color: inherit;
}
#respond input:-moz-placeholder[type="text"],
#respond textarea:-moz-placeholder,
.qodef-style-form textarea:-moz-placeholder,
.wpcf7-form-control.wpcf7-date:-moz-placeholder,
.wpcf7-form-control.wpcf7-number:-moz-placeholder,
.wpcf7-form-control.wpcf7-quiz:-moz-placeholder,
.wpcf7-form-control.wpcf7-select:-moz-placeholder,
.wpcf7-form-control.wpcf7-text:-moz-placeholder,
.wpcf7-form-control.wpcf7-textarea:-moz-placeholder,
input:-moz-placeholder[type="text"],
input:-moz-placeholder[type="email"],
input:-moz-placeholder[type="password"] {
  color: inherit;
  opacity: 1;
}
#respond input[type="text"]::-moz-placeholder,
#respond textarea::-moz-placeholder,
.post-password-form input[type="password"]::-moz-placeholder,
.qodef-style-form textarea::-moz-placeholder,
.wpcf7-form-control.wpcf7-date::-moz-placeholder,
.wpcf7-form-control.wpcf7-number::-moz-placeholder,
.wpcf7-form-control.wpcf7-quiz::-moz-placeholder,
.wpcf7-form-control.wpcf7-select::-moz-placeholder,
.wpcf7-form-control.wpcf7-text::-moz-placeholder,
.wpcf7-form-control.wpcf7-textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#respond input:-ms-input-placeholder[type="text"],
#respond textarea:-ms-input-placeholder,
.qodef-style-form textarea:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-date:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-number:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-quiz:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-select:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder,
input:-ms-input-placeholder[type="text"],
input:-ms-input-placeholder[type="email"],
input:-ms-input-placeholder[type="password"] {
  color: inherit;
}
.qodef-comment-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
}
.qodef-comment-holder .qodef-comment-holder-inner {
  padding: 41px 0 51px;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-comment-holder
  .qodef-comment.qodef-pingback-comment
  .qodef-comment-text {
  padding: 0;
}
.qodef-comment-holder .qodef-comment-list {
  list-style: none;
  position: relative;
  z-index: 150;
  padding: 0;
  margin: 0;
}
.qodef-comment-holder .qodef-comment-list li {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 14px 0 0;
  padding: 29px 0 0;
}
.qodef-comment-holder .qodef-comment-list > li:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.qodef-comment-holder .qodef-comment-list .children {
  padding: 0 0 0 81px;
}
.qodef-comment-holder .qodef-comments-title {
  margin-bottom: 28px;
}
.qodef-comment-holder .qodef-comments-title > * {
  margin: 0;
}
.qodef-comment-holder .qodef-comment-image {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 83px;
  height: 83px;
  float: left;
}
.qodef-comment-holder .qodef-comment-image img {
  display: block;
  border-radius: 4em;
}
.qodef-comment-holder .qodef-comment-text {
  padding: 22px 0 0 136px;
  min-height: 22px;
}
.qodef-comment-holder .qodef-comment-text .qodef-comment-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-comment-holder .qodef-comment-text .comment-edit-link,
.qodef-comment-holder .qodef-comment-text .comment-reply-link,
.qodef-comment-holder .qodef-comment-text .replay {
  float: right;
  margin-left: 10px;
  font-size: 11px;
      font-family: "Raleway", Sans-serif;
  color: var(--var-color-2, #283376);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
}
.qodef-comment-holder .qodef-comment-text .comment-edit-link:hover,
.qodef-comment-holder .qodef-comment-text .comment-reply-link:hover,
.qodef-comment-holder .qodef-comment-text .replay:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-comment-holder .qodef-comment-text .comment-edit-link:after,
.qodef-comment-holder .qodef-comment-text .comment-reply-link:after,
.qodef-comment-holder .qodef-comment-text .replay:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 6px;
  left: -1px;
  background-color: var(--var-color-2, #283376);
}
.qodef-comment-holder .qodef-comment-text .qodef-comment-name {
  float: left;
  margin: 0;
}
.qodef-comment-holder .qodef-comment-text .qodef-comment-date {
  float: left;
  margin: 0;
  font-size: 12px;
      font-family: "Raleway", Sans-serif;
  color: #bebebe;
}
.qodef-comment-holder .qodef-comment-text .qodef-text-holder p {
  margin: 11px 0;
}
.qodef-comment-holder .qodef-comment-text .comment-respond {
  margin: 20px 0;
}
.qodef-comment-holder
  .qodef-comment-text
  .comment-respond
  .comment-reply-title {
  margin: 0 0 10px;
  font-size: 14px;
}
.qodef-comment-holder .qodef-comment-text .comment-respond .logged-in-as {
  margin: 0 0 8px;
}
.qodef-comment-holder .qodef-comment-text #cancel-comment-reply-link {
  margin-left: 10px;
  font-size: 12px;
  color: var(--var-color-2, #283376);
}
.qodef-comment-holder .qodef-comment-text #cancel-comment-reply-link:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-comment-holder .qodef-comment-text ol li,
.qodef-comment-holder .qodef-comment-text ul li {
  display: list-item;
}
.qodef-comment-holder .qodef-comment-text li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.qodef-comment-form {
  padding: 0;
  clear: both;
  box-sizing: border-box;
}
.qodef-comment-form .qodef-comment-form-inner {
  padding: 34px 0 39px;
}
.qodef-comment-form .comment-reply-title {
  margin: 0 0 18px;
}
.qodef-comment-form .logged-in-as {
  margin: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  .qodef-comment-holder .qodef-comment-list .children {
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-comment-holder .qodef-comment-list .children {
    padding: 0;
  }
  .qodef-comment-holder .qodef-comment-text .comment-edit-link,
  .qodef-comment-holder .qodef-comment-text .comment-reply-link,
  .qodef-comment-holder .qodef-comment-text .replay {
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-comment-holder .qodef-comment-image {
    float: none;
  }
  .qodef-comment-holder .qodef-comment-text {
    padding: 20px 0 0;
    min-height: inherit;
  }
}
.post-password-form input[type="password"] {
  margin-top: 10px;
}
#respond label {
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  color: #5b5a5a;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}
#respond .qodef-comment-field {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  float: left;
}
#respond .qodef-comment-field.qodef-comment-url {
  margin-right: 0;
}
footer .wpcf7-form-control.wpcf7-date,
footer .wpcf7-form-control.wpcf7-number,
footer .wpcf7-form-control.wpcf7-quiz,
footer .wpcf7-form-control.wpcf7-select,
footer .wpcf7-form-control.wpcf7-text,
footer .wpcf7-form-control.wpcf7-textarea {
  margin: 0;
}
span.wpcf7-not-valid-tip {
  color: var(--var-color-1, #e88b00);
  margin-top: -15px;
  margin-bottom: 15px;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
  border: none;
  background-color: var(--var-color-1, #e88b00);
  color: #fff;
  padding: 27px 25px 24px;
  margin: 8px 0 0;
}
#submit_comment,
.post-password-form input[type="submit"],
input.wpcf7-form-control.wpcf7-submit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  outline: 0;
  font-size: 11px;
  line-height: 2em;
      font-family: "Raleway", Sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 12px 53px 11px;
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
  border: 1px solid transparent;
  cursor: pointer;
}
#submit_comment:hover,
.post-password-form input[type="submit"]:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
}
.wpcf7-form p,
p.form-submit {
  margin: 0;
}
#respond textarea,
.qodef-style-form textarea,
.wpcf7-form textarea {
  display: block;
  padding: 16px 18px;
}
.qodef-two-columns-form-without-space .wpcf7-form .ajax-loader {
  display: none;
}
.qodef-subscribe .wpcf7-form-control-wrap {
  display: inline-block;
  width: 68%;
  margin-right: 2%;
  float: left;
}
.qodef-subscribe .wpcf7-form-control.wpcf7-text {
  background: #fff;
  color: var(--var-color-2, #283376);
}
.qodef-subscribe .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder {
  color: #bbb;
}
.qodef-subscribe .wpcf7-form-control.wpcf7-text:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.qodef-subscribe .wpcf7-form-control.wpcf7-text::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.qodef-subscribe .wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
  color: #bbb;
}
.qodef-subscribe .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  float: left;
  width: 30%;
  padding: 12px 0 11px;
}
.qodef-subscribe span.wpcf7-not-valid-tip {
  color: var(--var-color-1, #e88b00);
  margin-top: 0;
  margin-bottom: 7px;
}
.qodef-subscribe .ajax-loader {
  display: none !important;
}
.qodef-owl-slider {
  visibility: hidden;
}
.qodef-owl-slider .owl-stage-outer {
  z-index: 1;
}
.qodef-owl-slider.qodef-slider-is-moving .owl-item .qodef-block-drag-link {
  z-index: -1 !important;
}
.qodef-owl-slider.qodef-slider-has-both-nav .owl-nav .owl-next,
.qodef-owl-slider.qodef-slider-has-both-nav .owl-nav .owl-prev {
  -webkit-transform: translateY(calc(-50% - 21px));
  -moz-transform: translateY(calc(-50% - 21px));
  transform: translateY(calc(-50% - 21px));
}
.qodef-owl-slider .owl-nav .owl-next,
.qodef-owl-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 3;
  color: var(--var-color-2, #283376);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.qodef-owl-slider .owl-nav .owl-next > span,
.qodef-owl-slider .owl-nav .owl-prev > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background-color: var(--var-color-2, #283376);
}
.qodef-owl-slider .owl-nav .owl-next > span:before,
.qodef-owl-slider .owl-nav .owl-prev > span:before {
  display: block;
  line-height: inherit;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.qodef-owl-slider .owl-dots .owl-dot,
.qodef-owl-slider .owl-dots .owl-dot span,
.qodef-owl-slider + .qodef-slider-thumbnail {
  display: inline-block;
  vertical-align: middle;
}
.qodef-owl-slider .owl-nav .owl-prev {
  left: 0;
}
.qodef-owl-slider .owl-nav .owl-prev:hover > span:before {
  -webkit-transform: translate3d(-3px, 0, 0);
  -moz-transform: translate3d(-3px, 0, 0);
  transform: translate3d(-3px, 0, 0);
}
.qodef-owl-slider .owl-nav .owl-next {
  right: 0;
}
.qodef-owl-slider .owl-nav .owl-next:hover > span:before {
  -webkit-transform: translate3d(3px, 0, 0);
  -moz-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}
.qodef-owl-slider .owl-dots {
  text-align: center;
  margin: 16px 0 0;
}
.qodef-owl-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 3em;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease-out, border 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border 0.2s ease-out;
  transition: background-color 0.2s ease-out, border 0.2s ease-out;
}
.qodef-owl-slider .owl-dots .owl-dot.active span,
.qodef-owl-slider .owl-dots .owl-dot:hover span {
  background-color: var(--var-color-2, #283376);
  border-color: var(--var-color-2, #283376);
}
.qodef-owl-slider .owl-carousel .owl-item img {
  -webkit-transform: translateZ(0);
}
.qodef-owl-slider + .qodef-slider-thumbnail {
  list-style: none;
  margin: 20px -10px 0;
}
.qodef-owl-slider + .qodef-slider-thumbnail > .qodef-slider-thumbnail-item {
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  line-height: 0;
}
.qodef-owl-slider + .qodef-slider-thumbnail > .qodef-slider-thumbnail-item img {
  border: 2px solid transparent;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.qodef-owl-slider
  + .qodef-slider-thumbnail
  > .qodef-slider-thumbnail-item.active
  img {
  border: 2px solid var(--var-color-1, #e88b00);
}
.qodef-owl-slider
  + .qodef-slider-thumbnail.qodef-slider-columns-two
  .qodef-slider-thumbnail-item {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .qodef-owl-slider
    + .qodef-slider-thumbnail.qodef-slider-columns-two
    .qodef-slider-thumbnail-item {
    width: 33.3333%;
  }
}
.qodef-owl-slider
  + .qodef-slider-thumbnail.qodef-slider-columns-three
  .qodef-slider-thumbnail-item {
  width: 33.33333%;
}
@media only screen and (max-width: 1024px) {
  .qodef-owl-slider
    + .qodef-slider-thumbnail.qodef-slider-columns-three
    .qodef-slider-thumbnail-item {
    width: 33.3333%;
  }
}
.qodef-owl-slider
  + .qodef-slider-thumbnail.qodef-slider-columns-four
  .qodef-slider-thumbnail-item {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .qodef-owl-slider
    + .qodef-slider-thumbnail.qodef-slider-columns-four
    .qodef-slider-thumbnail-item {
    width: 33.3333%;
  }
}
.qodef-owl-slider
  + .qodef-slider-thumbnail.qodef-slider-columns-five
  .qodef-slider-thumbnail-item {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  .qodef-owl-slider
    + .qodef-slider-thumbnail.qodef-slider-columns-five
    .qodef-slider-thumbnail-item {
    width: 33.3333%;
  }
}
.qodef-owl-slider
  + .qodef-slider-thumbnail.qodef-slider-columns-six
  .qodef-slider-thumbnail-item {
  width: 16.66667%;
}
@media only screen and (max-width: 1024px) {
  .qodef-owl-slider
    + .qodef-slider-thumbnail.qodef-slider-columns-six
    .qodef-slider-thumbnail-item {
    width: 33.3333%;
  }
}
.error404 .qodef-wrapper {
  padding: 0 !important;
}
.error404 .qodef-content {
  height: 100vh;
}
.error404.admin-bar .qodef-content {
  height: calc(100vh - 32px);
}
.error404 .qodef-content-inner {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.error404 .qodef-page-not-found {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 25px 20% 0;
  text-align: center;
}
.error404 .qodef-page-not-found .qodef-404-title {
  margin: 0;
}
.error404 .qodef-page-not-found .qodef-404-subtitle {
  margin: 6px 18% 0;
}
@media only screen and (max-width: 1024px) {
  .error404 .qodef-page-not-found .qodef-404-subtitle {
    margin: 6px 20px 0;
  }
}
.error404 .qodef-page-not-found .qodef-404-text {
  margin: 10px 0 0;
}
.error404 .qodef-page-not-found .qodef-btn {
  margin: 25px 0 0;
}
.error404 .qodef-page-not-found .qodef-btn.qodef-btn-light-style {
  color: #585858;
  background-color: #fff;
  border-color: #fff;
}
.error404 .qodef-page-not-found .qodef-btn.qodef-btn-light-style:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .error404 .qodef-page-not-found {
    padding: 70px 30px 20px;
  }
}
#qodef-back-to-top {
  position: fixed;
  width: 41px;
  right: 25px;
  bottom: 25px;
  margin: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
}
#qodef-back-to-top.off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease, visibility 0s 0.15s;
  -moz-transition: opacity 0.15s ease, visibility 0s 0.15s;
  transition: opacity 0.15s ease, visibility 0s 0.15s;
}
#qodef-back-to-top.on {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#qodef-back-to-top > span {
  position: relative;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
  border: 1px solid var(--var-color-1, #e88b00);
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
#qodef-back-to-top > span:after {
  content: "";
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--var-color-2, #283376);
  z-index: -1;
}
#qodef-back-to-top > span:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(5px, 5px, 0);
  -moz-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0);
}
#qodef-back-to-top span span {
  display: block;
  line-height: inherit;
}
.qodef-self-hosted-video-holder .qodef-video-wrap .mejs-container,
.qodef-self-hosted-video-holder .qodef-video-wrap .mejs-overlay-play,
.qodef-self-hosted-video-holder .qodef-video-wrap .mejs-poster {
  height: 100% !important;
  width: 100% !important;
}
footer .widget {
  color: #a3a3a3;
  background-color: transparent;
  margin: 0 0 22px;
  padding: 0;
  box-sizing: border-box;
}
footer .widget:last-child {
  margin: 0 !important;
}
footer .widget p:first-child {
  margin-top: 0;
}
footer .widget p:last-child {
  margin-bottom: 0;
}
footer .widget.widget_media_image {
  padding: 0;
  line-height: 0;
}
footer .widget.qodef-separator-widget {
  padding: 0;
  line-height: 0;
  background-color: transparent;
}
footer .widget .qodef-widget-title-holder {
  background-color: transparent;
  color: #fff;
  padding: 0;
  margin: 0 0 13px;
}
footer .widget .qodef-widget-title-holder .qodef-widget-title {
  color: #BBAD87;
  margin: 0;
}
footer .widget .qodef-widget-title-holder .qodef-separator {
  border-color: #a3a3a3;
  border-bottom-width: 3px;
  width: 30px;
}
footer .widget a {
  color: #a3a3a3;
}
footer .widget a:hover {
  color: #BBAD87;
}
footer .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .widget ul li {
  border-bottom-color: #e1e1e1;
  border-bottom-style: solid;
  border-bottom-width: 0;
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 7px 0;
  font-size: 13px;
  font-weight: 500;
      font-family: "Raleway", Sans-serif;
}
footer .widget ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
footer .widget ul li a {
  color: #a3a3a3;
}
footer .widget ul li a:hover {
  color: #BBAD87;
}
footer .widget ul .children,
footer .widget ul .sub-menu {
  border-top-color: #e1e1e1;
  border-top-style: solid;
  border-top-width: 0;
  margin-top: 7px;
}
footer .widget.widget_archive .qodef-widget-title,
footer .widget.widget_categories .qodef-widget-title,
footer .widget.widget_meta .qodef-widget-title,
footer .widget.widget_nav_menu .qodef-widget-title,
footer .widget.widget_pages .qodef-widget-title,
footer .widget.widget_recent_comments .qodef-widget-title,
footer .widget.widget_recent_entries .qodef-widget-title,
footer .widget.widget_rss .qodef-widget-title {
  margin-bottom: 0;
}
footer .widget #wp-calendar {
  text-align: center;
  width: 100%;
}
footer .widget #wp-calendar caption {
  margin: 0 0 7px;
}
footer .widget #wp-calendar td,
footer .widget #wp-calendar th {
  padding: 3px 4px;
}
footer .widget #wp-calendar td#today {
  color: #a3a3a3;
  background-color: transparent;
}
footer .widget #wp-calendar tfoot a {
  color: #a3a3a3;
}
footer .widget #wp-calendar tfoot a:hover {
  color: var(--var-color-1, #e88b00);
}
footer .widget.widget_rss .rss-widget-icon {
  display: inline-block;
}
footer .widget.widget_rss .rss-date {
  display: block;
  margin-bottom: 7px;
}
footer .widget.widget_rss cite {
  display: block;
  margin-top: calc(7px / 2);
}
footer .widget.widget_search .input-holder {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
}
footer .widget.widget_search .input-holder button,
footer .widget.widget_search .input-holder input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #a3a3a3;
  display: inline-block;
  float: left;
      font-family: "Raleway", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 47px;
  line-height: calc(47px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .widget.widget_search .input-holder input.search-field {
  width: calc(100% - 47px);
  padding: 0 0 0 21px;
}
footer
  .widget.widget_search
  .input-holder
  input.search-field::-webkit-input-placeholder {
  color: #a3a3a3;
}
footer .widget.widget_search .input-holder input.search-field:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
footer
  .widget.widget_search
  .input-holder
  input.search-field::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
footer
  .widget.widget_search
  .input-holder
  input.search-field:-ms-input-placeholder {
  color: #a3a3a3;
}
footer .widget.widget_search .input-holder button {
  background: 0 0;
  color: #a3a3a3;
  cursor: pointer;
  font-size: 18px;
  width: 47px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .widget.widget_search .input-holder button:hover {
  color: var(--var-color-1, #e88b00);
}
footer .widget.widget_search .input-holder button span {
  display: block;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
}
footer .widget.widget_search .input-holder button span:before {
  display: block;
  line-height: inherit;
}
footer .widget.qodef-search-post-type-widget .qodef-search-post-type input,
footer .widget.widget_archive select,
footer .widget.widget_categories select,
footer .widget.widget_text select {
  background-color: transparent;
  color: #a3a3a3;
      font-family: "Raleway", Sans-serif;
  font-size: 15px;
  height: 47px;
  line-height: calc(47px - 2px);
  display: inline-block;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  vertical-align: top;
}
footer .widget.qodef-search-post-type-widget .qodef-search-post-type {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
}
footer .widget.qodef-search-post-type-widget .qodef-search-post-type input {
  border: 0;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  width: calc(100% - 47px);
  padding: 0 0 0 21px;
}
footer
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input::-webkit-input-placeholder {
  color: #a3a3a3;
}
footer
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
footer
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
footer
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input:-ms-input-placeholder {
  color: #a3a3a3;
}
footer .widget.qodef-search-post-type-widget .qodef-post-type-search-results {
  top: calc(100% - 0px);
  padding: 0;
  box-sizing: border-box;
  width: calc(100% + 2px);
}
footer
  .widget.qodef-search-post-type-widget
  .qodef-post-type-search-results
  ul {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-top: 0;
}
footer .widget.widget_archive select,
footer .widget.widget_categories select,
footer .widget.widget_text select {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  margin-top: 7px;
  padding: 0 0 0 21px;
  width: 100%;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .widget.widget_product_tag_cloud a,
footer .widget.widget_tag_cloud a {
  background: #fff;
  border-radius: 0;
  color: var(--var-color-2, #283376);
  display: inline-block;
  font-size: 13px !important;
      font-family: "Raleway", Sans-serif;
  font-weight: 500;
  line-height: 34px;
  text-transform: lowercase;
  margin: 0 0 5px;
  padding: 0 14px;
}
footer .widget.qodef-blog-list-widget ul li a,
footer .widget.widget_products ul li a,
footer .widget.widget_recent_reviews ul li a,
footer .widget.widget_recently_viewed_products ul li a,
footer .widget.widget_top_rated_products ul li a {
  color: #a3a3a3;
}
footer .widget.qodef-blog-list-widget ul li a:hover,
footer .widget.widget_products ul li a:hover,
footer .widget.widget_recent_reviews ul li a:hover,
footer .widget.widget_recently_viewed_products ul li a:hover,
footer .widget.widget_top_rated_products ul li a:hover {
  color: var(--var-color-1, #e88b00);
}
footer .qodef-footer-bottom-holder .widget {
  color: #656565;
  font-size: 14px;
}
.qodef-mobile-header .widget.widget_archive,
.qodef-mobile-header .widget.widget_calendar,
.qodef-mobile-header .widget.widget_categories,
.qodef-mobile-header .widget.widget_meta,
.qodef-mobile-header .widget.widget_nav_menu,
.qodef-mobile-header .widget.widget_pages,
.qodef-mobile-header .widget.widget_recent_comments,
.qodef-mobile-header .widget.widget_recent_entries,
.qodef-mobile-header .widget.widget_rss,
.qodef-page-header .widget.widget_archive,
.qodef-page-header .widget.widget_calendar,
.qodef-page-header .widget.widget_categories,
.qodef-page-header .widget.widget_meta,
.qodef-page-header .widget.widget_nav_menu,
.qodef-page-header .widget.widget_pages,
.qodef-page-header .widget.widget_recent_comments,
.qodef-page-header .widget.widget_recent_entries,
.qodef-page-header .widget.widget_rss,
.qodef-sticky-header .widget.widget_archive,
.qodef-sticky-header .widget.widget_calendar,
.qodef-sticky-header .widget.widget_categories,
.qodef-sticky-header .widget.widget_meta,
.qodef-sticky-header .widget.widget_nav_menu,
.qodef-sticky-header .widget.widget_pages,
.qodef-sticky-header .widget.widget_recent_comments,
.qodef-sticky-header .widget.widget_recent_entries,
.qodef-sticky-header .widget.widget_rss,
.qodef-top-bar .widget.widget_archive,
.qodef-top-bar .widget.widget_calendar,
.qodef-top-bar .widget.widget_categories,
.qodef-top-bar .widget.widget_meta,
.qodef-top-bar .widget.widget_nav_menu,
.qodef-top-bar .widget.widget_pages,
.qodef-top-bar .widget.widget_recent_comments,
.qodef-top-bar .widget.widget_recent_entries,
.qodef-top-bar .widget.widget_rss {
  display: none !important;
}
.qodef-mobile-header .widget.widget_search .input-holder,
.qodef-page-header .widget.widget_search .input-holder,
.qodef-sticky-header .widget.widget_search .input-holder,
.qodef-top-bar .widget.widget_search .input-holder {
  width: 165px;
  border: 0;
}
.qodef-mobile-header .widget.widget_search .input-holder button,
.qodef-mobile-header .widget.widget_search .input-holder input,
.qodef-page-header .widget.widget_search .input-holder button,
.qodef-page-header .widget.widget_search .input-holder input,
.qodef-sticky-header .widget.widget_search .input-holder button,
.qodef-sticky-header .widget.widget_search .input-holder input,
.qodef-top-bar .widget.widget_search .input-holder button,
.qodef-top-bar .widget.widget_search .input-holder input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  float: left;
      font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.01em;
  height: 24px;
  line-height: 22px;
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.qodef-mobile-header .widget.widget_search .input-holder input.search-field,
.qodef-page-header .widget.widget_search .input-holder input.search-field,
.qodef-sticky-header .widget.widget_search .input-holder input.search-field,
.qodef-top-bar .widget.widget_search .input-holder input.search-field {
  width: calc(100% - 36px);
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.qodef-mobile-header
  .widget.widget_search
  .input-holder
  input.search-field::-webkit-input-placeholder,
.qodef-page-header
  .widget.widget_search
  .input-holder
  input.search-field::-webkit-input-placeholder,
.qodef-sticky-header
  .widget.widget_search
  .input-holder
  input.search-field::-webkit-input-placeholder,
.qodef-top-bar
  .widget.widget_search
  .input-holder
  input.search-field::-webkit-input-placeholder {
  color: transparent;
}
.qodef-mobile-header
  .widget.widget_search
  .input-holder
  input.search-field:-moz-placeholder,
.qodef-page-header
  .widget.widget_search
  .input-holder
  input.search-field:-moz-placeholder,
.qodef-sticky-header
  .widget.widget_search
  .input-holder
  input.search-field:-moz-placeholder,
.qodef-top-bar
  .widget.widget_search
  .input-holder
  input.search-field:-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.qodef-mobile-header
  .widget.widget_search
  .input-holder
  input.search-field::-moz-placeholder,
.qodef-page-header
  .widget.widget_search
  .input-holder
  input.search-field::-moz-placeholder,
.qodef-sticky-header
  .widget.widget_search
  .input-holder
  input.search-field::-moz-placeholder,
.qodef-top-bar
  .widget.widget_search
  .input-holder
  input.search-field::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.qodef-mobile-header
  .widget.widget_search
  .input-holder
  input.search-field:-ms-input-placeholder,
.qodef-page-header
  .widget.widget_search
  .input-holder
  input.search-field:-ms-input-placeholder,
.qodef-sticky-header
  .widget.widget_search
  .input-holder
  input.search-field:-ms-input-placeholder,
.qodef-top-bar
  .widget.widget_search
  .input-holder
  input.search-field:-ms-input-placeholder {
  color: transparent;
}
.qodef-mobile-header .widget.widget_search .input-holder button,
.qodef-page-header .widget.widget_search .input-holder button,
.qodef-sticky-header .widget.widget_search .input-holder button,
.qodef-top-bar .widget.widget_search .input-holder button {
  background: 0 0;
  cursor: pointer;
  font-size: 16px;
  width: 36px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.qodef-mobile-header .widget.widget_search .input-holder button span,
.qodef-page-header .widget.widget_search .input-holder button span,
.qodef-sticky-header .widget.widget_search .input-holder button span,
.qodef-top-bar .widget.widget_search .input-holder button span {
  display: block;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
}
.qodef-mobile-header .widget.widget_search .input-holder button span:before,
.qodef-page-header .widget.widget_search .input-holder button span:before,
.qodef-sticky-header .widget.widget_search .input-holder button span:before,
.qodef-top-bar .widget.widget_search .input-holder button span:before {
  display: block;
  line-height: inherit;
}
.qodef-mobile-header .widget.widget_search,
.qodef-mobile-header .widget.widget_text {
  display: none !important;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header)
  .widget.widget_search
  .input-holder
  button,
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header)
  .widget.widget_search
  .input-holder
  input {
  color: #fff;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header)
  .widget.widget_search
  .input-holder
  input.search-field {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header)
  .widget.widget_search
  .input-holder
  button,
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header)
  .widget.widget_search
  .input-holder
  input {
  color: #333;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header)
  .widget.widget_search
  .input-holder
  input.search-field {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.qodef-side-menu .widget {
  color: #a3a3a3;
  background-color: transparent;
  margin: 0 0 30px;
  padding: 0;
  box-sizing: border-box;
}
.qodef-side-menu .widget:last-child {
  margin: 0 !important;
}
.qodef-side-menu .widget p:first-child {
  margin-top: 0;
}
.qodef-side-menu .widget p:last-child {
  margin-bottom: 0;
}
.qodef-side-menu .widget.widget_media_image {
  padding: 0;
  line-height: 0;
}
.qodef-side-menu .widget.qodef-separator-widget {
  padding: 0;
  line-height: 0;
  background-color: transparent;
}
.qodef-side-menu .widget .qodef-widget-title-holder {
  background-color: transparent;
  color: #fff;
  padding: 0;
  margin: 0 0 25px;
}
.qodef-side-menu .widget .qodef-widget-title-holder .qodef-widget-title {
  color: inherit;
  margin: 0;
}
.qodef-side-menu .widget .qodef-widget-title-holder .qodef-separator {
  border-color: #a3a3a3;
  border-bottom-width: 3px;
  width: 30px;
}
.qodef-side-menu .widget a {
  color: #fff;
}
.qodef-side-menu .widget a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-side-menu .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.qodef-side-menu .widget ul li {
  border-bottom-color: #e1e1e1;
  border-bottom-style: solid;
  border-bottom-width: 0;
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 7px 0;
  font-size: 13px;
  font-weight: 500;
      font-family: "Raleway", Sans-serif;
}
.qodef-side-menu .widget ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.qodef-side-menu .widget ul li a {
  color: #fff;
}
.qodef-side-menu .widget ul li a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-side-menu .widget ul .children,
.qodef-side-menu .widget ul .sub-menu {
  border-top-color: #e1e1e1;
  border-top-style: solid;
  border-top-width: 0;
  margin-top: 7px;
}
.qodef-side-menu .widget.widget_archive .qodef-widget-title,
.qodef-side-menu .widget.widget_categories .qodef-widget-title,
.qodef-side-menu .widget.widget_meta .qodef-widget-title,
.qodef-side-menu .widget.widget_nav_menu .qodef-widget-title,
.qodef-side-menu .widget.widget_pages .qodef-widget-title,
.qodef-side-menu .widget.widget_recent_comments .qodef-widget-title,
.qodef-side-menu .widget.widget_recent_entries .qodef-widget-title,
.qodef-side-menu .widget.widget_rss .qodef-widget-title {
  margin-bottom: 0;
}
.qodef-side-menu .widget #wp-calendar {
  text-align: center;
  width: 100%;
}
.qodef-side-menu .widget #wp-calendar caption {
  margin: 0 0 7px;
}
.qodef-side-menu .widget #wp-calendar td,
.qodef-side-menu .widget #wp-calendar th {
  padding: 3px 4px;
}
.qodef-side-menu .widget #wp-calendar td#today {
  color: #a3a3a3;
  background-color: transparent;
}
.qodef-side-menu .widget #wp-calendar tfoot a {
  color: #fff;
}
.qodef-side-menu .widget #wp-calendar tfoot a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-side-menu .widget.widget_rss .rss-widget-icon {
  display: inline-block;
}
.qodef-side-menu .widget.widget_rss .rss-date {
  display: block;
  margin-bottom: 7px;
}
.qodef-side-menu .widget.widget_rss cite {
  display: block;
  margin-top: calc(7px / 2);
}
.qodef-side-menu .widget.widget_search .input-holder {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
}
.qodef-side-menu .widget.widget_search .input-holder button,
.qodef-side-menu .widget.widget_search .input-holder input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #a3a3a3;
  display: inline-block;
  float: left;
      font-family: "Raleway", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 47px;
  line-height: calc(47px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.qodef-side-menu .widget.widget_search .input-holder input.search-field {
  width: calc(100% - 47px);
  padding: 0 0 0 21px;
}
.qodef-side-menu
  .widget.widget_search
  .input-holder
  input.search-field::-webkit-input-placeholder {
  color: #a3a3a3;
}
.qodef-side-menu
  .widget.widget_search
  .input-holder
  input.search-field:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.qodef-side-menu
  .widget.widget_search
  .input-holder
  input.search-field::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.qodef-side-menu
  .widget.widget_search
  .input-holder
  input.search-field:-ms-input-placeholder {
  color: #a3a3a3;
}
.qodef-side-menu .widget.widget_search .input-holder button {
  background: 0 0;
  color: #a3a3a3;
  cursor: pointer;
  font-size: 18px;
  width: 47px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.qodef-side-menu .widget.widget_search .input-holder button:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-side-menu .widget.widget_search .input-holder button span {
  display: block;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
}
.qodef-side-menu .widget.widget_search .input-holder button span:before {
  display: block;
  line-height: inherit;
}
.qodef-side-menu
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input,
.qodef-side-menu .widget.widget_archive select,
.qodef-side-menu .widget.widget_categories select,
.qodef-side-menu .widget.widget_text select {
  background-color: transparent;
  color: #a3a3a3;
      font-family: "Raleway", Sans-serif;
  font-size: 15px;
  height: 47px;
  line-height: calc(47px - 2px);
  display: inline-block;
  position: relative;
  font-weight: 500;
  vertical-align: top;
  box-sizing: border-box;
  outline: 0;
}
.qodef-side-menu .widget.qodef-search-post-type-widget .qodef-search-post-type {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
}
.qodef-side-menu
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input {
  border: 0;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  width: calc(100% - 47px);
  padding: 0 0 0 21px;
}
.qodef-side-menu
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input::-webkit-input-placeholder {
  color: #a3a3a3;
}
.qodef-side-menu
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.qodef-side-menu
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.qodef-side-menu
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input:-ms-input-placeholder {
  color: #a3a3a3;
}
.qodef-side-menu
  .widget.qodef-search-post-type-widget
  .qodef-post-type-search-results {
  top: calc(100% - 0px);
  padding: 0;
  box-sizing: border-box;
  width: calc(100% + 2px);
}
.qodef-side-menu
  .widget.qodef-search-post-type-widget
  .qodef-post-type-search-results
  ul {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-top: 0;
}
.qodef-side-menu .widget.widget_archive select,
.qodef-side-menu .widget.widget_categories select,
.qodef-side-menu .widget.widget_text select {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  margin-top: 7px;
  padding: 0 0 0 21px;
  width: 100%;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.qodef-side-menu .widget.widget_product_tag_cloud a,
.qodef-side-menu .widget.widget_tag_cloud a {
  background: #fff;
  border-radius: 0;
  color: var(--var-color-2, #283376);
  display: inline-block;
  font-size: 13px !important;
      font-family: "Raleway", Sans-serif;
  font-weight: 500;
  line-height: 34px;
  text-transform: lowercase;
  margin: 0 0 5px;
  padding: 0 14px;
}
.qodef-side-menu .widget.qodef-blog-list-widget ul li a,
.qodef-side-menu .widget.widget_products ul li a,
.qodef-side-menu .widget.widget_recent_reviews ul li a,
.qodef-side-menu .widget.widget_recently_viewed_products ul li a,
.qodef-side-menu .widget.widget_top_rated_products ul li a {
  color: #fff;
}
.qodef-side-menu .widget.qodef-blog-list-widget ul li a:hover,
.qodef-side-menu .widget.widget_products ul li a:hover,
.qodef-side-menu .widget.widget_recent_reviews ul li a:hover,
.qodef-side-menu .widget.widget_recently_viewed_products ul li a:hover,
.qodef-side-menu .widget.widget_top_rated_products ul li a:hover {
  color: var(--var-color-1, #e88b00);
}
aside.qodef-sidebar {
  position: relative;
  z-index: 11;
  margin: 0 0 60px;
}
.wpb_widgetised_column {
  position: relative;
}
.wpb_widgetised_column .widget .qodef-sidearea-widget-title {
  margin: 0 0 19px;
}
.wpb_widgetised_column .widget:last-child {
  margin: 0 !important;
}
.wpb_widgetised_column .widget,
aside.qodef-sidebar .widget {
  color: inherit;
  background-color: #fff;
  margin: 0 0 41px;
  padding: 0 20px 33px;
  box-sizing: border-box;
}
.wpb_widgetised_column .widget:last-child,
aside.qodef-sidebar .widget:last-child {
  margin: 0 !important;
}
.wpb_widgetised_column .widget p:first-child,
aside.qodef-sidebar .widget p:first-child {
  margin-top: 0;
}
.wpb_widgetised_column .widget p:last-child,
aside.qodef-sidebar .widget p:last-child {
  margin-bottom: 0;
}
.wpb_widgetised_column .widget.widget_media_image,
aside.qodef-sidebar .widget.widget_media_image {
  padding: 0;
  line-height: 0;
}
.wpb_widgetised_column .widget.qodef-separator-widget,
aside.qodef-sidebar .widget.qodef-separator-widget {
  padding: 0;
  line-height: 0;
  background-color: transparent;
}
.wpb_widgetised_column .widget .qodef-widget-title-holder,
aside.qodef-sidebar .widget .qodef-widget-title-holder {
  background-color: var(--var-color-2, #283376);
  color: #fff;
  padding: 16px 20px 19px;
  margin: 0 -20px 25px;
}
.wpb_widgetised_column .widget .qodef-widget-title-holder .qodef-widget-title,
aside.qodef-sidebar .widget .qodef-widget-title-holder .qodef-widget-title {
  color: inherit;
  margin: 0;
}
.wpb_widgetised_column .widget .qodef-widget-title-holder .qodef-separator,
aside.qodef-sidebar .widget .qodef-widget-title-holder .qodef-separator {
  border-color: inherit;
  border-bottom-width: 3px;
  width: 30px;
}
.wpb_widgetised_column .widget a,
aside.qodef-sidebar .widget a {
  color: #5b5a5a;
}
.wpb_widgetised_column .widget a:hover,
aside.qodef-sidebar .widget a:hover {
  color: var(--var-color-1, #e88b00);
}
.wpb_widgetised_column .widget ul,
aside.qodef-sidebar .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wpb_widgetised_column .widget ul li,
aside.qodef-sidebar .widget ul li {
  border-bottom-color: #e1e1e1;
  border-bottom-style: solid;
  border-bottom-width: 0;
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 7px 0;
  font-size: 13px;
  font-weight: 500;
      font-family: "Raleway", Sans-serif;
}
.wpb_widgetised_column .widget ul li:last-child,
aside.qodef-sidebar .widget ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.wpb_widgetised_column .widget ul li a,
aside.qodef-sidebar .widget ul li a {
  color: #5b5a5a;
}
.wpb_widgetised_column .widget ul li a:hover,
aside.qodef-sidebar .widget ul li a:hover {
  color: var(--var-color-1, #e88b00);
}
.wpb_widgetised_column .widget ul .children,
.wpb_widgetised_column .widget ul .sub-menu,
aside.qodef-sidebar .widget ul .children,
aside.qodef-sidebar .widget ul .sub-menu {
  border-top-color: #e1e1e1;
  border-top-style: solid;
  border-top-width: 0;
  margin-top: 7px;
}
.wpb_widgetised_column .widget.widget_archive .qodef-widget-title,
.wpb_widgetised_column .widget.widget_categories .qodef-widget-title,
.wpb_widgetised_column .widget.widget_meta .qodef-widget-title,
.wpb_widgetised_column .widget.widget_nav_menu .qodef-widget-title,
.wpb_widgetised_column .widget.widget_pages .qodef-widget-title,
.wpb_widgetised_column .widget.widget_recent_comments .qodef-widget-title,
.wpb_widgetised_column .widget.widget_recent_entries .qodef-widget-title,
.wpb_widgetised_column .widget.widget_rss .qodef-widget-title,
aside.qodef-sidebar .widget.widget_archive .qodef-widget-title,
aside.qodef-sidebar .widget.widget_categories .qodef-widget-title,
aside.qodef-sidebar .widget.widget_meta .qodef-widget-title,
aside.qodef-sidebar .widget.widget_nav_menu .qodef-widget-title,
aside.qodef-sidebar .widget.widget_pages .qodef-widget-title,
aside.qodef-sidebar .widget.widget_recent_comments .qodef-widget-title,
aside.qodef-sidebar .widget.widget_recent_entries .qodef-widget-title,
aside.qodef-sidebar .widget.widget_rss .qodef-widget-title {
  margin-bottom: 0;
}
.wpb_widgetised_column .widget #wp-calendar,
aside.qodef-sidebar .widget #wp-calendar {
  text-align: center;
  width: 100%;
}
.wpb_widgetised_column .widget #wp-calendar caption,
aside.qodef-sidebar .widget #wp-calendar caption {
  margin: 0 0 7px;
}
.wpb_widgetised_column .widget #wp-calendar td,
.wpb_widgetised_column .widget #wp-calendar th,
aside.qodef-sidebar .widget #wp-calendar td,
aside.qodef-sidebar .widget #wp-calendar th {
  padding: 3px 4px;
}
.wpb_widgetised_column .widget #wp-calendar td#today,
aside.qodef-sidebar .widget #wp-calendar td#today {
  color: inherit;
  background-color: #fff;
}
.wpb_widgetised_column .widget #wp-calendar tfoot a,
aside.qodef-sidebar .widget #wp-calendar tfoot a {
  color: #5b5a5a;
}
.wpb_widgetised_column .widget #wp-calendar tfoot a:hover,
aside.qodef-sidebar .widget #wp-calendar tfoot a:hover {
  color: var(--var-color-1, #e88b00);
}
.wpb_widgetised_column .widget.widget_rss .rss-widget-icon,
aside.qodef-sidebar .widget.widget_rss .rss-widget-icon {
  display: inline-block;
}
.wpb_widgetised_column .widget.widget_rss .rss-date,
aside.qodef-sidebar .widget.widget_rss .rss-date {
  display: block;
  margin-bottom: 7px;
}
.wpb_widgetised_column .widget.widget_rss cite,
aside.qodef-sidebar .widget.widget_rss cite {
  display: block;
  margin-top: calc(7px / 2);
}
.wpb_widgetised_column .widget.widget_search .input-holder,
aside.qodef-sidebar .widget.widget_search .input-holder {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
}
.wpb_widgetised_column .widget.widget_search .input-holder button,
.wpb_widgetised_column .widget.widget_search .input-holder input,
aside.qodef-sidebar .widget.widget_search .input-holder button,
aside.qodef-sidebar .widget.widget_search .input-holder input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  float: left;
      font-family: "Raleway", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 44px;
  line-height: calc(44px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.wpb_widgetised_column .widget.widget_search .input-holder input.search-field,
aside.qodef-sidebar .widget.widget_search .input-holder input.search-field {
  width: calc(100% - 44px);
  padding: 0 0 0 21px;
}
.wpb_widgetised_column
  .widget.widget_search
  .input-holder
  input.search-field::-webkit-input-placeholder,
aside.qodef-sidebar
  .widget.widget_search
  .input-holder
  input.search-field::-webkit-input-placeholder {
  color: inherit;
}
.wpb_widgetised_column
  .widget.widget_search
  .input-holder
  input.search-field:-moz-placeholder,
aside.qodef-sidebar
  .widget.widget_search
  .input-holder
  input.search-field:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.wpb_widgetised_column
  .widget.widget_search
  .input-holder
  input.search-field::-moz-placeholder,
aside.qodef-sidebar
  .widget.widget_search
  .input-holder
  input.search-field::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.wpb_widgetised_column
  .widget.widget_search
  .input-holder
  input.search-field:-ms-input-placeholder,
aside.qodef-sidebar
  .widget.widget_search
  .input-holder
  input.search-field:-ms-input-placeholder {
  color: inherit;
}
.wpb_widgetised_column .widget.widget_search .input-holder button,
aside.qodef-sidebar .widget.widget_search .input-holder button {
  background: #fff;
  color: inherit;
  cursor: pointer;
  font-size: 18px;
  width: 44px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.wpb_widgetised_column .widget.widget_search .input-holder button:hover,
aside.qodef-sidebar .widget.widget_search .input-holder button:hover {
  color: var(--var-color-1, #e88b00);
}
.wpb_widgetised_column .widget.widget_search .input-holder button span,
aside.qodef-sidebar .widget.widget_search .input-holder button span {
  display: block;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
}
.wpb_widgetised_column .widget.widget_search .input-holder button span:before,
aside.qodef-sidebar .widget.widget_search .input-holder button span:before {
  display: block;
  line-height: inherit;
}
.wpb_widgetised_column
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type,
aside.qodef-sidebar
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
}
.wpb_widgetised_column
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input,
aside.qodef-sidebar
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  float: left;
      font-family: "Raleway", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 44px;
  line-height: calc(44px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  width: calc(100% - 44px);
  padding: 0 0 0 21px;
}
.wpb_widgetised_column
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input::-webkit-input-placeholder,
aside.qodef-sidebar
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input::-webkit-input-placeholder {
  color: inherit;
}
.wpb_widgetised_column
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input:-moz-placeholder,
aside.qodef-sidebar
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.wpb_widgetised_column
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input::-moz-placeholder,
aside.qodef-sidebar
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.wpb_widgetised_column
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input:-ms-input-placeholder,
aside.qodef-sidebar
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input:-ms-input-placeholder {
  color: inherit;
}
.wpb_widgetised_column
  .widget.qodef-search-post-type-widget
  .qodef-post-type-search-results,
aside.qodef-sidebar
  .widget.qodef-search-post-type-widget
  .qodef-post-type-search-results {
  top: calc(100% - 33px);
  padding: 0 20px;
  box-sizing: border-box;
  width: calc(100% + 2px);
}
.wpb_widgetised_column
  .widget.qodef-search-post-type-widget
  .qodef-post-type-search-results
  ul,
aside.qodef-sidebar
  .widget.qodef-search-post-type-widget
  .qodef-post-type-search-results
  ul {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-top: 0;
}
.wpb_widgetised_column .widget.widget_archive select,
.wpb_widgetised_column .widget.widget_categories select,
.wpb_widgetised_column .widget.widget_text select,
aside.qodef-sidebar .widget.widget_archive select,
aside.qodef-sidebar .widget.widget_categories select,
aside.qodef-sidebar .widget.widget_text select {
  background-color: transparent;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
      font-family: "Raleway", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 44px;
  line-height: calc(44px - 2px);
  margin-top: 7px;
  outline: 0;
  padding: 0 0 0 21px;
  position: relative;
  vertical-align: top;
  width: 100%;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.widget ul li,
.widget.qodef-author-info-widget .qodef-contact-label {
      font-family: "Raleway", Sans-serif;
  font-weight: 500;
}
.wpb_widgetised_column .widget.widget_product_tag_cloud a,
.wpb_widgetised_column .widget.widget_tag_cloud a,
aside.qodef-sidebar .widget.widget_product_tag_cloud a,
aside.qodef-sidebar .widget.widget_tag_cloud a {
  background: var(--var-color-2, #283376);
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 13px !important;
      font-family: "Raleway", Sans-serif;
  font-weight: 500;
  line-height: 34px;
  text-transform: lowercase;
  margin: 0 0 5px;
  padding: 0 14px;
}
.wpb_widgetised_column .widget.qodef-blog-list-widget ul li a,
.wpb_widgetised_column .widget.widget_products ul li a,
.wpb_widgetised_column .widget.widget_recent_reviews ul li a,
.wpb_widgetised_column .widget.widget_recently_viewed_products ul li a,
.wpb_widgetised_column .widget.widget_top_rated_products ul li a,
aside.qodef-sidebar .widget.qodef-blog-list-widget ul li a,
aside.qodef-sidebar .widget.widget_products ul li a,
aside.qodef-sidebar .widget.widget_recent_reviews ul li a,
aside.qodef-sidebar .widget.widget_recently_viewed_products ul li a,
aside.qodef-sidebar .widget.widget_top_rated_products ul li a {
  color: var(--var-color-2, #283376);
}
.wpb_widgetised_column .widget.qodef-blog-list-widget ul li a:hover,
.wpb_widgetised_column .widget.widget_products ul li a:hover,
.wpb_widgetised_column .widget.widget_recent_reviews ul li a:hover,
.wpb_widgetised_column .widget.widget_recently_viewed_products ul li a:hover,
.wpb_widgetised_column .widget.widget_top_rated_products ul li a:hover,
aside.qodef-sidebar .widget.qodef-blog-list-widget ul li a:hover,
aside.qodef-sidebar .widget.widget_products ul li a:hover,
aside.qodef-sidebar .widget.widget_recent_reviews ul li a:hover,
aside.qodef-sidebar .widget.widget_recently_viewed_products ul li a:hover,
aside.qodef-sidebar .widget.widget_top_rated_products ul li a:hover {
  color: var(--var-color-1, #e88b00);
}
.wpb_widgetised_column .widget.qodef-social-icons-group-widget,
aside.qodef-sidebar .widget.qodef-social-icons-group-widget {
  padding-bottom: 17px;
}
.wpb_widgetised_column
  .widget.qodef-social-icons-group-widget
  .qodef-widget-title-holder,
aside.qodef-sidebar
  .widget.qodef-social-icons-group-widget
  .qodef-widget-title-holder {
  margin-bottom: 14px;
}
.widget.qodef-author-info-widget .qodef-contact-label {
  padding-left: 7px;
  font-size: 13px;
}
.widget.qodef-author-info-widget .qodef-contact-icon {
  font-size: 15px;
  vertical-align: middle;
}
.widget.qodef-author-info-widget .qodef-contact-link,
.widget.qodef-author-info-widget .qodef-contact-website {
  padding: 3px 0;
}
.widget.qodef-author-info-widget .qodef-aiw-text {
  line-height: 24px;
}
.widget.qodef-blog-list-widget {
  margin: 0 0 20px;
}
.widget.qodef-blog-list-widget > h4 {
  margin: 0 0 15px;
}
.qodef-top-bar .widget.qodef-blog-list-widget > h2,
footer .qodef-footer-top .widget.qodef-blog-list-widget > h2 {
  margin: 0 0 8px;
}
.widget {
  color: inherit;
  background-color: #fff;
  margin: 0 0 41px;
  padding: 0 20px 33px;
  box-sizing: border-box;
}
.widget:last-child {
  margin: 0 !important;
}
.widget p:first-child {
  margin-top: 0;
}
.widget p:last-child {
  margin-bottom: 0;
}
.widget.widget_media_image {
  padding: 0;
  line-height: 0;
}
.widget.qodef-separator-widget {
  padding: 0;
  line-height: 0;
  background-color: transparent;
}
.widget .qodef-widget-title-holder {
  background-color: var(--var-color-2, #283376);
  color: #fff;
  padding: 16px 20px 19px;
  margin: 0 -20px 25px;
}
.widget .qodef-widget-title-holder .qodef-widget-title {
  color: inherit;
  margin: 0;
}
.widget .qodef-widget-title-holder .qodef-separator {
  border-color: inherit;
  border-bottom-width: 3px;
  width: 30px;
}
.widget a {
  color: #5b5a5a;
}
.widget a:hover {
  color: var(--var-color-1, #e88b00);
}
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget ul li {
  border-bottom-color: #e1e1e1;
  border-bottom-style: solid;
  border-bottom-width: 0;
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 7px 0;
  font-size: 13px;
}
.widget ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.widget ul li a {
  color: #5b5a5a;
}
.widget ul li a:hover {
  color: var(--var-color-1, #e88b00);
}
.widget ul .children,
.widget ul .sub-menu {
  border-top-color: #e1e1e1;
  border-top-style: solid;
  border-top-width: 0;
  margin-top: 7px;
}
.widget.widget_archive .qodef-widget-title,
.widget.widget_categories .qodef-widget-title,
.widget.widget_meta .qodef-widget-title,
.widget.widget_nav_menu .qodef-widget-title,
.widget.widget_pages .qodef-widget-title,
.widget.widget_recent_comments .qodef-widget-title,
.widget.widget_recent_entries .qodef-widget-title,
.widget.widget_rss .qodef-widget-title {
  margin-bottom: 0;
}
.widget #wp-calendar {
  text-align: center;
  width: 100%;
}
.widget #wp-calendar caption {
  margin: 0 0 7px;
}
.widget #wp-calendar td,
.widget #wp-calendar th {
  padding: 3px 4px;
}
.widget #wp-calendar td#today {
  color: inherit;
  background-color: #fff;
}
.widget #wp-calendar tfoot a {
  color: #5b5a5a;
}
.widget #wp-calendar tfoot a:hover {
  color: var(--var-color-1, #e88b00);
}
.widget.widget_rss .rss-widget-icon {
  display: inline-block;
}
.widget.widget_rss .rss-date {
  display: block;
  margin-bottom: 7px;
}
.widget.widget_rss cite {
  display: block;
  margin-top: calc(7px / 2);
}
.widget.widget_search .input-holder {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
}
.widget.widget_search .input-holder button,
.widget.widget_search .input-holder input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  float: left;
      font-family: "Raleway", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 44px;
  line-height: calc(44px - 2px);
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.widget.widget_search .input-holder input.search-field {
  width: calc(100% - 44px);
  padding: 0 0 0 21px;
}
.widget.widget_search
  .input-holder
  input.search-field::-webkit-input-placeholder {
  color: inherit;
}
.widget.widget_search .input-holder input.search-field:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.widget.widget_search .input-holder input.search-field::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.widget.widget_search .input-holder input.search-field:-ms-input-placeholder {
  color: inherit;
}
.widget.widget_search .input-holder button {
  background: #fff;
  color: inherit;
  cursor: pointer;
  font-size: 18px;
  width: 44px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.widget.widget_search .input-holder button:hover {
  color: var(--var-color-1, #e88b00);
}
.widget.widget_search .input-holder button span {
  display: block;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
}
.widget.widget_search .input-holder button span:before {
  display: block;
  line-height: inherit;
}
.widget.qodef-search-post-type-widget .qodef-search-post-type input,
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
  background-color: transparent;
  color: inherit;
      font-family: "Raleway", Sans-serif;
  font-size: 15px;
  height: 44px;
  line-height: calc(44px - 2px);
  vertical-align: top;
  font-weight: 500;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  outline: 0;
}
.widget.qodef-search-post-type-widget .qodef-search-post-type {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
}
.widget.qodef-search-post-type-widget .qodef-search-post-type input {
  border: 0;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  width: calc(100% - 44px);
  padding: 0 0 0 21px;
}
.widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input::-webkit-input-placeholder {
  color: inherit;
}
.widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.widget.qodef-search-post-type-widget
  .qodef-search-post-type
  input:-ms-input-placeholder {
  color: inherit;
}
.widget.qodef-search-post-type-widget .qodef-post-type-search-results {
  padding: 0 20px;
  box-sizing: border-box;
}
.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-top: 0;
}
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  margin-top: 7px;
  padding: 0 0 0 21px;
  width: 100%;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.widget.widget_product_tag_cloud a,
.widget.widget_tag_cloud a {
  background: var(--var-color-2, #283376);
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 13px !important;
      font-family: "Raleway", Sans-serif;
  font-weight: 500;
  line-height: 34px;
  text-transform: lowercase;
  margin: 0 0 5px;
  padding: 0 14px;
}
.widget.qodef-blog-list-widget ul li a,
.widget.widget_products ul li a,
.widget.widget_recent_reviews ul li a,
.widget.widget_recently_viewed_products ul li a,
.widget.widget_top_rated_products ul li a {
  color: var(--var-color-2, #283376);
}
.widget.qodef-blog-list-widget ul li a:hover,
.widget.widget_products ul li a:hover,
.widget.widget_recent_reviews ul li a:hover,
.widget.widget_recently_viewed_products ul li a:hover,
.widget.widget_top_rated_products ul li a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-icon-widget-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.qodef-icon-widget-holder > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.qodef-icon-widget-holder .qodef-icon-text {
  padding: 0 0 0 10px;
}
.qodef-icon-widget-holder .qodef-icon-text.qodef-no-icon {
  padding: 0;
}
footer .qodef-icon-widget-holder {
  color: #1a1a1a;
}
footer .qodef-icon-widget-holder:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-icon-widget-holder {
  color: #333 !important;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-icon-widget-holder:hover {
  color: rgba(51, 51, 51, 0.8) !important;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-icon-widget-holder {
  color: #fff !important;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-icon-widget-holder:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.widget.qodef-image-slider-widget,
.widget.qodef-image-slider-widget .qodef-is-widget-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.widget.qodef-image-slider-widget .qodef-widget-title {
  margin: 0 0 32px;
}
.widget.qodef-image-slider-widget img {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .qodef-instagram-feed:not(.qodef-instagram-carousel) li img {
    width: 100%;
  }
  .qodef-instagram-feed:not(.qodef-instagram-carousel).qodef-col-6 li,
  .qodef-instagram-feed:not(.qodef-instagram-carousel).qodef-col-9 li {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-instagram-feed:not(.qodef-instagram-carousel).qodef-col-6 li,
  .qodef-instagram-feed:not(.qodef-instagram-carousel).qodef-col-9 li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-instagram-feed:not(.qodef-instagram-carousel) li {
    width: 50% !important;
  }
}
.qodef-instagram-feed {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qodef-instagram-feed li {
  float: left;
  box-sizing: border-box;
  border: none !important;
}
.qodef-instagram-feed li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.qodef-instagram-feed li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.qodef-instagram-feed li a:hover:after {
  opacity: 1;
}
.qodef-instagram-feed li img {
  width: 100%;
  display: block;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-no-space {
  margin: 0;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-no-space li {
  padding: 0;
  margin: 0;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-tiny-space {
  margin: 0 -5px -10px;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-tiny-space li {
  padding: 0 5px;
  margin: 0 0 10px;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-small-space {
  margin: 0 -10px -20px;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-small-space li {
  padding: 0 10px;
  margin: 0 0 20px;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-normal-space {
  margin: 0 -15px -30px;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-normal-space li {
  padding: 0 15px;
  margin: 0 0 30px;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-2 li {
  width: 50%;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-3 li {
  width: 33.33333%;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-4 li {
  width: 25%;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-6 li {
  width: 16.66667%;
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-9 li {
  width: 11.11111%;
}
.qodef-instagram-feed.qodef-instagram-carousel li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}


.qodef-page-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), /* overlay noir */
        url('https://turnkeyrealestate.services/wp-content/uploads/2025/05/iStock-1456866446.jpg') center/cover no-repeat; /* image */
    z-index: -1; /* derrière le contenu */
}

.qodef-instagram-feed.qodef-instagram-carousel li a {
  position: relative;
  display: block;
  height: 100%;
}
.qodef-instagram-feed.qodef-instagram-carousel li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.qodef-instagram-feed.qodef-instagram-carousel li a:hover {
  opacity: 1;
}
.widget.qodef-raw-html-widget {
  margin: 0;
}
.widget.qodef-raw-html-widget.qodef-grid-auto-width {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.widget.qodef-search-post-type-widget {
  line-height: 0;
  position: relative;
}
.widget.qodef-search-post-type-widget .qodef-search-post-type {
  display: inline-block;
  width: 100%;
  position: relative;
}
.widget.qodef-search-post-type-widget .qodef-post-type-search-results {
  background: #fff;
  height: auto;
  display: none;
  width: 100%;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 100%;
}
.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul {
  padding: 10px 20px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 0;
  width: 100%;
}
.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li {
  display: inline-block;
  width: 100%;
}
.widget.qodef-search-post-type-widget .qodef-search-icon,
.widget.qodef-search-post-type-widget .qodef-search-loading {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  color: var(--var-color-2, #283376);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
.widget.qodef-search-post-type-widget .qodef-search-icon.qodef-hidden,
.widget.qodef-search-post-type-widget .qodef-search-loading.qodef-hidden {
  opacity: 0;
}
.wpb_widgetised_column
  .widget.qodef-search-post-type-widget
  .qodef-search-post-type {
  background-color: rgba(255, 255, 255, 0.9);
}
.wpb_widgetised_column
  .widget.qodef-search-post-type-widget
  .qodef-post-type-search-field {
  border-radius: 0;
  height: 57px;
  line-height: calc(57px - 2px);
  border: 0;
  font-size: 15px;
  color: #878787;
}
.wpb_widgetised_column
  .widget.qodef-search-post-type-widget
  .qodef-post-type-search-results {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #dadada;
}
.wpb_widgetised_column
  .widget.qodef-search-post-type-widget
  .qodef-post-type-search-results
  ul {
  padding: 16px 20px;
}
.widget.qodef-separator-widget {
  margin: 0 !important;
}
.qodef-social-icon-widget-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.qodef-social-icon-widget-holder .qodef-social-icon-widget {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-social-icon-widget-holder {
  color: #333 !important;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-social-icon-widget-holder:hover {
  color: rgba(51, 51, 51, 0.8) !important;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-social-icon-widget-holder {
  color: #fff !important;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-social-icon-widget-holder:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.qodef-social-icons-group-widget .qodef-social-icons-group-description {
  margin: 0 0 4px;
}
.qodef-social-icons-group-widget.qodef-square-icons
  .qodef-social-icon-widget-holder {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 7px;
  font-size: 17px;
  color: #fff;
  background-color: var(--var-color-2, #283376);
}
.qodef-social-icons-group-widget.qodef-square-icons
  .qodef-social-icon-widget-holder:hover {
  color: var(--var-color-2, #283376);
  background-color: var(--var-color-1, #e88b00);
}
.qodef-social-icons-group-widget.qodef-square-icons
  .qodef-social-icon-widget-holder
  .qodef-social-icon-widget {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.qodef-social-icons-group-widget.qodef-square-icons.qodef-light-skin
  .qodef-social-icon-widget-holder {
  color: var(--var-color-2, #283376);
  background-color: #fff;
}
.qodef-social-icons-group-widget.qodef-square-icons.qodef-light-skin
  .qodef-social-icon-widget-holder:hover {
  color: var(--var-color-2, #283376);
  background-color: var(--var-color-1, #e88b00);
}
.qodef-social-icons-group-widget .qodef-social-icon-widget-holder {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  text-align: center;
}
.qodef-social-icons-group-widget .qodef-social-icon-widget-holder:first-child {
  margin-left: 0;
}
.qodef-social-icons-group-widget .qodef-social-icon-widget-holder:last-child {
  margin-right: 0;
}
.qodef-widget-sticky-sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
}
.widget.widget_qodef_twitter_widget {
  margin: 0 0 20px;
}
.widget.widget_qodef_twitter_widget > h4 {
  margin: 0 0 8px;
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget li {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget li:not(:last-child) {
  margin: 0 0 12px !important;
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text {
  position: relative;
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget
  li
  .qodef-tweet-text
  a {
  position: relative;
  line-height: inherit;
  color: inherit;
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget
  li
  .qodef-tweet-text
  a.qodef-tweet-time {
  display: block;
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget
  li
  .qodef-tweet-text
  a.qodef-tweet-time
  span {
  margin: 0 2px 0 0;
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-standard
  li
  .qodef-twitter-icon {
  position: absolute;
  top: 2px;
  left: 0;
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-standard
  li
  .qodef-twitter-icon
  i {
  font-size: 18px;
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-standard
  li
  .qodef-tweet-text {
  padding: 0 0 0 28px;
  font-size: 15px;
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-standard
  li
  .qodef-tweet-text
  a,
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-standard
  li
  .qodef-tweet-text
  span {
  color: var(--var-color-2, #283376);
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-slider
  li
  .qodef-tweet-text
  a,
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-slider
  li
  .qodef-tweet-text
  span,
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-standard
  li
  .qodef-tweet-text
  a:hover {
  color: var(--var-color-1, #e88b00);
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0 40px;
  text-align: center;
  box-sizing: border-box;
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-slider
  li {
  overflow: hidden;
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-slider
  li
  .qodef-twitter-icon
  i {
  font-size: 16px;
  color: var(--var-color-1, #e88b00);
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-slider
  li
  .qodef-tweet-text {
  font-size: 14px;
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-slider
  li
  .qodef-tweet-text
  a:hover {
  color: var(--var-color-2, #283376);
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-slider
  li
  .qodef-tweet-text
  a.qodef-tweet-time {
  margin: 21px 0 0;
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-slider
  .owl-nav
  .owl-prev {
  left: 0;
}
.widget.widget_qodef_twitter_widget
  .qodef-twitter-widget.qodef-twitter-slider
  .owl-nav
  .owl-next {
  right: 0;
} /*!* animate.css -http://daneden.me/animate
* Version - 3.5.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 Daniel Eden*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
@keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}
@keyframes rubberBand {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
@keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
@keyframes wobble {
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.qodef-owl-slider {
  position: relative;
  display: none;
  width: 100%;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.qodef-owl-slider.owl-loaded {
  display: block;
}
.qodef-owl-slider.owl-loading {
  opacity: 0;
  display: block;
}
.qodef-owl-slider.owl-hidden {
  opacity: 0;
}
.qodef-owl-slider.owl-refresh .owl-item {
  visibility: hidden;
}
.qodef-owl-slider.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qodef-owl-slider.owl-grab {
  cursor: move;
  cursor: grab;
}
.qodef-owl-slider.owl-rtl .owl-item {
  float: right;
}
.no-js .qodef-owl-slider {
  display: block;
}
.qodef-owl-slider .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.qodef-owl-slider .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.qodef-owl-slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.qodef-owl-slider .owl-item,
.qodef-owl-slider .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.qodef-owl-slider .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.qodef-owl-slider .owl-item img {
  display: block;
  width: 100%;
}
.qodef-owl-slider .owl-item img .owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.qodef-owl-slider .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.qodef-owl-slider .owl-nav.disabled {
  display: none;
}
.qodef-owl-slider .owl-nav .owl-next,
.qodef-owl-slider .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qodef-owl-slider .owl-dots.disabled {
  display: none;
}
.qodef-owl-slider .owl-dots .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qodef-owl-slider .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.qodef-owl-slider .owl-animated-in {
  z-index: 0;
}
.qodef-owl-slider .owl-animated-out {
  z-index: 1;
}
.qodef-owl-slider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: none;
  background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0;
  height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 15px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 2px;
  width: 6px;
}
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  width: 11px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}
body .pp_pic_holder {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  display: none;
  width: 100px;
  z-index: 10001 !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 768px) {
  body .pp_pic_holder {
    width: 90% !important;
  }
}
body .pp_pic_holder.is-single .pp_details {
  display: none;
}
body .pp_pic_holder .pp_bottom,
body .pp_pic_holder .pp_top {
  display: none !important;
}
body .pp_pic_holder .pp_content {
  position: relative;
  background: 0 0;
  margin: 0 auto;
  height: 40px;
  min-width: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body .pp_pic_holder .pp_content {
    width: 100% !important;
  }
}
* html body .pp_pic_holder .pp_content {
  width: 40px;
}
body .pp_pic_holder .pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
body .pp_pic_holder .pp_content_container .pp_left,
body .pp_pic_holder .pp_content_container .pp_right {
  background: 0 0 !important;
  padding: 0 !important;
}
body .pp_pic_holder #pp_full_res {
  line-height: 1 !important;
}
body .pp_pic_holder #pp_full_res .pp_inline {
  color: var(--var-color-2, #283376);
  text-align: left;
}
body .pp_pic_holder #pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
body .pp_pic_holder #pp_full_res iframe {
  width: 100% !important;
}
body .pp_pic_holder #pp_full_res img {
  display: block;
}
@media only screen and (max-width: 768px) {
  body .pp_pic_holder #pp_full_res img {
    width: 100% !important;
    height: auto !important;
  }
}
body .pp_pic_holder .pp_description,
body .pp_pic_holder .pp_gallery,
body .pp_pic_holder .ppt {
  display: none !important;
}
body .pp_pic_holder .pp_loaderIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
body .pp_pic_holder .pp_fade {
  position: relative;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%) translateZ(0);
  -moz-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
}
body .pp_pic_holder .pp_details {
  position: relative;
  top: -1px;
  display: table;
  vertical-align: top;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 15px 24px;
  background-color: #fff;
  box-sizing: border-box;
}
body .pp_pic_holder .pp_details .pp_nav {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: auto;
  float: none;
  margin: 0 !important;
}
body .pp_pic_holder .pp_details .pp_nav .pp_pause,
body .pp_pic_holder .pp_details .pp_nav .pp_play {
  display: none;
}
body .pp_pic_holder .pp_details .pp_nav .currentTextHolder {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  color: #1a1a1a;
  font-family: inherit;
  font-size: inherit;
  line-height: 30px;
  font-style: inherit;
  letter-spacing: 5px;
}
body .pp_pic_holder a:focus {
  outline: 0;
}
body .pp_pic_holder a.pp_arrow_next,
body .pp_pic_holder a.pp_arrow_previous {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: auto !important;
  float: none;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: #1a1a1a;
  font-family: Ionicons;
  font-size: 0;
  line-height: 1;
  text-indent: 0;
  background: 0 0 !important;
  opacity: 1 !important;
  overflow: visible;
}
body .pp_pic_holder a.pp_arrow_next:after,
body .pp_pic_holder a.pp_arrow_previous:after {
  font-size: 30px;
}
body .pp_pic_holder a.pp_arrow_next:hover,
body .pp_pic_holder a.pp_arrow_previous:hover {
  color: var(--var-color-2, #283376);
}
body .pp_pic_holder a.pp_arrow_previous:after {
  content: "\f3d2";
}
body .pp_pic_holder a.pp_arrow_next {
  margin: 0 0 0 14px !important;
}
body .pp_pic_holder a.pp_arrow_next:after {
  content: "\f3d3";
}
body .pp_pic_holder a.pp_next,
body .pp_pic_holder a.pp_previous {
  position: absolute;
  top: calc(50% - 20px);
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 !important;
  background: 0 0 !important;
  color: var(--var-color-2, #283376);
  font-family: Ionicons;
  font-size: 40px;
  line-height: 1;
  text-indent: -9999px !important;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, color 0.2s ease-out;
  transition: opacity 0.2s ease-out, color 0.2s ease-out;
}
body .pp_pic_holder a.pp_next > *,
body .pp_pic_holder a.pp_previous > * {
  display: none;
}
body .pp_pic_holder a.pp_next:after,
body .pp_pic_holder a.pp_previous:after {
  display: block;
  line-height: inherit;
  text-indent: 0 !important;
}
body .pp_pic_holder a.pp_close,
body .pp_pic_holder a.pp_expand {
  height: auto;
  width: auto;
  font-family: Ionicons;
  font-size: 0;
  line-height: 1;
  text-indent: 0;
  background: 0 0 !important;
}
body .pp_pic_holder a.pp_next:hover,
body .pp_pic_holder a.pp_previous:hover {
  color: rgba(0, 0, 0, 0.8);
}
body .pp_pic_holder a.pp_previous {
  left: 30px;
}
body .pp_pic_holder a.pp_previous:after {
  content: "\f3d2";
}
body .pp_pic_holder a.pp_next {
  right: 30px;
}
@media only screen and (max-width: 768px) {
  body .pp_pic_holder a.pp_previous {
    left: 20px;
  }
  body .pp_pic_holder a.pp_next {
    right: 20px;
  }
}
body .pp_pic_holder a.pp_next:after {
  content: "\f3d3";
}
body .pp_pic_holder a.pp_close {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0 !important;
  color: #1a1a1a;
  cursor: pointer;
  opacity: 1 !important;
}
body .pp_pic_holder a.pp_close:hover {
  color: var(--var-color-2, #283376);
}
body .pp_pic_holder a.pp_expand {
  position: absolute;
  right: -22px;
  top: -18px;
  display: block;
  color: #fff;
  text-align: center;
  z-index: 2001;
}
body .pp_pic_holder a.pp_expand:after {
  content: "\f386";
  font-size: 22px;
}
body .pp_pic_holder a.pp_expand:hover {
  color: rgba(255, 255, 255, 0.8);
}
body .pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
@media only screen and (max-width: 768px) {
  body .pp_hoverContainer {
    width: 100% !important;
    height: 100% !important;
  }
}
body .pp_hoverContainer:hover a.pp_next,
body .pp_hoverContainer:hover a.pp_previous {
  opacity: 1;
}
body .pp_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background-color: var(--var-color-2, #283376);
  z-index: 10000 !important;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple,
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-align: initial;
  box-sizing: border-box;
  height: 44px;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear,
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 20px 0 30px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 20px;
  right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0 20px 0 30px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 7px auto 0 5px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin: 0 auto 0 3px;
}
.select2-container--default.select2-container--open .select2-selection--single {
  color: var(--var-color-2, #283376);
}
.select2-container--default.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--default.select2-container--open
  .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent;
}
.select2-container--default.select2-container--open
  .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
}
.select2-container--default .select2-selection--single {
  display: block;
  height: 44px;
  line-height: 42px;
  padding: 0;
  color: #b3b2b2;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
      font-family: "Raleway", Sans-serif;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: block;
  padding: 0 30px 0 20px;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0;
  font-weight: inherit;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: inherit;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 20px;
  color: inherit;
  line-height: inherit;
  text-align: center;
  font-size: 16px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  font-family: FontAwesome;
  content: "\f107";
}
.select2-container--default .select2-selection--multiple {
  display: block;
  height: 44px;
  line-height: 42px;
  padding: 0;
  font-family: inherit;
  color: #b3b2b2;
  font-size: 13px;
  letter-spacing: 0;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  display: block;
  list-style: none;
  padding: 0 30px 0 20px;
  margin: 0;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__placeholder {
  float: left;
  margin: 0;
  color: inherit;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0;
  font-weight: inherit;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  float: left;
  margin: 7px 5px 0 0;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  background-color: var(--var-color-2, #283376);
  border: 0;
  border-radius: 0;
  cursor: default;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove {
  display: inline-block;
  margin: 0 3px 0 0;
  color: inherit;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}
.select2-container--default .select2-search--inline {
  float: left;
}
.select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
.select2-container--default
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container--default .select2-dropdown {
  position: absolute;
  top: 0;
  left: -100000px;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  z-index: 1051;
  box-sizing: border-box;
}
.select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 2px;
}
.select2-container--default .select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 4px 8px;
  margin: 0;
  width: 100%;
  color: inherit;
  font-size: inherit;
  line-height: 20px;
  font-family: inherit;
  font-weight: inherit;
  border: 1px solid #e1e1e1;
  outline: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: var(--var-color-2, #283376);
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container--default .select2-results {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.qodef-page-header .qodef-logo-area .qodef-logo-wrapper a,
.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
  max-height: 111px;
}
.select2-container--default .select2-results__options {
  position: relative;
  padding: 2px 20px;
  margin: 2px 0;
  list-style: none;
}
.select2-container--default .select2-results__option {
  padding: 2px 0;
      font-family: "Raleway", Sans-serif;
  color: #b3b2b2;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0;
  user-select: none;
  -webkit-user-select: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: var(--var-color-2, #283376);
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  color: var(--var-color-2, #283376);
  background: 0 0;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: var(--var-color-2, #283376);
  background: 0 0;
}
.select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.widget_icl_lang_sel_widget {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget_icl_lang_sel_widget img {
  position: relative;
  display: inline-block !important;
  vertical-align: middle;
  top: -1px;
  padding-right: 6px;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  text-align: left;
  box-sizing: border-box;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click:hover
  .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-legacy-dropdown {
  padding: 0;
  margin: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  position: relative;
  display: block;
  padding: 9px 20px;
  color: var(--var-color-2, #283376);
  background-color: #fff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: var(--var-color-1, #e88b00);
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:after {
  content: "\33";
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  display: block;
  font-family: ElegantIcons;
  font-size: 15px;
  line-height: 1;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 14px 20px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  -moz-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  display: block;
  padding: 7px 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 5px 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  display: block;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  display: block;
  margin: 0;
  padding: 5px 0;
}
.qodef-page-footer .widget_icl_lang_sel_widget,
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,
.qodef-side-menu .widget_icl_lang_sel_widget,
.qodef-side-menu .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.qodef-side-menu .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,
.qodef-vertical-menu-area .widget_icl_lang_sel_widget,
.qodef-vertical-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.qodef-vertical-menu-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click,
.wpb_widgetised_column .widget_icl_lang_sel_widget,
.wpb_widgetised_column .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.wpb_widgetised_column
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click,
aside.qodef-sidebar .widget_icl_lang_sel_widget,
aside.qodef-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
aside.qodef-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}
.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 140px;
}
.qodef-top-bar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
.qodef-top-bar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 0;
  line-height: 46px;
  color: #fff;
  background-color: transparent;
  border: 0;
}
.qodef-top-bar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:after,
.qodef-top-bar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:after {
  right: 0;
}
.qodef-top-bar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-bottom: 0;
}
.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.qodef-top-bar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li:last-child {
  margin-right: 0;
}
.qodef-footer-top-holder
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li,
.qodef-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li,
.qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.qodef-footer-top-holder
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li:last-child,
.qodef-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li:last-child,
.qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li:last-child {
  margin-right: 0;
}
.qodef-main-menu
  > ul
  > li.menu-item-language.has_sub
  > a
  > span.item_outer
  .item_text:after {
  content: "\33";
  position: absolute;
  right: -15px;
  top: 0;
  font-family: ElegantIcons;
  font-size: 15px;
}
.qodef-main-menu > ul > li.menu-item-language a > span.item_outer .item_text {
  position: relative;
  display: table;
}
.qodef-main-menu
  > ul
  > li.menu-item-language
  a
  > span.item_outer
  .item_text
  > * {
  display: table-cell;
  vertical-align: middle;
}
.qodef-blog-holder,
.qodef-blog-holder article,
.qodef-blog-holder article .qodef-post-content,
.qodef-blog-holder article .qodef-post-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-main-menu
  > ul
  > li.menu-item-language
  a
  > span.item_outer
  .item_text
  img {
  padding: 5px 6px 0 0;
}
.qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
.qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
.qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: rgba(255, 255, 255, 0.8);
}
.qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
.qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  background-color: #363636;
}
.qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
.qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: #fff;
}
.qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
.qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.qodef-blog-holder {
  width: 100%;
  margin: 0 0 60px;
  clear: both;
  background: #fff;
  padding: 30px 30px 20px;
  box-sizing: border-box;
}
.qodef-blog-holder article.format-link .qodef-post-content,
.qodef-blog-holder article.format-quote .qodef-post-content {
  background-position: center;
  background-size: cover;
}
.qodef-blog-holder article {
  width: 100%;
  box-sizing: border-box;
}
.qodef-blog-holder article.sticky .qodef-post-title a {
  color: var(--var-color-1, #e88b00);
}
.qodef-blog-holder article .qodef-post-content {
  width: 100%;
}
.qodef-blog-holder article .qodef-post-image img {
  display: block;
}
.qodef-blog-holder article .qodef-post-image .qodef-post-info-date {
  display: inline-block;
  height: 47px;
  line-height: 47px;
  padding: 0 30px;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background-color: var(--var-color-2, #283376);
  position: absolute;
  top: 0;
  right: 0;
}
.qodef-blog-holder article .qodef-post-image .qodef-post-info-date a {
  color: inherit;
}
.qodef-blog-holder article .qodef-post-image-background {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.qodef-blog-holder article .qodef-post-image-background a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qodef-blog-holder article .qodef-post-image-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  line-height: 1;
  color: #fff;
}
.qodef-blog-holder article .qodef-post-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.qodef-blog-holder article .qodef-post-title {
  margin: 0;
}
.qodef-blog-holder article .qodef-post-excerpt-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 9px 0 0;
}
.qodef-blog-holder article .qodef-post-excerpt-holder p {
  margin: 0;
}
.qodef-blog-holder article .qodef-post-excerpt:after {
  content: "...";
}
.qodef-blog-holder article .qodef-post-read-more-button {
  margin-top: 12px;
}
.qodef-blog-holder article .qodef-more-link-container {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 0;
}
.qodef-blog-holder article .qodef-post-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-blog-holder article .qodef-post-info > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: currentColor;
}
.qodef-blog-holder article .qodef-post-info > * a {
  color: inherit;
}
.qodef-blog-holder article .qodef-post-info-top {
  margin-bottom: 2px;
}
.qodef-blog-holder article .qodef-post-info-top > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 14px 0 0;
  color: #1a1a1a;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
      font-family: "Raleway", Sans-serif;
}
.qodef-blog-holder article .qodef-post-info-top > div:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 2px;
}
.qodef-blog-holder article .qodef-post-info-top > div:last-child {
  padding: 0;
}
.qodef-blog-holder article .qodef-post-info-top > div:last-child:after {
  content: "";
}
.qodef-blog-holder article .qodef-post-info-top > div a {
  color: inherit;
}
.qodef-blog-holder article .qodef-post-info-top > div a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-blog-holder article .qodef-post-info-bottom {
  margin-top: 19px;
}
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left,
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-right {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .qodef-blog-holder
    article
    .qodef-post-info-bottom
    .qodef-post-info-bottom-left,
  .qodef-blog-holder
    article
    .qodef-post-info-bottom
    .qodef-post-info-bottom-right {
    width: 50%;
  }
  .qodef-blog-holder
    article
    .qodef-post-info-bottom
    .qodef-post-info-bottom-left {
    float: left;
  }
  .qodef-blog-holder
    article
    .qodef-post-info-bottom
    .qodef-post-info-bottom-right {
    text-align: right;
    float: right;
  }
  .qodef-testimonials-holder.qodef-testimonials-two-columns
    .qodef-pl-item:nth-child(2n + 1) {
    clear: both;
  }
}
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-left
  .qodef-tags-holder
  .qodef-tags
  a {
  display: inline-block;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  background-color: var(--var-color-2, #283376);
  box-sizing: border-box;
  padding: 7px 11px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-left
  .qodef-tags-holder
  .qodef-tags
  a:last-child {
  margin-right: 0;
}
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-right
  > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 13px 0 0;
  color: var(--var-color-2, #283376);
  font-size: 13px;
  letter-spacing: 0.025em;
      font-family: "Raleway", Sans-serif;
}
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-right
  > div.qodef-blog-share {
  margin-left: 7px;
  border-left: 1px solid #e1e1e1;
}
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-right
  > div.qodef-blog-share
  .qodef-social-share-holder {
  padding-left: 24px;
  vertical-align: middle;
}
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-right
  > div.qodef-blog-share
  .qodef-social-share-holder
  ul {
  vertical-align: middle;
  line-height: 0;
}
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-right
  > div.qodef-post-info-author {
  color: #5b5a5a;
  font-weight: 400;
}
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-right
  > div.qodef-blog-like
  .qodef-like {
  padding-left: 2px;
}
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-right
  > div.qodef-blog-like
  .qodef-like
  span {
  padding-left: 4px;
}
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-right
  > div:last-child {
  padding: 0;
}
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-right
  > div
  a {
  color: inherit;
}
.qodef-blog-holder
  article
  .qodef-post-info-bottom
  .qodef-post-info-bottom-right
  > div
  a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-blog-holder article.format-link .qodef-post-text {
  padding: 71px 57px 76px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 680px) {
  .qodef-blog-holder article.format-link .qodef-post-text {
    padding: 82px 21px 41px;
  }
}
.qodef-blog-holder article.format-link .qodef-post-text-main {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  text-align: left;
}
.qodef-blog-holder article.format-link .qodef-post-title {
  color: #fff;
}
.qodef-blog-holder article.format-link .qodef-post-mark {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: var(--var-color-1, #e88b00);
  color: #fff;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.qodef-blog-holder article.format-link .qodef-post-info-date {
  display: inline-block;
  height: 47px;
  line-height: 47px;
  padding: 0 30px;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background-color: var(--var-color-2, #283376);
  position: absolute;
  top: 0;
  right: 0;
}
.qodef-blog-holder article.format-link .qodef-post-info-date a {
  color: inherit;
}
.qodef-blog-holder article.format-quote .qodef-post-text {
  padding: 71px 57px 48px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 680px) {
  .qodef-blog-holder article.format-quote .qodef-post-text {
    padding: 82px 21px 41px;
  }
}
.qodef-blog-holder article.format-quote .qodef-post-text-main {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  text-align: left;
}
.qodef-blog-holder article.format-quote .qodef-post-title {
  color: #fff;
}
.qodef-blog-holder article.format-quote .qodef-quote-author {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.025em;
  margin-top: 5px;
}
.qodef-blog-holder article.format-quote .qodef-post-mark {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: var(--var-color-1, #e88b00);
  color: #fff;
  text-align: center;
  font-size: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.qodef-blog-holder article.format-quote .qodef-post-info-date {
  display: inline-block;
  height: 47px;
  line-height: 47px;
  padding: 0 30px;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background-color: var(--var-color-2, #283376);
  position: absolute;
  top: 0;
  right: 0;
}
.qodef-blog-holder article.format-quote .qodef-post-info-date a {
  color: inherit;
}
.qodef-blog-holder article.format-gallery .qodef-post-image {
  width: 100%;
}
.qodef-blog-holder article.format-gallery .owl-carousel .owl-item {
  z-index: 2;
}
.qodef-blog-holder article.format-gallery .owl-carousel .owl-item.active {
  z-index: 3;
}
.qodef-blog-holder article.format-audio.has-post-thumbnail .qodef-post-heading {
  position: relative;
}
.qodef-blog-holder
  article.format-audio.has-post-thumbnail
  .qodef-blog-audio-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-time-rail
  .mejs-time-total
  .mejs-time-handle-content,
.qodef-blog-pagination-wp {
  display: none;
}
.qodef-blog-holder article.format-audio .qodef-post-image {
  width: 100%;
  max-width: inherit;
}
.qodef-blog-holder article.format-audio .qodef-post-image img {
  width: 100%;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-embed,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-embed
  body {
  background: 0 0;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container {
  background-color: var(--var-color-2, #283376);
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls {
  height: 48px !important;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls {
  padding: 0 10px 0 4px;
  box-sizing: border-box;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-playpause-button {
  width: 39px;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-volume-button {
  width: 30px;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-playpause-button,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-volume-button {
  height: 48px;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-playpause-button
  button,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-volume-button
  button {
  position: relative;
  height: 100%;
  background: center no-repeat;
  margin: 0;
  border: 0;
  outline: 0;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-playpause-button.mejs-play
  button,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-volume-button.mejs-play
  button {
  width: 39px;
  background-image: url(../images/play.png);
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-playpause-button.mejs-pause
  button,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-volume-button.mejs-pause
  button {
  width: 39px;
  background-image: url(../images/pause.png);
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-playpause-button.mejs-stop
  button,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-volume-button.mejs-stop
  button {
  width: 39px;
  background-image: url(../images/stop.png);
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-playpause-button.mejs-mute
  button,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-volume-button.mejs-mute
  button {
  width: 30px;
  background-image: url(../imgaes/sound.png);
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-playpause-button.mejs-unmute
  button,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-volume-button.mejs-unmute
  button {
  width: 30px;
  background-image: url(../images/mute.png);
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-time {
  height: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 11px;
  color: #fff;
  line-height: 46px;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-time-rail {
  height: 100%;
  padding: 0;
  font-family: inherit;
}
.qodef-blog-list-holder .qodef-bli-info-bottom > div,
.qodef-blog-list-holder .qodef-bli-info > div,
.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a,
.qodef-blog-list-holder.qodef-bl-standard
  .qodef-post-image
  .qodef-post-info-date,
.qodef-blog-pagination ul li a,
.qodef-logo-text,
.qodef-main-menu ul li a {
      font-family: "Raleway", Sans-serif;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-time-rail
  .mejs-time-total {
  height: 2px;
  margin: 23px 0;
  background: #fff;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-time-rail
  .mejs-time-total
  .mejs-time-current {
  height: 5px;
  background-color: var(--var-color-1, #e88b00);
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-time-rail
  .mejs-time-total
  .mejs-time-buffering,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-time-rail
  .mejs-time-total
  .mejs-time-hovered {
  height: 2px;
  z-index: 9999;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-time-rail
  .mejs-time-total
  .mejs-time-hovered {
  background: rgba(0, 0, 0, 0.5);
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-time-rail
  .mejs-time-total
  .mejs-time-float {
  top: -16px;
  border: 0;
  color: #fff;
}
.qodef-bl-standard-pagination ul li.qodef-bl-pag-active a,
.qodef-blog-pagination ul li a.qodef-pag-active {
  color: var(--var-color-1, #e88b00);
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-time-rail
  .mejs-time-total
  .mejs-time-float-corner {
  top: 11px;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-time-rail
  .mejs-time-total
  .mejs-time-float,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > .mejs-time-rail
  .mejs-time-total
  .mejs-time-loaded {
  background: 0 0;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > a.mejs-horizontal-volume-slider {
  height: 48px;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > a.mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > a.mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total {
  height: 2px;
  background: 0 0;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > a.mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total {
  top: 23px;
  background-color: #fff;
}
.qodef-blog-holder
  article.format-audio
  .qodef-blog-audio-holder
  .mejs-container
  .mejs-controls
  > a.mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current {
  background-color: var(--var-color-1, #e88b00);
}
.qodef-blog-holder article.format-video .qodef-self-hosted-video {
  max-width: 100%;
}
.qodef-blog-pagination,
.qodef-blog-pagination ul,
.qodef-blog-pagination ul li,
.qodef-blog-pagination ul li a {
  position: relative;
  display: inline-block;
}
.qodef-blog-pagination {
  width: 100%;
  vertical-align: middle;
  margin: 45px 0 0;
  clear: both;
}
.qodef-blog-pagination ul {
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.qodef-blog-pagination ul li {
  vertical-align: top;
  margin: 0 6px;
}
.qodef-blog-pagination ul li a {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.qodef-blog-pagination ul li.qodef-pag-next:before,
.qodef-blog-pagination ul li.qodef-pag-prev:before {
  position: absolute;
  width: 1px;
  height: 27px;
  background-color: #e1e1e1;
  content: "";
}
.qodef-blog-pagination ul li.qodef-pag-first,
.qodef-blog-pagination ul li.qodef-pag-last,
.qodef-blog-pagination ul li.qodef-pag-next,
.qodef-blog-pagination ul li.qodef-pag-prev {
  top: -1px;
  margin: 0;
}
.qodef-blog-pagination ul li.qodef-pag-first a,
.qodef-blog-pagination ul li.qodef-pag-last a,
.qodef-blog-pagination ul li.qodef-pag-next a,
.qodef-blog-pagination ul li.qodef-pag-prev a {
  font-size: 22px;
}
.qodef-blog-pagination ul li.qodef-pag-first a span,
.qodef-blog-pagination ul li.qodef-pag-first a span:before,
.qodef-blog-pagination ul li.qodef-pag-last a span,
.qodef-blog-pagination ul li.qodef-pag-last a span:before,
.qodef-blog-pagination ul li.qodef-pag-next a span,
.qodef-blog-pagination ul li.qodef-pag-next a span:before,
.qodef-blog-pagination ul li.qodef-pag-prev a span,
.qodef-blog-pagination ul li.qodef-pag-prev a span:before {
  display: block;
  line-height: inherit;
}
.qodef-blog-pagination ul li.qodef-pag-next {
  margin-left: 10px;
}
.qodef-blog-pagination ul li.qodef-pag-next:before {
  left: 0;
  top: 0;
  display: inline-block;
}
.qodef-blog-pagination ul li.qodef-pag-next a {
  padding-left: 12px;
}
.qodef-blog-pagination ul li.qodef-pag-prev {
  margin-right: 10px;
}
.qodef-blog-pagination ul li.qodef-pag-prev:before {
  right: 0;
  top: 0;
  display: inline-block;
}
.qodef-blog-pagination ul li.qodef-pag-prev a {
  padding-right: 12px;
}
.qodef-blog-list-holder.qodef-bl-pag-standard-shortcodes .qodef-blog-list {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev a,
.qodef-blog-list-holder.qodef-bl-pag-standard-shortcodes.qodef-bl-pag-standard-shortcodes-animate
  .qodef-blog-list {
  opacity: 0;
}
.qodef-bl-standard-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 20px 0 0;
  clear: both;
}
.qodef-bl-standard-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.qodef-bl-standard-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  padding: 0;
}
.qodef-bl-standard-pagination ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.qodef-bl-standard-pagination ul li.qodef-bl-pag-next,
.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev {
  position: absolute;
  top: 0;
}
.qodef-bl-standard-pagination ul li.qodef-bl-pag-next a,
.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev a {
  font-size: 30px;
  -webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  transition: color 0.2s ease-out, opacity 0.2s ease-out;
}
.qodef-bl-standard-pagination ul li.qodef-bl-pag-next a span,
.qodef-bl-standard-pagination ul li.qodef-bl-pag-next a span:before,
.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev a span,
.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev a span:before {
  display: block;
  line-height: inherit;
}
.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev {
  left: 0;
}
.qodef-bl-standard-pagination ul li.qodef-bl-pag-next a,
.qodef-related-posts-holder
  .qodef-related-post:hover
  .qodef-related-post-image
  a:after {
  opacity: 1;
}
.qodef-bl-standard-pagination ul li.qodef-bl-pag-next {
  right: 0;
}
.qodef-blog-pag-load-more {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 40px 0 30px;
  text-align: center;
}
.qodef-blog-pag-loading {
  position: relative;
  display: none;
  width: 100%;
  margin: 40px 0 20px;
  color: var(--var-color-2, #283376);
  text-align: center;
}
.qodef-blog-pag-loading.qodef-standard-pag-trigger {
  position: absolute;
  top: 50px;
  left: 0;
}
.qodef-blog-pag-loading.qodef-showing {
  display: block;
}
.qodef-author-description,
.qodef-blog-pag-loading > div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.qodef-blog-pag-loading > div {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: var(--var-color-2, #283376);
  border-radius: 100%;
  -webkit-animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
  -moz-animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
  animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
}
.qodef-blog-pag-loading .qodef-blog-pag-bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.qodef-blog-pag-loading .qodef-blog-pag-bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bl-pag-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bl-pag-bouncedelay {
  0%,
  100%,
  80% {
    -moz-transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
  }
}
@keyframes bl-pag-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.qodef-blog-holder.qodef-blog-standard article {
  margin: 0 0 30px;
  padding: 0;
}
.qodef-blog-holder.qodef-blog-standard
  article.qodef-post-has-media
  .qodef-post-heading {
  margin-bottom: 30px;
}
.qodef-blog-holder.qodef-blog-standard article.format-link,
.qodef-blog-holder.qodef-blog-standard article.format-quote {
  margin-bottom: 40px;
}
.qodef-author-description
  .qodef-author-description-text-holder
  .qodef-author-email,
.qodef-author-description
  .qodef-author-description-text-holder
  .qodef-author-name {
  margin: 0;
}
.qodef-author-description {
  width: 100%;
  padding: 0 0 37px;
  text-align: left;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-author-description .qodef-author-description-inner {
  min-height: 178px;
  clear: both;
}
.qodef-author-description .qodef-author-description-content {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-author-description .qodef-author-description-image {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 178px;
  vertical-align: middle;
}
.qodef-author-description .qodef-author-description-image img {
  display: block;
}
.qodef-author-description .qodef-author-description-text-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: calc(100% - 178px);
  vertical-align: middle;
  padding-left: 38px;
}
.qodef-author-description
  .qodef-author-description-text-holder
  .qodef-author-name
  a {
  color: var(--var-color-2, #283376);
}
.qodef-author-description
  .qodef-author-description-text-holder
  .qodef-author-name
  a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-author-description
  .qodef-author-description-text-holder
  .qodef-author-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-author-description
  .qodef-author-description-text-holder
  .qodef-author-text
  > p {
  margin: 10px 0;
}
.qodef-author-description
  .qodef-author-description-text-holder
  .qodef-author-social-icons {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-author-description
  .qodef-author-description-text-holder
  .qodef-author-social-icons
  a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 22px 0 0;
  font-size: 13px;
  color: var(--var-color-2, #283376);
}
.qodef-author-description
  .qodef-author-description-text-holder
  .qodef-author-social-icons
  a:last-child {
  margin: 0;
}
.qodef-author-description
  .qodef-author-description-text-holder
  .qodef-author-social-icons
  a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-blog-single-navigation {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  clear: both;
  box-sizing: border-box;
  margin-bottom: 37px;
}
.qodef-blog-single-navigation .qodef-blog-single-navigation-inner {
  padding: 13px 0 49px;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-blog-single-navigation .qodef-blog-single-nav-wrapper {
  display: inline-block;
  float: left;
  width: 50%;
  vertical-align: middle;
}
.qodef-blog-single-navigation
  .qodef-blog-single-next
  .qodef-blog-single-nav-text
  > span,
.qodef-blog-single-navigation
  .qodef-blog-single-prev
  .qodef-blog-single-nav-text
  > span,
.qodef-related-posts-holder,
.qodef-single-links-pages {
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .qodef-blog-single-navigation .qodef-blog-single-nav-wrapper {
    float: none;
    width: 100%;
  }
  .qodef-blog-single-navigation .qodef-blog-single-nav-wrapper:first-child {
    margin-bottom: 30px;
  }
}
.qodef-blog-single-navigation
  .qodef-blog-single-next
  .qodef-blog-single-nav-text,
.qodef-blog-single-navigation
  .qodef-blog-single-prev
  .qodef-blog-single-nav-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-blog-single-navigation
  .qodef-blog-single-next
  .qodef-blog-single-nav-text
  .qodef-blog-single-nav-title,
.qodef-blog-single-navigation
  .qodef-blog-single-prev
  .qodef-blog-single-nav-text
  .qodef-blog-single-nav-title {
  margin: 0;
  position: relative;
  color: #969696;
  font-weight: 300;
  line-height: 1.5em;
}
.qodef-blog-single-navigation
  .qodef-blog-single-next
  .qodef-blog-single-nav-text
  .qodef-blog-single-nav-label,
.qodef-blog-single-navigation
  .qodef-blog-single-prev
  .qodef-blog-single-nav-text
  .qodef-blog-single-nav-label {
  margin: 0 0 6px;
  font-weight: 500;
  color: #5b5a5a;
}
.qodef-blog-single-navigation
  .qodef-blog-single-next
  .qodef-blog-single-nav-text
  .qodef-blog-single-nav-label
  span,
.qodef-blog-single-navigation
  .qodef-blog-single-prev
  .qodef-blog-single-nav-text
  .qodef-blog-single-nav-label
  span {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.qodef-blog-single-navigation
  .qodef-blog-single-prev
  .qodef-blog-single-nav-title {
  padding-left: 16px;
  padding-right: 25%;
}
.qodef-blog-single-navigation .qodef-blog-single-next {
  text-align: right;
}
.qodef-bl-loading,
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-center {
  text-align: center;
}
.qodef-blog-single-navigation
  .qodef-blog-single-next
  .qodef-blog-single-nav-title {
  padding-right: 16px;
  padding-left: 25%;
}
.qodef-single-links-pages {
  position: relative;
  vertical-align: middle;
  margin: 30px 0;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
  clear: both;
}
.qodef-single-links-pages .qodef-single-links-pages-inner > a,
.qodef-single-links-pages .qodef-single-links-pages-inner > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 5px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  color: #1a1a1a;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-sizing: border-box;
  border: 1px solid transparent;
  line-height: 20px;
  height: 20px;
  text-align: center;
}
.qodef-single-links-pages .qodef-single-links-pages-inner > a:hover,
.qodef-single-links-pages .qodef-single-links-pages-inner > span {
  color: var(--var-color-1, #e88b00);
}
.qodef-related-posts-holder {
  position: relative;
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
}
.qodef-related-posts-holder .qodef-related-posts-holder-inner {
  padding: 28px 0 0;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-related-posts-holder .qodef-related-posts-title {
  margin: 0 0 20px;
}
.qodef-related-posts-holder .qodef-related-posts-title > * {
  margin: 0;
}
.qodef-related-posts-holder .qodef-related-posts-inner {
  margin: 0 -15px;
}
.qodef-related-posts-holder .qodef-related-post {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0 0 30px;
  padding: 0 15px;
  box-sizing: border-box;
}
.qodef-content-has-sidebar .qodef-related-posts-holder .qodef-related-post {
  width: 33.33333333333333%;
}
.touch .qodef-related-posts-holder .qodef-related-post {
  cursor: pointer;
}
.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image a {
  position: relative;
  display: block;
}
.qodef-related-posts-holder
  .qodef-related-post
  .qodef-related-post-image
  a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.qodef-blog-list-holder .qodef-post-image a:hover:after,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-logo-wrapper
  .qodef-light-logo {
  opacity: 1;
}
.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image img {
  display: block;
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-title {
  margin: 15px 0 0;
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-title:first-child {
  margin-top: 0;
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding: 0 14px 0 0;
  color: inherit;
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div:after {
  position: absolute;
  top: 0;
  right: 4px;
  content: "|";
}
.qodef-related-posts-holder
  .qodef-related-post
  .qodef-post-info
  > div:last-child {
  padding: 0;
}
.qodef-related-posts-holder
  .qodef-related-post
  .qodef-post-info
  > div:last-child:after {
  display: none;
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div a {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.qodef-blog-holder.qodef-blog-single article {
  margin: 0 0 30px;
}
.qodef-blog-holder.qodef-blog-single article .qodef-post-heading,
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content,
.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content {
  margin-bottom: 28px;
}
.qodef-blog-holder.qodef-blog-single article .qodef-post-text-main {
  padding-bottom: 12px;
}
.qodef-blog-holder.qodef-blog-single article .qodef-post-text-single {
  padding: 0 0 30px;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-blog-holder.qodef-blog-single
  article.format-link
  .qodef-additional-content-text,
.qodef-blog-holder.qodef-blog-single
  article.format-quote
  .qodef-additional-content-text {
  padding-bottom: 12px;
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-text-main,
.qodef-blog-holder.qodef-blog-single
  article.format-quote
  .qodef-post-text-main {
  padding-bottom: 0;
}
.qodef-blog-holder.qodef-blog-single
  article.format-link
  .qodef-post-additional-content,
.qodef-blog-holder.qodef-blog-single
  article.format-quote
  .qodef-post-additional-content {
  padding: 0 0 30px;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-blog-list-holder .qodef-bl-item,
.qodef-blog-list-holder .qodef-blog-list {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.qodef-blog-list-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}
.qodef-blog-list-holder .qodef-blog-list {
  list-style: none;
}
.qodef-blog-list-holder .qodef-bl-item {
  box-sizing: border-box;
}
.qodef-blog-list-holder .qodef-bli-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-blog-list-holder .qodef-bli-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.qodef-blog-list-holder .qodef-post-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 30px;
}
.qodef-blog-list-holder .qodef-post-image a,
.qodef-blog-list-holder .qodef-post-image img {
  display: block;
}
.qodef-blog-list-holder .qodef-post-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.qodef-blog-list-holder .qodef-bli-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 2px;
  clear: both;
}
.qodef-blog-list-holder .qodef-bli-info > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 14px 0 0;
  color: #1a1a1a;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.qodef-blog-list-holder .qodef-bli-info > div:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -2px;
}
.qodef-blog-list-holder .qodef-bli-info > div:last-child {
  padding: 0;
}
.qodef-blog-list-holder .qodef-bli-info > div:last-child:after {
  content: "";
}
.qodef-blog-list-holder .qodef-bli-info > div a {
  color: inherit;
}
.qodef-blog-list-holder .qodef-bli-info > div a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-blog-list-holder .qodef-post-title {
  margin: 0;
}
.qodef-blog-list-holder .qodef-post-excerpt {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 9px 0 0;
}
.qodef-blog-list-holder .qodef-post-excerpt p {
  margin: 0;
}
.qodef-blog-list-holder .qodef-post-excerpt:after {
  content: "...";
}
.qodef-blog-list-holder .qodef-post-read-more-button {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 12px 0 0;
}
.qodef-blog-list-holder .qodef-bli-info-bottom {
  margin-top: 19px;
}
.qodef-blog-list-holder .qodef-bli-info-bottom > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 13px 0 0;
  color: var(--var-color-2, #283376);
  font-size: 13px;
  letter-spacing: 0.025em;
}
.qodef-blog-list-holder .qodef-bli-info-bottom > div.qodef-blog-share {
  margin-left: 7px;
  border-left: 1px solid #e1e1e1;
}
.qodef-blog-list-holder
  .qodef-bli-info-bottom
  > div.qodef-blog-share
  .qodef-social-share-holder {
  padding-left: 24px;
  vertical-align: middle;
}
.qodef-blog-list-holder
  .qodef-bli-info-bottom
  > div.qodef-blog-share
  .qodef-social-share-holder
  ul {
  vertical-align: middle;
  line-height: 0;
}
.qodef-blog-list-holder
  .qodef-bli-info-bottom
  > div.qodef-blog-like
  .qodef-like {
  padding-left: 2px;
}
.qodef-blog-list-holder
  .qodef-bli-info-bottom
  > div.qodef-blog-like
  .qodef-like
  span {
  padding-left: 4px;
}
.qodef-blog-list-holder .qodef-bli-info-bottom > div:last-child {
  padding: 0;
}
.qodef-blog-list-holder .qodef-bli-info-bottom > div a {
  color: inherit;
}
.qodef-blog-list-holder .qodef-bli-info-bottom > div a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-blog-list-holder.qodef-bl-minimal h6.qodef-post-title {
  font-weight: 500;
  line-height: 18px;
}
.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date {
  display: block;
  margin: 8px 0 0;
}
.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a {
  font-size: 13px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1em;
}
.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-blog-list-holder.qodef-bl-simple .qodef-post-image {
  display: table-cell;
  vertical-align: middle;
  width: 73px;
}
.qodef-blog-list-holder.qodef-bl-simple .qodef-post-image a:after {
  display: none;
}
.qodef-blog-list-holder.qodef-bl-simple h6.qodef-post-title {
  font-weight: 500;
  line-height: 18px;
}
.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding-left: 13px;
}
.qodef-blog-list-holder.qodef-bl-simple
  .qodef-bli-content
  .qodef-post-info-date {
  display: block;
  margin: 8px 0 0;
  line-height: 1;
}
.qodef-blog-list-holder.qodef-bl-simple
  .qodef-bli-content
  .qodef-post-info-date
  a {
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1em;
}
.qodef-blog-list-holder.qodef-bl-simple
  .qodef-bli-content
  .qodef-post-info-date
  a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-blog-list-holder.qodef-bl-simple .qodef-no-featured .qodef-bli-content {
  padding-left: 0;
}
.qodef-blog-list-holder.qodef-bl-standard
  .qodef-post-image
  .qodef-post-info-date {
  display: inline-block;
  height: 47px;
  line-height: 47px;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: var(--var-color-2, #283376);
  position: absolute;
  top: 0;
  right: 0;
}
.qodef-blog-list-holder.qodef-bl-standard
  .qodef-post-image
  .qodef-post-info-date
  a {
  color: inherit;
}
.qodef-blog-list-holder.qodef-bl-standard:not(.qodef-bl-one-column)
  .qodef-bl-item {
  float: left;
}
.qodef-blog-list-holder.qodef-bl-standard.qodef-bl-two-columns .qodef-bl-item {
  width: 50%;
}
.qodef-blog-list-holder.qodef-bl-standard.qodef-bl-three-columns
  .qodef-bl-item {
  width: 33.33333%;
}
.qodef-blog-list-holder.qodef-bl-standard.qodef-bl-four-columns .qodef-bl-item {
  width: 25%;
}
.qodef-blog-list-holder.qodef-bl-standard.qodef-bl-five-columns .qodef-bl-item {
  width: 20%;
}
.qodef-bl-loading {
  position: relative;
  display: none;
  width: 100%;
  margin: 40px 0 20px;
}
.qodef-bl-loading.qodef-showing {
  display: block;
}
.qodef-bl-loading > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: var(--var-color-2, #283376);
  border-radius: 100%;
  -webkit-animation: bl-bouncedelay 1.4s infinite ease-in-out both;
  -moz-animation: bl-bouncedelay 1.4s infinite ease-in-out both;
  animation: bl-bouncedelay 1.4s infinite ease-in-out both;
}
.qodef-page-footer .qodef-footer-bottom-holder,
.qodef-page-footer .qodef-footer-top-holder {
      background-color: #000000;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    opacity: 0.9;
}
.qodef-bl-loading .qodef-bl-loading-bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.qodef-bl-loading .qodef-bl-loading-bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bl-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bl-bouncedelay {
  0%,
  100%,
  80% {
    -moz-transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
  }
}
@keyframes bl-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.qodef-content-bottom .qodef-content-bottom-inner {
  box-sizing: border-box;
}
.qodef-content-bottom .qodef-content-bottom-inner.qodef-grid {
  padding: 20px 0;
}
.qodef-content-bottom .qodef-content-bottom-inner.qodef-full-width {
  padding: 20px 40px;
}
.qodef-page-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  z-index: 100;
  box-sizing: border-box;
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-left {
  text-align: left;
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-right {
  text-align: right;
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner {
  box-sizing: border-box;
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-grid {
  padding: 90px 0 95px;
}
.qodef-page-footer
  .qodef-footer-top-holder
  .qodef-footer-top-inner.qodef-full-width {
  padding: 90px 40px 95px;
}
.qodef-page-footer .qodef-footer-bottom-holder {
  text-align: center;
  background-color: #333333;
}
.qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner {
  box-sizing: border-box;
}
.qodef-page-footer
  .qodef-footer-bottom-holder
  .qodef-footer-bottom-inner.qodef-grid {
  padding: 19px 0;
}
.title-home{
  color: #1A1A1A;
 font-size: 30px;
    font-weight: 800;
  margin: 0px;
}
.service-icon {
  font-size: 2.5rem;   /* taille de l’icône */
  color: #c5b58f;      /* doré élégant */
  flex-shrink: 0;      /* empêche l’icône de se réduire */
  margin-right: 15px;
      margin-top: 1.5rem;  /* espace entre l’icône et le texte */
}
.qodef-page-footer
  .qodef-footer-bottom-holder
  .qodef-footer-bottom-inner.qodef-full-width {
  padding: 19px 40px;
}
.qodef-page-footer .qodef-column-content > div:last-child {
  margin-bottom: 0;
}
.qodef-page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  z-index: 110;
  box-sizing: border-box;
}
.qodef-page-header a img {
  display: block;
}
.qodef-page-header p {
  margin: 0;
}
.qodef-page-header .qodef-vertical-align-containers {
  padding: 0 20px;
}
.qodef-boxed .qodef-page-header .qodef-menu-area,
.qodef-paspartu-enabled .qodef-page-header .qodef-vertical-align-containers {
  padding: 0;
}
.qodef-page-header .qodef-grid {
  height: 100%;
}
.qodef-page-header .qodef-grid .qodef-vertical-align-containers {
  padding: 0;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.qodef-page-header .qodef-logo-area {
  position: relative;
  height: 83px;
  overflow: hidden;
  background-color: #fff;
}
.qodef-page-header .qodef-menu-area {
  position: relative;
  height: 83px;
  background-color: transparent;
  box-sizing: border-box;
}
.qodef-page-header .qodef-menu-area .widget {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  background-color: transparent;
  border: 0;
  padding: 0 10px;
}
.qodef-logo-area-border-disable .qodef-page-header .qodef-logo-area,
.qodef-logo-area-in-grid-border-disable
  .qodef-page-header
  .qodef-logo-area
  .qodef-grid
  .qodef-vertical-align-containers,
.qodef-menu-area-border-disable .qodef-page-header .qodef-menu-area,
.qodef-menu-area-in-grid-border-disable
  .qodef-page-header
  .qodef-menu-area
  .qodef-grid
  .qodef-vertical-align-containers {
  border: none;
}
.qodef-header-logo-area-in-grid-padding
  .qodef-page-header
  .qodef-logo-area
  .qodef-vertical-align-containers,
.qodef-header-logo-area-in-grid-padding
  .qodef-page-header
  .qodef-menu-area
  .qodef-vertical-align-containers {
  padding: 0 25px;
}
.qodef-menu-area-shadow-disable .qodef-page-header .qodef-menu-area,
.qodef-menu-area-shadow-disable
  .qodef-page-header
  .qodef-menu-area
  .qodef-grid
  .qodef-vertical-align-containers {
  box-shadow: none;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-logo-wrapper
  .qodef-dark-logo,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-logo-wrapper
  .qodef-normal-logo {
  opacity: 0;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget
  .widgettitle,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget
  a,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget
  i,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget
  p,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget
  span {
  color: #fff !important;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget
  a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  .widgettitle,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  a,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  i,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  p,
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  span {
  color: #fff !important;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-logo-wrapper
  .qodef-dark-logo {
  opacity: 1;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-logo-wrapper
  .qodef-light-logo,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-logo-wrapper
  .qodef-normal-logo {
  opacity: 0;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget
  .widgettitle,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget
  a,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget
  i,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget
  p,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget
  span {
  color: #333 !important;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget
  a:hover {
  color: rgba(51, 51, 51, 0.8) !important;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  .widgettitle,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  a,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  i,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  p,
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  span {
  color: #333 !important;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area
  .widget
  a:hover {
  color: rgba(51, 51, 51, 0.8) !important;
}
.qodef-logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.qodef-logo-wrapper a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.qodef-logo-wrapper a img {
  height: 100%;
  width: auto;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.qodef-logo-wrapper a img.qodef-normal-logo {
  opacity: 1;
}
.qodef-logo-wrapper a img.qodef-dark-logo {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.qodef-logo-wrapper a img.qodef-light-logo {
  opacity: 0;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  transform: translateY(-200%);
}
.qodef-logo-text {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #fff;
  padding-left: 17px;
  margin-left: 41px;
  line-height: 33px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.qodef-light-header .qodef-logo-text {
  color: #fff;
}
.qodef-dark-header .qodef-logo-text {
  color: #333;
}
.qodef-main-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}
.qodef-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.qodef-main-menu ul li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}
.qodef-main-menu ul li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #fff;
}
.qodef-main-menu ul li a:hover {
  color: #fff;
}
.qodef-main-menu ul li a i:before {
  margin: 0 7px 0 0;
}
.qodef-main-menu ul li a .menu_icon_wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-main-menu ul li a .qodef-menu-featured-icon {
  position: relative;
  top: -4px;
  left: 5px;
  color: currentColor;
  font-size: 10px;
  margin: 0;
}
.qodef-main-menu ul li a .qodef-menu-featured-icon:before {
  margin: 0;
}
.qodef-main-menu > ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
.qodef-main-menu > ul > li {
  float: left;
  height: 100%;
  box-sizing: border-box;
}
.qodef-main-menu > ul > li > a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  padding: 0 13px;
  color: #fff;
  font-size: 11px;
  line-height: 23px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  box-sizing: border-box;
}
.qodef-main-menu > ul > li > a > span.item_outer {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.qodef-main-menu > ul > li > a > span.item_outer .item_text {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-main-menu > ul > li.qodef-active-item > a {
  opacity: 0.8;
}
.qodef-main-menu > ul > li.has_sub > a .qodef-menu-arrow {
  display: none;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-main-menu
  > ul
  > li
  > a {
  color: #fff;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-main-menu
  > ul
  > li.qodef-active-item
  > a,
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-main-menu
  > ul
  > li
  > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-main-menu
  > ul
  > li.qodef-active-item
  > a,
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-main-menu
  > ul
  > li
  > a,
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-main-menu
  > ul
  > li
  > a:hover {
  color: #333;
}
.qodef-drop-down .second .inner ul li.current-menu-ancestor > a,
.qodef-drop-down .second .inner ul li.current-menu-item > a,
.qodef-drop-down .second .inner ul.right li a:hover,
.qodef-drop-down .second .inner ul.right li.current-menu-ancestor > a,
.qodef-drop-down .second .inner ul.right li.current-menu-item > a,
.qodef-drop-down .wide .second .inner > ul > li.current-menu-ancestor > a,
.qodef-drop-down .wide .second .inner > ul > li.current-menu-item > a {
  color: #fff;
}
.qodef-drop-down .second {
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: top 0.15s ease-out;
  -moz-transition: top 0.15s ease-out;
  transition: top 0.15s ease-out;
}
.qodef-drop-down .second.qodef-drop-down-start {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-drop-down .second.right {
  right: 0;
  left: auto;
}
.qodef-drop-down .second .inner {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 997;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}
.qodef-drop-down .second .inner ul li {
  display: block;
  float: none;
  height: auto;
}
.qodef-drop-down .second .inner ul li .widget {
  width: 100%;
  margin: 0 !important;
}
.qodef-drop-down .second .inner ul li a {
  display: block;
  float: none;
  margin: 0;
  padding: 3px 15px;
}
.qodef-drop-down .second .inner ul li a .item_outer {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
.qodef-drop-down .second .inner ul li.sub > a .item_outer:after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  right: 0;
  content: "\f3d3";
  font-family: Ionicons;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.qodef-drop-down .second .inner ul.right li a .item_outer {
  padding: 0 0 0 30px;
}
.qodef-drop-down .second .inner ul.right li.sub > a .item_outer:after {
  right: auto;
  left: 0;
  content: "\f3d2";
}
.qodef-drop-down .second .inner ul.right li a {
  text-align: right;
}
.qodef-drop-down .second .inner ul.right li ul {
  left: -100%;
}
.qodef-drop-down li.left_position .second {
  left: 0;
}
.qodef-drop-down li.right_position .second {
  left: auto;
  right: 0;
}
.qodef-drop-down > ul > li:hover > .second {
  z-index: 20;
}
.qodef-drop-down .narrow .second .inner ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #1A1A1A;
  padding: 22px 0;
}
.qodef-drop-down .narrow .second .inner ul li {
  width: 241px;
}
.qodef-drop-down .narrow .second .inner ul li ul {
  position: absolute;
  left: 100%;
  top: -22px;
  height: auto;
  opacity: 0;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.qodef-drop-down .narrow .second .inner ul li:hover ul {
  z-index: 20;
  opacity: 1;
}
.qodef-drop-down .narrow .second .inner ul.right li ul {
  left: -100%;
}
.qodef-drop-down .wide .second .inner {
  background-color: #1b1b1b;
  text-align: center;
}
.qodef-drop-down .wide .second .inner ul li a {
  padding: 3px 0;
}
.qodef-drop-down .wide .second .inner ul li ul {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  visibility: visible;
}
.qodef-drop-down .wide .second .inner ul li ul li:last-child a {
  padding-bottom: 0;
}
.qodef-drop-down .wide .second .inner > ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1100px;
  padding: 34px 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 1400px) {
  .qodef-grid-1300 .qodef-drop-down .wide .second .inner > ul {
    width: 1300px;
  }
}
@media only screen and (min-width: 1300px) {
  .qodef-grid-1200 .qodef-drop-down .wide .second .inner > ul {
    width: 1200px;
  }
}
@media only screen and (min-width: 1200px) {
  .qodef-grid-1000 .qodef-drop-down .wide .second .inner > ul {
    width: 1000px;
  }
}
@media only screen and (min-width: 1024px) {
  .qodef-grid-800 .qodef-drop-down .wide .second .inner > ul {
    width: 800px;
  }
}
.qodef-drop-down .wide .second .inner > ul > li {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0 26px;
  box-sizing: border-box;
}
.qodef-drop-down .wide .second .inner > ul > li:nth-child(5n + 1) {
  clear: both;
}
.qodef-drop-down .wide .second .inner > ul > li > a {
  padding: 0 0 16px;
  color: #fff;
}
.qodef-drop-down .wide .second .inner > ul > li > a.no_link {
  cursor: default;
}
.qodef-drop-down .wide .second .inner > ul > li > a .item_outer {
  padding: 0;
  overflow: inherit;
}
.qodef-drop-down .wide .second .inner > ul > li > a .item_outer:after {
  display: none;
}
.qodef-drop-down .wide.left_position .second .inner > ul,
.qodef-drop-down .wide.right_position .second .inner > ul {
  width: auto;
  white-space: nowrap;
}
.qodef-drop-down .wide.left_position .second .inner > ul > li,
.qodef-drop-down .wide.right_position .second .inner > ul > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.qodef-drop-down .wide.left_position .second .inner > ul > li:nth-child(4n + 1),
.qodef-drop-down
  .wide.right_position
  .second
  .inner
  > ul
  > li:nth-child(4n + 1) {
  border-left: none;
}
.qodef-drop-down .wide.left_position .second ul li,
.qodef-drop-down .wide.right_position .second ul li {
  width: 200px;
}
.qodef-page-header .qodef-fixed-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.admin-bar .qodef-page-header .qodef-fixed-wrapper.fixed {
  top: 32px;
}
.qodef-page-header .qodef-fixed-wrapper.fixed .qodef-menu-area {
  background-color: #1A1A1A;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-fullscreen-menu-opener {
  color: #333;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-fullscreen-menu-opener.qodef-fm-opened,
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-fullscreen-menu-opener:hover {
  color: rgba(51, 51, 51, 0.8);
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-fullscreen-menu-opener {
  color: #fff;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-fullscreen-menu-opener.qodef-fm-opened,
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-fullscreen-menu-opener:hover {
  color: rgba(255, 255, 255, 0.8);
}
nav.qodef-fullscreen-menu ul li ul li.current-menu-ancestor > a,
nav.qodef-fullscreen-menu ul li ul li.current-menu-item > a,
nav.qodef-fullscreen-menu > ul > li.qodef-active-item > a {
  color: var(--var-color-1, #e88b00);
}
.qodef-fullscreen-menu-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-fullscreen-menu-opener .qodef-fullscreen-menu-opener-icon {
  opacity: 1;
  position: relative;
}
.qodef-fullscreen-menu-opener .qodef-fullscreen-menu-close-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.qodef-fullscreen-menu-opener.qodef-fm-opened
  .qodef-fullscreen-menu-opener-icon {
  opacity: 0;
}
.qodef-fullscreen-menu-opener.qodef-fm-opened
  .qodef-fullscreen-menu-close-icon {
  opacity: 1;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack {
  font-size: 20px;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack *,
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack :before {
  display: inline-block;
  line-height: inherit;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-svg-path span {
  position: relative;
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-svg-path span > * {
  vertical-align: middle;
}
.qodef-fullscreen-menu-opened .qodef-page-header,
.qodef-fullscreen-menu-opened .qodef-top-bar {
  visibility: hidden;
}
.qodef-fullscreen-menu-opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu-opened .qodef-logo-wrapper {
  visibility: visible;
}
.qodef-fullscreen-menu-opened .qodef-fullscreen-menu-holder-outer {
  visibility: visible !important;
  opacity: 1 !important;
}
.qodef-fullscreen-menu-holder-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 105;
}
.qodef-fullscreen-menu-holder {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: table;
  background-repeat: repeat;
  background-position: 0 0;
}
.qodef-fullscreen-menu-holder-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0;
}
.touch .qodef-fullscreen-menu-holder-outer {
  display: none;
}
.touch .qodef-fullscreen-menu-opened .qodef-fullscreen-menu-holder-outer {
  display: block;
}
nav.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  margin: 0 auto;
  text-align: left;
}
nav.qodef-fullscreen-menu ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.qodef-fullscreen-menu ul li {
  margin: 0;
  padding: 0;
  text-align: center;
}
nav.qodef-fullscreen-menu ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 11px 0;
  font-size: 25px;
  line-height: 1.3em;
}
nav.qodef-fullscreen-menu ul li a span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
nav.qodef-fullscreen-menu ul li a .qodef-fullscreen-menu-arrow {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-size: 0.65em;
  line-height: inherit;
}
nav.qodef-fullscreen-menu ul li ul {
  padding: 7px 0;
}
nav.qodef-fullscreen-menu ul li ul.sub_menu {
  display: none;
}
nav.qodef-fullscreen-menu ul li ul li ul li a {
  font-size: 20px;
}
nav.qodef-fullscreen-menu > ul {
  display: block;
}
nav.qodef-fullscreen-menu > ul > li > a {
  font-size: 40px;
}
.qodef-fullscreen-below-menu-widget-holder {
  text-align: center;
  margin-top: 20px;
}
.qodef-fullscreen-above-menu-widget-holder {
  text-align: center;
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.qodef-fade-push-text-right .qodef-fullscreen-menu-holder-outer,
.qodef-fade-push-text-top .qodef-fullscreen-menu-holder-outer,
.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden !important;
  z-index: 105;
  opacity: 0;
}
.qodef-header-minimal
  .qodef-page-header
  .qodef-menu-area
  .qodef-position-right-inner,
.qodef-header-minimal
  .qodef-page-header
  .qodef-sticky-header
  .qodef-position-left-inner,
.qodef-header-minimal
  .qodef-page-header
  .qodef-sticky-header
  .qodef-vertical-align-containers
  .qodef-position-right
  .qodef-position-right-inner {
  height: auto;
}
.qodef-fullscreen-fade-out .qodef-fullscreen-menu-holder-outer {
  -webkit-animation: fade_out 0.25s linear both;
  -moz-animation: fade_out 0.25s linear both;
  animation: fade_out 0.25s linear both;
}
.qodef-fullscreen-menu-opened.qodef-fullscreen-fade-in
  .qodef-fullscreen-menu-holder-outer {
  -webkit-animation: fade_in 0.25s linear both;
  -moz-animation: fade_in 0.25s linear both;
  animation: fade_in 0.25s linear both;
}
@-webkit-keyframes push_text_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push_text_right {
  0% {
    opacity: 0;
    -moz-transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push_text_right {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes push_nav_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push_nav_right {
  0% {
    opacity: 0;
    -moz-transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push_nav_right {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.qodef-fullscreen-menu-opened.qodef-fade-push-text-right
  .qodef-fullscreen-menu-holder-outer
  .qodef-fullscreen-above-menu-widget-holder
  > div,
.qodef-fullscreen-menu-opened.qodef-fade-push-text-right
  .qodef-fullscreen-menu-holder-outer
  .qodef-fullscreen-below-menu-widget-holder
  > div,
.qodef-fullscreen-menu-opened.qodef-fade-push-text-right
  .qodef-fullscreen-menu-holder-outer
  nav
  > ul
  > li
  > a {
  -webkit-animation: push_text_right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1)
    both;
  -moz-animation: push_text_right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
  animation: push_text_right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
}
.qodef-fade-push-text-right.qodef-push-nav-right
  .qodef-fullscreen-menu-holder-outer
  .qodef-fullscreen-above-menu-widget-holder,
.qodef-fade-push-text-right.qodef-push-nav-right
  .qodef-fullscreen-menu-holder-outer
  .qodef-fullscreen-below-menu-widget-holder,
.qodef-fade-push-text-right.qodef-push-nav-right
  .qodef-fullscreen-menu-holder-outer
  nav {
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  transform: translateX(50px);
}
@-webkit-keyframes push_text_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes push_text_top {
  0% {
    opacity: 0;
    -moz-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes push_text_top {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.qodef-fullscreen-menu-opened.qodef-fade-push-text-top
  .qodef-fullscreen-menu-holder-outer
  .qodef-fullscreen-above-menu-widget-holder
  > div,
.qodef-fullscreen-menu-opened.qodef-fade-push-text-top
  .qodef-fullscreen-menu-holder-outer
  .qodef-fullscreen-below-menu-widget-holder
  > div,
.qodef-fullscreen-menu-opened.qodef-fade-push-text-top
  .qodef-fullscreen-menu-holder-outer
  nav
  > ul
  > li
  > a {
  -webkit-animation: push_text_top 0.4s ease-out both 0.5s;
  -moz-animation: push_text_top 0.4s ease-out both 0.5s;
  animation: push_text_top 0.4s ease-out both 0.5s;
}
.qodef-fade-push-text-top.qodef-push-text-top
  .qodef-fullscreen-menu-holder-outer
  .qodef-fullscreen-above-menu-widget-holder,
.qodef-fade-push-text-top.qodef-push-text-top
  .qodef-fullscreen-menu-holder-outer
  .qodef-fullscreen-below-menu-widget-holder,
.qodef-fade-push-text-top.qodef-push-text-top
  .qodef-fullscreen-menu-holder-outer
  nav {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.qodef-fullscreen-menu-opened.qodef-fade-text-scaledown
  .qodef-fullscreen-menu-holder-outer
  .qodef-fullscreen-above-menu-widget-holder,
.qodef-fullscreen-menu-opened.qodef-fade-text-scaledown
  .qodef-fullscreen-menu-holder-outer
  .qodef-fullscreen-below-menu-widget-holder,
.qodef-fullscreen-menu-opened.qodef-fade-text-scaledown
  .qodef-fullscreen-menu-holder-outer
  nav {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s linear 0.1s;
  -moz-transition: all 0.25s linear 0.1s;
  transition: all 0.25s linear 0.1s;
}
.qodef-fade-text-scaledown
  .qodef-fullscreen-menu-holder-outer
  .qodef-fullscreen-above-menu-widget-holder,
.qodef-fade-text-scaledown
  .qodef-fullscreen-menu-holder-outer
  .qodef-fullscreen-below-menu-widget-holder,
.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer nav {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.25s linear 0.1s;
  -moz-transition: all 0.25s linear 0.1s;
  transition: all 0.25s linear 0.1s;
}
.qodef-header-minimal .qodef-page-header .qodef-position-left:before,
.qodef-header-minimal .qodef-page-header .qodef-position-right:before {
  content: "";
}
.qodef-header-standard .qodef-menu-area.qodef-menu-left .qodef-main-menu {
  width: auto;
  padding: 0 0 0 20px;
}
.qodef-header-standard
  .qodef-menu-area.qodef-menu-left
  .qodef-vertical-align-containers
  .qodef-position-left-inner {
  height: 100%;
}
.qodef-header-standard
  .qodef-menu-area.qodef-menu-left
  .qodef-vertical-align-containers
  .qodef-position-right:before {
  display: none;
}
.qodef-header-standard
  .qodef-menu-area.qodef-menu-left
  .qodef-vertical-align-containers
  .qodef-position-right-inner {
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.qodef-header-standard
  .qodef-menu-area.qodef-menu-center
  .qodef-vertical-align-containers
  .qodef-position-center-inner {
  height: 100%;
}
.qodef-header-standard
  .qodef-menu-area.qodef-menu-center
  .qodef-vertical-align-containers
  .qodef-position-right:before {
  display: none;
}
.qodef-header-standard
  .qodef-menu-area.qodef-menu-center
  .qodef-vertical-align-containers
  .qodef-position-right-inner {
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.qodef-header-standard .qodef-menu-area.qodef-menu-right .qodef-main-menu {
  width: auto;
}
.qodef-header-standard
  .qodef-menu-area.qodef-menu-right
  .qodef-vertical-align-containers
  .qodef-position-right-inner {
  height: 100%;
}
.qodef-mobile-header {
  position: relative;
  display: none;
  z-index: 110;
}
.qodef-mobile-header .qodef-mobile-header-inner {
  position: relative;
  height: 100px;
  background-color: #1A1A1A;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
}
.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-header-holder {
  position: relative;
  z-index: 2;
  height: 100%;
}
.qodef-mobile-header .qodef-grid {
  height: 100%;
}
.qodef-mobile-header .qodef-vertical-align-containers {
  padding: 0;
}
.qodef-mobile-header .qodef-mobile-logo-wrapper a {
  display: block;
}
.qodef-mobile-header .qodef-mobile-logo-wrapper img {
  display: block;
  height: 100%;
  width: auto;
}
.qodef-mobile-header .qodef-mobile-menu-opener {
  position: relative;
  height: 100%;
  float: left;
  z-index: 2;
}
.qodef-mobile-header .qodef-mobile-menu-opener a {
  display: table;
  height: 100%;
  padding-right: 10px;
  color: #fff;
}
.qodef-mobile-header .qodef-mobile-menu-opener a > * {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}
.qodef-mobile-header .qodef-mobile-menu-opener a .qodef-mobile-menu-text {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  padding-left: 5px;
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opened a {
  color: #fff;
}
.qodef-mobile-header
  .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack
  .qodef-mobile-menu-icon {
  font-size: 24px;
}
.qodef-mobile-header
  .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack
  .qodef-mobile-menu-icon
  *,
.qodef-mobile-header
  .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack
  .qodef-mobile-menu-icon
  :before {
  display: block;
  line-height: inherit;
}
.qodef-mobile-header
  .qodef-mobile-menu-opener.qodef-mobile-menu-opener-svg-path
  .qodef-mobile-menu-icon
  > * {
  vertical-align: middle;
}
.qodef-mobile-header .qodef-mobile-nav {
  display: none;
  background-color: #1A1A1A;
  border-bottom: 1px solid transparent;
}
.qodef-mobile-header .qodef-mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.qodef-mobile-header .qodef-mobile-nav ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
.qodef-mobile-header .qodef-mobile-nav ul li a,
.qodef-mobile-header .qodef-mobile-nav ul li h6 {
  position: relative;
  display: block;
  padding: 9px 0;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #fff;
}
.qodef-mobile-header .qodef-mobile-nav .mobile_arrow .fa-angle-down,
.qodef-sticky-header
  .qodef-sticky-holder.qodef-menu-left
  .qodef-vertical-align-containers
  .qodef-position-right:before {
  display: none;
}
.qodef-mobile-header
  .qodef-mobile-nav
  .qodef-grid
  > ul
  > li.qodef-active-item
  > a,
.qodef-mobile-header
  .qodef-mobile-nav
  .qodef-grid
  > ul
  > li.qodef-active-item
  > h6,
.qodef-mobile-header .qodef-mobile-nav ul li a:hover,
.qodef-mobile-header .qodef-mobile-nav ul li h6:hover,
.qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-ancestor > a,
.qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-ancestor > h6,
.qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-item > a,
.qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-item > h6 {
  color: #fff;
}
.qodef-mobile-header .qodef-mobile-nav ul ul {
  display: none;
  margin-left: 15px;
}
.qodef-mobile-header .qodef-mobile-nav ul ul li a,
.qodef-mobile-header .qodef-mobile-nav ul ul li h6 {
  font-size: 13px;
  line-height: 24px;
}
.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li > a,
.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li > h6 {
  padding-left: 4px;
  font-size: 13px;
}
.qodef-mobile-header
  .qodef-mobile-nav
  .qodef-grid
  > ul
  > li.qodef-active-item
  > .mobile_arrow
  > .qodef-sub-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qodef-mobile-header .qodef-mobile-nav .mobile_arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: auto;
  padding: 9px 12px 9px 0;
  font-size: 15px;
  line-height: inherit;
  text-align: right;
  box-sizing: border-box;
}
.qodef-mobile-header .qodef-mobile-nav .mobile_arrow:hover {
  cursor: pointer;
}
.vc_row.bg-cover {
    position: relative; /* Important pour que l'overlay reste dans la div */
    z-index: 0;
}

.vc_row.bg-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7); /* noir avec transparence 40% */
    z-index: 1;
}

.vc_row.bg-cover > * {
    position: relative;
    z-index: 2; /* pour que le contenu passe au-dessus de l'overlay */
}
.qodef-mobile-header .qodef-mobile-nav .mobile_arrow .qodef-sub-arrow {
  line-height: 1;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
      color: #fff;
}
.qodef-mobile-header
  .qodef-mobile-nav
  li.qodef-opened
  > .mobile_arrow
  > .qodef-sub-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qodef-mobile-header .qodef-mobile-nav > .qodef-grid > ul > li:last-child > a,
.qodef-mobile-header .qodef-mobile-nav > ul > li:last-child > a {
  border-bottom: none;
}
.qodef-sticky-up-mobile-header
  .qodef-animate-mobile-header
  .qodef-mobile-header-inner {
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, left 0.2s ease,
    right 0.2s ease;
  -moz-transition: -moz-transform 0.4s ease-in-out, left 0.2s ease,
    right 0.2s ease;
  transition: transform 0.4s ease-in-out, left 0.2s ease, right 0.2s ease;
}
.qodef-sticky-up-mobile-header
  .mobile-header-appear
  .qodef-mobile-header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.qodef-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
}
.qodef-sticky-header .qodef-grid {
  height: 100% !important;
}
.qodef-sticky-header.header-appear {
  transform: translateY(0);
}
.admin-bar .qodef-sticky-header.header-appear {
  top: 32px;
}
.qodef-sticky-header .qodef-sticky-holder {
  position: relative;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper a {
  max-height: 70px;
}
.qodef-sticky-header .qodef-sticky-holder .qodef-vertical-align-containers {
  padding: 0 40px;
}
.qodef-sticky-header .qodef-sticky-holder.qodef-menu-left .qodef-main-menu {
  width: auto;
  padding: 0 0 0 20px;
}
.qodef-sticky-header
  .qodef-sticky-holder.qodef-menu-left
  .qodef-vertical-align-containers
  .qodef-position-left-inner {
  height: 100%;
}
.qodef-sticky-header
  .qodef-sticky-holder.qodef-menu-left
  .qodef-vertical-align-containers
  .qodef-position-right-inner {
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.qodef-sticky-header
  .qodef-sticky-holder.qodef-menu-center
  .qodef-vertical-align-containers
  .qodef-position-center-inner {
  height: 100%;
}
.qodef-sticky-header
  .qodef-sticky-holder.qodef-menu-center
  .qodef-vertical-align-containers
  .qodef-position-right:before {
  display: none;
}
.qodef-sticky-header
  .qodef-sticky-holder.qodef-menu-center
  .qodef-vertical-align-containers
  .qodef-position-right-inner {
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.qodef-sticky-header .qodef-sticky-holder.qodef-menu-right .qodef-main-menu {
  width: auto;
}
.qodef-search-page-holder,
.qodef-search-page-holder .qodef-search-page-form,
.qodef-top-bar {
  width: 100%;
  vertical-align: middle;
  position: relative;
}
.qodef-sticky-header
  .qodef-sticky-holder.qodef-menu-right
  .qodef-vertical-align-containers
  .qodef-position-right-inner {
  height: 100%;
}
.qodef-sticky-header .widget {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.qodef-top-bar {
  display: inline-block;
  height: 46px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background-color: var(--var-color-2, #283376);
  z-index: 111;
  box-sizing: border-box;
}
.qodef-top-bar > .qodef-vertical-align-containers {
  padding: 0 40px;
}
.qodef-top-bar .qodef-vertical-align-containers .qodef-position-left:before,
.qodef-top-bar .qodef-vertical-align-containers .qodef-position-right:before {
  display: none;
}
.qodef-top-bar .qodef-vertical-align-containers .qodef-position-left-inner,
.qodef-top-bar .qodef-vertical-align-containers .qodef-position-right-inner {
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.qodef-top-bar .qodef-grid {
  height: 100%;
}
.qodef-top-bar .qodef-grid .qodef-vertical-align-containers {
  padding-left: 0;
  padding-right: 0;
}
.qodef-top-bar-in-grid-padding
  .qodef-top-bar
  .qodef-grid
  .qodef-vertical-align-containers {
  padding: 0 40px;
}
.qodef-top-bar .widget {
  margin: 0;
}
.qodef-search-page-holder {
  display: inline-block;
  margin: 0 0 80px;
}
.qodef-search-page-holder .qodef-search-page-form {
  display: inline-block;
  margin: 0 0 30px;
}
.qodef-search-page-holder .qodef-search-page-form .qodef-search-title {
  margin: 0 0 20px;
}
.qodef-search-page-holder .qodef-search-page-form .qodef-search-label {
  display: block;
  font-size: 13px;
}
.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 10px;
  clear: both;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-search-page-holder
  .qodef-search-page-form
  .qodef-form-holder
  .qodef-column-left {
  display: table-cell;
  vertical-align: top;
}
.qodef-search-page-holder
  .qodef-search-page-form
  .qodef-form-holder
  .qodef-column-right {
  display: table-cell;
  width: 1%;
  text-align: left;
  vertical-align: top;
}
.qodef-search-page-holder
  .qodef-search-page-form
  .qodef-form-holder
  .qodef-search-field {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 20px 0 3px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.qodef-search-page-holder
  .qodef-search-page-form
  .qodef-form-holder
  .qodef-search-field::-webkit-input-placeholder {
  color: inherit;
}
.qodef-search-page-holder
  .qodef-search-page-form
  .qodef-form-holder
  .qodef-search-field:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-page-holder
  .qodef-search-page-form
  .qodef-form-holder
  .qodef-search-field::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-page-holder
  .qodef-search-page-form
  .qodef-form-holder
  .qodef-search-field:-ms-input-placeholder {
  color: inherit;
}
.qodef-search-page-holder
  .qodef-search-page-form
  .qodef-form-holder
  .qodef-search-submit {
  position: relative;
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 18px;
  color: #1a1a1a;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-icon-pack *,
.qodef-side-menu
  a.qodef-close-side-menu.qodef-close-side-menu-icon-pack
  :before,
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack
  .qodef-side-menu-icon
  *,
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack
  .qodef-side-menu-icon
  :before {
  line-height: inherit;
  display: block;
}
.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-icon-pack,
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack
  .qodef-side-menu-icon {
  font-size: 20px;
}
.qodef-search-page-holder
  .qodef-search-page-form
  .qodef-form-holder
  .qodef-search-submit:hover {
  color: var(--var-color-2, #283376);
}
.qodef-search-page-holder article {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-search-page-holder article.sticky .qodef-post-title a {
  color: var(--var-color-1, #e88b00);
}
.qodef-search-page-holder
  article.page
  .qodef-post-title-area
  .qodef-post-info
  > div.qodef-post-info-category {
  display: none;
}
.qodef-search-page-holder article .qodef-post-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-search-page-holder article .qodef-post-image {
  display: block;
  float: left;
  width: 130px;
}
.qodef-search-page-holder article .qodef-post-image a,
.qodef-search-page-holder article .qodef-post-image img {
  display: block;
}
.qodef-side-menu-button-opener,
.qodef-side-menu-button-opener .qodef-side-menu-icon,
.qodef-side-menu-button-opener .qodef-side-menu-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-search-page-holder article .qodef-post-title-area {
  min-height: 130px;
  padding: 0 0 0 150px;
}
.qodef-search-page-holder article .qodef-post-title-area.qodef-no-thumbnail {
  padding: 0;
  min-height: inherit;
}
.qodef-search-page-holder
  article
  .qodef-post-title-area
  .qodef-post-title-area-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.qodef-search-page-holder
  article
  .qodef-post-title-area
  .qodef-post-title-area-inner
  .qodef-post-title {
  margin: 0;
}
.qodef-search-page-holder
  article
  .qodef-post-title-area
  .qodef-post-title-area-inner
  .qodef-post-excerpt {
  margin: 7px 0 0;
}
.qodef-search-page-holder .qodef-blog-pagination {
  margin: 50px 0 0;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-side-menu-button-opener,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener {
  color: #fff !important;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-side-menu-button-opener.opened,
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-side-menu-button-opener:hover,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener.opened,
.qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-side-menu-button-opener,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener {
  color: #333 !important;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-side-menu-button-opener.opened,
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-side-menu-button-opener:hover,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener.opened,
.qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener:hover {
  color: rgba(51, 51, 51, 0.8) !important;
}
.qodef-side-menu-button-opener {
  color: #fff;
}
.qodef-side-menu-button-opener .qodef-side-menu-title {
  margin: 0 8px 0 0;
  color: currentColor;
}
.qodef-side-menu-button-opener.opened,
.qodef-side-menu-button-opener:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path
  .qodef-side-menu-icon
  > * {
  vertical-align: middle;
}
.qodef-side-menu {
  position: fixed;
  top: 0;
  right: -405px;
  width: 405px;
  height: 100%;
  min-height: 100%;
  padding: 66px 65px 36px;
  background-color: var(--var-color-2, #283376);
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.qodef-image-gallery.qodef-has-shadow .qodef-ig-image-inner,
.qodef-image-gallery.qodef-has-shadow.qodef-ig-carousel-type .qodef-ig-image,
.qodef-image-gallery.qodef-has-shadow.qodef-ig-slider-type .qodef-ig-image {
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}
.qodef-side-menu .qodef-close-side-menu-holder {
  position: absolute;
  top: 33px;
  right: 40px;
  z-index: 1000;
}
.admin-bar .qodef-side-menu .qodef-close-side-menu-holder {
  top: 68px;
}
.qodef-side-menu a.qodef-close-side-menu {
  display: block;
  z-index: 1000;
  color: var(--var-color-2, #283376);
}
.qodef-side-menu a.qodef-close-side-menu:hover {
  color: #1a1a1a;
}
.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-svg-path > * {
  vertical-align: middle;
}
.qodef-side-menu-slide-from-right.qodef-right-side-menu-opened
  .qodef-wrapper
  .qodef-cover {
  z-index: 3000;
}
.qodef-side-menu-slide-from-right.qodef-right-side-menu-opened
  .qodef-side-menu {
  right: 0;
  visibility: visible;
}
.qodef-side-menu-slide-from-right .qodef-wrapper .qodef-cover {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.qodef-title-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 240px;
  background-color: #e8e8e6;
  background-position: center 0;
  background-repeat: no-repeat;
  z-index: 5;
}
.qodef-title-holder.qodef-title-full-width .qodef-grid {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0 40px;
  box-sizing: border-box;
}
.qodef-title-holder.qodef-bg-responsive {
  height: auto !important;
}
.qodef-title-holder.qodef-bg-responsive .qodef-title-image {
  display: block;
}
.qodef-title-holder.qodef-bg-responsive .qodef-title-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.qodef-title-holder.qodef-bg-parallax {
  background-attachment: fixed;
}
.qodef-title-holder .qodef-title-image {
  display: none;
}
.qodef-title-holder .qodef-title-image img {
  display: block;
  width: 100%;
}
.qodef-title-holder .qodef-title-wrapper {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-title-holder .qodef-title-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
  color: #1b1b1b;
}
.qodef-title-holder.qodef-breadcrumbs-type
  .qodef-breadcrumbs.qodef-has-inline-style
  a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-title-holder.qodef-breadcrumbs-type
  .qodef-breadcrumbs.qodef-has-inline-style
  a:hover {
  color: inherit;
  opacity: 0.9;
}
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs a,
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs a:hover {
  color: var(--var-color-2, #283376);
}
.qodef-title-holder.qodef-centered-type .qodef-title-inner {
  text-align: center;
}
.qodef-title-holder.qodef-centered-type .qodef-page-title {
  margin: 0;
}
.qodef-title-holder.qodef-centered-type .qodef-page-subtitle {
  display: block;
  margin: 10px 0 0;
  box-sizing: border-box;
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type
  .qodef-breadcrumbs-info,
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-title-info {
  display: inline-block;
  vertical-align: middle;
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-title-info {
  width: 100%;
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-page-title {
  margin: 0;
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-page-subtitle {
  margin: 5px 0 0;
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs {
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
  color: #1b1b1b;
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type
  .qodef-breadcrumbs.qodef-has-inline-style
  a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type
  .qodef-breadcrumbs.qodef-has-inline-style
  a:hover {
  color: inherit;
  opacity: 0.9;
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs a,
.qodef-title-holder.qodef-standard-with-breadcrumbs-type
  .qodef-breadcrumbs
  span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type
  .qodef-breadcrumbs
  a:hover {
  color: var(--var-color-2, #283376);
}
.qodef-title-holder.qodef-standard-type .qodef-page-title {
  margin: 0;
}
.qodef-title-holder.qodef-standard-type .qodef-page-subtitle {
  margin: 10px 0 0;
}
.qodef-testimonials-holder,
.qodef-testimonials-holder .qodef-testimonial-content,
.qodef-testimonials-holder .qodef-testimonial-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-testimonials-holder.qodef-testimonials-two-columns .qodef-pl-item {
  width: 50%;
}
.qodef-testimonials-holder.qodef-testimonials-three-columns .qodef-pl-item {
  width: 33.33333%;
}
@media only screen and (min-width: 769px) {
  .qodef-testimonials-holder.qodef-testimonials-three-columns
    .qodef-pl-item:nth-child(3n + 1) {
    clear: both;
  }
}
.qodef-testimonials-holder.qodef-testimonials-four-columns .qodef-pl-item {
  width: 25%;
}
.qodef-testimonials-holder.qodef-testimonials-five-columns .qodef-pl-item {
  width: 20%;
}
.qodef-testimonials-holder.qodef-testimonials-six-columns .qodef-pl-item {
  width: 16.66667%;
}
@media only screen and (min-width: 1281px) {
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-five-columns
    .qodef-bl-item:nth-child(5n + 1),
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-four-columns
    .qodef-bl-item:nth-child(4n + 1),
  .qodef-testimonials-holder.qodef-testimonials-five-columns
    .qodef-pl-item:nth-child(5n + 1),
  .qodef-testimonials-holder.qodef-testimonials-four-columns
    .qodef-pl-item:nth-child(4n + 1),
  .qodef-testimonials-holder.qodef-testimonials-six-columns
    .qodef-pl-item:nth-child(6n + 1) {
    clear: both;
  }
}
.qodef-testimonials-holder.qodef-huge-space
  .qodef-outer-space
  .qodef-item-space {
  margin-bottom: 46px;
}
.qodef-testimonials-holder .qodef-testimonials.qodef-owl-slider {
  padding: 0 60px;
  box-sizing: border-box;
}
.qodef-testimonials-holder .qodef-testimonials.qodef-owl-slider .qodef-pl-item {
  width: 100% !important;
  float: none !important;
}
.qodef-testimonials-holder .qodef-testimonial-image {
  float: left;
}
.qodef-testimonials-holder .qodef-testimonial-image img {
  width: auto !important;
  border-radius: 5em;
}
.qodef-testimonials-holder .qodef-pl-item {
  float: left;
  box-sizing: border-box;
}
.qodef-testimonials-holder .qodef-testimonial-author-holder {
  padding-left: 94px;
}
.qodef-testimonials-holder .qodef-testimonial-author-name {
  margin: 0;
  padding-top: 6px;
}
.qodef-testimonials-holder .qodef-testimonials-author-job {
  margin: 7px 0 0;
}
.qodef-testimonials-holder .qodef-testimonial-text {
  margin: 9px 0 10px;
}
.qodef-comment-form-rating label {
  vertical-align: middle;
  color: #1b1b1b;
}
#respond .qodef-comment-form-rating label {
  margin: 0 7px 0 0;
}
.qodef-comment-form-rating .qodef-comment-rating-box {
  display: inline-block;
  vertical-align: middle;
}
.qodef-comment-form-rating .qodef-comment-rating-box .qodef-star-rating {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  color: #bebebe;
  font-size: 11px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.qodef-comment-form-rating .qodef-comment-rating-box .qodef-star-rating.active {
  color: var(--var-color-1, #e88b00);
}
.qodef-comment-form-rating .qodef-comment-rating-box .qodef-star-rating:before {
  content: "\f005";
}
.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
  color: var(--var-color-1, #e88b00);
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}
.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
  vertical-align: middle;
  margin: 2px 0 0;
}
.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
  vertical-align: middle;
  font-size: 20px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
  vertical-align: middle;
  padding-left: 200px;
  box-sizing: border-box;
}
.qodef-reviews-per-criteria
  .qodef-item-reviews-display-right
  .qodef-item-reviews-display-bar {
  line-height: 28px;
}
.qodef-reviews-per-criteria
  .qodef-item-reviews-display-right
  .qodef-item-reviews-display-bar
  .qodef-item-reviews-display-bar-inner {
  padding: 6px 0;
}
.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
  padding-top: 23%;
  padding-left: 15%;
  display: table;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-reviews-number {
  font-size: 72px;
  color: #ffd740;
  font-weight: 700;
  line-height: 1em;
  margin-right: 22px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -6px;
}
.qodef-reviews-per-mark .qodef-stars-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
  display: block;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
  color: #ffd740;
}
.qodef-reviews-per-mark .qodef-reviews-count {
  font-weight: 700;
  font-size: 14px;
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
  padding: 29px 50px 40px;
  background-color: #fafafa;
  border-left: 1px solid #e5e5e5;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
  display: inline-block;
  vertical-align: middle;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
  display: block;
}
.qodef-reviews-stars .qodef-reviews-summary {
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: middle;
  float: none;
}
.qodef-reviews-stars .qodef-stars {
  font-size: 11px;
  vertical-align: middle;
  display: inline-block;
}
.qodef-reviews-stars .qodef-stars .qodef-stars-items {
  color: var(--var-color-1, #e88b00);
}
.qodef-comment-list .qodef-comment-text .qodef-comment-name {
  float: none;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
.qodef-comment-list .qodef-review-rating {
  display: inline-block;
  vertical-align: middle;
}
.qodef-comment-list .qodef-rating-value {
  font-size: 11px;
  color: var(--var-color-1, #e88b00);
}
.qodef-top-reviews-carousel-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
.qodef-top-reviews-carousel-holder .qodef-top-reviews-carousel-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 40px;
  box-sizing: border-box;
}
.qodef-top-reviews-carousel-holder .qodef-top-reviews-carousel-title {
  margin: 0 0 22px;
}
.qodef-top-reviews-carousel-holder .qodef-top-reviews-carousel {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  visibility: hidden;
}
.qodef-top-reviews-carousel-holder .qodef-top-reviews-carousel-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-top-reviews-carousel-holder .qodef-top-reviews-item-title {
  margin: 0 0 2px;
}
.qodef-top-reviews-carousel-holder .qodef-tour-reviews-criteria-holder {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
}
.qodef-dropcaps,
.qodef-elements-holder.qodef-ehi-float .qodef-eh-item,
.qodef-image-gallery .qodef-ig-grid .qodef-ig-image,
.qodef-item-showcase-holder .qodef-is-item-holder.qodef-is-left-holder {
  float: left;
}
.qodef-top-reviews-carousel-holder .qodef-top-reviews-item-content {
  margin: 20px 0 0;
}
.qodef-top-reviews-carousel-holder .qodef-top-reviews-item-content p {
  margin: 0;
}
.qodef-top-reviews-carousel-holder .qodef-top-reviews-item-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 32px 0 0;
  padding: 0 100px 0 0;
  box-sizing: border-box;
}
.qodef-top-reviews-carousel-holder .qodef-top-reviews-item-author-avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 21px 0 0;
}
.qodef-top-reviews-carousel-holder .qodef-top-reviews-item-author-avatar img {
  display: block;
  border-radius: 50%;
}
.qodef-top-reviews-carousel-holder .qodef-top-reviews-item-author-name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.qodef-top-reviews-carousel-holder .owl-nav {
  position: absolute;
  bottom: 10px;
  right: 30px;
  width: 60px;
}
.qodef-top-reviews-carousel-holder .owl-nav .owl-prev {
  left: 0;
}
.qodef-top-reviews-carousel-holder .owl-nav .owl-next {
  right: 0;
}
.qodef-accordion-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-accordion-holder .qodef-accordion-title {
  position: relative;
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-accordion-holder .qodef-accordion-title .qodef-tab-title {
  display: block;
  line-height: inherit;
}
.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-accordion-holder
  .qodef-accordion-title
  .qodef-accordion-mark
  span:before {
  display: block;
  line-height: inherit;
}
.qodef-accordion-holder
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef_icon_minus {
  opacity: 0;
}
.qodef-accordion-holder
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef_icon_plus,
.qodef-accordion-holder
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef_icon_minus,
.qodef-accordion-holder
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span.qodef_icon_minus {
  opacity: 1;
}
.qodef-accordion-holder
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef_icon_plus,
.qodef-accordion-holder
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span.qodef_icon_plus {
  opacity: 0;
}
.qodef-accordion-holder .qodef-accordion-content,
.qodef-accordion-holder .qodef-accordion-content p {
  margin: 0;
}
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title {
  margin: 15px 0 0;
  padding: 19px 20px 19px 40px;
  background-color: #f7f7f9;
}
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title:first-child {
  margin: 0;
}
.qodef-accordion-holder.qodef-ac-boxed
  .qodef-accordion-title
  .qodef-accordion-mark {
  left: 10px;
}
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title.ui-state-active,
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title.ui-state-hover {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
}
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-content {
  padding: 21px 0 6px;
}
.qodef-accordion-holder.qodef-ac-boxed.qodef-skin-white .qodef-accordion-title {
  background-color: #fff;
}
.qodef-accordion-holder.qodef-ac-boxed.qodef-skin-white
  .qodef-accordion-title.ui-state-active,
.qodef-accordion-holder.qodef-ac-boxed.qodef-skin-white
  .qodef-accordion-title.ui-state-hover {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
}
.qodef-banner-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.touch .qodef-banner-holder {
  cursor: pointer;
}
.qodef-banner-holder.qodef-visible-on-hover:hover .qodef-banner-text-holder {
  opacity: 1;
}
.qodef-banner-holder.qodef-visible-on-hover .qodef-banner-text-holder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-banner-holder.qodef-disabled .qodef-banner-text-holder {
  display: none;
}
.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-text-holder {
  padding: 70px 20px;
  text-align: center;
}
.qodef-banner-holder .qodef-banner-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-banner-holder .qodef-banner-image img {
  display: block;
}
.qodef-banner-holder .qodef-banner-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 35px;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  
  .qodef-banner-holder .qodef-banner-text-holder {
    padding: 25px;
  }
}
.qodef-banner-holder .qodef-banner-text-outer {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-banner-holder .qodef-banner-text-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}
.qodef-banner-holder .qodef-banner-subtitle {
  margin: 0 0 4px;
  color: #fff;
}
.qodef-banner-holder .qodef-banner-title {
  margin: 0;
  color: #fff;
}
.qodef-banner-holder .qodef-banner-title .qodef-banner-title-light {
  font-weight: 300;
}
.qodef-banner-holder .qodef-banner-link-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 11px 0 0;
  color: #fff;
  line-height: 1em;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.qodef-banner-holder .qodef-banner-link-text:hover .qodef-banner-link-hover {
  width: 100%;
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-original {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-original span {
  color: inherit;
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-hover span {
  color: var(--var-color-1, #e88b00);
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-icon,
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-icon {
  margin: 0 2px 0 0;
  font-size: 15px;
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-label {
  font-size: 14px;
  line-height: inherit;
}
.qodef-banner-holder .qodef-banner-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.qodef-btn,
.qodef-btn.qodef-btn-simple .qodef-btn-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.qodef-btn {
  width: auto;
  outline: 0;
  font-size: 11px;
  line-height: 2em;
      font-family: "Raleway", Sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 12px 53px 11px;
  cursor: pointer;
}
.qodef-call-to-action-holder,
.qodef-call-to-action-holder.qodef-normal-layout:not(.qodef-content-in-grid)
  .qodef-cta-inner,
.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-button-holder,
.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-text-holder {
  width: 100%;
}
.qodef-btn.qodef-btn-simple {
  padding: 0 !important;
  color: var(--var-color-2, #283376);
  background-color: transparent;
  border: 0;
  vertical-align: middle;
}
.qodef-btn.qodef-btn-simple .qodef-btn-text:after,
.qodef-btn.qodef-btn-simple .qodef-btn-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--var-color-2, #283376);
}
.qodef-btn.qodef-btn-simple .qodef-btn-text:before {
  transform-origin: left;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
}
.qodef-btn.qodef-btn-simple .qodef-btn-text:after {
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.qodef-btn.qodef-btn-simple .qodef-btn-text:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.15s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.15s;
  transition: transform 0.2s ease-in-out 0.15s;
}
.qodef-btn.qodef-btn-simple .qodef-btn-text:hover:after {
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.15s ease-in-out 0s;
  -moz-transition: -moz-transform 0.15s ease-in-out 0s;
  transition: transform 0.15s ease-in-out 0s;
}
.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-hover-color):hover {
  color: var(--var-color-2, #283376) !important;
}
.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-hover-bg):hover {
  background-color: transparent !important;
}
.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-border-hover):hover {
  border-color: transparent !important;
}
.qodef-btn.qodef-btn-solid {
  color: #fff;
  background-color: #222;
  border: 1px solid transparent;
}
.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-hover-color):hover {
  color: #fff !important;
}
.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-hover-bg):hover {
  background-color: var(--var-color-2, #283376) !important;
}
.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-border-hover):hover {
  border-color: var(--var-color-2, #283376) !important;
}
.qodef-btn.qodef-btn-outline {
  color: var(--var-color-1, #e88b00);
  background-color: transparent;
  border: 1px solid var(--var-color-1, #e88b00);
}
.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-hover-color):hover {
  color: #fff !important;
}
.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-hover-bg):hover {
  background-color: var(--var-color-1, #e88b00) !important;
}
.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-border-hover):hover {
  border-color: var(--var-color-1, #e88b00) !important;
}
.qodef-btn.qodef-btn-small {
  padding: 11px 36px;
}
.qodef-btn.qodef-btn-large {
  padding: 13px 66px;
}
.qodef-btn.qodef-btn-huge {
  display: block;
  text-align: center;
  padding: 13px 26px;
}
.img-title{
  width: 160px;
  margin-bottom: 30px;
}
.qodef-btn.qodef-btn-icon > i,
.qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 4px;
  font-size: 1.142857142857143em;
  line-height: inherit;
}
.qodef-btn.qodef-btn-icon > i:before,
.qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text):before {
  display: block;
  line-height: inherit;
}
.qodef-call-to-action-holder,
.qodef-call-to-action-holder .qodef-cta-button-holder,
.qodef-call-to-action-holder .qodef-cta-text-holder {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.qodef-call-to-action-holder .qodef-cta-text-holder h1,
.qodef-call-to-action-holder .qodef-cta-text-holder h2,
.qodef-call-to-action-holder .qodef-cta-text-holder h3,
.qodef-call-to-action-holder .qodef-cta-text-holder h4,
.qodef-call-to-action-holder .qodef-cta-text-holder h5,
.qodef-call-to-action-holder .qodef-cta-text-holder h6 {
  margin: 0;
}
.qodef-call-to-action-holder .qodef-cta-button-holder .qodef-btn {
  white-space: nowrap;
}
.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-inner {
  display: table;
}
.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-button-holder,
.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-text-holder {
  display: table-cell;
  box-sizing: border-box;
}
.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-button-holder {
  text-align: right;
}
.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-inner,
.qodef-dropcaps,
.qodef-elements-holder .qodef-eh-item.qodef-horizontal-alignment-center {
  text-align: center;
}
.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-button-holder {
  margin: 28px 0 0;
}
.qodef-call-to-action-holder.qodef-two-halves-columns .qodef-cta-button-holder,
.qodef-call-to-action-holder.qodef-two-halves-columns .qodef-cta-text-holder {
  width: 50%;
}
.qodef-call-to-action-holder.qodef-two-thirds-columns .qodef-cta-text-holder {
  width: 66.66666666666667%;
}
.qodef-call-to-action-holder.qodef-two-thirds-columns .qodef-cta-button-holder {
  width: 33.33333333333333%;
}
.qodef-call-to-action-holder.qodef-three-quarters-columns
  .qodef-cta-text-holder {
  width: 75%;
}
.qodef-call-to-action-holder.qodef-three-quarters-columns
  .qodef-cta-button-holder {
  width: 25%;
}
.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-text-holder {
  width: 80%;
}
.qodef-call-to-action-holder.qodef-four-fifths-columns
  .qodef-cta-button-holder {
  width: 20%;
}
.qodef-clients-carousel-holder,
.qodef-clients-carousel-holder .qodef-cc-inner,
.qodef-clients-carousel-holder .qodef-cc-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.touch .qodef-clients-carousel-holder .qodef-cc-item {
  cursor: pointer;
}
.qodef-clients-carousel-holder .qodef-cc-item .qodef-cc-item {
  position: relative;
  display: block;
}
.qodef-clients-carousel-holder.qodef-cc-hover-switch-images
  .qodef-cc-item:hover
  .qodef-cc-image {
  opacity: 0;
}
.qodef-clients-carousel-holder.qodef-cc-hover-switch-images
  .qodef-cc-item:hover
  .qodef-cc-hover-image {
  opacity: 1;
}
.qodef-clients-carousel-holder.qodef-cc-hover-switch-images
  .qodef-cc-item
  .qodef-cc-image {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  opacity: 1;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.qodef-clients-carousel-holder.qodef-cc-hover-switch-images
  .qodef-cc-item
  .qodef-cc-hover-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.qodef-clients-carousel-holder.qodef-cc-hover-roll-over .qodef-cc-item {
  overflow: hidden;
}
.qodef-clients-carousel-holder.qodef-cc-hover-roll-over
  .qodef-cc-item:hover
  .qodef-cc-image {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.qodef-clients-carousel-holder.qodef-cc-hover-roll-over
  .qodef-cc-item:hover
  .qodef-cc-hover-image {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.qodef-clients-carousel-holder.qodef-cc-hover-roll-over
  .qodef-cc-item
  .qodef-cc-image {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.qodef-clients-carousel-holder.qodef-cc-hover-roll-over
  .qodef-cc-item
  .qodef-cc-hover-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  backface-visibility: hidden;
  -webkit-transform: translate3d(-50%, -100%, 0);
  -moz-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.qodef-countdown {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-countdown.qodef-light-skin
  .countdown-row
  .countdown-section
  .countdown-amount,
.qodef-countdown.qodef-light-skin
  .countdown-row
  .countdown-section
  .countdown-period {
  color: #fff;
}
.qodef-countdown .countdown-row {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  clear: both;
}
.qodef-countdown .countdown-row.countdown-show1 .countdown-section {
  width: 100%;
}
.qodef-countdown .countdown-row.countdown-show2 .countdown-section {
  width: 50%;
}
.qodef-countdown .countdown-row.countdown-show3 .countdown-section {
  width: 33.33333%;
}
.qodef-countdown .countdown-row.countdown-show4 .countdown-section {
  width: 25%;
}
.qodef-countdown .countdown-row.countdown-show5 .countdown-section {
  width: 20%;
}
.qodef-countdown .countdown-row.countdown-show6 .countdown-section {
  width: 16.66667%;
}
.qodef-countdown .countdown-row .countdown-section {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0 5px;
  box-sizing: border-box;
}
.qodef-countdown .countdown-row .countdown-section .countdown-amount {
  position: relative;
  display: block;
  color: var(--var-color-2, #283376);
  font-size: 48px;
  line-height: 1em;
  font-weight: 600;
}
.qodef-countdown .countdown-row .countdown-section .countdown-period {
  display: block;
      font-family: "Raleway", Sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
  margin-top: 17px;
}
.qodef-counter-holder,
.qodef-counter-holder .qodef-counter-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.qodef-counter-holder {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.qodef-counter-holder .qodef-counter {
  height: 1em;
  display: inline-block !important;
  vertical-align: middle;
  color: var(--var-color-2, #283376);
  font-size: 48px;
  line-height: 1em;
  font-weight: 600;
  overflow: hidden;
}
.qodef-counter-holder .qodef-counter-title {
  margin: 21px 0 0;
}
.qodef-counter-holder .qodef-counter-text {
  margin: 11px 0 0;
}
.qodef-custom-font-holder .qodef-cf-typed-wrap {
  width: 0;
  white-space: nowrap;
}
.qodef-custom-font-holder .qodef-cf-typed {
  display: inline-block;
}
.qodef-custom-font-holder .qodef-cf-typed span {
  display: none;
}
.qodef-custom-font-holder .qodef-cf-typed ~ .typed-cursor {
  display: inline-block;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.qodef-dropcaps {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
  font-size: 42px;
  color: #999;
  font-weight: 300;
  margin: 5px 15px 0 0;
}
.qodef-dropcaps.qodef-circle,
.qodef-dropcaps.qodef-square {
  height: 35px;
  width: 35px;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
  background-color: var(--var-color-2, #283376);
  margin: 10px 9px 0 0;
  box-sizing: border-box;
}
.qodef-dropcaps.qodef-circle {
  border-radius: 3em;
}
.qodef-elements-holder {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.qodef-elements-holder.qodef-eh-full-height {
  height: 100%;
}
.qodef-elements-holder.qodef-two-columns .qodef-eh-item {
  width: 50%;
}
.qodef-elements-holder.qodef-three-columns .qodef-eh-item {
  width: 33.33333%;
}
.qodef-elements-holder.qodef-four-columns .qodef-eh-item {
  width: 25%;
}
.qodef-elements-holder.qodef-five-columns .qodef-eh-item {
  width: 20%;
}
.qodef-elements-holder.qodef-six-columns .qodef-eh-item {
  width: 16.66667%;
}
.qodef-elements-holder .qodef-eh-item {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.qodef-elements-holder .qodef-eh-item.qodef-vertical-alignment-top {
  vertical-align: top;
}
.qodef-elements-holder .qodef-eh-item.qodef-vertical-alignment-bottom {
  vertical-align: bottom;
}
.qodef-elements-holder .qodef-eh-item.qodef-horizontal-alignment-right {
  text-align: right;
}
.qodef-elements-holder .qodef-eh-item .qodef-elements-holder-item-inner {
  width: 100%;
}
.qodef-elements-holder .qodef-ehi-content {
  padding: 0 20px;
}
.qodef-flow-item-holder {
  position: relative;
  width: 100%;
}
.qodef-flow-item-holder .qodef-fi-holder-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.qodef-flow-item-holder .qodef-fi-image-holder {
  overflow: hidden;
  position: relative;
  display: table-cell;
  height: 100%;
  width: 330px;
  vertical-align: top;
}
.qodef-flow-item-holder .qodef-fi-image-holder .qodef-fi-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.qodef-flow-item-holder .qodef-fi-image-holder .qodef-fi-image img {
  max-width: 100%;
  border-radius: 100%;
}
.qodef-google-map-holder .qodef-google-map img,
.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon img,
.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-icon img {
  max-width: none;
}
.qodef-flow-item-holder .qodef-fi-image-holder .qodef-fi-number {
  position: absolute;
  top: 2px;
  right: 34px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  color: #fff;
  background-color: var(--var-color-2, #283376);
  font-size: 20px;
  font-weight: 400;
  border-radius: 100%;
      font-family: "Raleway", Sans-serif;
  text-align: center;
  z-index: 1;
}
.qodef-flow-item-holder .qodef-fi-content-holder {
  overflow: hidden;
  position: relative;
  display: table-cell;
  height: 100%;
  width: calc(100% - 330px);
  vertical-align: top;
  padding-top: 38px;
}
.qodef-flow-item-holder .qodef-fi-content-holder .qodef-fi-subtitle {
      font-family: "Raleway", Sans-serif;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.qodef-flow-item-holder .qodef-fi-content-holder .qodef-fi-title-holder {
  margin-bottom: 11px;
}
.qodef-flow-item-holder .qodef-fi-content-holder .qodef-fi-title {
  margin: 0;
}
.qodef-flow-item-holder.qodef-fi-position-left .qodef-fi-content-holder {
  padding-left: 68px;
  text-align: left;
}
.qodef-flow-item-holder.qodef-fi-position-right .qodef-fi-content-holder {
  padding-right: 68px;
  text-align: right;
}
.qodef-flow-item-holder.qodef-fi-skin-light .qodef-fi-subtitle,
.qodef-flow-item-holder.qodef-fi-skin-light .qodef-fi-text-holder,
.qodef-flow-item-holder.qodef-fi-skin-light .qodef-fi-title {
  color: #fff;
}
.qodef-google-map-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-google-map-holder .qodef-google-map {
  display: block;
  width: 100%;
  height: 300px;
}
.qodef-google-map-holder .qodef-google-map embed,
.qodef-google-map-holder .qodef-google-map iframe,
.qodef-google-map-holder .qodef-google-map object {
  width: 100%;
  display: block;
}
.qodef-google-map-holder .qodef-snazzy-map {
  display: none;
}
.qodef-google-map-holder .qodef-google-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}
.qodef-icon-list-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: auto;
  width: 100%;
  margin-bottom: 8px;
}
.qodef-icon-list-holder .qodef-il-icon-holder,
.qodef-icon-list-holder .qodef-il-text {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.qodef-icon-list-holder .qodef-il-icon-holder {
  width: 1%;
}
.qodef-icon-list-holder .qodef-il-icon-holder > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: var(--var-color-2, #283376);
  font-size: 17px;
  line-height: inherit;
}
.qodef-iwt,
.qodef-iwt .qodef-iwt-icon a {
  vertical-align: middle;
}
.qodef-icon-list-holder .qodef-il-icon-holder > :before {
  display: block;
  line-height: inherit;
}
.qodef-iwt,
.qodef-iwt .qodef-iwt-icon a,
.qodef-iwt .qodef-iwt-title a {
  display: inline-block;
  position: relative;
}
.qodef-icon-list-holder .qodef-il-text {
  width: 99%;
  padding: 0 0 0 13px;
  box-sizing: border-box;
}
.qodef-iwt {
  width: 100%;
}
.qodef-iwt .qodef-iwt-icon .qodef-icon-shortcode {
  line-height: 1;
}
.qodef-iwt .qodef-iwt-icon .qodef-icon-shortcode.qodef-circle,
.qodef-iwt .qodef-iwt-icon .qodef-icon-shortcode.qodef-dropcaps.qodef-circle,
.qodef-iwt .qodef-iwt-icon .qodef-icon-shortcode.qodef-square {
  line-height: 2;
}
.qodef-iwt .qodef-iwt-title {
  margin: 0;
  line-height: 1.2em;
}
.qodef-iwt .qodef-iwt-title a {
  vertical-align: top;
}
.qodef-iwt .qodef-iwt-title-text {
  display: block;
}
.qodef-iwt .qodef-iwt-text {
  margin: 20px 0 0;
}
.qodef-iwt.qodef-iwt-icon-left {
  width: auto;
}
.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-content,
.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon {
  display: table-cell;
  vertical-align: top;
}
.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon {
  position: relative;
  top: 1px;
}
.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-content {
  padding: 0 0 0 13px;
}
.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-icon,
.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-title-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-icon .qodef-icon-element {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-title-text {
  padding: 0 0 0 17px;
  font-family: auto;
}
.qodef-iwt.qodef-iwt-icon-top {
  text-align: center;
}
.qodef-iwt.qodef-iwt-icon-top .qodef-iwt-content {
  padding: 23px 0 0;
}
.qodef-icon-shortcode {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em;
}
.qodef-icon-shortcode.qodef-circle,
.qodef-icon-shortcode.qodef-dropcaps.qodef-circle,
.qodef-icon-shortcode.qodef-square {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background-color: var(--var-color-1, #e88b00);
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.qodef-icon-shortcode.qodef-circle a,
.qodef-icon-shortcode.qodef-dropcaps.qodef-circle a,
.qodef-icon-shortcode.qodef-square a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.qodef-icon-shortcode.qodef-circle .qodef-icon-element,
.qodef-icon-shortcode.qodef-dropcaps.qodef-circle .qodef-icon-element,
.qodef-icon-shortcode.qodef-square .qodef-icon-element {
  color: #fff;
  line-height: inherit;
}
.qodef-icon-shortcode.qodef-circle {
  border-radius: 50%;
}
.qodef-icon-shortcode .qodef-icon-element {
  display: block;
  line-height: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.qodef-icon-shortcode .qodef-icon-element:before {
  display: block;
  line-height: inherit;
}
.qodef-icon-animation-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}
.qodef-icon-animation-holder.qodef-icon-animation-show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.qodef-icon-tiny {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.qodef-icon-small {
  font-size: 2em;
}
.qodef-icon-medium {
  font-size: 3em;
}
.qodef-icon-large {
  font-size: 4em;
}
.qodef-icon-huge {
  font-size: 5em;
}
.qodef-image-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-image-gallery.qodef-has-shadow.qodef-ig-carousel-type .owl-stage-outer,
.qodef-image-gallery.qodef-has-shadow.qodef-ig-slider-type .owl-stage-outer {
  padding: 0 0 20px;
}
.qodef-image-gallery .qodef-owl-slider .owl-stage-outer {
  margin-top: -10px;
  padding-top: 10px;
}
.qodef-image-gallery .qodef-ig-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.qodef-image-gallery .qodef-ig-image a,
.qodef-image-gallery .qodef-ig-image img {
  position: relative;
  display: block;
}
.qodef-image-gallery .qodef-ig-image-inner,
.qodef-image-gallery .qodef-ig-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-image-gallery .qodef-ig-custom-title {
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 19px;
}
.qodef-image-gallery .qodef-ig-grid.qodef-ig-two-columns .qodef-ig-image {
  width: 50%;
}
.qodef-image-gallery .qodef-ig-grid.qodef-ig-three-columns .qodef-ig-image {
  width: 33.33333%;
}
.qodef-image-gallery .qodef-ig-grid.qodef-ig-four-columns .qodef-ig-image {
  width: 25%;
}
.qodef-image-gallery .qodef-ig-grid.qodef-ig-five-columns .qodef-ig-image {
  width: 20%;
}
.qodef-image-gallery .qodef-ig-grid.qodef-ig-six-columns .qodef-ig-image {
  width: 16.66667%;
}
@media only screen and (min-width: 1025px) {
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-three-columns
    .qodef-bl-item:nth-child(3n + 1),
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-two-columns
    .qodef-bl-item:nth-child(2n + 1),
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-five-columns
    .qodef-ig-image:nth-child(5n + 1),
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-four-columns
    .qodef-ig-image:nth-child(4n + 1),
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-six-columns
    .qodef-ig-image:nth-child(6n + 1),
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-three-columns
    .qodef-ig-image:nth-child(3n + 1),
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-two-columns
    .qodef-ig-image:nth-child(2n + 1) {
    clear: both;
  }
}
.qodef-image-gallery .qodef-ig-masonry {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-image-gallery .qodef-ig-masonry .qodef-ig-grid-sizer {
  width: 100%;
}
.qodef-image-gallery .qodef-ig-masonry .qodef-ig-grid-gutter {
  width: 0;
}
.qodef-image-gallery
  .qodef-ig-masonry.qodef-ig-two-columns
  .qodef-ig-grid-sizer,
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-two-columns .qodef-ig-image {
  width: 50%;
}
.qodef-image-gallery
  .qodef-ig-masonry.qodef-ig-two-columns
  .qodef-ig-image.qodef-large-masonry-item {
  width: 100%;
}
.qodef-image-gallery
  .qodef-ig-masonry.qodef-ig-three-columns
  .qodef-ig-grid-sizer,
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-three-columns .qodef-ig-image {
  width: 33.33333%;
}
.qodef-image-gallery
  .qodef-ig-masonry.qodef-ig-three-columns
  .qodef-ig-image.qodef-large-masonry-item {
  width: 66.66667%;
}
.qodef-image-gallery
  .qodef-ig-masonry.qodef-ig-four-columns
  .qodef-ig-grid-sizer,
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-four-columns .qodef-ig-image {
  width: 25%;
}
.qodef-image-gallery
  .qodef-ig-masonry.qodef-ig-four-columns
  .qodef-ig-image.qodef-large-masonry-item {
  width: 50%;
}
.qodef-image-gallery
  .qodef-ig-masonry.qodef-ig-five-columns
  .qodef-ig-grid-sizer,
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-five-columns .qodef-ig-image {
  width: 20%;
}
.qodef-image-gallery
  .qodef-ig-masonry.qodef-ig-five-columns
  .qodef-ig-image.qodef-large-masonry-item {
  width: 40%;
}
.qodef-image-gallery
  .qodef-ig-masonry.qodef-ig-six-columns
  .qodef-ig-grid-sizer,
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-six-columns .qodef-ig-image {
  width: 16.66667%;
}
.qodef-image-gallery
  .qodef-ig-masonry.qodef-ig-six-columns
  .qodef-ig-image.qodef-large-masonry-item {
  width: 33.33333%;
}
.qodef-image-gallery.qodef-image-behavior-custom-link .qodef-ig-image a img {
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.qodef-image-gallery.qodef-image-behavior-custom-link
  .qodef-ig-image
  a:hover
  img {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.qodef-image-gallery.qodef-image-behavior-lightbox
  .qodef-ig-image
  a:hover:after {
  opacity: 1;
}
.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.qodef-image-with-text-holder,
.qodef-image-with-text-holder .qodef-iwt-image {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
}
.touch .qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image {
  cursor: pointer;
}
.qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}
.qodef-image-gallery.qodef-image-behavior-zoom
  .qodef-ig-image
  .qodef-ig-image-inner {
  overflow: hidden;
}
.qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image {
  overflow: hidden;
}
.touch .qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image {
  cursor: pointer;
}
.qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}
.qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.qodef-image-with-text-holder {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.qodef-image-with-text-holder.qodef-has-shadow .qodef-iwt-image {
  box-shadow: 0 0 12px 0.3px rgba(0, 0, 0, 0.12);
}
.qodef-image-with-text-holder .qodef-iwt-image a,
.qodef-image-with-text-holder .qodef-iwt-image img {
  position: relative;
  display: block;
}
.qodef-image-with-text-holder .qodef-iwt-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-image-with-text-holder .qodef-iwt-title {
  margin: 16px 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.225s ease-out, opacity 0s;
  transition: transform 0.225s ease-out, opacity 0s;
}
.qodef-image-with-text-holder .qodef-iwt-text {
  margin: 14px 0 0;
}
.qodef-image-with-text-holder:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image {
  overflow: hidden;
}
.touch
  .qodef-image-with-text-holder.qodef-image-behavior-zoom
  .qodef-iwt-image {
  cursor: pointer;
}
.qodef-image-with-text-holder.qodef-image-behavior-zoom
  .qodef-iwt-image:hover
  img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}
.qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image {
  overflow: hidden;
}
.touch
  .qodef-image-with-text-holder.qodef-image-behavior-grayscale
  .qodef-iwt-image {
  cursor: pointer;
}
.qodef-image-with-text-holder.qodef-image-behavior-grayscale
  .qodef-iwt-image:hover
  img {
  -webkit-filter: grayscale(0);
  filter: none;
}
.qodef-image-with-text-holder.qodef-image-behavior-grayscale
  .qodef-iwt-image
  img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.qodef-item-showcase-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
}
.qodef-item-showcase-holder .qodef-is-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 40%;
  margin-top: -100px;
  opacity: 0;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  transform: translateY(70px);
}
.qodef-item-showcase-holder .qodef-is-image.qodef-appeared {
  -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    -moz-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.qodef-item-showcase-holder .qodef-is-item-holder {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
.qodef-item-showcase-holder .qodef-is-item-holder.qodef-is-right-holder {
  float: right;
}
.qodef-item-showcase-holder .qodef-is-item-holder .qodef-is-item:first-child {
  margin: 0;
}
.qodef-item-showcase-holder .qodef-is-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 56px 0 0;
  opacity: 0;
}
.qodef-item-showcase-holder .qodef-is-item.qodef-is-left {
  text-align: right;
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  transform: translateX(-70px);
}
.qodef-item-showcase-holder .qodef-is-item.qodef-is-left .qodef-is-content {
  padding: 0 20px 0 0;
}
.qodef-item-showcase-holder .qodef-is-item.qodef-is-right {
  text-align: left;
  -webkit-transform: translateX(70px);
  -moz-transform: translateX(70px);
  transform: translateX(70px);
}
.qodef-item-showcase-holder .qodef-is-item.qodef-is-right .qodef-is-content {
  padding: 0 0 0 20px;
}
.qodef-item-showcase-holder .qodef-is-item.qodef-appeared {
  -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    -moz-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.qodef-item-showcase-holder .qodef-is-item .qodef-is-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.qodef-item-showcase-holder .qodef-is-item .qodef-is-title {
  margin: 0;
}
.qodef-item-showcase-holder .qodef-is-item .qodef-is-text {
  margin: 14px 0 0;
}
.qodef-pie-chart-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.qodef-pie-chart-holder .qodef-pc-percentage {
  position: relative;
  display: block;
  height: 176px;
  width: 176px;
  line-height: 176px;
  text-align: center;
  margin: 0 auto;
}
.qodef-pie-chart-holder .qodef-pc-percentage canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-percent {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--var-color-2, #283376);
  font-size: 36px;
  line-height: inherit;
  font-weight: 600;
}
.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-percent:after {
  position: relative;
  top: -15px;
  content: "%";
  font-size: 15px;
}
.qodef-pie-chart-holder .qodef-pc-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 30px 0 0;
}
.qodef-pie-chart-holder .qodef-pc-text-holder .qodef-pc-title {
  margin: 0;
}
.qodef-pie-chart-holder .qodef-pc-text-holder .qodef-pc-text {
  margin: 14px 0 0;
}
.qodef-pricing-tables {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}
.qodef-pricing-tables .qodef-pt-wrapper {
  position: relative;
}
.qodef-pricing-tables.qodef-two-columns .qodef-price-table {
  width: 50%;
}
.qodef-pricing-tables.qodef-three-columns .qodef-price-table {
  width: 33.33333%;
}
.qodef-pricing-tables.qodef-four-columns .qodef-price-table {
  width: 25%;
}
.qodef-pricing-tables.qodef-five-columns .qodef-price-table {
  width: 20%;
}
.qodef-pricing-tables.qodef-with-border .qodef-price-table ul > ul {
  border: 1px solid #e1e1e1;
}
.qodef-price-table {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
  box-sizing: border-box;
}
.qodef-price-table .qodef-pt-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
}
.qodef-price-table .qodef-pt-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.qodef-price-table .qodef-pt-inner ul li {
  margin: 0;
  padding: 0;
  text-align: center;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-title-holder {
  position: relative;
  height: 100%;
  background-color: var(--var-color-2, #283376);
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-title-holder .qodef-pt-title {
  color: #fff;
  padding: 31px 0 25px;
  margin: 0;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices {
  position: relative;
  padding: 78px 0 25px;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-price {
  color: var(--var-color-1, #e88b00);
  font-size: 55px;
      font-family: "Raleway", Sans-serif;
  font-weight: 300;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-mark {
  position: relative;
  display: block;
  margin: 9px 0 0;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-dash {
  line-height: 0;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-dash .qodef-dash {
  display: inline-block;
  line-height: 0;
  width: 37px;
  height: 1px;
  background-color: var(--var-color-2, #283376);
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-content {
  padding: 26px 27px 15px;
  font-weight: 400;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-button {
  padding: 0 30px 86px;
}
.qodef-process-holder.qodef-process-horizontal {
  position: relative;
  margin-top: 40px;
}
.qodef-process-holder.qodef-process-horizontal .qodef-process-item-holder {
  text-align: center;
  float: left;
  width: 33.333333%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-process-item-holder
  .qodef-pi-title {
  margin: 0;
}
.no-touch
  .qodef-process-holder.qodef-process-horizontal
  .qodef-process-item-holder {
  visibility: visible;
}
.touch
  .qodef-process-holder.qodef-process-horizontal
  .qodef-process-item-holder {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-process-item-holder.qodef-pi-highlighted {
  margin-top: -23px;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-process-item-holder.qodef-pi-highlighted
  .qodef-pi-content-holder {
  margin-top: 39px;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-process-item-holder.qodef-pi-highlighted
  .qodef-pi {
  width: 224px;
  height: 224px;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-process-item-holder.qodef-pi-highlighted
  .qodef-pi-holder-inner {
  width: 100%;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-process-item-holder.qodef-pi-highlighted
  .qodef-pi-holder
  .qodef-pi
  .qodef-pi-number {
  top: 1px;
  right: 18px;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-process-item-holder:first-child
  .qodef-pi:before,
.qodef-process-holder.qodef-process-horizontal
  .qodef-process-item-holder:last-child
  .qodef-pi:after {
  display: none;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-process-item-holder.item-appeared {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.qodef-process-holder.qodef-process-horizontal.qodef-process-holder-items-three
  .qodef-process-item-holder {
  width: 33.33%;
}
.qodef-process-holder.qodef-process-horizontal .qodef-pi-content-holder {
  margin-top: 20px;
}
.qodef-process-holder.qodef-process-horizontal .qodef-pi-text-holder {
  margin: 10px 22px;
}
.qodef-process-holder.qodef-process-horizontal .qodef-pi-holder {
  position: relative;
  overflow: hidden;
}
.qodef-process-holder.qodef-process-horizontal .qodef-pi-holder .qodef-pi {
  display: block;
  position: relative;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  left: 0;
  box-sizing: border-box;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-pi-holder
  .qodef-pi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  height: 2px;
  width: 100%;
  background-color: #e1e1e1;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-pi-holder
  .qodef-pi:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  height: 2px;
  width: 100%;
  background-color: #e1e1e1;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-pi-holder
  .qodef-pi
  .qodef-pi-inner {
  height: 100%;
  box-sizing: border-box;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-pi-holder
  .qodef-pi.icon
  .qodef-pi-inner {
  background-color: #fff;
  color: var(--var-color-2, #283376);
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-pi-holder
  .qodef-pi
  .qodef-icon-shortcode,
.qodef-process-holder.qodef-process-horizontal .qodef-pi-holder .qodef-pi img {
  display: inline-block;
  position: relative;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-pi-holder
  .qodef-pi
  .qodef-icon-shortcode:hover,
.qodef-process-holder.qodef-process-horizontal
  .qodef-pi-holder
  .qodef-pi
  img:hover {
  -webkit-transform: translate3d(0, -50%, 0) scale(1.15);
  -moz-transform: translate3d(0, -50%, 0) scale(1.15);
  transform: translate3d(0, -50%, 0) scale(1.15);
}
.qodef-process-holder.qodef-process-horizontal
  .qodef-pi-holder
  .qodef-pi
  .qodef-pi-number {
  position: absolute;
  top: 0;
  right: 8px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  color: #fff;
  background-color: var(--var-color-2, #283376);
  font-size: 13px;
  font-weight: 400;
  border-radius: 100%;
  z-index: 2;
      font-family: "Raleway", Sans-serif;
}
.qodef-process-holder.qodef-process-light .qodef-pi-holder:after,
.qodef-process-holder.qodef-process-light .qodef-pi-text-holder,
.qodef-process-holder.qodef-process-light .qodef-pi-title {
  color: #fff;
}
.qodef-process-holder.qodef-process-dark .qodef-pi-holder .qodef-pi:after,
.qodef-process-holder.qodef-process-dark .qodef-pi-holder .qodef-pi:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.qodef-process-holder .qodef-pi-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qodef-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-progress-bar .qodef-pb-title-holder {
  position: relative;
  margin: 10px 0 4px;
}
.qodef-progress-bar .qodef-pb-title-holder .qodef-pb-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}
.qodef-progress-bar .qodef-pb-percent {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  z-index: 10;
}
.qodef-progress-bar .qodef-pb-percent:after {
  content: "%";
}
.qodef-progress-bar .qodef-pb-content-holder {
  position: relative;
  height: 3px;
  overflow: hidden;
  background-color: #ebebeb;
}
.qodef-progress-bar .qodef-pb-content-holder .qodef-pb-content {
  height: 3px;
  max-width: 100%;
  overflow: hidden;
  background-color: var(--var-color-1, #e88b00);
}
.qodef-section-title-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-tiny-space
  .qodef-st-inner {
  margin: 0 -5px;
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-tiny-space
  .qodef-st-text,
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-tiny-space
  .qodef-st-title {
  padding: 0 5px;
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-small-space
  .qodef-st-inner {
  margin: 0 -10px;
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-small-space
  .qodef-st-text,
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-small-space
  .qodef-st-title {
  padding: 0 10px;
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-normal-space
  .qodef-st-inner {
  margin: 0 -15px;
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-normal-space
  .qodef-st-text,
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-normal-space
  .qodef-st-title {
  padding: 0 15px;
}
.qodef-section-title-holder.qodef-st-two-columns .qodef-st-text,
.qodef-section-title-holder.qodef-st-two-columns .qodef-st-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  float: left;
  margin: 0;
  box-sizing: border-box;
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-left
  .qodef-st-title {
  text-align: right;
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-left
  .qodef-st-text {
  text-align: left;
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-right
  .qodef-st-title {
  float: right;
  text-align: left;
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-right
  .qodef-st-text {
  text-align: right;
}
.qodef-section-title-holder .qodef-st-label {
  font-size: 11px;
  text-transform: uppercase;
      font-family: "Raleway", Sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: -1px;
}
.qodef-section-title-holder .qodef-st-title {
  display: block;
  margin: 0;
}
.qodef-section-title-holder .qodef-st-title .qodef-st-title-bold {
  font-weight: 700;
}
.qodef-section-title-holder .qodef-st-title .qodef-st-title-light {
  font-weight: 300;
}
.qodef-section-title-holder .qodef-st-text {
  display: block;
  margin: 21px 0 0;
}
.qodef-separator,
.qodef-single-image-holder,
.qodef-single-image-holder .qodef-si-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-separator-holder {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1em;
}
.qodef-separator-holder.qodef-separator-center {
  text-align: center;
}
.qodef-separator-holder.qodef-separator-left {
  text-align: left;
}
.qodef-separator-holder.qodef-separator-right {
  text-align: right;
}
.qodef-separator-holder.qodef-separator-full-width .qodef-separator {
  width: 100% !important;
}
.qodef-separator {
  border-bottom: 1px solid #ebebeb;
  margin: 10px 0;
}
.qodef-single-image-holder {
  width: 100%;
}
.qodef-single-image-holder.qodef-has-shadow .qodef-si-inner {
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}
.qodef-single-image-holder .qodef-si-inner {
  width: 100%;
}
.qodef-social-share-holder,
.qodef-social-share-holder ul,
.qodef-social-share-holder.qodef-list .qodef-social-title,
.qodef-social-share-holder.qodef-list li {
  vertical-align: top;
  position: relative;
  display: inline-block;
}
.qodef-single-image-holder .qodef-si-inner a,
.qodef-single-image-holder .qodef-si-inner img {
  position: relative;
  display: block;
}
.qodef-single-image-holder.qodef-image-behavior-custom-link
  .qodef-si-inner
  a:hover:after {
  opacity: 1;
}
.qodef-single-image-holder.qodef-image-behavior-custom-link
  .qodef-si-inner
  a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.qodef-single-image-holder.qodef-image-behavior-lightbox
  .qodef-si-inner
  a:hover:after {
  opacity: 1;
}
.qodef-single-image-holder.qodef-image-behavior-lightbox
  .qodef-si-inner
  a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner {
  overflow: hidden;
}
.touch .qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner {
  cursor: pointer;
}
.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}
.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner {
  overflow: hidden;
}
.touch
  .qodef-single-image-holder.qodef-image-behavior-grayscale
  .qodef-si-inner {
  cursor: pointer;
}
.qodef-single-image-holder.qodef-image-behavior-grayscale
  .qodef-si-inner:hover
  img {
  -webkit-filter: grayscale(0);
  filter: none;
}
.qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner {
  overflow: hidden;
  padding: 10% 0;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 120%;
  -webkit-transition: background 0.7s ease-out;
  -moz-transition: background 0.7s ease-out;
  transition: background 0.7s ease-out;
}
.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner:hover {
  background-position: 90% center;
}
.touch .qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner {
  cursor: pointer;
}
.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner img {
  z-index: -1;
  max-width: 80%;
}
@media only screen and (max-width: 1024px) {
  .qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner {
    padding: 0;
    background: 0 0;
  }
  .qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner img {
    z-index: inherit;
    max-width: 100%;
  }
}
.qodef-social-share-holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qodef-social-share-holder.qodef-list .qodef-social-title {
  margin: 0;
  color: #1a1a1a;
  font-weight: 600;
}
.qodef-social-share-holder.qodef-list li {
  padding: 0;
  margin: 0 22px 0 0;
}
.qodef-social-share-holder.qodef-list li:last-child {
  margin: 0 0 3px;
}
.qodef-social-share-holder.qodef-list li a {
  font-size: 13px;
}
.qodef-social-share-holder.qodef-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener {
  display: block;
  color: #1a1a1a;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown-opener
  .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
  color: #939393;
}
.qodef-tabs,
.qodef-tabs .qodef-tab-container,
.qodef-tabs .qodef-tabs-nav,
.qodef-tabs .qodef-tabs-nav li a {
  vertical-align: middle;
  position: relative;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown-opener
  .icon-share {
  font-size: 12px;
  color: var(--var-color-2, #283376);
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown-opener:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown-opener:hover
  .icon-share {
  color: inherit;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown {
  position: relative;
  visibility: hidden;
  z-index: 950;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li {
  width: 88px;
  height: 28px;
  line-height: 28px;
  visibility: hidden;
  position: absolute;
  text-align: center;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  font-size: 12px;
  color: #1a1a1a;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s,
    background-color 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s,
    background-color 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s,
    background-color 0.2s ease-out 0s;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li:not(:first-child) {
  border-top: none;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li.qodef-facebook-share:hover {
  background-color: #3b5998;
  color: #fff;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li.qodef-twitter-share:hover {
  background-color: #00aced;
  color: #fff;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li.qodef-google_plus-share:hover {
  background-color: #dd4b39;
  color: #fff;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li.qodef-linkedin-share:hover {
  background-color: #007bb5;
  color: #fff;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li.qodef-tumblr-share:hover {
  background-color: #32506d;
  color: #fff;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li.qodef-pinterest-share:hover {
  background-color: #cb2027;
  color: #fff;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li.qodef-vk-share:hover {
  background-color: #45668e;
  color: #fff;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li * {
  display: block;
  line-height: inherit;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li a {
  color: inherit !important;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li:nth-child(1) {
  bottom: -28px;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li:nth-child(2) {
  bottom: -56px;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li:nth-child(3) {
  bottom: -84px;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li:nth-child(4) {
  bottom: -112px;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li:nth-child(5) {
  bottom: -140px;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li:nth-child(6) {
  bottom: -168px;
}
.qodef-social-share-holder.qodef-dropdown
  .qodef-social-share-dropdown
  ul
  li:nth-child(7) {
  bottom: -196px;
}
.qodef-social-share-holder.qodef-dropdown:hover
  .qodef-social-share-dropdown
  ul
  li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.qodef-social-share-holder.qodef-dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(2) {
  -webkit-transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s,
    background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s,
    background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s,
    background-color 0.2s ease-out;
}
.qodef-social-share-holder.qodef-dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(3) {
  -webkit-transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s,
    background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s,
    background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s,
    background-color 0.2s ease-out;
}
.qodef-social-share-holder.qodef-dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(4) {
  -webkit-transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s,
    background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s,
    background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s,
    background-color 0.2s ease-out;
}
.qodef-social-share-holder.qodef-dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(5) {
  -webkit-transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s,
    background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s,
    background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s,
    background-color 0.2s ease-out;
}
.qodef-social-share-holder.qodef-dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(6) {
  -webkit-transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s,
    background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s,
    background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s,
    background-color 0.2s ease-out;
}
.qodef-social-share-holder.qodef-dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(7) {
  -webkit-transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s,
    background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s,
    background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s,
    background-color 0.2s ease-out;
}
.qodef-tabs {
  display: inline-block;
  width: 100%;
}
.qodef-tabs .qodef-tabs-nav {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-tabs .qodef-tabs-nav li {
  float: left;
  margin: 0;
  padding: 0;
}
.qodef-tabs .qodef-tabs-nav li a {
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}
.qodef-tabs .qodef-tab-container {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.qodef-tabs .qodef-tab-container p {
  margin: 0;
}
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav {
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
}
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 8px 21px;
      font-family: "Raleway", Sans-serif;
  color: var(--var-color-2, #283376);
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 500;
}
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li a:after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  height: 1px;
  left: 0;
  background-color: var(--var-color-2, #283376);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-active a:after,
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-hover a:after,
.qodef-team-holder.qodef-team-info-on-image:hover .qodef-team-social-wrapper {
  opacity: 1;
}
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li:first-child a {
  padding-left: 0;
}
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-active a,
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-hover a {
  color: var(--var-color-2, #283376);
}
.qodef-tabs.qodef-tabs-standard .qodef-tab-container {
  margin: 16px 0 0;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.ui-widget-content {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: 0 0;
  border: 0;
  border-radius: 0;
}
.ui-widget-content .ui-widget-header {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: initial;
  background: 0 0;
  border: 0;
  border-radius: 0;
}
.ui-widget-content .ui-tabs-nav li {
  position: initial;
  font-weight: inherit;
  color: inherit;
  background: initial;
  border: 0;
  border-radius: 0;
}
.qodef-team-holder,
.qodef-team-holder .qodef-team-image,
.qodef-team-holder .qodef-team-info {
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.ui-widget-content .ui-widget-content {
  color: inherit;
  background: 0 0;
  border: 0;
  border-radius: 0;
}
.qodef-team-holder {
  display: inline-block;
}
.touch .qodef-team-holder.qodef-team-info-on-image {
  cursor: pointer;
}
.qodef-team-holder.qodef-team-info-on-image:hover .qodef-team-social-inner {
  -webkit-transition: -webkit-transform 0.45s
      cubic-bezier(0.64, 0.01, 0.15, 1.16),
    opacity 0.5s;
  -moz-transition: -moz-transform 0.45s cubic-bezier(0.64, 0.01, 0.15, 1.16),
    opacity 0.5s;
  transition: transform 0.45s cubic-bezier(0.64, 0.01, 0.15, 1.16), opacity 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.qodef-team-holder.qodef-team-info-on-image .qodef-team-social-holder {
  margin: 7px 0 0;
}
.qodef-team-holder .qodef-team-image {
  display: inline-block;
}
.qodef-team-holder .qodef-team-image img {
  display: block;
}
.qodef-team-holder .qodef-team-info {
  display: inline-block;
  margin: 26px 0 0;
}
.qodef-team-holder .qodef-team-name {
  margin: 0;
}
.qodef-team-holder .qodef-team-position {
  margin: 6px 0 0;
}
.qodef-team-holder .qodef-team-text {
  margin: 10px 0 0;
}
.qodef-team-holder .qodef-team-social-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.qodef-team-holder .qodef-team-social-outer {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-team-holder .qodef-team-social-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  padding: 20px 40px 33px;
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.qodef-team-holder .qodef-team-social-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 17px 0 0;
}
.qodef-team-holder .qodef-team-social-holder .qodef-team-icon {
  font-size: 14px;
  margin: 0 12px 0 0;
}
.qodef-team-holder
  .qodef-team-social-holder
  .qodef-team-icon
  .qodef-icon-element {
  font-size: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.qodef-text-marquee {
  position: relative;
  white-space: nowrap;
  color: var(--var-color-2, #283376);
  font-size: 60px;
  line-height: 1.2em;
      font-family: "Raleway", Sans-serif;
  font-weight: 600;
  overflow: hidden;
}
.qodef-text-marquee .qodef-marquee-element {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  box-sizing: border-box;
}
.qodef-text-marquee .qodef-marquee-element.qodef-aux-text {
  position: absolute;
  top: 0;
  left: 0;
}
.qodef-video-button-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play,
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.qodef-video-button-holder.qodef-vb-has-img
  .qodef-video-button-play
  .qodef-video-button-play-inner,
.qodef-video-button-holder.qodef-vb-has-img
  .qodef-video-button-play-image
  .qodef-video-button-play-inner {
  position: relative;
  top: 50%;
  left: 0;
  display: block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
.qodef-video-button-holder .qodef-video-button-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-video-button-holder .qodef-video-button-image img {
  display: block;
}
.qodef-video-button-holder .qodef-video-button-play,
.qodef-video-button-holder .qodef-video-button-play-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}
.qodef-video-button-holder
  .qodef-video-button-play
  .qodef-video-button-play-inner {
  color: #fff;
  font-size: 18px;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  background: var(--var-color-2, #283376);
  border-radius: 76px;
}
.qodef-video-button-holder .qodef-video-button-play span,
.qodef-video-button-holder .qodef-video-button-play span:before {
  display: block;
  line-height: inherit;
}
.qodef-video-button-holder
  .qodef-video-button-play-image.qodef-vb-has-hover-image:hover
  img:first-child {
  opacity: 0;
}
.qodef-video-button-holder
  .qodef-video-button-play-image.qodef-vb-has-hover-image:hover
  img:nth-child(2) {
  opacity: 1;
}
.qodef-video-button-holder .qodef-video-button-play-image img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.qodef-video-button-holder .qodef-video-button-play-image img:first-child {
  position: relative;
  opacity: 1;
}
.qodef-video-button-holder .qodef-video-button-play-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
}
.rev_slider_wrapper
  .qodef-video-button-holder
  .qodef-video-button-play-image
  img:nth-child(2) {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-features-holder
  .qodef-feature-item {
  position: relative;
  margin: 8px 0;
  line-height: 1;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-features-holder
  .qodef-feature-item
  input[type="checkbox"] {
  width: 15px;
  height: 15px;
  max-height: 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 0;
  left: 0;
  margin: 0;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-features-holder
  .qodef-feature-item
  input[type="checkbox"]
  + label {
  display: inline-block;
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-features-holder
  .qodef-feature-item
  input[type="checkbox"]
  + label
  span.qodef-label-text {
  padding-left: 10px;
  display: inline-block;
  line-height: 15px;
  color: #444;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-features-holder
  .qodef-feature-item
  input[type="checkbox"]
  + label
  .qodef-label-view {
  display: inline-block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 2px;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-features-holder
  .qodef-feature-item
  input[type="checkbox"]
  + label
  .qodef-label-view:hover {
  cursor: pointer;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-features-holder
  .qodef-feature-item
  input[type="checkbox"]
  + label
  .qodef-label-view:after {
  content: "";
  width: 6.5px;
  height: 6.5px;
  position: absolute;
  top: 4.25px;
  left: 4.25px;
  background-color: var(--var-color-1, #e88b00);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-features-holder
  .qodef-feature-item
  input[type="checkbox"]:checked
  + label
  .qodef-label-view:after {
  opacity: 1;
}
#ihf-main-container input[name="firstName"],
#ihf-main-container input[name="lastName"],
#ihf-main-container input[name="newEmail"],
#ihf-main-container input[type="email"],
#ihf-main-container input[type="number"],
#ihf-main-container input[type="tel"],
#ihf-main-container input[type="text"] {
  width: 100%;
  margin: 0 0 20px;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.05em;
  font-weight: inherit;
  color: #b3b2b2;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
#ihf-main-container input:focus[name="firstName"],
#ihf-main-container input:focus[name="lastName"],
#ihf-main-container input:focus[name="newEmail"],
#ihf-main-container input:focus[type="email"],
#ihf-main-container input:focus[type="number"],
#ihf-main-container input:focus[type="tel"],
#ihf-main-container input:focus[type="text"] {
  color: var(--var-color-2, #283376);
  border-color: #b3b2b2;
}
#ihf-main-container input[name="firstName"]::-webkit-input-placeholder,
#ihf-main-container input[name="lastName"]::-webkit-input-placeholder,
#ihf-main-container input[name="newEmail"]::-webkit-input-placeholder,
#ihf-main-container input[type="email"]::-webkit-input-placeholder,
#ihf-main-container input[type="number"]::-webkit-input-placeholder,
#ihf-main-container input[type="tel"]::-webkit-input-placeholder,
#ihf-main-container input[type="text"]::-webkit-input-placeholder {
  color: inherit;
}
#ihf-main-container input:-moz-placeholder[name="firstName"],
#ihf-main-container input:-moz-placeholder[name="lastName"],
#ihf-main-container input:-moz-placeholder[name="newEmail"],
#ihf-main-container input:-moz-placeholder[type="email"],
#ihf-main-container input:-moz-placeholder[type="number"],
#ihf-main-container input:-moz-placeholder[type="tel"],
#ihf-main-container input:-moz-placeholder[type="text"] {
  color: inherit;
  opacity: 1;
}
#ihf-main-container input[name="firstName"]::-moz-placeholder,
#ihf-main-container input[name="lastName"]::-moz-placeholder,
#ihf-main-container input[name="newEmail"]::-moz-placeholder,
#ihf-main-container input[type="email"]::-moz-placeholder,
#ihf-main-container input[type="number"]::-moz-placeholder,
#ihf-main-container input[type="tel"]::-moz-placeholder,
#ihf-main-container input[type="text"]::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#ihf-main-container input:-ms-input-placeholder[name="firstName"],
#ihf-main-container input:-ms-input-placeholder[name="lastName"],
#ihf-main-container input:-ms-input-placeholder[name="newEmail"],
#ihf-main-container input:-ms-input-placeholder[type="email"],
#ihf-main-container input:-ms-input-placeholder[type="number"],
#ihf-main-container input:-ms-input-placeholder[type="tel"],
#ihf-main-container input:-ms-input-placeholder[type="text"] {
  color: inherit;
}
.qodef-pricing-package-page .woocommerce-error,
.qodef-pricing-package-page .woocommerce-info,
.qodef-pricing-package-page .woocommerce-message {
  position: relative;
  display: block;
  padding: 20px 30px;
  margin: 0 0 30px;
  line-height: 38px;
  list-style: none;
  background-color: transparent;
  border: 1px solid #e1e1e1;
}
.qodef-pricing-package-page .woocommerce-error > a,
.qodef-pricing-package-page .woocommerce-info > a,
.qodef-pricing-package-page .woocommerce-message > a {
  color: #1a1a1a;
}
.qodef-pricing-package-page .woocommerce-error > a:hover,
.qodef-pricing-package-page .woocommerce-info > a:hover,
.qodef-pricing-package-page .woocommerce-message > a:hover {
  color: var(--var-color-2, #283376);
}
.qodef-pricing-package-page .woocommerce-error a,
.qodef-pricing-package-page .woocommerce-info a,
.qodef-pricing-package-page .woocommerce-message a {
  float: right;
}
.qodef-pricing-package-page .woocommerce-info .showcoupon {
  color: #1a1a1a;
}
.qodef-pricing-package-page .woocommerce-info .showcoupon:hover {
  color: var(--var-color-2, #283376);
}
.qodef-package-list-holder .qodef-package-item {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.qodef-package-list-holder .qodef-package-item-inner {
  position: relative;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #fff;
}
.qodef-package-list-holder.qodef-with-border .qodef-package-content-holder {
  border: 1px solid #e1e1e1;
}
.qodef-re-author-holder .qodef-author-image img,
.qodef-re-author-holder .qodef-re-author-footer.qodef-author-agents img {
  border-radius: 100%;
}
.qodef-package-list-holder .qodef-package-title-holder {
  position: relative;
  height: 100%;
  background-color: var(--var-color-2, #283376);
}
.qodef-package-list-holder .qodef-package-title {
  color: #fff;
  padding: 31px 0 25px;
  margin: 0;
}
.qodef-package-list-holder .qodef-package-price {
  padding: 78px 0 25px;
  color: var(--var-color-1, #e88b00);
  font-size: 55px;
      font-family: "Raleway", Sans-serif;
  font-weight: 300;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
.qodef-package-list-holder .qodef-package-price-dash,
.qodef-re-author-holder .qodef-re-author-image {
  line-height: 0;
}
.qodef-package-list-holder .qodef-package-price-dash .qodef-dash {
  display: inline-block;
  line-height: 0;
  width: 37px;
  height: 1px;
  background-color: var(--var-color-2, #283376);
}
.qodef-package-list-holder .qodef-package-content {
  position: relative;
  text-align: center;
  padding: 26px 27px 15px;
  font-weight: 400;
}
.qodef-package-list-holder .qodef-package-content > div {
  padding: 1px 0;
}
.qodef-package-list-holder .qodef-package-action {
  position: relative;
  padding: 0 30px 86px;
}
.qodef-package-list-holder .qodef-package-action .qodef-btn {
  padding: 10px 8px 6px;
  width: 100%;
}
.qodef-package-list-holder .qodef-package-badge {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 17px;
  left: -19px;
  background-color: #ff212b;
  color: #fff;
  font-size: 12px;
  width: 64px;
  text-align: center;
  padding: 4px 0 3px;
}
.qodef-package-list-holder:not(.qodef-pckgl-one-column) li {
  float: left;
}
.qodef-package-list-holder.qodef-pckgl-two-columns li {
  width: 50%;
}
.qodef-package-list-holder.qodef-pckgl-three-columns li {
  width: 33.33333%;
}
.qodef-package-list-holder.qodef-pckgl-four-columns li {
  width: 25%;
}
.qodef-package-list-holder.qodef-pckgl-five-columns li {
  width: 20%;
}
.qodef-package-list-holder.qodef-pckgl-six-columns li {
  width: 16.66667%;
}
.qodef-re-author-holder {
  margin-top: 84px;
}
.qodef-re-author-holder .qodef-re-author-info-section {
  margin-bottom: 56px;
}
.qodef-re-author-holder .qodef-author-image {
  display: inline-block;
  float: left;
  width: 550px;
}
.qodef-re-author-holder .qodef-author-info {
  display: inline-block;
  float: left;
  width: calc(100% - 550px);
  box-sizing: border-box;
  padding-left: 93px;
  padding-top: 42px;
}
.qodef-re-author-holder .qodef-re-author-title-holder {
  margin-bottom: 16px;
}
.qodef-re-author-holder .qodef-re-author-title-holder .qodef-re-author-title {
  margin: 0;
  font-weight: 500;
}
.qodef-re-author-holder
  .qodef-re-author-title-holder
  .qodef-re-author-description {
  margin: 0;
  font-weight: 400;
  color: #e1e1e1;
}
.qodef-re-author-holder
  .qodef-re-author-title-holder
  .qodef-re-author-description.qodef-author-role {
  text-transform: capitalize;
}
.qodef-re-author-holder .qodef-re-author-description-holder {
  margin-bottom: 34px;
}
.qodef-re-author-holder .qodef-re-author-description-holder p {
  margin: 0;
}
.qodef-re-author-holder .qodef-re-author-contact-section {
  margin-bottom: 33px;
}
.qodef-re-author-holder .qodef-re-contact-item .qodef-contact-label {
  display: block;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
  margin-bottom: 13px;
}
.qodef-re-author-holder .qodef-re-contact-item .qodef-contact-value {
  display: block;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
  color: #1b1b1b;
}
.qodef-re-author-holder .qodef-contact-social-icons a {
  margin-right: 12px;
  font-size: 13px;
}
.qodef-re-author-holder .qodef-contact-social-icons a:last-child {
  margin-right: 0;
}
.qodef-re-author-holder .qodef-re-author-contact .qodef-re-contact-item {
  margin-bottom: 2px;
}
.qodef-re-author-holder
  .qodef-re-author-contact
  .qodef-re-contact-item
  .qodef-contact-icon {
  font-size: 13px;
  color: var(--var-color-2, #283376);
  vertical-align: middle;
  margin-right: 10px;
}
.qodef-re-author-holder .qodef-re-author-footer.qodef-author-social {
  margin-top: 59px;
}
.qodef-re-author-holder
  .qodef-re-author-footer.qodef-author-social
  .qodef-re-social-label {
  margin: 0 0 10px;
}
.qodef-re-author-holder
  .qodef-re-author-footer.qodef-author-social
  .qodef-contact-social-icons
  a {
  margin-right: 12px;
}
.qodef-re-author-holder
  .qodef-re-author-footer.qodef-author-social
  .qodef-contact-social-icons
  a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-re-author-holder .qodef-re-author-footer.qodef-author-agents {
  margin-top: 32px;
}
.qodef-re-author-holder .qodef-re-author-footer.qodef-author-agents h5 {
  margin: 0 0 17px;
}
.qodef-re-author-holder .qodef-re-author-properties-section {
  margin-bottom: 80px;
}
.qodef-re-author-holder
  .qodef-re-author-properties-section
  .qodef-re-properties-title {
  margin: 0 0 40px;
}
.qodef-content
  .qodef-content-inner
  > .qodef-full-width
  > .qodef-full-width-inner.qodef-property-archive-inner,
.qodef-content
  .qodef-content-inner
  > .qodef-full-width
  > .qodef-full-width-inner.qodef-property-search-inner {
  padding-top: 0;
}
.qodef-property-single-holder .qodef-property-single-outer {
  background: #fff;
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 0 20px 30px;
  box-sizing: border-box;
}
.qodef-property-single-holder .qodef-property-single-gallery-holder {
  background-color: #fff;
  padding-bottom: 14px;
  box-sizing: border-box;
}
.qodef-property-single-holder .qodef-property-label-items-holder {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  padding: 35px 0;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-property-single-holder .qodef-property-label-style {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  vertical-align: top;
  width: 20%;
}
.qodef-property-single-holder .qodef-property-label-style * {
  margin: 0;
}
.qodef-property-single-holder .qodef-property-items-style {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  vertical-align: top;
  width: 80%;
}
.qodef-property-single-holder .qodef-label-items-item {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  padding: 0 0 15px;
}
.qodef-property-single-holder .qodef-label-items-label {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  vertical-align: top;
  width: 50%;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #5b5a5a;
}
.qodef-property-single-holder .qodef-label-items-label .qodef-label-text {
  vertical-align: middle;
}
.qodef-property-single-holder .qodef-label-items-label .qodef-label-icon img {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  margin-right: 10px;
}
.qodef-property-single-holder .qodef-label-items-value {
  position: relative;
  display: table-cell;
  height: 100%;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1b1b1b;
  vertical-align: top;
  width: 50%;
  line-height: 1.5em;
}
.qodef-property-single-holder .qodef-property-attachment a {
  color: var(--var-color-1, #e88b00);
}
.single-property aside.qodef-sidebar {
  margin: 40px 0 60px;
}
.qodef-property-basic-info-holder .qodef-property-param {
  display: inline-block;
  width: 50%;
  float: left;
}
.qodef-property-basic-info-holder .qodef-property-param .qodef-property-label {
  display: block;
  font-weight: 500;
      font-family: "Raleway", Sans-serif;
  color: #1b1b1b;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 11px;
}
.qodef-property-basic-info-holder .qodef-property-param .qodef-property-value {
  display: block;
  font-weight: 400;
  letter-spacing: 0.025em;
      font-family: "Raleway", Sans-serif;
  color: #1b1b1b;
  font-size: 13px;
  line-height: 1;
}
@media only screen and (max-width: 680px) {

  .qodef-property-basic-info-holder .qodef-property-param {
    width: 50%;
    margin-bottom: 20px;
  }
}
.qodef-property-costs.qodef-property-label-items-holder {
  padding: 35px 0 20px;
}
.qodef-property-description .qodef-property-description-items p {
  margin: 0;
}
.qodef-property-description
  .qodef-property-description-items
  .qodef-property-attachment {
  margin: 18px 0 0;
}
.qodef-property-features.qodef-property-label-items-holder {
  padding: 35px 0 25px;
}
.qodef-property-features .qodef-feature {
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
  color: #5b5a5a;
}
.qodef-property-features .qodef-feature.qodef-feature-inactive {
  color: #b3b2b2;
}
.qodef-property-features .qodef-feature.qodef-feature-active,
.qodef-property-features .qodef-feature.qodef-feature-inactive {
  padding: 0 0 9px;
}
.qodef-property-features .qodef-feature .qodef-feature-icon {
  margin-right: 10px;
  font-size: 15px;
  position: relative;
  top: 2px;
}
.qodef-property-floor-plans
  .qodef-accordion-holder
  .qodef-accordion-title-content {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-property-floor-plans
  .qodef-accordion-holder
  .qodef-accordion-title-value {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 40%;
  font-weight: 500;
}
.qodef-property-floor-plans
  .qodef-accordion-holder
  .qodef-accordion-title-info {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 60%;
  text-align: right;
      font-family: "Raleway", Sans-serif;
}
.qodef-property-floor-plans
  .qodef-accordion-holder
  .qodef-accordion-title-item {
  padding: 0 0 0 23px;
}
.qodef-property-floor-plans
  .qodef-accordion-holder
  .qodef-accordion-title-item
  .qodef-accordion-bath-label,
.qodef-property-floor-plans
  .qodef-accordion-holder
  .qodef-accordion-title-item
  .qodef-accordion-room-label,
.qodef-property-floor-plans
  .qodef-accordion-holder
  .qodef-accordion-title-item
  .qodef-accordion-size-label {
  font-weight: 300;
}
.qodef-property-floor-plans
  .qodef-accordion-holder
  .qodef-accordion-title-item
  .qodef-accordion-bath-value,
.qodef-property-floor-plans
  .qodef-accordion-holder
  .qodef-accordion-title-item
  .qodef-accordion-room-value,
.qodef-property-floor-plans
  .qodef-accordion-holder
  .qodef-accordion-title-item
  .qodef-accordion-size-value {
  font-weight: 400;
}
.qodef-property-floor-plans .qodef-accordion-holder .qodef-accordion-image {
  margin: 30px 0 0;
}
.qodef-property-enquiry-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1002;
  display: none;
}
.qodef-property-enquiry-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 388px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0;
}
.qodef-property-enquiry-inner .qodef-property-enquiry-heading {
  height: 52px;
}
.qodef-property-enquiry-inner .qodef-property-enquiry-title {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 52px 0 37px;
  line-height: 52px;
  box-sizing: border-box;
  margin: 0;
  color: #fff;
  background-color: #1b1b1b;
}
.qodef-property-enquiry-inner .qodef-property-enquiry-close {
  position: absolute;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  top: 0;
  right: 0;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
}
.qodef-property-enquiry-inner .qodef-property-enquiry-form {
  padding: 47px 34px;
  box-sizing: border-box;
}
.qodef-property-enquiry-inner .qodef-property-enquiry-form input[type="text"],
.qodef-property-enquiry-inner .qodef-property-enquiry-form input[type="email"] {
  margin-bottom: 10px;
}
.qodef-property-enquiry-inner .qodef-property-enquiry-form textarea {
  max-width: 100%;
  margin-bottom: 30px;
}
.qodef-property-enquiry-inner .qodef-property-enquiry-form .qodef-btn {
  width: 100%;
}
.qodef-property-leasing-terms.qodef-property-label-items-holder {
  padding: 35px 0 20px;
}
.qodef-property-map .qodef-property-map-address {
  margin: 30px 0 0;
}
.qodef-property-map .qodef-property-map-address .qodef-map-item {
  display: block;
}
.qodef-property-map
  .qodef-property-map-address
  .qodef-label-items-item
  .qodef-address-icon {
  margin-right: 8px;
}
.qodef-property-map
  .qodef-property-map-address
  .qodef-label-items-item
  .qodef-label-items-label
  span {
  vertical-align: middle;
}
.qodef-property-map.qodef-property-label-items-holder {
  padding: 35px 0 15px;
}
@media only screen and (max-width: 768px) {
  .qodef-property-multi-unit .qodef-property-multi-unit-items {
    overflow-x: auto;
  }
}
.qodef-property-multi-unit .qodef-property-multi-unit-items thead td {
  font-weight: 700;
      font-family: "Raleway", Sans-serif;
  color: var(--var-color-2, #283376);
}
.qodef-property-multi-unit .qodef-property-multi-unit-items td {
  padding: 10px;
}
.qodef-property-multi-unit table {
  border-collapse: initial;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  border-bottom: none;
}
.qodef-property-multi-unit table td {
  border-bottom: 1px solid #e1e1e1;
}
.qodef-property-price-info-holder .qodef-property-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: 400;
  color: var(--var-color-1, #e88b00);
      font-family: "Raleway", Sans-serif;
}
.qodef-property-price-info-holder .qodef-property-cta {
  display: inline-block;
  padding-left: 40px;
  box-sizing: border-box;
  vertical-align: middle;
}
@media only screen and (max-width: 1440px) {
  .qodef-property-price-info-holder .qodef-property-cta {
    padding-left: 20px;
  }
}
.qodef-property-price-info-holder .qodef-re-add-to-compare {
      font-family: "Raleway", Sans-serif;
  font-size: 11px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: var(--var-color-2, #283376);
}
.qodef-property-price-info-holder .qodef-re-add-to-compare span {
  position: relative;
  display: inline-block;
}
.qodef-property-price-info-holder .qodef-re-add-to-compare span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--var-color-2, #283376);
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.qodef-property-related-posts-holder {
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-property-related-posts-holder .qodef-property-related-posts-title {
  margin: 0 0 20px;
}
.qodef-property-related-posts-holder h4 {
  margin: 0;
}
.qodef-property-reviews {
  padding-top: 30px;
  box-sizing: border-box;
}
.qodef-property-reviews .qodef-comment-holder-inner {
  padding: 27px 0 30px;
}
.qodef-property-reviews .qodef-comment-list .qodef-comment-name {
  display: inline-block;
}
.qodef-property-reviews .comment-respond {
  position: relative;
}
.qodef-property-reviews .qodef-comment-form-rating {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 680px) {
  .qodef-property-reviews .qodef-comment-form-rating {
    position: initial;
  }
}
.qodef-property-reviews .qodef-comment-form-inner {
  padding-bottom: 30px;
}
.qodef-property-specification .qodef-additional-spec {
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.qodef-property-specification.qodef-property-label-items-holder {
  padding: 29px 0 15px;
}
.qodef-property-tags .qodef-tag-item {
  display: inline-block;
  float: left;
}
.qodef-property-tags .qodef-tag-item a {
  padding: 9px 21px;
  margin: 0 9px 9px 0;
  font-size: 12px;
  line-height: 1em;
  border: 1px solid #e1e1e1;
      font-family: "Raleway", Sans-serif;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, border-color 0.2s ease-out;
  color: #1a1a1a;
}
.qodef-property-tags .qodef-tag-item a:hover {
  color: var(--var-color-1, #e88b00);
  border-color: var(--var-color-1, #e88b00);
}
.qodef-property-tags.qodef-property-label-items-holder {
  padding: 35px 0 25px;
}
.qodef-property-title-section {
  box-sizing: border-box;
  padding: 56px 30px;
  background-color: #fff;
}
.qodef-property-title-section .qodef-property-title-inner {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-property-title-section .qodef-property-title-cell {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.qodef-property-title-section .qodef-title-left {
  width: 26%;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .qodef-property-title-section .qodef-title-left {
    width: 34%;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-property-title-section .qodef-title-left {
    width: 20%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-property-title-section .qodef-title-left {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    border-bottom: 1px solid #e1e1e1;
  }
}
.qodef-property-title-section .qodef-title-center-left {
  width: 32%;
  text-align: left;
  padding-left: 58px;
  border-left: 1px solid #e1e1e1;
}
@media only screen and (max-width: 1440px) {
  .qodef-property-title-section .qodef-title-center-left {
    padding-left: 30px;
    width: 31%;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-property-title-section .qodef-title-center-left {
    width: 35%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-property-title-section .qodef-title-center-left {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    border-bottom: 1px solid #e1e1e1;
    border-left: 0;
  }
}
.qodef-property-title-section .qodef-title-center-right {
  width: 32%;
  text-align: left;
  padding-left: 48px;
  border-left: 1px solid #e1e1e1;
}
@media only screen and (max-width: 1440px) {
  .qodef-property-title-section .qodef-title-center-right {
    padding-left: 25px;
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-property-title-section .qodef-title-center-right {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-property-title-section .qodef-title-center-right {
    display: inline-block;
    padding-left: 0;
    width: 65%;
    border-left: 0;
    line-height: 47px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-property-title-section .qodef-title-center-right {
    margin-bottom: 20px;
    width: 100%;
  }
}
.qodef-property-title-section .qodef-title-right {
  width: 10%;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .qodef-property-title-section .qodef-title-right {
    display: inline-block;
    width: 30%;
    float: right;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-property-title-section .qodef-title-right {
    width: 100%;
    float: none;
    text-align: left;
  }
}
.qodef-property-title-section .qodef-property-stars {
  color: var(--var-color-1, #e88b00);
}
.qodef-property-title-section .qodef-title-title {
  margin: 0 0 5px;
}
.qodef-property-title-section .qodef-title-inline-part {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 15px;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  border-right: 1px solid #e1e1e1;
  color: #939393;
}
.qodef-property-title-section .qodef-title-inline-part:first-child {
  padding-left: 0;
}
.qodef-property-title-section .qodef-title-inline-part:last-child {
  border-right: 0;
}
.qodef-property-title-section .qodef-title-inline-part .qodef-stars {
  color: var(--var-color-1, #e88b00);
}
.qodef-property-title-section .qodef-title-inline-part .qodef-views-icon {
  color: var(--var-color-2, #283376);
}
.qodef-property-title-section .qodef-property-statuses {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 9px 2px;
  background-color: var(--var-color-1, #e88b00);
  color: white;
      font-family: "Raleway", Sans-serif;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: inline-block;
}
.qodef-property-title-section .qodef-title-id {
  font-size: 13px;
}
.qodef-property-title-section .qodef-property-id-value {
  color: var(--var-color-2, #283376);
}
.qodef-property-virtual-tour iframe {
  width: 100%;
}
.wpb_widgetised_column .widget.qodef-add-property-widget,
aside.qodef-sidebar .widget.qodef-add-property-widget {
  border: 0;
  padding: 0;
}
.qodef-top-bar .widget.qodef-add-property-widget {
  display: inline-block;
}
.widget.qodef-add-property-widget .qodef-btn {
  text-transform: none;
  padding: 7px 12px;
  background-color: #1a1a1a;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.fixed):not(.qodef-sticky-header)
  .qodef-menu-area
  .widget.qodef-add-property-widget
  .qodef-btn
  > span {
  color: #fff !important;
}
.widget.qodef-add-property-widget .qodef-btn > span:not(.qodef-btn-text) {
  font-size: 17px;
  vertical-align: middle;
  margin: -2px -5px 0;
}
.widget.qodef-add-property-widget .qodef-btn:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #1b1b1b !important;
}
.widget.qodef-contact-property-widget .qodef-contact-holder h5 {
  margin: 0;
}
.widget.qodef-contact-property-widget
  .qodef-contact-holder
  .qodef-contact-title {
  margin: 0 0 10px;
}
.widget.qodef-contact-property-widget .qodef-contact-image {
  margin-bottom: 20px;
}
.widget.qodef-contact-property-widget .qodef-contact-social-icons a {
  font-size: 13px;
  margin-right: 17px;
  color: #939393;
}
.widget.qodef-contact-property-widget .qodef-contact-social-icons a:hover {
  color: var(--var-color-1, #e88b00);
}
.widget.qodef-contact-property-widget .qodef-contact-social {
  margin: 24px 0 0;
}
.widget.qodef-contact-property-widget .qodef-contact-label {
  padding-left: 7px;
  position: relative;
  top: -1px;
  font-size: 13px;
  font-weight: 500;
      font-family: "Raleway", Sans-serif;
}
.widget.qodef-contact-property-widget .qodef-contact-icon {
  font-size: 15px;
  color: var(--var-color-2, #283376);
}
.widget.qodef-mortgage-calculator-widget .qodef-mc-field-holder label,
.widget.qodef-mortgage-calculator-widget input[type="text"] {
  font-size: 13px;
  font-weight: 500;
      font-family: "Raleway", Sans-serif;
}
.widget.qodef-contact-property-widget .qodef-contact-link,
.widget.qodef-contact-property-widget .qodef-contact-name,
.widget.qodef-contact-property-widget .qodef-contact-phone,
.widget.qodef-contact-property-widget .qodef-contact-website {
  padding: 3px 0;
}
.widget.qodef-mortgage-calculator-widget .qodef-widget-title-holder {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  padding: 18px 14px 11px;
}
.widget.qodef-mortgage-calculator-widget .qodef-mortgage-calculator-holder {
  padding: 0;
}
.widget.qodef-mortgage-calculator-widget .qodef-btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin: 5px 0 0;
}
.widget.qodef-mortgage-calculator-widget input[type="text"] {
  width: 100%;
  margin: 4px 0 11px;
  padding: 11px 13px 9px;
}
.widget.qodef-mortgage-calculator-widget .qodef-mc-result-holder {
  margin-top: 10px;
  display: none;
}
.widget.qodef-recently-viewed-property-widget .qodef-widget-title-holder {
  display: block;
  padding: 0;
}
.widget.qodef-recently-viewed-property-widget article:last-child {
  margin: 0;
}
.widget.qodef-recently-viewed-property-widget article:hover .qodef-pli-title a {
  color: var(--var-color-1, #e88b00);
}
.qodef-re-compare-holder {
  position: fixed;
  top: 0;
  right: -365px;
  width: 365px;
  height: 100%;
  min-height: 100%;
  padding: 62px 45px 36px;
  background-color: #fff;
  text-align: left;
  overflow: visible;
  visibility: hidden;
  z-index: 1990;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.qodef-re-compare-holder .qodef-re-compare-holder-scroll {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.qodef-re-compare-holder .qodef-re-compare-actions {
  margin-top: 15px;
}
.qodef-re-compare-holder .qodef-re-compare-actions .qodef-btn:first-child {
  margin-right: 10px;
}
.qodef-re-compare-holder-opener {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  left: -90px;
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
      font-family: "Raleway", Sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  background-color: var(--var-color-2, #283376);
  color: #fff;
  z-index: 1000;
  text-align: center;
  visibility: visible;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
.qodef-compare-empty .qodef-re-compare-holder-opener {
  left: 0;
}
.qodef-re-compare-holder-opener:hover {
  color: #fff;
}
.qodef-re-ch-slide-from-right.qodef-re-ch-opened .qodef-wrapper .qodef-cover {
  z-index: 3000;
}
.qodef-re-ch-slide-from-right.qodef-re-ch-opened .qodef-re-compare-holder {
  right: 0;
  visibility: visible;
}
.qodef-re-ch-slide-from-right .qodef-wrapper .qodef-cover {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.qodef-re-compare-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(34, 34, 34, 0.9);
  padding: 75px;
  visibility: hidden;
  opacity: 0;
  z-index: 1001;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-re-compare-popup.qodef-re-popup-opened {
  visibility: visible;
  opacity: 1;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item.qodef-with-opacity,
.qodef-re-compare-popup #qodef-re-popup-items li > div.qodef-with-opacity,
.qodef-re-compare-popup #qodef-re-popup-items.qodef-with-opacity {
  opacity: 0.5;
}
.qodef-re-compare-popup .qodef-re-compare-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  color: var(--var-color-2, #283376);
  z-index: 20;
  text-align: center;
}
.qodef-re-compare-popup .qodef-re-popup-inner,
.qodef-re-compare-popup .qodef-re-popup-items-holder,
.qodef-re-compare-popup .qodef-re-popup-outer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  overflow: hidden;
}
.qodef-re-compare-popup .qodef-re-popup-outer {
  padding: 40px 55px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
.qodef-re-compare-popup #qodef-re-popup-items {
  list-style: none;
  margin: 0;
  position: relative;
  max-height: 100%;
}
.qodef-re-compare-popup #qodef-re-popup-items li {
  display: flex;
  line-height: 21px;
  transition: 0.3s;
  border: 1px solid #e1e1e1;
  border-bottom: 0;
}
.qodef-re-compare-popup #qodef-re-popup-items li:first-child {
  border: 0;
}
.qodef-re-compare-popup #qodef-re-popup-items li:first-child > div {
  margin-bottom: 43px;
}
.qodef-re-compare-popup #qodef-re-popup-items li:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}
.qodef-re-compare-popup #qodef-re-popup-items li.qodef-re-info-holder > div {
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #1b1b1b;
  line-height: 1;
}
.qodef-re-compare-popup
  #qodef-re-popup-items
  li.qodef-re-info-holder
  > div:first-child {
  font-weight: 500;
}
.qodef-re-compare-popup #qodef-re-popup-items li > div {
  flex: 1;
  padding: 15px;
  color: #1a1a1a;
  text-align: center;
}
.qodef-re-compare-popup #qodef-re-popup-items li > div:last-child {
  margin-bottom: 0;
}
.qodef-re-compare-popup #qodef-re-popup-items li > div .qodef-item-top-section {
  position: relative;
}
.qodef-re-compare-popup #qodef-re-popup-items li > div .qodef-ci-image {
  line-height: 0;
  overflow: hidden;
}
.qodef-re-compare-popup #qodef-re-popup-items li > div .qodef-ci-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
}
.qodef-re-compare-popup
  #qodef-re-popup-items
  li
  > div
  .qodef-item-top-section-content {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
}
.qodef-re-compare-popup
  #qodef-re-popup-items
  li
  > div
  .qodef-item-top-section-content-inner {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-re-compare-popup #qodef-re-popup-items li > div .qodef-item-info-top {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
}
.qodef-re-compare-popup
  #qodef-re-popup-items
  li
  > div
  .qodef-re-add-to-compare {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  background-color: var(--var-color-2, #283376);
}
.qodef-re-compare-popup #qodef-re-popup-items li > div .qodef-ci-statuses {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
      font-family: "Raleway", Sans-serif;
  right: 0;
  top: 0;
  box-sizing: border-box;
  position: absolute;
  z-index: 99;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  padding: 4px 9px 2px;
}
.qodef-re-compare-popup #qodef-re-popup-items li > div .qodef-ci-featured {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 53px;
  background-color: #1b1b1b;
}
.qodef-re-compare-popup #qodef-re-popup-items li > div .qodef-ci-featured > i {
  left: -1px;
  position: relative;
}
.qodef-re-compare-popup
  #qodef-re-popup-items
  li
  > div
  .qodef-item-bottom-section {
  margin-top: 16px;
  position: relative;
}
.qodef-re-compare-popup
  #qodef-re-popup-items
  li
  > div
  .qodef-item-bottom-section-content {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-re-compare-popup #qodef-re-popup-items li > div .qodef-ci-title {
  margin: 0;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 65%;
  text-align: left;
}
.qodef-re-compare-popup #qodef-re-popup-items li > div .qodef-ci-price {
  color: var(--var-color-1, #e88b00);
  font-size: 22px;
      font-family: "Raleway", Sans-serif;
  font-weight: 500;
  text-align: right;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 35%;
}
.qodef-re-compare-items-holder.qodef-items-standard .qodef-ci-item {
  margin-bottom: 25px;
}
.qodef-re-compare-items-holder.qodef-items-standard .qodef-ci-item:last-child {
  margin-bottom: 0;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-item-top-section {
  position: relative;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-ci-image {
  line-height: 0;
  overflow: hidden;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-ci-image
  img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  backface-visibility: hidden;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-item-top-section-content {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-item-top-section-content-inner {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-item-info-top {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-re-add-to-compare {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  background-color: var(--var-color-2, #283376);
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-ci-statuses {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
      font-family: "Raleway", Sans-serif;
  right: 0;
  top: 0;
  box-sizing: border-box;
  position: absolute;
  z-index: 99;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  padding: 4px 9px 2px;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-ci-featured {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 53px;
  background-color: #1b1b1b;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-ci-featured
  > i {
  left: -1px;
  position: relative;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-item-bottom-section {
  margin-top: 16px;
  position: relative;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-item-bottom-section-content {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-ci-title {
  margin: 0;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 65%;
  text-align: left;
}
.qodef-re-compare-items-holder.qodef-items-standard
  .qodef-ci-item
  .qodef-ci-price {
  color: var(--var-color-1, #e88b00);
  font-size: 22px;
      font-family: "Raleway", Sans-serif;
  font-weight: 500;
  text-align: right;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 35%;
}
.qodef-re-profile-searches-holder table {
  margin-top: 51px;
}
.qodef-re-profile-searches-holder .qodef-property-search {
  display: inline-block;
  vertical-align: middle;
}
.qodef-re-profile-searches-holder .qodef-property-search button {
  background: 0 0;
  display: inline-block;
  outline: 0;
  box-shadow: none;
  padding: 0;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
}
.qodef-re-profile-searches-holder .qodef-undo-query-save {
  cursor: pointer;
  font-size: 18px;
  margin-left: 7px;
}
.qodef-re-profile-searches-holder .qodef-query-search-page {
  font-size: 18px;
  color: #b3b2b2;
}
.qodef-re-profile-all-properties-holder .qodef-re-profile-property-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  border-bottom: 1px solid #e1e1e1;
  padding: 24px 0;
  box-sizing: border-box;
}
.qodef-re-profile-all-properties-holder
  .qodef-re-profile-property-item:last-child {
  border-bottom: 0;
}
.qodef-re-profile-all-properties-holder
  .qodef-re-profile-property-item
  .qodef-re-profile-property-item-image-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.qodef-re-profile-all-properties-holder
  .qodef-re-profile-property-item
  .qodef-re-profile-property-item-image
  img {
  display: block;
}
.qodef-re-profile-all-properties-holder
  .qodef-re-profile-property-item
  .qodef-re-profile-property-item-title {
  margin-left: 36px;
}
.search.search-results .qodef-property-list-holder article {
  border: 0;
}
.qodef-property-city-list-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 0;
}
.qodef-property-city-list-slider .qodef-pcl-inner {
  margin: 0 !important;
}
.qodef-property-city-list-slider .qodef-pcl-item {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.qodef-property-city-list-holder .qodef-pcl-item {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.qodef-property-city-list-holder .qodef-pcl-item-inner {
  position: relative;
}
.qodef-property-city-list-holder
  .qodef-pcl-item-inner:hover
  .qodef-pcl-item-image
  img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}
.qodef-property-city-list-holder .qodef-pcl-item-image {
  line-height: 0;
  overflow: hidden;
}
.qodef-property-city-list-holder .qodef-pcl-item-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  backface-visibility: hidden;
}
.qodef-property-city-list-holder .qodef-pcl-item-title-country-count {
  color: #fff;
  padding: 15px 36px;
  display: inline-block;
  background-color: #1A1A1A;
  font-family: "Raleway", Sans-serif;
}
.qodef-property-city-list-holder .qodef-pcl-item-content {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qodef-property-city-list-holder .qodef-pcl-item-content-outer {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-property-city-list-holder .qodef-pcl-item-content-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}
.qodef-property-city-list-holder .qodef-pcl-item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qodef-pls-holder .qodef-pls-item .qodef-item-title-address,
.qodef-pls-holder .qodef-pls-item .qodef-property-price,
.qodef-property-list-holder,
.qodef-property-list-holder article {
  display: inline-block;
  vertical-align: middle;
}
.qodef-property-city-list-holder:not(.qodef-pcl-one-column) li {
  float: left;
}
.qodef-property-city-list-holder.qodef-pcl-two-columns li {
  width: 50%;
}
.qodef-property-city-list-holder.qodef-pcl-three-columns li {
  width: 33.33333%;
}
.qodef-property-city-list-holder.qodef-pcl-four-columns li {
  width: 25%;
}
.qodef-property-city-list-holder.qodef-pcl-five-columns li {
  width: 20%;
}
.qodef-property-city-list-holder.qodef-pcl-six-columns li {
  width: 16.66667%;
}
.qodef-pls-holder .qodef-pls-item {
  position: relative;
}
.qodef-pls-holder .qodef-pls-item .qodef-item-info-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--var-color-2, #283376);
  color: #fff;
  padding: 37px 56px 44px;
  box-sizing: border-box;
}
.qodef-pls-holder .qodef-pls-item .qodef-item-title-address {
  position: relative;
  padding: 0 35px 3px 0;
}
.qodef-pls-holder .qodef-pls-item .qodef-item-title-address:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: calc(100% - 8px);
  width: 1px;
  background-color: #fff;
}
.qodef-pls-holder .qodef-pls-item .qodef-property-address,
.qodef-pls-holder .qodef-pls-item .qodef-property-id-title {
  color: #fff;
  margin: 0;
}
.qodef-pls-holder .qodef-pls-item .qodef-item-featured-image {
  background-size: cover;
  background-position: center;
}
.qodef-pls-holder .qodef-pls-item .qodef-property-address {
  margin-top: 3px;
}
.qodef-pls-holder .qodef-pls-item .qodef-property-price {
  font-size: 43px;
      font-family: "Raleway", Sans-serif;
  font-weight: 300;
  padding-left: 24px;
  line-height: 1em;
}
.qodef-property-list-holder {
  position: relative;
  width: 100%;
}
.qodef-property-list-holder article {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.touch .qodef-property-list-holder article {
  cursor: pointer;
}
.qodef-property-list-holder article .qodef-pl-item-inner,
.qodef-property-list-holder article .qodef-pli-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-property-list-holder article .qodef-pli-image img {
  display: block;
  width: 100%;
}
.qodef-property-list-holder article .qodef-pli-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qodef-property-list-holder.qodef-pl-with-map .qodef-property-list-map-part {
  width: 46%;
  position: fixed;
  z-index: 100;
  height: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
.qodef-property-list-holder.qodef-pl-with-map .qodef-property-list-items-part {
  float: right;
  position: relative;
  width: 54%;
  padding: 0 4% 55px;
  box-sizing: border-box;
  margin-top: 33px;
}
.qodef-property-list-holder.qodef-pl-with-map.qodef-pl-hide-list
  .qodef-property-list-map-part {
  width: 100%;
  position: initial;
  height: 600px;
}
@media only screen and (max-width: 1024px) {
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-hide-list
    .qodef-property-list-map-part {
    height: 500px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-hide-list
    .qodef-property-list-map-part {
    height: 350px;
  }
}
.qodef-property-list-holder.qodef-pl-with-map.qodef-pl-hide-list
  .qodef-property-list-items-part {
  display: none;
}
.qodef-property-list-holder.qodef-pl-gallery:not(.qodef-pl-one-column) article {
  float: left;
}
.qodef-property-list-holder.qodef-pl-gallery.qodef-pl-two-columns article {
  width: 50%;
}
.qodef-property-list-holder.qodef-pl-gallery.qodef-pl-three-columns article {
  width: 33.33333%;
}
.qodef-property-list-holder.qodef-pl-gallery.qodef-pl-four-columns article {
  width: 25%;
}
@media only screen and (min-width: 1201px) {
  .qodef-property-list-holder.qodef-pl-gallery.qodef-pl-four-columns.qodef-pl-no-map
    article:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1281px) {
  .qodef-property-list-holder.qodef-pl-gallery.qodef-pl-four-columns.qodef-pl-with-map
    article:nth-child(4n + 1) {
    clear: both;
  }
}
.qodef-property-list-holder.qodef-pl-gallery.qodef-pl-five-columns article {
  width: 20%;
}
@media only screen and (min-width: 1367px) {
  .qodef-property-list-holder.qodef-pl-gallery.qodef-pl-five-columns.qodef-pl-no-map
    article:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-property-list-holder.qodef-pl-gallery.qodef-pl-five-columns.qodef-pl-with-map
    article:nth-child(5n + 1) {
    clear: both;
  }
}
.qodef-property-list-holder.qodef-pl-masonry .qodef-pl-inner {
  opacity: 0;
}
.qodef-property-list-holder.qodef-pl-masonry .qodef-pl-grid-sizer,
.qodef-property-list-holder.qodef-pl-masonry article {
  width: 100%;
}
.qodef-property-list-holder.qodef-pl-masonry .qodef-pl-grid-gutter {
  width: 0;
}
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-two-columns
  .qodef-pl-grid-sizer,
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-two-columns article {
  width: 50%;
}
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-two-columns
  article.qodef-pl-masonry-large-width,
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-two-columns
  article.qodef-pl-masonry-large-width-height {
  width: 100%;
}
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-three-columns
  .qodef-pl-grid-sizer,
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-three-columns article {
  width: 33.33333%;
}
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-three-columns
  article.qodef-pl-masonry-large-width,
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-three-columns
  article.qodef-pl-masonry-large-width-height {
  width: 66.66667%;
}
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-four-columns
  .qodef-pl-grid-sizer,
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-four-columns article {
  width: 25%;
}
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-four-columns
  article.qodef-pl-masonry-large-width,
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-four-columns
  article.qodef-pl-masonry-large-width-height {
  width: 50%;
}
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns
  .qodef-pl-grid-sizer,
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns article {
  width: 20%;
}
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns
  article.qodef-pl-masonry-large-width,
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns
  article.qodef-pl-masonry-large-width-height {
  width: 40%;
}
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-images-fixed
  article
  .qodef-item-top-section,
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-images-fixed
  article
  .qodef-pl-item-inner,
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-images-fixed
  article
  .qodef-pli-image,
.qodef-property-list-holder.qodef-pl-masonry.qodef-pl-images-fixed
  article
  .qodef-pli-image
  img {
  height: 100%;
}
.qodef-property-list-holder.qodef-pl-properties-not-found .qodef-pl-inner {
  margin: 0;
}
.qodef-property-list-holder.qodef-pl-pag-standard .qodef-pl-inner {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-pl-standard-pagination ul li.qodef-pl-pag-prev a,
.qodef-property-list-holder.qodef-pl-pag-standard.qodef-pl-pag-standard-animate
  .qodef-pl-inner {
  opacity: 0;
}
.qodef-pl-standard-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 20px 0 0;
  clear: both;
}
.qodef-pl-standard-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.qodef-pl-standard-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  padding: 0;
}
.qodef-pl-standard-pagination ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.qodef-pl-standard-pagination ul li.qodef-pl-pag-active a {
  color: var(--var-color-1, #e88b00);
}
.qodef-pl-standard-pagination ul li.qodef-pl-pag-next,
.qodef-pl-standard-pagination ul li.qodef-pl-pag-prev {
  position: absolute;
  top: 0;
}
.qodef-pl-standard-pagination ul li.qodef-pl-pag-next a,
.qodef-pl-standard-pagination ul li.qodef-pl-pag-prev a {
  font-size: 30px;
  -webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  transition: color 0.2s ease-out, opacity 0.2s ease-out;
}
.qodef-pl-standard-pagination ul li.qodef-pl-pag-next a span,
.qodef-pl-standard-pagination ul li.qodef-pl-pag-next a span:before,
.qodef-pl-standard-pagination ul li.qodef-pl-pag-prev a span,
.qodef-pl-standard-pagination ul li.qodef-pl-pag-prev a span:before {
  display: block;
  line-height: inherit;
}
.qodef-pl-standard-pagination ul li.qodef-pl-pag-prev {
  left: 0;
}
.qodef-pl-standard-pagination ul li.qodef-pl-pag-next {
  right: 0;
}
.qodef-pl-standard-pagination ul li.qodef-pl-pag-next a {
  opacity: 1;
}
.qodef-pl-load-more-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-pl-load-more-holder .qodef-pl-load-more {
  margin: 40px 0 0;
  text-align: center;
}
.qodef-pl-loading {
  position: relative;
  display: none;
  width: 100%;
  margin: 40px 0 20px;
  color: var(--var-color-2, #283376);
  text-align: center;
}
.qodef-pl-loading.qodef-standard-pag-trigger {
  position: absolute;
  bottom: 100px;
  left: 0;
}
.qodef-pl-loading.qodef-showing {
  display: block;
}
.qodef-pl-loading > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: var(--var-color-2, #283376);
  border-radius: 100%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.qodef-pl-loading .qodef-pl-loading-bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.qodef-pl-loading .qodef-pl-loading-bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-row.qodef-filter-section-action {
  margin: 0 -3px 50px;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-property-filter-button-holder {
  width: 33.33%;
  float: left;
  position: relative;
  padding: 0 3px;
  box-sizing: border-box;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-property-filter-button-holder
  .qodef-btn {
  width: 100%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-query-result {
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-undo-query-save {
  cursor: pointer;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-undo-query-message {
  padding-right: 3px;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-city-holder {
  position: relative;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-city-holder
  label {
  display: block;
  margin: 0 0 7px;
  color: #444;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-features-holder
  .qodef-feature-item {
  display: inline-block;
  float: left;
  width: 25%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-size-holder
  label {
  display: block;
  margin: 0 0 7px;
  color: #444;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-size-holder
  .qodef-input-max-size,
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-size-holder
  .qodef-input-min-size {
  display: inline-block;
  float: left;
  position: relative;
  width: calc(50% - 5px);
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-size-holder
  .qodef-input-max-size
  input,
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-size-holder
  .qodef-input-min-size
  input {
  margin-bottom: 0;
  padding: 12px 30px 11px 10px;
  width: 100%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-size-holder
  .qodef-input-min-size {
  margin-right: 10px;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-size-holder
  .qodef-sufix {
  position: absolute;
  line-height: 50px;
  right: 12px;
  top: 0;
}
.qodef-property-list-holder.qodef-pl-city-set
  .qodef-property-list-filter-part
  .qodef-section-size {
  width: 50%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-range-slider-response-holder {
  margin: 0 0 7px;
  color: #444;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-range-slider-response-holder
  .qodef-min-price-value {
  color: var(--var-color-2, #283376);
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-range-slider-wrapper {
  height: 36px;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-range-slider {
  position: relative;
  height: 2px;
  background-color: #d8d8d8;
  top: 50%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-range-slider
  .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #e1e1e1;
  z-index: 1;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-range-slider
  .ui-slider-handle {
  position: absolute;
  top: -4px;
  height: 9px;
  width: 9px;
  background-color: var(--var-color-1, #e88b00);
  margin: 0 0 0 -1px;
  cursor: pointer;
  outline: 0;
  z-index: 2;
  border-radius: 50%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-range-slider
  .ui-slider-handle:last-child {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-specification-holder
  label {
  display: inline-block;
      font-family: "Raleway", Sans-serif;
  color: #444;
  font-size: 13px;
  margin-right: 11px;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-specification-holder
  .qodef-quantity-wrapper {
  display: inline-block;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-specification-holder
  .qodef-quantity-buttons {
  position: relative;
  display: block;
  padding: 4px 0;
  float: left;
  width: 25%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-specification-holder
  .qodef-quantity-buttons
  .qodef-spec-quantity-input,
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-specification-holder
  .qodef-quantity-buttons
  .qodef-spec-quantity-minus,
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-specification-holder
  .qodef-quantity-buttons
  .qodef-spec-quantity-plus {
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
  background-color: transparent;
  text-align: center;
  box-sizing: border-box;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-specification-holder
  .qodef-quantity-buttons
  .qodef-spec-quantity-input {
  position: relative;
  height: 24px;
  width: 24px;
  padding: 0;
  border: 0;
  margin: 0;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  color: #444;
  line-height: 24px;
  outline: 0;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-specification-holder
  .qodef-quantity-buttons
  input[type="text"]:not(#url) {
  margin-right: 0;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-specification-holder
  .qodef-quantity-buttons
  .qodef-spec-quantity-minus,
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-specification-holder
  .qodef-quantity-buttons
  .qodef-spec-quantity-plus {
  line-height: 24px;
  width: 24px;
  height: 24px;
  font-size: 10px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-specification-holder
  .qodef-quantity-buttons
  .qodef-spec-quantity-minus:hover,
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-specification-holder
  .qodef-quantity-buttons
  .qodef-spec-quantity-plus:hover {
  border-color: #1a1a1a;
}
.qodef-property-list-holder.qodef-pl-feature-set
  .qodef-property-list-filter-part
  .qodef-section-spec,
.qodef-property-list-holder.qodef-pl-type-set
  .qodef-property-list-filter-part
  .qodef-section-status {
  width: 100%;
}
.qodef-property-list-holder.qodef-pl-type-set
  .qodef-property-list-filter-part
  .qodef-section-status
  .select2 {
  width: 50% !important;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-type-holder
  .qodef-property-type-list-holder
  .qodef-ptl-item {
  border-left: 1px solid #e1e1e1;
  margin: 0;
  padding: 0 12px;
  text-transform: capitalize;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-type-holder
  .qodef-property-type-list-holder
  .qodef-ptl-item:first-child {
  border-left: 0;
  padding-left: 0;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-type-holder
  .qodef-property-type-list-holder
  .qodef-ptl-item
  .qodef-ptl-item-image {
  -webkit-transition: transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-type-holder
  .qodef-property-type-list-holder
  .qodef-ptl-item.active
  .qodef-ptl-item-image,
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-type-holder
  .qodef-property-type-list-holder
  .qodef-ptl-item:hover
  .qodef-ptl-item-image {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-type-holder
  .qodef-property-type-list-holder
  .qodef-ptl-item-title {
  font-size: 13px;
  letter-spacing: 0;
  color: #5b5b5a;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-type-holder
  .qodef-property-type-list-holder
  .qodef-taxonomy-icon {
  color: var(--var-color-1, #e88b00);
}
.qodef-property-list-holder.qodef-pl-status-set
  .qodef-property-list-filter-part
  .qodef-section-type {
  width: 100%;
}
.qodef-property-list-holder .qodef-property-list-filter-part .qodef-filter-row {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin-bottom: 27px;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-section {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 0 14px;
  box-sizing: border-box;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-section:first-child {
  padding-left: 0;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-section:last-child {
  padding-right: 0;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-section.qodef-section-type
  ul {
  margin: 0;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-section-3 {
  width: 25%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-section-4 {
  width: 33.3333%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-section-5 {
  width: 41.6666%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-section-6 {
  width: 50%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-section-9 {
  width: 75%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-filter-section-12 {
  width: 100%;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 40px 0 20px;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  border-left: 0;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-ptl-item-title:after,
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-ptl-item-title:before {
  display: none !important;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-ptl-item
  .qodef-ptl-item-image {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.qodef-property-list-holder
  .qodef-property-list-filter-part
  .qodef-ptl-item:hover
  .qodef-ptl-item-image {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
}
.qodef-property-list-holder .select2 {
  width: 100% !important;
}
.qodef-pl-filter-loading {
  position: relative;
  display: none;
  width: 100%;
  margin: 0 0 40px;
  color: var(--var-color-2, #283376);
  text-align: center;
}
.qodef-pl-filter-loading.qodef-showing {
  display: block;
}
.qodef-pl-filter-loading > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: var(--var-color-2, #283376);
  border-radius: 100%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.qodef-pl-filter-loading .qodef-pl-loading-bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.qodef-pl-filter-loading .qodef-pl-loading-bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -moz-transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-pli-image
  img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-item-top-section {
  position: relative;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-pli-image {
  line-height: 0;
  overflow: hidden;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-pli-image:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 -180px 120px -120px rgba(0, 0, 0, 0.6);
  z-index: 5;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-pli-image
  img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  backface-visibility: hidden;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-item-top-section-content {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 18px;
  z-index: 10;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-item-top-section-content-inner {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-item-info-top {
  display: table-row;
  width: 100%;
  height: 30%;
  vertical-align: top;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-item-info-bottom {
  display: table-row;
  width: 100%;
  height: 70%;
  vertical-align: bottom;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-item-info-bottom-left,
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-item-info-bottom-right {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  vertical-align: bottom;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-item-info-bottom-left {
  width: calc(100% - 80px);
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-item-info-bottom-right {
  width: 80px;
  text-align: right;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-property-statuses {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
      font-family: "Raleway", Sans-serif;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  padding: 4px 9px 2px;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-item-featured {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--var-color-1, #e88b00);
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-pli-title {
  margin: 0;
  color: #fff;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-item-address {
  color: #fff;
  font-weight: 400;
  line-height: 16px;
  margin: 1px 0 0;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-property-price {
  color: var(--var-color-2, #283376);
  background-color: #fff;
  padding: 4px 6px 1px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
      font-family: "Raleway", Sans-serif;
  font-weight: 600;
}
.qodef-property-list-holder.qodef-pl-layout-info-over
  .qodef-pl-item
  .qodef-pli-link {
  z-index: 15;
}
.qodef-property-list-holder.qodef-pl-layout-simple .qodef-pl-item {
  margin: 0 0 18px;
}
.qodef-property-list-holder.qodef-pl-layout-simple
  .qodef-pl-item
  .qodef-item-content-wrapper {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-property-list-holder.qodef-pl-layout-simple
  .qodef-pl-item
  .qodef-item-image-section {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 44px;
  vertical-align: top;
}
.qodef-property-list-holder.qodef-pl-layout-simple
  .qodef-pl-item
  .qodef-item-content {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: calc(100% - 44px);
  padding-left: 13px;
  line-height: 0;
}
.qodef-property-list-holder.qodef-pl-layout-simple
  .qodef-pl-item
  .qodef-item-content
  .qodef-pli-title {
  margin: 0 0 3px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
      font-family: "Raleway", Sans-serif;
}
.qodef-property-list-holder.qodef-pl-layout-simple
  .qodef-pl-item
  .qodef-property-price {
  font-weight: 400;
  color: var(--var-color-1, #e88b00);
  font-size: 13px;
  line-height: 15px;
      font-family: "Raleway", Sans-serif;
  display: block;
  margin-bottom: 5px;
}
.qodef-property-list-holder.qodef-pl-layout-simple
  .qodef-pl-item
  .qodef-item-info,
.qodef-property-list-holder.qodef-pl-layout-simple
  .qodef-pl-item
  .qodef-property-types {
  color: #bebebe;
  font-size: 13px;
  line-height: 15px;
      font-family: "Raleway", Sans-serif;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner {
  position: relative;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:after {
  content: "";
  position: absolute;
  background-color: var(--var-color-2, #283376);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: transform 225ms ease-out, opacity 225ms ease-out;
  -moz-transition: transform 225ms ease-out, opacity 225ms ease-out;
  transition: transform 225ms ease-out, opacity 225ms ease-out;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-item-bottom-section {
  -webkit-transform: translate(51px, 0);
  -moz-transform: translate(51px, 0);
  transform: translate(51px, 0);
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-item-address,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-item-bottom-section,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-item-compare
  a,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-item-info,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-pli-title,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-property-id,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-property-price {
  color: #fff;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-item-address:after,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-item-bottom-section:after,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-item-compare
  a:after,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-item-info:after,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-pli-title:after,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-property-id:after,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover
  .qodef-property-price:after {
  background-color: #fff;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pl-item-inner:hover:after {
  opacity: 1;
  -webkit-transform: translate(22px, 13px);
  -moz-transform: translate(22px, 13px);
  transform: translate(22px, 13px);
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-item-top-section {
  position: relative;
  z-index: 2;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pli-image {
  line-height: 0;
  overflow: hidden;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pli-image
  img {
  backface-visibility: hidden;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-item-top-section-content {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-item-top-section-content-inner {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-item-info-top {
  display: table-row;
  width: 100%;
  height: 30%;
  vertical-align: top;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-item-bottom-section {
  position: relative;
  padding-top: 18px;
  margin-bottom: 5px;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-item-bottom-section
  a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-item-bottom-section
  a:hover {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-property-statuses {
  color: #fff;
  background-color: #BBAD87;
      font-family: "Raleway", Sans-serif;
  right: 0;
  top: 0;
  box-sizing: border-box;
  position: absolute;
  z-index: 99;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  padding: 4px 9px 2px;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-item-featured {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #BBAD87;
      font-family: "Raleway", Sans-serif;
  top: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  padding: 4px 9px 2px;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-item-featured
  > i {
  left: -1px;
  position: relative;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-property-price {
  color: #222;
    font-size: 20px;
    font-weight: 400;
    font-family: auto;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-item-address {
  color: var(--var-color-2, #283376);
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 1px 0 2px;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-item-info {
  font-weight: 600;
  color: var(--var-color-2, #283376);
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pli-title,
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-property-id {
  display: inline;
  margin: 0;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-re-add-to-compare {
  z-index: 10;
      font-family: "Raleway", Sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  position: relative;
  color: var(--var-color-2, #283376);
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-re-add-to-compare:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: var(--var-color-2, #283376);
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.qodef-property-list-holder.qodef-pl-layout-standard
  .qodef-pl-item
  .qodef-pli-link {
  z-index: 2;
}
.qodef-property-search-holder
  .qodef-search-type-section
  .qodef-property-type-list-holder
  ul {
  margin: 0 0 29px;
}
.qodef-property-search-holder
  .qodef-search-type-section
  .qodef-property-type-list-holder
  .qodef-ptl-item {
  color: #1a1a1a;
  border-left: 1px solid #e1e1e1;
}
.qodef-property-search-holder
  .qodef-search-type-section
  .qodef-property-type-list-holder
  .qodef-ptl-item:first-child,
.qodef-property-search-holder
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  border-left: 0;
}
.qodef-property-search-holder
  .qodef-search-type-section
  .qodef-property-type-list-holder
  .qodef-ptl-item.active
  .qodef-ptl-item-title {
  color: var(--var-color-1, #e88b00);
}
.qodef-property-search-holder
  .qodef-search-type-section
  .qodef-property-type-list-holder
  .qodef-ptl-item
  .qodef-ptl-item-image {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.qodef-property-search-holder
  .qodef-search-type-section
  .qodef-property-type-list-holder
  .qodef-ptl-item:hover
  .qodef-ptl-item-image {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
}
.qodef-property-search-holder .qodef-search-type-section .qodef-ptl-item-title {
  top: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.qodef-property-search-holder
  .qodef-search-type-section
  .qodef-ptl-item-title:after,
.qodef-property-search-holder
  .qodef-search-type-section
  .qodef-ptl-item-title:before {
  display: none !important;
}
.qodef-property-search-holder .qodef-search-bottom {
  margin: 0 -7px;
}
.qodef-property-search-holder
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 47px 0 20px;
}
.qodef-property-search-holder .qodef-search-property-icon {
  position: absolute;
  top: 10px;
  left: 19px;
  font-size: 17px;
  z-index: 2;
}
.qodef-property-search-holder .qodef-search-bottom-part {
  float: left;
  padding: 0 7px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.qodef-property-search-holder
  .qodef-search-bottom-part.qodef-search-button-section {
  display: inline-block;
  float: none;
}
.qodef-property-search-holder .qodef-search-bottom-part label {
  width: 100%;
}
.qodef-property-search-holder .qodef-search-bottom-part .select2 {
  display: inline-block;
  width: 100% !important;
}
.qodef-property-search-holder .qodef-search-city-section,
.qodef-property-search-holder .qodef-search-status-section {
  width: 50%;
}
@media only screen and (max-width: 680px) {
  .qodef-property-search-holder .qodef-search-city-section,
  .qodef-property-search-holder .qodef-search-status-section {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.qodef-property-search-holder .select2-container--default {
  height: 47px;
}
.qodef-property-search-holder
  .select2-container--default
  .select2-selection--single {
  height: 47px;
  line-height: 47px;
}
.qodef-property-search-holder.qodef-light-skin
  .qodef-search-bottom
  .select2-container--default
  .select2-selection--single {
  background-color: #fff;
  border: #fff;
}
.qodef-property-search-holder.qodef-light-skin
  .qodef-property-type-list-holder
  .qodef-ptl-item {
  border-color: #fff;
}
.qodef-psg-shortcode .qodef-psg-content,
.qodef-psg-shortcode .qodef-psg-gallery {
  float: left;
}
.qodef-psg-shortcode .qodef-psg-gallery {
  width: 66.66%;
  position: relative;
  box-sizing: border-box;
  padding-right: 30px;
  margin-top: 37px;
}
.qodef-psg-shortcode .qodef-psg-gallery .qodef-psg-gallery-image {
  display: block;
}
.qodef-psg-shortcode .qodef-psg-gallery .qodef-psg-gallery-image:last-child {
  position: absolute;
  top: -40px;
  right: 38px;
  max-height: 100%;
}
.qodef-psg-shortcode .qodef-psg-content {
  width: 33.33%;
  padding-left: 60px;
  box-sizing: border-box;
}
.qodef-psg-shortcode .qodef-psg-content .qodef-psg-price {
  color: #e1e1e1;
  font-size: 39px;
  margin: 0;
  font-weight: 400;
}
.qodef-psg-shortcode .qodef-psg-content .qodef-psg-full-address,
.qodef-psg-shortcode .qodef-psg-content .qodef-psg-info-label {
  font-weight: 500;
}
.qodef-psg-shortcode .qodef-psg-content .qodef-psg-full-address {
  margin: 5px 0 36px;
}
.qodef-psg-shortcode .qodef-psg-content .qodef-psg-info-label {
  margin: 32px 0 0;
}
.qodef-psg-shortcode .qodef-psg-content .qodef-psg-info-value {
  margin: 14px 0 0;
}
.qodef-property-slider-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-property-slider-holder .qodef-pl-inner {
  margin: 0 !important;
}
.qodef-property-slider-holder article {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-nav-light-skin
  .owl-nav
  .owl-next,
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-nav-light-skin
  .owl-nav
  .owl-prev {
  color: #fff;
}
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-nav-light-skin
  .owl-nav
  .owl-next:hover,
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-nav-light-skin
  .owl-nav
  .owl-prev:hover {
  color: rgba(255, 255, 255, 0.8);
}
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-nav-dark-skin
  .owl-nav
  .owl-next,
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-nav-dark-skin
  .owl-nav
  .owl-prev {
  color: #333;
}
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-nav-dark-skin
  .owl-nav
  .owl-next:hover,
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-nav-dark-skin
  .owl-nav
  .owl-prev:hover {
  color: rgba(51, 51, 51, 0.8);
}
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-pag-light-skin
  .owl-dots
  .owl-dot
  span {
  background-color: rgba(255, 255, 255, 0.2);
}
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-pag-light-skin
  .owl-dots
  .owl-dot.active
  span,
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-pag-light-skin
  .owl-dots
  .owl-dot:hover
  span {
  background-color: rgba(255, 255, 255, 0.8);
}
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-pag-dark-skin
  .owl-dots
  .owl-dot
  span {
  background-color: rgba(51, 51, 51, 0.2);
}
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-pag-dark-skin
  .owl-dots
  .owl-dot.active
  span,
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-pag-dark-skin
  .owl-dots
  .owl-dot:hover
  span {
  background-color: rgba(51, 51, 51, 0.8);
}
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-pag-on-slider
  .owl-nav
  .owl-next,
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-pag-on-slider
  .owl-nav
  .owl-prev {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.qodef-property-slider-holder
  .qodef-property-list-holder.qodef-pag-on-slider
  .owl-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  margin: 0;
}
.qodef-property-type-list-holder.qodef-light-skin .qodef-ptl-item-title,
.qodef-property-type-list-holder.qodef-light-skin .qodef-taxonomy-icon {
  color: #fff;
}
.qodef-property-type-list-holder.qodef-light-skin .qodef-ptl-item-title:after,
.qodef-property-type-list-holder.qodef-light-skin .qodef-ptl-item-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 100%;
  bottom: 7px;
}
.qodef-property-type-list-holder .qodef-ptl-item {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 22px;
  line-height: 31px;
  color: var(--var-color-2, #283376);
  text-transform: uppercase;
}
.qodef-property-type-list-holder .qodef-ptl-item:first-child {
  padding-left: 0;
}
.qodef-property-type-list-holder .qodef-ptl-item:last-child {
  padding-right: 0;
}
.qodef-property-type-list-holder .qodef-ptl-item .qodef-ptl-item-title:after,
.qodef-property-type-list-holder .qodef-ptl-item .qodef-ptl-item-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: var(--var-color-2, #283376);
  width: 100%;
  bottom: 7px;
}
.qodef-property-type-list-holder
  .qodef-ptl-item:hover
  .qodef-ptl-item-title:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.15s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.15s;
  transition: transform 0.2s ease-in-out 0.15s;
}
.qodef-property-type-list-holder
  .qodef-ptl-item:hover
  .qodef-ptl-item-title:after {
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.15s ease-in-out 0s;
  -moz-transition: -moz-transform 0.15s ease-in-out 0s;
  transition: transform 0.15s ease-in-out 0s;
}
.qodef-property-type-list-holder .qodef-ptl-item-inner {
  position: relative;
  box-sizing: border-box;
}
.qodef-property-type-list-holder .qodef-ptl-item-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.qodef-property-type-list-holder .qodef-taxonomy-image {
  line-height: 0;
  display: block;
  width: 50px;
  margin: 0 auto;
}
.qodef-property-type-list-holder .qodef-taxonomy-icon {
  display: block;
  font-size: 16px;
  color: var(--var-color-2, #283376);
}
.dsidx-resp-search-box input[type="submit"],
.qodef-property-type-list-holder .qodef-ptl-item-title {
  font-size: 11px;
      font-family: "Raleway", Sans-serif;
  letter-spacing: 0.15em;
  vertical-align: middle;
}
.qodef-property-type-list-holder .qodef-ptl-item-title {
  display: inline-block;
  position: relative;
  top: -2px;
  font-weight: 500;
  color: var(--var-color-2, #283376);
}
.qodef-property-type-list-holder .qodef-ptl-item-title:after,
.qodef-property-type-list-holder .qodef-ptl-item-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: var(--var-color-2, #283376);
  width: 100%;
  bottom: 7px;
  -webkit-transition: -webkit-transform none;
  -moz-transition: -moz-transform none;
  transition: transform none;
}
.qodef-property-type-list-holder .qodef-ptl-item-title:before {
  transform-origin: left;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
}
.qodef-property-type-list-holder .qodef-ptl-item-title:after {
  transform-origin: right;
}
.qodef-property-type-list-holder .qodef-ptl-item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qodef-property-type-list-holder.qodef-ptl-two-columns li {
  width: 50%;
}
.qodef-property-type-list-holder.qodef-ptl-three-columns li {
  width: 33.33333%;
}
@media only screen and (min-width: 681px) {
  .qodef-package-list-holder.qodef-pckgl-three-columns li:nth-child(3n + 1),
  .qodef-package-list-holder.qodef-pckgl-two-columns li:nth-child(2n + 1) {
    clear: both;
  }
  .qodef-property-type-list-holder.qodef-ptl-three-columns li:nth-child(3n + 1),
  .qodef-property-type-list-holder.qodef-ptl-two-columns li:nth-child(2n + 1) {
    clear: both;
    border-left: 0;
  }
}
.qodef-property-type-list-holder.qodef-ptl-four-columns li {
  width: 25%;
}
.qodef-property-type-list-holder.qodef-ptl-five-columns li {
  width: 20%;
}
.qodef-property-type-list-holder.qodef-ptl-six-columns li {
  width: 16.66667%;
}
@media only screen and (min-width: 1025px) {
  .qodef-package-list-holder.qodef-pckgl-five-columns li:nth-child(5n + 1),
  .qodef-package-list-holder.qodef-pckgl-four-columns li:nth-child(4n + 1),
  .qodef-package-list-holder.qodef-pckgl-six-columns li:nth-child(6n + 1),
  .qodef-property-city-list-holder.qodef-pcl-five-columns li:nth-child(5n + 1),
  .qodef-property-city-list-holder.qodef-pcl-four-columns li:nth-child(4n + 1),
  .qodef-property-city-list-holder.qodef-pcl-six-columns li:nth-child(6n + 1),
  .qodef-property-list-holder.qodef-pl-gallery.qodef-pl-three-columns
    article:nth-child(3n + 1),
  .qodef-property-list-holder.qodef-pl-gallery.qodef-pl-two-columns
    article:nth-child(2n + 1),
  .qodef-property-single-holder .qodef-grid-col-6:nth-child(2n + 1) {
    clear: both;
  }
  .qodef-property-type-list-holder.qodef-ptl-five-columns li:nth-child(5n + 1),
  .qodef-property-type-list-holder.qodef-ptl-four-columns li:nth-child(4n + 1),
  .qodef-property-type-list-holder.qodef-ptl-six-columns li:nth-child(6n + 1) {
    clear: both;
    border-left: 0;
  }
  .qodef-agency-agent-list.qodef-aal-four-columns li:nth-child(4n + 1) {
    clear: both;
  }
}
.qodef-property-type-slider-holder .qodef-pts-item {
  padding: 0 6px;
}
.qodef-property-type-slider-holder .qodef-pts-item-inner {
  position: relative;
}
.qodef-property-type-slider-holder .qodef-pts-item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--var-color-2, #283376);
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 17px 34px 14px;
}
.qodef-property-type-slider-holder .qodef-ptl-item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dsidx-results .dsidx-prop-summary div a img {
  border: 0 !important;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title b {
  color: var(--var-color-1, #e88b00);
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title b a {
  color: var(--var-color-2, #283376);
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title b a:hover {
  color: var(--var-color-1, #e88b00);
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-features > div {
  color: var(--var-color-2, #283376);
  font-weight: 700;
}
.dsidx-resp-search-box input[type="submit"] {
  position: relative;
  display: inline-block;
  width: auto;
  outline: 0;
  line-height: 2em;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 12px 53px 11px;
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
  border: 1px solid transparent;
  cursor: pointer;
}
.dsidx-resp-search-box input[type="submit"]:hover {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
}
.dsidx-resp-search-box input[type="text"] {
  margin-bottom: 0;
}
.dsidx-resp-search-box .select2-container--default {
  width: 100% !important;
}
.dsidx-resp-search-box .dsidx-resp-area {
  margin-bottom: 10px;
}
.dsidx-resp-search-box fieldset {
  display: block;
}
.dsidx-resp-search-box.dsidx-resp-horizontal
  .dsidx-resp-area-half.dsidx-quick-resp-min-baths-area,
.dsidx-resp-search-box.dsidx-resp-horizontal
  .dsidx-resp-area-half.dsidx-quick-resp-min-beds-area {
  display: inline-block;
}
#dsidx
  #dsidx-listings
  li.dsidx-listing-container
  .dsidx-media
  .dsidx-photo
  .dsidx-photo-count,
#dsidx #dsidx-map-control img,
.dsidx-details .dsidx-top-actions a img,
.dsidx-shortcode-item blockquote:before {
  display: none;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-search-form {
  margin: 0 -5px;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-area {
  padding: 0 5px;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-location-area,
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-type-area {
  width: 30%;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-quick-resp-min-baths-area,
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-quick-resp-min-beds-area {
  width: 10%;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-price-area-min {
  width: 20% !important;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-price-area-max {
  width: 30% !important;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-area-submit {
  width: 30%;
  text-align: left;
}
#dsidx .dsidx-paging-control {
  font-size: 13px;
  text-align: right;
}
#dsidx .dsidx-sorting-control {
  text-align: left;
  font-size: 13px;
}
#dsidx #dsidx-map-control a {
  font-size: 13px;
}
#dsidx #dsidx-listings li.dsidx-listing-container {
  margin-bottom: 20px;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-listing {
  border-bottom: 0;
  box-shadow: none;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-media {
  padding: 0;
  margin: 0;
  background: 0 0;
  width: 300px;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-media .dsidx-photo {
  border: 0;
  background: 0 0;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-data {
  margin: 0 0 0 320px;
}
#dsidx
  #dsidx-listings
  li.dsidx-listing-container
  .dsidx-data
  .dsidx-primary-data {
  padding: 0 0 20px;
}
#dsidx
  #dsidx-listings
  li.dsidx-listing-container
  .dsidx-data
  .dsidx-primary-data
  .dsidx-price {
  background-color: var(--var-color-1, #e88b00);
}
#dsidx
  #dsidx-listings
  li.dsidx-listing-container
  .dsidx-data
  .dsidx-secondary-data
  div.dsidx-secondary-data-line,
#dsidx
  #dsidx-listings
  li.dsidx-listing-container
  .dsidx-data
  .dsidx-secondary-data
  div.dsidx-secondary-data-line
  span {
  font-size: 13px;
  font-weight: 700;
  color: var(--var-color-2, #283376);
}
#dsidx
  #dsidx-listings
  li.dsidx-listing-container
  .dsidx-data
  .dsidx-secondary-data
  .dsidx-secondary-data-mls-number {
  font-size: 13px;
}
#dsidx
  #dsidx-listings
  li.dsidx-listing-container
  .dsidx-data
  .dsidx-secondary-data
  .dsidx-secondary-data-mls-number
  span {
  color: #bebebe;
  font-size: 13px;
}
.dsidx-shortcode-item .dsidx-primary-photo {
  margin-bottom: 30px;
}
.dsidx-shortcode-item .dsidx-primary-photo img {
  border: 0 !important;
}
.dsidx-shortcode-item .dsidx-primary-data tbody tr {
  border-left: 0;
  border-right: 0;
}
.dsidx-shortcode-item .dsidx-primary-data tbody tr th {
  padding-left: 0;
  font-weight: 400;
  border-right: 1px solid #e1e1e1;
}
.dsidx-shortcode-item .dsidx-primary-data tbody tr td {
  font-weight: 700;
  text-align: center;
}
.dsidx-shortcode-item blockquote {
  font-size: 13px;
  margin: 15px 0;
  text-align: justify;
  line-height: 20px;
}
.dsidx-shortcode-item h3 {
  text-decoration: none !important;
}
.dsidx-shortcode-item table {
  margin-left: 0 !important;
}
.dsidx-shortcode-item table tbody tr {
  border-left: 0;
  border-right: 0;
}
.dsidx-shortcode-item table tbody tr th {
  padding-left: 0;
  border-right: 0;
  font-weight: 400;
}
.dsidx-shortcode-item table tbody tr td {
  font-weight: 700;
  text-align: left;
}
.dsidx-shortcode-item .dsidx-shortcode-map {
  margin-left: 0 !important;
  border: 0 !important;
}
.dsidx-details #dsidx-schools tbody tr,
.dsidx-details #dsidx-secondary-data tbody tr,
.dsidx-details .dsidx-supplemental-data tbody tr {
  border-left: 0;
  border-right: 0;
}
.dsidx-details .dsidx-top-actions a {
  font-size: 13px;
}
.dsidx-details #dsidx-header table tbody tr,
.dsidx-details #dsidx-header table thead tr {
  border: 0;
}
.dsidx-details #dsidx-header table td {
  padding: 0;
}
.dsidx-details #dsidx-header #dsidx-media-td {
  width: 100%;
}
.dsidx-details #dsidx-header #dsidx-primary-data tr {
  border-bottom: 1px solid #e1e1e1;
}
.dsidx-details #dsidx-header #dsidx-primary-data tr th {
  padding-left: 0;
}
.dsidx-details #dsidx-header #dsidx-primary-data td {
  text-align: right;
}
.dsidx-details #dsidx-header #dsidx-primary-data .dsidx-secondary-row {
  background-color: transparent;
}
.dsidx-details #dsidx-header #dsidx-primary-data #dsidx-price {
  border-bottom: 0;
  text-align: right;
}
.dsidx-details #dsidx-header #dsidx-primary-data #dsidx-price th {
  padding-bottom: 20px;
}
.dsidx-details #dsidx-header #dsidx-primary-data #dsidx-price td {
  display: inline-block;
  width: auto;
  padding: 5px;
  background-color: var(--var-color-1, #e88b00);
  color: #fff;
}
.dsidx-details #dsidx-media {
  height: auto !important;
  max-width: none;
  text-align: left;
}
.dsidx-details #dsidx-media #dsidx-photos img {
  max-width: 100%;
  max-height: initial;
  border: 0;
}
.dsidx-details #dsidx-description {
  font-size: 13px;
  margin: 15px 0;
  text-align: justify;
  line-height: 20px;
}
.dsidx-details #dsidx-description:before {
  display: none;
}
.dsidx-details #dsidx-secondary-data .dsidx-secondary-row {
  background-color: transparent;
}
.dsidx-details #dsidx-contact-form .dsidx-secondary-row,
.dsidx-details #dsidx-schools .dsidx-secondary-row,
.dsidx-details .dsidx-supplemental-data .dsidx-secondary-row {
  background-color: transparent !important;
}
.dsidx-details #dsidx-secondary-data tbody th {
  padding-left: 0;
  padding-right: 0;
  width: 30%;
}
.dsidx-details #dsidx-secondary-data tbody th:nth-child(3) {
  width: 20%;
  text-align: left;
}
.dsidx-details #dsidx-secondary-data tbody td {
  font-weight: 700;
  color: var(--var-color-2, #283376);
  width: 30%;
  text-align: left;
}
.dsidx-details #dsidx-secondary-data tbody td:nth-child(4) {
  width: 20%;
  text-align: right;
}
.dsidx-details #dsidx-schools tbody,
.dsidx-details .dsidx-supplemental-data tbody {
  text-align: left;
}
.dsidx-details #dsidx-schools tbody th,
.dsidx-details .dsidx-supplemental-data tbody th {
  width: 60%;
  border-right: 0;
  padding-left: 0 !important;
}
.dsidx-details #dsidx-schools tbody td,
.dsidx-details .dsidx-supplemental-data tbody td {
  width: 40%;
  text-align: left;
  font-weight: 700;
  color: var(--var-color-2, #283376);
}
.dsidx-details .dsidx-supplemental-data tbody th {
  text-transform: lowercase;
}
.dsidx-details .dsidx-supplemental-data tbody th:first-letter {
  text-transform: uppercase;
}
.dsidx-details h3 {
  border-bottom: 0 !important;
}
.dsidx-details #dsidx-contact-form-header {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
}
.dsidx-details #dsidx-contact-form tbody tr {
  border: 0;
}
.dsidx-details #dsidx-contact-form tbody td {
  padding-left: 0;
}
.dsidx-details #dsidx-contact-form tbody td.column-one {
  width: 30%;
}
.dsidx-details #dsidx-contact-form tbody td.column-two {
  width: 70%;
}
.dsidx-details #dsidx-contact-form input.dsidx-text {
  padding: 10px;
}
.dsidx-details #dsidx-contact-form #dsidx-contact-form-submit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  outline: 0;
  font-size: 11px;
  line-height: 2em;
      font-family: "Raleway", Sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 12px 53px 11px;
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
  border: 1px solid transparent;
  cursor: pointer;
}
.widget.dsidx-widget-listings .dsidx-expanded .featured-listing h4,
.widget.dsidx-widget-listings .dsidx-expanded .featured-listing ul,
.widget.dsidx-widget-listings .dsidx-map .featured-listing h4,
.widget.dsidx-widget-listings .dsidx-map .featured-listing ul,
.widget.dsidx-widget-listings .dsidx-slideshow .featured-listing h4,
.widget.dsidx-widget-listings .dsidx-slideshow .featured-listing p {
  margin-left: 85px !important;
}
.dsidx-details #dsidx-contact-form #dsidx-contact-form-submit:hover {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
}
.widget.dsidx-widget-guided-search
  .dsidx-resp-vertical
  .dsidx-resp-area-submit
  input[type="submit"],
.widget.dsidx-widget-quick-search
  .dsidx-resp-vertical
  .dsidx-resp-area-submit
  input[type="submit"] {
  width: 100%;
}
.widget.dsidx-widget-listings .dsidx-controls {
  text-align: left !important;
}
.widget.dsidx-widget-listings .dsidx-controls a:first-child {
  padding-left: 0 !important;
}
.widget.dsidx-widget-listings .dsidx-slideshow {
  padding: 0 0 25px;
}
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  .dsidx-widget-single-listing-meta
  div,
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  h3.widget-title {
  padding-left: 0;
}
.widget.dsidx-widget-listings .dsidx-slideshow .featured-listing .dsidx-photo {
  width: 75px;
}
.widget.dsidx-widget-listings
  .dsidx-slideshow
  .featured-listing
  .dsidx-photo
  img {
  max-width: 75px !important;
  border: 0;
  height: 56px;
}
.widget.dsidx-widget-listings .dsidx-slideshow .featured-listing p span {
  display: block;
}
.widget.dsidx-widget-listings .dsidx-slideshow .dsidx-slideshow-control {
  width: auto;
  display: inline-block;
  background: 0 0;
  font-weight: 400;
  font-size: 0;
}
.widget.dsidx-widget-listings .dsidx-slideshow .dsidx-slideshow-control:before {
  content: "";
  font-size: 22px;
  font-family: ElegantIcons;
}
.widget.dsidx-widget-listings
  .dsidx-slideshow
  .dsidx-slideshow-control.dsidx-move-up {
  top: auto;
  color: var(--var-color-2, #283376) !important;
  bottom: 0;
  left: 0;
}
.widget.dsidx-widget-listings
  .dsidx-slideshow
  .dsidx-slideshow-control.dsidx-move-up:before {
  content: "\34";
}
.widget.dsidx-widget-listings
  .dsidx-slideshow
  .dsidx-slideshow-control.dsidx-move-down {
  right: 0;
  color: var(--var-color-2, #283376) !important;
}
.widget.dsidx-widget-listings
  .dsidx-slideshow
  .dsidx-slideshow-control.dsidx-move-down:before {
  content: "\35";
}
.widget.dsidx-widget-listings .dsidx-expanded .featured-listing .dsidx-photo,
.widget.dsidx-widget-listings .dsidx-map .featured-listing .dsidx-photo {
  top: 22px;
  width: 75px;
}
.widget.dsidx-widget-listings
  .dsidx-expanded
  .featured-listing
  .dsidx-photo
  img,
.widget.dsidx-widget-listings .dsidx-map .featured-listing .dsidx-photo img {
  max-width: 75px !important;
  border: 0;
}
.widget.dsidx-widget-listings .dsidx-expanded .featured-listing ul li,
.widget.dsidx-widget-listings .dsidx-map .featured-listing ul li {
  padding: 0;
  border-bottom: 0;
}
.widget.dsidx-widget-listings .dsidx-map .dsidx-results-widget-map-details {
  height: auto;
  margin-top: 15px;
}
.widget.dsidx-widget-listings .dsidx-map .featured-listing .dsidx-photo {
  top: 12px;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing {
  width: 100%;
  background: 0 0;
  border: 0;
  color: inherit;
}
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  h3.widget-title
  a {
  color: var(--var-color-2, #283376) !important;
}
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  .dsidx-widget-single-listing-slideshow {
  height: auto;
  background: 0 0;
}
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  .dsidx-widget-single-listing-slideshow
  .dsidx-widget-single-listing-photo {
  width: 100%;
  height: auto;
  line-height: initial;
}
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  .dsidx-widget-single-listing-meta {
  font-size: 13px;
  font-weight: 600;
  background: 0 0;
}
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  .dsidx-widget-single-listing-meta
  div:after {
  display: none;
}
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  .dsidx-widget-single-listing-meta
  .dsidx-widget-single-listing-details:after,
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  .dsidx-widget-single-listing-meta
  .dsidx-widget-single-listing-details:before {
  content: " ";
  display: table;
}
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  .dsidx-widget-single-listing-meta
  .dsidx-widget-single-listing-details:after {
  clear: both;
}
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  .dsidx-widget-single-listing-meta
  .dsidx-widget-single-listing-detail {
  color: var(--var-color-2, #283376);
}
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  .dsidx-widget-single-listing-meta
  .dsidx-widget-single-listing-detail
  .dsidx-widget-single-listing-detail-description {
  color: #5a5a5a;
  font-weight: 400;
  font-size: 13px;
  vertical-align: middle;
}
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  .dsidx-widget-single-listing-meta
  .dsidx-widget-single-listing-price {
  display: inline-block;
  background: var(--var-color-1, #e88b00);
  padding-left: 8px;
  color: #fff;
  line-height: 20px;
}
#ihf-main-container .chosen-container,
.widget.dsidx-widget-single-listing-wrap
  .dsidx-widget-single-listing
  .dsidx-widget-single-listing-meta
  .dsidx-widget-single-listing-photo-count {
  display: none;
}
#ihf-main-container input[name="firstName"],
#ihf-main-container input[name="lastName"],
#ihf-main-container input[name="newEmail"],
#ihf-main-container input[type="email"],
#ihf-main-container input[type="number"],
#ihf-main-container input[type="tel"],
#ihf-main-container input[type="text"] {
  padding: 14px 18px 14px 28px;
  height: auto;
  box-shadow: none;
  border-radius: 0 !important;
}
#ihf-main-container .ihf-label-overlay-money {
  top: 15px;
  left: 18px;
  color: inherit;
}
#ihf-main-container .select2 {
  width: 100% !important;
  margin-bottom: 20px;
}
#ihf-main-container a.btn.btn-default,
#ihf-main-container button.btn.btn-default {
  border-color: #e1e1e1;
}
#ihf-main-container a.btn.btn-default:focus,
#ihf-main-container a.btn.btn-default:hover,
#ihf-main-container button.btn.btn-default:focus,
#ihf-main-container button.btn.btn-default:hover {
  background-color: transparent;
}
#ihf-main-container a.btn.btn-default:not(.dropdown-toggle),
#ihf-main-container a.btn.btn-primary,
#ihf-main-container button.btn.btn-default:not(.dropdown-toggle),
#ihf-main-container button.btn.btn-primary {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 2em;
      font-family: "Raleway", Sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  padding: 12px;
  width: 100%;
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  #areaPickerExpandAllCloseButton
  span,
#ihf-main-container .nav-tabs > li > a {
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}
#ihf-main-container a.btn.btn-default:not(.dropdown-toggle):hover,
#ihf-main-container a.btn.btn-primary:hover,
#ihf-main-container button.btn.btn-default:not(.dropdown-toggle):hover,
#ihf-main-container button.btn.btn-primary:hover {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
  border-radius: 0;
  outline: 0;
  border-color: transparent;
}
#ihf-main-container .form-control,
#ihf-main-container .input-group-addon {
  border-color: #e1e1e1;
  border-radius: 0;
  color: #1a1a1a;
}
#ihf-main-container .panel-default {
  border: 0;
  padding: 0;
  box-shadow: none;
  margin-bottom: 40px;
}
#ihf-main-container .panel-default > .panel-heading {
  border: 0;
  background: 0 0;
  padding: 0;
  font-size: 24px;
  margin-bottom: 20px;
}
#ihf-main-container .panel-default .panel-body {
  padding: 0;
  font-size: 14px;
}
#ihf-main-container .btn-group {
  border: 1px solid #dadada;
}
#ihf-main-container .btn-group.pull-right {
  border: 0 !important;
  min-width: 210px;
}
#ihf-main-container .btn-group.pull-right > .btn-group {
  min-width: 210px;
}
#ihf-main-container .btn-group .dropdown-toggle {
  width: 100%;
  text-align: left;
  box-shadow: none;
  color: #1a1a1a;
  text-decoration: none !important;
  border-radius: 0;
}
#ihf-main-container .btn-group .caret {
  position: absolute;
  right: 20px;
  top: 6px;
  border: 0;
}
#ihf-main-container .btn-group .caret:before {
  content: "\e604";
  font-family: simple-line-icons;
  font-size: 10px;
}
#ihf-main-container .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
#ihf-main-container .btn-group.open > .dropdown-menu {
  border: 1px solid #e1e1e1;
  border-top: 0;
  margin-top: 1px;
  border-radius: 0;
  padding: 0;
  min-width: 210px;
  left: auto;
  right: -1px;
}
#ihf-main-container .btn-group.open > .dropdown-menu > li > a {
  padding: 8px 20px;
}
#ihf-main-container .btn-group.open > .dropdown-menu > .active a,
#ihf-main-container .btn-group.open > .dropdown-menu > li > a:hover {
  background-color: var(--var-color-1, #e88b00);
}
#ihf-main-container .nav-tabs {
  border-bottom: 0;
}
#ihf-main-container .nav-tabs > li {
  margin: 0 12px 0 0;
}
#ihf-main-container .nav-tabs > li:last-child {
  margin: 0;
}
#ihf-main-container .nav-tabs > li > a {
  padding: 7px 26px;
  font-size: 11px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  background-color: #383838;
  border: 0;
  border-radius: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}
#ihf-main-container .nav-tabs > li.active > a,
#ihf-main-container .nav-tabs > li > a:hover {
  border: 0;
  color: #fff;
  background-color: #25abd1;
}
@media only screen and (min-width: 768px) {
  #ihf-main-container
    #ihf-main-search-form
    #ihf-search-location-tab
    .hidden-xs {
    display: inline-block !important;
  }
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  .ihf-one-selectedArea {
  border: 0;
  border-radius: 0;
  padding: 0;
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  .ihf-one-selectedArea
  button {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  #areaPickerExpandAllContainer,
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  .areaPickerExpandAllTopBar {
  border-radius: 0;
  border-color: #e1e1e1;
  box-shadow: none;
  background: #fff;
  position: relative;
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  .areaPickerExpandAllTopBar {
  height: auto;
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  #areaPickerCustomListToggle {
  height: 38px;
  line-height: 37px;
  width: auto;
  float: none;
  margin: 0;
  color: #1a1a1a;
  vertical-align: middle;
  display: inline-block !important;
  padding: 0 10px;
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  #areaPickerClearAll {
  height: 37px;
  line-height: 37px;
  width: auto;
  padding: 0;
  float: none;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  #areaPickerClearAll
  span {
  color: #888 !important;
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  #areaPickerExpandAllCloseButton {
  height: 37px;
  line-height: 37px;
  width: auto;
  padding: 0 10px;
  float: none;
  display: inline-block;
  margin: 0;
  text-align: center;
  position: absolute;
  right: 0;
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  #areaPickerExpandAllCloseButton
  span {
  border-radius: 0;
  padding: 6px 16px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
  border: 1px solid transparent;
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  #areaPickerExpandAllCloseButton:hover
  span {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  .areaPickerExpandAllElement
  > div {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
  border: 1px solid transparent;
  border-radius: 0;
  padding: 8px 16px;
  text-align: center;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  .areaPickerExpandAllElement
  > div.areaSelected,
#ihf-main-container
  #ihf-main-search-form
  #ihf-search-location-tab
  .areaPickerExpandAllElement
  > div.autocompleteMouseOver {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
  font-weight: initial;
}
#ihf-main-container .well {
  background: 0 0;
  border: 0;
  box-shadow: none;
  padding: 0;
}
#ihf-main-container .title-bar-1 {
  display: inline-block;
  text-shadow: none;
  border: 0;
  margin: 0 0 10px;
  background: var(--var-color-1, #e88b00);
  border-radius: 0;
}
#ihf-main-container a {
  color: var(--var-color-2, #283376);
  display: inline-block;
}
#ihf-main-container a:hover {
  color: var(--var-color-1, #e88b00);
  text-decoration: none;
}
#ihf-main-container .ihf-grid-result-address {
  display: inline-block;
  margin-bottom: 10px;
}
#ihf-main-container .ihf-grid-result .ihf-map-icon:after,
#ihf-main-container .ihf-grid-result-additional-info,
#ihf-main-container .ihf-result.row .ihf-map-icon:after {
  display: none;
}
#ihf-main-container .ihf-grid-result .ihf-map-icon {
  border-radius: 0;
  border: 0;
  background: var(--var-color-1, #e88b00);
  line-height: 25px;
  width: 25px;
  height: 25px;
  font-size: 13px;
}
#ihf-main-container .ihf-results-grid-photo {
  margin-bottom: 10px;
}
#ihf-main-container .ihf-grid-result-photocount .glyphicon:before {
  margin-right: 3px;
  font-family: simple-line-icons;
  content: "\e07f";
}
#ihf-main-container .ihf-grid-result-mlsnum-proptype {
  text-align: right;
}
#ihf-main-container .ihf-result.row .property-divider {
  margin: 15px 0;
}
#ihf-main-container .ihf-result.row .ihf-results-address {
  margin-bottom: 15px;
}
#ihf-main-container .ihf-result.row .ihf-map-icon {
  border-radius: 0;
  border: 0;
  background: var(--var-color-1, #e88b00);
  line-height: 25px;
  width: 25px;
  height: 25px;
  font-size: 13px;
}
#ihf-main-container .ihf-result.row .ihf-results-photo {
  margin: 0;
}
#ihf-main-container .ihf-result.row .ihf-results-property-info {
  margin: 0;
  width: calc(100% - 240px);
  box-sizing: border-box;
  padding-left: 20px;
}
#ihf-main-container .ihf-result.row .ihf-results-price {
  margin-bottom: 10px;
  background: #25abd1;
  color: #fff;
  display: inline-block;
  padding: 10px;
  float: right;
}
#ihf-main-container .ihf-result.row .ihf-results-extra-info {
  margin-top: 0;
}
#ihf-main-container .ihf-market-report .btn-group {
  border: 0;
}
#ihf-main-container
  .ihf-market-report
  #ihf-market-report-nav-container
  a.ihf-market-report-nav,
#ihf-main-container .ihf-market-report .ihf-chart-title,
#ihf-main-container .ihf-market-report .ihf-stat-block {
  border-color: #e1e1e1;
}
#ihf-main-container .ihf-market-report #ihf-market-report-header button {
  width: auto;
}
#ihf-main-container
  .ihf-market-report
  #ihf-market-report-header
  .ihf-market-report-header-text {
  color: #1a1a1a;
  width: 100%;
}
#ihf-main-container
  .ihf-market-report
  #ihf-market-report-header
  .ihf-market-report-header-toggle {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #ihf-main-container
    .ihf-market-report
    #ihf-market-report-header
    .ihf-market-report-nav-column {
    width: 33.333%;
  }
}
@media only screen and (max-width: 680px) {
  #ihf-main-container
    .ihf-market-report
    #ihf-market-report-header
    .ihf-market-report-nav-column {
    width: 100%;
  }
}
#ihf-main-container .ihf-market-report .ihf-market-report-link {
  text-decoration: none;
}
#ihf-main-container .ihf-quick-search-form label {
  display: block !important;
}
#ihf-main-container .listingIdSearchForm input[type="text"] {
  width: 98%;
}
#ihf-main-container #ihf-refine-search-button {
  margin-right: 20px;
}
#ihf-main-container .ihf-refine-search-container {
  width: 300px;
}
#ihf-main-container .ihf-listing-search-results .col-xs-12.col-sm-8 {
  width: 100%;
}
#ihf-main-container .ihf-listing-search-results .col-xs-12.col-sm-8 .btn-group {
  border: 0;
}
#ihf-main-container
  .ihf-listing-search-results
  .col-xs-12.col-sm-8
  .btn-group
  a {
  width: auto;
  min-width: 100px;
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  #ihf-main-container
    .ihf-listing-search-results
    .col-xs-12.col-sm-8
    .btn-group
    a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#ihf-main-container .ihf-listing-detail .btn-detail-leadcapture {
  width: auto !important;
  padding: 12px 24px !important;
}
#ihf-main-container .ihf-listing-detail h4.ihf-price {
  font-size: inherit;
  line-height: 1.5em;
}
#ihf-main-container .ihf-listing-detail h4.ihf-price .ihf-sold-price {
  color: var(--var-color-1, #e88b00);
}
#ihf-main-container .ihf-listing-detail .ihf-property-photo img {
  text-align: left;
  margin: 0;
}
#ihf-main-container .ihf-listing-detail .ihf-listing-number {
  font-size: 18px;
  font-weight: 700;
  color: var(--var-color-2, #283376);
}
#ihf-main-container .ihf-listing-detail .listing-info-item-title {
  color: var(--var-color-2, #283376);
}
#ihf-main-container .ihf-listing-detail .title-bar-1 {
  background: 0 0;
  font-size: 22px;
  padding: 0 15px;
  margin-top: 25px;
}
#qodef-re-single-map-holder {
  height: 500px;
}
#qodef-re-multiple-map-holder {
  height: 100%;
}
.qodef-map-marker-holder {
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 10;
}
.qodef-map-marker-holder .qodef-map-marker {
  width: 30px;
  height: 47px;
  position: relative;
  border-radius: 5px;
  z-index: 11;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner > i,
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  line-height: 65px;
  border-radius: 2px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: none;
}
.qodef-map-marker-holder
  .qodef-map-marker
  .qodef-map-marker-inner
  .qodef-pin-custom-image {
  background-size: cover;
  background-position: center;
}
.qodef-map-marker-holder
  .qodef-map-marker
  .qodef-map-marker-inner
  .qodef-map-marker-botom {
  position: absolute;
  bottom: 0;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner svg {
  width: 100%;
  height: 100%;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner svg path {
  fill: var(--var-color-1, #e88b00);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path.house-color,
.qodef-map-marker-holder.active svg path.house-color {
  fill: #fff;
}
.qodef-map-marker-holder .qodef-map-marker.qodef-pin-icon > :before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #bdbdbd;
}
.qodef-map-marker-holder
  .qodef-map-marker.qodef-pin-icon
  .qodef-map-marker-inner {
  background-color: #bdbdbd;
  color: #fff;
}
.qodef-map-marker-holder .qodef-info-window {
  background-color: #fff;
  text-align: center;
  min-width: 171px;
  display: none;
  position: absolute;
  top: 27px;
  z-index: 10;
  left: 50%;
  padding: 13px 13px 32px;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.qodef-map-marker-holder .qodef-info-window-inner {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.qodef-map-marker-holder .qodef-info-window-inner > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.qodef-map-marker-holder
  .qodef-info-window-inner
  > a:hover
  ~ .qodef-info-window-details
  h5 {
  color: var(--var-color-1, #e88b00);
  -webkit-transition: color 0.5s cubic-bezier(0.28, 0.75, 0.25, 1);
  -moz-transition: color 0.5s cubic-bezier(0.28, 0.75, 0.25, 1);
  transition: color 0.5s cubic-bezier(0.28, 0.75, 0.25, 1);
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-details {
  text-align: left;
  margin-top: 10px;
}
.qodef-map-marker-holder
  .qodef-info-window-inner
  .qodef-info-window-details
  h5 {
  margin: 0;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-details p {
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  margin: 3px 0 0;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: optimizeQuality;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-backface-visibility: hidden;
}
.qodef-map-marker-holder.active {
  z-index: 500;
}
.qodef-cluster-marker {
  width: 50px;
  height: auto;
}
.qodef-cluster-marker .qodef-cluster-marker-inner {
  position: relative;
}
.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--var-color-2, #283376);
      font-family: "Raleway", Sans-serif;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.qodef-cluster-marker .qodef-cluster-marker-inner svg path {
  fill: var(--var-color-1, #e88b00);
}
.qodef-cluster-marker svg {
  width: 100%;
  height: auto;
}
.qodef-cluster-marker:hover
  .qodef-cluster-marker-inner
  .qodef-cluster-marker-number {
  color: var(--var-color-1, #e88b00);
}
.qodef-re-all-agents {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.qodef-re-all-agents .qodef-re-all-agents-table-row {
  display: table-row;
  width: 100%;
}
.qodef-re-all-agents
  .qodef-re-all-agents-table-row.qodef-re-all-agents-heading {
  font-size: 15px;
  font-weight: 600;
      font-family: "Raleway", Sans-serif;
  color: var(--var-color-2, #283376);
  letter-spacing: -0.05em;
}
.qodef-re-all-agents
  .qodef-re-all-agents-table-row.qodef-re-all-agents-heading
  .qodef-re-all-agents-table-cell {
  padding: 0 0 25px;
}
.qodef-re-all-agents .qodef-re-all-agents-table-cell {
  display: table-cell;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  word-break: break-word;
  padding: 20px 0;
  font-weight: 400;
}
.qodef-register-content-inner .select2-container--default {
  width: 100% !important;
}
.qodef-agency-agent-list .qodef-aal-item {
  display: inline-block;
  box-sizing: border-box;
}
.qodef-agency-agent-list .qodef-aal-item-inner {
  position: relative;
  overflow: hidden;
}
.qodef-agency-agent-list .qodef-aal-user-link {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.qodef-agency-agent-list .qodef-aal-image {
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}
.qodef-agency-agent-list .qodef-aal-image img {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  position: relative;
}
.qodef-agency-agent-list .qodef-aal-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66.66%;
  background-color: var(--var-color-2, #283376);
  text-align: left;
  padding: 14px 27px 17px;
  box-sizing: border-box;
  -webkit-transition: transform 225ms ease-out;
  -moz-transition: transform 225ms ease-out;
  transition: transform 225ms ease-out;
  z-index: 5;
}
.qodef-agency-agent-list .qodef-aal-item-position,
.qodef-agency-agent-list .qodef-aal-item-title {
  color: #fff;
  margin: 0;
}
.qodef-agency-agent-list .qodef-aal-item-title {
  margin: 0 0 8px;
}
.qodef-agency-agent-list .qodef-aal-item-desc {
  margin: 2px 0 12px;
}
.qodef-agency-agent-list .qodef-aal-item-social {
  position: relative;
  z-index: 20;
  margin-top: 13px;
}
.qodef-agency-agent-list .qodef-aal-item-social .qodef-icon-shortcode {
  padding: 0 8px;
}
.qodef-agency-agent-list
  .qodef-aal-item-social
  .qodef-icon-shortcode:first-child {
  padding-left: 0;
}
.qodef-agency-agent-list .qodef-aal-item-social .qodef-icon-shortcode a {
  color: #fff;
  font-size: 13px;
}
.qodef-agency-agent-list .qodef-aal-item-social .qodef-icon-shortcode a:hover {
  color: var(--var-color-1, #e88b00);
}
.qodef-agency-agent-list
  .qodef-aal-item.qodef-user-has-social
  .qodef-aal-item-content {
  -webkit-transform: translateY(39px);
  -moz-transform: translateY(39px);
  transform: translateY(39px);
}
.qodef-agency-agent-list
  .qodef-aal-item.qodef-user-has-social:hover
  .qodef-aal-item-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.qodef-agency-agent-list:not(.qodef-aal-one-column) li {
  float: left;
}
.qodef-agency-agent-list.qodef-aal-two-columns li {
  width: 50%;
}
.qodef-agency-agent-list.qodef-aal-three-columns li {
  width: 33.33333%;
}
@media only screen and (min-width: 769px) {
  .qodef-agency-agent-list.qodef-aal-three-columns li:nth-child(3n + 1),
  .qodef-agency-agent-list.qodef-aal-two-columns li:nth-child(2n + 1),
  .qodef-property-city-list-holder.qodef-pcl-three-columns li:nth-child(3n + 1),
  .qodef-property-city-list-holder.qodef-pcl-two-columns li:nth-child(2n + 1) {
    clear: both;
  }
}
.qodef-agency-agent-list.qodef-aal-four-columns li {
  width: 25%;
}
.qodef-agency-agent-list.qodef-aal-five-columns li {
  width: 20%;
}
.qodef-agency-agent-list.qodef-aal-six-columns li {
  width: 16.66667%;
}
@media only screen and (min-width: 1025px) {
  .qodef-agency-agent-list.qodef-aal-five-columns li:nth-child(5n + 1),
  .qodef-agency-agent-list.qodef-aal-six-columns li:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-container-inner,
  .qodef-grid,
  .qodef-row-grid-section {
    width: 950px;
  }
}
@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-is-behind-header):not(.error404) .qodef-content {
    margin-top: 0 !important;
  }
  .qodef-hide-on-tablet {
    display: none !important;
  }
  .qodef-container-inner,
  .qodef-grid,
  .qodef-row-grid-section {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-container-inner,
  .qodef-grid,
  .qodef-row-grid-section {
    width: 600px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-hide-on-mobile {
    display: none !important;
  }
  .qodef-container-inner,
  .qodef-grid,
  .qodef-row-grid-section {
    width: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-container-inner,
  .qodef-grid,
  .qodef-row-grid-section {
    width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .qodef-container-inner,
  .qodef-grid,
  .qodef-row-grid-section {
    width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-boxed .qodef-wrapper .qodef-footer-inner,
  .qodef-boxed .qodef-wrapper .qodef-wrapper-inner {
    width: 1000px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-boxed .qodef-wrapper .qodef-footer-inner,
  .qodef-boxed .qodef-wrapper .qodef-wrapper-inner {
    width: 818px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-boxed .qodef-wrapper .qodef-footer-inner,
  .qodef-boxed .qodef-wrapper .qodef-wrapper-inner {
    width: 650px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-boxed .qodef-wrapper .qodef-footer-inner,
  .qodef-boxed .qodef-wrapper .qodef-wrapper-inner {
    width: 470px;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-boxed .qodef-wrapper .qodef-footer-inner,
  .qodef-boxed .qodef-wrapper .qodef-wrapper-inner {
    width: 350px;
  }
}
@media only screen and (max-width: 320px) {
  .qodef-boxed .qodef-wrapper .qodef-footer-inner,
  .qodef-boxed .qodef-wrapper .qodef-wrapper-inner {
    width: 92%;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-huge-space.qodef-disable-bottom-space {
    margin-bottom: -50px;
  }
  .qodef-huge-space .qodef-outer-space {
    margin: 0 -25px;
  }
  .qodef-huge-space .qodef-outer-space .qodef-item-space {
    padding: 0 25px;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-instagram-feed:not(.qodef-instagram-carousel) li img {
    width: 100%;
  }
  .qodef-instagram-feed:not(.qodef-instagram-carousel).qodef-col-6 li,
  .qodef-instagram-feed:not(.qodef-instagram-carousel).qodef-col-9 li {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-instagram-feed:not(.qodef-instagram-carousel).qodef-col-6 li,
  .qodef-instagram-feed:not(.qodef-instagram-carousel).qodef-col-9 li {
    width: 33.33333%;
  }
  .qodef-related-posts-holder .qodef-related-post {
    width: 50% !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-instagram-feed:not(.qodef-instagram-carousel) li {
    width: 50% !important;
  }
  .qodef-author-description .qodef-author-description-content {
    padding: 0;
  }
  .qodef-author-description .qodef-author-description-image {
    display: block;
    width: 100%;
  }
  .qodef-author-description .qodef-author-description-text-holder {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-related-posts-holder .qodef-related-post {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-blog-holder.qodef-blog-single
    article
    .qodef-post-info-bottom
    .qodef-post-info-bottom-left,
  .qodef-blog-holder.qodef-blog-single
    article
    .qodef-post-info-bottom
    .qodef-post-info-bottom-right {
    width: 100%;
    float: none;
  }
  .qodef-blog-holder.qodef-blog-single
    article
    .qodef-post-info-bottom
    .qodef-post-info-bottom-right {
    text-align: inherit;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-five-columns
    .qodef-bl-item,
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-four-columns
    .qodef-bl-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-five-columns
    .qodef-bl-item:nth-child(3n + 1),
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-four-columns
    .qodef-bl-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-five-columns
    .qodef-bl-item,
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-four-columns
    .qodef-bl-item,
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-three-columns
    .qodef-bl-item {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-blog-list-holder.qodef-bl-standard .qodef-bl-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 681px) {
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-five-columns
    .qodef-bl-item:nth-child(2n + 1),
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-four-columns
    .qodef-bl-item:nth-child(2n + 1),
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-three-columns
    .qodef-bl-item:nth-child(2n + 1) {
    clear: both;
  }
  .qodef-page-footer .qodef-column-content.qodef-grid-col-3 {
    width: 50%;
    float: left;
  }
  .qodef-page-footer .qodef-column-content.qodef-grid-col-3:nth-child(2n + 1) {
    clear: both;
  }
  .qodef-page-footer .qodef-column-content.qodef-grid-col-3:nth-child(3),
  .qodef-page-footer .qodef-column-content.qodef-grid-col-3:nth-child(4) {
    margin-top: 30px;
  }
  .qodef-page-footer .qodef-column-content.qodef-grid-col-4 {
    width: 33.33333333333333%;
    float: left;
  }
  .qodef-page-footer
    .qodef-footer-columns-3-3-6
    .qodef-column-content.qodef-grid-col-6 {
    float: left;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-drop-down .wide .second > .inner > ul {
    width: 950px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-page-header {
    display: none;
  }
  .qodef-drop-down .wide .second > .inner > ul {
    width: 768px;
  }
  .qodef-mobile-header {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed,
  .qodef-boxed .qodef-page-header .qodef-sticky-header {
    width: 1000px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-boxed.qodef-sticky-up-mobile-header
    .mobile-header-appear
    .qodef-mobile-header-inner {
    width: 818px;
    left: auto;
  }
  .qodef-top-bar {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-boxed.qodef-sticky-up-mobile-header
    .mobile-header-appear
    .qodef-mobile-header-inner {
    width: 650px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-page-footer .qodef-column-content:not(:first-child) {
    margin-top: 30px;
  }
  .qodef-boxed.qodef-sticky-up-mobile-header
    .mobile-header-appear
    .qodef-mobile-header-inner {
    width: 470px;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-boxed.qodef-sticky-up-mobile-header
    .mobile-header-appear
    .qodef-mobile-header-inner {
    width: 350px;
  }
}
@media only screen and (max-width: 320px) {
  .qodef-boxed.qodef-sticky-up-mobile-header
    .mobile-header-appear
    .qodef-mobile-header-inner {
    width: 92%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-search-page-holder article .qodef-post-image {
    width: 80px;
  }
  .qodef-search-page-holder article .qodef-post-title-area {
    padding: 0 0 0 105px;
    min-height: 80px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-search-page-holder article .qodef-post-image {
    width: 60px;
  }
  .qodef-search-page-holder article .qodef-post-title-area {
    padding: 0 0 0 80px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-title-holder.qodef-has-bg-image {
    height: auto !important;
    background-image: none !important;
  }
  .qodef-title-holder.qodef-has-bg-image .qodef-title-image {
    display: block;
  }
  .qodef-title-holder.qodef-has-bg-image .qodef-title-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    height: 100% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .qodef-title-holder.qodef-title-va-header-bottom {
    height: auto !important;
  }
  .qodef-title-holder.qodef-title-va-header-bottom .qodef-title-wrapper {
    padding-top: 0 !important;
  }
  .qodef-title-holder.qodef-centered-type .qodef-page-subtitle {
    padding: 0 !important;
  }
  .qodef-title-holder.qodef-standard-with-breadcrumbs-type
    .qodef-breadcrumbs-info,
  .qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-title-info {
    display: block;
    width: 100%;
  }
  .qodef-title-holder.qodef-standard-with-breadcrumbs-type
    .qodef-breadcrumbs-info {
    margin: 10px 0 0;
    text-align: initial;
    white-space: inherit;
  }
}
/* @media only screen and (max-width: 680px) {
  .qodef-title-holder.qodef-standard-with-breadcrumbs-type.qodef-hide-breadcrumbs-mobile-yes
    .qodef-breadcrumbs-info {
    display: none;
  }
} */
@media only screen and (max-width: 1280px) {
  .qodef-testimonials-holder.qodef-testimonials-five-columns .qodef-pl-item,
  .qodef-testimonials-holder.qodef-testimonials-four-columns .qodef-pl-item,
  .qodef-testimonials-holder.qodef-testimonials-six-columns .qodef-pl-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .qodef-testimonials-holder.qodef-testimonials-five-columns
    .qodef-pl-item:nth-child(3n + 1),
  .qodef-testimonials-holder.qodef-testimonials-four-columns
    .qodef-pl-item:nth-child(3n + 1),
  .qodef-testimonials-holder.qodef-testimonials-six-columns
    .qodef-pl-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-testimonials-holder .qodef-pl-item {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  .qodef-call-to-action-holder .qodef-grid {
    width: 1100px;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-btn.qodef-btn-huge,
  .qodef-btn.qodef-btn-large {
    padding: 12px 53px 11px;
  }
  .qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-text-holder,
  .qodef-call-to-action-holder.qodef-three-quarters-columns
    .qodef-cta-text-holder {
    width: 66.66666666666667%;
  }
  .qodef-call-to-action-holder.qodef-four-fifths-columns
    .qodef-cta-button-holder,
  .qodef-call-to-action-holder.qodef-three-quarters-columns
    .qodef-cta-button-holder {
    width: 33.33333333333333%;
  }
  .qodef-countdown .countdown-row .countdown-section .countdown-amount {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-button-holder,
  .qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-inner,
  .qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-text-holder {
    display: block;
  }
  .qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-button-holder {
    margin: 28px 0 0;
    text-align: initial;
  }
  .qodef-call-to-action-holder.qodef-four-fifths-columns
    .qodef-cta-button-holder,
  .qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-text-holder,
  .qodef-call-to-action-holder.qodef-three-quarters-columns
    .qodef-cta-button-holder,
  .qodef-call-to-action-holder.qodef-three-quarters-columns
    .qodef-cta-text-holder,
  .qodef-call-to-action-holder.qodef-two-halves-columns
    .qodef-cta-button-holder,
  .qodef-call-to-action-holder.qodef-two-halves-columns .qodef-cta-text-holder,
  .qodef-call-to-action-holder.qodef-two-thirds-columns
    .qodef-cta-button-holder,
  .qodef-call-to-action-holder.qodef-two-thirds-columns .qodef-cta-text-holder {
    width: 100%;
  }
  .qodef-countdown .countdown-row.countdown-show4 .countdown-section,
  .qodef-countdown .countdown-row.countdown-show5 .countdown-section,
  .qodef-countdown .countdown-row.countdown-show6 .countdown-section {
    width: 33.33333333333333%;
  }
  .qodef-countdown .countdown-row .countdown-section .countdown-amount {
    font-size: 50px;
  }
  .qodef-custom-font-holder.qodef-disable-title-break br {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-elements-holder.qodef-responsive-mode-1280.qodef-five-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-1280.qodef-four-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-1280.qodef-six-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-1280.qodef-three-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-1280.qodef-two-columns
    .qodef-eh-item {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .qodef-elements-holder.qodef-responsive-mode-1280.qodef-one-column-alignment-left
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: left;
  }
  .qodef-elements-holder.qodef-responsive-mode-1280.qodef-one-column-alignment-right
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: right;
  }
  .qodef-elements-holder.qodef-responsive-mode-1280.qodef-one-column-alignment-center
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-elements-holder.qodef-responsive-mode-1024.qodef-five-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-1024.qodef-four-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-1024.qodef-six-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-1024.qodef-three-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-1024.qodef-two-columns
    .qodef-eh-item {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .qodef-elements-holder.qodef-responsive-mode-1024.qodef-one-column-alignment-left
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: left;
  }
  .qodef-elements-holder.qodef-responsive-mode-1024.qodef-one-column-alignment-right
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: right;
  }
  .qodef-elements-holder.qodef-responsive-mode-1024.qodef-one-column-alignment-center
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-elements-holder.qodef-responsive-mode-768.qodef-five-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-768.qodef-four-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-768.qodef-six-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-768.qodef-three-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-768.qodef-two-columns
    .qodef-eh-item {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .qodef-elements-holder.qodef-responsive-mode-768.qodef-one-column-alignment-left
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: left;
  }
  .qodef-elements-holder.qodef-responsive-mode-768.qodef-one-column-alignment-right
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: right;
  }
  .qodef-elements-holder.qodef-responsive-mode-768.qodef-one-column-alignment-center
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: center;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-countdown .countdown-row .countdown-section .countdown-amount {
    font-size: 40px;
  }
  .qodef-elements-holder.qodef-responsive-mode-680.qodef-five-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-680.qodef-four-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-680.qodef-six-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-680.qodef-three-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-680.qodef-two-columns
    .qodef-eh-item {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .qodef-elements-holder.qodef-responsive-mode-680.qodef-one-column-alignment-left
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: left;
  }
  .qodef-elements-holder.qodef-responsive-mode-680.qodef-one-column-alignment-right
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: right;
  }
  .qodef-elements-holder.qodef-responsive-mode-680.qodef-one-column-alignment-center
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-elements-holder.qodef-responsive-mode-480.qodef-five-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-480.qodef-four-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-480.qodef-six-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-480.qodef-three-columns
    .qodef-eh-item,
  .qodef-elements-holder.qodef-responsive-mode-480.qodef-two-columns
    .qodef-eh-item {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .qodef-elements-holder.qodef-responsive-mode-480.qodef-one-column-alignment-left
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: left;
  }
  .qodef-elements-holder.qodef-responsive-mode-480.qodef-one-column-alignment-right
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: right;
  }
  .qodef-elements-holder.qodef-responsive-mode-480.qodef-one-column-alignment-center
    .qodef-eh-item
    .qodef-eh-item-content {
    text-align: center;
  }
  .qodef-elements-holder .qodef-eh-item-content {
    padding: 0 10px;
  }
  .qodef-flow-item-holder .qodef-fi-image-holder {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-flow-item-holder {
    margin-bottom: 38px;
  }
  .qodef-flow-item-holder .qodef-fi-image-holder {
    display: block;
  }
  .qodef-flow-item-holder .qodef-fi-content-holder {
    display: block;
    width: 100%;
    padding-top: 0;
  }
  .qodef-flow-item-holder.qodef-fi-position-left .qodef-fi-image-holder {
    margin-left: 0;
    margin-right: auto;
  }
  .qodef-flow-item-holder.qodef-fi-position-left .qodef-fi-content-holder {
    padding-left: 0;
    margin-top: 30px;
  }
  .qodef-flow-item-holder.qodef-fi-position-right .qodef-fi-image-holder {
    margin-right: 0;
    margin-left: auto;
    margin-top: 30px;
  }
  .qodef-flow-item-holder.qodef-fi-position-right .qodef-fi-content-holder {
    padding-right: 0;
  }
  .qodef-google-map-overlay {
    display: block;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1281px) {
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-six-columns
    .qodef-ig-image:nth-child(6n + 1) {
    clear: none;
  }
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-six-columns
    .qodef-ig-image:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-six-columns .qodef-ig-image,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-six-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-six-columns .qodef-ig-image {
    width: 20%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-five-columns
    .qodef-ig-image:nth-child(4n + 1),
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-six-columns
    .qodef-ig-image:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-five-columns .qodef-ig-image,
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-six-columns .qodef-ig-image,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-five-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-five-columns .qodef-ig-image {
    width: 25%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-five-columns
    .qodef-ig-image.qodef-large-masonry-item {
    width: 50%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-six-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-six-columns .qodef-ig-image {
    width: 25%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-six-columns
    .qodef-ig-image.qodef-large-masonry-item {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-five-columns
    .qodef-ig-image:nth-child(3n + 1),
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-six-columns
    .qodef-ig-image:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 681px) {
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-four-columns
    .qodef-ig-image:nth-child(4n + 1),
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-three-columns
    .qodef-ig-image:nth-child(3n + 1),
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-two-columns
    .qodef-ig-image:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-five-columns .qodef-ig-image,
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-six-columns .qodef-ig-image {
    width: 33.33333%;
  }
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-four-columns .qodef-ig-image {
    width: 50%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-five-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-five-columns .qodef-ig-image {
    width: 33.33333%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-five-columns
    .qodef-ig-image.qodef-large-masonry-item {
    width: 66.66667%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-six-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-six-columns .qodef-ig-image {
    width: 33.33333%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-six-columns
    .qodef-ig-image.qodef-large-masonry-item {
    width: 66.66667%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-four-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-four-columns .qodef-ig-image {
    width: 50%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-four-columns
    .qodef-ig-image.qodef-large-masonry-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-five-columns
    .qodef-ig-image:nth-child(2n + 1),
  .qodef-image-gallery
    .qodef-ig-grid.qodef-ig-six-columns
    .qodef-ig-image:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-five-columns .qodef-ig-image,
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-six-columns .qodef-ig-image {
    width: 50%;
  }
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-three-columns .qodef-ig-image {
    width: 100%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-five-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-five-columns .qodef-ig-image {
    width: 50%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-five-columns
    .qodef-ig-image.qodef-large-masonry-item {
    width: 100%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-six-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-six-columns .qodef-ig-image {
    width: 50%;
  }
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-six-columns
    .qodef-ig-image.qodef-large-masonry-item,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-three-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-three-columns .qodef-ig-image,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-three-columns
    .qodef-ig-image.qodef-large-masonry-item {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-five-columns .qodef-ig-image,
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-four-columns .qodef-ig-image,
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-six-columns .qodef-ig-image,
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-three-columns .qodef-ig-image,
  .qodef-image-gallery .qodef-ig-grid.qodef-ig-two-columns .qodef-ig-image,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-five-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-five-columns .qodef-ig-image,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-five-columns
    .qodef-ig-image.qodef-large-masonry-item,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-four-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-four-columns .qodef-ig-image,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-four-columns
    .qodef-ig-image.qodef-large-masonry-item,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-six-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-six-columns .qodef-ig-image,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-six-columns
    .qodef-ig-image.qodef-large-masonry-item,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-three-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-three-columns .qodef-ig-image,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-three-columns
    .qodef-ig-image.qodef-large-masonry-item,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-two-columns
    .qodef-ig-grid-sizer,
  .qodef-image-gallery .qodef-ig-masonry.qodef-ig-two-columns .qodef-ig-image,
  .qodef-image-gallery
    .qodef-ig-masonry.qodef-ig-two-columns
    .qodef-ig-image.qodef-large-masonry-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-item-showcase-holder .qodef-is-image {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    margin-top: 0 !important;
  }
  .qodef-item-showcase-holder .qodef-is-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .qodef-item-showcase-holder .qodef-is-item-holder.qodef-is-left-holder,
  .qodef-item-showcase-holder .qodef-is-item-holder.qodef-is-right-holder {
    float: right;
    width: 50%;
    padding: 0 0 0 50%;
  }
  .qodef-item-showcase-holder .qodef-is-item,
  .qodef-item-showcase-holder .qodef-is-item-holder.qodef-is-right-holder {
    margin: 36px 0 0;
  }
  .qodef-item-showcase-holder .qodef-is-item.qodef-is-left {
    text-align: left;
  }
  .qodef-item-showcase-holder .qodef-is-item.qodef-is-left .qodef-is-content {
    padding: 0 0 0 20px;
  }
  .qodef-item-showcase-holder .qodef-is-item:not(.qodef-appeared) {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@media only screen and (max-width: 680px) {
  .qodef-item-showcase-holder .qodef-is-image {
    display: none;
  }
  .qodef-item-showcase-holder .qodef-is-item-holder.qodef-is-left-holder,
  .qodef-item-showcase-holder .qodef-is-item-holder.qodef-is-right-holder {
    float: none;
    width: 100%;
    padding: 0;
  }
  .qodef-item-showcase-holder .qodef-is-item {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) !important;
    -moz-transform: translateX(0) translateY(0) !important;
    transform: translateX(0) translateY(0) !important;
  }
  .qodef-item-showcase-holder .qodef-is-item.qodef-is-left .qodef-is-content,
  .qodef-item-showcase-holder .qodef-is-item.qodef-is-right .qodef-is-content {
    padding: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-pricing-tables.qodef-five-columns .qodef-price-table,
  .qodef-pricing-tables.qodef-four-columns .qodef-price-table {
    width: 50%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 681px) {
  .qodef-pricing-tables.qodef-five-columns .qodef-price-table:nth-child(2n + 1),
  .qodef-pricing-tables.qodef-four-columns
    .qodef-price-table:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-pricing-tables.qodef-three-columns .qodef-price-table {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-pricing-tables .qodef-price-table {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-process-holder.qodef-process-horizontal
    .qodef-process-item-holder.qodef-pi-highlighted {
    margin-top: -30px;
  }
  .qodef-process-holder.qodef-process-horizontal
    .qodef-process-item-holder.qodef-pi-highlighted
    .qodef-pi {
    width: 220px;
    height: 220px;
  }
  .qodef-process-holder.qodef-process-horizontal
    .qodef-process-item-holder.qodef-pi-highlighted
    .qodef-pi-content-holder {
    margin-top: 48px;
  }
  .qodef-process-holder.qodef-process-horizontal
    .qodef-process-item-holder.qodef-pi-highlighted
    .qodef-pi-holder
    .qodef-pi:after,
  .qodef-process-holder.qodef-process-horizontal
    .qodef-process-item-holder.qodef-pi-highlighted
    .qodef-pi-holder
    .qodef-pi:before {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-process-holder .qodef-pi-image-holder:before,
  .qodef-process-holder.qodef-process-horizontal
    .qodef-process-item-holder:nth-child(2n)
    .qodef-pi-holder
    .qodef-pi:after,
  .qodef-process-holder.qodef-process-horizontal.qodef-process-holder-items-three
    .qodef-process-item-holder
    .qodef-pi-holder
    .qodef-pi:after {
    display: none;
  }
  .qodef-process-holder .qodef-pi-holder-inner {
    width: 100%;
  }
  .qodef-process-holder.qodef-process-holder-items-four
    .qodef-process-item-holder {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-process-holder.qodef-process-horizontal .qodef-pi-holder:after,
  .qodef-process-holder.qodef-process-horizontal.qodef-process-holder-items-four
    .qodef-process-item-holder
    .qodef-pi-holder
    .qodef-pi:after,
  .qodef-process-holder.qodef-process-horizontal.qodef-process-holder-items-four
    .qodef-process-item-holder
    .qodef-pi-holder
    .qodef-pi:before,
  .qodef-process-holder.qodef-process-horizontal.qodef-process-holder-items-three
    .qodef-process-item-holder
    .qodef-pi-holder
    .qodef-pi:after,
  .qodef-process-holder.qodef-process-horizontal.qodef-process-holder-items-three
    .qodef-process-item-holder
    .qodef-pi-holder
    .qodef-pi:before {
    display: none;
  }
  .qodef-process-holder.qodef-process-horizontal.qodef-process-holder-items-four
    .qodef-process-item-holder,
  .qodef-process-holder.qodef-process-horizontal.qodef-process-holder-items-three
    .qodef-process-item-holder {
    width: 100%;
    margin-bottom: 30px;
  }
  .qodef-process-holder.qodef-process-horizontal
    .qodef-process-item-holder.qodef-pi-highlighted {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-process-holder.qodef-process-vertical .qodef-process-item-holder {
    margin-bottom: 36px;
  }
  .qodef-process-holder.qodef-process-vertical .qodef-pi-holder {
    float: none;
  }
  .qodef-process-holder.qodef-process-vertical .qodef-pi-holder .qodef-pi {
    margin: 0 auto 26px;
  }
  .qodef-process-holder.qodef-process-vertical .qodef-pi-content-holder {
    padding: 0 20px;
    text-align: center;
  }
  .qodef-process-holder.qodef-process-vertical.appeared
    .qodef-process-item-holder:before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-section-title-holder.qodef-st-two-columns {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-section-title-holder {
    padding: 0 !important;
  }
  .qodef-section-title-holder.qodef-st-two-columns .qodef-st-text,
  .qodef-section-title-holder.qodef-st-two-columns .qodef-st-title {
    width: 100%;
    float: none !important;
    text-align: initial !important;
  }
  .qodef-section-title-holder.qodef-st-two-columns .qodef-st-text {
    margin: 14px 0 0;
  }
  .qodef-section-title-holder.qodef-st-disable-title-break .qodef-st-title br {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li {
    display: block;
    float: none;
  }
  .qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li a {
    width: 100%;
    padding: 7px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-package-list-holder.qodef-pckgl-five-columns li,
  .qodef-package-list-holder.qodef-pckgl-four-columns li,
  .qodef-package-list-holder.qodef-pckgl-six-columns li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-package-list-holder li {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-re-author-holder .qodef-author-image {
    width: 300px;
  }
  .qodef-re-author-holder .qodef-author-info {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 768px) {
  .qodef-re-author-holder .qodef-author-image {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .qodef-re-author-holder .qodef-author-info {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .qodef-property-single-holder .qodef-property-items-style,
  .qodef-property-single-holder .qodef-property-label-items-holder,
  .qodef-property-single-holder .qodef-property-label-style {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .qodef-property-single-holder .qodef-property-label-style {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-property-single-holder
    .qodef-property-floor-plans
    .qodef-accordion-holder
    .qodef-accordion-title-item {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-property-single-holder
    .qodef-property-title-section
    .qodef-title-inline-part {
    width: 40%;
  }
  .qodef-property-single-holder
    .qodef-property-title-section
    .qodef-title-inline-part:nth-child(2n + 1) {
    padding-left: 0;
  }
  .qodef-property-single-holder
    .qodef-property-floor-plans
    .qodef-accordion-holder
    .qodef-accordion-title-item {
    display: block;
  }
  .qodef-re-compare-holder {
    width: 260px;
    right: -260px;
    padding: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-re-compare-popup {
    padding: 30px;
  }
  .qodef-re-compare-popup .qodef-re-popup-items-holder {
    overflow-x: scroll;
  }
  .qodef-re-compare-popup #qodef-re-popup-items {
    min-width: 700px;
    zoom: 0.7;
  }
  .qodef-re-compare-popup #qodef-re-popup-items li div {
    padding: 5px;
  }
  .qodef-re-compare-popup #qodef-re-popup-items li .qodef-re-add-to-compare {
    right: 10px;
    top: 10px;
  }
  .qodef-property-city-list-holder.qodef-pcl-five-columns li,
  .qodef-property-city-list-holder.qodef-pcl-four-columns li,
  .qodef-property-city-list-holder.qodef-pcl-six-columns li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-property-city-list-holder.qodef-pcl-five-columns li,
  .qodef-property-city-list-holder.qodef-pcl-four-columns li,
  .qodef-property-city-list-holder.qodef-pcl-six-columns li,
  .qodef-property-city-list-holder.qodef-pcl-three-columns li {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-property-city-list-holder li {
    width: 100% !important;
  }
  .qodef-pls-holder .qodef-pls-item .qodef-item-info-holder {
    padding: 25px;
  }
  .qodef-pls-holder .qodef-pls-item .qodef-item-title-address {
    display: block;
    padding: 0;
  }
  .qodef-pls-holder .qodef-pls-item .qodef-item-title-address:after {
    display: none;
  }
  .qodef-pls-holder .qodef-pls-item .qodef-property-price {
    display: block;
    padding: 0;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-filter-section-csp
    .qodef-section-size {
    width: 35%;
  }
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-filter-section-csp
    .qodef-section-price {
    width: 40%;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-filter-features-holder
    .qodef-feature-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-filter-row {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-filter-section-12,
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-filter-section-3,
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-filter-section-4,
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-filter-section-6,
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-filter-section-9 {
    display: block;
    width: 100%;
    border-left: 0;
    margin-bottom: 25px;
    padding: 0;
  }
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-filter-specification-holder
    .qodef-quantity-buttons {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-filter-features-holder
    .qodef-feature-item {
    width: 50%;
  }
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-property-filter-button {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-property-filter-reset-button {
    margin-top: 15px;
  }
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-property-filter-button-holder {
    width: 100%;
  }
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-query-result {
    margin-left: 0;
    margin-top: 10px;
    position: initial;
  }
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-undo-query-save {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-property-list-holder
    .qodef-property-list-filter-part
    .qodef-filter-features-holder
    .qodef-feature-item {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-property-list-holder.qodef-pl-type-set
    .qodef-property-list-filter-part
    .qodef-section-status
    .select2 {
    width: 100% !important;
  }
  .qodef-property-list-holder.qodef-pl-city-set
    .qodef-property-list-filter-part
    .qodef-section-size,
  .qodef-property-list-holder.qodef-pl-feature-set
    .qodef-property-list-filter-part
    .qodef-section-spec {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns article {
    width: 25%;
  }
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns
    article.qodef-pl-masonry-large-width,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns
    article.qodef-pl-masonry-large-width-height {
    width: 50%;
  }
  .qodef-property-list-holder.qodef-pl-with-map .qodef-property-list-map-part {
    width: 38%;
  }
  .qodef-property-list-holder.qodef-pl-with-map
    .qodef-property-list-items-part {
    width: 62%;
    padding: 0 40px 55px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) and (min-width: 1281px) {
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-gallery.qodef-pl-five-columns
    article:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-gallery.qodef-pl-five-columns
    article {
    width: 25%;
  }
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-five-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-five-columns
    article {
    width: 33.33333%;
  }
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-five-columns
    article.qodef-pl-masonry-large-width,
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-five-columns
    article.qodef-pl-masonry-large-width-height {
    width: 66.66667%;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) and (min-width: 1201px) {
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-gallery.qodef-pl-five-columns
    article:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-gallery.qodef-pl-five-columns
    article,
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-masonry.qodef-pl-five-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-masonry.qodef-pl-five-columns
    article {
    width: 25%;
  }
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-masonry.qodef-pl-five-columns
    article.qodef-pl-masonry-large-width,
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-masonry.qodef-pl-five-columns
    article.qodef-pl-masonry-large-width-height {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (min-width: 1025px) {
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-gallery.qodef-pl-five-columns
    article:nth-child(3n + 1),
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-gallery.qodef-pl-four-columns
    article:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-gallery.qodef-pl-five-columns
    article,
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-gallery.qodef-pl-four-columns
    article {
    width: 33.33333%;
  }
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-three-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-three-columns
    article {
    width: 50%;
  }
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-three-columns
    article.qodef-pl-masonry-large-width,
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-three-columns
    article.qodef-pl-masonry-large-width-height {
    width: 100%;
  }
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-four-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-four-columns
    article {
    width: 50%;
  }
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-four-columns
    article.qodef-pl-masonry-large-width,
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-four-columns
    article.qodef-pl-masonry-large-width-height {
    width: 100%;
  }
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-five-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-five-columns
    article {
    width: 50%;
  }
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-five-columns
    article.qodef-pl-masonry-large-width,
  .qodef-property-list-holder.qodef-pl-with-map.qodef-pl-masonry.qodef-pl-five-columns
    article.qodef-pl-masonry-large-width-height {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) and (min-width: 1025px) {
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-gallery.qodef-pl-five-columns
    article:nth-child(3n + 1),
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-gallery.qodef-pl-four-columns
    article:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-gallery.qodef-pl-five-columns
    article,
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-gallery.qodef-pl-four-columns
    article,
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-masonry.qodef-pl-four-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-masonry.qodef-pl-four-columns
    article {
    width: 33.33333%;
  }
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-masonry.qodef-pl-four-columns
    article.qodef-pl-masonry-large-width,
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-masonry.qodef-pl-four-columns
    article.qodef-pl-masonry-large-width-height {
    width: 66.66667%;
  }
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-masonry.qodef-pl-five-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-masonry.qodef-pl-five-columns
    article {
    width: 33.33333%;
  }
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-masonry.qodef-pl-five-columns
    article.qodef-pl-masonry-large-width,
  .qodef-property-list-holder.qodef-pl-no-map.qodef-pl-masonry.qodef-pl-five-columns
    article.qodef-pl-masonry-large-width-height {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 681px) {
  .qodef-package-list-holder.qodef-pckgl-five-columns li:nth-child(3n + 1),
  .qodef-package-list-holder.qodef-pckgl-four-columns li:nth-child(3n + 1),
  .qodef-package-list-holder.qodef-pckgl-six-columns li:nth-child(3n + 1),
  .qodef-property-list-holder.qodef-pl-gallery.qodef-pl-five-columns
    article:nth-child(2n + 1),
  .qodef-property-list-holder.qodef-pl-gallery.qodef-pl-four-columns
    article:nth-child(2n + 1),
  .qodef-property-list-holder.qodef-pl-gallery.qodef-pl-three-columns
    article:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-property-list-holder.qodef-pl-with-map .qodef-property-list-map-part {
    width: 100%;
    position: relative;
  }
  .qodef-property-list-holder.qodef-pl-with-map
    .qodef-property-list-map-part
    #qodef-re-multiple-map-holder {
    height: 500px;
  }
  .qodef-property-list-holder.qodef-pl-with-map
    .qodef-property-list-items-part {
    width: 100%;
    padding: 55px 40px;
  }
  .qodef-property-list-holder.qodef-pl-gallery.qodef-pl-five-columns article,
  .qodef-property-list-holder.qodef-pl-gallery.qodef-pl-four-columns article,
  .qodef-property-list-holder.qodef-pl-gallery.qodef-pl-three-columns article,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-three-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-three-columns article {
    width: 50%;
  }
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-three-columns
    article.qodef-pl-masonry-large-width,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-three-columns
    article.qodef-pl-masonry-large-width-height {
    width: 100%;
  }
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-four-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-four-columns article {
    width: 50%;
  }
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-four-columns
    article.qodef-pl-masonry-large-width,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-four-columns
    article.qodef-pl-masonry-large-width-height {
    width: 100%;
  }
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns article {
    width: 50%;
  }
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns
    article.qodef-pl-masonry-large-width,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns
    article.qodef-pl-masonry-large-width-height {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-psg-shortcode .qodef-psg-gallery .qodef-psg-gallery-image:last-child {
    right: 0;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-property-list-holder.qodef-pl-with-map
    .qodef-property-list-map-part
    #qodef-re-multiple-map-holder {
    height: 350px;
  }
  .qodef-property-list-holder.qodef-pl-gallery article {
    width: 100% !important;
  }
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-five-columns article,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-four-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-four-columns article,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-three-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-three-columns article,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-two-columns
    .qodef-pl-grid-sizer,
  .qodef-property-list-holder.qodef-pl-masonry.qodef-pl-two-columns article {
    width: 100%;
  }
  .qodef-property-search-holder
    .qodef-search-type-section
    .qodef-property-type-list-holder
    .qodef-ptl-item {
    border-left: 0;
  }
  .qodef-psg-shortcode .qodef-psg-content,
  .qodef-psg-shortcode .qodef-psg-gallery {
    display: inline-block;
    float: none;
    width: 100%;
    padding: 0;
  }
  .qodef-psg-shortcode .qodef-psg-gallery .qodef-psg-gallery-image:last-child {
    top: -25px;
    right: -25px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-property-type-list-holder .qodef-ptl-item {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-property-type-list-holder .qodef-ptl-item {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 1200px) {
  .dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-location-area,
  .dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-type-area {
    width: 50%;
  }
  .dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-quick-resp-min-baths-area,
  .dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-quick-resp-min-beds-area {
    width: 20%;
  }
  .dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-price-area-min {
    width: 30% !important;
  }
  .dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-area-submit {
    width: 30%;
  }
}
@media only screen and (max-width: 680px) {
  .dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-price-area-max,
  .dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-price-area-min {
    width: 50% !important;
  }
  .dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-area-submit {
    width: 100% !important;
    float: none;
    text-align: center;
  }
  #dsidx #dsidx-listings li.dsidx-listing-container .dsidx-media {
    width: 100%;
    margin-bottom: 20px !important;
    float: none;
    padding: 0 !important;
  }
  #dsidx #dsidx-listings li.dsidx-listing-container .dsidx-media .dsidx-photo {
    text-align: left;
  }
  #dsidx #dsidx-listings li.dsidx-listing-container .dsidx-data {
    width: 100%;
    margin: 0 !important;
  }
  #ihf-main-container .ihf-result.row .ihf-results-photo {
    width: 100%;
    padding-bottom: 10px;
  }
  #ihf-main-container .ihf-result.row .ihf-results-property-info {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
  }
}
@media only screen and (max-width: 1024px) {
  .widget.dsidx-widget-single-listing-wrap
    .dsidx-widget-single-listing
    .dsidx-widget-single-listing-slideshow
    .dsidx-widget-single-listing-photo {
    text-align: left;
  }
  .qodef-agency-agent-list.qodef-aal-five-columns li,
  .qodef-agency-agent-list.qodef-aal-four-columns li,
  .qodef-agency-agent-list.qodef-aal-six-columns li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-agency-agent-list.qodef-aal-five-columns li:nth-child(3n + 1),
  .qodef-agency-agent-list.qodef-aal-four-columns li:nth-child(3n + 1),
  .qodef-agency-agent-list.qodef-aal-six-columns li:nth-child(3n + 1),
  .qodef-property-city-list-holder.qodef-pcl-five-columns li:nth-child(3n + 1),
  .qodef-property-city-list-holder.qodef-pcl-four-columns li:nth-child(3n + 1),
  .qodef-property-city-list-holder.qodef-pcl-six-columns li:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-agency-agent-list.qodef-aal-five-columns li,
  .qodef-agency-agent-list.qodef-aal-four-columns li,
  .qodef-agency-agent-list.qodef-aal-six-columns li,
  .qodef-agency-agent-list.qodef-aal-three-columns li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-agency-agent-list.qodef-aal-five-columns li:nth-child(2n + 1),
  .qodef-agency-agent-list.qodef-aal-four-columns li:nth-child(2n + 1),
  .qodef-agency-agent-list.qodef-aal-six-columns li:nth-child(2n + 1),
  .qodef-agency-agent-list.qodef-aal-three-columns li:nth-child(2n + 1),
  .qodef-property-city-list-holder.qodef-pcl-five-columns li:nth-child(2n + 1),
  .qodef-property-city-list-holder.qodef-pcl-four-columns li:nth-child(2n + 1),
  .qodef-property-city-list-holder.qodef-pcl-six-columns li:nth-child(2n + 1),
  .qodef-property-city-list-holder.qodef-pcl-three-columns
    li:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-agency-agent-list li {
    width: 100% !important;
  }
} /*!* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
@font-face {
  font-family: fontawesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: eleganticons;
  src: url(../fonts/ElegantIcons.eot);
  src: url(../fonts/ElegantIcons.eot?#iefix) format("embedded-opentype"),
    url(../fonts/ElegantIcons.woff) format("woff"),
    url(../fonts/ElegantIcons.ttf) format("truetype"),
    url(../fonts/ElegantIcons.svg#ElegantIcons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  font-family: eleganticons;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.arrow_up,
.arrow_down,
.arrow_left,
.arrow_right,
.arrow_left-up,
.arrow_right-up,
.arrow_right-down,
.arrow_left-down,
.arrow-up-down,
.arrow_up-down_alt,
.arrow_left-right_alt,
.arrow_left-right,
.arrow_expand_alt2,
.arrow_expand_alt,
.arrow_condense,
.arrow_expand,
.arrow_move,
.arrow_carrot-up,
.arrow_carrot-down,
.arrow_carrot-left,
.arrow_carrot-right,
.arrow_carrot-2up,
.arrow_carrot-2down,
.arrow_carrot-2left,
.arrow_carrot-2right,
.arrow_carrot-up_alt2,
.arrow_carrot-down_alt2,
.arrow_carrot-left_alt2,
.arrow_carrot-right_alt2,
.arrow_carrot-2up_alt2,
.arrow_carrot-2down_alt2,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right_alt2,
.arrow_triangle-up,
.arrow_triangle-down,
.arrow_triangle-left,
.arrow_triangle-right,
.arrow_triangle-up_alt2,
.arrow_triangle-down_alt2,
.arrow_triangle-left_alt2,
.arrow_triangle-right_alt2,
.arrow_back,
.icon_minus-06,
.icon_plus,
.icon_close,
.icon_check,
.icon_minus_alt2,
.icon_plus_alt2,
.icon_close_alt2,
.icon_check_alt2,
.icon_zoom-out_alt,
.icon_zoom-in_alt,
.icon_search,
.icon_box-empty,
.icon_box-selected,
.icon_minus-box,
.icon_plus-box,
.icon_box-checked,
.icon_circle-empty,
.icon_circle-slelected,
.icon_stop_alt2,
.icon_stop,
.icon_pause_alt2,
.icon_pause,
.icon_menu,
.icon_menu-square_alt2,
.icon_menu-circle_alt2,
.icon_ul,
.icon_ol,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_document_alt,
.icon_documents_alt,
.icon_pencil,
.icon_pencil-edit_alt,
.icon_pencil-edit,
.icon_folder-alt,
.icon_folder-open_alt,
.icon_folder-add_alt,
.icon_info_alt,
.icon_error-oct_alt,
.icon_error-circle_alt,
.icon_error-triangle_alt,
.icon_question_alt2,
.icon_question,
.icon_comment_alt,
.icon_chat_alt,
.icon_vol-mute_alt,
.icon_volume-low_alt,
.icon_volume-high_alt,
.icon_quotations,
.icon_quotations_alt2,
.icon_clock_alt,
.icon_lock_alt,
.icon_lock-open_alt,
.icon_key_alt,
.icon_cloud_alt,
.icon_cloud-upload_alt,
.icon_cloud-download_alt,
.icon_image,
.icon_images,
.icon_lightbulb_alt,
.icon_gift_alt,
.icon_house_alt,
.icon_genius,
.icon_mobile,
.icon_tablet,
.icon_laptop,
.icon_desktop,
.icon_camera_alt,
.icon_mail_alt,
.icon_cone_alt,
.icon_ribbon_alt,
.icon_bag_alt,
.icon_creditcard,
.icon_cart_alt,
.icon_paperclip,
.icon_tag_alt,
.icon_tags_alt,
.icon_trash_alt,
.icon_cursor_alt,
.icon_mic_alt,
.icon_compass_alt,
.icon_pin_alt,
.icon_pushpin_alt,
.icon_map_alt,
.icon_drawer_alt,
.icon_toolbox_alt,
.icon_book_alt,
.icon_calendar,
.icon_film,
.icon_table,
.icon_contacts_alt,
.icon_headphones,
.icon_lifesaver,
.icon_piechart,
.icon_refresh,
.icon_link_alt,
.icon_link,
.icon_loading,
.icon_blocked,
.icon_archive_alt,
.icon_heart_alt,
.icon_star_alt,
.icon_star-half_alt,
.icon_star,
.icon_star-half,
.icon_tools,
.icon_tool,
.icon_cog,
.icon_cogs,
.arrow_up_alt,
.arrow_down_alt,
.arrow_left_alt,
.arrow_right_alt,
.arrow_left-up_alt,
.arrow_right-up_alt,
.arrow_right-down_alt,
.arrow_left-down_alt,
.arrow_condense_alt,
.arrow_expand_alt3,
.arrow_carrot_up_alt,
.arrow_carrot-down_alt,
.arrow_carrot-left_alt,
.arrow_carrot-right_alt,
.arrow_carrot-2up_alt,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left_alt,
.arrow_carrot-2right_alt,
.arrow_triangle-up_alt,
.arrow_triangle-down_alt,
.arrow_triangle-left_alt,
.arrow_triangle-right_alt,
.icon_minus_alt,
.icon_plus_alt,
.icon_close_alt,
.icon_check_alt,
.icon_zoom-out,
.icon_zoom-in,
.icon_stop_alt,
.icon_menu-square_alt,
.icon_menu-circle_alt,
.icon_document,
.icon_documents,
.icon_pencil_alt,
.icon_folder,
.icon_folder-open,
.icon_folder-add,
.icon_folder_upload,
.icon_folder_download,
.icon_info,
.icon_error-circle,
.icon_error-oct,
.icon_error-triangle,
.icon_question_alt,
.icon_comment,
.icon_chat,
.icon_vol-mute,
.icon_volume-low,
.icon_volume-high,
.icon_quotations_alt,
.icon_clock,
.icon_lock,
.icon_lock-open,
.icon_key,
.icon_cloud,
.icon_cloud-upload,
.icon_cloud-download,
.icon_lightbulb,
.icon_gift,
.icon_house,
.icon_camera,
.icon_mail,
.icon_cone,
.icon_ribbon,
.icon_bag,
.icon_cart,
.icon_tag,
.icon_tags,
.icon_trash,
.icon_cursor,
.icon_mic,
.icon_compass,
.icon_pin,
.icon_pushpin,
.icon_map,
.icon_drawer,
.icon_toolbox,
.icon_book,
.icon_contacts,
.icon_archive,
.icon_heart,
.icon_profile,
.icon_group,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_music,
.icon_pause_alt,
.icon_phone,
.icon_upload,
.icon_download,
.social_facebook,
.social_twitter,
.social_pinterest,
.social_googleplus,
.social_tumblr,
.social_tumbleupon,
.social_wordpress,
.social_instagram,
.social_dribbble,
.social_vimeo,
.social_linkedin,
.social_rss,
.social_deviantart,
.social_share,
.social_myspace,
.social_skype,
.social_youtube,
.social_picassa,
.social_googledrive,
.social_flickr,
.social_blogger,
.social_spotify,
.social_delicious,
.social_facebook_circle,
.social_twitter_circle,
.social_pinterest_circle,
.social_googleplus_circle,
.social_tumblr_circle,
.social_stumbleupon_circle,
.social_wordpress_circle,
.social_instagram_circle,
.social_dribbble_circle,
.social_vimeo_circle,
.social_linkedin_circle,
.social_rss_circle,
.social_deviantart_circle,
.social_share_circle,
.social_myspace_circle,
.social_skype_circle,
.social_youtube_circle,
.social_picassa_circle,
.social_googledrive_alt2,
.social_flickr_circle,
.social_blogger_circle,
.social_spotify_circle,
.social_delicious_circle,
.social_facebook_square,
.social_twitter_square,
.social_pinterest_square,
.social_googleplus_square,
.social_tumblr_square,
.social_stumbleupon_square,
.social_wordpress_square,
.social_instagram_square,
.social_dribbble_square,
.social_vimeo_square,
.social_linkedin_square,
.social_rss_square,
.social_deviantart_square,
.social_share_square,
.social_myspace_square,
.social_skype_square,
.social_youtube_square,
.social_picassa_square,
.social_googledrive_square,
.social_flickr_square,
.social_blogger_square,
.social_spotify_square,
.social_delicious_square,
.icon_printer,
.icon_calulator,
.icon_building,
.icon_floppy,
.icon_drive,
.icon_search-2,
.icon_id,
.icon_id-2,
.icon_puzzle,
.icon_like,
.icon_dislike,
.icon_mug,
.icon_currency,
.icon_wallet,
.icon_pens,
.icon_easel,
.icon_flowchart,
.icon_datareport,
.icon_briefcase,
.icon_shield,
.icon_percent,
.icon_globe,
.icon_globe-2,
.icon_target,
.icon_hourglass,
.icon_balance,
.icon_rook,
.icon_printer-alt,
.icon_calculator_alt,
.icon_building_alt,
.icon_floppy_alt,
.icon_drive_alt,
.icon_search_alt,
.icon_id_alt,
.icon_id-2_alt,
.icon_puzzle_alt,
.icon_like_alt,
.icon_dislike_alt,
.icon_mug_alt,
.icon_currency_alt,
.icon_wallet_alt,
.icon_pens_alt,
.icon_easel_alt,
.icon_flowchart_alt,
.icon_datareport_alt,
.icon_briefcase_alt,
.icon_shield_alt,
.icon_percent_alt,
.icon_globe_alt,
.icon_clipboard {
  font-family: eleganticons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.arrow_up:before {
  content: "\21";
}
.arrow_down:before {
  content: "\22";
}
.arrow_left:before {
  content: "\23";
}
.arrow_right:before {
  content: "\24";
}
.arrow_left-up:before {
  content: "\25";
}
.arrow_right-up:before {
  content: "\26";
}
.arrow_right-down:before {
  content: "\27";
}
.arrow_left-down:before {
  content: "\28";
}
.arrow-up-down:before {
  content: "\29";
}
.arrow_up-down_alt:before {
  content: "\2a";
}
.arrow_left-right_alt:before {
  content: "\2b";
}
.arrow_left-right:before {
  content: "\2c";
}
.arrow_expand_alt2:before {
  content: "\2d";
}
.arrow_expand_alt:before {
  content: "\2e";
}
.arrow_condense:before {
  content: "\2f";
}
.arrow_expand:before {
  content: "\30";
}
.arrow_move:before {
  content: "\31";
}
.arrow_carrot-up:before {
  content: "\32";
}
.arrow_carrot-down:before {
  content: "\33";
}
.arrow_carrot-left:before {
  content: "\34";
}
.arrow_carrot-right:before {
  content: "\35";
}
.arrow_carrot-2up:before {
  content: "\36";
}
.arrow_carrot-2down:before {
  content: "\37";
}
.arrow_carrot-2left:before {
  content: "\38";
}
.arrow_carrot-2right:before {
  content: "\39";
}
.arrow_carrot-up_alt2:before {
  content: "\3a";
}
.arrow_carrot-down_alt2:before {
  content: "\3b";
}
.arrow_carrot-left_alt2:before {
  content: "\3c";
}
.arrow_carrot-right_alt2:before {
  content: "\3d";
}
.arrow_carrot-2up_alt2:before {
  content: "\3e";
}
.arrow_carrot-2down_alt2:before {
  content: "\3f";
}
.arrow_carrot-2left_alt2:before {
  content: "\40";
}
.arrow_carrot-2right_alt2:before {
  content: "\41";
}
.arrow_triangle-up:before {
  content: "\42";
}
.arrow_triangle-down:before {
  content: "\43";
}
.arrow_triangle-left:before {
  content: "\44";
}
.arrow_triangle-right:before {
  content: "\45";
}
.arrow_triangle-up_alt2:before {
  content: "\46";
}
.arrow_triangle-down_alt2:before {
  content: "\47";
}
.arrow_triangle-left_alt2:before {
  content: "\48";
}
.arrow_triangle-right_alt2:before {
  content: "\49";
}
.arrow_back:before {
  content: "\4a";
}
.icon_minus-06:before {
  content: "\4b";
}
.icon_plus:before {
  content: "\4c";
}
.icon_close:before {
  content: "\4d";
}
.icon_check:before {
  content: "\4e";
}
.icon_minus_alt2:before {
  content: "\4f";
}
.icon_plus_alt2:before {
  content: "\50";
}
.icon_close_alt2:before {
  content: "\51";
}
.icon_check_alt2:before {
  content: "\52";
}
.icon_zoom-out_alt:before {
  content: "\53";
}
.icon_zoom-in_alt:before {
  content: "\54";
}
.icon_search:before {
  content: "\55";
}
.icon_box-empty:before {
  content: "\56";
}
.icon_box-selected:before {
  content: "\57";
}
.icon_minus-box:before {
  content: "\58";
}
.icon_plus-box:before {
  content: "\59";
}
.icon_box-checked:before {
  content: "\5a";
}
.icon_circle-empty:before {
  content: "\5b";
}
.icon_circle-slelected:before {
  content: "\5c";
}
.icon_stop_alt2:before {
  content: "\5d";
}
.icon_stop:before {
  content: "\5e";
}
.icon_pause_alt2:before {
  content: "\5f";
}
.icon_pause:before {
  content: "\60";
}
.icon_menu:before {
  content: "\61";
}
.icon_menu-square_alt2:before {
  content: "\62";
}
.icon_menu-circle_alt2:before {
  content: "\63";
}
.icon_ul:before {
  content: "\64";
}
.icon_ol:before {
  content: "\65";
}
.icon_adjust-horiz:before {
  content: "\66";
}
.icon_adjust-vert:before {
  content: "\67";
}
.icon_document_alt:before {
  content: "\68";
}
.icon_documents_alt:before {
  content: "\69";
}
.icon_pencil:before {
  content: "\6a";
}
.icon_pencil-edit_alt:before {
  content: "\6b";
}
.icon_pencil-edit:before {
  content: "\6c";
}
.icon_folder-alt:before {
  content: "\6d";
}
.icon_folder-open_alt:before {
  content: "\6e";
}
.icon_folder-add_alt:before {
  content: "\6f";
}
.icon_info_alt:before {
  content: "\70";
}
.icon_error-oct_alt:before {
  content: "\71";
}
.icon_error-circle_alt:before {
  content: "\72";
}
.icon_error-triangle_alt:before {
  content: "\73";
}
.icon_question_alt2:before {
  content: "\74";
}
.icon_question:before {
  content: "\75";
}
.icon_comment_alt:before {
  content: "\76";
}
.icon_chat_alt:before {
  content: "\77";
}
.icon_vol-mute_alt:before {
  content: "\78";
}
.icon_volume-low_alt:before {
  content: "\79";
}
.icon_volume-high_alt:before {
  content: "\7a";
}
.icon_quotations:before {
  content: "\7b";
}
.icon_quotations_alt2:before {
  content: "\7c";
}
.icon_clock_alt:before {
  content: "\7d";
}
.icon_lock_alt:before {
  content: "\7e";
}
.icon_lock-open_alt:before {
  content: "\e000";
}
.icon_key_alt:before {
  content: "\e001";
}
.icon_cloud_alt:before {
  content: "\e002";
}
.icon_cloud-upload_alt:before {
  content: "\e003";
}
.icon_cloud-download_alt:before {
  content: "\e004";
}
.icon_image:before {
  content: "\e005";
}
.icon_images:before {
  content: "\e006";
}
.icon_lightbulb_alt:before {
  content: "\e007";
}
.icon_gift_alt:before {
  content: "\e008";
}
.icon_house_alt:before {
  content: "\e009";
}
.icon_genius:before {
  content: "\e00a";
}
.icon_mobile:before {
  content: "\e00b";
}
.icon_tablet:before {
  content: "\e00c";
}
.icon_laptop:before {
  content: "\e00d";
}
.icon_desktop:before {
  content: "\e00e";
}
.icon_camera_alt:before {
  content: "\e00f";
}
.icon_mail_alt:before {
  content: "\e010";
}
.icon_cone_alt:before {
  content: "\e011";
}
.icon_ribbon_alt:before {
  content: "\e012";
}
.icon_bag_alt:before {
  content: "\e013";
}
.icon_creditcard:before {
  content: "\e014";
}
.icon_cart_alt:before {
  content: "\e015";
}
.icon_paperclip:before {
  content: "\e016";
}
.icon_tag_alt:before {
  content: "\e017";
}
.icon_tags_alt:before {
  content: "\e018";
}
.icon_trash_alt:before {
  content: "\e019";
}
.icon_cursor_alt:before {
  content: "\e01a";
}
.icon_mic_alt:before {
  content: "\e01b";
}
.icon_compass_alt:before {
  content: "\e01c";
}
.icon_pin_alt:before {
  content: "\e01d";
}
.icon_pushpin_alt:before {
  content: "\e01e";
}
.icon_map_alt:before {
  content: "\e01f";
}
.icon_drawer_alt:before {
  content: "\e020";
}
.icon_toolbox_alt:before {
  content: "\e021";
}
.icon_book_alt:before {
  content: "\e022";
}
.icon_calendar:before {
  content: "\e023";
}
.icon_film:before {
  content: "\e024";
}
.icon_table:before {
  content: "\e025";
}
.icon_contacts_alt:before {
  content: "\e026";
}
.icon_headphones:before {
  content: "\e027";
}
.icon_lifesaver:before {
  content: "\e028";
}
.icon_piechart:before {
  content: "\e029";
}
.icon_refresh:before {
  content: "\e02a";
}
.icon_link_alt:before {
  content: "\e02b";
}
.icon_link:before {
  content: "\e02c";
}
.icon_loading:before {
  content: "\e02d";
}
.icon_blocked:before {
  content: "\e02e";
}
.icon_archive_alt:before {
  content: "\e02f";
}
.icon_heart_alt:before {
  content: "\e030";
}
.icon_star_alt:before {
  content: "\e031";
}
.icon_star-half_alt:before {
  content: "\e032";
}
.icon_star:before {
  content: "\e033";
}
.icon_star-half:before {
  content: "\e034";
}
.icon_tools:before {
  content: "\e035";
}
.icon_tool:before {
  content: "\e036";
}
.icon_cog:before {
  content: "\e037";
}
.icon_cogs:before {
  content: "\e038";
}
.arrow_up_alt:before {
  content: "\e039";
}
.arrow_down_alt:before {
  content: "\e03a";
}
.arrow_left_alt:before {
  content: "\e03b";
}
.arrow_right_alt:before {
  content: "\e03c";
}
.arrow_left-up_alt:before {
  content: "\e03d";
}
.arrow_right-up_alt:before {
  content: "\e03e";
}
.arrow_right-down_alt:before {
  content: "\e03f";
}
.arrow_left-down_alt:before {
  content: "\e040";
}
.arrow_condense_alt:before {
  content: "\e041";
}
.arrow_expand_alt3:before {
  content: "\e042";
}
.arrow_carrot_up_alt:before {
  content: "\e043";
}
.arrow_carrot-down_alt:before {
  content: "\e044";
}
.arrow_carrot-left_alt:before {
  content: "\e045";
}
.arrow_carrot-right_alt:before {
  content: "\e046";
}
.arrow_carrot-2up_alt:before {
  content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
  content: "\e048";
}
.arrow_carrot-2left_alt:before {
  content: "\e049";
}
.arrow_carrot-2right_alt:before {
  content: "\e04a";
}
.arrow_triangle-up_alt:before {
  content: "\e04b";
}
.arrow_triangle-down_alt:before {
  content: "\e04c";
}
.arrow_triangle-left_alt:before {
  content: "\e04d";
}
.arrow_triangle-right_alt:before {
  content: "\e04e";
}
.icon_minus_alt:before {
  content: "\e04f";
}
.icon_plus_alt:before {
  content: "\e050";
}
.icon_close_alt:before {
  content: "\e051";
}
.icon_check_alt:before {
  content: "\e052";
}
.icon_zoom-out:before {
  content: "\e053";
}
.icon_zoom-in:before {
  content: "\e054";
}
.icon_stop_alt:before {
  content: "\e055";
}
.icon_menu-square_alt:before {
  content: "\e056";
}
.icon_menu-circle_alt:before {
  content: "\e057";
}
.icon_document:before {
  content: "\e058";
}
.icon_documents:before {
  content: "\e059";
}
.icon_pencil_alt:before {
  content: "\e05a";
}
.icon_folder:before {
  content: "\e05b";
}
.icon_folder-open:before {
  content: "\e05c";
}
.icon_folder-add:before {
  content: "\e05d";
}
.icon_folder_upload:before {
  content: "\e05e";
}
.icon_folder_download:before {
  content: "\e05f";
}
.icon_info:before {
  content: "\e060";
}
.icon_error-circle:before {
  content: "\e061";
}
.icon_error-oct:before {
  content: "\e062";
}
.icon_error-triangle:before {
  content: "\e063";
}
.icon_question_alt:before {
  content: "\e064";
}
.icon_comment:before {
  content: "\e065";
}
.icon_chat:before {
  content: "\e066";
}
.icon_vol-mute:before {
  content: "\e067";
}
.icon_volume-low:before {
  content: "\e068";
}
.icon_volume-high:before {
  content: "\e069";
}
.icon_quotations_alt:before {
  content: "\e06a";
}
.icon_clock:before {
  content: "\e06b";
}
.icon_lock:before {
  content: "\e06c";
}
.icon_lock-open:before {
  content: "\e06d";
}
.icon_key:before {
  content: "\e06e";
}
.icon_cloud:before {
  content: "\e06f";
}
.icon_cloud-upload:before {
  content: "\e070";
}
.icon_cloud-download:before {
  content: "\e071";
}
.icon_lightbulb:before {
  content: "\e072";
}
.icon_gift:before {
  content: "\e073";
}
.icon_house:before {
  content: "\e074";
}
.icon_camera:before {
  content: "\e075";
}
.icon_mail:before {
  content: "\e076";
}
.icon_cone:before {
  content: "\e077";
}
.icon_ribbon:before {
  content: "\e078";
}
.icon_bag:before {
  content: "\e079";
}
.icon_cart:before {
  content: "\e07a";
}
.icon_tag:before {
  content: "\e07b";
}
.icon_tags:before {
  content: "\e07c";
}
.icon_trash:before {
  content: "\e07d";
}
.icon_cursor:before {
  content: "\e07e";
}
.icon_mic:before {
  content: "\e07f";
}
.icon_compass:before {
  content: "\e080";
}
.icon_pin:before {
  content: "\e081";
}
.icon_pushpin:before {
  content: "\e082";
}
.icon_map:before {
  content: "\e083";
}
.icon_drawer:before {
  content: "\e084";
}
.icon_toolbox:before {
  content: "\e085";
}
.icon_book:before {
  content: "\e086";
}
.icon_contacts:before {
  content: "\e087";
}
.icon_archive:before {
  content: "\e088";
}
.icon_heart:before {
  content: "\e089";
}
.icon_profile:before {
  content: "\e08a";
}
.icon_group:before {
  content: "\e08b";
}
.icon_grid-2x2:before {
  content: "\e08c";
}
.icon_grid-3x3:before {
  content: "\e08d";
}
.icon_music:before {
  content: "\e08e";
}
.icon_pause_alt:before {
  content: "\e08f";
}
.icon_phone:before {
  content: "\e090";
}
.icon_upload:before {
  content: "\e091";
}
.icon_download:before {
  content: "\e092";
}
.social_facebook:before {
  content: "\e093";
}
.social_twitter:before {
  content: "\e094";
}
.social_pinterest:before {
  content: "\e095";
}
.social_googleplus:before {
  content: "\e096";
}
.social_tumblr:before {
  content: "\e097";
}
.social_tumbleupon:before {
  content: "\e098";
}
.social_wordpress:before {
  content: "\e099";
}
.social_instagram:before {
  content: "\e09a";
}
.social_dribbble:before {
  content: "\e09b";
}
.social_vimeo:before {
  content: "\e09c";
}
.social_linkedin:before {
  content: "\e09d";
}
.social_rss:before {
  content: "\e09e";
}
.social_deviantart:before {
  content: "\e09f";
}
.social_share:before {
  content: "\e0a0";
}
.social_myspace:before {
  content: "\e0a1";
}
.social_skype:before {
  content: "\e0a2";
}
.social_youtube:before {
  content: "\e0a3";
}
.social_picassa:before {
  content: "\e0a4";
}
.social_googledrive:before {
  content: "\e0a5";
}
.social_flickr:before {
  content: "\e0a6";
}
.social_blogger:before {
  content: "\e0a7";
}
.social_spotify:before {
  content: "\e0a8";
}
.social_delicious:before {
  content: "\e0a9";
}
.social_facebook_circle:before {
  content: "\e0aa";
}
.social_twitter_circle:before {
  content: "\e0ab";
}
.social_pinterest_circle:before {
  content: "\e0ac";
}
.social_googleplus_circle:before {
  content: "\e0ad";
}
.social_tumblr_circle:before {
  content: "\e0ae";
}
.social_stumbleupon_circle:before {
  content: "\e0af";
}
.social_wordpress_circle:before {
  content: "\e0b0";
}
.social_instagram_circle:before {
  content: "\e0b1";
}
.social_dribbble_circle:before {
  content: "\e0b2";
}
.social_vimeo_circle:before {
  content: "\e0b3";
}
.social_linkedin_circle:before {
  content: "\e0b4";
}
.social_rss_circle:before {
  content: "\e0b5";
}
.social_deviantart_circle:before {
  content: "\e0b6";
}
.social_share_circle:before {
  content: "\e0b7";
}
.social_myspace_circle:before {
  content: "\e0b8";
}
.social_skype_circle:before {
  content: "\e0b9";
}
.social_youtube_circle:before {
  content: "\e0ba";
}
.social_picassa_circle:before {
  content: "\e0bb";
}
.social_googledrive_alt2:before {
  content: "\e0bc";
}
.social_flickr_circle:before {
  content: "\e0bd";
}
.social_blogger_circle:before {
  content: "\e0be";
}
.social_spotify_circle:before {
  content: "\e0bf";
}
.social_delicious_circle:before {
  content: "\e0c0";
}
.social_facebook_square:before {
  content: "\e0c1";
}
.social_twitter_square:before {
  content: "\e0c2";
}
.social_pinterest_square:before {
  content: "\e0c3";
}
.social_googleplus_square:before {
  content: "\e0c4";
}
.social_tumblr_square:before {
  content: "\e0c5";
}
.social_stumbleupon_square:before {
  content: "\e0c6";
}
.social_wordpress_square:before {
  content: "\e0c7";
}
.social_instagram_square:before {
  content: "\e0c8";
}
.social_dribbble_square:before {
  content: "\e0c9";
}
.social_vimeo_square:before {
  content: "\e0ca";
}
.social_linkedin_square:before {
  content: "\e0cb";
}
.social_rss_square:before {
  content: "\e0cc";
}
.social_deviantart_square:before {
  content: "\e0cd";
}
.social_share_square:before {
  content: "\e0ce";
}
.social_myspace_square:before {
  content: "\e0cf";
}
.social_skype_square:before {
  content: "\e0d0";
}
.social_youtube_square:before {
  content: "\e0d1";
}
.social_picassa_square:before {
  content: "\e0d2";
}
.social_googledrive_square:before {
  content: "\e0d3";
}
.social_flickr_square:before {
  content: "\e0d4";
}
.social_blogger_square:before {
  content: "\e0d5";
}
.social_spotify_square:before {
  content: "\e0d6";
}
.social_delicious_square:before {
  content: "\e0d7";
}
.icon_printer:before {
  content: "\e103";
}
.icon_calulator:before {
  content: "\e0ee";
}
.icon_building:before {
  content: "\e0ef";
}
.icon_floppy:before {
  content: "\e0e8";
}
.icon_drive:before {
  content: "\e0ea";
}
.icon_search-2:before {
  content: "\e101";
}
.icon_id:before {
  content: "\e107";
}
.icon_id-2:before {
  content: "\e108";
}
.icon_puzzle:before {
  content: "\e102";
}
.icon_like:before {
  content: "\e106";
}
.icon_dislike:before {
  content: "\e0eb";
}
.icon_mug:before {
  content: "\e105";
}
.icon_currency:before {
  content: "\e0ed";
}
.icon_wallet:before {
  content: "\e100";
}
.icon_pens:before {
  content: "\e104";
}
.icon_easel:before {
  content: "\e0e9";
}
.icon_flowchart:before {
  content: "\e109";
}
.icon_datareport:before {
  content: "\e0ec";
}
.icon_briefcase:before {
  content: "\e0fe";
}
.icon_shield:before {
  content: "\e0f6";
}
.icon_percent:before {
  content: "\e0fb";
}
.icon_globe:before {
  content: "\e0e2";
}
.icon_globe-2:before {
  content: "\e0e3";
}
.icon_target:before {
  content: "\e0f5";
}
.icon_hourglass:before {
  content: "\e0e1";
}
.icon_balance:before {
  content: "\e0ff";
}
.icon_rook:before {
  content: "\e0f8";
}
.icon_printer-alt:before {
  content: "\e0fa";
}
.icon_calculator_alt:before {
  content: "\e0e7";
}
.icon_building_alt:before {
  content: "\e0fd";
}
.icon_floppy_alt:before {
  content: "\e0e4";
}
.icon_drive_alt:before {
  content: "\e0e5";
}
.icon_search_alt:before {
  content: "\e0f7";
}
.icon_id_alt:before {
  content: "\e0e0";
}
.icon_id-2_alt:before {
  content: "\e0fc";
}
.icon_puzzle_alt:before {
  content: "\e0f9";
}
.icon_like_alt:before {
  content: "\e0dd";
}
.icon_dislike_alt:before {
  content: "\e0f1";
}
.icon_mug_alt:before {
  content: "\e0dc";
}
.icon_currency_alt:before {
  content: "\e0f3";
}
.icon_wallet_alt:before {
  content: "\e0d8";
}
.icon_pens_alt:before {
  content: "\e0db";
}
.icon_easel_alt:before {
  content: "\e0f0";
}
.icon_flowchart_alt:before {
  content: "\e0df";
}
.icon_datareport_alt:before {
  content: "\e0f2";
}
.icon_briefcase_alt:before {
  content: "\e0f4";
}
.icon_shield_alt:before {
  content: "\e0d9";
}
.icon_percent_alt:before {
  content: "\e0da";
}
.icon_globe_alt:before {
  content: "\e0de";
}
.icon_clipboard:before {
  content: "\e0e6";
}
.glyph {
  float: left;
  text-align: center;
  padding: 0.75em;
  margin: 0.4em 1.5em 0.75em 0;
  width: 6em;
  text-shadow: none;
}
.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px;
}
.glyph div {
  padding-bottom: 10px;
}
.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: 0.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.glyph .fs1 {
  font-size: 2em;
}
@charset "UTF-8"; /*!Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
Android-style icons originally built by Google’s
Material Design Icons: https://github.com/google/material-design-icons
used under CC BY http://creativecommons.org/licenses/by/4.0/
Modified icons to fit ionicon’s grid from original.*/
@font-face {
  font-family: ionicons;
  src: url(../fonts/ionicons.eot?v=2.0.0);
  src: url(../fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),
    url(../fonts/ionicons.ttf?v=2.0.0) format("truetype"),
    url(../fonts/ionicons.woff?v=2.0.0) format("woff"),
    url(../fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-circle:before {
  content: "\f359";
}
.ion-android-alarm-clock:before {
  content: "\f35a";
}
.ion-android-alert:before {
  content: "\f35b";
}
.ion-android-apps:before {
  content: "\f35c";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down:before {
  content: "\f35d";
}
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}
.ion-android-arrow-dropleft:before {
  content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}
.ion-android-arrow-dropright:before {
  content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}
.ion-android-arrow-dropup:before {
  content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up:before {
  content: "\f366";
}
.ion-android-attach:before {
  content: "\f367";
}
.ion-android-bar:before {
  content: "\f368";
}
.ion-android-bicycle:before {
  content: "\f369";
}
.ion-android-boat:before {
  content: "\f36a";
}
.ion-android-bookmark:before {
  content: "\f36b";
}
.ion-android-bulb:before {
  content: "\f36c";
}
.ion-android-bus:before {
  content: "\f36d";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-cancel:before {
  content: "\f36e";
}
.ion-android-car:before {
  content: "\f36f";
}
.ion-android-cart:before {
  content: "\f370";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkbox:before {
  content: "\f374";
}
.ion-android-checkbox-blank:before {
  content: "\f371";
}
.ion-android-checkbox-outline:before {
  content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}
.ion-android-checkmark-circle:before {
  content: "\f375";
}
.ion-android-clipboard:before {
  content: "\f376";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-cloud:before {
  content: "\f37a";
}
.ion-android-cloud-circle:before {
  content: "\f377";
}
.ion-android-cloud-done:before {
  content: "\f378";
}
.ion-android-cloud-outline:before {
  content: "\f379";
}
.ion-android-color-palette:before {
  content: "\f37b";
}
.ion-android-compass:before {
  content: "\f37c";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-contract:before {
  content: "\f37d";
}
.ion-android-create:before {
  content: "\f37e";
}
.ion-android-delete:before {
  content: "\f37f";
}
.ion-android-desktop:before {
  content: "\f380";
}
.ion-android-document:before {
  content: "\f381";
}
.ion-android-done:before {
  content: "\f383";
}
.ion-android-done-all:before {
  content: "\f382";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drafts:before {
  content: "\f384";
}
.ion-android-exit:before {
  content: "\f385";
}
.ion-android-expand:before {
  content: "\f386";
}
.ion-android-favorite:before {
  content: "\f388";
}
.ion-android-favorite-outline:before {
  content: "\f387";
}
.ion-android-film:before {
  content: "\f389";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-folder-open:before {
  content: "\f38a";
}
.ion-android-funnel:before {
  content: "\f38b";
}
.ion-android-globe:before {
  content: "\f38c";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-hangout:before {
  content: "\f38d";
}
.ion-android-happy:before {
  content: "\f38e";
}
.ion-android-home:before {
  content: "\f38f";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-laptop:before {
  content: "\f390";
}
.ion-android-list:before {
  content: "\f391";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-lock:before {
  content: "\f392";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-map:before {
  content: "\f393";
}
.ion-android-menu:before {
  content: "\f394";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-microphone-off:before {
  content: "\f395";
}
.ion-android-more-horizontal:before {
  content: "\f396";
}
.ion-android-more-vertical:before {
  content: "\f397";
}
.ion-android-navigate:before {
  content: "\f398";
}
.ion-android-notifications:before {
  content: "\f39b";
}
.ion-android-notifications-none:before {
  content: "\f399";
}
.ion-android-notifications-off:before {
  content: "\f39a";
}
.ion-android-open:before {
  content: "\f39c";
}
.ion-android-options:before {
  content: "\f39d";
}
.ion-android-people:before {
  content: "\f39e";
}
.ion-android-person:before {
  content: "\f3a0";
}
.ion-android-person-add:before {
  content: "\f39f";
}
.ion-android-phone-landscape:before {
  content: "\f3a1";
}
.ion-android-phone-portrait:before {
  content: "\f3a2";
}
.ion-android-pin:before {
  content: "\f3a3";
}
.ion-android-plane:before {
  content: "\f3a4";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-print:before {
  content: "\f3a5";
}
.ion-android-radio-button-off:before {
  content: "\f3a6";
}
.ion-android-radio-button-on:before {
  content: "\f3a7";
}
.ion-android-refresh:before {
  content: "\f3a8";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-remove-circle:before {
  content: "\f3a9";
}
.ion-android-restaurant:before {
  content: "\f3aa";
}
.ion-android-sad:before {
  content: "\f3ab";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-share-alt:before {
  content: "\f3ac";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-star-half:before {
  content: "\f3ad";
}
.ion-android-star-outline:before {
  content: "\f3ae";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-subway:before {
  content: "\f3af";
}
.ion-android-sunny:before {
  content: "\f3b0";
}
.ion-android-sync:before {
  content: "\f3b1";
}
.ion-android-textsms:before {
  content: "\f3b2";
}
.ion-android-time:before {
  content: "\f3b3";
}
.ion-android-train:before {
  content: "\f3b4";
}
.ion-android-unlock:before {
  content: "\f3b5";
}
.ion-android-upload:before {
  content: "\f3b6";
}
.ion-android-volume-down:before {
  content: "\f3b7";
}
.ion-android-volume-mute:before {
  content: "\f3b8";
}
.ion-android-volume-off:before {
  content: "\f3b9";
}
.ion-android-volume-up:before {
  content: "\f3ba";
}
.ion-android-walk:before {
  content: "\f3bb";
}
.ion-android-warning:before {
  content: "\f3bc";
}
.ion-android-watch:before {
  content: "\f3bd";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-backspace:before {
  content: "\f3bf";
}
.ion-backspace-outline:before {
  content: "\f3be";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-bowtie:before {
  content: "\f3c0";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-crop:before {
  content: "\f3c1";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-easel:before {
  content: "\f3c2";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-email-unread:before {
  content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-happy-outline:before {
  content: "\f3c6";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-albums-outline:before {
  content: "\f3c9";
}
.ion-ios-americanfootball:before {
  content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-left:before {
  content: "\f3d2";
}
.ion-ios-arrow-right:before {
  content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-at-outline:before {
  content: "\f3d9";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-barcode-outline:before {
  content: "\f3db";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-basketball-outline:before {
  content: "\f3df";
}
.ion-ios-bell:before {
  content: "\f3e2";
}
.ion-ios-bell-outline:before {
  content: "\f3e1";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-body-outline:before {
  content: "\f3e3";
}
.ion-ios-bolt:before {
  content: "\f3e6";
}
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-book-outline:before {
  content: "\f3e7";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}
.ion-ios-box:before {
  content: "\f3ec";
}
.ion-ios-box-outline:before {
  content: "\f3eb";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-camera-outline:before {
  content: "\f3f5";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cart-outline:before {
  content: "\f3f7";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}
.ion-ios-chatbubble:before {
  content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}
.ion-ios-circle-filled:before {
  content: "\f400";
}
.ion-ios-circle-outline:before {
  content: "\f401";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-clock-outline:before {
  content: "\f402";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-empty:before {
  content: "\f404";
}
.ion-ios-close-outline:before {
  content: "\f405";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-cog-outline:before {
  content: "\f411";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-filter-outline:before {
  content: "\f413";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-color-wand-outline:before {
  content: "\f415";
}
.ion-ios-compose:before {
  content: "\f418";
}
.ion-ios-compose-outline:before {
  content: "\f417";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contact-outline:before {
  content: "\f419";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-copy-outline:before {
  content: "\f41b";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-crop-strong:before {
  content: "\f41d";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-download-outline:before {
  content: "\f41f";
}
.ion-ios-drag:before {
  content: "\f421";
}
.ion-ios-email:before {
  content: "\f423";
}
.ion-ios-email-outline:before {
  content: "\f422";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-outline:before {
  content: "\f424";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-fastforward-outline:before {
  content: "\f426";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-filing-outline:before {
  content: "\f428";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-film-outline:before {
  content: "\f42a";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flag-outline:before {
  content: "\f42c";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flame-outline:before {
  content: "\f42e";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flask-outline:before {
  content: "\f430";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-flower-outline:before {
  content: "\f432";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-outline:before {
  content: "\f434";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-football-outline:before {
  content: "\f436";
}
.ion-ios-game-controller-a:before {
  content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}
.ion-ios-game-controller-b:before {
  content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}
.ion-ios-gear:before {
  content: "\f43d";
}
.ion-ios-gear-outline:before {
  content: "\f43c";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-glasses-outline:before {
  content: "\f43e";
}
.ion-ios-grid-view:before {
  content: "\f441";
}
.ion-ios-grid-view-outline:before {
  content: "\f440";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-outline:before {
  content: "\f442";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-empty:before {
  content: "\f444";
}
.ion-ios-help-outline:before {
  content: "\f445";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-home-outline:before {
  content: "\f447";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-infinite-outline:before {
  content: "\f449";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-empty:before {
  content: "\f44b";
}
.ion-ios-information-outline:before {
  content: "\f44c";
}
.ion-ios-ionic-outline:before {
  content: "\f44e";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-keypad-outline:before {
  content: "\f44f";
}
.ion-ios-lightbulb:before {
  content: "\f452";
}
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-outline:before {
  content: "\f453";
}
.ion-ios-location:before {
  content: "\f456";
}
.ion-ios-location-outline:before {
  content: "\f455";
}
.ion-ios-locked:before {
  content: "\f458";
}
.ion-ios-locked-outline:before {
  content: "\f457";
}
.ion-ios-loop:before {
  content: "\f45a";
}
.ion-ios-loop-strong:before {
  content: "\f459";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medical-outline:before {
  content: "\f45b";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-medkit-outline:before {
  content: "\f45d";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-mic-outline:before {
  content: "\f460";
}
.ion-ios-minus:before {
  content: "\f464";
}
.ion-ios-minus-empty:before {
  content: "\f462";
}
.ion-ios-minus-outline:before {
  content: "\f463";
}
.ion-ios-monitor:before {
  content: "\f466";
}
.ion-ios-monitor-outline:before {
  content: "\f465";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-moon-outline:before {
  content: "\f467";
}
.ion-ios-more:before {
  content: "\f46a";
}
.ion-ios-more-outline:before {
  content: "\f469";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-navigate-outline:before {
  content: "\f46d";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-outline:before {
  content: "\f471";
}
.ion-ios-paperplane:before {
  content: "\f474";
}
.ion-ios-paperplane-outline:before {
  content: "\f473";
}
.ion-ios-partlysunny:before {
  content: "\f476";
}
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-pause-outline:before {
  content: "\f477";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-paw-outline:before {
  content: "\f479";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-people-outline:before {
  content: "\f47b";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-outline:before {
  content: "\f47d";
}
.ion-ios-personadd:before {
  content: "\f480";
}
.ion-ios-personadd-outline:before {
  content: "\f47f";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-photos-outline:before {
  content: "\f481";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pie-outline:before {
  content: "\f483";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pint-outline:before {
  content: "\f485";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-outline:before {
  content: "\f487";
}
.ion-ios-plus:before {
  content: "\f48b";
}
.ion-ios-plus-empty:before {
  content: "\f489";
}
.ion-ios-plus-outline:before {
  content: "\f48a";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}
.ion-ios-printer:before {
  content: "\f491";
}
.ion-ios-printer-outline:before {
  content: "\f490";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-pulse-strong:before {
  content: "\f492";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-rainy-outline:before {
  content: "\f494";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-recording-outline:before {
  content: "\f496";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-redo-outline:before {
  content: "\f498";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-empty:before {
  content: "\f49a";
}
.ion-ios-refresh-outline:before {
  content: "\f49b";
}
.ion-ios-reload:before {
  content: "\f49d";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-rose-outline:before {
  content: "\f4a2";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-search-strong:before {
  content: "\f4a4";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-settings-strong:before {
  content: "\f4a6";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}
.ion-ios-skipbackward:before {
  content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}
.ion-ios-skipforward:before {
  content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}
.ion-ios-snowy:before {
  content: "\f4ae";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}
.ion-ios-telephone:before {
  content: "\f4b9";
}
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-time-outline:before {
  content: "\f4be";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-timer-outline:before {
  content: "\f4c0";
}
.ion-ios-toggle:before {
  content: "\f4c3";
}
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trash-outline:before {
  content: "\f4c4";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-undo-outline:before {
  content: "\f4c6";
}
.ion-ios-unlocked:before {
  content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}
.ion-ios-upload:before {
  content: "\f4cb";
}
.ion-ios-upload-outline:before {
  content: "\f4ca";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}
.ion-ios-volume-high:before {
  content: "\f4ce";
}
.ion-ios-volume-low:before {
  content: "\f4cf";
}
.ion-ios-wineglass:before {
  content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}
.ion-ios-world:before {
  content: "\f4d3";
}
.ion-ios-world-outline:before {
  content: "\f4d2";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before {
  content: "\f29a";
}
.ion-load-b:before {
  content: "\f29b";
}
.ion-load-c:before {
  content: "\f29c";
}
.ion-load-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-lock-combination:before {
  content: "\f4d4";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ion-navicon:before {
  content: "\f20e";
}
.ion-navicon-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paintbrush:before {
  content: "\f4d5";
}
.ion-paintbucket:before {
  content: "\f4d6";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-sad-outline:before {
  content: "\f4d7";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-angular:before {
  content: "\f4d9";
}
.ion-social-angular-outline:before {
  content: "\f4d8";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-chrome:before {
  content: "\f4db";
}
.ion-social-chrome-outline:before {
  content: "\f4da";
}
.ion-social-codepen:before {
  content: "\f4dd";
}
.ion-social-codepen-outline:before {
  content: "\f4dc";
}
.ion-social-css3:before {
  content: "\f4df";
}
.ion-social-css3-outline:before {
  content: "\f4de";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-euro:before {
  content: "\f4e1";
}
.ion-social-euro-outline:before {
  content: "\f4e0";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-html5:before {
  content: "\f4e3";
}
.ion-social-html5-outline:before {
  content: "\f4e2";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-javascript:before {
  content: "\f4e5";
}
.ion-social-javascript-outline:before {
  content: "\f4e4";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-markdown:before {
  content: "\f4e6";
}
.ion-social-nodejs:before {
  content: "\f4e7";
}
.ion-social-octocat:before {
  content: "\f4e8";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-python:before {
  content: "\f4e9";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-sass:before {
  content: "\f4ea";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-snapchat:before {
  content: "\f4ec";
}
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitch:before {
  content: "\f4ee";
}
.ion-social-twitch-outline:before {
  content: "\f4ed";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-whatsapp:before {
  content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-yen:before {
  content: "\f4f2";
}
.ion-social-yen-outline:before {
  content: "\f4f1";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-soup-can:before {
  content: "\f4f4";
}
.ion-soup-can-outline:before {
  content: "\f4f3";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-transgender:before {
  content: "\f4f5";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-tshirt:before {
  content: "\f4f7";
}
.ion-tshirt-outline:before {
  content: "\f4f6";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}
@charset "UTF-8";
@font-face {
  font-family: linea-arrows-10;
  src: url(../fonts/linea-arrows-10.eot);
  src: url(../fonts/linea-arrows-10.eot?#iefix) format("embedded-opentype"),
    url(../fonts/linea-arrows-10.woff) format("woff"),
    url(../fonts/linea-arrows-10.ttf) format("truetype"),
    url(../fonts/linea-arrows-10.svg#linea-arrows-10) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: linea-basic-10;
  src: url(../fonts/linea-basic-10.eot);
  src: url(../fonts/linea-basic-10.eot?#iefix) format("embedded-opentype"),
    url(../fonts/linea-basic-10.woff) format("woff"),
    url(../fonts/linea-basic-10.ttf) format("truetype"),
    url(../fonts/linea-basic-10.svg#linea-basic-10) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: linea-basic-elaboration-10;
  src: url(../fonts/linea-basic-elaboration-10.eot);
  src: url(../fonts/linea-basic-elaboration-10.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/linea-basic-elaboration-10.woff) format("woff"),
    url(../fonts/linea-basic-elaboration-10.ttf) format("truetype"),
    url(../fonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: linea-ecommerce-10;
  src: url(../fonts/linea-ecommerce-10.eot);
  src: url(../fonts/linea-ecommerce-10.eot?#iefix) format("embedded-opentype"),
    url(../fonts/linea-ecommerce-10.woff) format("woff"),
    url(../fonts/linea-ecommerce-10.ttf) format("truetype"),
    url(../fonts/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: linea-music-10;
  src: url(../fonts/linea-music-10.eot);
  src: url(../fonts/linea-music-10.eot?#iefix) format("embedded-opentype"),
    url(../fonts/linea-music-10.woff) format("woff"),
    url(../fonts/linea-music-10.ttf) format("truetype"),
    url(../fonts/linea-music-10.svg#linea-music-10) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: linea-software-10;
  src: url(../fonts/linea-software-10.eot);
  src: url(../fonts/linea-software-10.eot?#iefix) format("embedded-opentype"),
    url(../fonts/linea-software-10.woff) format("woff"),
    url(../fonts/linea-software-10.ttf) format("truetype"),
    url(../fonts/linea-software-10.svg#linea-software-10) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: linea-weather-10;
  src: url(../fonts/linea-weather-10.eot);
  src: url(../fonts/linea-weather-10.eot?#iefix) format("embedded-opentype"),
    url(../fonts/linea-weather-10.woff) format("woff"),
    url(../fonts/linea-weather-10.ttf) format("truetype"),
    url(../fonts/linea-weather-10.svg#linea-weather-10) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class^="icon-arrows"][data-icon]:before {
  font-family: linea-arrows-10 !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-arrows-"]:before,
[class*=" icon-arrows-"]:before {
  font-family: linea-arrows-10 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrows-anticlockwise:before {
  content: "\e000";
}
.icon-arrows-anticlockwise-dashed:before {
  content: "\e001";
}
.icon-arrows-button-down:before {
  content: "\e002";
}
.icon-arrows-button-off:before {
  content: "\e003";
}
.icon-arrows-button-on:before {
  content: "\e004";
}
.icon-arrows-button-up:before {
  content: "\e005";
}
.icon-arrows-check:before {
  content: "\e006";
}
.icon-arrows-circle-check:before {
  content: "\e007";
}
.icon-arrows-circle-down:before {
  content: "\e008";
}
.icon-arrows-circle-downleft:before {
  content: "\e009";
}
.icon-arrows-circle-downright:before {
  content: "\e00a";
}
.icon-arrows-circle-left:before {
  content: "\e00b";
}
.icon-arrows-circle-minus:before {
  content: "\e00c";
}
.icon-arrows-circle-plus:before {
  content: "\e00d";
}
.icon-arrows-circle-remove:before {
  content: "\e00e";
}
.icon-arrows-circle-right:before {
  content: "\e00f";
}
.icon-arrows-circle-up:before {
  content: "\e010";
}
.icon-arrows-circle-upleft:before {
  content: "\e011";
}
.icon-arrows-circle-upright:before {
  content: "\e012";
}
.icon-arrows-clockwise:before {
  content: "\e013";
}
.icon-arrows-clockwise-dashed:before {
  content: "\e014";
}
.icon-arrows-compress:before {
  content: "\e015";
}
.icon-arrows-deny:before {
  content: "\e016";
}
.icon-arrows-diagonal:before {
  content: "\e017";
}
.icon-arrows-diagonal2:before {
  content: "\e018";
}
.icon-arrows-down:before {
  content: "\e019";
}
.icon-arrows-down-double:before {
  content: "\e01a";
}
.icon-arrows-downleft:before {
  content: "\e01b";
}
.icon-arrows-downright:before {
  content: "\e01c";
}
.icon-arrows-drag-down:before {
  content: "\e01d";
}
.icon-arrows-drag-down-dashed:before {
  content: "\e01e";
}
.icon-arrows-drag-horiz:before {
  content: "\e01f";
}
.icon-arrows-drag-left:before {
  content: "\e020";
}
.icon-arrows-drag-left-dashed:before {
  content: "\e021";
}
.icon-arrows-drag-right:before {
  content: "\e022";
}
.icon-arrows-drag-right-dashed:before {
  content: "\e023";
}
.icon-arrows-drag-up:before {
  content: "\e024";
}
.icon-arrows-drag-up-dashed:before {
  content: "\e025";
}
.icon-arrows-drag-vert:before {
  content: "\e026";
}
.icon-arrows-exclamation:before {
  content: "\e027";
}
.icon-arrows-expand:before {
  content: "\e028";
}
.icon-arrows-expand-diagonal1:before {
  content: "\e029";
}
.icon-arrows-expand-horizontal1:before {
  content: "\e02a";
}
.icon-arrows-expand-vertical1:before {
  content: "\e02b";
}
.icon-arrows-fit-horizontal:before {
  content: "\e02c";
}
.icon-arrows-fit-vertical:before {
  content: "\e02d";
}
.icon-arrows-glide:before {
  content: "\e02e";
}
.icon-arrows-glide-horizontal:before {
  content: "\e02f";
}
.icon-arrows-glide-vertical:before {
  content: "\e030";
}
.icon-arrows-hamburger1:before {
  content: "\e031";
}
.icon-arrows-hamburger-2:before {
  content: "\e032";
}
.icon-arrows-horizontal:before {
  content: "\e033";
}
.icon-arrows-info:before {
  content: "\e034";
}
.icon-arrows-keyboard-alt:before {
  content: "\e035";
}
.icon-arrows-keyboard-cmd:before {
  content: "\e036";
}
.icon-arrows-keyboard-delete:before {
  content: "\e037";
}
.icon-arrows-keyboard-down:before {
  content: "\e038";
}
.icon-arrows-keyboard-left:before {
  content: "\e039";
}
.icon-arrows-keyboard-return:before {
  content: "\e03a";
}
.icon-arrows-keyboard-right:before {
  content: "\e03b";
}
.icon-arrows-keyboard-shift:before {
  content: "\e03c";
}
.icon-arrows-keyboard-tab:before {
  content: "\e03d";
}
.icon-arrows-keyboard-up:before {
  content: "\e03e";
}
.icon-arrows-left:before {
  content: "\e03f";
}
.icon-arrows-left-double-32:before {
  content: "\e040";
}
.icon-arrows-minus:before {
  content: "\e041";
}
.icon-arrows-move:before {
  content: "\e042";
}
.icon-arrows-move2:before {
  content: "\e043";
}
.icon-arrows-move-bottom:before {
  content: "\e044";
}
.icon-arrows-move-left:before {
  content: "\e045";
}
.icon-arrows-move-right:before {
  content: "\e046";
}
.icon-arrows-move-top:before {
  content: "\e047";
}
.icon-arrows-plus:before {
  content: "\e048";
}
.icon-arrows-question:before {
  content: "\e049";
}
.icon-arrows-remove:before {
  content: "\e04a";
}
.icon-arrows-right:before {
  content: "\e04b";
}
.icon-arrows-right-double:before {
  content: "\e04c";
}
.icon-arrows-rotate:before {
  content: "\e04d";
}
.icon-arrows-rotate-anti:before {
  content: "\e04e";
}
.icon-arrows-rotate-anti-dashed:before {
  content: "\e04f";
}
.icon-arrows-rotate-dashed:before {
  content: "\e050";
}
.icon-arrows-shrink:before {
  content: "\e051";
}
.icon-arrows-shrink-diagonal1:before {
  content: "\e052";
}
.icon-arrows-shrink-diagonal2:before {
  content: "\e053";
}
.icon-arrows-shrink-horizonal2:before {
  content: "\e054";
}
.icon-arrows-shrink-horizontal1:before {
  content: "\e055";
}
.icon-arrows-shrink-vertical1:before {
  content: "\e056";
}
.icon-arrows-shrink-vertical2:before {
  content: "\e057";
}
.icon-arrows-sign-down:before {
  content: "\e058";
}
.icon-arrows-sign-left:before {
  content: "\e059";
}
.icon-arrows-sign-right:before {
  content: "\e05a";
}
.icon-arrows-sign-up:before {
  content: "\e05b";
}
.icon-arrows-slide-down1:before {
  content: "\e05c";
}
.icon-arrows-slide-down2:before {
  content: "\e05d";
}
.icon-arrows-slide-left1:before {
  content: "\e05e";
}
.icon-arrows-slide-left2:before {
  content: "\e05f";
}
.icon-arrows-slide-right1:before {
  content: "\e060";
}
.icon-arrows-slide-right2:before {
  content: "\e061";
}
.icon-arrows-slide-up1:before {
  content: "\e062";
}
.icon-arrows-slide-up2:before {
  content: "\e063";
}
.icon-arrows-slim-down:before {
  content: "\e064";
}
.icon-arrows-slim-down-dashed:before {
  content: "\e065";
}
.icon-arrows-slim-left:before {
  content: "\e066";
}
.icon-arrows-slim-left-dashed:before {
  content: "\e067";
}
.icon-arrows-slim-right:before {
  content: "\e068";
}
.icon-arrows-slim-right-dashed:before {
  content: "\e069";
}
.icon-arrows-slim-up:before {
  content: "\e06a";
}
.icon-arrows-slim-up-dashed:before {
  content: "\e06b";
}
.icon-arrows-square-check:before {
  content: "\e06c";
}
.icon-arrows-square-down:before {
  content: "\e06d";
}
.icon-arrows-square-downleft:before {
  content: "\e06e";
}
.icon-arrows-square-downright:before {
  content: "\e06f";
}
.icon-arrows-square-left:before {
  content: "\e070";
}
.icon-arrows-square-minus:before {
  content: "\e071";
}
.icon-arrows-square-plus:before {
  content: "\e072";
}
.icon-arrows-square-remove:before {
  content: "\e073";
}
.icon-arrows-square-right:before {
  content: "\e074";
}
.icon-arrows-square-up:before {
  content: "\e075";
}
.icon-arrows-square-upleft:before {
  content: "\e076";
}
.icon-arrows-square-upright:before {
  content: "\e077";
}
.icon-arrows-squares:before {
  content: "\e078";
}
.icon-arrows-stretch-diagonal1:before {
  content: "\e079";
}
.icon-arrows-stretch-diagonal2:before {
  content: "\e07a";
}
.icon-arrows-stretch-diagonal3:before {
  content: "\e07b";
}
.icon-arrows-stretch-diagonal4:before {
  content: "\e07c";
}
.icon-arrows-stretch-horizontal1:before {
  content: "\e07d";
}
.icon-arrows-stretch-horizontal2:before {
  content: "\e07e";
}
.icon-arrows-stretch-vertical1:before {
  content: "\e07f";
}
.icon-arrows-stretch-vertical2:before {
  content: "\e080";
}
.icon-arrows-switch-horizontal:before {
  content: "\e081";
}
.icon-arrows-switch-vertical:before {
  content: "\e082";
}
.icon-arrows-up:before {
  content: "\e083";
}
.icon-arrows-up-double-33:before {
  content: "\e084";
}
.icon-arrows-upleft:before {
  content: "\e085";
}
.icon-arrows-upright:before {
  content: "\e086";
}
.icon-arrows-vertical:before {
  content: "\e087";
}
[class^="icon-basic-"][data-icon]:before {
  font-family: linea-basic-10 !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-basic-"]:before,
[class*=" icon-basic-"]:before {
  font-family: linea-basic-10 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-basic-accelerator:before {
  content: "a";
}
.icon-basic-alarm:before {
  content: "b";
}
.icon-basic-anchor:before {
  content: "c";
}
.icon-basic-anticlockwise:before {
  content: "d";
}
.icon-basic-archive:before {
  content: "e";
}
.icon-basic-archive-full:before {
  content: "f";
}
.icon-basic-ban:before {
  content: "g";
}
.icon-basic-battery-charge:before {
  content: "h";
}
.icon-basic-battery-empty:before {
  content: "i";
}
.icon-basic-battery-full:before {
  content: "j";
}
.icon-basic-battery-half:before {
  content: "k";
}
.icon-basic-bolt:before {
  content: "l";
}
.icon-basic-book:before {
  content: "m";
}
.icon-basic-book-pen:before {
  content: "n";
}
.icon-basic-book-pencil:before {
  content: "o";
}
.icon-basic-bookmark:before {
  content: "p";
}
.icon-basic-calculator:before {
  content: "q";
}
.icon-basic-calendar:before {
  content: "r";
}
.icon-basic-cards-diamonds:before {
  content: "s";
}
.icon-basic-cards-hearts:before {
  content: "t";
}
.icon-basic-case:before {
  content: "u";
}
.icon-basic-chronometer:before {
  content: "v";
}
.icon-basic-clessidre:before {
  content: "w";
}
.icon-basic-clock:before {
  content: "x";
}
.icon-basic-clockwise:before {
  content: "y";
}
.icon-basic-cloud:before {
  content: "z";
}
.icon-basic-clubs:before {
  content: "A";
}
.icon-basic-compass:before {
  content: "B";
}
.icon-basic-cup:before {
  content: "C";
}
.icon-basic-diamonds:before {
  content: "D";
}
.icon-basic-display:before {
  content: "E";
}
.icon-basic-download:before {
  content: "F";
}
.icon-basic-exclamation:before {
  content: "G";
}
.icon-basic-eye:before {
  content: "H";
}
.icon-basic-eye-closed:before {
  content: "I";
}
.icon-basic-female:before {
  content: "J";
}
.icon-basic-flag1:before {
  content: "K";
}
.icon-basic-flag2:before {
  content: "L";
}
.icon-basic-floppydisk:before {
  content: "M";
}
.icon-basic-folder:before {
  content: "N";
}
.icon-basic-folder-multiple:before {
  content: "O";
}
.icon-basic-gear:before {
  content: "P";
}
.icon-basic-geolocalize-01:before {
  content: "Q";
}
.icon-basic-geolocalize-05:before {
  content: "R";
}
.icon-basic-globe:before {
  content: "S";
}
.icon-basic-gunsight:before {
  content: "T";
}
.icon-basic-hammer:before {
  content: "U";
}
.icon-basic-headset:before {
  content: "V";
}
.icon-basic-heart:before {
  content: "W";
}
.icon-basic-heart-broken:before {
  content: "X";
}
.icon-basic-helm:before {
  content: "Y";
}
.icon-basic-home:before {
  content: "Z";
}
.icon-basic-info:before {
  content: "0";
}
.icon-basic-ipod:before {
  content: "1";
}
.icon-basic-joypad:before {
  content: "2";
}
.icon-basic-key:before {
  content: "3";
}
.icon-basic-keyboard:before {
  content: "4";
}
.icon-basic-laptop:before {
  content: "5";
}
.icon-basic-life-buoy:before {
  content: "6";
}
.icon-basic-lightbulb:before {
  content: "7";
}
.icon-basic-link:before {
  content: "8";
}
.icon-basic-lock:before {
  content: "9";
}
.icon-basic-lock-open:before {
  content: "!";
}
.icon-basic-magic-mouse:before {
  content: '"';
}
.icon-basic-magnifier:before {
  content: "#";
}
.icon-basic-magnifier-minus:before {
  content: "$";
}
.icon-basic-magnifier-plus:before {
  content: "%";
}
.icon-basic-mail:before {
  content: "&";
}
.icon-basic-mail-multiple:before {
  content: "'";
}
.icon-basic-mail-open:before {
  content: "(";
}
.icon-basic-mail-open-text:before {
  content: ")";
}
.icon-basic-male:before {
  content: "*";
}
.icon-basic-map:before {
  content: "+";
}
.icon-basic-message:before {
  content: ",";
}
.icon-basic-message-multiple:before {
  content: "-";
}
.icon-basic-message-txt:before {
  content: ".";
}
.icon-basic-mixer2:before {
  content: "/";
}
.icon-basic-mouse:before {
  content: ":";
}
.icon-basic-notebook:before {
  content: ";";
}
.icon-basic-notebook-pen:before {
  content: "<";
}
.icon-basic-notebook-pencil:before {
  content: "=";
}
.icon-basic-paperplane:before {
  content: ">";
}
.icon-basic-pencil-ruler:before {
  content: "?";
}
.icon-basic-pencil-ruler-pen:before {
  content: "@";
}
.icon-basic-photo:before {
  content: "[";
}
.icon-basic-picture:before {
  content: "]";
}
.icon-basic-picture-multiple:before {
  content: "^";
}
.icon-basic-pin1:before {
  content: "_";
}
.icon-basic-pin2:before {
  content: "`";
}
.icon-basic-postcard:before {
  content: "{";
}
.icon-basic-postcard-multiple:before {
  content: "|";
}
.icon-basic-printer:before {
  content: "}";
}
.icon-basic-question:before {
  content: "~";
}
.icon-basic-rss:before {
  content: "\\";
}
.icon-basic-server:before {
  content: "\e000";
}
.icon-basic-server2:before {
  content: "\e001";
}
.icon-basic-server-cloud:before {
  content: "\e002";
}
.icon-basic-server-download:before {
  content: "\e003";
}
.icon-basic-server-upload:before {
  content: "\e004";
}
.icon-basic-settings:before {
  content: "\e005";
}
.icon-basic-share:before {
  content: "\e006";
}
.icon-basic-sheet:before {
  content: "\e007";
}
.icon-basic-sheet-multiple:before {
  content: "\e008";
}
.icon-basic-sheet-pen:before {
  content: "\e009";
}
.icon-basic-sheet-pencil:before {
  content: "\e00a";
}
.icon-basic-sheet-txt:before {
  content: "\e00b";
}
.icon-basic-signs:before {
  content: "\e00c";
}
.icon-basic-smartphone:before {
  content: "\e00d";
}
.icon-basic-spades:before {
  content: "\e00e";
}
.icon-basic-spread:before {
  content: "\e00f";
}
.icon-basic-spread-bookmark:before {
  content: "\e010";
}
.icon-basic-spread-text:before {
  content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
  content: "\e012";
}
.icon-basic-star:before {
  content: "\e013";
}
.icon-basic-tablet:before {
  content: "\e014";
}
.icon-basic-target:before {
  content: "\e015";
}
.icon-basic-todo:before {
  content: "\e016";
}
.icon-basic-todo-pen:before {
  content: "\e017";
}
.icon-basic-todo-pencil:before {
  content: "\e018";
}
.icon-basic-todo-txt:before {
  content: "\e019";
}
.icon-basic-todolist-pen:before {
  content: "\e01a";
}
.icon-basic-todolist-pencil:before {
  content: "\e01b";
}
.icon-basic-trashcan:before {
  content: "\e01c";
}
.icon-basic-trashcan-full:before {
  content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
  content: "\e01e";
}
.icon-basic-trashcan-remove:before {
  content: "\e01f";
}
.icon-basic-upload:before {
  content: "\e020";
}
.icon-basic-usb:before {
  content: "\e021";
}
.icon-basic-video:before {
  content: "\e022";
}
.icon-basic-watch:before {
  content: "\e023";
}
.icon-basic-webpage:before {
  content: "\e024";
}
.icon-basic-webpage-img-txt:before {
  content: "\e025";
}
.icon-basic-webpage-multiple:before {
  content: "\e026";
}
.icon-basic-webpage-txt:before {
  content: "\e027";
}
.icon-basic-world:before {
  content: "\e028";
}
[class^="icon-basic-elaboration-"][data-icon]:before {
  font-family: linea-basic-elaboration-10 !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-basic-elaboration-"]:before,
[class*=" icon-basic-elaboration-"]:before {
  font-family: linea-basic-elaboration-10 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-basic-elaboration-bookmark-checck:before {
  content: "a";
}
.icon-basic-elaboration-bookmark-minus:before {
  content: "b";
}
.icon-basic-elaboration-bookmark-plus:before {
  content: "c";
}
.icon-basic-elaboration-bookmark-remove:before {
  content: "d";
}
.icon-basic-elaboration-briefcase-check:before {
  content: "e";
}
.icon-basic-elaboration-briefcase-download:before {
  content: "f";
}
.icon-basic-elaboration-briefcase-flagged:before {
  content: "g";
}
.icon-basic-elaboration-briefcase-minus:before {
  content: "h";
}
.icon-basic-elaboration-briefcase-plus:before {
  content: "i";
}
.icon-basic-elaboration-briefcase-refresh:before {
  content: "j";
}
.icon-basic-elaboration-briefcase-remove:before {
  content: "k";
}
.icon-basic-elaboration-briefcase-search:before {
  content: "l";
}
.icon-basic-elaboration-briefcase-star:before {
  content: "m";
}
.icon-basic-elaboration-briefcase-upload:before {
  content: "n";
}
.icon-basic-elaboration-browser-check:before {
  content: "o";
}
.icon-basic-elaboration-browser-download:before {
  content: "p";
}
.icon-basic-elaboration-browser-minus:before {
  content: "q";
}
.icon-basic-elaboration-browser-plus:before {
  content: "r";
}
.icon-basic-elaboration-browser-refresh:before {
  content: "s";
}
.icon-basic-elaboration-browser-remove:before {
  content: "t";
}
.icon-basic-elaboration-browser-search:before {
  content: "u";
}
.icon-basic-elaboration-browser-star:before {
  content: "v";
}
.icon-basic-elaboration-browser-upload:before {
  content: "w";
}
.icon-basic-elaboration-calendar-check:before {
  content: "x";
}
.icon-basic-elaboration-calendar-cloud:before {
  content: "y";
}
.icon-basic-elaboration-calendar-download:before {
  content: "z";
}
.icon-basic-elaboration-calendar-empty:before {
  content: "A";
}
.icon-basic-elaboration-calendar-flagged:before {
  content: "B";
}
.icon-basic-elaboration-calendar-heart:before {
  content: "C";
}
.icon-basic-elaboration-calendar-minus:before {
  content: "D";
}
.icon-basic-elaboration-calendar-next:before {
  content: "E";
}
.icon-basic-elaboration-calendar-noaccess:before {
  content: "F";
}
.icon-basic-elaboration-calendar-pencil:before {
  content: "G";
}
.icon-basic-elaboration-calendar-plus:before {
  content: "H";
}
.icon-basic-elaboration-calendar-previous:before {
  content: "I";
}
.icon-basic-elaboration-calendar-refresh:before {
  content: "J";
}
.icon-basic-elaboration-calendar-remove:before {
  content: "K";
}
.icon-basic-elaboration-calendar-search:before {
  content: "L";
}
.icon-basic-elaboration-calendar-star:before {
  content: "M";
}
.icon-basic-elaboration-calendar-upload:before {
  content: "N";
}
.icon-basic-elaboration-cloud-check:before {
  content: "O";
}
.icon-basic-elaboration-cloud-download:before {
  content: "P";
}
.icon-basic-elaboration-cloud-minus:before {
  content: "Q";
}
.icon-basic-elaboration-cloud-noaccess:before {
  content: "R";
}
.icon-basic-elaboration-cloud-plus:before {
  content: "S";
}
.icon-basic-elaboration-cloud-refresh:before {
  content: "T";
}
.icon-basic-elaboration-cloud-remove:before {
  content: "U";
}
.icon-basic-elaboration-cloud-search:before {
  content: "V";
}
.icon-basic-elaboration-cloud-upload:before {
  content: "W";
}
.icon-basic-elaboration-document-check:before {
  content: "X";
}
.icon-basic-elaboration-document-cloud:before {
  content: "Y";
}
.icon-basic-elaboration-document-download:before {
  content: "Z";
}
.icon-basic-elaboration-document-flagged:before {
  content: "0";
}
.icon-basic-elaboration-document-graph:before {
  content: "1";
}
.icon-basic-elaboration-document-heart:before {
  content: "2";
}
.icon-basic-elaboration-document-minus:before {
  content: "3";
}
.icon-basic-elaboration-document-next:before {
  content: "4";
}
.icon-basic-elaboration-document-noaccess:before {
  content: "5";
}
.icon-basic-elaboration-document-note:before {
  content: "6";
}
.icon-basic-elaboration-document-pencil:before {
  content: "7";
}
.icon-basic-elaboration-document-picture:before {
  content: "8";
}
.icon-basic-elaboration-document-plus:before {
  content: "9";
}
.icon-basic-elaboration-document-previous:before {
  content: "!";
}
.icon-basic-elaboration-document-refresh:before {
  content: '"';
}
.icon-basic-elaboration-document-remove:before {
  content: "#";
}
.icon-basic-elaboration-document-search:before {
  content: "$";
}
.icon-basic-elaboration-document-star:before {
  content: "%";
}
.icon-basic-elaboration-document-upload:before {
  content: "&";
}
.icon-basic-elaboration-folder-check:before {
  content: "'";
}
.icon-basic-elaboration-folder-cloud:before {
  content: "(";
}
.icon-basic-elaboration-folder-document:before {
  content: ")";
}
.icon-basic-elaboration-folder-download:before {
  content: "*";
}
.icon-basic-elaboration-folder-flagged:before {
  content: "+";
}
.icon-basic-elaboration-folder-graph:before {
  content: ",";
}
.icon-basic-elaboration-folder-heart:before {
  content: "-";
}
.icon-basic-elaboration-folder-minus:before {
  content: ".";
}
.icon-basic-elaboration-folder-next:before {
  content: "/";
}
.icon-basic-elaboration-folder-noaccess:before {
  content: ":";
}
.icon-basic-elaboration-folder-note:before {
  content: ";";
}
.icon-basic-elaboration-folder-pencil:before {
  content: "<";
}
.icon-basic-elaboration-folder-picture:before {
  content: "=";
}
.icon-basic-elaboration-folder-plus:before {
  content: ">";
}
.icon-basic-elaboration-folder-previous:before {
  content: "?";
}
.icon-basic-elaboration-folder-refresh:before {
  content: "@";
}
.icon-basic-elaboration-folder-remove:before {
  content: "[";
}
.icon-basic-elaboration-folder-search:before {
  content: "]";
}
.icon-basic-elaboration-folder-star:before {
  content: "^";
}
.icon-basic-elaboration-folder-upload:before {
  content: "_";
}
.icon-basic-elaboration-mail-check:before {
  content: "`";
}
.icon-basic-elaboration-mail-cloud:before {
  content: "{";
}
.icon-basic-elaboration-mail-document:before {
  content: "|";
}
.icon-basic-elaboration-mail-download:before {
  content: "}";
}
.icon-basic-elaboration-mail-flagged:before {
  content: "~";
}
.icon-basic-elaboration-mail-heart:before {
  content: "\\";
}
.icon-basic-elaboration-mail-next:before {
  content: "\e000";
}
.icon-basic-elaboration-mail-noaccess:before {
  content: "\e001";
}
.icon-basic-elaboration-mail-note:before {
  content: "\e002";
}
.icon-basic-elaboration-mail-pencil:before {
  content: "\e003";
}
.icon-basic-elaboration-mail-picture:before {
  content: "\e004";
}
.icon-basic-elaboration-mail-previous:before {
  content: "\e005";
}
.icon-basic-elaboration-mail-refresh:before {
  content: "\e006";
}
.icon-basic-elaboration-mail-remove:before {
  content: "\e007";
}
.icon-basic-elaboration-mail-search:before {
  content: "\e008";
}
.icon-basic-elaboration-mail-star:before {
  content: "\e009";
}
.icon-basic-elaboration-mail-upload:before {
  content: "\e00a";
}
.icon-basic-elaboration-message-check:before {
  content: "\e00b";
}
.icon-basic-elaboration-message-dots:before {
  content: "\e00c";
}
.icon-basic-elaboration-message-happy:before {
  content: "\e00d";
}
.icon-basic-elaboration-message-heart:before {
  content: "\e00e";
}
.icon-basic-elaboration-message-minus:before {
  content: "\e00f";
}
.icon-basic-elaboration-message-note:before {
  content: "\e010";
}
.icon-basic-elaboration-message-plus:before {
  content: "\e011";
}
.icon-basic-elaboration-message-refresh:before {
  content: "\e012";
}
.icon-basic-elaboration-message-remove:before {
  content: "\e013";
}
.icon-basic-elaboration-message-sad:before {
  content: "\e014";
}
.icon-basic-elaboration-smartphone-cloud:before {
  content: "\e015";
}
.icon-basic-elaboration-smartphone-heart:before {
  content: "\e016";
}
.icon-basic-elaboration-smartphone-noaccess:before {
  content: "\e017";
}
.icon-basic-elaboration-smartphone-note:before {
  content: "\e018";
}
.icon-basic-elaboration-smartphone-pencil:before {
  content: "\e019";
}
.icon-basic-elaboration-smartphone-picture:before {
  content: "\e01a";
}
.icon-basic-elaboration-smartphone-refresh:before {
  content: "\e01b";
}
.icon-basic-elaboration-smartphone-search:before {
  content: "\e01c";
}
.icon-basic-elaboration-tablet-cloud:before {
  content: "\e01d";
}
.icon-basic-elaboration-tablet-heart:before {
  content: "\e01e";
}
.icon-basic-elaboration-tablet-noaccess:before {
  content: "\e01f";
}
.icon-basic-elaboration-tablet-note:before {
  content: "\e020";
}
.icon-basic-elaboration-tablet-pencil:before {
  content: "\e021";
}
.icon-basic-elaboration-tablet-picture:before {
  content: "\e022";
}
.icon-basic-elaboration-tablet-refresh:before {
  content: "\e023";
}
.icon-basic-elaboration-tablet-search:before {
  content: "\e024";
}
.icon-basic-elaboration-todolist-2:before {
  content: "\e025";
}
.icon-basic-elaboration-todolist-check:before {
  content: "\e026";
}
.icon-basic-elaboration-todolist-cloud:before {
  content: "\e027";
}
.icon-basic-elaboration-todolist-download:before {
  content: "\e028";
}
.icon-basic-elaboration-todolist-flagged:before {
  content: "\e029";
}
.icon-basic-elaboration-todolist-minus:before {
  content: "\e02a";
}
.icon-basic-elaboration-todolist-noaccess:before {
  content: "\e02b";
}
.icon-basic-elaboration-todolist-pencil:before {
  content: "\e02c";
}
.icon-basic-elaboration-todolist-plus:before {
  content: "\e02d";
}
.icon-basic-elaboration-todolist-refresh:before {
  content: "\e02e";
}
.icon-basic-elaboration-todolist-remove:before {
  content: "\e02f";
}
.icon-basic-elaboration-todolist-search:before {
  content: "\e030";
}
.icon-basic-elaboration-todolist-star:before {
  content: "\e031";
}
.icon-basic-elaboration-todolist-upload:before {
  content: "\e032";
}
[class^="icon-ecommerce-"][data-icon]:before,
[class*=" icon-ecommerce-"][data-icon]:before {
  font-family: linea-ecommerce-10 !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-ecommerce-"]:before,
[class*=" icon-ecommerce-"]:before {
  font-family: linea-ecommerce-10 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ecommerce-bag:before {
  content: "a";
}
.icon-ecommerce-bag-check:before {
  content: "b";
}
.icon-ecommerce-bag-cloud:before {
  content: "c";
}
.icon-ecommerce-bag-download:before {
  content: "d";
}
.icon-ecommerce-bag-minus:before {
  content: "e";
}
.icon-ecommerce-bag-plus:before {
  content: "f";
}
.icon-ecommerce-bag-refresh:before {
  content: "g";
}
.icon-ecommerce-bag-remove:before {
  content: "h";
}
.icon-ecommerce-bag-search:before {
  content: "i";
}
.icon-ecommerce-bag-upload:before {
  content: "j";
}
.icon-ecommerce-banknote:before {
  content: "k";
}
.icon-ecommerce-banknotes:before {
  content: "l";
}
.icon-ecommerce-basket:before {
  content: "m";
}
.icon-ecommerce-basket-check:before {
  content: "n";
}
.icon-ecommerce-basket-cloud:before {
  content: "o";
}
.icon-ecommerce-basket-download:before {
  content: "p";
}
.icon-ecommerce-basket-minus:before {
  content: "q";
}
.icon-ecommerce-basket-plus:before {
  content: "r";
}
.icon-ecommerce-basket-refresh:before {
  content: "s";
}
.icon-ecommerce-basket-remove:before {
  content: "t";
}
.icon-ecommerce-basket-search:before {
  content: "u";
}
.icon-ecommerce-basket-upload:before {
  content: "v";
}
.icon-ecommerce-bath:before {
  content: "w";
}
.icon-ecommerce-cart:before {
  content: "x";
}
.icon-ecommerce-cart-check:before {
  content: "y";
}
.icon-ecommerce-cart-cloud:before {
  content: "z";
}
.icon-ecommerce-cart-content:before {
  content: "A";
}
.icon-ecommerce-cart-download:before {
  content: "B";
}
.icon-ecommerce-cart-minus:before {
  content: "C";
}
.icon-ecommerce-cart-plus:before {
  content: "D";
}
.icon-ecommerce-cart-refresh:before {
  content: "E";
}
.icon-ecommerce-cart-remove:before {
  content: "F";
}
.icon-ecommerce-cart-search:before {
  content: "G";
}
.icon-ecommerce-cart-upload:before {
  content: "H";
}
.icon-ecommerce-cent:before {
  content: "I";
}
.icon-ecommerce-colon:before {
  content: "J";
}
.icon-ecommerce-creditcard:before {
  content: "K";
}
.icon-ecommerce-diamond:before {
  content: "L";
}
.icon-ecommerce-dollar:before {
  content: "M";
}
.icon-ecommerce-euro:before {
  content: "N";
}
.icon-ecommerce-franc:before {
  content: "O";
}
.icon-ecommerce-gift:before {
  content: "P";
}
.icon-ecommerce-graph1:before {
  content: "Q";
}
.icon-ecommerce-graph2:before {
  content: "R";
}
.icon-ecommerce-graph3:before {
  content: "S";
}
.icon-ecommerce-graph-decrease:before {
  content: "T";
}
.icon-ecommerce-graph-increase:before {
  content: "U";
}
.icon-ecommerce-guarani:before {
  content: "V";
}
.icon-ecommerce-kips:before {
  content: "W";
}
.icon-ecommerce-lira:before {
  content: "X";
}
.icon-ecommerce-megaphone:before {
  content: "Y";
}
.icon-ecommerce-money:before {
  content: "Z";
}
.icon-ecommerce-naira:before {
  content: "0";
}
.icon-ecommerce-pesos:before {
  content: "1";
}
.icon-ecommerce-pound:before {
  content: "2";
}
.icon-ecommerce-receipt:before {
  content: "3";
}
.icon-ecommerce-receipt-bath:before {
  content: "4";
}
.icon-ecommerce-receipt-cent:before {
  content: "5";
}
.icon-ecommerce-receipt-dollar:before {
  content: "6";
}
.icon-ecommerce-receipt-euro:before {
  content: "7";
}
.icon-ecommerce-receipt-franc:before {
  content: "8";
}
.icon-ecommerce-receipt-guarani:before {
  content: "9";
}
.icon-ecommerce-receipt-kips:before {
  content: "!";
}
.icon-ecommerce-receipt-lira:before {
  content: '"';
}
.icon-ecommerce-receipt-naira:before {
  content: "#";
}
.icon-ecommerce-receipt-pesos:before {
  content: "$";
}
.icon-ecommerce-receipt-pound:before {
  content: "%";
}
.icon-ecommerce-receipt-rublo:before {
  content: "&";
}
.icon-ecommerce-receipt-rupee:before {
  content: "'";
}
.icon-ecommerce-receipt-tugrik:before {
  content: "(";
}
.icon-ecommerce-receipt-won:before {
  content: ")";
}
.icon-ecommerce-receipt-yen:before {
  content: "*";
}
.icon-ecommerce-receipt-yen2:before {
  content: "+";
}
.icon-ecommerce-recept-colon:before {
  content: ",";
}
.icon-ecommerce-rublo:before {
  content: "-";
}
.icon-ecommerce-rupee:before {
  content: ".";
}
.icon-ecommerce-safe:before {
  content: "/";
}
.icon-ecommerce-sale:before {
  content: ":";
}
.icon-ecommerce-sales:before {
  content: ";";
}
.icon-ecommerce-ticket:before {
  content: "<";
}
.icon-ecommerce-tugriks:before {
  content: "=";
}
.icon-ecommerce-wallet:before {
  content: ">";
}
.icon-ecommerce-won:before {
  content: "?";
}
.icon-ecommerce-yen:before {
  content: "@";
}
.icon-ecommerce-yen2:before {
  content: "[";
}
[class^="icon-music-"][data-icon]:before,
[class*=" icon-music-"][data-icon]:before {
  font-family: linea-music-10 !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-music-"]:before,
[class*=" icon-music-"]:before {
  font-family: linea-music-10 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-music-beginning-button:before {
  content: "a";
}
.icon-music-bell:before {
  content: "b";
}
.icon-music-cd:before {
  content: "c";
}
.icon-music-diapason:before {
  content: "d";
}
.icon-music-eject-button:before {
  content: "e";
}
.icon-music-end-button:before {
  content: "f";
}
.icon-music-fastforward-button:before {
  content: "g";
}
.icon-music-headphones:before {
  content: "h";
}
.icon-music-ipod:before {
  content: "i";
}
.icon-music-loudspeaker:before {
  content: "j";
}
.icon-music-microphone:before {
  content: "k";
}
.icon-music-microphone-old:before {
  content: "l";
}
.icon-music-mixer:before {
  content: "m";
}
.icon-music-mute:before {
  content: "n";
}
.icon-music-note-multiple:before {
  content: "o";
}
.icon-music-note-single:before {
  content: "p";
}
.icon-music-pause-button:before {
  content: "q";
}
.icon-music-play-button:before {
  content: "r";
}
.icon-music-playlist:before {
  content: "s";
}
.icon-music-radio-ghettoblaster:before {
  content: "t";
}
.icon-music-radio-portable:before {
  content: "u";
}
.icon-music-record:before {
  content: "v";
}
.icon-music-recordplayer:before {
  content: "w";
}
.icon-music-repeat-button:before {
  content: "x";
}
.icon-music-rewind-button:before {
  content: "y";
}
.icon-music-shuffle-button:before {
  content: "z";
}
.icon-music-stop-button:before {
  content: "A";
}
.icon-music-tape:before {
  content: "B";
}
.icon-music-volume-down:before {
  content: "C";
}
.icon-music-volume-up:before {
  content: "D";
}
[class^="icon-software-"][data-icon]:before,
[class*=" icon-software-"][data-icon]:before {
  font-family: linea-software-10 !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-software-"]:before,
[class*=" icon-software-"]:before {
  font-family: linea-software-10 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-software-add-vectorpoint:before {
  content: "a";
}
.icon-software-box-oval:before {
  content: "b";
}
.icon-software-box-polygon:before {
  content: "c";
}
.icon-software-box-rectangle:before {
  content: "d";
}
.icon-software-box-roundedrectangle:before {
  content: "e";
}
.icon-software-character:before {
  content: "f";
}
.icon-software-crop:before {
  content: "g";
}
.icon-software-eyedropper:before {
  content: "h";
}
.icon-software-font-allcaps:before {
  content: "i";
}
.icon-software-font-baseline-shift:before {
  content: "j";
}
.icon-software-font-horizontal-scale:before {
  content: "k";
}
.icon-software-font-kerning:before {
  content: "l";
}
.icon-software-font-leading:before {
  content: "m";
}
.icon-software-font-size:before {
  content: "n";
}
.icon-software-font-smallcapital:before {
  content: "o";
}
.icon-software-font-smallcaps:before {
  content: "p";
}
.icon-software-font-strikethrough:before {
  content: "q";
}
.icon-software-font-tracking:before {
  content: "r";
}
.icon-software-font-underline:before {
  content: "s";
}
.icon-software-font-vertical-scale:before {
  content: "t";
}
.icon-software-horizontal-align-center:before {
  content: "u";
}
.icon-software-horizontal-align-left:before {
  content: "v";
}
.icon-software-horizontal-align-right:before {
  content: "w";
}
.icon-software-horizontal-distribute-center:before {
  content: "x";
}
.icon-software-horizontal-distribute-left:before {
  content: "y";
}
.icon-software-horizontal-distribute-right:before {
  content: "z";
}
.icon-software-indent-firstline:before {
  content: "A";
}
.icon-software-indent-left:before {
  content: "B";
}
.icon-software-indent-right:before {
  content: "C";
}
.icon-software-lasso:before {
  content: "D";
}
.icon-software-layers1:before {
  content: "E";
}
.icon-software-layers2:before {
  content: "F";
}
.icon-software-layout:before {
  content: "G";
}
.icon-software-layout-2columns:before {
  content: "H";
}
.icon-software-layout-3columns:before {
  content: "I";
}
.icon-software-layout-4boxes:before {
  content: "J";
}
.icon-software-layout-4columns:before {
  content: "K";
}
.icon-software-layout-4lines:before {
  content: "L";
}
.icon-software-layout-8boxes:before {
  content: "M";
}
.icon-software-layout-header:before {
  content: "N";
}
.icon-software-layout-header-2columns:before {
  content: "O";
}
.icon-software-layout-header-3columns:before {
  content: "P";
}
.icon-software-layout-header-4boxes:before {
  content: "Q";
}
.icon-software-layout-header-4columns:before {
  content: "R";
}
.icon-software-layout-header-complex:before {
  content: "S";
}
.icon-software-layout-header-complex2:before {
  content: "T";
}
.icon-software-layout-header-complex3:before {
  content: "U";
}
.icon-software-layout-header-complex4:before {
  content: "V";
}
.icon-software-layout-header-sideleft:before {
  content: "W";
}
.icon-software-layout-header-sideright:before {
  content: "X";
}
.icon-software-layout-sidebar-left:before {
  content: "Y";
}
.icon-software-layout-sidebar-right:before {
  content: "Z";
}
.icon-software-magnete:before {
  content: "0";
}
.icon-software-pages:before {
  content: "1";
}
.icon-software-paintbrush:before {
  content: "2";
}
.icon-software-paintbucket:before {
  content: "3";
}
.icon-software-paintroller:before {
  content: "4";
}
.icon-software-paragraph:before {
  content: "5";
}
.icon-software-paragraph-align-left:before {
  content: "6";
}
.icon-software-paragraph-align-right:before {
  content: "7";
}
.icon-software-paragraph-center:before {
  content: "8";
}
.icon-software-paragraph-justify-all:before {
  content: "9";
}
.icon-software-paragraph-justify-center:before {
  content: "!";
}
.icon-software-paragraph-justify-left:before {
  content: '"';
}
.icon-software-paragraph-justify-right:before {
  content: "#";
}
.icon-software-paragraph-space-after:before {
  content: "$";
}
.icon-software-paragraph-space-before:before {
  content: "%";
}
.icon-software-pathfinder-exclude:before {
  content: "&";
}
.icon-software-pathfinder-intersect:before {
  content: "'";
}
.icon-software-pathfinder-subtract:before {
  content: "(";
}
.icon-software-pathfinder-unite:before {
  content: ")";
}
.icon-software-pen:before {
  content: "*";
}
.icon-software-pen-add:before {
  content: "+";
}
.icon-software-pen-remove:before {
  content: ",";
}
.icon-software-pencil:before {
  content: "-";
}
.icon-software-polygonallasso:before {
  content: ".";
}
.icon-software-reflect-horizontal:before {
  content: "/";
}
.icon-software-reflect-vertical:before {
  content: ":";
}
.icon-software-remove-vectorpoint:before {
  content: ";";
}
.icon-software-scale-expand:before {
  content: "<";
}
.icon-software-scale-reduce:before {
  content: "=";
}
.icon-software-selection-oval:before {
  content: ">";
}
.icon-software-selection-polygon:before {
  content: "?";
}
.icon-software-selection-rectangle:before {
  content: "@";
}
.icon-software-selection-roundedrectangle:before {
  content: "[";
}
.icon-software-shape-oval:before {
  content: "]";
}
.icon-software-shape-polygon:before {
  content: "^";
}
.icon-software-shape-rectangle:before {
  content: "_";
}
.icon-software-shape-roundedrectangle:before {
  content: "`";
}
.icon-software-slice:before {
  content: "{";
}
.icon-software-transform-bezier:before {
  content: "|";
}
.icon-software-vector-box:before {
  content: "}";
}
.icon-software-vector-composite:before {
  content: "~";
}
.icon-software-vector-line:before {
  content: "\\";
}
.icon-software-vertical-align-bottom:before {
  content: "\e000";
}
.icon-software-vertical-align-center:before {
  content: "\e001";
}
.icon-software-vertical-align-top:before {
  content: "\e002";
}
.icon-software-vertical-distribute-bottom:before {
  content: "\e003";
}
.icon-software-vertical-distribute-center:before {
  content: "\e004";
}
.icon-software-vertical-distribute-top:before {
  content: "\e005";
}
[class^="icon-weather-"][data-icon]:before,
[class*=" icon-weather-"][data-icon]:before {
  font-family: linea-weather-10 !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-weather-"]:before,
[class*=" icon-weather-"]:before {
  font-family: linea-weather-10 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-weather-aquarius:before {
  content: "\e000";
}
.icon-weather-aries:before {
  content: "\e001";
}
.icon-weather-cancer:before {
  content: "\e002";
}
.icon-weather-capricorn:before {
  content: "\e003";
}
.icon-weather-cloud:before {
  content: "\e004";
}
.icon-weather-cloud-drop:before {
  content: "\e005";
}
.icon-weather-cloud-lightning:before {
  content: "\e006";
}
.icon-weather-cloud-snowflake:before {
  content: "\e007";
}
.icon-weather-downpour-fullmoon:before {
  content: "\e008";
}
.icon-weather-downpour-halfmoon:before {
  content: "\e009";
}
.icon-weather-downpour-sun:before {
  content: "\e00a";
}
.icon-weather-drop:before {
  content: "\e00b";
}
.icon-weather-first-quarter:before {
  content: "\e00c";
}
.icon-weather-fog:before {
  content: "\e00d";
}
.icon-weather-fog-fullmoon:before {
  content: "\e00e";
}
.icon-weather-fog-halfmoon:before {
  content: "\e00f";
}
.icon-weather-fog-sun:before {
  content: "\e010";
}
.icon-weather-fullmoon:before {
  content: "\e011";
}
.icon-weather-gemini:before {
  content: "\e012";
}
.icon-weather-hail:before {
  content: "\e013";
}
.icon-weather-hail-fullmoon:before {
  content: "\e014";
}
.icon-weather-hail-halfmoon:before {
  content: "\e015";
}
.icon-weather-hail-sun:before {
  content: "\e016";
}
.icon-weather-last-quarter:before {
  content: "\e017";
}
.icon-weather-leo:before {
  content: "\e018";
}
.icon-weather-libra:before {
  content: "\e019";
}
.icon-weather-lightning:before {
  content: "\e01a";
}
.icon-weather-mistyrain:before {
  content: "\e01b";
}
.icon-weather-mistyrain-fullmoon:before {
  content: "\e01c";
}
.icon-weather-mistyrain-halfmoon:before {
  content: "\e01d";
}
.icon-weather-mistyrain-sun:before {
  content: "\e01e";
}
.icon-weather-moon:before {
  content: "\e01f";
}
.icon-weather-moondown-full:before {
  content: "\e020";
}
.icon-weather-moondown-half:before {
  content: "\e021";
}
.icon-weather-moonset-full:before {
  content: "\e022";
}
.icon-weather-moonset-half:before {
  content: "\e023";
}
.icon-weather-move2:before {
  content: "\e024";
}
.icon-weather-newmoon:before {
  content: "\e025";
}
.icon-weather-pisces:before {
  content: "\e026";
}
.icon-weather-rain:before {
  content: "\e027";
}
.icon-weather-rain-fullmoon:before {
  content: "\e028";
}
.icon-weather-rain-halfmoon:before {
  content: "\e029";
}
.icon-weather-rain-sun:before {
  content: "\e02a";
}
.icon-weather-sagittarius:before {
  content: "\e02b";
}
.icon-weather-scorpio:before {
  content: "\e02c";
}
.icon-weather-snow:before {
  content: "\e02d";
}
.icon-weather-snow-fullmoon:before {
  content: "\e02e";
}
.icon-weather-snow-halfmoon:before {
  content: "\e02f";
}
.icon-weather-snow-sun:before {
  content: "\e030";
}
.icon-weather-snowflake:before {
  content: "\e031";
}
.icon-weather-star:before {
  content: "\e032";
}
.icon-weather-storm-11:before {
  content: "\e033";
}
.icon-weather-storm-32:before {
  content: "\e034";
}
.icon-weather-storm-fullmoon:before {
  content: "\e035";
}
.icon-weather-storm-halfmoon:before {
  content: "\e036";
}
.icon-weather-storm-sun:before {
  content: "\e037";
}
.icon-weather-sun:before {
  content: "\e038";
}
.icon-weather-sundown:before {
  content: "\e039";
}
.icon-weather-sunset:before {
  content: "\e03a";
}
.icon-weather-taurus:before {
  content: "\e03b";
}
.icon-weather-tempest:before {
  content: "\e03c";
}
.icon-weather-tempest-fullmoon:before {
  content: "\e03d";
}
.icon-weather-tempest-halfmoon:before {
  content: "\e03e";
}
.icon-weather-tempest-sun:before {
  content: "\e03f";
}
.icon-weather-variable-fullmoon:before {
  content: "\e040";
}
.icon-weather-variable-halfmoon:before {
  content: "\e041";
}
.icon-weather-variable-sun:before {
  content: "\e042";
}
.icon-weather-virgo:before {
  content: "\e043";
}
.icon-weather-waning-cresent:before {
  content: "\e044";
}
.icon-weather-waning-gibbous:before {
  content: "\e045";
}
.icon-weather-waxing-cresent:before {
  content: "\e046";
}
.icon-weather-waxing-gibbous:before {
  content: "\e047";
}
.icon-weather-wind:before {
  content: "\e048";
}
.icon-weather-wind-e:before {
  content: "\e049";
}
.icon-weather-wind-fullmoon:before {
  content: "\e04a";
}
.icon-weather-wind-halfmoon:before {
  content: "\e04b";
}
.icon-weather-wind-n:before {
  content: "\e04c";
}
.icon-weather-wind-ne:before {
  content: "\e04d";
}
.icon-weather-wind-nw:before {
  content: "\e04e";
}
.icon-weather-wind-s:before {
  content: "\e04f";
}
.icon-weather-wind-se:before {
  content: "\e050";
}
.icon-weather-wind-sun:before {
  content: "\e051";
}
.icon-weather-wind-sw:before {
  content: "\e052";
}
.icon-weather-wind-w:before {
  content: "\e053";
}
.icon-weather-windgust:before {
  content: "\e054";
}
@font-face {
  font-family: linearicons-free;
  src: url(../fonts/Linearicons-Free.eot?w118d);
  src: url(../fonts/Linearicons-Free.eot?#iefixw118d)
      format("embedded-opentype"),
    url(../fonts/Linearicons-Free.woff2?w118d) format("woff2"),
    url(../fonts/Linearicons-Free.woff?w118d) format("woff"),
    url(../fonts/Linearicons-Free.ttf?w118d) format("truetype"),
    url(../fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lnr {
  font-family: linearicons-free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
  content: "\e800";
}
.lnr-apartment:before {
  content: "\e801";
}
.lnr-pencil:before {
  content: "\e802";
}
.lnr-magic-wand:before {
  content: "\e803";
}
.lnr-drop:before {
  content: "\e804";
}
.lnr-lighter:before {
  content: "\e805";
}
.lnr-poop:before {
  content: "\e806";
}
.lnr-sun:before {
  content: "\e807";
}
.lnr-moon:before {
  content: "\e808";
}
.lnr-cloud:before {
  content: "\e809";
}
.lnr-cloud-upload:before {
  content: "\e80a";
}
.lnr-cloud-download:before {
  content: "\e80b";
}
.lnr-cloud-sync:before {
  content: "\e80c";
}
.lnr-cloud-check:before {
  content: "\e80d";
}
.lnr-database:before {
  content: "\e80e";
}
.lnr-lock:before {
  content: "\e80f";
}
.lnr-cog:before {
  content: "\e810";
}
.lnr-trash:before {
  content: "\e811";
}
.lnr-dice:before {
  content: "\e812";
}
.lnr-heart:before {
  content: "\e813";
}
.lnr-star:before {
  content: "\e814";
}
.lnr-star-half:before {
  content: "\e815";
}
.lnr-star-empty:before {
  content: "\e816";
}
.lnr-flag:before {
  content: "\e817";
}
.lnr-envelope:before {
  content: "\e818";
}
.lnr-paperclip:before {
  content: "\e819";
}
.lnr-inbox:before {
  content: "\e81a";
}
.lnr-eye:before {
  content: "\e81b";
}
.lnr-printer:before {
  content: "\e81c";
}
.lnr-file-empty:before {
  content: "\e81d";
}
.lnr-file-add:before {
  content: "\e81e";
}
.lnr-enter:before {
  content: "\e81f";
}
.lnr-exit:before {
  content: "\e820";
}
.lnr-graduation-hat:before {
  content: "\e821";
}
.lnr-license:before {
  content: "\e822";
}
.lnr-music-note:before {
  content: "\e823";
}
.lnr-film-play:before {
  content: "\e824";
}
.lnr-camera-video:before {
  content: "\e825";
}
.lnr-camera:before {
  content: "\e826";
}
.lnr-picture:before {
  content: "\e827";
}
.lnr-book:before {
  content: "\e828";
}
.lnr-bookmark:before {
  content: "\e829";
}
.lnr-user:before {
  content: "\e82a";
}
.lnr-users:before {
  content: "\e82b";
}
.lnr-shirt:before {
  content: "\e82c";
}
.lnr-store:before {
  content: "\e82d";
}
.lnr-cart:before {
  content: "\e82e";
}
.lnr-tag:before {
  content: "\e82f";
}
.lnr-phone-handset:before {
  content: "\e830";
}
.lnr-phone:before {
  content: "\e831";
}
.lnr-pushpin:before {
  content: "\e832";
}
.lnr-map-marker:before {
  content: "\e833";
}
.lnr-map:before {
  content: "\e834";
}
.lnr-location:before {
  content: "\e835";
}
.lnr-calendar-full:before {
  content: "\e836";
}
.lnr-keyboard:before {
  content: "\e837";
}
.lnr-spell-check:before {
  content: "\e838";
}
.lnr-screen:before {
  content: "\e839";
}
.lnr-smartphone:before {
  content: "\e83a";
}
.lnr-tablet:before {
  content: "\e83b";
}
.lnr-laptop:before {
  content: "\e83c";
}
.lnr-laptop-phone:before {
  content: "\e83d";
}
.lnr-power-switch:before {
  content: "\e83e";
}
.lnr-bubble:before {
  content: "\e83f";
}
.lnr-heart-pulse:before {
  content: "\e840";
}
.lnr-construction:before {
  content: "\e841";
}
.lnr-pie-chart:before {
  content: "\e842";
}
.lnr-chart-bars:before {
  content: "\e843";
}
.lnr-gift:before {
  content: "\e844";
}
.lnr-diamond:before {
  content: "\e845";
}
.lnr-linearicons:before {
  content: "\e846";
}
.lnr-dinner:before {
  content: "\e847";
}
.lnr-coffee-cup:before {
  content: "\e848";
}
.lnr-leaf:before {
  content: "\e849";
}
.lnr-paw:before {
  content: "\e84a";
}
.lnr-rocket:before {
  content: "\e84b";
}
.lnr-briefcase:before {
  content: "\e84c";
}
.lnr-bus:before {
  content: "\e84d";
}
.lnr-car:before {
  content: "\e84e";
}
.lnr-train:before {
  content: "\e84f";
}
.lnr-bicycle:before {
  content: "\e850";
}
.lnr-wheelchair:before {
  content: "\e851";
}
.lnr-select:before {
  content: "\e852";
}
.lnr-earth:before {
  content: "\e853";
}
.lnr-smile:before {
  content: "\e854";
}
.lnr-sad:before {
  content: "\e855";
}
.lnr-neutral:before {
  content: "\e856";
}
.lnr-mustache:before {
  content: "\e857";
}
.lnr-alarm:before {
  content: "\e858";
}
.lnr-bullhorn:before {
  content: "\e859";
}
.lnr-volume-high:before {
  content: "\e85a";
}
.lnr-volume-medium:before {
  content: "\e85b";
}
.lnr-volume-low:before {
  content: "\e85c";
}
.lnr-volume:before {
  content: "\e85d";
}
.lnr-mic:before {
  content: "\e85e";
}
.lnr-hourglass:before {
  content: "\e85f";
}
.lnr-undo:before {
  content: "\e860";
}
.lnr-redo:before {
  content: "\e861";
}
.lnr-sync:before {
  content: "\e862";
}
.lnr-history:before {
  content: "\e863";
}
.lnr-clock:before {
  content: "\e864";
}
.lnr-download:before {
  content: "\e865";
}
.lnr-upload:before {
  content: "\e866";
}
.lnr-enter-down:before {
  content: "\e867";
}
.lnr-exit-up:before {
  content: "\e868";
}
.lnr-bug:before {
  content: "\e869";
}
.lnr-code:before {
  content: "\e86a";
}
.lnr-link:before {
  content: "\e86b";
}
.lnr-unlink:before {
  content: "\e86c";
}
.lnr-thumbs-up:before {
  content: "\e86d";
}
.lnr-thumbs-down:before {
  content: "\e86e";
}
.lnr-magnifier:before {
  content: "\e86f";
}
.lnr-cross:before {
  content: "\e870";
}
.lnr-menu:before {
  content: "\e871";
}
.lnr-list:before {
  content: "\e872";
}
.lnr-chevron-up:before {
  content: "\e873";
}
.lnr-chevron-down:before {
  content: "\e874";
}
.lnr-chevron-left:before {
  content: "\e875";
}
.lnr-chevron-right:before {
  content: "\e876";
}
.lnr-arrow-up:before {
  content: "\e877";
}
.lnr-arrow-down:before {
  content: "\e878";
}
.lnr-arrow-left:before {
  content: "\e879";
}
.lnr-arrow-right:before {
  content: "\e87a";
}
.lnr-move:before {
  content: "\e87b";
}
.lnr-warning:before {
  content: "\e87c";
}
.lnr-question-circle:before {
  content: "\e87d";
}
.lnr-menu-circle:before {
  content: "\e87e";
}
.lnr-checkmark-circle:before {
  content: "\e87f";
}
.lnr-cross-circle:before {
  content: "\e880";
}
.lnr-plus-circle:before {
  content: "\e881";
}
.lnr-circle-minus:before {
  content: "\e882";
}
.lnr-arrow-up-circle:before {
  content: "\e883";
}
.lnr-arrow-down-circle:before {
  content: "\e884";
}
.lnr-arrow-left-circle:before {
  content: "\e885";
}
.lnr-arrow-right-circle:before {
  content: "\e886";
}
.lnr-chevron-up-circle:before {
  content: "\e887";
}
.lnr-chevron-down-circle:before {
  content: "\e888";
}
.lnr-chevron-left-circle:before {
  content: "\e889";
}
.lnr-chevron-right-circle:before {
  content: "\e88a";
}
.lnr-crop:before {
  content: "\e88b";
}
.lnr-frame-expand:before {
  content: "\e88c";
}
.lnr-frame-contract:before {
  content: "\e88d";
}
.lnr-layers:before {
  content: "\e88e";
}
.lnr-funnel:before {
  content: "\e88f";
}
.lnr-text-format:before {
  content: "\e890";
}
.lnr-text-format-remove:before {
  content: "\e891";
}
.lnr-text-size:before {
  content: "\e892";
}
.lnr-bold:before {
  content: "\e893";
}
.lnr-italic:before {
  content: "\e894";
}
.lnr-underline:before {
  content: "\e895";
}
.lnr-strikethrough:before {
  content: "\e896";
}
.lnr-highlight:before {
  content: "\e897";
}
.lnr-text-align-left:before {
  content: "\e898";
}
.lnr-text-align-center:before {
  content: "\e899";
}
.lnr-text-align-right:before {
  content: "\e89a";
}
.lnr-text-align-justify:before {
  content: "\e89b";
}
.lnr-line-spacing:before {
  content: "\e89c";
}
.lnr-indent-increase:before {
  content: "\e89d";
}
.lnr-indent-decrease:before {
  content: "\e89e";
}
.lnr-pilcrow:before {
  content: "\e89f";
}
.lnr-direction-ltr:before {
  content: "\e8a0";
}
.lnr-direction-rtl:before {
  content: "\e8a1";
}
.lnr-page-break:before {
  content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}
.lnr-sort-amount-asc:before {
  content: "\e8a4";
}
.lnr-hand:before {
  content: "\e8a5";
}
.lnr-pointer-up:before {
  content: "\e8a6";
}
.lnr-pointer-right:before {
  content: "\e8a7";
}
.lnr-pointer-down:before {
  content: "\e8a8";
}
.lnr-pointer-left:before {
  content: "\e8a9";
}
@font-face {
  font-family: simple-line-icons;
  src: url(../fonts/Simple-Line-Icons.eot?-i3a2kk);
  src: url(../fonts/Simple-Line-Icons.eot?#iefix-i3a2kk)
      format("embedded-opentype"),
    url(../fonts/Simple-Line-Icons.ttf?-i3a2kk) format("truetype"),
    url(../fonts/Simple-Line-Icons.woff2?-i3a2kk) format("woff2"),
    url(../fonts/Simple-Line-Icons.woff?-i3a2kk) format("woff"),
    url(../fonts/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-close,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawar,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calender,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pintarest,
.icon-social-github,
.icon-social-gplus,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
  font-family: simple-line-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-close:before {
  content: "\e082";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawar:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calender:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symble-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pintarest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-gplus:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
@charset "UTF-8";
@font-face {
  font-family: dripicons-v2;
  src: url(../fonts/dripicons-v2.eot);
  src: url(../fonts/dripicons-v2.eot?#iefix) format("embedded-opentype"),
    url(../fonts/dripicons-v2.woff) format("woff"),
    url(../fonts/dripicons-v2.ttf) format("truetype"),
    url(../fonts/dripicons-v2.svg#dripicons-v2) format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  font-family: dripicons-v2 !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="dripicons-"]:before,
[class*=" dripicons-"]:before {
  font-family: dripicons-v2 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dripicons-alarm:before {
  content: "\61";
}
.dripicons-align-center:before {
  content: "\62";
}
.dripicons-align-justify:before {
  content: "\63";
}
.dripicons-align-left:before {
  content: "\64";
}
.dripicons-align-right:before {
  content: "\65";
}
.dripicons-anchor:before {
  content: "\66";
}
.dripicons-archive:before {
  content: "\67";
}
.dripicons-arrow-down:before {
  content: "\68";
}
.dripicons-arrow-left:before {
  content: "\69";
}
.dripicons-arrow-right:before {
  content: "\6a";
}
.dripicons-arrow-thin-down:before {
  content: "\6b";
}
.dripicons-arrow-thin-left:before {
  content: "\6c";
}
.dripicons-arrow-thin-right:before {
  content: "\6d";
}
.dripicons-arrow-thin-up:before {
  content: "\6e";
}
.dripicons-arrow-up:before {
  content: "\6f";
}
.dripicons-article:before {
  content: "\70";
}
.dripicons-backspace:before {
  content: "\71";
}
.dripicons-basket:before {
  content: "\72";
}
.dripicons-basketball:before {
  content: "\73";
}
.dripicons-battery-empty:before {
  content: "\74";
}
.dripicons-battery-full:before {
  content: "\75";
}
.dripicons-battery-low:before {
  content: "\76";
}
.dripicons-battery-medium:before {
  content: "\77";
}
.dripicons-bell:before {
  content: "\78";
}
.dripicons-blog:before {
  content: "\79";
}
.dripicons-bluetooth:before {
  content: "\7a";
}
.dripicons-bold:before {
  content: "\41";
}
.dripicons-bookmark:before {
  content: "\42";
}
.dripicons-bookmarks:before {
  content: "\43";
}
.dripicons-box:before {
  content: "\44";
}
.dripicons-briefcase:before {
  content: "\45";
}
.dripicons-brightness-low:before {
  content: "\46";
}
.dripicons-brightness-max:before {
  content: "\47";
}
.dripicons-brightness-medium:before {
  content: "\48";
}
.dripicons-broadcast:before {
  content: "\49";
}
.dripicons-browser:before {
  content: "\4a";
}
.dripicons-browser-upload:before {
  content: "\4b";
}
.dripicons-brush:before {
  content: "\4c";
}
.dripicons-calendar:before {
  content: "\4d";
}
.dripicons-camcorder:before {
  content: "\4e";
}
.dripicons-camera:before {
  content: "\4f";
}
.dripicons-card:before {
  content: "\50";
}
.dripicons-cart:before {
  content: "\51";
}
.dripicons-checklist:before {
  content: "\52";
}
.dripicons-checkmark:before {
  content: "\53";
}
.dripicons-chevron-down:before {
  content: "\54";
}
.dripicons-chevron-left:before {
  content: "\55";
}
.dripicons-chevron-right:before {
  content: "\56";
}
.dripicons-chevron-up:before {
  content: "\57";
}
.dripicons-clipboard:before {
  content: "\58";
}
.dripicons-clock:before {
  content: "\59";
}
.dripicons-clockwise:before {
  content: "\5a";
}
.dripicons-cloud:before {
  content: "\30";
}
.dripicons-cloud-download:before {
  content: "\31";
}
.dripicons-cloud-upload:before {
  content: "\32";
}
.dripicons-code:before {
  content: "\33";
}
.dripicons-contract:before {
  content: "\34";
}
.dripicons-contract-2:before {
  content: "\35";
}
.dripicons-conversation:before {
  content: "\36";
}
.dripicons-copy:before {
  content: "\37";
}
.dripicons-crop:before {
  content: "\38";
}
.dripicons-cross:before {
  content: "\39";
}
.dripicons-crosshair:before {
  content: "\21";
}
.dripicons-cutlery:before {
  content: "\22";
}
.dripicons-device-desktop:before {
  content: "\23";
}
.dripicons-device-mobile:before {
  content: "\24";
}
.dripicons-device-tablet:before {
  content: "\25";
}
.dripicons-direction:before {
  content: "\26";
}
.dripicons-disc:before {
  content: "\27";
}
.dripicons-document:before {
  content: "\28";
}
.dripicons-document-delete:before {
  content: "\29";
}
.dripicons-document-edit:before {
  content: "\2a";
}
.dripicons-document-new:before {
  content: "\2b";
}
.dripicons-document-remove:before {
  content: "\2c";
}
.dripicons-dot:before {
  content: "\2d";
}
.dripicons-dots-2:before {
  content: "\2e";
}
.dripicons-dots-3:before {
  content: "\2f";
}
.dripicons-download:before {
  content: "\3a";
}
.dripicons-duplicate:before {
  content: "\3b";
}
.dripicons-enter:before {
  content: "\3c";
}
.dripicons-exit:before {
  content: "\3d";
}
.dripicons-expand:before {
  content: "\3e";
}
.dripicons-expand-2:before {
  content: "\3f";
}
.dripicons-experiment:before {
  content: "\40";
}
.dripicons-export:before {
  content: "\5b";
}
.dripicons-feed:before {
  content: "\5d";
}
.dripicons-flag:before {
  content: "\5e";
}
.dripicons-flashlight:before {
  content: "\5f";
}
.dripicons-folder:before {
  content: "\60";
}
.dripicons-folder-open:before {
  content: "\7b";
}
.dripicons-forward:before {
  content: "\7c";
}
.dripicons-gaming:before {
  content: "\7d";
}
.dripicons-gear:before {
  content: "\7e";
}
.dripicons-graduation:before {
  content: "\5c";
}
.dripicons-graph-bar:before {
  content: "\e000";
}
.dripicons-graph-line:before {
  content: "\e001";
}
.dripicons-graph-pie:before {
  content: "\e002";
}
.dripicons-headset:before {
  content: "\e003";
}
.dripicons-heart:before {
  content: "\e004";
}
.dripicons-help:before {
  content: "\e005";
}
.dripicons-home:before {
  content: "\e006";
}
.dripicons-hourglass:before {
  content: "\e007";
}
.dripicons-inbox:before {
  content: "\e008";
}
.dripicons-information:before {
  content: "\e009";
}
.dripicons-italic:before {
  content: "\e00a";
}
.dripicons-jewel:before {
  content: "\e00b";
}
.dripicons-lifting:before {
  content: "\e00c";
}
.dripicons-lightbulb:before {
  content: "\e00d";
}
.dripicons-link:before {
  content: "\e00e";
}
.dripicons-link-broken:before {
  content: "\e00f";
}
.dripicons-list:before {
  content: "\e010";
}
.dripicons-loading:before {
  content: "\e011";
}
.dripicons-location:before {
  content: "\e012";
}
.dripicons-lock:before {
  content: "\e013";
}
.dripicons-lock-open:before {
  content: "\e014";
}
.dripicons-mail:before {
  content: "\e015";
}
.dripicons-map:before {
  content: "\e016";
}
.dripicons-media-loop:before {
  content: "\e017";
}
.dripicons-media-next:before {
  content: "\e018";
}
.dripicons-media-pause:before {
  content: "\e019";
}
.dripicons-media-play:before {
  content: "\e01a";
}
.dripicons-media-previous:before {
  content: "\e01b";
}
.dripicons-media-record:before {
  content: "\e01c";
}
.dripicons-media-shuffle:before {
  content: "\e01d";
}
.dripicons-media-stop:before {
  content: "\e01e";
}
.dripicons-medical:before {
  content: "\e01f";
}
.dripicons-menu:before {
  content: "\e020";
}
.dripicons-message:before {
  content: "\e021";
}
.dripicons-meter:before {
  content: "\e022";
}
.dripicons-microphone:before {
  content: "\e023";
}
.dripicons-minus:before {
  content: "\e024";
}
.dripicons-monitor:before {
  content: "\e025";
}
.dripicons-move:before {
  content: "\e026";
}
.dripicons-music:before {
  content: "\e027";
}
.dripicons-network-1:before {
  content: "\e028";
}
.dripicons-network-2:before {
  content: "\e029";
}
.dripicons-network-3:before {
  content: "\e02a";
}
.dripicons-network-4:before {
  content: "\e02b";
}
.dripicons-network-5:before {
  content: "\e02c";
}
.dripicons-pamphlet:before {
  content: "\e02d";
}
.dripicons-paperclip:before {
  content: "\e02e";
}
.dripicons-pencil:before {
  content: "\e02f";
}
.dripicons-phone:before {
  content: "\e030";
}
.dripicons-photo:before {
  content: "\e031";
}
.dripicons-photo-group:before {
  content: "\e032";
}
.dripicons-pill:before {
  content: "\e033";
}
.dripicons-pin:before {
  content: "\e034";
}
.dripicons-plus:before {
  content: "\e035";
}
.dripicons-power:before {
  content: "\e036";
}
.dripicons-preview:before {
  content: "\e037";
}
.dripicons-print:before {
  content: "\e038";
}
.dripicons-pulse:before {
  content: "\e039";
}
.dripicons-question:before {
  content: "\e03a";
}
.dripicons-reply:before {
  content: "\e03b";
}
.dripicons-reply-all:before {
  content: "\e03c";
}
.dripicons-return:before {
  content: "\e03d";
}
.dripicons-retweet:before {
  content: "\e03e";
}
.dripicons-rocket:before {
  content: "\e03f";
}
.dripicons-scale:before {
  content: "\e040";
}
.dripicons-search:before {
  content: "\e041";
}
.dripicons-shopping-bag:before {
  content: "\e042";
}
.dripicons-skip:before {
  content: "\e043";
}
.dripicons-stack:before {
  content: "\e044";
}
.dripicons-star:before {
  content: "\e045";
}
.dripicons-stopwatch:before {
  content: "\e046";
}
.dripicons-store:before {
  content: "\e047";
}
.dripicons-suitcase:before {
  content: "\e048";
}
.dripicons-swap:before {
  content: "\e049";
}
.dripicons-tag:before {
  content: "\e04a";
}
.dripicons-tag-delete:before {
  content: "\e04b";
}
.dripicons-tags:before {
  content: "\e04c";
}
.dripicons-thumbs-down:before {
  content: "\e04d";
}
.dripicons-thumbs-up:before {
  content: "\e04e";
}
.dripicons-ticket:before {
  content: "\e04f";
}
.dripicons-time-reverse:before {
  content: "\e050";
}
.dripicons-to-do:before {
  content: "\e051";
}
.dripicons-toggles:before {
  content: "\e052";
}
.dripicons-trash:before {
  content: "\e053";
}
.dripicons-trophy:before {
  content: "\e054";
}
.dripicons-upload:before {
  content: "\e055";
}
.dripicons-user:before {
  content: "\e056";
}
.dripicons-user-group:before {
  content: "\e057";
}
.dripicons-user-id:before {
  content: "\e058";
}
.dripicons-vibrate:before {
  content: "\e059";
}
.dripicons-view-apps:before {
  content: "\e05a";
}
.dripicons-view-list:before {
  content: "\e05b";
}
.dripicons-view-list-large:before {
  content: "\e05c";
}
.dripicons-view-thumb:before {
  content: "\e05d";
}
.dripicons-volume-full:before {
  content: "\e05e";
}
.dripicons-volume-low:before {
  content: "\e05f";
}
.dripicons-volume-medium:before {
  content: "\e060";
}
.dripicons-volume-off:before {
  content: "\e061";
}
.dripicons-wallet:before {
  content: "\e062";
}
.dripicons-warning:before {
  content: "\e063";
}
.dripicons-web:before {
  content: "\e064";
}
.dripicons-weight:before {
  content: "\e065";
}
.dripicons-wifi:before {
  content: "\e066";
}
.dripicons-wrong:before {
  content: "\e067";
}
.dripicons-zoom-in:before {
  content: "\e068";
}
.dripicons-zoom-out:before {
  content: "\e069";
}
.mejs-offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.mejs-container {
  background: var(--var-color-2, #283376);
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
.mejs-container,
.mejs-container * {
  box-sizing: border-box;
}
.mejs-container video::-webkit-media-controls,
.mejs-container video::-webkit-media-controls-panel,
.mejs-container video::-webkit-media-controls-panel-container,
.mejs-container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mejs-fill-container,
.mejs-fill-container .mejs-container {
  height: 100%;
  width: 100%;
}
.mejs-fill-container {
  background: 0 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mejs-container:focus {
  outline: none;
}
.mejs-iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mejs-embed,
.mejs-embed body {
  background: var(--var-color-2, #283376);
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mejs-fullscreen {
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
.mejs-background,
.mejs-mediaelement {
  left: 0;
  position: absolute;
  top: 0;
}
.mejs-mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.mejs-poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
:root .mejs-poster-img {
  display: none;
}
.mejs-poster-img {
  border: 0;
  padding: 0;
}
.mejs-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.mejs-layer {
  z-index: 1;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  background: url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
.mejs-overlay:hover > .mejs-overlay-button {
  background-position: -80px -39px;
}
.mejs-overlay-loading {
  height: 80px;
  width: 80px;
}
.mejs-overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px
    no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.mejs-controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.mejs-controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs-button,
.mejs-time,
.mejs-time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.mejs-button > button {
  background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
.mejs-button > button:focus {
  outline: 1px dotted #999;
}
.mejs-container-keyboard-inactive [role="slider"],
.mejs-container-keyboard-inactive [role="slider"]:focus,
.mejs-container-keyboard-inactive a,
.mejs-container-keyboard-inactive a:focus,
.mejs-container-keyboard-inactive button,
.mejs-container-keyboard-inactive button:focus {
  outline: 0;
}
.mejs-time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
.mejs-play > button {
  background-position: 0 0;
}
.mejs-pause > button {
  background-position: -20px 0;
}
.mejs-replay > button {
  background-position: -160px 0;
}
.mejs-time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
.mejs-time-buffering,
.mejs-time-current,
.mejs-time-float,
.mejs-time-float-corner,
.mejs-time-float-current,
.mejs-time-hovered,
.mejs-time-loaded,
.mejs-time-marker,
.mejs-time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}
.mejs-time-total {
  background: hsla(0, 0%, 100%, 0.3);
  margin: 5px 0 0;
  width: 100%;
}
.mejs-time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(
    135deg,
    hsla(0, 0%, 100%, 0.4) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.4) 0,
    hsla(0, 0%, 100%, 0.4) 75%,
    transparent 0,
    transparent
  );
  background: linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.4) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.4) 0,
    hsla(0, 0%, 100%, 0.4) 75%,
    transparent 0,
    transparent
  );
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-time-loaded {
  background: hsla(0, 0%, 100%, 0.3);
}
.mejs-time-current,
.mejs-time-handle-content {
  background: hsla(0, 0%, 100%, 0.9);
}
.mejs-time-hovered {
  background: hsla(0, 0%, 100%, 0.5);
  z-index: 10;
}
.mejs-time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
.mejs-time-buffering,
.mejs-time-current,
.mejs-time-hovered,
.mejs-time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
}
.mejs-time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mejs-time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs-time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.mejs-time-handle,
.mejs-time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.mejs-time-handle-content {
  border: 4px solid hsla(0, 0%, 100%, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
.mejs-time-rail .mejs-time-handle-content:active,
.mejs-time-rail .mejs-time-handle-content:focus,
.mejs-time-rail:hover .mejs-time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mejs-time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}
.mejs-time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.mejs-time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.mejs-long-video .mejs-time-float {
  margin-left: -23px;
  width: 64px;
}
.mejs-long-video .mejs-time-float-current {
  width: 60px;
}
.mejs-broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.mejs-fullscreen-button > button {
  background-position: -80px 0;
}
.mejs-unfullscreen > button {
  background-position: -100px 0;
}
.mejs-mute > button {
  background-position: -60px 0;
}
.mejs-unmute > button {
  background-position: -40px 0;
}
.mejs-volume-button {
  position: relative;
}
.mejs-volume-button > .mejs-volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
.mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs-volume-total {
  background: hsla(0, 0%, 100%, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
.mejs-volume-current {
  left: 0;
  margin: 0;
  width: 100%;
}
.mejs-volume-current,
.mejs-volume-handle {
  background: hsla(0, 0%, 100%, 0.9);
  position: absolute;
}
.mejs-volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
.mejs-horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
.mejs-horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px;
}
.mejs-horizontal-volume-current,
.mejs-horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.mejs-horizontal-volume-current {
  background: hsla(0, 0%, 100%, 0.8);
  height: 100%;
  top: 0;
  width: 100%;
}
.mejs-horizontal-volume-handle {
  display: none;
}
.mejs-captions-button,
.mejs-chapters-button {
  position: relative;
}
.mejs-captions-button > button {
  background-position: -140px 0;
}
.mejs-chapters-button > button {
  background-position: -180px 0;
}
.mejs-captions-button > .mejs-captions-selector,
.mejs-chapters-button > .mejs-chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs-chapters-button > .mejs-chapters-selector {
  margin-right: -55px;
  width: 110px;
}
.mejs-captions-selector-list,
.mejs-chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs-captions-selector-list-item,
.mejs-chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0 10px;
}
.mejs-captions-selector-list-item:hover,
.mejs-chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: hsla(0, 0%, 100%, 0.4) !important;
}
.mejs-captions-selector-input,
.mejs-chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.mejs-captions-selector-label,
.mejs-chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 0 0;
}
.mejs-captions-selected,
.mejs-chapters-selected {
  color: #21f8f8;
}
.mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.mejs-captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang="ar"] {
  font-size: 20px;
  font-weight: 400;
}
.mejs-captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text,
.mejs-captions-text * {
  background: hsla(0, 0%, 8%, 0.5);
  box-shadow: 5px 0 0 hsla(0, 0%, 8%, 0.5), -5px 0 0 hsla(0, 0%, 8%, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
  display: none;
}
.mejs-overlay-error {
  position: relative;
}
.mejs-overlay-error > img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.mejs-cannotplay,
.mejs-cannotplay a {
  color: #fff;
  font-size: 0.8em;
}
.mejs-cannotplay {
  position: relative;
}
.mejs-cannotplay a,
.mejs-cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
.mejs-container {
  clear: both;
  max-width: 100%;
}
.mejs-container * {
  font-family: Helvetica, Arial;
}
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  background: #222;
}
.mejs-time {
  font-weight: 400;
  word-wrap: normal;
}
.mejs-controls a.mejs-horizontal-volume-slider {
  display: table;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #0073aa;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(255, 255, 255, 0.33);
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail span {
  border-radius: 0;
}
.mejs-overlay-loading {
  background: 0 0;
}
.mejs-controls button:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.me-cannotplay {
  width: auto !important;
}
.media-embed-details .wp-audio-shortcode {
  display: inline-block;
  max-width: 400px;
}
.audio-details .embed-media-settings {
  overflow: visible;
}
.media-embed-details .embed-media-settings .setting span {
  max-width: 400px;
  width: auto;
}
.media-embed-details .embed-media-settings .checkbox-setting span {
  display: inline-block;
}
.media-embed-details .embed-media-settings {
  padding-top: 0;
  top: 28px;
}
.media-embed-details .instructions {
  padding: 16px 0;
  max-width: 600px;
}
.media-embed-details .setting .remove-setting,
.media-embed-details .setting p {
  color: #a00;
  font-size: 10px;
  text-transform: uppercase;
}
.media-embed-details .setting .remove-setting {
  padding: 0;
}
.media-embed-details .setting a:hover {
  color: #dc3232;
}
.media-embed-details .embed-media-settings .checkbox-setting {
  float: none;
  margin: 0 0 10px;
}
.wp-video {
  max-width: 100%;
  height: auto;
}
.wp_attachment_holder .wp-audio-shortcode,
.wp_attachment_holder .wp-video {
  margin-top: 18px;
}
.wp-video-shortcode video,
video.wp-video-shortcode {
  max-width: 100%;
  display: inline-block;
}
.video-details .wp-video-holder {
  width: 100%;
  max-width: 640px;
}
.wp-playlist {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 12px 0 18px;
  font-size: 14px;
  line-height: 1.5;
}
.wp-admin .wp-playlist {
  margin: 0 0 18px;
}
.wp-playlist video {
  display: inline-block;
  max-width: 100%;
}
.wp-playlist audio {
  display: none;
  max-width: 100%;
  width: 400px;
}
.wp-playlist .mejs-container {
  margin: 0;
  max-width: 100%;
}
.wp-playlist .mejs-controls .mejs-button button {
  outline: 0;
}
.wp-playlist-light {
  background: #fff;
  color: var(--var-color-2, #283376);
}
.wp-playlist-dark {
  color: #fff;
  background: var(--var-color-2, #283376);
}
.wp-playlist-caption {
  display: block;
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item .wp-playlist-caption {
  text-decoration: none;
  color: var(--var-color-2, #283376);
  max-width: -webkit-calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.wp-playlist-item-meta {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item-title {
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item-album {
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-playlist-item-artist {
  font-size: 12px;
  text-transform: uppercase;
}
.wp-playlist-item-length {
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 14px;
  line-height: 1.5;
}
.rtl .wp-playlist-item-length {
  left: 3px;
  right: auto;
}
.wp-playlist-tracks {
  margin-top: 10px;
}
.wp-playlist-item {
  position: relative;
  cursor: pointer;
  padding: 0 3px;
  border-bottom: 1px solid #ccc;
}
.wp-playlist-item:last-child {
  border-bottom: 0;
}
.wp-playlist-light .wp-playlist-caption {
  color: #333;
}
.wp-playlist-dark .wp-playlist-caption {
  color: #ddd;
}
.wp-playlist-playing {
  font-weight: 700;
  background: #f7f7f7;
}
.wp-playlist-light .wp-playlist-playing {
  background: #fff;
  color: var(--var-color-2, #283376);
}
.wp-playlist-dark .wp-playlist-playing {
  background: var(--var-color-2, #283376);
  color: #fff;
}
.wp-playlist-current-item {
  overflow: hidden;
  margin-bottom: 10px;
  height: 60px;
}
.wp-playlist .wp-playlist-current-item img {
  float: left;
  max-width: 60px;
  height: auto;
  margin-right: 10px;
  padding: 0;
  border: 0;
}
.rtl .wp-playlist .wp-playlist-current-item img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.wp-playlist-current-item .wp-playlist-item-artist,
.wp-playlist-current-item .wp-playlist-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-audio-playlist .me-cannotplay span {
  padding: 5px 15px;
}
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  .comment-respond
  .stars
  a.active:after,
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  .comment-respond
  .stars
  a:before,
.woocommerce .star-rating {
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 6px;
  color: var(--var-color-1, #e88b00);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.qodef-woocommerce-page table.cart thead tr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-woocommerce-page table.cart thead tr th {
  padding: 10px 0;
      font-family: "Raleway", Sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
  text-align: left;
}
.qodef-woocommerce-page table.cart tbody tr {
  border: 0;
}
.qodef-woocommerce-page table.cart tr.cart_item {
  border-bottom: 1px solid #e1e1e1;
}
.qodef-woocommerce-page table.cart tr.cart_item td {
  padding: 25px 0;
  vertical-align: middle;
  text-align: inherit;
}
.qodef-woocommerce-page table.cart tr.cart_item td.product-remove {
  padding-left: 10px;
  padding-right: 10px;
}
.qodef-woocommerce-page table.cart tr.cart_item td.product-remove a {
  color: #1a1a1a;
  font-size: 0;
  line-height: 1;
}
.qodef-woocommerce-page table.cart tr.cart_item td.product-remove a:after {
  content: "\f404";
  display: inline-block;
  vertical-align: middle;
  speak: none;
  color: inherit;
  font-family: Ionicons;
  font-size: 25px;
  line-height: inherit;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.qodef-woocommerce-page table.cart tr.cart_item td.product-remove a:hover {
  color: var(--var-color-2, #283376);
}
.qodef-woocommerce-page table.cart tr.cart_item td.product-thumbnail {
  width: 86px;
  padding-right: 10px;
}
.qodef-woocommerce-page table.cart tr.cart_item td.product-thumbnail a,
.qodef-woocommerce-page table.cart tr.cart_item td.product-thumbnail img {
  display: block;
}
.qodef-woocommerce-page table.cart tr.cart_item td .variation > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.qodef-woocommerce-page table.cart tr.cart_item td .variation p {
  margin: 0;
}
.qodef-woocommerce-page table.cart td.actions {
  padding: 35px 0 36px;
  text-align: right;
}
.qodef-woocommerce-page table.cart td.actions .coupon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.qodef-woocommerce-page table.cart td.actions .coupon label {
  display: none;
}
.qodef-woocommerce-page table.cart td.actions .coupon input[type="text"] {
  margin: 0 22px 0 0;
}
.qodef-woocommerce-page table.cart td.actions > input {
  float: right;
}
.qodef-woocommerce-page .cart-collaterals {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 50px;
}
.qodef-woocommerce-page .cart-collaterals h2 {
  position: relative;
  display: block;
  margin: 0 0 26px;
}
.qodef-woocommerce-page .cart-collaterals table {
  margin: 0 0 35px;
}
.qodef-woocommerce-page .cart-collaterals table tr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-woocommerce-page .cart-collaterals table td,
.qodef-woocommerce-page .cart-collaterals table th {
  padding: 14px 0;
  text-align: left;
  vertical-align: middle;
      font-family: "Raleway", Sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
}
.qodef-woocommerce-page .cart-collaterals table th {
  width: 20%;
  padding-right: 5px;
  border: 0;
}
.qodef-woocommerce-page .cart-collaterals tr.shipping #shipping_method {
  list-style: none;
  margin: 0 0 7px;
}
.qodef-woocommerce-page .cart-collaterals tr.shipping #shipping_method li {
  margin: 3px 0;
  padding: 0;
}
.qodef-woocommerce-page .cart-collaterals tr.shipping #shipping_method li > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.qodef-woocommerce-page
  .cart-collaterals
  .woocommerce-shipping-calculator
  .shipping-calculator-button {
  display: block;
  margin: 0 0 10px;
}
.qodef-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator p {
  margin: 0;
}
.qodef-woocommerce-page .cross-sells {
  margin: 30px 0 0;
  border-top: 1px solid #e1e1e1;
}
.qodef-woocommerce-page .cross-sells > h2 {
  display: block;
  margin: 36px 0 50px;
  text-align: center;
}
.qodef-woocommerce-page .cart_totals {
  margin: 1px 0 20px;
}
.qodef-woocommerce-page .cart-empty {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
      font-family: "Raleway", Sans-serif;
  color: var(--var-color-2, #283376);
  margin: 107px 0 33px;
}
.qodef-woocommerce-page .return-to-shop {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0 156px;
}
.qodef-woocommerce-page .checkout_coupon {
  display: block;
  margin: 0 0 34px;
}
.qodef-woocommerce-page .checkout_coupon p {
  margin: 0;
}
.qodef-woocommerce-page.woocommerce-checkout form.login {
  display: block;
  margin: 0 0 34px;
}
.qodef-woocommerce-page.woocommerce-checkout form.login > :first-child {
  margin: 0 0 15px;
}
.qodef-woocommerce-page.woocommerce-checkout form.login p {
  margin: 0;
}
.qodef-woocommerce-page.woocommerce-checkout form.login input[type="checkbox"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin: 0 3px 0 5px;
}
.qodef-woocommerce-page.woocommerce-checkout form.login .lost_password {
  display: block;
  margin: 15px 0 0;
}
.qodef-woocommerce-page .woocommerce-checkout .col2-set:after,
.qodef-woocommerce-page .woocommerce-checkout .col2-set:before {
  content: "";
  display: table;
}
.qodef-woocommerce-page .woocommerce-checkout .col2-set:after {
  clear: both;
}
.qodef-woocommerce-page .woocommerce-checkout .col-1,
.qodef-woocommerce-page .woocommerce-checkout .col-2 {
  position: relative;
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  float: left;
  vertical-align: middle;
}
.qodef-woocommerce-page .woocommerce-checkout .col-1 h3,
.qodef-woocommerce-page .woocommerce-checkout .col-2 h3 {
  margin: 8px 0 25px;
      font-family: "Raleway", Sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
}
.qodef-woocommerce-page .woocommerce-checkout .col-1 p,
.qodef-woocommerce-page .woocommerce-checkout .col-2 p {
  margin: 0;
}
.qodef-woocommerce-page .woocommerce-checkout .col-1 label:not(.checkbox),
.qodef-woocommerce-page .woocommerce-checkout .col-2 label:not(.checkbox) {
  display: block;
  margin: 0 0 5px;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
}
.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row {
  width: 49%;
  margin-right: 2%;
  float: left;
}
.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row-last,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row-last {
  margin-right: 0;
}
.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row-wide,
.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row.notes,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row-wide,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row.notes {
  width: 100%;
}
.qodef-woocommerce-page .woocommerce-checkout .col-2 {
  margin-left: 1%;
  margin-right: 0;
}
.qodef-woocommerce-page .woocommerce-checkout .create-account {
  margin: 0 0 15px;
}
.qodef-woocommerce-page .woocommerce-checkout .create-account input,
.qodef-woocommerce-page .woocommerce-checkout .create-account label {
  display: inline-block;
  vertical-align: middle;
}
.qodef-woocommerce-page .woocommerce-checkout h3#order_review_heading {
  margin: 48px 0 18px;
      font-family: "Raleway", Sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
}
.qodef-woocommerce-page .woocommerce-checkout table {
  padding: 0;
  margin: 0 0 35px;
}
.qodef-woocommerce-page .woocommerce-checkout table tr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-woocommerce-page
  .woocommerce-checkout
  table
  tr.shipping
  #shipping_method {
  list-style: none;
  margin: 0;
}
.qodef-woocommerce-page
  .woocommerce-checkout
  table
  tr.shipping
  #shipping_method
  li {
  margin: 3px 0;
  padding: 0;
}
.qodef-woocommerce-page
  .woocommerce-checkout
  table
  tr.shipping
  #shipping_method
  li
  > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.qodef-woocommerce-page .woocommerce-checkout table td,
.qodef-woocommerce-page .woocommerce-checkout table th {
  padding: 14px 0;
  text-align: left;
  vertical-align: middle;
}
.qodef-woocommerce-page .woocommerce-checkout table th {
  border: 0;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
}
.qodef-woocommerce-page .woocommerce-checkout table td {
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
  color: #1b1b1b;
}
.qodef-woocommerce-page .woocommerce-checkout table .variation > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.qodef-woocommerce-page .woocommerce-checkout table .variation p {
  margin: 0;
}
.qodef-woocommerce-page .woocommerce-checkout .select2-container {
  border-radius: 0;
}
.qodef-woocommerce-page .woocommerce-checkout input[type="checkbox"],
.qodef-woocommerce-page .woocommerce-checkout input[type="radio"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin: 0 3px 0 5px;
}
.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment {
  display: block;
  margin: 20px 0 70px;
}
.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul {
  list-style: none;
  margin: 0 0 35px;
  padding: 0;
}
.qodef-woocommerce-page
  .woocommerce-checkout
  .woocommerce-checkout-payment
  ul
  li {
  padding: 14px 0;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-woocommerce-page
  .woocommerce-checkout
  .woocommerce-checkout-payment
  ul
  li
  input,
.qodef-woocommerce-page
  .woocommerce-checkout
  .woocommerce-checkout-payment
  ul
  li
  label {
  display: inline-block;
  vertical-align: middle;
}
.qodef-woocommerce-page
  .woocommerce-checkout
  .woocommerce-checkout-payment
  ul
  li.payment_method_paypal
  label
  img {
  vertical-align: middle;
  margin: 0 8px;
}
.qodef-woocommerce-page
  .woocommerce-checkout
  .woocommerce-checkout-payment
  ul
  li.woocommerce-notice {
  padding: 14px;
}
.qodef-woocommerce-page.woocommerce-order-received .woocommerce {
  display: block;
  margin: 0 0 45px;
}
.qodef-woocommerce-page.woocommerce-order-received .woocommerce > p {
  display: block;
  margin: 0 0 30px;
}
.qodef-woocommerce-page.woocommerce-order-received .woocommerce > h2,
.qodef-woocommerce-page.woocommerce-order-received .woocommerce > header h2 {
  display: block;
  margin: 16px 0 25px;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  ul.order_details {
  list-style: none;
  margin: 0 0 30px;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  ul.order_details
  li {
  padding: 14px 0;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  ul.order_details
  li
  strong {
  color: var(--var-color-2, #283376);
  font-weight: 400;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  table.shop_table {
  padding: 0;
  margin: 0 0 35px;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  table.shop_table
  tr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  table.shop_table
  td,
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  table.shop_table
  th {
  padding: 14px 0;
  text-align: left;
  vertical-align: middle;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  table.shop_table
  th {
  border: 0;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  table.shop_table
  .variation
  > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  table.shop_table
  .variation
  p {
  margin: 0;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  .col2-set.addresses {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
  margin: 0 0 15px;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  .col2-set.addresses
  .col-1,
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  .col2-set.addresses
  .col-2 {
  position: relative;
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  float: left;
  vertical-align: middle;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  .col2-set.addresses
  .col-2 {
  margin-left: 1%;
  margin-right: 0;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  .col2-set.addresses
  .title {
  margin: 4px 0 25px;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  .col2-set.addresses
  h3 {
  margin: 0;
}
.qodef-woocommerce-page.woocommerce-order-received
  .woocommerce
  .col2-set.addresses
  address {
  font-style: normal;
}
.woocommerce-page
  .qodef-content
  .wc-forward:not(.added_to_cart):not(.checkout-button),
.woocommerce-page .qodef-content a.added_to_cart,
.woocommerce-page .qodef-content a.button,
.woocommerce-page
  .qodef-content
  button[type="submit"]:not(.qodef-woo-search-widget-button),
.woocommerce-page .qodef-content input[type="submit"],
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
div.woocommerce a.added_to_cart,
div.woocommerce a.button,
div.woocommerce button[type="submit"]:not(.qodef-woo-search-widget-button),
div.woocommerce input[type="submit"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  outline: 0;
  font-size: 11px;
  line-height: 2em;
      font-family: "Raleway", Sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 12px 53px 11px;
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  z-index: 3;
}
.woocommerce-page
  .qodef-content
  .wc-forward:not(.added_to_cart):not(.checkout-button):hover,
.woocommerce-page .qodef-content a.added_to_cart:hover,
.woocommerce-page .qodef-content a.button:hover,
.woocommerce-page
  .qodef-content
  button[type="submit"]:not(.qodef-woo-search-widget-button):hover,
.woocommerce-page .qodef-content input[type="submit"]:hover,
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):hover,
div.woocommerce a.added_to_cart:hover,
div.woocommerce a.button:hover,
div.woocommerce
  button[type="submit"]:not(.qodef-woo-search-widget-button):hover,
div.woocommerce input[type="submit"]:hover {
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
}
.woocommerce-page .qodef-content a.button.added,
div.woocommerce a.button.added {
  display: none;
}
.woocommerce .qodef-new-product,
.woocommerce .qodef-onsale,
.woocommerce .qodef-out-of-stock {
  position: absolute;
  display: block;
  top: 0;
  width: auto;
  height: 28px;
  margin: 0;
  padding: 0 16px;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  z-index: 100;
      font-family: "Raleway", Sans-serif;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.woocommerce .qodef-onsale {
  left: 0;
  background-color: rgba(7, 129, 105, 0.5);
}
.woocommerce .qodef-new-product,
.woocommerce .qodef-out-of-stock {
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.qodef-woo-single-page .qodef-single-product-content .qodef-onsale {
  left: 15px;
}
.qodef-woo-single-page .qodef-single-product-content .qodef-new-product,
.qodef-woo-single-page .qodef-single-product-content .qodef-out-of-stock {
  right: 15px;
}
.qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
  .qodef-single-product-content
  .qodef-onsale {
  left: 120px;
}
.qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
  .qodef-single-product-content
  .qodef-new-product,
.qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
  .qodef-single-product-content
  .qodef-out-of-stock {
  right: 0;
}
.qodef-woocommerce-page .woocommerce-error,
.qodef-woocommerce-page .woocommerce-info,
.qodef-woocommerce-page .woocommerce-message {
  position: relative;
  display: block;
  padding: 20px 30px;
  margin: 0 0 30px;
  line-height: 47px;
  list-style: none;
  background-color: transparent;
  border: 1px solid #e1e1e1;
}
.qodef-woocommerce-page .woocommerce-error > a,
.qodef-woocommerce-page .woocommerce-info > a,
.qodef-woocommerce-page .woocommerce-message > a {
  color: #1a1a1a;
}
.qodef-woocommerce-page .woocommerce-error > a:hover,
.qodef-woocommerce-page .woocommerce-info > a:hover,
.qodef-woocommerce-page .woocommerce-message > a:hover {
  color: var(--var-color-2, #283376);
}
.qodef-woocommerce-page .woocommerce-error a,
.qodef-woocommerce-page .woocommerce-info a,
.qodef-woocommerce-page .woocommerce-message a {
  float: right;
}
.qodef-woocommerce-page .woocommerce-info .showcoupon {
  color: #1a1a1a;
}
.qodef-woocommerce-page .woocommerce-info .showcoupon:hover {
  color: var(--var-color-2, #283376);
}
.qodef-woo-pagination-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 85px;
  padding: 63px 0 36px;
  box-sizing: border-box;
  background-color: #fff;
  clear: both;
}
.woocommerce-pagination,
.woocommerce-pagination .page-numbers {
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.woocommerce-pagination {
  width: 100%;
  margin: 0;
}
.woocommerce-pagination .page-numbers {
  text-align: center;
  width: 100%;
  margin: 0;
}
.woocommerce-pagination .page-numbers li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 7px;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  color: var(--var-color-2, #283376);
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  font-size: 14px;
      font-family: "Raleway", Sans-serif;
}
.woocommerce-pagination .page-numbers li a.current,
.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li span.current,
.woocommerce-pagination .page-numbers li span:hover {
  color: var(--var-color-1, #e88b00);
}
.woocommerce-pagination .page-numbers li a.next,
.woocommerce-pagination .page-numbers li a.prev {
  font-size: 0;
  line-height: 26px;
  margin: 0;
}
.woocommerce-pagination .page-numbers li a.next:before,
.woocommerce-pagination .page-numbers li a.prev:before {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  font-family: ElegantIcons;
  font-size: 18px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-pagination .page-numbers li a.prev:before {
  content: "\34";
  border-right: 1px solid #e1e1e1;
  padding-right: 13px;
  margin-right: 7px;
}
.woocommerce-pagination .page-numbers li a.next:before {
  content: "\35";
  border-left: 1px solid #e1e1e1;
  padding-left: 13px;
  margin-left: 7px;
}
.woocommerce-page .qodef-content .qodef-quantity-buttons,
div.woocommerce .qodef-quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-input,
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-minus,
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-plus,
div.woocommerce .qodef-quantity-buttons .qodef-quantity-input,
div.woocommerce .qodef-quantity-buttons .qodef-quantity-minus,
div.woocommerce .qodef-quantity-buttons .qodef-quantity-plus {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  text-align: center;
  box-sizing: border-box;
}
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-input,
div.woocommerce .qodef-quantity-buttons .qodef-quantity-input {
  position: relative;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0 22px 0 0;
  line-height: 42px;
  outline: 0;
      font-family: "Raleway", Sans-serif;
  color: var(--var-color-2, #283376);
}
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-minus,
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-plus,
div.woocommerce .qodef-quantity-buttons .qodef-quantity-minus,
div.woocommerce .qodef-quantity-buttons .qodef-quantity-plus {
  position: absolute;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-left: 0;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: var(--var-color-2, #283376);
}
.woocommerce-page
  .qodef-content
  .qodef-quantity-buttons
  .qodef-quantity-minus:hover,
.woocommerce-page
  .qodef-content
  .qodef-quantity-buttons
  .qodef-quantity-plus:hover,
div.woocommerce .qodef-quantity-buttons .qodef-quantity-minus:hover,
div.woocommerce .qodef-quantity-buttons .qodef-quantity-plus:hover {
  color: var(--var-color-1, #e88b00);
}
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-plus,
div.woocommerce .qodef-quantity-buttons .qodef-quantity-plus {
  top: 0;
  border-bottom: 0;
}
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-minus,
div.woocommerce .qodef-quantity-buttons .qodef-quantity-minus {
  bottom: 0;
}
.woocommerce-page .qodef-content input[type="email"],
.woocommerce-page .qodef-content input[type="tel"],
.woocommerce-page .qodef-content input[type="password"],
.woocommerce-page .qodef-content input[type="text"],
.woocommerce-page .qodef-content textarea,
div.woocommerce input[type="email"],
div.woocommerce input[type="tel"],
div.woocommerce input[type="password"],
div.woocommerce input[type="text"],
div.woocommerce textarea {
  position: relative;
  width: 100%;
  margin: 0 0 14px;
  padding: 13px 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 18px;
  font-weight: inherit;
  color: #b3b3b2;
      font-family: "Raleway", Sans-serif;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  outline: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.woocommerce-page .qodef-content input[type="email"]:focus,
.woocommerce-page .qodef-content input[type="tel"]:focus,
.woocommerce-page .qodef-content input[type="password"]:focus,
.woocommerce-page .qodef-content input[type="text"]:focus,
.woocommerce-page .qodef-content textarea:focus,
div.woocommerce input[type="email"]:focus,
div.woocommerce input[type="tel"]:focus,
div.woocommerce input[type="password"]:focus,
div.woocommerce input[type="text"]:focus,
div.woocommerce textarea:focus {
  border-color: var(--var-color-2, #283376);
}
.woocommerce-page .qodef-content input[type="email"]::-webkit-input-placeholder,
.woocommerce-page .qodef-content input[type="tel"]::-webkit-input-placeholder,
.woocommerce-page
  .qodef-content
  input[type="password"]::-webkit-input-placeholder,
.woocommerce-page .qodef-content input[type="text"]::-webkit-input-placeholder,
.woocommerce-page .qodef-content textarea::-webkit-input-placeholder,
div.woocommerce input[type="email"]::-webkit-input-placeholder,
div.woocommerce input[type="tel"]::-webkit-input-placeholder,
div.woocommerce input[type="password"]::-webkit-input-placeholder,
div.woocommerce input[type="text"]::-webkit-input-placeholder,
div.woocommerce textarea::-webkit-input-placeholder {
  color: inherit;
}
.woocommerce-page .qodef-content input[type="email"]:-moz-placeholder,
.woocommerce-page .qodef-content input[type="tel"]:-moz-placeholder,
.woocommerce-page .qodef-content input[type="password"]:-moz-placeholder,
.woocommerce-page .qodef-content input[type="text"]:-moz-placeholder,
.woocommerce-page .qodef-content textarea:-moz-placeholder,
div.woocommerce input[type="email"]:-moz-placeholder,
div.woocommerce input[type="tel"]:-moz-placeholder,
div.woocommerce input[type="password"]:-moz-placeholder,
div.woocommerce input[type="text"]:-moz-placeholder,
div.woocommerce textarea:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.woocommerce-page .qodef-content input[type="email"]::-moz-placeholder,
.woocommerce-page .qodef-content input[type="tel"]::-moz-placeholder,
.woocommerce-page .qodef-content input[type="password"]::-moz-placeholder,
.woocommerce-page .qodef-content input[type="text"]::-moz-placeholder,
.woocommerce-page .qodef-content textarea::-moz-placeholder,
div.woocommerce input[type="email"]::-moz-placeholder,
div.woocommerce input[type="tel"]::-moz-placeholder,
div.woocommerce input[type="password"]::-moz-placeholder,
div.woocommerce input[type="text"]::-moz-placeholder,
div.woocommerce textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.woocommerce-page .qodef-content input[type="email"]:-ms-input-placeholder,
.woocommerce-page .qodef-content input[type="tel"]:-ms-input-placeholder,
.woocommerce-page .qodef-content input[type="password"]:-ms-input-placeholder,
.woocommerce-page .qodef-content input[type="text"]:-ms-input-placeholder,
.woocommerce-page .qodef-content textarea:-ms-input-placeholder,
div.woocommerce input[type="email"]:-ms-input-placeholder,
div.woocommerce input[type="tel"]:-ms-input-placeholder,
div.woocommerce input[type="password"]:-ms-input-placeholder,
div.woocommerce input[type="text"]:-ms-input-placeholder,
div.woocommerce textarea:-ms-input-placeholder {
  color: inherit;
}
.woocommerce-page .qodef-content .coupon input[type="text"],
div.woocommerce .coupon input[type="text"] {
  width: 200px;
}
.qodef-woocommerce-page .woocommerce-ordering,
.qodef-woocommerce-page .woocommerce-result-count {
  width: 50%;
  margin: 0 0 30px;
  float: left;
  display: none;
}
.qodef-woocommerce-page .woocommerce-result-count {
  line-height: 44px;
}
.qodef-woocommerce-page .woocommerce-ordering {
  text-align: right;
}
.qodef-woocommerce-page .woocommerce-ordering .orderby {
  width: auto;
  min-width: 250px;
  margin: 0;
  text-align: initial;
}
.qodef-woocommerce-page
  .cart-collaterals
  .woocommerce-shipping-calculator
  .select2-container--default {
  width: 100% !important;
  margin: 0 0 14px;
}
.qodef-woocommerce-page .select2-container--default {
  margin-bottom: 14px;
}
.woocommerce .star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.woocommerce .star-rating:before {
  content: "\f006\f006\f006\f006\f006";
}
.woocommerce .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.woocommerce .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
}
.qodef-woocommerce-page .qodef-content .variations {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  padding: 0;
}
.qodef-woocommerce-page .qodef-content .variations tr {
  display: block;
  padding: 0 0 20px;
  border: 0;
}
.qodef-woocommerce-page .qodef-content .variations tr:last-child {
  margin: 0;
}
.qodef-woocommerce-page .qodef-content .variations td {
  padding: 0;
  text-align: initial;
}
.qodef-woocommerce-page .qodef-content .variations td.label {
  padding-right: 10px;
}
.qodef-woocommerce-page .qodef-content .variations td.value {
  white-space: nowrap;
}
.qodef-woocommerce-page .qodef-content .variations td.value select {
  width: auto;
  min-width: 200px;
}
.qodef-woocommerce-page .qodef-content .variations .reset_variations {
  margin: 0 0 0 15px;
  color: var(--var-color-2, #283376);
}
.qodef-woocommerce-page .qodef-content .single_variation_wrap {
  margin: 35px 0 0;
}
.qodef-woocommerce-page
  .qodef-content
  .single_variation_wrap
  .single_variation {
  margin: 0 0 35px;
}
.qodef-woocommerce-page .qodef-content table.group_table {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  padding: 0;
}
.qodef-woocommerce-page .qodef-content table.group_table tbody {
  display: block;
}
.qodef-woocommerce-page .qodef-content table.group_table tr {
  display: block;
  padding: 0 0 10px;
  border: 0;
}
.qodef-woocommerce-page .qodef-content table.group_table tr:last-child {
  margin: 0;
}
.qodef-woocommerce-page .qodef-content table.group_table td {
  padding: 0 17px 10px 0;
  text-align: left;
}
.qodef-woocommerce-page .qodef-content table.group_table td.price {
  display: table-cell;
  vertical-align: middle;
}
.qodef-woocommerce-page .qodef-content table.group_table td:last-child {
  padding: 0 0 10px;
}
.qodef-woocommerce-page
  .qodef-content
  table.group_table
  .qodef-quantity-buttons {
  margin: 0;
}
.qodef-woocommerce-page .qodef-content table.group_table a {
  color: #1a1a1a;
}
.qodef-woocommerce-page .qodef-content table.group_table a:hover {
  color: var(--var-color-2, #283376);
}
.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content,
.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 30%;
  padding: 0 15px 0 0;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul {
  padding: 0 15px 0 0;
  margin: 0;
  list-style: none;
  border-right: 1px solid #e1e1e1;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li {
  margin: 0;
  padding: 0;
      font-family: "Raleway", Sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li:not(:last-child) {
  margin: 0 0 27px;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
  padding: 0 0 0 30px;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content p {
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
  color: #1b1b1b;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce {
  margin: 52px 0 95px;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  .woocommerce-address-fields
  label {
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
  margin: 0 0 5px;
  display: inline-block;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce form.login {
  margin: 0 0 34px;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce form.login p {
  margin: 0;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  form.login
  p.qodef-login-form-text {
  margin: 0 0 7px;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  form.login
  input[type="checkbox"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin: 0 3px 0 5px;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  form.login
  .lost_password {
  display: block;
  margin: 15px 0 0;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce form.edit-account {
  margin: 0 0 15px;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce form.edit-account p {
  margin: 0;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  form.edit-account
  label {
  display: block;
  margin: 0 0 5px;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  form.edit-account
  fieldset {
  margin-top: 10px;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  form.edit-account
  fieldset
  > legend {
  display: block;
  margin: 0 0 20px;
      font-family: "Raleway", Sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce strong {
  color: #1b1b1b;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce > p {
  display: block;
  margin: 0 0 30px;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce > h2,
.qodef-woocommerce-page.woocommerce-account .woocommerce > header h2 {
  display: block;
  margin: 16px 0 25px;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table {
  padding: 0;
  margin: 0 0 35px;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table tr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table td,
.qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
  padding: 14px 0;
  text-align: left;
  vertical-align: middle;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
  border: 0;
      font-family: "Raleway", Sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  table.shop_table
  td.order-actions {
  text-align: right;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  table.shop_table
  .variation
  > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  table.shop_table
  .variation
  p {
  margin: 0;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
  margin: 0 0 15px;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  .col2-set.addresses
  .col-1,
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  .col2-set.addresses
  .col-2 {
  position: relative;
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  float: left;
  vertical-align: middle;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  .col2-set.addresses
  .col-2 {
  margin-left: 1%;
  margin-right: 0;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  .col2-set.addresses
  .title {
  margin: 24px 0 25px;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  .col2-set.addresses
  h3 {
  margin: 0 0 15px;
      font-family: "Raleway", Sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
}
.qodef-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
      font-family: "Raleway", Sans-serif;
  letter-spacing: 0.15em;
  vertical-align: middle;
  font-weight: 500;
}
.qodef-woo-single-page .qodef-single-product-summary .price ins,
.widget.woocommerce.widget_products ul li ins,
.widget.woocommerce.widget_recent_reviews ul li ins,
.widget.woocommerce.widget_recently_viewed_products ul li ins,
.widget.woocommerce.widget_top_rated_products ul li ins {
  text-decoration: none;
}
.qodef-woocommerce-page.woocommerce-account
  .woocommerce
  .col2-set.addresses
  address {
  font-style: normal;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #1b1b1b;
  line-height: 2em;
}
.qodef-woocommerce-page.woocommerce-account .vc_row .woocommerce > h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 25px;
}
.qodef-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login {
  margin: 0;
}
.qodef-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-woocommerce-page.woocommerce-account
  .vc_row
  .woocommerce
  form.login
  p
  label:not(.inline) {
  display: block;
  margin: 14px 0;
  color: var(--var-color-2, #283376);
  font-size: 18px;
  line-height: 38px;
}
.qodef-woocommerce-page.woocommerce-account
  .vc_row
  .woocommerce
  form.login
  p
  label.inline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 23px 0 0;
}
.qodef-woocommerce-page.woocommerce-account
  .vc_row
  .woocommerce
  form.login
  p
  input.button {
  margin: 23px 0 0;
}
.qodef-woocommerce-page.woocommerce-account.woocommerce-edit-address
  .woocommerce
  > form {
  margin: 0 0 15px;
}
.qodef-woocommerce-page.woocommerce-account.woocommerce-edit-address
  .woocommerce
  > form
  > :first-child {
  margin: 0 0 25px;
}
.qodef-woocommerce-page.woocommerce-account.woocommerce-edit-address
  .woocommerce
  > form
  p {
  margin: 0;
}
.qodef-woocommerce-page.woocommerce-account.woocommerce-edit-address
  .woocommerce
  > form
  label {
  display: block;
  margin: 0 0 5px;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1b1b1b;
}
.qodef-woocommerce-page.qodef-woocommerce-order-tracking .woocommerce {
  margin: 0 0 45px;
}
.qodef-woocommerce-page.qodef-woocommerce-order-tracking
  .woocommerce
  > .track_order {
  display: block;
  margin: 0 0 60px;
}
.qodef-woocommerce-page.qodef-woocommerce-order-tracking
  .woocommerce
  > .track_order
  > p:not(.form-row) {
  display: block;
  margin: 0 0 7px;
}
.qodef-woocommerce-page.qodef-woocommerce-order-tracking
  .woocommerce
  > .track_order
  .form-row-first,
.qodef-woocommerce-page.qodef-woocommerce-order-tracking
  .woocommerce
  > .track_order
  .form-row-last {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
.qodef-woocommerce-page.qodef-woocommerce-order-tracking
  .woocommerce
  > .track_order
  .form-row-first
  label,
.qodef-woocommerce-page.qodef-woocommerce-order-tracking
  .woocommerce
  > .track_order
  .form-row-last
  label {
  display: block;
  margin: 14px 0;
  color: var(--var-color-2, #283376);
  font-size: 18px;
  line-height: 38px;
}
ul.products > .product,
ul.products > .product .qodef-pl-rating-holder,
ul.products > .product .qodef-pl-text-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-woocommerce-page.qodef-woocommerce-order-tracking
  .woocommerce
  > .track_order
  .button {
  margin: 13px 0 0;
}
.cross-sells,
.qodef-content .woocommerce,
.qodef-pl-main-holder,
.related.products,
.upsells.products {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-pl-main-holder {
  margin: 0;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
ul.products {
  list-style: none;
  margin: 0 -15px;
  clear: both;
}
ul.products > .product {
  float: left;
  margin: 0 0 30px;
  padding: 0 15px;
  box-sizing: border-box;
}
.touch ul.products > .product {
  cursor: pointer;
}
.qodef-woo-single-page
  .qodef-single-product-content
  .images
  .woocommerce-product-gallery__image
  .zoomImg,
div.woocommerce
  > .single-product
  .images
  .woocommerce-product-gallery__image
  .zoomImg {
  cursor: crosshair;
}
ul.products > .product:hover .qodef-pl-inner .qodef-pl-text {
  opacity: 1;
}
ul.products
  > .product:hover
  .qodef-pl-inner
  .qodef-pl-text-inner
  .added_to_cart,
ul.products > .product:hover .qodef-pl-inner .qodef-pl-text-inner .button {
  -webkit-transform: translate3d(0, 1px, 0);
  -moz-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}
ul.products > .product .qodef-pl-text-wrapper {
  width: 100%;
  margin: 22px 0 3px;
  line-height: 0;
}
ul.products > .product .qodef-product-list-title {
  margin: 0 0 5px;
  padding-right: 50px;
}
ul.products > .product .qodef-pl-rating-holder {
  width: 100%;
  line-height: 1;
  margin: 0;
}
ul.products > .product .price {
  color: var(--var-color-1, #e88b00);
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
      font-family: "Raleway", Sans-serif;
  position: absolute;
  top: 2px;
  right: 0;
}
ul.products > .product .added_to_cart,
ul.products > .product .button {
  margin: 25px 0 0;
}
.qodef-woo-no-space ul.products,
.qodef-woo-pl-info-below-image ul.products > .product .added_to_cart,
.qodef-woo-pl-info-below-image ul.products > .product .button {
  margin: 0;
}
ul.products > .product .button.added {
  display: none;
}
ul.products > .product .qodef-pl-inner,
ul.products > .product .qodef-pl-inner .qodef-pl-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
}
ul.products > .product .qodef-pl-inner .qodef-pl-image {
  backface-visibility: hidden;
}
ul.products > .product .qodef-pl-inner .qodef-pl-image img {
  display: block;
  width: 100%;
}
ul.products > .product .qodef-pl-inner .qodef-pl-text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
ul.products > .product .qodef-pl-inner .qodef-pl-text-outer {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
ul.products > .product .qodef-pl-inner .qodef-pl-text-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}
ul.products > .product .qodef-pl-inner .qodef-pl-text-inner .added_to_cart,
ul.products > .product .qodef-pl-inner .qodef-pl-text-inner .button {
  width: 101%;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
ul.products > .product .qodef-pl-inner > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qodef-woo-no-space ul.products > .product {
  padding: 0;
  margin: 0;
}
.qodef-woo-tiny-space ul.products {
  margin: 0 -5px;
}
.qodef-woo-tiny-space ul.products > .product {
  padding: 0 5px;
  margin: 0 0 10px;
}
.qodef-woo-small-space ul.products {
  margin: 0 -10px;
}
.qodef-woo-small-space ul.products > .product {
  padding: 0 10px;
  margin: 0 0 20px;
}
.qodef-woo-normal-space ul.products {
  margin: 0 -15px;
}
.qodef-woo-normal-space ul.products > .product {
  padding: 0 15px;
  margin: 0 0 30px;
}
.qodef-woo-medium-space ul.products {
  margin: 0 -20px;
}
.qodef-woo-medium-space ul.products > .product {
  padding: 0 20px;
  margin: 0 0 40px;
}
.qodef-woo-large-space ul.products {
  margin: 0 -25px;
}
.qodef-woo-large-space ul.products > .product {
  padding: 0 25px;
  margin: 0 0 50px;
}
@media only screen and (min-width: 1025px) {
  .qodef-woocommerce-columns-3 .cross-sells > .products > .product,
  .qodef-woocommerce-columns-3 .qodef-pl-main-holder > .products > .product,
  .qodef-woocommerce-columns-3 .related.products > .products > .product,
  .qodef-woocommerce-columns-3 .upsells.products > .products > .product {
    width: 33.33333%;
  }
  .qodef-woocommerce-columns-3
    .cross-sells
    > .products
    > .product:nth-child(3n + 1),
  .qodef-woocommerce-columns-3
    .qodef-pl-main-holder
    > .products
    > .product:nth-child(3n + 1),
  .qodef-woocommerce-columns-3
    .related.products
    > .products
    > .product:nth-child(3n + 1),
  .qodef-woocommerce-columns-3
    .upsells.products
    > .products
    > .product:nth-child(3n + 1) {
    clear: both;
  }
  .qodef-woocommerce-columns-4 .cross-sells > .products > .product,
  .qodef-woocommerce-columns-4 .qodef-pl-main-holder > .products > .product,
  .qodef-woocommerce-columns-4 .related.products > .products > .product,
  .qodef-woocommerce-columns-4 .upsells.products > .products > .product {
    width: 25%;
  }
  .qodef-woocommerce-columns-4
    .cross-sells
    > .products
    > .product:nth-child(4n + 1),
  .qodef-woocommerce-columns-4
    .qodef-pl-main-holder
    > .products
    > .product:nth-child(4n + 1),
  .qodef-woocommerce-columns-4
    .related.products
    > .products
    > .product:nth-child(4n + 1),
  .qodef-woocommerce-columns-4
    .upsells.products
    > .products
    > .product:nth-child(4n + 1),
  .woocommerce.columns-4 > .products > .product:nth-child(4n + 1) {
    clear: both;
  }
}
.woocommerce.columns-1 > .products > .product {
  float: none;
  width: 100%;
}
.woocommerce.columns-2 > .products > .product {
  width: 50%;
}
@media only screen and (min-width: 681px) {
  .woocommerce.columns-2 > .products > .product:nth-child(2n + 1) {
    clear: both;
  }
}
.woocommerce.columns-3 > .products > .product {
  width: 33.33333%;
}
.woocommerce.columns-4 > .products > .product {
  width: 25%;
}
.woocommerce.columns-5 > .products > .product {
  width: 20%;
}
@media only screen and (min-width: 1367px) {
  .woocommerce.columns-5 > .products > .product:nth-child(5n + 1) {
    clear: both;
  }
}
.woocommerce.columns-6 > .products > .product {
  width: 16.66667%;
}
@media only screen and (min-width: 1441px) {
  .woocommerce.columns-6 > .products > .product:nth-child(6n + 1) {
    clear: both;
  }
}
.qodef-content .woocommerce.add_to_cart_inline {
  margin: 0;
  width: auto;
}
.qodef-content .woocommerce.add_to_cart_inline del,
.qodef-content .woocommerce.add_to_cart_inline ins {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  color: var(--var-color-2, #283376);
  font-size: 16px;
  line-height: 1;
}
div.woocommerce > .products > .product-category a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
div.woocommerce > .products > .product-category a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
div.woocommerce > .products > .product-category a:hover:after {
  opacity: 1;
}
div.woocommerce
  > .products
  > .product-category
  a:hover
  .woocommerce-loop-category__title {
  top: 50%;
  opacity: 1;
}
div.woocommerce > .products > .product-category img {
  display: block;
}
div.woocommerce
  > .products
  > .product-category
  .woocommerce-loop-category__title {
  position: absolute;
  top: 60%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 10%;
  margin: 0;
  color: #fff;
  text-align: center;
  z-index: 2;
  opacity: 0;
  -webkit-filter: blur(0);
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease, top 0.2s ease;
  -moz-transition: opacity 0.2s ease, top 0.2s ease;
  transition: opacity 0.2s ease, top 0.2s ease;
}
div.woocommerce
  > .products
  > .product-category
  .woocommerce-loop-category__title
  .count {
  font-size: 0.9em;
  color: #fff;
  background-color: transparent;
}
div.woocommerce > .single-product .images {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
div.woocommerce > .single-product .images figure {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 -10px;
}
div.woocommerce > .single-product .images figure a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
div.woocommerce > .single-product .images figure a img {
  position: relative;
  width: 100%;
  display: block;
}
div.woocommerce
  > .single-product
  .images
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 10;
}
div.woocommerce > .single-product .images .woocommerce-product-gallery__image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
div.woocommerce > .single-product .woocommerce-tabs,
div.woocommerce > .single-product .woocommerce-tabs ul.tabs,
div.woocommerce > .single-product .woocommerce-tabs ul.tabs > li {
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
div.woocommerce
  > .single-product
  .images
  .woocommerce-product-gallery__image:first-child {
  left: 10px;
  width: calc(100% - 20px);
  padding: 0;
}
div.woocommerce
  > .single-product
  .images.woocommerce-product-gallery--with-images
  .woocommerce-product-gallery__image:not(:first-child) {
  float: left;
  padding-top: 20px;
}
div.woocommerce
  > .single-product
  .images.woocommerce-product-gallery--columns-2
  .woocommerce-product-gallery__image:not(:first-child) {
  width: 50%;
}
div.woocommerce
  > .single-product
  .images.woocommerce-product-gallery--columns-3
  .woocommerce-product-gallery__image:not(:first-child) {
  width: 33.33333%;
}
div.woocommerce
  > .single-product
  .images.woocommerce-product-gallery--columns-4
  .woocommerce-product-gallery__image:not(:first-child) {
  width: 25%;
}
div.woocommerce > .single-product .woocommerce-tabs {
  width: 100%;
  margin: 30px 0 0;
}
div.woocommerce > .single-product .woocommerce-tabs ul.tabs {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  clear: both;
}
div.woocommerce > .single-product .woocommerce-tabs ul.tabs > li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 13px 15px;
}
div.woocommerce > .single-product .woocommerce-tabs .entry-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
div.woocommerce > .single-product .woocommerce-tabs .entry-content > h2 {
  display: none;
}
div.woocommerce > .single-product .woocommerce-tabs .entry-content > p,
div.woocommerce > .single-product .woocommerce-tabs table {
  margin: 18px 0 20px;
}
div.woocommerce > .single-product .woocommerce-tabs table th,
div.woocommerce > .single-product .woocommerce-tabs table tr {
  border: 0;
}
div.woocommerce > .single-product .woocommerce-tabs table td,
div.woocommerce > .single-product .woocommerce-tabs table th {
  padding: 3px 0;
  vertical-align: middle;
  text-align: left;
}
div.woocommerce > .single-product .woocommerce-tabs table td p,
div.woocommerce > .single-product .woocommerce-tabs table th p {
  margin: 0;
}
div.woocommerce > .single-product .woocommerce-tabs table th {
  color: var(--var-color-2, #283376);
  width: 1%;
  padding: 0 10px 0 0;
}
div.woocommerce > .single-product .woocommerce-tabs table td {
  width: 99%;
}
div.woocommerce > .single-product .woocommerce-tabs #reviews,
div.woocommerce
  > .single-product
  .woocommerce-tabs
  #reviews
  ol.commentlist
  .comment_container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
div.woocommerce > .single-product .woocommerce-tabs #reviews {
  margin: 18px 0 20px;
}
div.woocommerce > .single-product .woocommerce-tabs #reviews h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 8px 0 24px;
}
div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist {
  list-style: none;
}
div.woocommerce
  > .single-product
  .woocommerce-tabs
  #reviews
  ol.commentlist
  .comment_container
  img {
  float: left;
  width: 60px;
}
div.woocommerce
  > .single-product
  .woocommerce-tabs
  #reviews
  ol.commentlist
  .comment-text {
  padding: 0 0 0 80px;
}
div.woocommerce
  > .single-product
  .woocommerce-tabs
  #reviews
  ol.commentlist
  .comment-text
  div[itemprop="description"] {
  padding: 0;
  margin: 0 0 15px;
  border: 0;
}
div.woocommerce
  > .single-product
  .woocommerce-tabs
  #reviews
  ol.commentlist
  .comment-text
  p {
  margin: 5px 0 0;
}
div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond {
  margin-top: 15px;
}
div.woocommerce
  > .single-product
  .woocommerce-tabs
  #reviews
  .comment-respond
  .comment-reply-title {
  margin: 0 0 10px;
}
div.woocommerce
  > .single-product
  .woocommerce-tabs
  #reviews
  .comment-respond
  p {
  margin: 0;
}
div.woocommerce
  > .single-product
  .woocommerce-tabs
  #reviews
  .comment-respond
  .stars {
  overflow: hidden;
}
div.woocommerce
  > .single-product
  .woocommerce-tabs
  #reviews
  .comment-respond
  .stars
  a {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 0;
  margin: 0;
}
div.woocommerce
  > .single-product
  .woocommerce-tabs
  #reviews
  .comment-respond
  .stars
  a:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: ElegantIcons;
  content: "\e031";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  color: #1a1a1a;
  overflow: hidden;
  z-index: -1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.woocommerce
  > .single-product
  .woocommerce-tabs
  #reviews
  .comment-respond
  .stars
  a.active:after {
  position: absolute;
  right: 0;
  bottom: 7px;
  display: block;
  font-family: ElegantIcons;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  color: #1a1a1a;
  content: "\e033\e033\e033\e033\e033";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.woocommerce > .single-product .related.products,
div.woocommerce > .single-product .upsells.products {
  margin: 30px 0 0;
  border-top: 1px solid #e1e1e1;
}
div.woocommerce > .single-product .related.products > h2,
div.woocommerce > .single-product .upsells.products > h2 {
  display: block;
  margin: 36px 0 50px;
  text-align: center;
}
div.woocommerce
  > .single-product
  .related.products
  .product
  .qodef-pl-text-wrapper,
div.woocommerce
  > .single-product
  .upsells.products
  .product
  .qodef-pl-text-wrapper {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .woocommerce.columns-3 > .products > .product:nth-child(3n + 1) {
    clear: both;
  }
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images
    figure {
    width: 100%;
    margin: 0;
  }
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images
    .woocommerce-product-gallery__image:first-child {
    left: 120px;
    width: calc(100% - 120px);
  }
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images.woocommerce-product-gallery--with-images
    .woocommerce-product-gallery__image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: calc(25% + 5px);
    padding: 0 0 20px;
    box-sizing: border-box;
  }
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images.woocommerce-product-gallery--with-images
    .woocommerce-product-gallery__image:not(:first-child)
    a,
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images.woocommerce-product-gallery--with-images
    .woocommerce-product-gallery__image:not(:first-child)
    a
    img {
    height: 100%;
  }
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images.woocommerce-product-gallery--with-images
    .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images.woocommerce-product-gallery--with-images
    .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(25% + 5px);
  }
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images.woocommerce-product-gallery--with-images
    .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(50% + 10px);
  }
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images.woocommerce-product-gallery--with-images
    .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(75% + 15px);
  }
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images.woocommerce-product-gallery--with-images
    .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(100% + 20px);
  }
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images.woocommerce-product-gallery--with-images
    .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(125% + 25px);
  }
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images.woocommerce-product-gallery--with-images
    .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(150% + 30px);
  }
  .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side
    .qodef-single-product-content
    .images.woocommerce-product-gallery--with-images
    .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(175% + 35px);
  }
}
.qodef-woo-single-page .product {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  float: none;
  margin: 0 0 69px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.qodef-woo-single-page .qodef-single-product-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
  margin: 0 0 20px;
}
.qodef-woo-single-page .qodef-single-product-content .images {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  margin: 0;
  padding: 0 29px 0 0;
  float: left;
  box-sizing: border-box;
}
.qodef-woo-single-page .qodef-single-product-content .images figure {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 -15px;
}
.qodef-woo-single-page .qodef-single-product-content .images figure a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-woo-single-page .qodef-single-product-content .images figure a img {
  position: relative;
  width: 100%;
  display: block;
}
.qodef-woo-single-page
  .qodef-single-product-content
  .images
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 15px;
  right: 39px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 10;
}
.qodef-woo-single-page
  .qodef-single-product-content
  .images
  .woocommerce-product-gallery__image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
}
.qodef-woo-single-page
  .qodef-single-product-content
  .images
  .woocommerce-product-gallery__image:first-child {
  left: 15px;
  width: calc(100% - 30px);
  padding: 0;
}
.qodef-woo-single-page
  .qodef-single-product-content
  .images.woocommerce-product-gallery--with-images
  .woocommerce-product-gallery__image:not(:first-child) {
  float: left;
  padding-top: 30px;
}
.qodef-woo-single-page
  .qodef-single-product-content
  .images.woocommerce-product-gallery--columns-2
  .woocommerce-product-gallery__image:not(:first-child) {
  width: 50%;
}
.qodef-woo-single-page
  .qodef-single-product-content
  .images.woocommerce-product-gallery--columns-3
  .woocommerce-product-gallery__image:not(:first-child) {
  width: 33.33333%;
}
.qodef-woo-single-page
  .qodef-single-product-content
  .images.woocommerce-product-gallery--columns-4
  .woocommerce-product-gallery__image:not(:first-child) {
  width: 25%;
}
.qodef-woo-single-page .qodef-single-product-summary {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  padding: 0 0 0 29px;
  float: left;
  box-sizing: border-box;
  margin-top: 38px;
}
.qodef-woo-single-page
  .qodef-single-product-summary
  .qodef-single-product-title {
  display: block;
  margin: 0;
}
.qodef-woo-single-page .qodef-single-product-summary .price {
  position: relative;
  display: block;
  margin: 31px 0 0;
  line-height: 1;
  color: var(--var-color-2, #283376);
      font-family: "Raleway", Sans-serif;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0;
}
.qodef-woo-single-page .qodef-single-product-summary .price * {
  font-size: inherit;
  line-height: inherit;
}
.qodef-woo-single-page .qodef-single-product-summary .price del {
  margin: 0 8px 0 0;
  color: rgba(0, 0, 0, 0.8);
}
.qodef-woo-single-page
  .qodef-single-product-summary
  .woocommerce-product-rating {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1;
  margin: 0;
}
.qodef-woo-single-page
  .qodef-single-product-summary
  .woocommerce-product-rating
  .star-rating {
  font-size: 15px;
}
.qodef-woo-single-page
  .qodef-single-product-summary
  .woocommerce-product-rating
  .woocommerce-review-link {
      font-family: "Raleway", Sans-serif;
  font-weight: 300;
  font-size: 13px;
  vertical-align: middle;
}
.qodef-woo-single-page
  .qodef-single-product-summary
  .woocommerce-product-details__short-description {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 23px 0 0;
}
.qodef-woo-single-page
  .qodef-single-product-summary
  .woocommerce-product-details__short-description
  p {
  margin: 0;
}
.qodef-woo-single-page .qodef-single-product-summary .product_meta {
  margin: 35px 0 0;
  color: var(--var-color-2, #283376);
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
}
.qodef-woo-single-page .qodef-single-product-summary .product_meta > span {
  display: block;
}
.qodef-woo-single-page .qodef-single-product-summary .product_meta > span a,
.qodef-woo-single-page .qodef-single-product-summary .product_meta > span span {
  letter-spacing: 0.025em;
  font-weight: 300;
}
.qodef-woo-single-page
  .qodef-single-product-summary
  .qodef-woo-social-share-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
.qodef-woo-single-page
  .qodef-single-product-summary
  .qodef-woo-social-share-holder
  > * {
  display: table-cell;
  vertical-align: middle;
}
.qodef-woo-single-page
  .qodef-single-product-summary
  .qodef-woo-social-share-holder
  > span {
  padding: 0 9px 0 0;
  color: var(--var-color-2, #283376);
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
}
.qodef-woo-single-page .qodef-single-product-summary p.stock.in-stock,
.qodef-woo-single-page .qodef-single-product-summary p.stock.out-of-stock {
  color: var(--var-color-2, #283376);
  font-weight: 700;
  margin: 18px 0 0;
}
.qodef-woo-single-page .qodef-single-product-summary form.cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 36px 0 0;
}
.qodef-woo-single-page .qodef-single-product-summary .qodef-quantity-buttons {
  margin: 0 20px 0 0;
}
.qodef-woo-single-page .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 22px 0 0;
}
.qodef-woo-single-page .woocommerce-tabs ul.tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  clear: both;
}
.qodef-woo-single-page .woocommerce-tabs ul.tabs > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.qodef-woo-single-page .woocommerce-tabs ul.tabs > li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 5px 21px;
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 500;
}
.qodef-woo-single-page .woocommerce-tabs ul.tabs > li a:after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  height: 1px;
  left: 0;
  background-color: var(--var-color-2, #283376);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.qodef-woo-single-page .woocommerce-tabs ul.tabs > li:first-child a {
  padding-left: 0;
}
.qodef-woo-single-page .woocommerce-tabs ul.tabs > li.active a,
.qodef-woo-single-page .woocommerce-tabs ul.tabs > li:hover a {
  color: var(--var-color-2, #283376);
}
.qodef-woo-single-page .woocommerce-tabs ul.tabs > li.active a:after,
.qodef-woo-single-page .woocommerce-tabs ul.tabs > li:hover a:after {
  opacity: 1;
}
.qodef-woo-single-page .woocommerce-tabs .entry-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.qodef-woo-single-page .woocommerce-tabs .entry-content > h2 {
  display: none;
}
.qodef-woo-single-page .woocommerce-tabs .entry-content > p,
.qodef-woo-single-page .woocommerce-tabs table {
  margin: 18px 0 20px;
}
.qodef-woo-single-page .woocommerce-tabs table th,
.qodef-woo-single-page .woocommerce-tabs table tr {
  border: 0;
  color: var(--var-color-2, #283376);
      font-family: "Raleway", Sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
}
.qodef-woo-single-page .woocommerce-tabs table td,
.qodef-woo-single-page .woocommerce-tabs table th {
  padding: 3px 0;
  vertical-align: middle;
  text-align: left;
}
.qodef-woo-single-page .woocommerce-tabs table td p,
.qodef-woo-single-page .woocommerce-tabs table th p {
  margin: 0;
}
.qodef-woo-single-page .woocommerce-tabs table th {
  width: 1%;
  padding: 0 10px 0 0;
}
.qodef-woo-single-page .woocommerce-tabs table td {
  letter-spacing: 0.025em;
  font-weight: 300;
  width: 99%;
}
.qodef-woo-single-page .woocommerce-tabs #reviews,
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  ol.commentlist
  .comment_container {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
}
.qodef-woo-single-page .woocommerce-tabs #reviews {
  margin: 18px 0 20px;
}
.qodef-woo-single-page .woocommerce-tabs #reviews h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 8px 0 24px;
}
.qodef-woo-single-page .woocommerce-tabs #reviews ol.commentlist {
  list-style: none;
}
.qodef-woo-single-page .woocommerce-tabs #reviews ol.commentlist li {
  margin: 0 0 15px;
}
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  ol.commentlist
  .comment-text
  p,
.qodef-woo-single-page .woocommerce-tabs #reviews ol.commentlist li:last-child {
  margin: 0;
}
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  .comment-respond
  .comment-form-rating
  label,
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  ol.commentlist
  .comment-text
  .woocommerce-review__dash {
  display: none;
}
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  ol.commentlist
  .comment_container
  img {
  float: left;
  width: 70px;
}
.qodef-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text {
  padding: 0 0 0 90px;
}
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  ol.commentlist
  .comment-text
  .woocommerce-review__author {
      font-family: "Raleway", Sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: var(--var-color-2, #283376);
}
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  ol.commentlist
  .comment-text
  .woocommerce-review__published-date {
      font-family: "Raleway", Sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #bebebe;
}
.qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond {
  margin-top: 15px;
}
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  .comment-respond
  .comment-reply-title {
  font-size: 18px;
      font-family: "Raleway", Sans-serif;
  color: var(--var-color-2, #283376);
  font-weight: 300;
}
.qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond p {
  margin: 0;
}
.qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars {
  overflow: hidden;
  margin-top: 0;
}
.qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 0;
  margin: 0;
}
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  .comment-respond
  .stars
  a:before {
  content: "\f006";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  z-index: 0;
}
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  .comment-respond
  .stars
  a.active:after {
  content: "\f005\f005\f005\f005\f005";
  position: absolute;
  right: 0;
  bottom: 7px;
  display: block;
}
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  .comment-respond
  .comment-form-author
  label,
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  .comment-respond
  .comment-form-comment
  label,
.qodef-woo-single-page
  .woocommerce-tabs
  #reviews
  .comment-respond
  .comment-form-email
  label {
  font-size: 17px;
  color: var(--var-color-2, #283376);
  font-weight: 300;
}
.qodef-woo-single-page .related.products,
.qodef-woo-single-page .upsells.products {
  margin: 30px 0 0;
}
.qodef-woo-single-page .related.products > h2,
.qodef-woo-single-page .upsells.products > h2 {
  display: block;
  margin: 28px 0;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
}
.qodef-woo-single-page .related.products .product .qodef-pl-text-wrapper,
.qodef-woo-single-page .upsells.products .product .qodef-pl-text-wrapper {
  margin-bottom: 0;
}
.qodef-shopping-cart-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 0 10px;
}
.touch .qodef-shopping-cart-holder {
  cursor: pointer;
}
.qodef-shopping-cart-holder .qodef-shopping-cart-inner {
  position: relative;
  display: table;
  height: 100%;
}
.qodef-shopping-cart-holder .qodef-header-cart {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.qodef-shopping-cart-holder .qodef-header-cart .qodef-cart-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-shopping-cart-holder
  .qodef-header-cart.qodef-header-cart-icon-pack
  .qodef-cart-icon {
  font-size: 16px;
  line-height: 23px;
}
.qodef-shopping-cart-holder
  .qodef-header-cart.qodef-header-cart-icon-pack
  .qodef-cart-icon:before {
  display: block;
  line-height: inherit;
}
.qodef-shopping-cart-holder
  .qodef-header-cart.qodef-header-cart-svg-path
  .qodef-cart-icon
  > * {
  vertical-align: middle;
}
.qodef-shopping-cart-holder
  .qodef-header-cart.qodef-header-cart-svg-path
  .qodef-cart-icon
  path,
.qodef-shopping-cart-holder
  .qodef-header-cart.qodef-header-cart-svg-path
  .qodef-cart-icon
  > * {
  fill: currentColor;
  stroke: currentColor;
}
.qodef-shopping-cart-holder:hover .qodef-shopping-cart-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-shopping-cart-holder
  .qodef-header-cart {
  color: #333;
}
.qodef-dark-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-shopping-cart-holder
  .qodef-header-cart:hover {
  color: rgba(51, 51, 51, 0.8);
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-shopping-cart-holder
  .qodef-header-cart {
  color: #fff;
}
.qodef-light-header
  .qodef-page-header
  > div:not(.qodef-sticky-header):not(.fixed)
  .qodef-shopping-cart-holder
  .qodef-header-cart:hover {
  color: rgba(255, 255, 255, 0.8);
}
.qodef-shopping-cart-dropdown {
  position: absolute;
  top: calc(100% + 50px);
  left: auto;
  right: 0;
  width: 300px;
  background-color: #1a1a1a;
  text-align: left;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  -moz-transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
}
.qodef-shopping-cart-dropdown ul {
  margin: 22px 19px;
  padding: 0;
}
.qodef-shopping-cart-dropdown ul li {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  padding: 8px 0;
  box-sizing: border-box;
  color: #fff;
}
.qodef-shopping-cart-dropdown ul li .qodef-product-title {
  color: #fff;
}
.qodef-shopping-cart-dropdown ul li.qodef-empty-cart {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #b6b6b6;
  border-bottom: 0;
}
.qodef-shopping-cart-dropdown ul li:first-child {
  padding-top: 0;
}
.qodef-shopping-cart-dropdown ul li:last-child {
  padding-bottom: 0;
}
.qodef-shopping-cart-dropdown .qodef-item-image-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 73px;
  vertical-align: top;
}
.qodef-shopping-cart-dropdown .qodef-item-image-holder img {
  display: block;
}
.qodef-shopping-cart-dropdown .qodef-item-info-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: calc(100% - 73px);
  padding-left: 20px;
}
.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-product-title {
  display: block;
  margin: 0;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 11px;
}
.qodef-shopping-cart-dropdown .qodef-item-info-holder .remove {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.qodef-shopping-cart-dropdown .qodef-item-info-holder .remove span,
.qodef-shopping-cart-dropdown .qodef-item-info-holder .remove span:before {
  display: block;
  line-height: inherit;
}
.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-quantity {
  display: block;
  margin: 0;
  font-size: 12px;
      font-family: "Raleway", Sans-serif;
  color: #b6b6b6;
  letter-spacing: 0.05em;
}
.qodef-shopping-cart-dropdown .qodef-item-info-holder .amount {
  display: block;
  margin: 5px 0 0;
  line-height: 1;
  font-size: 11px;
      font-family: "Raleway", Sans-serif;
  color: #fff;
}
.qodef-shopping-cart-dropdown .qodef-cart-bottom {
  border-top: 1px solid #484848;
  padding: 20px 0 0;
  margin: 7px 0 0;
}
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 23px;
}
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder > * {
  display: inline;
  vertical-align: middle;
  color: #fff;
  line-height: 20px;
  font-size: 11px;
  text-transform: uppercase;
      font-family: "Raleway", Sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-checkout,
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-view-cart {
  float: left;
  display: block;
  width: calc(50% - 3px);
  line-height: 33px;
  height: 33px;
  padding: 0 26px;
  font-size: 9px;
  font-weight: inherit;
  letter-spacing: 2px;
  color: #fff;
  background-color: var(--var-color-1, #e88b00);
      font-family: "Raleway", Sans-serif;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  margin-right: 6px;
}
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-checkout:last-child,
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-view-cart:last-child {
  margin-right: 0;
}
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-checkout span,
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-view-cart span {
  display: block;
}
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-checkout:hover,
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-view-cart:hover {
  color: #fff;
  background-color: var(--var-color-2, #283376);
}
.qodef-vertical-menu-area .qodef-shopping-cart-dropdown {
  display: none !important;
}
.widget.woocommerce {
  clear: both;
}
.widget.woocommerce.widget_layered_nav,
.widget.woocommerce.widget_layered_nav_filters,
.widget.woocommerce.widget_price_filter,
.widget.woocommerce.widget_product_categories,
.widget.woocommerce.widget_product_search,
.widget.woocommerce.widget_product_tag_cloud,
.widget.woocommerce.widget_products,
.widget.woocommerce.widget_rating_filter,
.widget.woocommerce.widget_recent_reviews,
.widget.woocommerce.widget_recently_viewed_products,
.widget.woocommerce.widget_shopping_cart,
.widget.woocommerce.widget_top_rated_products {
  margin: 0 0 20px;
}
.widget.woocommerce.widget_layered_nav ul,
.widget.woocommerce.widget_layered_nav_filters ul,
.widget.woocommerce.widget_product_categories ul,
.widget.woocommerce.widget_products ul,
.widget.woocommerce.widget_rating_filter ul,
.widget.woocommerce.widget_recent_reviews ul,
.widget.woocommerce.widget_recently_viewed_products ul,
.widget.woocommerce.widget_shopping_cart ul,
.widget.woocommerce.widget_top_rated_products ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.woocommerce.widget_layered_nav ul li,
.widget.woocommerce.widget_layered_nav_filters ul li,
.widget.woocommerce.widget_product_categories ul li,
.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_rating_filter ul li,
.widget.woocommerce.widget_recent_reviews ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_shopping_cart ul li,
.widget.woocommerce.widget_top_rated_products ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 30px;
  clear: both;
}
.widget.woocommerce.widget_layered_nav ul li:last-child,
.widget.woocommerce.widget_layered_nav_filters ul li:last-child,
.widget.woocommerce.widget_product_categories ul li:last-child,
.widget.woocommerce.widget_products ul li:last-child,
.widget.woocommerce.widget_rating_filter ul li:last-child,
.widget.woocommerce.widget_recent_reviews ul li:last-child,
.widget.woocommerce.widget_recently_viewed_products ul li:last-child,
.widget.woocommerce.widget_shopping_cart ul li:last-child,
.widget.woocommerce.widget_top_rated_products ul li:last-child {
  margin: 0;
}
.widget.woocommerce.widget_layered_nav ul li ul,
.widget.woocommerce.widget_layered_nav_filters ul li ul,
.widget.woocommerce.widget_product_categories ul li ul,
.widget.woocommerce.widget_products ul li ul,
.widget.woocommerce.widget_rating_filter ul li ul,
.widget.woocommerce.widget_recent_reviews ul li ul,
.widget.woocommerce.widget_recently_viewed_products ul li ul,
.widget.woocommerce.widget_shopping_cart ul li ul,
.widget.woocommerce.widget_top_rated_products ul li ul {
  margin: 30px 0 0 10px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  display: block;
  max-width: 84px;
  margin: 0 70% 13px 0;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  .remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  .remove:after {
  position: relative;
  display: block;
  padding: 0 3px;
  font-family: Ionicons;
  content: "\f404";
  font-size: 30px;
  line-height: 25px;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .variation
  > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .variation
  > *
  p {
  margin: 0;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 17px 0 0;
  font-weight: 500;
  color: var(--var-color-2, #283376);
      font-family: "Raleway", Sans-serif;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .total
  strong {
  font-weight: 500;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons {
  margin: 5px 0 0;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  a {
  margin: 0 6px 0 0;
  float: left;
  display: block;
  width: calc(50% - 3px);
  line-height: 33px;
  height: 33px;
  padding: 0 26px;
  font-size: 9px;
  font-weight: inherit;
  letter-spacing: 2px;
      font-family: "Raleway", Sans-serif;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  a:last-child {
  margin-right: 0;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  a:hover {
  background-color: var(--var-color-2, #283376);
}
.widget.woocommerce.widget_layered_nav .qodef-widget-title {
  margin: 0 0 17px;
}
.widget.woocommerce.widget_layered_nav ul li {
  margin: 2px 0;
}
.widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: var(--var-color-1, #e88b00);
}
.widget.woocommerce.widget_layered_nav_filters .qodef-widget-title {
  margin: 0 0 17px;
}
.widget.woocommerce.widget_price_filter .qodef-widget-title-holder {
  margin-bottom: 37px;
}
.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  position: relative;
  height: 2px;
  background-color: #e1e1e1;
}
.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  position: absolute;
  top: -4px;
  height: 9px;
  width: 9px;
  border-radius: 9px;
  background-color: var(--var-color-1, #e88b00);
  margin: 0 0 0 -1px;
  cursor: pointer;
  outline: 0;
  z-index: 2;
}
.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle:last-child {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: var(--var-color-1, #e88b00);
  z-index: 1;
}
.widget.woocommerce.widget_price_filter .price_slider_amount {
  margin: 22px 0 0;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .button {
  float: right;
  padding: 0 !important;
  color: var(--var-color-2, #283376);
  background-color: transparent;
  border: 0;
  vertical-align: middle;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 26px;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--var-color-2, #283376);
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .button:hover {
  background-color: transparent !important;
  color: var(--var-color-2, #283376) !important;
}
.widget.woocommerce.widget_price_filter
  .price_slider_amount
  .button:hover:after {
  width: 100%;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  float: left;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--var-color-2, #283376);
      font-family: "Raleway", Sans-serif;
}
.widget.woocommerce.widget_products ul li .product-title,
.widget.woocommerce.widget_products ul li del span,
.widget.woocommerce.widget_products ul li ins span,
.widget.woocommerce.widget_recent_reviews ul li del span,
.widget.woocommerce.widget_recent_reviews ul li ins span,
.widget.woocommerce.widget_recently_viewed_products ul li .product-title,
.widget.woocommerce.widget_recently_viewed_products ul li del span,
.widget.woocommerce.widget_recently_viewed_products ul li ins span,
.widget.woocommerce.widget_top_rated_products ul li .product-title,
.widget.woocommerce.widget_top_rated_products ul li del span,
.widget.woocommerce.widget_top_rated_products ul li ins span {
  color: inherit;
}
.widget.woocommerce.widget_product_categories ul li {
  margin: 2px 0;
}
.widget.woocommerce.widget_product_categories ul li ul {
  margin: 0 0 0 10px;
}
.widget.woocommerce.widget_products .qodef-widget-title,
.widget.woocommerce.widget_recent_reviews .qodef-widget-title,
.widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
.widget.woocommerce.widget_top_rated_products .qodef-widget-title {
  margin: 0 0 29px;
}
.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recent_reviews ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_top_rated_products ul li {
  min-height: 85px;
}
.widget.woocommerce.widget_products ul li a img,
.widget.woocommerce.widget_recent_reviews ul li a img,
.widget.woocommerce.widget_recently_viewed_products ul li a img,
.widget.woocommerce.widget_top_rated_products ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 85px;
}
.widget.woocommerce.widget_products ul li a span,
.widget.woocommerce.widget_recent_reviews ul li a span,
.widget.woocommerce.widget_recently_viewed_products ul li a span,
.widget.woocommerce.widget_top_rated_products ul li a span {
  position: relative;
  display: block;
  padding: 0 0 0 102px;
  line-height: 20px;
  box-sizing: border-box;
}
.widget.woocommerce.widget_products ul li > :not(a),
.widget.woocommerce.widget_recent_reviews ul li > :not(a),
.widget.woocommerce.widget_recently_viewed_products ul li > :not(a),
.widget.woocommerce.widget_top_rated_products ul li > :not(a) {
  margin: 0 0 0 102px;
  line-height: 20px;
}
.widget.woocommerce.widget_products ul li .star-rating,
.widget.woocommerce.widget_recent_reviews ul li .star-rating,
.widget.woocommerce.widget_recently_viewed_products ul li .star-rating,
.widget.woocommerce.widget_top_rated_products ul li .star-rating {
  position: relative;
}
.widget.woocommerce.widget_products ul li .star-rating span,
.widget.woocommerce.widget_recent_reviews ul li .star-rating span,
.widget.woocommerce.widget_recently_viewed_products ul li .star-rating span,
.widget.woocommerce.widget_top_rated_products ul li .star-rating span {
  max-width: 100px;
}
.widget.woocommerce.widget_products ul li del,
.widget.woocommerce.widget_products ul li ins,
.widget.woocommerce.widget_recent_reviews ul li del,
.widget.woocommerce.widget_recent_reviews ul li ins,
.widget.woocommerce.widget_recently_viewed_products ul li del,
.widget.woocommerce.widget_recently_viewed_products ul li ins,
.widget.woocommerce.widget_top_rated_products ul li del,
.widget.woocommerce.widget_top_rated_products ul li ins {
  display: block;
}
.widget.woocommerce.widget_products ul li .amount,
.widget.woocommerce.widget_recently_viewed_products ul li .amount,
.widget.woocommerce.widget_top_rated_products ul li .amount {
  color: var(--var-color-2, #283376);
}
.widget.woocommerce.widget_recently_viewed_products ul li del,
.widget.woocommerce.widget_recently_viewed_products ul li > .amount {
  display: block;
  margin-top: 10px;
}
.widget.woocommerce.widget_recent_reviews ul li .star-rating {
  margin-top: 7px;
  margin-bottom: 10px;
}
.widget.woocommerce.widget_recent_reviews a {
  display: block;
  padding: 0 0 0 102px;
}
.widget.woocommerce.widget_recent_reviews .reviewer {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  clear: both;
}
.widget.woocommerce.widget_top_rated_products ul li .star-rating {
  margin-top: 10px;
  margin-bottom: 12px;
}
.widget.woocommerce.widget_top_rated_products ul li .amount {
  display: block;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search > div {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search button,
.widget.woocommerce.widget_product_search .woocommerce-product-search input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0;
  height: 44px;
  line-height: 42px;
  color: #1a1a1a;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search input {
  width: calc(100% - 40px);
  padding: 0 10px 0 20px;
  font-family: inherit;
  font-size: 13px;
}
.widget.woocommerce.widget_product_search
  .woocommerce-product-search
  input::-webkit-input-placeholder {
  color: inherit;
}
.widget.woocommerce.widget_product_search
  .woocommerce-product-search
  input:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.widget.woocommerce.widget_product_search
  .woocommerce-product-search
  input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.widget.woocommerce.widget_product_search
  .woocommerce-product-search
  input:-ms-input-placeholder {
  color: inherit;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search button {
  width: 40px;
  padding: 0 13px 0 4px;
  font-size: 14px;
  cursor: pointer;
}
.widget.woocommerce.widget_product_search
  .woocommerce-product-search
  button:hover {
  color: var(--var-color-2, #283376);
}
.widget.woocommerce.widget_product_search
  .woocommerce-product-search
  button
  span,
.widget.woocommerce.widget_product_search
  .woocommerce-product-search
  button
  span:before {
  display: block;
  line-height: inherit;
}

.flat-search-area .wrap-search-area{
    position:relative;
    flex-wrap:wrap;
    display: flex;
  }
  .flat-search-area .box{
    width:calc(33.3% - 0px);
    position:relative;
    overflow:hidden
  }
  .wg-search-area .box::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    transition:.4s ease-out;
    background:#000;
    z-index:1;
    opacity:.4
  }
  .wg-search-area .box .icon-plus{
    position:absolute;
    z-index:9;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transition:.3s;
    opacity:0
  }
  #sidebar-menu ul .ff-active a,#sidebar-menu ul li a:hover,.bootstrap-select .dropdown-menu li a,.show-job .left-menu #sidebar-menu>ul>li:hover>ul a:hover{
    color:#0b0d0e
  }
  .wg-search-area .box .icon-plus img{
    top:50%;
    transform:translate(-50%,-50%);
    left:50%;
    text-align:center;
    position:relative
  }
  .wg-search-area .box:hover .images::after{
    height:200%
  }
  .wg-search-area .box:hover .icon-plus{
    opacity:1;
    transition-delay:0.3s
  }
  .wg-search-area .box .content{
    position:absolute;
    top:18px;
    left:20px;
    color:#fff;
    z-index:2
  }
  .box h3{
    color: #fff;
  }
  @media only screen and (max-width:768px){
    .flat-search-area .box{
        width:calc(100% - 0px);
        position:relative;
        overflow:hidden
      }
  }

  .qodef-mobile-header .qodef-mobile-nav .qodef-grid>ul>li>a{
    color: #fff !important;
  }


  .icons-partage .facebook{
  background: #3b5998;
  color: #fff;
  margin-right: 15px;
  padding: 4px 10px;
  border-radius: 5px;
}
.icons-partage .whatsapp{
  background: #7ad06d;
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  margin-right: 15px;
}
.icons-partage .linkendin{
  background: #0077b5 ;
  color: #fff;
  margin-right: 15px;
  padding: 4px 10px;
  border-radius: 5px;
}

.icons-partage a:hover{
  text-decoration: none;
}