
body, article p {
    color: #757575;
}

.primary-menu-menu *, .primary-menu-menu > li > a {
}

.site-logo .logo-title {
    color: #516e90;
    font-size: 30px;
}

.utouch .header--menu-rounded .primary-menu-menu > li > a:hover {
    background-color: #ecf5fe;
}

#site-header .header-wrapper {
    background: #fff;
}

#site-header {
    color: #6a85a6
}

#site-header {
    fill: #6a85a6
}

#site-header {
    border-color: #6a85a6
}

#stunning-section {
    color: #fff;
    background-color: #273f5b;
}

#site-footer .footer-wrapper {
    background-color: #3e4d50;
    color: #9db5d4;
}

#site-footer .widget .widget-title, #site-footer a:not(.btn), #site-footer .social__item svg, #site-footer .w-list ul.list, #site-footer .widget_nav_menu ul.list {
    color: #ffffff;
    fill: #ffffff;
}

#site-footer .site-copyright-text {
    color: #6987ab
}

div.site-logo {
    height: 100px;

}

div.logo-sub-title {
    font-size: 12px;
    font-weight: 550;
    padding-top: 10px;
}

div.logo-text {
    float: left;
    margin-top: 10px;
    letter-spacing: 0.03em;
}

div.logo-title {

    font-weight: 800;

}

.header .header-content-wrapper {
    display: flex;


}

.menu-icon-wrapper svg {
    position: relative;
    top: -33px;
    left: -33px;
}

.kc-off-notice {
    display: inline-block !important;
}

.kc-container {
    max-width: 1170px;
}

@media only screen and (min-width: 1000px) and (max-width: 5000px) {
    body.kc-css-system .kc-css-169015 {
        width: 25.47%;
    }

    body.kc-css-system .kc-css-151002 {
        width: 49.41%;
    }

    body.kc-css-system .kc-css-499007 {
        width: 25.07%;
    }

    body.kc-css-system .kc-css-787989 {
        width: 50%;
    }

    body.kc-css-system .kc-css-780611 {
        width: 50%;
    }

    body.kc-css-system .kc-css-506247 {
        width: 39.81%;
    }

    body.kc-css-system .kc-css-163739 {
        width: 60.17%;
    }

    body.kc-css-system .kc-css-277388 {
        width: 50.2%;
    }

    body.kc-css-system .kc-css-451584 {
        width: 49.77%;
    }

    body.kc-css-system .kc-css-280465 {
        width: 50.2%;
    }

    body.kc-css-system .kc-css-38324 {
        width: 49.77%;
    }
}

body.kc-css-system .kc-css-603084 {
    background: transparent url(https://oporahealth.com/wp-content/uploads/2017/08/clouds21.png) 0% 0%/auto repeat scroll;
    padding-bottom: 0px;
}

body.kc-css-system .kc-css-412149 .heading-sup-title {
    opacity: 0.59;
}

body.kc-css-system .kc-css-63239 {
    background: #0083ff;
    padding-top: 50px;
    padding-bottom: 50px;
}

body.kc-css-system .kc-css-408223 {
    text-align: center;
}

body.kc-css-system .kc-css-437156 .heading-sup-title {
    color: #ffffff;
}

body.kc-css-system .kc-css-437156 .heading-title {
    color: #ffffff;
}

body.kc-css-system .kc-css-437156 .heading-text {
    color: #ffffff;
}

body.kc-css-system .kc-css-841218 {
    padding-top: 32px;
}
html {
    margin-top: 0 !important;
}

-------------------------------------------------------------------*/
/*------------- #VARIABLES --------------*/
/*------------- #GLOBAL STYLES --------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  position: relative;
  background: #fff;
  color: #4b5d73;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block; }

a {
  text-decoration: none;
  color: #2c3c4f;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }

p {
  font-size: 16px; }
@media (max-width: 600px) {
  p {
    font-size: 14px; } }

textarea {
  height: auto;
  min-height: 50px; }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #6987ab; }

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #6987ab; }

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #6987ab; }

input, textarea {
  -webkit-box-shadow: none;
  box-shadow: none; }
input.invalid, textarea.invalid {
  border: 1px solid #ff00004d; }
input:-moz-submit-invalid, textarea:-moz-submit-invalid {
  box-shadow: none; }
input.wpcf7-form-control, textarea.wpcf7-form-control {
  width: 100%; }

/*------------- #Styles for list --------------*/
ul {
  list-style: none;
  padding: 0;
  margin: 0; }
ul ul {
  margin: 10px 0 10px 10px; }
ul ol {
  margin: 10px 0 10px 10px; }

.list, .crumina-module-list {
  color: #516e90;
  overflow: hidden;
  margin-left: 30px; }
.list ul, .crumina-module-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.list li, .crumina-module-list li {
  margin-bottom: 0.35em;
  font-size: 1em;
  overflow: hidden;
  clear: both;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 700; }
@media (max-width: 640px) {
  .list li, .crumina-module-list li {
    font-size: .8em; } }
.list li a, .list li li, .crumina-module-list li a, .crumina-module-list li li {
  color: inherit;
  display: inline;
  overflow: hidden; }
.list li i, .list li .utouch-icon, .crumina-module-list li i, .crumina-module-list li .utouch-icon {
  margin-right: 20px;
  margin-top: 7px;
  font-size: 12px;
  float: left;
  height: 1em;
  width: 1em; }
.list.with-padding, .crumina-module-list.with-padding {
  padding-left: 60px; }
.list ol li, .crumina-module-list ol li {
  overflow: visible; }

.list--standard i, .list--standard .utouch-icon {
  color: #01a23c;
  fill: #01a23c; }

.list--standard a:hover {
  color: #01a23c;
  fill: #01a23c; }

.list--breez li i, .list--breez li .utouch-icon {
  color: #00ffff;
  fill: #00ffff;
  height: 32px;
  width: 32px;
  margin-top: 0; }

.list--breez li a {
  color: #00ffff; }

ol {
  padding-left: 20px; }
ol ol {
  margin: 10px 0 10px 0; }
ol li {
  overflow: visible; }

.crumina-module.crumina-module-list li .utouch-icon {
  /*margin-top : 0;*/
  line-height: 1; }

.crumina-module.crumina-module-list li svg {
  fill: currentColor; }

.crumina-module.crumina-module-list li .ovh {
  margin-top: 2px; }

.kc_text_block ul {
  list-style: inside;
  margin-left: 30px; }

.kc_text_block li {
  margin-bottom: 0.35em;
  font-size: 1em;
  overflow: hidden;
  clear: both;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 700; }
@media (max-width: 640px) {
  .kc_text_block li {
    font-size: .8em; } }

blockquote p {
  margin: 0; }

p {
  margin: 0 0 1.5em 0; }

table {
  margin: 1.5em 0; }

.page-links {
  clear: both;
}

.entry-content:after {
  content: "";
  display: table;
  clear: both;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

@media (max-width: 860px) {
  .list, .crumina-module-list {
    margin-left: 0; } }

@media (max-width: 640px) {
  ol li,
  ul li {
    font-size: 13px; } }

/*------------- #TYPOGRAPHY --------------*/

h2, .h2 {
  margin: .5em 0;
  font-size: 38px;
  line-height: 1.3em;
  font-weight: 700;
  color: #516e90;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em; }
h2 a, .h2 a {
  color: inherit; }
@media (max-width: 800px) {
  h2, .h2 {
    font-size: 1.9em; } }
@media (max-width: 640px) {
  h2, .h2 {
    font-size: 1.7em; } }
@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.5em; } }
@media (max-width: 360px) {
  h2, .h2 {
    font-size: 1.3em; } }

h3, .h3 {
  margin: .5em 0;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 700;
  color: #516e90;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em; }
h3 a, .h3 a {
  color: inherit; }
@media (max-width: 800px) {
  h3, .h3 {
    font-size: 1.8em; } }
@media (max-width: 640px) {
  h3, .h3 {
    font-size: 1.6em; } }
@media (max-width: 480px) {
  h3, .h3 {
    font-size: 1.4em; } }
@media (max-width: 360px) {
  h3, .h3 {
    font-size: 1.2em; } }

h4, .h4 {
  margin: .5em 0;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 700;
  color: #516e90;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em; }
h4 a, .h4 a {
  color: inherit; }
@media (max-width: 800px) {
  h4, .h4 {
    font-size: 1.7em; } }
@media (max-width: 640px) {
  h4, .h4 {
    font-size: 1.5em; } }
@media (max-width: 480px) {
  h4, .h4 {
    font-size: 1.3em; } }
@media (max-width: 360px) {
  h4, .h4 {
    font-size: 1.1em; } }

h5, .h5 {
  margin: .5em 0;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  color: #516e90;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em; }
h5 a, .h5 a {
  color: inherit; }
@media (max-width: 800px) {
  h5, .h5 {
    font-size: 1.6em; } }
@media (max-width: 640px) {
  h5, .h5 {
    font-size: 1.4em; } }
@media (max-width: 480px) {
  h5, .h5 {
    font-size: 1.2em; } }
@media (max-width: 360px) {
  h5, .h5 {
    font-size: 1em; } }

h6, .h6 {
  margin: .5em 0;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
  color: #516e90;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em; }
h6 a, .h6 a {
  color: inherit; }
@media (max-width: 800px) {
  h6, .h6 {
    font-size: 1.4em; } }
@media (max-width: 640px) {
  h6, .h6 {
    font-size: 1.2em; } }
@media (max-width: 480px) {
  h6, .h6 {
    font-size: 1em; } }
@media (max-width: 360px) {
  h6, .h6 {
    font-size: .9em; } }

/*------------- #VARIABLES --------------*/
@media (max-width: 799px) {
  body.crumina-grid .col-sm-1, body.crumina-grid .col-sm-2, body.crumina-grid .col-sm-3, body.crumina-grid .col-sm-4, body.crumina-grid .col-sm-5, body.crumina-grid .col-sm-6, body.crumina-grid .col-sm-7, body.crumina-grid .col-sm-8, body.crumina-grid .col-sm-9, body.crumina-grid .col-sm-10, body.crumina-grid .col-sm-11, body.crumina-grid .col-sm-12 {
    float: left; }
  body.crumina-grid .col-sm-12 {
    width: 100%; }
  body.crumina-grid .col-sm-11 {
    width: 91.66666667%; }
  body.crumina-grid .col-sm-10 {
    width: 83.33333333%; }
  body.crumina-grid .col-sm-9 {
    width: 75%; }
  body.crumina-grid .col-sm-8 {
    width: 66.66666667%; }
  body.crumina-grid .col-sm-7 {
    width: 58.33333333%; }
  body.crumina-grid .col-sm-6 {
    width: 50%; }
  body.crumina-grid .col-sm-5 {
    width: 41.66666667%; }
  body.crumina-grid .col-sm-4 {
    width: 33.33333333%; }
  body.crumina-grid .col-sm-3 {
    width: 25%; }
  body.crumina-grid .col-sm-2 {
    width: 16.66666667%; }
  body.crumina-grid .col-sm-1 {
    width: 8.33333333%; }
  body.crumina-grid .col-sm-pull-12 {
    right: 100%; }
  body.crumina-grid .col-sm-pull-11 {
    right: 91.66666667%; }
  body.crumina-grid .col-sm-pull-10 {
    right: 83.33333333%; }
  body.crumina-grid .col-sm-pull-9 {
    right: 75%; }
  body.crumina-grid .col-sm-pull-8 {
    right: 66.66666667%; }
  body.crumina-grid .col-sm-pull-7 {
    right: 58.33333333%; }
  body.crumina-grid .col-sm-pull-6 {
    right: 50%; }
  body.crumina-grid .col-sm-pull-5 {
    right: 41.66666667%; }
  body.crumina-grid .col-sm-pull-4 {
    right: 33.33333333%; }
  body.crumina-grid .col-sm-pull-3 {
    right: 25%; }
  body.crumina-grid .col-sm-pull-2 {
    right: 16.66666667%; }
  body.crumina-grid .col-sm-pull-1 {
    right: 8.33333333%; }
  body.crumina-grid .col-sm-pull-0 {
    right: auto; }
  body.crumina-grid .col-sm-push-12 {
    left: 100%; }
  body.crumina-grid .col-sm-push-11 {
    left: 91.66666667%; }
  body.crumina-grid .col-sm-push-10 {
    left: 83.33333333%; }
  body.crumina-grid .col-sm-push-9 {
    left: 75%; }
  body.crumina-grid .col-sm-push-8 {
    left: 66.66666667%; }
  body.crumina-grid .col-sm-push-7 {
    left: 58.33333333%; }
  body.crumina-grid .col-sm-push-6 {
    left: 50%; }
  body.crumina-grid .col-sm-push-5 {
    left: 41.66666667%; }
  body.crumina-grid .col-sm-push-4 {
    left: 33.33333333%; }
  body.crumina-grid .col-sm-push-3 {
    left: 25%; }
  body.crumina-grid .col-sm-push-2 {
    left: 16.66666667%; }
  body.crumina-grid .col-sm-push-1 {
    left: 8.33333333%; }
  body.crumina-grid .col-sm-push-0 {
    left: auto; }
  body.crumina-grid .col-sm-offset-12 {
    margin-left: 100%; }
  body.crumina-grid .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  body.crumina-grid .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  body.crumina-grid .col-sm-offset-9 {
    margin-left: 75%; }
  body.crumina-grid .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  body.crumina-grid .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  body.crumina-grid .col-sm-offset-6 {
    margin-left: 50%; }
  body.crumina-grid .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  body.crumina-grid .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  body.crumina-grid .col-sm-offset-3 {
    margin-left: 25%; }
  body.crumina-grid .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  body.crumina-grid .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  body.crumina-grid .col-sm-offset-0 {
    margin-left: 0; } }

@media (max-width: 570px) {
  body.crumina-grid .col-xs-1, body.crumina-grid .col-xs-2, body.crumina-grid .col-xs-3, body.crumina-grid .col-xs-4, body.crumina-grid .col-xs-5, body.crumina-grid .col-xs-6, body.crumina-grid .col-xs-7, body.crumina-grid .col-xs-8, body.crumina-grid .col-xs-9, body.crumina-grid .col-xs-10, body.crumina-grid .col-xs-11, body.crumina-grid .col-xs-12 {
    float: left; }
  body.crumina-grid .col-xs-12 {
    width: 100%; }
  body.crumina-grid .col-xs-11 {
    width: 91.66666667%; }
  body.crumina-grid .col-xs-10 {
    width: 83.33333333%; }
  body.crumina-grid .col-xs-9 {
    width: 75%; }
  body.crumina-grid .col-xs-8 {
    width: 66.66666667%; }
  body.crumina-grid .col-xs-7 {
    width: 58.33333333%; }
  body.crumina-grid .col-xs-6 {
    width: 50%; }
  body.crumina-grid .col-xs-5 {
    width: 41.66666667%; }
  body.crumina-grid .col-xs-4 {
    width: 33.33333333%; }
  body.crumina-grid .col-xs-3 {
    width: 25%; }
  body.crumina-grid .col-xs-2 {
    width: 16.66666667%; }
  body.crumina-grid .col-xs-1 {
    width: 8.33333333%; }
  body.crumina-grid .col-xs-pull-12 {
    right: 100%; }
  body.crumina-grid .col-xs-pull-11 {
    right: 91.66666667%; }
  body.crumina-grid .col-xs-pull-10 {
    right: 83.33333333%; }
  body.crumina-grid .col-xs-pull-9 {
    right: 75%; }
  body.crumina-grid .col-xs-pull-8 {
    right: 66.66666667%; }
  body.crumina-grid .col-xs-pull-7 {
    right: 58.33333333%; }
  body.crumina-grid .col-xs-pull-6 {
    right: 50%; }
  body.crumina-grid .col-xs-pull-5 {
    right: 41.66666667%; }
  body.crumina-grid .col-xs-pull-4 {
    right: 33.33333333%; }
  body.crumina-grid .col-xs-pull-3 {
    right: 25%; }
  body.crumina-grid .col-xs-pull-2 {
    right: 16.66666667%; }
  body.crumina-grid .col-xs-pull-1 {
    right: 8.33333333%; }
  body.crumina-grid .col-xs-pull-0 {
    right: auto; }
  body.crumina-grid .col-xs-push-12 {
    left: 100%; }
  body.crumina-grid .col-xs-push-11 {
    left: 91.66666667%; }
  body.crumina-grid .col-xs-push-10 {
    left: 83.33333333%; }
  body.crumina-grid .col-xs-push-9 {
    left: 75%; }
  body.crumina-grid .col-xs-push-8 {
    left: 66.66666667%; }
  body.crumina-grid .col-xs-push-7 {
    left: 58.33333333%; }
  body.crumina-grid .col-xs-push-6 {
    left: 50%; }
  body.crumina-grid .col-xs-push-5 {
    left: 41.66666667%; }
  body.crumina-grid .col-xs-push-4 {
    left: 33.33333333%; }
  body.crumina-grid .col-xs-push-3 {
    left: 25%; }
  body.crumina-grid .col-xs-push-2 {
    left: 16.66666667%; }
  body.crumina-grid .col-xs-push-1 {
    left: 8.33333333%; }
  body.crumina-grid .col-xs-push-0 {
    left: auto; }
  body.crumina-grid .col-xs-offset-12 {
    margin-left: 100%; }
  body.crumina-grid .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  body.crumina-grid .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  body.crumina-grid .col-xs-offset-9 {
    margin-left: 75%; }
  body.crumina-grid .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  body.crumina-grid .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  body.crumina-grid .col-xs-offset-6 {
    margin-left: 50%; }
  body.crumina-grid .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  body.crumina-grid .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  body.crumina-grid .col-xs-offset-3 {
    margin-left: 25%; }
  body.crumina-grid .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  body.crumina-grid .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  body.crumina-grid .col-xs-offset-0 {
    margin-left: 0; } }

@media (max-width: 768px) {
  body.crumina-grid .kc_column_inner + .kc_column_inner {
    margin-top: 40px; } }

@media (max-width: 768px) {
  body.crumina-grid .kc_column + .kc_column {
    margin-top: 30px; } }

body.crumina-grid .kc_col-of-5 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
@media (max-width: 800px) {
  body.crumina-grid .kc_col-of-5 {
    width: 50%; } }
@media (max-width: 570px) {
  body.crumina-grid .kc_col-of-5 {
    width: 100%; } }

@media (max-width: 800px) {
  body.crumina-grid * > .kc_col-of-5:last-child {
    width: 100%; } }

@media (max-width: 799px) {
  body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
    width: 33.3333%; } }

@media (max-width: 600px) {
  body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
    width: 100%; } }

@media (max-width: 768px) {
  body.crumina-grid .col-3-responsive-wrapper .kc_column + .kc_column {
    margin-top: 0; } }

@media (max-width: 600px) {
  body.crumina-grid .col-3-responsive-wrapper .kc_column + .kc_column {
    margin-top: 30px; } }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
  width: 100%; }

.container {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 280px) {
  .container {
    padding-right: 20px;
    padding-left: 20px; }
  .container .row {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 768px) {
  .container {
    width: 710px;
    max-width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 965px;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%; } }

@media (min-width: 1400px) {
  .container {
    width: 1240px;
    max-width: 100%; } }

.container-fluid {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -20px;
  margin-left: -20px; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

@media (min-width: 800px) and (max-width: 1199px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

.kc-elm.small-section {
  max-width: 750px;
  margin: 0 auto;
  float: none; }

.kc-elm.small-section-f-left {
  max-width: 750px;
  float: left; }

.kc-elm.medium-section {
  max-width: 900px;
  margin: 0 auto;
  float: none; }

.kc-container {
  position: relative;
  z-index: 1; }

@media (max-width: 800px) {
  .kc_row:not(.kc_row_inner) {
    padding: 60px 0; } }

@media (max-width: 360px) {
  .kc_row:not(.kc_row_inner) {
    padding: 30px 0; } }

.kc_row_inner + .kc_row_inner {
  margin-top: 40px; }
@media (max-width: 640px) {
  .kc_row_inner + .kc_row_inner {
    margin-top: 0; } }

.kc-col-inner-container > .kc-elm {
  margin-bottom: 30px; }
.kc-col-inner-container > .kc-elm:last-child {
  margin-bottom: 0; }
.kc-col-inner-container > .kc-elm p:last-child {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .kc-col-inner-container > .kc-elm.product-description-solution {
    margin-top: 0;
    margin-bottom: 60px; } }

.kc-col-container > .kc-elm + .kc-elm {
  margin-top: 30px; }

.kc-col-container > .kc-elm {
  margin-bottom: 0; }

@media (max-width: 799px) {
  body.kc-css-system .kc_column.col-sm-6 {
    width: 50%; } }

@media (max-width: 570px) {
  body.kc-css-system .kc_column.col-xs-12 {
    width: 100%; } }

@media (max-width: 570px) {
  .col-xs-12 + .col-xs-12 {
    margin-top: 20px; } }

/*------------- #HELPERS --------------*/
.align-center,
.aligncenter {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.visual-hidden,
.hide {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.half-width {
  width: 50%;
  float: left; }

.ovh {
  overflow: hidden; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.f-none {
  float: none; }

.shadow-image {
  -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3); }

.table {
  display: table; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }
@media (max-width: 640px) {
  .table-cell {
    display: block;
    float: left; } }

.text-t-none {
  text-transform: none; }

@media (max-width: 480px) {
  .centered-on-mobile {
    text-align: center; } }

.overlay--light {
  background: rgba(0, 0, 0, 0.2); }

.no-padding {
  padding: 0 !important; }
@media (max-width: 640px) {
  .no-padding {
    padding: 0 15px !important; } }

.no-margin {
  margin: 0; }

.item-fully-transparent {
  opacity: 0; }

.full-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.display-flex.content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.inline-block, .kc-elm.inline-block {
  display: inline-block;
  width: auto;
  float: none; }

.inline-items > * {
  display: inline-block;
  vertical-align: middle; }

.inline-items > .inline-items + .inline-items {
  margin-left: 70px; }

.inline-items:empty {
  margin: 0; }

.block-rounded-shadow {
  border-radius: 10px;
  padding: 60px;
  -webkit-box-shadow: 10px 0 50px 0 rgba(18, 25, 33, 0.1);
  box-shadow: 10px 0 50px 0 rgba(18, 25, 33, 0.1); }

.overlay-standard {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(18, 25, 33, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.full-bloc-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.medium-padding80 {
  padding: 80px 0; }
@media (max-width: 800px) {
  .medium-padding80 {
    padding: 35px 0; } }

.medium-padding30 {
  padding: 30px 0; }

.medium-padding100 {
  padding: 100px 0; }
@media (max-width: 800px) {
  .medium-padding100 {
    padding: 35px 0; } }

.medium-padding120 {
  padding: 120px 0; }
@media (max-width: 800px) {
  .medium-padding120 {
    padding: 35px 0; } }

.medium-padding180 {
  padding: 180px 0; }
@media (max-width: 800px) {
  .medium-padding180 {
    padding: 90px 0; } }

.medium-padding270 {
  padding: 270px 0; }
@media (max-width: 800px) {
  .medium-padding270 {
    padding: 100px 0; } }

.pb100 {
  padding-bottom: 100px; }
@media (max-width: 800px) {
  .pb100 {
    padding-bottom: 35px; } }

.pt80 {
  padding-top: 80px; }
@media (max-width: 800px) {
  .pt80 {
    padding-top: 35px; } }

.pt180 {
  padding-top: 180px; }

.pt100 {
  padding-top: 100px; }
@media (max-width: 800px) {
  .pt100 {
    padding-top: 35px; } }

.pt400 {
  padding-top: 400px; }
@media (max-width: 1024px) {
  .pt400 {
    padding-top: 200px; } }
@media (max-width: 768px) {
  .pt400 {
    padding-top: 100px; } }

.pb360 {
  padding-bottom: 360px; }

.pb120 {
  padding-bottom: 120px; }
@media (max-width: 800px) {
  .pb120 {
    padding-bottom: 35px; } }

.pt120 {
  padding-top: 120px; }
@media (max-width: 800px) {
  .pt120 {
    padding-top: 35px; } }

.pb80 {
  padding-bottom: 80px; }
@media (max-width: 800px) {
  .pb80 {
    padding-bottom: 35px; } }

.pb30 {
  padding-bottom: 30px; }

.mt60 {
  margin-top: 60px; }
@media (max-width: 800px) {
  .mt60 {
    margin-top: 35px; } }

.mb30 {
  margin-bottom: 30px; }

.mb60 {
  margin-bottom: 60px; }
@media (max-width: 800px) {
  .mb60 {
    margin-bottom: 35px; } }

.padding-left60-desktop {
  padding-left: 60px; }
@media (max-width: 980px) {
  .padding-left60-desktop {
    padding-left: 0; } }

.color-icon {
  color: #6987ab; }

.font-color-custom * {
  color: inherit; }

.custom-color .category-link {
  color: inherit; }

.c-yellow-light {
  color: #ffff00; }

.weight-bold {
  font-weight: 700; }

.weight-normal {
  font-weight: 400; }

.half-height-bg {
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  top: 0; }

.d-flex--content-inline {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.d-flex--content-inline .btn {
  margin-left: auto; }

.negative-margin-top80 {
  margin-top: -80px; }

.negative-margin-bottom80 {
  margin-bottom: -80px; }

.box-shadow--black {
  -webkit-box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2); }

.pos-relative {
  position: relative; }

.fill-white {
  fill: #fff; }

.display-block {
  display: block; }

.page-builder-wrap {
  overflow: hidden; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 767px) {
  .row-reverse-mobile .elementor-row,
  .row-reverse-mobile .kc-wrap-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

/*------------- #Styles for preloader --------------*/
#hellopreloader {
  /*display: block;*/
    display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  background: url(../svg/preload.svg) center center no-repeat;
  background-color: #66b5ff;
  background-size: 41px;
  opacity: 1; }

/*------------- #Effect-tilt --------------*/
.tilt {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.tilt__back, .tilt__front {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: none;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: normal; }

pre {
  white-space: pre;
  background: #eee;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  border: none; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*!
 *  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 PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../assets/fonts/fontawesome-webfont.eot_v=4.7.0");
  src: url("../assets/fonts/fontawesome-webfont.eot_#iefix&v=4.7.0") format("embedded-opentype"), url("../assets/fonts/fontawesome-webfont.woff2_v=4.7.0") format("woff2"), url("../assets/fonts/fontawesome-webfont.woff_v=4.7.0") format("woff"), url("../assets/fonts/fontawesome-webfont.ttf_v=4.7.0") format("truetype"), url("../assets/fonts/fontawesome-webfont.svg_v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  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; }

/* makes the font 33% larger relative to the.utouch-icon container */
.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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .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);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  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: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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; }

/*------------- #HEADER --------------*/
.header {
  position: absolute;
  width: 100%;
  z-index: 20;
  left: 0;
  color: #839dbc;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: transparent; }
.header .header-wrapper {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 25px 25px 0 rgba(200, 219, 239, 0.3);
  box-shadow: 0 25px 25px 0 rgba(200, 219, 239, 0.3);
  padding-top: 6px; }
.header .header-wrapper > .container {
  background-color: inherit; }
@media (max-width: 1024px) {
  .header .header-wrapper > .container {
    width: 100%; } }
.header.header-absolute {
  position: absolute;
  left: 0; }
.header.header-color-inherit .site-logo .logo-text .logo-sub-title,
.header.header-color-inherit .primary-menu-menu > li > a,
.header.header-color-inherit .nav-add li a,
.header.header-color-inherit .site-logo .logo-text .logo-title,
.header.header-color-inherit .nav-add li.cart i,
.header.header-color-inherit .nav-add li.search i,
.header.header-color-inherit .primary-menu-menu li .
ind,
.header.header-color-inherit .primary-menu-menu > li:hover > a > .ind {
  color: inherit; }
.header.header-color-inherit .nav-add li .utouch-icon {
  fill: currentColor; }
.header.header-color-inherit .primary-menu-menu > li::before,
.header.header-color-inherit .primary-menu-menu > li::after {
  border-color: inherit; }
.header.header-color-inherit .nav-add li.search i:hover {
  color: inherit; }
.header.header-has-topbar .header-wrapper {
  padding: 0; }
.header.header-has-topbar .header-lines-decoration {
  position: relative;
  top: auto; }
.header.headroom--not-top .header-wrapper {
  -webkit-box-shadow: 0 40px 25px 0 rgba(200, 219, 239, 0.3);
  box-shadow: 0 40px 25px 0 rgba(200, 219, 239, 0.3); }
.header.headroom--not-top .top-bar, .header.headroom--not-top .top-bar-link {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0; }
.header.headroom--not-top.header--small-lines .primary-menu-menu > li::before {
  bottom: 0; }
.header.headroom--not-top .primary-menu-menu ul.sub-menu,
.header.headroom--not-top .primary-menu-menu > li > .megamenu {
  top: calc(100% - 4px); }
.header.headroom--not-top.header--menu-rounded .primary-menu-menu > li {
  padding: 20px 0; }
.header.headroom--not-top.header--menu-rounded .primary-menu-menu ul.sub-menu,
.header.headroom--not-top.header--menu-rounded .primary-menu-menu > li > .megamenu {
  top: 100%; }
.header.headroom--not-top .primary-menu-menu ul.sub-menu li ul.sub-menu {
  top: -20px; }
.header.headroom--not-top .primary-menu-menu > li {
  padding: 20px 9px; }
.header .site-logo {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  min-width: 100px;
  padding: 10px 0; }
.header .site-logo .logo-text {
  margin-top: 0; }
@media (max-width: 768px) {
  .header.header-sticky-mobile {
    position: fixed; } }

@media (min-width: 768px) {
  .header.header-sticky-desktop {
    position: fixed; } }

.header-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: inherit; }

.nav-add {
  margin: 0;
  padding: 10px 0 10px 30px; }
.nav-add li {
  display: inline-block; }
.nav-add li .utouch-icon {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 28px;
  width: 28px;
  padding: 2px;
  fill: #6987ab; }
.nav-add li .utouch-icon-search {
  top: 4px;
  position: relative; }

.header-spacer {
  position: relative;
  width: 100%;
  background: transparent;
  height: 140px; }

.site-logo {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
.site-logo img {
  float: left;
  margin-right: 12px; }

.logo-text {
  float: left;
  margin-top: 10px;
  line-height: 1;
  letter-spacing: -0.03em; }

.logo-title {
  font-size: 30px;
  color: #516e90;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  line-height: .7; }

.logo-sub-title {
  font-size: 14px;
  font-weight: 700; }

.header-lines-decoration {
  width: 100%;
  position: absolute;
  top: 0;
  height: 6px; }
.header-lines-decoration span {
  height: 100%;
  width: 14%;
  float: left; }
.header-lines-decoration span:first-child, .header-lines-decoration span:last-child {
  width: 15%; }

.header--dark .header-wrapper {
  background-color: #121921; }

.header--dark .logo-title {
  color: #fff; }

.header--dark .mob-menu--title {
  color: #fff; }

.header--blue-lighteen .header-wrapper {
  background-color: #ecf5fe; }

.header--menu-rounded .primary-menu-menu > li > a {
  padding: 10px 13px;
  border-radius: 30px;
  background-color: transparent; }

.header--menu-rounded .primary-menu-menu > li {
  padding: 50px 0; }

.header--menu-rounded .primary-menu-menu > li::before {
  display: none; }

.header--menu-rounded .primary-menu-menu > li > a:hover,
.header--menu-rounded .primary-menu-menu > li.current-menu-item > a {
  background-color: #ecf4fc; }

.header--menu-rounded.header--dark .primary-menu-menu > li > a:hover,
.header--menu-rounded.header--dark .primary-menu-menu > li.current-menu-item > a {
  background-color: rgba(0, 131, 255, 0.2); }

.header--menu-rounded.header--blue-lighteen .primary-menu-menu > li > a:hover,
.header--menu-rounded.header--blue-lighteen .primary-menu-menu > li.current-menu-item > a {
  background-color: #fff; }

.header--menu-rounded .primary-menu-menu > li > .megamenu,
.header--menu-rounded .primary-menu-menu ul.sub-menu {
  border-top: none;
  top: calc(100% - 18px); }

.header--menu-rounded .primary-menu-menu ul.sub-menu li ul.sub-menu {
  border-top: none; }

.header--menu-rounded .primary-menu-menu > li > .megamenu {
  top: calc(100% - 20px); }

.header--menu-rounded .primary-menu-menu li.btn ul.sub-menu,
.header--menu-rounded .primary-menu-menu > li > .megamenu {
  top: 100%; }

.header--small-lines .primary-menu-menu > li::before {
  border-top: 3px solid;
  bottom: 30px; }

.header--small-lines .primary-menu-menu > li.menu-item-has-mega-menu::before {
  display: none; }

.header--small-lines .primary-menu-menu ul.sub-menu,
.header--small-lines .primary-menu-menu ul.sub-menu li ul.sub-menu {
  border-top-width: 3px; }

.header--small-lines .primary-menu-menu > li > .megamenu {
  top: 100%; }

.header--small-lines .primary-menu-menu ul.sub-menu {
  top: calc(100% - 33px); }

.header--small-lines .primary-menu-menu > li {
  padding: 40px 9px; }

.header--small-lines .primary-menu-menu > li.btn > .megamenu {
  top: 100%; }

.header--small-lines .primary-menu-menu li.btn ul.sub-menu {
  top: 100%; }

.admin-bar #site-header {
  top: 46px; }
@media screen and (min-width: 783px) {
  .admin-bar #site-header {
    top: 32px; } }

@media (max-width: 768px) {
  .admin-bar #site-header.header-sticky-mobile.headroom--not-top {
    top: 46px; } }

@media (max-width: 600px) {
  .admin-bar #site-header.header-sticky-mobile.headroom--not-top {
    top: 0; } }

@media (max-width: 768px) {
  .header.header-sticky-mobile.headroom--not-top .header-wrapper {
    padding-top: 0;
    -webkit-box-shadow: 0 40px 25px 0 rgba(200, 219, 239, 0.3);
    box-shadow: 0 40px 25px 0 rgba(200, 219, 239, 0.3); } }

/*================= Styles for sticky-Header =========*/
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform,opacity; }
@media (max-width: 768px) {
  .animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    will-change: unset; } }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

.animated.swingInX {
  -webkit-transform-origin: top;
  -ie-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX; }
@media (max-width: 768px) {
  .animated.swingInX {
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-transform-origin: unset;
    transform-origin: unset; } }

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg); } }

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg); } }

.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important; }
@media (max-width: 768px) {
  .animated.swingOutX {
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-transform-origin: unset;
    transform-origin: unset; } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown; }
@media (max-width: 768px) {
  .animated.slideDown {
    -webkit-animation-name: none;
    animation-name: none; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-200%); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); } }

.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }
@media (max-width: 768px) {
  .animated.slideUp {
    -webkit-animation-name: none;
    animation-name: none; } }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }
@media (max-width: 768px) {
  .animated.flipInX {
    -webkit-animation-name: none;
    animation-name: none; } }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }
@media (max-width: 768px) {
  .animated.flipOutX {
    -webkit-animation-name: none;
    animation-name: none; } }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }
@media (max-width: 768px) {
  .animated.bounceInDown {
    -webkit-animation-name: none;
    animation-name: none; } }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px); } }

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }
@media (max-width: 768px) {
  .animated.bounceOutUp {
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-transform-origin: unset;
    transform-origin: unset; } }

/*================= Responsive Mode ============*/
@media (max-width: 1200px) {
  .header .header-wrapper > .container {
    width: 100%; }
  .nav-add {
    padding-left: 10px; } }

@media (max-width: 1024px) {
  .header.header-has-topbar .top-bar-link {
    display: block;
    visibility: visible; }
  .header.headroom--not-top .primary-menu-menu > li {
    padding: 20px 5px; } }

@media (max-width: 940px) {
  .header .header-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header.header-has-topbar .header-content-wrapper {
    padding-top: 40px; }
  .header .site-logo {
    margin-right: 0;
    margin-top: 25px; }
  .primary-menu {
    margin-left: 0; }
  .nav-add {
    margin: 15px 0; }
  .primary-menu-menu > li > .megamenu {
    background-image: none !important; } }

@media (max-width: 768px) {
  .nav-add {
    padding: 0 25px 0 0; } }

@media (max-width: 768px) {
  .header .header-content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header.header-has-topbar .header-content-wrapper {
    padding: 30px 0; }
  .header .site-logo {
    margin-right: 25px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .logo-text {
    margin-top: 0; }
  .primary-menu {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-left: auto; }
  .logo-title {
    font-size: 22px; }
  .header .header-wrapper {
    padding: 30px 0; }
  .header .header-wrapper > .container {
    padding: 0 15px; }
  .header--menu-rounded .primary-menu-responsive .primary-menu-menu > li > a {
    border-radius: 0; }
  .header.headroom--not-top .primary-menu-menu > li {
    padding: 0; }
  .admin-bar #site-header {
    margin-bottom: 46px; } }

/*
Item name: primary-menu - Responsive Megamenu
Author: marcoarib - marco.arib@gmail.com
License: http://codecanyon.net/licenses
*/
/*
    CONTENTS:

     1 - MENU CONTAINER
        - Scrollable menu
     2 - BRAND
     3 - MENU
        - Right alignment
        - Menu items
        - Active/hover state
     4 - DROPDOWN
        - Dropdown items
        - Hover state
        - Dropdown left alignment
     5 - DROPDOWN/MEGAMENU INDICATORS
     6 - MEGAMENU
     7 - MEGAMENU WIDTHS
        - Half width
        - Quarter width
     8 - GRID SYSTEM
     9 - SHOW/HIDE BUTTON (MOBILE MODE)
        - Icon
    10 - ICONS (parent menu items)
    11 - SEARCH FIELD
        - Form
        - Input
    12 - VERTICAL TABS
    13 - COLOR SCHEMES
    14 - MOBILE MODE (RESPONSIVE MODE)
        - Menu container
        - Brand
        - Show/hide button
        - Menu
        - Dropdown
        - Dropdown items
        - Dropdown/megamenu indicators
        - Megamenu
        - Search field
*/
/* 1 - MENU CONTAINER
======================================*/
.primary-menu {
  background-color: inherit; }

.primary-menu,
.primary-menu * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.primary-menu > ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  list-style: none;
  background-color: inherit; }

.primary-menu a {
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear; }

/* scrollable menu */
.primary-menu-menu.scrollable > .scrollable-fix {
  display: none; }

/* 2 - BRAND
======================================*/
.primary-menu-brand {
  margin: 18px 30px 0 0;
  float: left;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer; }

/* 3 - MENU
======================================*/
/* Right alignment */
/* Menu items */
.primary-menu-menu > li {
  display: inline-block;
  position: relative;
  padding: 55px 9px;
  vertical-align: middle;
  background-color: inherit; }
.primary-menu-menu > li.btn {
  padding: 18px 50px;
  font-size: 14px;
  color: #fff; }
.primary-menu-menu > li.btn a {
  color: #fff; }
.primary-menu-menu > li.btn .ind {
  color: #fff; }
.primary-menu-menu > li.btn:hover {
  color: #fff; }
.primary-menu-menu > li.btn:hover > a {
  color: #fff;
  background-color: transparent !important; }
.primary-menu-menu > li.btn:hover > a .ind {
  color: #fff; }
.primary-menu-menu > li.btn:hover:before {
  opacity: 0; }
.primary-menu-menu > li.btn.btn-small {
  padding: 12px 24px;
  font-size: 12px; }
.primary-menu-menu > li.btn.btn-x-small {
  padding: 8px 20px;
  font-size: 12px; }
.primary-menu-menu > li.btn.btn-x-small .utouch-icon {
  height: 20px;
  width: 20px; }
.primary-menu-menu > li.btn.btn--large {
  padding: 23px 50px; }
.primary-menu-menu > li.btn .sub-menu {
  text-align: left; }

.primary-menu-menu > li > a {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #6a85a6;
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

.primary-menu-menu > li:before {
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  border-top: 4px solid;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  visibility: hidden; }

.primary-menu-menu > li:hover:before,
.primary-menu-menu > li.current-menu-item:before
{
  opacity: 1;
  visibility: visible; }

.primary-menu-menu > li > i {
  font-size: 10px; }

.primary-menu-responsive .primary-menu-menu > li > i {
  display: none; }

.primary-menu-menu > li.menu-item-has-mega-menu:hover {
  position: static; }

.no-menu-box {
  font-size: 14px; }

/* 4 - DROPDOWN
======================================*/
.primary-menu-menu ul.sub-menu,
.primary-menu-menu ul.sub-menu li ul.sub-menu {
  position: absolute;
  z-index: 9999;
  left: -29px;
  margin-top: 0;
  min-width: 260px;
  top: calc(100% - 4px);
  background-color: inherit;
  padding: 20px 0 30px;
  border-radius: 4px 4px 10px 10px;
  -webkit-box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  list-style: none;
  display: none;
  border-top: 4px solid;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@media (max-width: 768px) {
  .menu-icon-trigger {
    display: inline-block; }
  .primary-menu-menu ul.sub-menu,
  .primary-menu-menu ul.sub-menu li ul.sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; } }

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li,
.primary-menu-menu ul.sub-menu li {
  position: relative; }

.primary-menu-menu ul.sub-menu li:before,
.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:before {
  content: '';
  display: block;
  height: 100%;
  width: 3px;
  background-color: #d6dfeb;
  left: 40px;
  top: 0;
  position: absolute;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease; }

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu > ul > li:before {
  display: none; }

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:before {
  left: 0; }

.primary-menu-menu ul.sub-menu li:first-child:before,
.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:first-child:before {
  border-radius: 3px 3px 0 0; }

.primary-menu-menu ul.sub-menu li:last-child:before,
.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:last-child:before {
  border-radius: 0 0 3px 3px; }

.primary-menu-menu ul.sub-menu a i {
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 12px;
  color: #e1e1e1;
  text-align: center;
  margin-right: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px; }

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li a i {
  font-size: 24px;
  opacity: 1;
  margin-right: 15px;
  margin-left: 0;
  vertical-align: middle; }

.primary-menu-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: -20px; }

/* Dropdown items */
.primary-menu-menu ul.sub-menu li {
  clear: both;
  width: 100%;
  border: 0 none;
  position: relative;
  background-color: inherit; }

.primary-menu-menu ul.sub-menu li a {
  padding: 11px 40px 11px 73px;
  position: relative;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  display: block;
  color: #4b5d73;
  line-height: 1; }

@media (max-width: 640px) {
  .primary-menu-menu ul.sub-menu li a {
    padding: 10px; } }

.primary-menu-menu ul.sub-menu li.menu-item-has-children .sub-menu {
  background-color: inherit;
  border-top: none; }
.primary-menu-menu ul.sub-menu li.menu-item-has-children .sub-menu a {
  padding-left: 40px; }
.primary-menu-menu ul.sub-menu li.menu-item-has-children .sub-menu li:before {
  display: none; }
.primary-menu-menu ul.sub-menu li.menu-item-has-children .sub-menu li:after {
    display: none; }

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li i {
  font-size: 24px;
  opacity: 1;
  margin-right: 15px;
  margin-left: 0;
  vertical-align: middle;
  position: relative; }

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li.menu-item-has-children > a > i {
  opacity: 1; }

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li a:before {
  content: '';
  display: block;
  height: 100%;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li a:hover:before {
  opacity: 1; }

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li a {
  padding: 11px 0 11px 35px;
  position: relative;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  display: block;
  line-height: 1; }

.primary-menu-menu ul.sub-menu li.menu-item-has-children > a > i {
  opacity: 0; }

/* Hover state (sub-menu items) */
.primary-menu-menu ul.sub-menu li:hover > a,
.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:hover a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/* Dropdown left alignment */
.primary-menu-menu ul.sub-menu.sub-menu-left {
  left: auto;
  right: 0; }

.primary-menu-menu ul.sub-menu li ul.sub-menu.sub-menu-left {
  left: -100%;
  right: auto; }

/* 5 - DROPDOWN/MEGAMENU INDICATORS
======================================*/
.primary-menu-menu li .ind {
  color: #839dbc;
  font-family: "FontAwesome";
  font-size: 10px;
  margin-left: 6px; }

.primary-menu-menu li ul.sub-menu li .ind {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/* 6 - MEGAMENU
======================================*/
.primary-menu-menu > li > .megamenu {
  width: 100%;
  left: 0;
  position: absolute;
  display: none;
  z-index: 99;
  background: inherit;
  top: calc(100% - 4px);
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  border-radius: 4px 4px 10px 10px;
  border-top: 4px solid #0083ff;
  background-position: 100% 100%; }

.primary-menu-menu > li > .megamenu ul {
  list-style: none;
  margin: 0; }

.primary-menu-menu > li > .megamenu .google.site-logo {
  margin-bottom: 15px; }

.primary-menu-menu > li > .megamenu .google-text {
  font-size: 14px;
  color: #acacac;
  margin-top: 20px;
  line-height: 1.7; }

.primary-menu-menu > li > .megamenu .megamenu-item-info .megamenu-item-info-title,
.primary-menu-menu > li > .sub-menu .megamenu-item-info .megamenu-item-info-title {
  margin-bottom: 5px;
  line-height: 1.2; }

.megamenu-item-info {
  padding-left: 20px;
  margin-bottom: 1.5em; }

.megamenu-item-info-text {
  font-size: 14px;
  color: #6987ab;
  line-height: 1.3; }
.megamenu-item-info-text img {
  display: block; }

.primary-menu-menu > li > .sub-menu .megamenu-item-info {
  padding: 10px 40px 0; }

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li.megamenu-item-info:before {
  display: none; }

/* 7 - MEGAMENU WIDTHS
======================================*/
/* Half width */
.primary-menu-menu > li > .megamenu.megamenu-half-width {
  width: 50%;
  left: auto; }

/* Quarter width */
.primary-menu-menu > li > .megamenu.megamenu-quarter-width {
  width: 25%;
  left: auto; }

/* 8 - GRID SYSTEM
======================================*/
.primary-menu-menu > li > .megamenu .megamenu-row {
  width: 100%;
  margin-top: 15px; }

.primary-menu-menu > li > .megamenu .megamenu-row:first-child {
  margin-top: 0; }

.primary-menu-menu > li > .megamenu .megamenu-row:before,
.primary-menu-menu > li > .megamenu .megamenu-row:after {
  display: table;
  content: "";
  line-height: 0; }

.primary-menu-menu > li > .megamenu .megamenu-row:after {
  clear: both; }

.primary-menu-menu > li > .megamenu .megamenu-row .col1,
.primary-menu-menu > li > .megamenu .megamenu-row .col2,
.primary-menu-menu > li > .megamenu .megamenu-row .col3,
.primary-menu-menu > li > .megamenu .megamenu-row .col4,
.primary-menu-menu > li > .megamenu .megamenu-row .col5,
.primary-menu-menu > li > .megamenu .megamenu-row .col6,
.primary-menu-menu > li > .megamenu .megamenu-row .col7,
.primary-menu-menu > li > .megamenu .megamenu-row .col8,
.primary-menu-menu > li > .megamenu .megamenu-row .col9,
.primary-menu-menu > li > .megamenu .megamenu-row .col10,
.primary-menu-menu > li > .megamenu .megamenu-row .col11,
.primary-menu-menu > li > .megamenu .megamenu-row .col12 {
  display: block;
  min-height: 20px;
  float: left;
  padding: 35px 20px; }
.primary-menu-menu > li > .megamenu .megamenu-row .col1:first-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col2:first-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col3:first-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col4:first-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col5:first-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col6:first-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col7:first-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col8:first-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col9:first-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col10:first-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col11:first-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col12:first-child {
  padding-left: 40px; }
.primary-menu-menu > li > .megamenu .megamenu-row .col1:last-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col2:last-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col3:last-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col4:last-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col5:last-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col6:last-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col7:last-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col8:last-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col9:last-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col10:last-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col11:last-child,
.primary-menu-menu > li > .megamenu .megamenu-row .col12:last-child {
  padding-right: 40px; }

.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col1,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col2,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col3,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col4,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col5,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col6,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col7,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col8,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col9,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col10,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col11,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col12 {
  padding: 0; }
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col1:first-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col2:first-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col3:first-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col4:first-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col5:first-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col6:first-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col7:first-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col8:first-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col9:first-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col10:first-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col11:first-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col12:first-child .product-item {
  padding-left: 40px; }
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col1:last-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col2:last-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col3:last-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col4:last-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col5:last-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col6:last-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col7:last-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col8:last-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col9:last-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col10:last-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col11:last-child .product-item,
.primary-menu-menu > li > .megamenu.with-products .megamenu-row .col12:last-child .product-item {
  padding-right: 40px; }

.primary-menu-menu > li > .megamenu .megamenu-row .col1 {
  width: 100%; }

.primary-menu-menu > li > .megamenu .megamenu-row .col2 {
  width: 50%; }

.primary-menu-menu > li > .megamenu .megamenu-row .col3 {
  width: 33.33%; }

.primary-menu-menu > li > .megamenu .megamenu-row .col4 {
  width: 25%; }

.primary-menu-menu > li > .megamenu .megamenu-row .col5 {
  width: 20%; }

.primary-menu-menu > li > .megamenu .megamenu-row .col6 {
  width: 16.6666%; }

.primary-menu-menu > li > .megamenu .megamenu-row .col7 {
  width: 14.28%; }

.primary-menu-menu > li > .megamenu .megamenu-row .col8 {
  width: 12.5%; }

.primary-menu-menu > li > .megamenu .megamenu-row .col9 {
  width: 11.11111%; }

.primary-menu-menu > li > .megamenu .megamenu-row .col10 {
  width: 10%; }

.primary-menu-menu > li > .megamenu .megamenu-row .col11 {
  width: 9.09090909%; }

.primary-menu-menu > li > .megamenu .megamenu-row .col12 {
  width: 8.333333%; }

/* 9 - SHOW/HIDE BUTTON (MOBILE MODE)
======================================*/
.menu-icon-wrapper {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  pointer-events: none;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.menu-icon-wrapper.scaled {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.menu-icon-wrapper svg {
  position: relative;
  top: -33px;
  left: -33px; }

.menu-icon-wrapper svg path {
  stroke: #6987ab;
  stroke-width: 30px;
  stroke-linecap: round;
  fill: transparent; }

.menu-icon-wrapper .menu-icon-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: auto;
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.menu-icon-wrapper svg {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.showhide .mob-menu--title {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 15px;
  font-weight: bold; }

.showhide .mob-menu--title {
  display: inline-block;
  vertical-align: middle; }

.primary-menu .showhide {
  height: 46px;
  cursor: pointer;
  text-align: center;
  padding: 0;
  display: none;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle; }

/* 10 - ICONS (parent menu items)
======================================*/
.primary-menu-menu > li > a > i { margin: 0 3px 0 0; }

/* 11 - SEARCH FIELD
======================================*/
/* Form */
.primary-menu-menu > li.search form {
  float: left;
  padding: 22px 16px 17px; }

/* Input */
.primary-menu-menu > li.search form input[type="text"] {
  width: 160px;
  padding: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background: #f0f0f0;
  border-radius: 2px;
  outline: 0;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out; }

.primary-menu-menu > li.search form:hover input[type="text"] {
  width: 160px; }

/* 12 - VERTICAL TABS
======================================*/
.primary-menu-tabs {
  width: 100%;
  float: left; }

.primary-menu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }

.primary-menu-tabs-nav > li > a {
  width: 100%;
  padding: 7px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #666;
  border: solid 1px #f0f0f0;
  outline: 0; }

.primary-menu-tabs-nav li.active a,
.primary-menu-tabs-nav li:hover a {
  background: #f0f0f0; }

.primary-menu-tabs-content {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  border: solid 1px #f0f0f0; }

.primary-menu-tabs-content.active {
  display: block; }

/* 13 - COLOR SCHEMES
======================================*/
/* blue */
.primary-menu.blue .primary-menu-menu > li.active > a,
.primary-menu.blue .primary-menu-menu > li:hover > a,
.primary-menu.blue .primary-menu-menu ul.sub-menu li:hover > a {
  color: #4A89DC; }

/* green */
.primary-menu.green .primary-menu-menu > li.active > a,
.primary-menu.green .primary-menu-menu > li:hover > a,
.primary-menu.green .primary-menu-menu ul.sub-menu li:hover > a {
  color: #37BC9B; }

/* red */
.primary-menu.red .primary-menu-menu > li.active > a,
.primary-menu.red .primary-menu-menu > li:hover > a,
.primary-menu.red .primary-menu-menu ul.sub-menu li:hover > a {
  color: #E9573F; }

/* orange */
.primary-menu.orange .primary-menu-menu > li.active > a,
.primary-menu.orange .primary-menu-menu > li:hover > a,
.primary-menu.orange .primary-menu-menu ul.sub-menu li:hover > a {
  color: #ff670f; }

/* yellow */
.primary-menu.yellow .primary-menu-menu > li.active > a,
.primary-menu.yellow .primary-menu-menu > li:hover > a,
.primary-menu.yellow .primary-menu-menu ul.sub-menu li:hover > a {
  color: #F6BB42; }

/* purple */
.primary-menu.purple .primary-menu-menu > li.active > a,
.primary-menu.purple .primary-menu-menu > li:hover > a,
.primary-menu.purple .primary-menu-menu ul.sub-menu li:hover > a {
  color: #967ADC; }

/* pink */
.primary-menu.pink .primary-menu-menu > li.active > a,
.primary-menu.pink .primary-menu-menu > li:hover > a,
.primary-menu.pink .primary-menu-menu ul.sub-menu li:hover > a {
  color: #D770AD; }

/* 14 - MOBILE MODE (RESPONSIVE MODE)
======================================*/
@media (max-width: 768px) {
  /* Responsive menu container */
  .primary-menu-responsive.primary-menu {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .primary-menu .primary-menu-menu {
    display: none; }
  .primary-menu-responsive.primary-menu .showhide {
    height: 34px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li a {
    padding-left: 10px; }
  .primary-menu-responsive.primary-menu .google-text {
    margin-bottom: 120px; }
  /* Brand */
  .primary-menu-responsive .primary-menu-brand {
    margin: 8px 30px 10px 20px;
    font-size: 20px;
    line-height: 1.55; }
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col1,
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col2,
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col3,
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col4,
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col5,
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col6,
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col7,
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col8,
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col9,
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col10,
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col11,
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col12 {
    padding: 5px 20px;
    margin-top: 0; }
  /* Show/hide button */
  /* Menu */
  .primary-menu-responsive .primary-menu-menu {
    width: 100%;
    padding: 0;
    border-radius: 0 0 10px 10px;
    background-color: inherit;
    -webkit-box-shadow: 15px 0 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 15px 0 25px 0 rgba(0, 0, 0, 0.3); }
  .primary-menu-responsive .primary-menu-menu ul.sub-menu {
    top: 0; }
  /* scrollable menu*/
  .primary-menu-responsive .primary-menu-menu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    max-height: 50vh !important; }
  .header.header-has-topbar .primary-menu-responsive .primary-menu-menu {
    top: 100%; }
  .primary-menu-responsive .primary-menu-menu > .scrollable-fix {
    display: block; }
  /* Menu items */
  .primary-menu-responsive .primary-menu-menu > li.menu-item-has-children.btn {
    padding: 15px 20px 0 !important;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    margin: 0;
    min-height: 55px; }
  .primary-menu-responsive .primary-menu-menu > li.menu-item-has-children.btn > a {
    color: #6a85a6;
    position: unset;
    text-align: left; }
  .primary-menu-responsive .primary-menu-menu > li.menu-item-has-children.btn > a .indicator {
    color: #839dbc; }
  .primary-menu-responsive .primary-menu-menu > li {
    width: 100%;
    display: block;
    position: relative;
    clear: both; }
  .primary-menu-responsive .primary-menu-menu > li.btn {
    padding: 10px 20px !important;
    -webkit-transform: translate(0);
    transform: translate(0);
    display: inline-block;
    width: auto;
    margin: 10px 0 10px 20px; }
  .primary-menu-responsive .primary-menu-menu > li.btn > a {
    border-bottom: none;
    padding: 0; }
  .primary-menu-responsive .primary-menu-menu > li > a {
    width: 100%;
    padding: 18px 20px;
    display: block;
    border-bottom: solid 1px rgba(0, 131, 255, 0.3);
    font-weight: 900; }
  .primary-menu-responsive .primary-menu-menu > li::before {
    display: none; }
  .primary-menu-responsive .primary-menu-menu > li:first-child > a {
    border-top: solid 1px rgba(0, 131, 255, 0.3); }
  .primary-menu-responsive .primary-menu-menu > li:nth-last-child(2) > a {
    border-bottom: none; }
  .primary-menu-responsive .primary-menu-menu ul.sub-menu li::before,
  .primary-menu-responsive .primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li::before {
    display: none; }
  /* Dropdown */
  .primary-menu-responsive .primary-menu-menu ul.sub-menu,
  .primary-menu-responsive .primary-menu-menu ul.sub-menu li ul.sub-menu {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: inherit;
    border-radius: 0; }
  .primary-menu-responsive .primary-menu-menu li.btn ul.sub-menu {
    background: transparent;
    width: calc(100% + 40px);
    margin: 15px 0 0 -20px;
    border-top: solid 1px rgba(0, 131, 255, 0.3); }
  .primary-menu-responsive .primary-menu-menu ul.sub-menu {
    position: relative; }
  .primary-menu-responsive .primary-menu-menu > li {
    padding: 0; }
  /* Dropdown items */
  .primary-menu-responsive .primary-menu-menu ul.sub-menu li {
    position: relative; }
  .primary-menu-responsive .primary-menu-menu ul.sub-menu li a {
    padding: 10px 30px;
    font-size: 14px;
    border-bottom: solid 1px rgba(0, 131, 255, 0.3); }
  .primary-menu-responsive .primary-menu-menu li.btn ul.sub-menu li a {
    font-weight: 400;
    text-transform: none; }
  .primary-menu-responsive .primary-menu-menu.primary-menu-indented > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 80px !important; }
  .primary-menu-responsive .primary-menu-menu.primary-menu-indented > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
    padding-left: 90px !important; }
  .primary-menu-responsive .primary-menu-menu ul.sub-menu li.menu-item-has-children .sub-menu a {
    padding-left: 40px; }
  .primary-menu-responsive .product-item-content .title {
    display: none; }
  /* Dropdown/megamenu indicators */
  .primary-menu-responsive .primary-menu-menu li .ind {
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    text-align: center;
    line-height: 53px;
    border-left: solid 1px rgba(0, 131, 255, 0.3); }
  .primary-menu-responsive .primary-menu-menu li ul.sub-menu li .ind {
    height: 100%;
    right: -5px;
    top: 0;
    font-size: 14px;
    line-height: 36px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-left: none; }
  /* Megamenu */
  .primary-menu-responsive .primary-menu-menu > li > .megamenu {
    width: 100% !important;
    left: 0 !important;
    position: static;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row [class*="col"],
  nav.primary-menu-responsive li.menu-item-has-mega-menu ul.mega-menu-row li.mega-menu-col {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 0; }
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row:first-child [class*="col"]:first-child,
  nav.primary-menu-responsive li.menu-item-has-mega-menu ul.mega-menu-row li.mega-menu-col:first-child {
    margin-top: 0; }
  .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row {
    margin-top: 0; }
  .primary-menu-responsive .primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li a {
    font-size: 14px; }
  /* Search field */
  .primary-menu-responsive .primary-menu-menu > li.search form {
    width: 100%;
    margin: 4px 0;
    padding: 10px 16px !important; }
  .primary-menu-responsive .primary-menu-menu > li.search form input[type="text"] {
    width: 100%; }
  /* Tabs */
  .primary-menu-responsive .primary-menu-tabs-nav {
    width: 100%; }
  .primary-menu-responsive .primary-menu-tabs-content {
    width: 100%; } }

/* CSS3 ANIMATIONS */
.zoom-in {
  -webkit-animation: zoomIn 400ms ease both;
  animation: zoomIn 400ms ease both; }

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.zoom-out {
  -webkit-animation: zoomOut 400ms ease both;
  animation: zoomOut 400ms ease both; }

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(0.6); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.drop-up {
  -webkit-animation: drop-up 400ms ease both;
  animation: drop-up 400ms ease both; }

@-webkit-keyframes drop-up {
  0% {
    -webkit-transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes drop-up {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.drop-left {
  -webkit-animation: drop-left 400ms ease both;
  animation: drop-left 400ms ease both; }

@-webkit-keyframes drop-left {
  0% {
    -webkit-transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes drop-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation: swing 400ms ease-out both;
  animation: swing 400ms ease-out both; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.flip {
  -webkit-animation: flip 700ms ease both;
  animation: flip 700ms ease both; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.roll-in {
  -webkit-animation: roll-in 400ms ease both;
  animation: roll-in 400ms ease both; }

@-webkit-keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-15deg);
    transform: translateX(-100%) rotate(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-15deg);
    transform: translateX(-100%) rotate(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.stretch {
  -webkit-animation: stretch 500ms ease both;
  animation: stretch 500ms ease both;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@keyframes stretch {
  0% {
    -webkit-transform: scaleX(0.3);
    transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02);
    transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98);
    transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01);
    transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98);
    transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01);
    transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }

nav li.menu-item-has-mega-menu:hover {
  position: static; }

nav li.menu-item-has-mega-menu ul.mega-menu-row,
nav li.menu-item-has-mega-menu ul.mega-menu-row ul {
  position: static !important;
  margin: 0 !important;
  width: 100%;
  display: table !important;
  table-layout: fixed;
  padding: 0 20px;
  float: none;
  left: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  -webkit-transform: none !important; }

nav li.menu-item-has-mega-menu ul.mega-menu-row li.mega-menu-col {
  display: table-cell;
  width: 1px;
  padding: 35px 20px 50px !important; }

nav li.menu-item-has-mega-menu ul.mega-menu-row .mega-menu-col ul {
  display: block !important;
  width: 100%; }

nav li.menu-item-has-mega-menu ul.mega-menu-row li {
  padding: 0 !important; }

.product-item {
  padding: 35px 20px;
  min-height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.product-item .more-arrow {
  margin-top: auto; }
.product-item:hover {
  background-color: #ecf4fc; }
.product-item:hover .square-colored:before {
  opacity: 1; }

.product-item-thumb {
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
.product-item-thumb img {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto; }
.product-item-thumb .square-colored {
  position: absolute;
  left: 0;
  bottom: 0; }

.square-colored {
  width: 100%;
  border-radius: 10px;
  height: 75%; }
.square-colored:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 10px; }

.product-item-content {
  text-align: center; }
.product-item-content .title {
  margin-bottom: 30px; }

.more-arrow {
  font-size: 14px;
  font-weight: 700;
  color: #6987ab;
  text-transform: uppercase; }
.more-arrow > * {
  display: inline-block;
  vertical-align: middle; }
.more-arrow:hover .btn-next {
  margin-left: 5px;
  margin-right: -5px; }
.more-arrow:hover .btn-next .icon-hover {
  opacity: 1; }
.more-arrow .btn-next {
  opacity: 1;
  top: 3px; }
.more-arrow .btn-next .utouch-icon {
  fill: #6987ab;
  width: 26px;
  height: 26px; }
.more-arrow.white {
  color: #fff;
  fill: #fff; }
.more-arrow.white .btn-next .utouch-icon {
  fill: #fff; }
.more-arrow.white:hover {
  color: #fff; }
.more-arrow.white:hover .btn-next .utouch-icon {
  fill: #fff; }

.bg-product-blue {
  background-color: #007bef; }
.bg-product-blue:before {
  -webkit-box-shadow: 10px 0 25px rgba(0, 131, 255, 0.6);
  box-shadow: 10px 0 25px rgba(0, 131, 255, 0.6); }

.bg-product-brown {
  background-color: #5a3f5b; }
.bg-product-brown:before {
  -webkit-box-shadow: 10px 0 25px rgba(90, 63, 91, 0.6);
  box-shadow: 10px 0 25px rgba(90, 63, 91, 0.6); }

.bg-product-green {
  background-color: #3fbc85; }
.bg-product-green:before {
  -webkit-box-shadow: 10px 0 25px rgba(63, 188, 133, 0.6);
  box-shadow: 10px 0 25px rgba(63, 188, 133, 0.6); }

.bg-product-violet {
  background-color: #af23e0; }
.bg-product-violet:before {
  -webkit-box-shadow: 10px 0 25px rgba(187, 38, 240, 0.6);
  box-shadow: 10px 0 25px rgba(187, 38, 240, 0.6); }

.bg-product-red {
  background-color: #d80873; }
.bg-product-red:before {
  -webkit-box-shadow: 10px 0 25px rgba(231, 9, 123, 0.6);
  box-shadow: 10px 0 25px rgba(231, 9, 123, 0.6); }

.bg-product-grey {
  background-color: #ecf5fe; }
.bg-product-grey:before {
  -webkit-box-shadow: 10px 0 25px rgba(236, 245, 254, 0.6);
  box-shadow: 10px 0 25px rgba(236, 245, 254, 0.6); }

.bg-product-blue-dark {
  background-color: #344399; }
.bg-product-blue-dark:before {
  -webkit-box-shadow: 10px 0 25px rgba(56, 72, 163, 0.6);
  box-shadow: 10px 0 25px rgba(56, 72, 163, 0.6); }

.bg-product-marrow {
  background-color: #373b5d; }
.bg-product-marrow:before {
  -webkit-box-shadow: 10px 0 25px rgba(55, 59, 93, 0.6);
  box-shadow: 10px 0 25px rgba(55, 59, 93, 0.6); }

.primary-menu--dark .primary-menu-menu ul.sub-menu,
.primary-menu--dark .primary-menu-menu ul.sub-menu li ul.sub-menu,
.primary-menu--dark .primary-menu-menu > li > .megamenu {
  background-color: #121921; }

.primary-menu--dark .primary-menu-menu ul.sub-menu li:before,
.primary-menu--dark .primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:before {
  background-color: #212c38; }

.primary-menu--dark .product-item:hover {
  background-color: #0f141a; }

.primary-menu--dark .primary-menu-menu > li > .megamenu .megamenu-item-info .megamenu-item-info-title,
.primary-menu--dark .primary-menu-menu > li > .sub-menu .megamenu-item-info .megamenu-item-info-title {
  color: #fff; }

.primary-menu--dark .primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li a,
.primary-menu--dark .primary-menu-menu ul.sub-menu li a {
  color: #839dbc; }

.primary-menu--dark .megamenu-item-info-text {
  color: #4b5d73; }

.primary-menu--dark.primary-menu-responsive .primary-menu-menu {
  background-color: #121921; }

.primary-menu--dark .product-item-content .title {
  color: #fff; }

@media (max-width: 1024px) {
  .primary-menu-menu > li {
    padding: 55px 5px; } }

@media (max-width: 940px) {
  .primary-menu-menu > li {
    padding: 40px 5px; } }

@media (max-width: 768px) {
  .more-arrow .btn-next {
    margin-left: 5px;
    margin-right: -5px; }
  .more-arrow .btn-next .icon-hover {
    opacity: 1; }
  .megamenu-item-info {
    padding-left: 10px;
    margin-bottom: 1em; }
  nav li.menu-item-has-mega-menu ul.mega-menu-row, nav li.menu-item-has-mega-menu ul.mega-menu-row ul {
    padding: 0; }
  .header.headroom--not-top.header--menu-rounded .primary-menu-menu > li {
    padding: 0; }
  nav li.menu-item-has-mega-menu ul.mega-menu-row li.mega-menu-col {
    padding: 15px 10px !important; }
  .primary-menu-menu > li {
    padding: 30px 5px; } }

@media (max-width: 400px) {
  .showhide .mob-menu--title {
    display: none; } }

/*------------- #STUNNING-HEADER --------------*/
.crumina-stunning-header {
  position: relative;
  background-size: cover; }

.stunning-header-title {
  display: inline-block;
  margin: 0;
  line-height: 1.3; }

.category-link {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0; }

.stunning-header-content {
  position: relative;
  z-index: 15;
  padding: 55px 0;
  float: left;
  width: 100%; }
.stunning-header-content > * + * {
  margin-top: 40px; }
.stunning-header-content > * + *:last-child:not(.breadcrumbs-wrap) {
  margin-bottom: 40px; }

.breadcrumbs {
  padding: 0; }

.breadcrumbs--rounded .breadcrumbs-item {
  fill: #d1e8f6; }

.stunning-header-content.margin-b-60 > * + *:last-child:not(.breadcrumbs-wrap) {
  margin-bottom: 60px; }

#breadcrumbs-section .breadcrumbs-wrap.with-border {
  margin-bottom: 0; }

.breadcrumbs-wrap > * + .breadcrumbs {
  margin-left: 10px; }

.breadcrumbs-item {
  display: inline-block;
  margin-bottom: 0; }
.breadcrumbs-item a {
  margin-right: 6px; }
.breadcrumbs-item.active span {
  font-weight: 700; }
.breadcrumbs-item .utouch-icon {
  margin-right: 6px;
  fill: #d1e8f6;
  height: 6px;
  width: 6px; }
.breadcrumbs-item:last-child .utouch-icon {
  display: none; }

.breadcrumbs--rounded {
  overflow: hidden;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 50px 0 rgba(137, 168, 199, 0.25);
  box-shadow: 0 0 50px 0 rgba(137, 168, 199, 0.25);
  display: inline-block; }

.breadcrumbs--bordered {
  border: solid 2px rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 6px 30px; }
.breadcrumbs--bordered .breadcrumbs-item.active span {
  color: #fff; }

.breadcrumbs--semitransparent .breadcrumbs-item a, .breadcrumbs--semitransparent .utouch-icon {
  font-size: 14px;
  opacity: .7;
  color: #fff;
  width: 14px;
  height: 14px; }

.breadcrumbs--semitransparent .breadcrumbs-item a:hover {
  opacity: 1; }

.breadcrumbs--semitransparent .breadcrumbs-item.active span {
  color: #fff; }

.breadcrumbs-wrap {
  z-index: 19; }
.breadcrumbs-wrap.with-border {
  padding: 10px 0;
  border-bottom: 1px solid #dbe3ec;
  margin-bottom: 60px; }
.breadcrumbs-wrap + .crumina-heading {
  margin-top: 20px; }

.stunning-header--breadcrumbs-bottom-left .breadcrumbs-wrap {
  position: absolute;
  left: 0;
  bottom: -25px; }

.stunning-header--breadcrumbs-bottom-center .breadcrumbs-wrap {
  margin-bottom: 60px;
  margin-top: auto; }

.stunning-header--breadcrumbs-bottom-center > .container {
  margin: auto; }

.crumina-stunning-header--small .stunning-header-content {
  padding: 30px 0; }

.stunning-header--breadcrumbs-top .stunning-header-content {
  padding: 0; }

.stunning-header--breadcrumbs-top .breadcrumbs-item a {
  font-size: 14px; }

.stunning-header--content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.stunning-header--content-left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.stunning-header--content-left-bottom .stunning-header-content {
  padding-bottom: 80px;
  max-width: 700px; }

.stunning-header--content-padding100 .stunning-header-content {
  padding: 100px 0; }

.stunning-header--min560 {
  min-height: 560px; }

.stunning-header--min620 {
  min-height: 620px; }

.stunning-header--min640 {
  min-height: 640px; }

.icon-text-item .text {
  font-weight: 700; }

.icon-text-item .utouch-icon {
  margin-right: 20px;
  font-size: 26px;
  height: 26px;
  width: 26px; }

#breadcrumbs-section + #primary, #stunning-section + #primary {
  margin-top: 70px;
  margin-bottom: 70px; }

#primary {
  margin-top: 70px;
  margin-bottom: 70px; }

#primary.page-builder-wrap {
  margin-top: 0;
  margin-bottom: 0; }

/*------------- #Any colors background --------------*/
.overlay--dark {
  background-color: rgba(18, 25, 33, 0.8); }

.overlay--yellow {
  background-color: rgba(248, 145, 1, 0.5); }

.overlay--red {
  background-color: rgba(255, 49, 51, 0.5); }

.overlay--blue {
  background-color: rgba(0, 130, 215, 0.5); }

.overlay--blue-dark {
  background-color: rgba(0, 131, 255, 0.8); }

.overlay--green {
  background-color: rgba(1, 162, 160, 0.5); }

.custom-color *:not(.btn):not(.breadcrumbs-item):not(.category-link):not(.breadcrumbs-custom):not(a) {
  color: inherit !important;
  fill: inherit !important; }

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px; }

.author-prof {
  font-weight: 700; }

.author-name {
  margin: 0;
  line-height: 1; }

.author-info {
  text-align: left; }

.crumina-stunning-header.style-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.custom-color .author-info .author-name {
  color: inherit; }

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
  .stunning-header-content .inline-items > .inline-items + .inline-items {
    margin-left: 20px; }
  .stunning-header--content-inline .stunning-header-title {
    width: 50%; } }

@media (max-width: 800px) {
  .stunning-header-content .inline-items .btn.f-right {
    float: none;
    margin-left: 0; }
  .stunning-header--content-inline .stunning-header-title {
    width: auto; }
  .stunning-header-content .inline-items > .inline-items {
    display: block;
    margin-bottom: 20px; }
  .stunning-header-content .inline-items > .inline-items + .inline-items {
    margin-left: 0; }
  .stunning-header-content {
    padding: 30px 0; }
  .stunning-header-title {
    display: block; }
  .stunning-header--breadcrumbs-bottom-left .breadcrumbs-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
    transform: none; }
  .breadcrumbs-wrap, .author-block, .icon-text-item {
    position: relative; }
  .breadcrumbs-wrap.inline-items > *, .author-block.inline-items > *, .icon-text-item.inline-items > * {
    display: inline-block; }
  .breadcrumbs-wrap.inline-items > * + *, .author-block.inline-items > * + *, .icon-text-item.inline-items > * + * {
    margin-top: auto; }
  .inline-items > * {
    display: block; }
  .inline-items > * + * {
    margin-top: 20px; }
  .stunning-header--content-padding100 .stunning-header-content {
    padding: 50px 0; } }

@media (max-width: 640px) {
  .stunning-header--breadcrumbs-bottom-left .breadcrumbs-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    -webkit-transform: none;
    transform: none; }
  .stunning-header--breadcrumbs-bottom-left .breadcrumbs-wrap > * {
    display: block;
    margin: 0 auto; }
  .stunning-header--breadcrumbs-bottom-left .breadcrumbs-wrap > * + * {
    margin-top: 20px; }
  .stunning-header--content-center .breadcrumbs-wrap {
    margin-top: 20px; }
  .stunning-header--content-center .breadcrumbs-wrap > * {
    display: block;
    margin: 0 auto; }
  .stunning-header--content-center .breadcrumbs-wrap > * + * {
    margin-top: 20px; } }

@media (max-width: 460px) {
  .crumina-stunning-header .icon-text-item .utouch-icon {
    display: block;
    margin: 0 auto 15px; } }

/*------------- #TOP-BAR --------------*/
.top-bar {
  background-color: #fff;
  padding: 13px 0;
  font-size: 13px;
  color: #516e90;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 30;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.top-bar.open {
  -webkit-transform: translate(-50%, -3%);
  transform: translate(-50%, -3%);
  z-index: 9999; }
.top-bar .top-bar-contact {
  float: left; }
.top-bar .world {
  width: 30px; }
.top-bar .nice-select {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 0 0;
  background-color: transparent;
  font-size: 13px;
  margin-bottom: 0;
  width: auto;
  min-width: 110px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: unset; }
.top-bar .nice-select .option {
  padding-left: 0;
  padding-right: 0;
  font-size: 12px; }
.top-bar .nice-select:after {
  height: 6px;
  width: 6px;
  margin-top: -4px; }
.top-bar .nice-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent; }
.top-bar .contact-item {
  padding: 0 30px;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: bottom; }
.top-bar .contact-item .utouch-icon {
  height: 15px;
  width: 15px;
  fill: #6987ab;
  margin-right: 15px;
  position: relative;
  top: 2px; }
.top-bar .contact-item .world {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 25px;
  top: auto; }
.top-bar .contact-item.language-switcher {
  padding-left: 0;
  padding-right: 10px;
  margin-right: 50px; }
.top-bar .contact-item.language-switcher:after {
  display: none; }
.top-bar .contact-item:last-child {
  padding-right: 0; }
.top-bar .contact-item:last-child:after {
  display: none; }
.top-bar .contact-item:after {
  content: '.';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 50px;
  line-height: 1;
  color: #4b5d73; }
.top-bar span {
  color: #6987ab; }
.top-bar .follow_us {
  float: right;
  top: 4px;
  position: relative; }
.top-bar .socials {
  display: inline-block;
  margin: 0 0 0 10px; }
.top-bar .socials img {
  width: 16px;
  height: auto; }
.top-bar .socials a {
  border: none; }
.top-bar .socials .social__item {
  margin-left: 10px; }
.top-bar .login-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 70px;
  float: right; }
@media (max-width: 1024px) {
  .top-bar .login-block {
    float: none;
    margin-left: 0;
    margin-bottom: 15px; } }
.top-bar .login-block img {
  width: 28px;
  height: 28px;
  margin-right: 20px; }

.top-bar .contact-item:first-of-type {
  padding-left: 0; }

.top-bar-close {
  position: absolute;
  right: 10px;
  top: 15px;
  display: none;
  border: none; }
.top-bar-close .utouch-icon {
  fill: #6987ab;
  width: 15px;
  height: 15px; }

.top-bar-dark {
  background-color: #151414;
  color: #5f7288; }
.top-bar-dark a {
  color: #5f7288; }
.top-bar-dark .contact-item .utouch-icon {
  fill: #5f7288; }
.top-bar-dark .nice-select .list {
  background-color: #151414;
  border: none;
  -webkit-box-shadow: 0 5px 40px rgba(255, 255, 255, 0.3);
  box-shadow: 0 5px 40px rgba(255, 255, 255, 0.3);
  color: #5f7288; }
.top-bar-dark .nice-select .option.selected.focus {
  background-color: transparent; }
.top-bar-dark .nice-select .option.selected.focus:hover {
  background-color: #424444; }
.top-bar-dark .nice-select::after {
  border-bottom: 2px solid #5f7288;
  border-right: 2px solid #5f7288; }
.top-bar-dark .nice-select .option:hover {
  background-color: #424444; }

.top-bar-link {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0 0 10px 10px;
  background-color: #ecf5fe;
  text-align: center;
  padding: 0 16px;
  z-index: 50;
  -webkit-box-shadow: 10px 0 30px 0 rgba(0, 131, 255, 0.4);
  box-shadow: 10px 0 30px 0 rgba(0, 131, 255, 0.4);
  border: 1px solid #dbe3ec;
  cursor: pointer; }
.top-bar-link .utouch-icon {
  height: 15px;
  width: 15px;
  fill: #6987ab;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/*================= Responsive Mode ============*/
@media (max-width: 1200px) {
  .top-bar > .container {
    min-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .top-bar .contact-item:first-child {
    margin-right: 0; } }

@media (max-width: 1024px) {
  .top-bar {
    width: 320px;
    -webkit-transform: translate(-50%, -103%);
    transform: translate(-50%, -103%);
    position: absolute;
    left: 50%;
    border-radius: 0 0 10px 10px;
    padding: 40px 0 30px;
    text-align: center;
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 131, 255, 0.4);
    box-shadow: 10px 0 30px 0 rgba(0, 131, 255, 0.4); }
  .top-bar > .container {
    min-width: unset;
    width: auto; }
  .top-bar .top-bar-contact {
    float: none; }
  .top-bar .nice-select {
    float: none;
    min-width: 160px; }
  .top-bar .contact-item {
    padding: 0;
    margin-bottom: 15px;
    float: none;
    display: block; }
  .top-bar .contact-item:first-child {
    padding: 0; }
  .top-bar .contact-item:after {
    display: none; }
  .top-bar .follow_us {
    float: none; }
  .top-bar-close {
    display: block; } }

/*------------- #FOOTER --------------*/
.footer {
  color: #6987ab;
  position: relative; }
.footer .footer-wrapper {
  background-color: #121921;
  -webkit-box-shadow: 10px 0 30px 0 rgba(18, 25, 33, 0.4);
  box-shadow: 10px 0 30px 0 rgba(18, 25, 33, 0.4);
  padding: 120px 0 0;
  position: relative; }
.footer .widget-title {
  margin-bottom: 30px; }
.footer .w-contacts .btn {
  margin: 30px 0; }
.footer.js-fixed-footer {
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1); }
@media (max-width: 768px) {
  .footer.js-fixed-footer {
    position: relative; } }
.footer.footer-empty .footer-wrapper {
  padding: 0; }
.footer.footer-empty .sub-footer {
  margin-top: 6px; }

.sub-footer {
  background-color: #fff;
  padding: 35px 0;
  text-align: center;
  position: relative;
  margin-top: 120px; }
.sub-footer span {
  font-size: 14px;
  margin-bottom: 1px;
  color: #6987ab;
  display: block; }
.sub-footer a {
  color: #0083ff;
  font-weight: 700; }

#site-footer .widget .widget-title,
#site-footer a:not(.btn),
#site-footer .social__item svg,
#site-footer .w-list ul.list,
#site-footer .widget_nav_menu ul.list {
  color: #fff;
  fill: #fff; }

.content-wrapper {
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-margin-bottom-collapse: separate; }

#site-footer a:not(.btn):hover {
  color: #0083ff;
  fill: #0083ff; }

#site-footer li.menu-item-has-children a:not(.btn):hover {
  color: inherit; }

#site-footer li.menu-item-has-children .menu-item:hover > a:not(.btn) {
  margin-left: 8px;
  color: #0083ff; }

#site-footer li.menu-item-has-children .menu-item:hover > .utouch-icon {
  fill: #0083ff;
  opacity: 1; }

#site-footer li.menu-item-has-children .menu-item.menu-item-has-children:hover > a:not(.btn) {
  margin-left: 0;
  color: inherit; }

#site-footer li.menu-item-has-children:hover a:not(.btn) {
  color: inherit; }

#site-footer li.menu-item-has-children:hover .utouch-icon {
  fill: inherit;
  opacity: 0; }

#site-footer li:hover a:not(.btn) {
  color: #0083ff; }

#site-footer .social__item:hover svg {
  fill: #0083ff; }

#site-footer .sub-footer a:not(.btn) {
  color: #0083ff; }

.block-footer-height {
  position: relative;
  width: 100%; }
@media (max-width: 768px) {
  .block-footer-height {
    display: none; } }

@media (max-width: 768px) {
  .footer .footer-wrapper {
    padding: 60px 0 0; }
  .sub-footer {
    margin-top: 60px; } }

/*------------- #PAGE404 --------------*/
.page404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh; }
.page404 .col-8 {
  width: 12.5%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.page404 .error {
  font-size: 50px;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle; }
.page404 .number {
  font-size: 300px;
  color: #fff;
  margin: 0 0 0 -50px;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle; }
.page404 .sub-footer {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: transparent;
  padding: 0;
  width: 95%; }
.page404 .sub-footer span {
  color: #fff; }
.page404 .sub-footer .sub-footer__link {
  color: #fff; }
.page404 .sub-footer a {
  color: #fff; }
.page404 .site-logo {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.logo--center {
  text-align: center;
  color: #fff; }
.logo--center img {
  float: none;
  margin-right: 0; }
.logo--center .logo-title {
  color: inherit; }
.logo--center .logo-text {
  float: none; }

.page404-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 95%; }
.page404-content > * {
  color: #fff;
  line-height: 1; }
.page404-content .title {
  font-size: 42px;
  margin-bottom: 20px; }
.page404-content .sub-title {
  font-size: 22px; }
.page404-content a {
  text-decoration: underline; }
.page404-content .page404-searchform {
  max-width: 500px;
  margin: 35px auto 0 auto; }
.page404-content .page404-searchform .w-search .utouch-icon {
  top: 10px; }

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
  .page404 .number {
    font-size: 150px;
    margin-left: -20px; }
  .page404 .error {
    font-size: 40px; }
  .page404-content .title {
    display: none; }
  .page404 .sub-footer {
    bottom: 10px; } }

@media (max-width: 640px) {
  .page404 .number {
    font-size: 100px;
    margin-left: -10px; }
  .page404 .error {
    font-size: 20px; }
  .page404-content {
    top: 60%; } }

@media (max-width: 460px) {
  .page404 .number {
    font-size: 80px; } }

/*------------- #MAGNIFIC-POPUP --------------*/
:focus {
  outline: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/*/ Effect 2: Move Up /*/
#items-grid > div.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards; }

@-webkit-keyframes moveUp {
  0% { }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes moveUp {
  0% { }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/*------------- #Gutenberg Customization --------------*/
.crumina-grid .wp-block-pullquote {
  border-top: 4px solid #dbe3ec;
  border-bottom: 4px solid #dbe3ec;
  color: #40464d;
  margin-top: 1em;
  margin-bottom: 1em; }
.crumina-grid .wp-block-pullquote p::before {
  display: none; }

.crumina-grid .wp-block-image,
.crumina-grid .wp-block-embed-vimeo {
  margin: 2em auto; }

.crumina-grid .wp-block-gallery {
  list-style: none;
  padding-left: 0; }

.crumina-grid .wp-block-image figcaption,
.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
  margin: 0 auto 10px;
  font-size: 14px;
  line-height: 1.5; }

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
  text-align: center;
}

.crumina-grid .wp-block-separator {
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 2px solid #dbe3ec;
  margin: 1.65em auto; }
.crumina-grid .wp-block-separator:after {
  display: block;
  content: "";
  clear: both; }
.crumina-grid .wp-block-separator.is-style-dots {
  border: none; }

.crumina-grid .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px; }

.crumina-grid .blog-post ul:not([class]) li + li {
  margin-top: 8px; }

.crumina-grid .wp-block-categories,
.crumina-grid .wp-block-archives,
.crumina-grid .wp-block-latest-posts,
.crumina-grid .wp-block-latest-posts {
  list-style: none;
  padding-left: 0; }
.crumina-grid .wp-block-categories li,
.crumina-grid .wp-block-archives li,
.crumina-grid .wp-block-latest-posts li,
.crumina-grid .wp-block-latest-posts li {
  list-style: none; }
.crumina-grid .wp-block-categories li:before,
.crumina-grid .wp-block-archives li:before,
.crumina-grid .wp-block-latest-posts li:before,
.crumina-grid .wp-block-latest-posts li:before {
  display: none; }
.crumina-grid .wp-block-categories li a,
.crumina-grid .wp-block-archives li a,
.crumina-grid .wp-block-latest-posts li a,
.crumina-grid .wp-block-latest-posts li a {
  color: #516e90; }

.crumina-grid .wp-block-quote.is-large cite {
  text-align: initial; }

.crumina-grid .wp-block-quote.is-large,
.crumina-grid .wp-block-quote.is-style-large {
  margin: 3em 0;
  padding: 15px 15px 15px 40px; }

.crumina-grid figure.wp-block-audio {
  margin: 1em 0; }

.crumina-grid .wp-block-archives {
  padding-left: 0; }

.crumina-grid ul:not([class]) {
  padding-left: 20px; }

.crumina-grid .wp-block-latest-posts.is-grid li {
  margin: 0 16px 5px 0; }

.crumina-grid .post ul li.blocks-gallery-item::before {
  display: none; }

.wp-block-button{
  clear: both;
  margin-bottom: 20px;
}
.wp-block-button.is-style-squared > .wp-block-button__link {
  border-radius: 0;
}
.wp-block-cover p:not(.has-text-color),
.wp-block-cover p a:not(.has-text-color){
  color: #fff;
}

.post.quote blockquote cite a {
  color: #FECF39;
}

/*------------- Responsive mode styles --------------*/
@media (max-width: 640px) {
  .crumina-grid .wp-block-quote.is-large,
  .crumina-grid .wp-block-quote.is-style-large {
    padding-left: 50px;
    margin: 1em 0; }
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p,
  .wp-block-pullquote p {
    font-size: 16px; }
  .crumina-grid .wp-block-pullquote {
    padding: 1em 0; } }






     body, article p {
            color: #757575;
        }

        .primary-menu-menu *, .primary-menu-menu > li > a {
        }

        .site-logo .logo-title {
            color: #516e90;
            font-size: 30px;
        }

        h1, .h1 {
            color: #2f2c2c;
        }

        h2, .h2 {
            color: #2f2c2c;
        }

        h3, .h3 {
            color: #2f2c2c;
        }

        h4, .h4 {
            color: #2f2c2c;
        }

        h5, .h5 {
            color: #2f2c2c;
        }

        h6, .h6 {
            color: #2f2c2c;
        }



/*https://oporahealth.com/wp-content/themes/utouch/css/blocks.css?ver=3.4*/
/*------------- #BLOCKS --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #HEADING --------------*/
.crumina-heading {
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
}

.crumina-heading > *:last-child {
    margin-bottom: 0;
}

.crumina-heading > *:first-child {
    margin-top: 0;
}

.crumina-heading + * {
    margin-top: 25px;
}

.heading-title {
    margin-bottom: 30px;
    line-height: 1.3em;
}

.heading-text {
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.75;
}

.heading-text.small {
    font-size: 14px;
}

.heading-sup-title {
    opacity: .7;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 16px;
}

/*------------- #BUTTONS --------------*/
.btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 18px 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    fill: #fff;
    font-weight: 900;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    line-height: 1;
}

.btn + .btn {
    margin-left: 30px;
}

input.btn:focus {
    color: #fff;
}

.crum-button + .crum-button {
    margin-left: 30px;
}

.btn--with-icon {
    text-align: left;
    fill: #fff;
    padding: 12px 50px;
}

.btn--with-icon > * {
    display: inline-block;
    vertical-align: middle;
}

.btn--with-icon .utouch-icon {
    margin-right: 14px;
    font-size: 26px;
    height: 26px;
    width: 26px;
}

.btn--with-icon .text {
    overflow: hidden;
}

.btn--with-icon .sup-title {
    font-size: 10px;
    opacity: .7;
}

.btn--with-icon .title {
    font-size: 16px;
}

.btn-small {
    padding: 12px 24px;
    font-size: 12px;
}

.btn-x-small {
    padding: 8px 20px;
    font-size: 12px;
}

.btn-x-small .utouch-icon {
    height: 20px;
    width: 20px;
}

.btn--large {
    padding: 23px 50px;
}

.btn-more {
    margin: 40px auto;
    text-align: center;
}

.btn-border {
    border: 2px solid;
    background-color: transparent;
}

.btn-border.btn {
    padding: 16px 50px;
}

.btn-border.btn-small {
    padding: 12px 26px;
}

.btn-border.btn--large {
    padding: 21px 50px;
}

.btn--icon-right .utouch-icon {
    float: right;
    margin-right: 0;
    margin-left: 14px;
    font-size: 26px;
    height: 26px;
}

.btn--icon-right .text {
    overflow: hidden;
    margin-top: 7px;
    display: block;
}

.btn--round {
    border-radius: 100%;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    fill: #fff;
    position: relative;
}

.btn--round .utouch-icon {
    height: 13px;
    width: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*------------- #Button back-to-top --------------*/
.back-to-top {
    position: absolute;
    z-index: 20;
    width: 60px;
    height: 60px;
    line-height: 77px;
    display: block;
    fill: #fff;
    stroke: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 130, 215, 0.4);
    box-shadow: 10px 0 30px 0 rgba(0, 130, 215, 0.4);
    border-radius: 100%;
    text-align: center;
}

.back-to-top.hidden {
    opacity: 0;
}

.back-to-top .utouch-icon {
    fill: #fff;
    height: 28px;
    width: 28px;
}

.back-to-top-fixed {
    position: fixed;
    z-index: 999;
    margin-left: -30px;
    bottom: 60px;
    top: auto;
    -webkit-transform: none;
    transform: none;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
    .btn + .btn {
        margin-left: 0;
        margin-top: 15px;
    }

    .crum-button + .crum-button {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .btn {
        padding: 15px 35px;
        font-size: 13px;
    }

    .btn--with-icon {
        padding: 10px 35px;
    }

    .btn--round {
        padding: 0;
    }

    .btn-small {
        padding: 14px 25px;
    }
}

@media (max-width: 460px) {
    .btn {
        font-size: 10px;
    }
}

/*------------- #SLIDERS --------------*/
.main-slider {
    position: relative;
    cursor: pointer;
    background-color: #ecf5fe;
}

.main-slider .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-slider .slider-content {
    margin: 0 auto 65px;
}

@media (max-width: 980px) {
    .main-slider .slider-content {
        padding: 20px 5px;
    }
}

.main-slider .slider-content .slider-content-title {
    margin-bottom: 10px;
    line-height: 1.3;
}

.main-slider .slider-content .slider-content-text {
    margin-bottom: 25px;
    line-height: 1.45;
    font-weight: 400;
}

.main-slider .slider-content.align-both .slider-content-title {
    margin-bottom: 23px;
    line-height: 1.2;
}

.main-slider .slider-content.align-both .slider-content-text {
    margin-bottom: 33px;
    line-height: 1.55;
}

.main-slider .main-slider-bg-dark .slider-content .slider-content-title {
    color: #fff;
}

.main-slider .main-slider-bg-dark .slider-content .slider-content-text {
    color: #fff;
    opacity: 1;
}

.main-slider .main-slider-bg-dark .with-decoration .first-decoration, .main-slider .main-slider-bg-dark .with-decoration .second-decoration {
    fill: #fff;
}

.main-slider.navigation-center-both-sides .btn-prev {
    left: 0;
}

.main-slider.navigation-center-both-sides .btn-next {
    right: 0;
}

.main-slider .slider-thumb {
    overflow: hidden;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .main-slider .slider-thumb {
        height: auto;
        overflow: visible;
    }
}

.main-slider .main-slider-btn-wrap .btn + .btn {
    margin-left: 20px;
}

@media (max-width: 980px) {
    .main-slider .main-slider-btn-wrap .btn + .btn {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 320px) {
    .main-slider .main-slider-btn-wrap .btn + .btn {
        margin-top: 20px;
    }
}

.main-slider.main-slider-bg-dark .slider-content .slider-content-title {
    color: #fff;
}

.main-slider.main-slider-bg-dark .slider-content .slider-content-text {
    color: #fff;
}

.main-slider.main-slider-bg-dark .with-decoration .first-decoration, .main-slider.main-slider-bg-dark .with-decoration .second-decoration {
    fill: #fff;
}

.main-slider .thumb-left {
    direction: rtl;
}

.main-slider .thumb-left .slider-content {
    direction: ltr;
}

.main-slider .thumb-right {
    direction: ltr;
}

.main-slider.main-slider-bg-photo-wrap {
    height: 100vh;
}

.main-slider.no-labels {
    padding-bottom: 0;
}

.with-decoration {
    position: relative;
    padding: 0 40px;
}

.with-decoration .first-decoration,
.with-decoration .second-decoration {
    display: block;
    position: absolute;
    top: 50%;
    width: 65px;
    max-height: 100%;
    fill: inherit;
}

.with-decoration .first-decoration {
    left: 0;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.with-decoration .second-decoration {
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.main-slider-bg-light .with-decoration .first-decoration, .main-slider-bg-light .with-decoration .second-decoration {
    fill: #516e90;
}

.background-contain {
    background-size: contain;
    background-repeat: no-repeat;
}

.background-cover {
    background-size: cover;
}

.bg-1 {
    background-image: url("../img/clouds1.png");
}

.bg-2 {
    background-image: url("../img/clouds2.png");
}

.bg-3 {
    background-image: url("../img/clouds3.png");
}

.bg-4 {
    background-image: url("../img/clouds4.png");
}

.bg-5 {
    background-image: url("../img/clouds5.png");
}

.bg-6 {
    background-image: url("../img/clouds6.png");
}

.bg-7 {
    background-image: url("../img/clouds7.png");
}

.bg-8 {
    background-image: url("../img/clouds11.png");
}

.bg-9 {
    background-image: url("../img/clouds13.png");
}

.bg-10 {
    background-image: url("../img/clouds14.png");
}

.bg-11 {
    background-image: url("../img/clouds15.png");
}

.bg-12 {
    background-image: url("../img/clouds16.png");
}

.bg-13 {
    background-image: url("../img/clouds17.png");
}

.bg-14 {
    background-image: url("../img/clouds18.png");
}

.bg-15 {
    background-image: url("../img/clouds19.png");
}

.bg-16 {
    background-image: url("../img/clouds20.png");
}

.bg-17 {
    background-image: url("../img/clouds21.png");
}

.bg-18 {
    background-image: url("../img/clouds22.png");
}

.bg-19 {
    background-image: url("../img/clouds24.png");
}

.bg-20 {
    background-image: url("../img/clouds25.png");
}

.bg-rounded1 {
    background-image: url("../img/bg-rounded1.png");
}

.bg-rounded2 {
    background-image: url("../img/bg-rounded2.png");
}

.bg-rounded3 {
    background-image: url("../img/bg-rounded3.png");
}

.bg-rounded4 {
    background-image: url("../img/bg-rounded4.png");
}

/*------------- #Slider Faqs --------------*/
.slider-faqs-thumb {
    position: relative;
    text-align: center;
    background-image: url("../img/faqs-cloud.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.slider-faqs-thumb .utouch-icon {
    height: 240px;
    width: 240px;
}

.slider-faqs-title {
    text-transform: uppercase;
    margin-bottom: 35px;
    letter-spacing: .2em;
}

.slider-slides {
    margin-bottom: 75px;
    z-index: 999;
    padding: 10px 0;
}

.slides-item {
    display: inline-block;
    position: relative;
    margin-right: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    opacity: .3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slides-item.slide-active {
    opacity: 1;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 131, 255, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 131, 255, 0.2);
}

.slides-item:last-child {
    margin-right: 0;
}

.with-thumbs {
    text-align: center;
    margin: 40px 0;
}

.with-thumbs .slides-item {
    margin-right: 10px;
    line-height: 1;
    overflow: hidden;
    background-color: transparent;
}

.slider-slides--vertical-line .slides-item {
    opacity: 1;
    background-color: transparent;
    font-size: 18px;
    color: #849dbd;
}

.slider-slides--vertical-line .slides-item:first-child {
    margin-left: 40px;
}

.slider-slides--vertical-line .slides-item.slide-active {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 20px;
}

.slider-slides--vertical-line .slides-item.slide-active .round:before {
    opacity: 1;
    height: 60px;
}

.slider-slides--vertical-line .slides-item.slide-active .round.orange {
    background-color: #F89101;
}

.slider-slides--vertical-line .slides-item.slide-active .round.red {
    background-color: #ff3133;
}

.slider-slides--vertical-line .round {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #a1b7d2;
    margin-right: 15px;
    position: relative;
}

.slider-slides--vertical-line .round:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 0 0 5px 5px;
    top: -70px;
    left: 1px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 4px solid;
}

.slider-slides--vertical-line .round.orange:before {
    background-color: #F89101;
}

.slider-slides--vertical-line .round.red:before {
    background-color: #ff3133;
}

.cloud-center {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.play-with-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.play-with-title .video-control {
    margin-right: 15px;
}

.video-control {
    padding: 15px;
}

.video-control img {
    -webkit-box-shadow: 10px 0 30px 0 rgba(215, 20, 58, 0.4);
    box-shadow: 10px 0 30px 0 rgba(215, 20, 58, 0.4);
    border-radius: 20px;
}

.play-title {
    font-size: 20px;
}

.btn-slider-wrap {
    display: inline-block;
    z-index: 99;
}

.navigation-bottom {
    padding-bottom: 70px;
}

.navigation-left-bottom {
    position: absolute;
    left: 13%;
    bottom: 20px;
}

.navigation-center-bottom {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.navigation-top-right {
    position: absolute;
    right: 3%;
    top: 0;
}

.navigation-top .swiper-container {
    padding-top: 70px;
    top: -70px;
    z-index: 5;
}

.navigation-center-both-sides .btn-prev, .navigation-center-both-sides .btn-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
}

.navigation-center-both-sides .btn-prev {
    left: -60px;
}

.navigation-center-both-sides .btn-next {
    right: -60px;
}

.kc-row-container .navigation-center-both-sides.crumina-module-image-slider .btn-prev {
    left: 60px;
}

.kc-row-container .navigation-center-both-sides.crumina-module-image-slider .btn-next {
    right: 60px;
}

.kc-row-container.kc-container .navigation-center-both-sides.crumina-module-image-slider .btn-prev {
    left: -60px;
}

.kc-row-container.kc-container .navigation-center-both-sides.crumina-module-image-slider .btn-next {
    right: -60px;
}

.navigation-top-both-sides .btn-prev, .navigation-top-both-sides .btn-next {
    top: 0;
    position: absolute;
}

.navigation-top-both-sides .btn-prev {
    left: 10%;
}

.navigation-top-both-sides .btn-next {
    right: 10%;
}

.btn-prev, .btn-next {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    stroke: inherit;
    opacity: .4;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.btn-prev:after, .btn-next:after {
    content: '';
    display: block;
    height: 100%;
    width: 15px;
    position: absolute;
    top: 0;
}

.btn-prev .utouch-icon, .btn-next .utouch-icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 36px;
    height: 36px;
}

.btn-prev .icon-hover, .btn-next .icon-hover {
    opacity: 0;
    position: absolute;
}

.btn-prev:hover, .btn-next:hover {
    opacity: 1;
}

.btn-prev:hover .icon-hover, .btn-next:hover .icon-hover {
    opacity: 1;
}

.btn-prev .icon-hover {
    left: 0;
}

.btn-next .icon-hover {
    right: 0;
}

.btn-next:hover {
    margin-left: 5px;
    margin-right: -5px;
}

.btn-prev:hover {
    margin-left: -5px;
    margin-right: 5px;
}

.btn-prev.with-bg, .btn-next.with-bg {
    opacity: .4;
}

.btn-prev.with-bg .utouch-icon, .btn-next.with-bg .utouch-icon {
    fill: #fff;
}

.btn-prev.with-bg.rounded, .btn-next.with-bg.rounded {
    border-radius: 30px;
}

.btn-prev.with-bg.round, .btn-next.with-bg.round {
    width: 80px;
    height: 80px;
    padding: 0;
    border-radius: 100%;
}

.btn-prev.with-bg.round .utouch-icon, .btn-next.with-bg.round .utouch-icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.btn-prev.with-bg.bg-black, .btn-next.with-bg.bg-black {
    background-color: #121921;
}

.btn-prev.with-bg {
    border-radius: 0 30px 30px 0;
    padding: 7px 0 0 15px;
}

.btn-prev.with-bg .icon-hover {
    left: 16px;
}

.btn-prev.with-bg:hover {
    margin-left: 0;
    margin-right: 0;
    padding: 7px 15px 0 15px;
    opacity: 1;
}

.btn-prev.with-bg.rounded:hover {
    padding: 7px 20px 0 15px;
}

.btn-next.with-bg {
    border-radius: 30px 0 0 30px;
    padding: 7px 15px 0 0;
}

.btn-next.with-bg .icon-hover {
    right: 16px;
}

.btn-next.with-bg:hover {
    margin-left: 0;
    margin-right: 0;
    padding: 7px 15px 0 15px;
    opacity: 1;
}

.btn-next.with-bg.rounded:hover {
    padding: 7px 15px 0 20px;
}

.btn-next:after {
    left: -15px;
}

.btn-prev:after {
    right: -15px;
}

.btn-prev.btn--style,
.btn-next.btn--style {
    padding: 7px 40px;
    border-radius: 30px;
    background-color: #ecf5fe;
    opacity: 1;
    text-transform: uppercase;
    color: #6987ab;
    font-weight: 700;
}

.btn-prev.btn--style span,
.btn-next.btn--style span {
    display: inline-block;
    vertical-align: middle;
}

.btn-prev.btn--style .utouch-icon,
.btn-next.btn--style .utouch-icon {
    fill: #6987ab;
    display: inline-block;
    vertical-align: middle;
}

.btn-prev.btn--style .icon-hover,
.btn-next.btn--style .icon-hover {
    right: auto;
    left: auto;
}

.btn-prev.btn--style:hover,
.btn-next.btn--style:hover {
    background-color: #fff;
    -webkit-box-shadow: 10px 0 50px rgba(0, 131, 255, 0.15);
    box-shadow: 10px 0 50px rgba(0, 131, 255, 0.15);
}

.crumina-module-slider {
    position: relative;
}

.crumina-module-slider .list, .crumina-module-slider .crumina-module-list {
    margin-left: 0;
}

.crumina-module-slider .list ul, .crumina-module-slider .crumina-module-list ul {
    margin-left: 30px;
}

.crumina-module-slider .heading-text ul {
    list-style: initial;
    margin-left: 20px;
}

.crumina-module-slider .heading-text ul li {
    list-style: initial;
    margin-bottom: 10px;
}

.crumina-module-slider .heading-text ul li:last-child {
    margin-bottom: 0;
}

.slider-tabs-vertical-line .swiper-slide {
    background-size: contain;
    margin-bottom: 125px;
    padding: 120px 0;
    height: auto;
}

.slider-tabs-vertical-line .slider-slides {
    position: absolute;
    bottom: 35px;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}

.slider-tabs-vertical-thumb {
    margin-bottom: -310px;
}

.slider-slides--round-text .slides-item {
    display: block;
    margin-right: 0;
    width: auto;
    height: auto;
    line-height: 1.4;
    text-align: left;
    font-weight: 400;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
    font-size: inherit;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.slider-slides--round-text .slides-item.slide-active .number {
    border-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.slider-slides--round-text .slides-item:after {
    content: '';
    display: block;
    width: 4px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 28px;
    background-color: #0069cc;
}

.slider-slides--round-text .number {
    font-size: 30px;
    font-weight: 700;
    float: left;
    margin-right: 35px;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    border: 4px solid #0069cc;
}

.slider-slides--round-text .crumina-heading {
    overflow: hidden;
    margin-bottom: 0;
}

.crumina-module-info-list.crumina-module-slider .slides-item.slide-active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.screenshots-item-bottom .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.slider--full-width .swiper-container {
    padding-top: 20px;
    max-width: 1400px;
}

.screenshots-slider-style1 .swiper-slide {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.screenshots-slider-style1 .swiper-slide .screenshot-item img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.screenshots-slider-style1 .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.screenshots-slider-style1 .swiper-slide.swiper-slide-active .screenshot-item img {
    -webkit-box-shadow: 15px 0 20px rgba(72, 9, 94, 0.4);
    box-shadow: 15px 0 20px rgba(72, 9, 94, 0.4);
}

.screenshots-slider-style1 .swiper-slide.swiper-slide-prev, .screenshots-slider-style1 .swiper-slide.swiper-slide-next {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: .8;
}

.screenshots-slider-style2 .swiper-slide {
    opacity: .5;
}

.screenshots-slider-style2 .swiper-slide .screenshot-item img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.screenshots-slider-style2 .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.screenshots-slider-style2 .swiper-slide.swiper-slide-active .screenshot-item img {
    -webkit-box-shadow: 30px 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 30px 0 30px rgba(0, 0, 0, 0.3);
}

.screenshots-slider-style2.navigation-center-both-sides .btn-prev {
    opacity: 1;
    left: 0;
}

.screenshots-slider-style2.navigation-center-both-sides .btn-next {
    opacity: 1;
    right: 0;
}

.screenshot-item img {
    width: 100%;
}

.slider-with-device {
    position: relative;
    padding-bottom: 100px;
}

.slider-with-device .swiper-container {
    background: url("../img/smartphone2.png") 50% 0 no-repeat;
    background-size: contain;
    padding: 80px 0;
}

.slider-with-device .swiper-slide {
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.slider-with-device .swiper-slide .screenshot-item img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slider-with-device .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
}

.slider-with-device .swiper-slide.swiper-slide-active .screenshot-item img {
    -webkit-box-shadow: 30px 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 30px 0 30px rgba(0, 0, 0, 0.3);
}

.slider--full-width-3items .swiper-slide {
    width: 1140px;
    padding-right: 60px;
    max-width: 100%;
    opacity: .2;
}

.slider--full-width-3items .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.slider-3-items .swiper-slide {
    opacity: .9;
}

.slider-3-items .swiper-slide img {
    border-radius: 20px;
    overflow: hidden;
    display: block;
    min-width: 100%;
}

.slider-3-items .swiper-slide.swiper-slide-active {
    opacity: 1;
}

/* fix for cube-slider background*/
.swiper-container-horizontal[data-effect='cube'] .swiper-slide, .swiper-container-horizontal[data-effect='flip'] .swiper-slide {
    background-color: #fff;
}

.swiper-container-horizontal[data-effect='cube'] .swiper-slide-active, .swiper-container-horizontal[data-effect='flip'] .swiper-slide-active {
    z-index: 10;
}

/*================= Responsive Mode ============*/
@media (max-width: 1270px) {
    .navigation-center-both-sides .btn-next {
        right: 10px;
    }

    .navigation-center-both-sides .btn-prev {
        left: 10px;
    }
}

@media (max-width: 1024px) {
    .slider-with-device .swiper-container {
        padding: 40px 0;
    }
}

@media (max-width: 800px) {
    .slider-tabs-vertical-thumb {
        margin-bottom: 0;
    }

    .navigation-center-both-sides .btn-next {
        right: 5px;
    }

    .navigation-center-both-sides .btn-prev {
        left: 5px;
    }
}

@media (max-width: 768px) {
    .slides-item {
        margin-right: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }

    .slider-with-device .swiper-container {
        padding: 60px 0;
    }

    .with-decoration .first-decoration,
    .with-decoration .second-decoration {
        width: 40px;
    }

    .main-slider .container {
        width: 100%;
        display: block;
    }
}

@media (max-width: 640px) {
    .navigation-top .swiper-container {
        top: auto;
    }

    .btn-prev.btn--style,
    .btn-next.btn--style {
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .slider-with-device .swiper-slide {
        padding: 40px;
    }
}

@media (max-width: 460px) {
    .slides-item {
        margin-right: 15px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }

    .slider-slides--vertical-line .slides-item:first-child {
        margin-left: 0;
    }
}

/*------------- #INFO-BOX --------------*/
.info-boxes .crumina-info-box {
    margin-bottom: 30px;
}

.crumina-info-box .info-box-content {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.crumina-info-box .info-box-image {
    margin-right: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box--standard .utouch-icon {
    height: 32px;
    width: 32px;
    margin-right: 25px;
}

.info-box--standard .info-box-image {
    margin-bottom: 20px;
    margin-right: 0;
}

.info-box--standard .info-box-image .info-box-image {
    margin-bottom: 0;
}

.info-box--standard .icon-big {
    margin-right: 40px;
    height: 75px;
    width: 75px;
}

.info-box--standard .icon-small {
    margin-right: 20px;
}

.info-box--standard .icon-small img {
    height: 40px;
    width: 40px;
}

.info-box--standard-hover {
    text-align: center;
}

.info-box--standard-hover .info-box-image {
    margin: 0 auto 25px;
    border-radius: 0;
    position: relative;
}

.info-box--standard-hover .cloud {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.info-box--standard-hover .info-box-image .utouch-icon {
    height: 70px;
    width: 70px;
}

.info-box--standard-hover .info-box-title {
    display: block;
    margin-bottom: 15px;
}

.info-box--standard-hover .info-box-text {
    margin-bottom: 15px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.info-box--standard-hover .btn-next {
    opacity: .8;
}

.info-box--standard-hover .btn-next .icon-hover {
    opacity: 1;
}

.info-box--standard-hover:hover .btn-next {
    opacity: 1;
}

.info-box--standard-hover:hover .btn-next .icon-hover {
    opacity: 1;
}

.info-box--standard-round {
    text-align: left;
    position: relative;
    z-index: 10;
}

.info-box--standard-round .info-box-title {
    margin-bottom: 17px;
}

.info-box--standard-round .info-box-image {
    float: left;
    width: 100px;
    height: 100px;
    line-height: 140px;
    background-color: #fff;
    -webkit-box-shadow: 20px 0 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 20px 0 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    position: relative;
}

.info-box--standard-round .utouch-icon {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.info-box--standard-round.icon-right {
    text-align: right;
}

.info-box--standard-round.icon-right .info-box-image {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}

.negative-margin-right130 {
    margin-right: -130px;
}

.negative-margin-left130 {
    margin-left: -130px;
}

.particular-image {
    display: block;
    margin: -100px auto 50px;
}

.info-box--numbers .order-number {
    margin-bottom: 20px;
}

.info-box--numbers .info-box-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.info-box--time-line {
    text-align: center;
    margin-top: 20px;
}

.info-box--time-line .info-box-image {
    width: 100px;
    height: 100px;
    line-height: 135px;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto 15px;
}

.info-box--time-line .info-box-image img {
    width: 40px;
    height: 40px;
}

.info-box--time-line .info-box-image.bg-primary-color {
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 131, 255, 0.4);
    box-shadow: 10px 0 30px 0 rgba(0, 131, 255, 0.4);
}

.info-box--time-line .info-box-image.bg-orange {
    -webkit-box-shadow: 10px 0 30px 0 rgba(248, 145, 1, 0.4);
    box-shadow: 10px 0 30px 0 rgba(248, 145, 1, 0.4);
}

.info-box--time-line .info-box-image.bg-red {
    -webkit-box-shadow: 10px 0 30px 0 rgba(255, 49, 51, 0.4);
    box-shadow: 10px 0 30px 0 rgba(255, 49, 51, 0.4);
}

.info-box--time-line .info-box-image.bg-green {
    -webkit-box-shadow: 10px 0 30px 0 rgba(1, 162, 60, 0.4);
    box-shadow: 10px 0 30px 0 rgba(1, 162, 60, 0.4);
}

.info-box--time-line .utouch-icon {
    fill: #fff;
    height: 40px;
    width: 40px;
}

.info-box--time-line .timeline-year {
    margin-bottom: 17px;
}

.info-box--time-line .info-box-title {
    margin-bottom: 15px;
    display: block;
}

.time-line-arrow {
    position: absolute;
    top: 50px;
    right: -25px;
    opacity: .3;
}

.info-box--classic .utouch-icon {
    height: 60px;
    width: 60px;
}

.info-box--classic .info-box-image {
    float: left;
    margin: 20px 40px 0 0;
}

.info-box--classic .info-box-content {
    overflow: hidden;
}

.info-box--classic .info-box-title {
    margin-bottom: 17px;
}

.text-box .title {
    font-size: 16px;
    margin-bottom: 20px;
}

.text-box ul li {
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
}

.text-box + .text-box {
    margin-top: 50px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1199px) {
    .display-flex.info-boxes {
        display: block;
    }

    .crumina-info-box.negative-margin-right130 {
        margin-right: 0;
    }

    .crumina-info-box.negative-margin-left130 {
        margin-left: 0;
    }

    .particular-image {
        margin: 0 auto 30px;
    }

    .particular-image + .btn {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .info-box--standard-hover .btn-next {
        opacity: 1;
    }

    .info-box--standard-hover .btn-next .icon-hover {
        opacity: 1;
    }

    .time-line-arrow {
        right: 0;
    }

    .info-box--standard-hover .info-box-image {
        margin: 0 auto 20px;
    }

    .info-box--standard-round .info-box-image {
        width: 70px;
        height: 70px;
        line-height: 100px;
    }

    .info-box--standard .icon-big {
        margin-right: 15px;
    }

    .info-box--classic .info-box-image {
        float: none;
        margin: 0;
    }
}

/*------------- #TESTIMONIAL --------------*/
.testimonials-wrap .crumina-testimonial-item {
    margin-bottom: 60px;
}

.crumina-testimonial-item {
    position: relative;
}

.crumina-testimonial-item .rait-stars {
    position: relative;
    z-index: 2;
}

.crumina-testimonial-item .author-name {
    display: block;
    margin: 0;
}

.crumina-testimonial-item .author-company {
    color: #63768d;
    display: block;
}

.crumina-testimonial-item .testimonial-text {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.testimonial-img-author {
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
}

.testimonial-item-author-top {
    text-align: center;
    padding-top: 20px;
}

.testimonial-item-author-top .author-info {
    text-align: center;
}

.testimonial-item-author-top .testimonial-text {
    font-size: 20px;
    margin-bottom: 70px;
    line-height: 1.3;
}

.testimonial-item-author-top .testimonial-img-author {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 40px;
}

.testimonial-item-author-top .testimonial-img-author img {
    -webkit-box-shadow: 10px 0 30px 0 rgba(81, 116, 141, 0.4);
    box-shadow: 10px 0 30px 0 rgba(81, 116, 141, 0.4);
}

.testimonial-item-author-top .author-name {
    margin-bottom: 10px;
}

.testimonial-item-arrow {
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgba(18, 25, 33, 0.1);
    box-shadow: 0 0 15px 0 rgba(18, 25, 33, 0.1);
    margin: 15px 10px 0;
}

.testimonial-item-arrow .testimonial-text {
    margin-bottom: 20px;
}

.testimonial-item-arrow .author-info-wrap {
    margin-bottom: 10px;
}

.testimonial-item-arrow .author-info-wrap > * {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-item-arrow .testimonial-img-author {
    margin-right: 20px;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: 10px 0 30px 0 rgba(81, 116, 141, 0.4);
    box-shadow: 10px 0 30px 0 rgba(81, 116, 141, 0.4);
}

.testimonial-item-author-left .testimonial-img-author {
    width: 160px;
    height: 160px;
    line-height: 310px;
    float: left;
    background-color: #edf6fc;
    margin-right: 40px;
}

.testimonial-item-author-left .author-name {
    margin-bottom: 25px;
}

.testimonial-item-author-left .testimonial-text {
    font-weight: 400;
    margin-bottom: 25px;
}

.testimonial-item-author-left .author-info-wrap {
    overflow: hidden;
}

.testimonial-item-quote-right {
    padding: 0 40px 40px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 0 rgba(18, 25, 33, 0.1);
    box-shadow: 0 0 15px 0 rgba(18, 25, 33, 0.1);
    overflow: visible;
    margin: 80px 10px 0;
}

.testimonial-item-quote-right .testimonial-img-author {
    text-align: left;
    margin-bottom: -30px;
    top: -60px;
    position: relative;
    overflow: visible;
}

.testimonial-item-quote-right .testimonial-img-author img {
    border-radius: 100%;
    -webkit-box-shadow: 10px 0 30px 0 rgba(18, 25, 33, 0.15);
    box-shadow: 10px 0 30px 0 rgba(18, 25, 33, 0.15);
}

.testimonial-item-quote-right .testimonial-img-author .share-product, .testimonial-item-quote-right .testimonial-img-author .social__item.main {
    top: auto;
    bottom: 0;
    right: auto;
    left: 10px;
}

.testimonial-item-quote-right .author-name {
    font-size: 22px;
    margin-bottom: 10px;
    color: inherit;
}

.testimonial-item-quote-right .author-company {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.testimonial-item-quote-right .testimonial-text {
    font-weight: 400;
    margin-bottom: 35px;
}

.testimonial-item-quote-right .quote {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.testimonial-item-quote-right .quote .utouch-icon {
    width: 60px;
    height: 60px;
    fill: #e6eff9;
}

.testimonial-item-quote-top {
    text-align: center;
}

.testimonial-item-quote-top .author-info {
    text-align: center;
}

.testimonial-item-quote-top .testimonial-text {
    font-size: 28px;
    margin-bottom: 35px;
}

.testimonial-item-quote-top .author-name {
    margin-bottom: 5px;
}

.testimonial-item-quote-top .quote .utouch-icon {
    width: 100px;
    height: 100px;
    fill: #e6eff9;
}

.rait-stars .utouch-icon {
    height: 13px;
    width: 13px;
    fill: #FECF39;
}

.rait-stars li {
    display: inline-block;
}

.rait-stars li + li {
    margin-left: 2px;
}

.crumina-module.testimonial-item-author-left .author-name {
    margin-bottom: 0;
}

.crumina-module.testimonial-item-author-left .author-info {
    margin-bottom: 20px;
}

/*================= Responsive Mode ============*/
@media (max-width: 990px) {
    .testimonial-item-author-left .testimonial-img-author {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 980px) {
    .testimonial-item-arrow {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .testimonial-item-quote-top .testimonial-text {
        font-size: 20px;
    }
}

@media (max-width: 460px) {
    .testimonial-item-quote-right {
        padding: 0 10px 40px;
    }

    .testimonial-item-author-top .testimonial-text {
        margin-bottom: 20px;
    }
}

/*------------- #PAGINATION --------------*/
.swiper-pagination {
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
}

.swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #a1b7d2;
    margin: auto 5px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
}

.swiper-pagination.top-right {
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.swiper-pagination.bottom-left {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    top: auto;
}

.swiper-pagination.right-bottom {
    right: 100px;
    bottom: -50px;
    top: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.swiper-pagination.pagination-white .swiper-pagination-bullet {
    background-color: #fff;
}

.pagination-bottom .swiper-container {
    padding-bottom: 80px;
}

.pagination-vertical {
    padding-left: 100px;
}

.pagination-vertical .swiper-pagination {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto;
}

.pagination-vertical .swiper-pagination .pagination-item, .pagination-vertical .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 9px auto;
}

.pagination-vertical .swiper-pagination .pagination-item.active, .pagination-vertical .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .pagination-vertical .swiper-pagination .swiper-pagination-bullet.active, .pagination-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
}

.pagination-vertical.pagination-vertical-right {
    padding-left: 0;
    margin-left: 0;
    padding-right: 100px;
    margin-right: -100px;
}

.pagination-vertical.pagination-vertical-right .swiper-pagination {
    left: auto;
    right: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
    .swiper-pagination.bottom-left {
        bottom: 20px;
    }
}

/*------------- #OUR-VIDEO --------------*/
.crumina-our-video {
    overflow: hidden;
    min-width: 100%;
    position: relative;
    text-align: center;
}

.crumina-our-video .cloud {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.crumina-our-video .hand {
    position: relative;
    margin: -100px auto 0;
    z-index: 19;
    display: block;
}

.video-thumb {
    position: relative;
    display: inline-block;
    width: 100%;
}

.video-thumb .video-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}

.video-thumb img {
    display: block;
    width: 100%;
}

.video-thumb.with-border-r {
    border-radius: 10px;
    overflow: hidden;
}

.with-border-r {
    border-radius: 10px;
    overflow: hidden;
}

.block-rounded-shadow .crumina-our-video {
    margin: 60px -60px;
}

.video-with-cloud .video-thumb {
    width: auto;
}

/*================= Responsive Mode ============*/
@media (max-width: 1199px) {
    .block-rounded-shadow {
        padding: 30px;
    }

    .block-rounded-shadow .crumina-our-video {
        margin: 60px -30px;
    }

    .video-thumb .video-control {
        width: 30%;
    }
}

/*------------- #CLIENTS --------------*/
.crumina-clients {
    padding: 95px 0;
    background-image: url("../img/clouds12.png");
}

.clients-item {
    position: relative;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.clients-item:hover img {
    opacity: 0;
}

.clients-item:hover .hover {
    opacity: 1;
}

.clients-item img {
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.clients-item img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
}

.clients-item .clients-images {
    position: relative;
    display: block;
    margin: auto;
}

/*================= Responsive Mode ============*/
@media (max-width: 1200px) {
    .crumina-clients {
        padding: 40px 0;
    }

    .clients-item {
        margin-bottom: 20px;
    }
}

/*------------- #COUNTERS --------------*/
.counters {
    z-index: 2;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.crumina-counter-item .counter-numbers {
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}

.crumina-counter-item .counter-title {
    margin: 0;
    line-height: 1.1;
    font-weight: 700;
}

.crumina-counter-item .units {
    display: inline-block;
}

.counter-item-colored {
    text-align: center;
}

.counter-item-colored .counter-numbers {
    margin-bottom: 15px;
}

.counter-item-colored .counter-title {
    color: #516e90;
}

/*================= Responsive Mode ============*/
@media (max-width: 1200px) {
    .counters {
        display: block;
        text-align: center;
        padding: 50px 0;
    }

    .crumina-counter-item {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .crumina-counter-item .counter-numbers {
        font-size: 30px;
    }
}

/*------------- #PRICING-TABLES --------------*/
.crumina-pricing-tables-item {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pricing-title {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pricing-tables-item-standard .main-pricing-content {
    position: relative;
    width: calc(100% - 30px);
    background-color: #fff;
    -webkit-box-shadow: 20px 0 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 20px 0 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 60px;
    z-index: 5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 80px;
}

.pricing-tables-item-standard .rate {
    margin-bottom: 13px;
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.pricing-tables-item-standard .rate .rate {
    font-size: 75%;
}

.pricing-tables-item-standard .price {
    font-size: 72px;
}

.pricing-tables-item-standard .pricing-title {
    color: #6987ab;
    margin-bottom: 30px;
}

.pricing-tables-item-standard .pricing-description {
    margin-bottom: 30px;
}

.pricing-tables-item-standard .sub-description {
    font-size: 14px;
    color: #566c86;
    margin-top: 27px;
    margin-bottom: 0;
}

.pricing-tables-item-standard.highlight-zoom, .pricing-tables-item-standard.hover-zoom:hover {
    margin-bottom: -30px;
    margin-top: -30px;
}

.pricing-tables-item-standard.highlight-zoom .main-pricing-content, .pricing-tables-item-standard.hover-zoom:hover .main-pricing-content {
    padding: 90px 60px;
}

.bg-pricing-content {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% + 50px);
    right: 0;
    top: 30px;
    border-radius: 10px;
    text-align: center;
}

.bg-pricing-content .title {
    color: #fff;
    position: absolute;
    bottom: 20px;
    text-transform: uppercase;
    width: 100%;
    left: 0;
}

.position-item {
    color: #516e90;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 18px;
}

.position-item.del {
    opacity: .6;
    text-decoration: line-through;
}

.pricing-line {
    height: 4px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.pricing-tables--item-with-thumb {
    text-align: center;
    padding: 60px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 20px 0 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 20px 0 60px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pricing-tables--item-with-thumb .icon-img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.pricing-tables--item-with-thumb .rate-wrap {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pricing-tables--item-with-thumb .sub-description {
    margin-bottom: 20px;
}

.pricing-tables--item-with-thumb .cloud {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pricing-tables--item-with-thumb .pricing-thumb {
    position: relative;
    margin-bottom: 25px;
    line-height: 1;
}

.pricing-tables--item-with-thumb .pricing-thumb i {
    font-size: 80px;
    color: #516e90;
}

.pricing-tables--item-with-thumb .pricing-title {
    display: block;
    font-size: 28px;
}

.pricing-tables--item-with-thumb .more-arrow {
    float: none;
}

.pricing-tables--item-with-thumb .rate {
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.pricing-tables--item-with-thumb .rate .sub-price {
    font-size: 75%;
    margin-bottom: 0;
}

.pricing-tables--item-with-thumb .pricing-description {
    margin-bottom: 35px;
}

.pricing-tables--item-with-thumb.highlight-zoom, .pricing-tables--item-with-thumb.hover-zoom:hover {
    margin-bottom: -30px;
    margin-top: -30px;
    -webkit-box-shadow: 20px 0 60px 0 rgba(0, 131, 255, 0.2);
    box-shadow: 20px 0 60px 0 rgba(0, 131, 255, 0.2);
    border-bottom: 5px solid;
}

.pricing-tables-item-colored {
    padding: 60px 30px 90px;
    border-radius: 20px;
    text-align: center;
}

.pricing-tables-item-colored .rate {
    color: #fff;
    font-size: 48px;
    margin: 0 0 15px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.pricing-tables-item-colored .rate .rate {
    font-size: 75%;
}

.pricing-tables-item-colored .rate span {
    font-size: 72px;
}

.pricing-tables-item-colored .period {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .3em;
}

.pricing-tables-item-colored .main-pricing-content {
    border-radius: 20px;
    background-color: #fff;
    padding: 50px 30px 80px;
    margin-top: 45px;
    position: relative;
    -webkit-box-shadow: 20px 0 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 20px 0 60px 0 rgba(0, 0, 0, 0.1);
}

.pricing-tables-item-colored .pricing-line {
    width: 70%;
    margin: 0 auto 35px;
}

.pricing-tables-item-colored .pricing-title {
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 0 27px 0;
}

.pricing-tables-item-colored .btn {
    position: absolute;
    top: calc(100% - 25px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: nowrap;
}

.pricing-tables-item-colored .position-item {
    margin-bottom: 8px;
}

.pricing-tables-item-colored.highlight-zoom, .pricing-tables-item-colored.hover-zoom:hover {
    margin-bottom: -30px;
    margin-top: -30px;
    padding: 90px 30px 120px;
}

.pricing-tables-wrap {
    border-radius: 10px;
    float: left;
    background-color: #171e25;
}

.pricing-tables-wrap.bg-light {
    background-color: transparent;
}

.bg-layer {
    position: absolute !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: no-repeat center;
}

.pricing-tables-item-solid {
    text-align: center;
    margin: 0 2px;
    min-height: 100%;
    padding: 60px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    z-index: 1;
}

.pricing-tables-item-solid .bg-layer {
    -webkit-box-shadow: 20px 0 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 20px 0 60px 0 rgba(0, 0, 0, 0.1);
    background-color: #121921;
    border-radius: 10px;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pricing-tables-item-solid .pricing-title {
    font-size: 30px;
    margin: 0 0 30px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pricing-tables-item-solid .btn {
    margin-top: auto;
}

.pricing-tables-item-solid .rate {
    color: #fff;
    font-size: 36px;
    margin: 0 0 10px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.pricing-tables-item-solid .rate .rate {
    font-size: 75%;
}

.pricing-tables-item-solid .rate span {
    font-size: 60px;
}

.pricing-tables-item-solid .period {
    color: #fff;
    margin-bottom: 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pricing-tables-item-solid .position-item {
    margin-bottom: 7px;
    color: #9db5d4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pricing-tables-item-solid .pricing-tables-position {
    margin-bottom: 40px;
}

.pricing-tables-item-solid .sub-description {
    margin-bottom: 20px;
}

.pricing-tables-item-solid .pricing-description {
    color: #9db5d4;
}

.pricing-tables-item-solid.highlight-zoom, .pricing-tables-item-solid.hover-zoom:hover {
    z-index: 1000;
}

.pricing-tables-item-solid.highlight-zoom .position-item, .pricing-tables-item-solid.hover-zoom:hover .position-item {
    color: #4b5d73;
}

.pricing-tables-item-solid.highlight-zoom .pricing-description, .pricing-tables-item-solid.hover-zoom:hover .pricing-description {
    color: #4b5d73;
}

.pricing-tables-item-solid.highlight-zoom .bg-layer, .pricing-tables-item-solid.hover-zoom:hover .bg-layer {
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pricing-tables-item-solid.highlight-zoom .rate,
.pricing-tables-item-solid.highlight-zoom .period, .pricing-tables-item-solid.hover-zoom:hover .rate,
.pricing-tables-item-solid.hover-zoom:hover .period {
    color: #516e90;
}

.pricing-tables-item-solid.bg-light .position-item {
    color: #4b5d73;
}

.pricing-tables-item-solid.bg-light .pricing-description {
    color: #4b5d73;
}

.pricing-tables-item-solid.bg-light .bg-layer {
    background-color: #fff;
}

.pricing-tables-item-solid.bg-light .rate,
.pricing-tables-item-solid.bg-light .period {
    color: #516e90;
}

.pricing-tables-item-solid.bg-light:hover .position-item {
    color: #9db5d4;
}

.pricing-tables-item-solid.bg-light:hover .pricing-description {
    color: #9db5d4;
}

.pricing-tables-item-solid.bg-light:hover .bg-layer {
    background-color: #121921;
}

.pricing-tables-item-solid.bg-light:hover .rate,
.pricing-tables-item-solid.bg-light:hover .period {
    color: #fff;
}

.no-pricing-variants .period {
    display: none;
}

/*================= Responsive Mode ============*/
@media (max-width: 1200px) {
    .pricing-wrap .row > * {
        margin-bottom: 40px;
    }
}

@media (max-width: 980px) {
    .pricing-tables-item-standard .price {
        font-size: 50px;
    }
}

.pricing-tables-wrap .no-padding {
    padding: 0 !important;
}

@media (max-width: 460px) {
    .pricing-tables-item-standard .main-pricing-content {
        padding: 60px 20px;
    }

    .pricing-tables-item-standard .main-pricing-content {
        padding: 90px 20px;
    }

    .pricing-tables--item-with-thumb .more-arrow {
        float: none;
        margin-bottom: 10px;
        display: block;
    }

    .pricing-tables--item-with-thumb .rate {
        float: none;
    }

    .pricing-tables-item-colored .rate,
    .pricing-tables-item-solid .rate {
        font-size: 24px;
    }

    .pricing-tables-item-colored .pricing-title {
        font-size: 18px;
    }

    .pricing-tables-item-colored .rate span,
    .pricing-tables-item-solid .rate span {
        font-size: 30px;
    }
}

/*------------- #SUBSCRIBE-FORM --------------*/
.crumina-module-subscribe-form {
    padding: 120px 0;
}

.subscribe-form {
    position: relative;
    float: left;
    width: 100%;
}

.subscribe-main-content {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 20px 0 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 20px 0 60px 0 rgba(0, 0, 0, 0.1);
    width: calc(100% - 60px);
    margin-left: 60px;
    float: left;
    z-index: 5;
    position: relative;
    padding: 70px 10px 100px 100px;
}

.subscribe-layer {
    position: absolute;
    width: calc(100% - 60px);
    height: 100%;
    left: 0;
    top: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.subscribe-img {
    position: absolute;
    right: -100px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1;
}

.crumina-module-subscribe-form {
    padding: 0;
}

/*================= Styles for Email Subscribers (plugin) ============*/
.crumina-module-subscribe-form .es_subscription_form_submit {
    color: #fff;
}

.crumina-module-subscribe-form .es_subscription_message.error {
    margin-top: 10px;
    float: left;
}

.crumina-module-subscribe-form .btn.full-width {
    width: 100%;
}

/*================= Responsive Mode ============*/
@media (max-width: 1450px) {
    .subscribe-img {
        width: 40%;
        right: 0;
    }
}

@media (max-width: 1200px) {
    .subscribe-img {
        width: auto;
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .subscribe-main-content {
        padding: 50px 10px;
        margin-left: 20px;
        width: calc(100% - 40px);
    }

    .subscribe-layer {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .subscribe-main-content {
        margin-left: 0;
        width: 100%;
    }
}

/*------------- #MODULE-IMG--------------*/
.row-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.img-bottom {
    display: inline-block;
    vertical-align: bottom;
}

/*================= Responsive Mode ============*/
@media (max-width: 1199px) {
    .row-content-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 1024px) {
    .row-content-bottom {
        display: block;
    }
}

/*------------- #SOCIALS --------------*/
.socials {
    margin: 15px 0;
}

.socials li {
    display: inline-block;
    margin-right: 10px;
}

.socials li:last-child {
    margin-right: 0;
}

.socials .utouch-icon {
    height: 15px;
    width: 15px;
    fill: #6987ab;
    display: inline-block;
    vertical-align: middle;
}

.social__item {
    position: relative;
    cursor: pointer;
}

.socials--round .social__item {
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #d8e1ec;
    fill: #6987ab;
    display: block;
    background-color: transparent;
}

.socials--round .social__item:hover {
    border-color: transparent;
    -webkit-box-shadow: 5px 0 10px 0 rgba(0, 131, 255, 0.3);
    box-shadow: 5px 0 10px 0 rgba(0, 131, 255, 0.3);
}

.socials--round .social__item:hover .utouch-icon {
    fill: #fff;
}

.socials--round .social__item:hover.rss {
    background-color: #f4b459;
}

.socials--round .social__item:hover.mail {
    background: #996DD1;
}

.socials--round .social__item:hover.pinterest {
    background: #cc2127;
}

.socials--round .social__item:hover.googleplus {
    background: #dd4b39;
}

.socials--round .social__item:hover.telegram {
    background: #38AFE2;
}

.socials--round .social__item:hover.google {
    background: #dd4b39;
}

.socials--round .social__item:hover.facebook {
    background: #3b5998;
}

.socials--round .social__item:hover.twitter {
    background: #55acee;
}

.socials--round .social__item:hover.amazon {
    background-color: #F69B06;
}

.socials--round .social__item:hover.behance {
    background-color: #2D2D2D;
}

.socials--round .social__item:hover.bing {
    background-color: #FFA616;
}

.socials--round .social__item:hover.creative-market {
    background-color: #8DA741;
}

.socials--round .social__item:hover.deviantart {
    background-color: #1B1B1B;
}

.socials--round .social__item:hover.dribbble {
    background-color: #000000;
}

.socials--round .social__item:hover.dropbox {
    background-color: #0BA4E0;
}

.socials--round .social__item:hover.envato {
    background-color: #6D9C3E;
}

.socials--round .social__item:hover.flickr {
    background-color: #26A9E1;
}

.socials--round .social__item:hover.instagram {
    background-color: #E75351;
}

.socials--round .social__item:hover.kickstarter {
    background-color: #14E06E;
}

.socials--round .social__item:hover.linkedin {
    background-color: #4A8F9E;
}

.socials--round .social__item:hover.medium {
    background-color: #00E56B;
}

.socials--round .social__item:hover.periscope {
    background-color: #3FA4C4;
}

.socials--round .social__item:hover.quora {
    background-color: #F85F62;
}

.socials--round .social__item:hover.reddit {
    background-color: #F05825;
}

.socials--round .social__item:hover.shutterstock {
    background-color: #008EC0;
}

.socials--round .social__item:hover.skype {
    background-color: #00AAF1;
}

.socials--round .social__item:hover.snapchat {
    background-color: #FFED45;
}

.socials--round .social__item:hover.soundcloud {
    background-color: #FF3300;
}

.socials--round .social__item:hover.spotify {
    background-color: #1ED760;
}

.socials--round .social__item:hover.trello {
    background-color: #0079BF;
}

.socials--round .social__item:hover.tumblr {
    background-color: #36465D;
}

.socials--round .social__item:hover.vimeo {
    background-color: #1AB7EA;
}

.socials--round .social__item:hover.vk {
    background-color: #6383A8;
}

.socials--round .social__item:hover.whatsapp {
    background-color: #25D366;
}

.socials--round .social__item:hover.wikipedia {
    background-color: #000000;
}

.socials--round .social__item:hover.wordpress {
    background-color: #21759B;
}

.socials--round .social__item:hover.youtube {
    background-color: #CD201F;
}

.socials--round .utouch-icon {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.socials--colored .social__item {
    border-color: transparent;
}

.socials--colored .social__item.rss {
    background-color: #f4b459;
}

.socials--colored .social__item.mail {
    background: #996DD1;
}

.socials--colored .social__item.pinterest {
    background: #cc2127;
}

.socials--colored .social__item.googleplus {
    background: #dd4b39;
}

.socials--colored .social__item.telegram {
    background: #38AFE2;
}

.socials--colored .social__item.google {
    background: #dd4b39;
}

.socials--colored .social__item.facebook {
    background: #3b5998;
}

.socials--colored .social__item.twitter {
    background: #55acee;
}

.socials--colored .social__item.amazon {
    background-color: #F69B06;
}

.socials--colored .social__item.behance {
    background-color: #2D2D2D;
}

.socials--colored .social__item.bing {
    background-color: #FFA616;
}

.socials--colored .social__item.creative-market {
    background-color: #8DA741;
}

.socials--colored .social__item.deviantart {
    background-color: #1B1B1B;
}

.socials--colored .social__item.dribbble {
    background-color: #000000;
}

.socials--colored .social__item.dropbox {
    background-color: #0BA4E0;
}

.socials--colored .social__item.envato {
    background-color: #6D9C3E;
}

.socials--colored .social__item.flickr {
    background-color: #26A9E1;
}

.socials--colored .social__item.instagram {
    background-color: #E75351;
}

.socials--colored .social__item.kickstarter {
    background-color: #14E06E;
}

.socials--colored .social__item.linkedin {
    background-color: #4A8F9E;
}

.socials--colored .social__item.medium {
    background-color: #00E56B;
}

.socials--colored .social__item.periscope {
    background-color: #3FA4C4;
}

.socials--colored .social__item.quora {
    background-color: #F85F62;
}

.socials--colored .social__item.reddit {
    background-color: #F05825;
}

.socials--colored .social__item.shutterstock {
    background-color: #008EC0;
}

.socials--colored .social__item.skype {
    background-color: #00AAF1;
}

.socials--colored .social__item.snapchat {
    background-color: #FFED45;
}

.socials--colored .social__item.soundcloud {
    background-color: #FF3300;
}

.socials--colored .social__item.spotify {
    background-color: #1ED760;
}

.socials--colored .social__item.trello {
    background-color: #0079BF;
}

.socials--colored .social__item.tumblr {
    background-color: #36465D;
}

.socials--colored .social__item.vimeo {
    background-color: #1AB7EA;
}

.socials--colored .social__item.vk {
    background-color: #6383A8;
}

.socials--colored .social__item.whatsapp {
    background-color: #25D366;
}

.socials--colored .social__item.wikipedia {
    background-color: #000000;
}

.socials--colored .social__item.wordpress {
    background-color: #21759B;
}

.socials--colored .social__item.youtube {
    background-color: #CD201F;
}

.socials--colored .social__item:hover {
    background-color: inherit;
}

.socials--colored .social__item .utouch-icon {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*------------- #TEAMMEMBERS --------------*/
.teammembers-wrap .crumina-teammembers-item {
    margin-bottom: 80px;
}

.crumina-teammembers-item .teammembers-thumb {
    width: 260px;
    height: 260px;
    background-color: #edf6fc;
    border-radius: 100%;
    text-align: center;
    float: left;
    margin-right: 40px;
    position: relative;
    margin-bottom: 30px;
}

.crumina-teammembers-item .teammembers-thumb img {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.crumina-teammembers-item .teammember-content {
    overflow: hidden;
    padding-top: 15px;
}

.crumina-teammembers-item .teammembers-item-prof {
    text-transform: uppercase;
    font-size: 14px;
    color: #6987ab;
    font-weight: 700;
    margin-bottom: 17px;
}

.crumina-teammembers-item .teammembers-item-name {
    margin-bottom: 20px;
    display: block;
}

.crumina-teammembers-item p {
    margin-bottom: 30px;
}

.teammember-item--author-in-round .teammembers-thumb {
    width: 200px;
    height: 200px;
}

.teammember-item--author-in-round .teammembers-thumb img {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    border-radius: 100%;
    -webkit-box-shadow: 5px 0 10px 0 rgba(18, 25, 33, 0.15);
    box-shadow: 5px 0 10px 0 rgba(18, 25, 33, 0.15);
}

.teammember-item--author-in-round .teammembers-thumb .btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.teammember-list > li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dbe3ec;
}

.teammember-list > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.thumb--big .teammembers-thumb {
    width: 260px;
    height: 260px;
}

.teammember-item--author-round-top {
    text-align: center;
}

.teammember-item--author-round-top .teammembers-thumb {
    overflow: hidden;
    float: none;
    margin-right: 0;
    margin: 0 auto 30px;
}

.teammember-item--author-round-top .teammembers-thumb img {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
}

.teammember-item--author-round-top .teammember-content {
    padding-top: 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 1200px) {
    .crumina-teammembers-item .teammembers-thumb {
        float: none;
        margin-right: 0;
    }

    .teammember-item--author-in-round .teammembers-thumb {
        float: left;
        margin-right: 20px;
    }

    .teammember-item--author-round-top .teammembers-thumb {
        margin: 0 auto 30px;
    }

    .thumb--big .teammembers-thumb {
        width: 100px;
        height: 100px;
    }

    .crumina-teammembers-item .teammembers-item-prof {
        font-size: 12px;
    }
}

@media (max-width: 980px) {
    .teammember-item--author-in-round .teammembers-thumb {
        width: 100px;
        height: 100px;
        float: none;
        margin-right: 0;
        margin-bottom: 0;
    }

    .teammember-item--author-in-round .teammembers-thumb .btn {
        bottom: 0;
        left: 0;
    }
}

/*------------- #PRODUCT-CASE--------------*/
.crumina-case-item {
    float: left;
    position: relative;
    padding: 30px 0 0;
    overflow: hidden;
}

.crumina-case-item .square-colored {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.crumina-case-item:hover .square-colored:before {
    opacity: 1;
}

.crumina-case-item:hover .case-item__thumb {
    -webkit-transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(0deg) rotateX(0deg);
    transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(0deg) rotateX(0deg);
}

.crumina-case-item.case-item--no-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.crumina-case-item.case-item--no-image .case-item-content {
    padding: 85px 20px 30px;
}

.crumina-case-item .more-arrow {
    color: inherit;
    fill: inherit;
}

.crumina-case-item .more-arrow:hover {
    color: inherit;
    fill: inherit;
}

.case-item__thumb {
    float: left;
    margin: 0 40px;
    -webkit-box-shadow: 30px 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 30px 0 25px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: relative;
    -webkit-transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(30deg) rotateX(20deg);
    transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(30deg) rotateX(20deg);
}

.case-item__thumb a {
    display: block;
}

.case-item__thumb img {
    display: inline-block;
    vertical-align: bottom;
}

.case-item-content {
    overflow: hidden;
    position: relative;
    padding: 85px 20px 30px 0;
    color: #fff;
}

.case-item-content .title {
    color: inherit;
    margin-bottom: 40px;
    line-height: 1.25;
}

.case-item-wrap .crumina-case-item {
    margin-bottom: 100px;
}

.crumina-module.crumina-case-item {
    width: 100%;
}

/*================= Responsive Mode ============*/
@media (max-width: 1200px) {
    .case-item__thumb {
        float: none;
        display: inline-block;
    }

    .case-item-content {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .case-item-wrap .crumina-case-item {
        margin-bottom: 30px;
    }
}

.case-item-grid {
    padding: 30px;
    background-color: #dbe3ec;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}

@media (max-width: 800px) {
    .case-item-grid {
        margin-bottom: 30px;
    }
}

.case-item-grid .case-item_thumb {
    margin-bottom: 34px;
    -webkit-box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.3);
}

.case-item-grid .case-item_title {
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.case-item-grid .case-item_cat {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.case-item-grid .case-item_cat a {
    display: inline-block;
    color: #4b5d73;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.case-item-grid:hover .case-item_title {
    color: #fff;
}

.case-item-grid:hover .case-item_cat {
    color: rgba(255, 255, 255, 0.5);
}

.case-item-grid:hover .case-item_cat a {
    color: rgba(255, 255, 255, 0.5);
}

.case-item-grid:hover .case-item_cat a:hover {
    color: white;
}

.case-item-grid.big {
    padding-bottom: 60px;
}

.case-item-grid.big .case-item__thumb {
    margin-bottom: 60px;
}

.case-item-grid.big .case-item__cat a {
    font-size: 16px;
}

.case-item-grid.big .case-item__title {
    font-size: 24px;
}

@media (max-width: 800px) {
    .case-item-grid.big .case-item__title {
        font-size: 18px;
    }
}

/*------------- #ZOOM IMAGE --------------*/
.crumina-zoom-image {
    position: relative;
    display: inline-block;
}

.crumina-zoom-image img {
    display: inline-block;
}

.crumina-zoom-image:hover .zoom-round-img {
    -webkit-transition: all 2.5s cubic-bezier(0.5, -0.01, 0, 1.005);
    transition: all 2.5s cubic-bezier(0.5, -0.01, 0, 1.005);
    -webkit-transform: perspective(50em) translateZ(0) translateY(50%) rotateY(0deg) rotateX(3deg) scale(1);
    transform: perspective(50em) translateZ(0) translateY(50%) rotateY(0deg) rotateX(3deg) scale(1);
}

.zoom-round-img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 50%) scale(0.4) rotate(90deg);
    transform: translate(0, 50%) scale(0.4) rotate(90deg);
    max-width: 100%;
    border-radius: 100%;
    border: 14px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 30px 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 30px 0 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*------------- #ACCORDIONS --------------*/
.crumina-accordion {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion-panel {
    position: relative;
    background-color: #ecf5fe;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion-panel.active {
    background-color: #fff;
    border: 2px solid;
    -webkit-box-shadow: 5px 0 20px rgba(0, 131, 255, 0.3);
    box-shadow: 5px 0 20px rgba(0, 131, 255, 0.3);
}

.accordion-heading {
    display: table;
    padding: 11px 25px;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-heading span {
    display: table-cell;
    vertical-align: middle;
}

.accordion-heading span + span {
    width: 100%;
}

.accordion-heading .title {
    font-weight: 700;
    color: #516e90;
}

.accordion-heading .icons {
    padding-right: 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    position: relative;
    top: -2px;
}

.accordion-heading .icons .utouch-icon {
    height: 10px;
    width: 10px;
    fill: #839bbd;
}

.accordion-heading .icons .active {
    opacity: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 11px;
}

.crumina-accordion .panel-info {
    line-height: 1.3;
    padding: 10px 20px 30px 70px;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.crumina-accordion .panel-info > * {
    float: none;
}

.crumina-accordion .panel-heading {
    margin-bottom: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.crumina-accordion .panel-heading.active {
    border-radius: 50px 50px 0 0;
    margin-bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.crumina-accordion .panel-heading.active .accordion-heading {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.crumina-accordion .panel-heading.active .accordion-heading i, .crumina-accordion .panel-heading.active .accordion-heading .utouch-icon {
    opacity: 0;
}

.crumina-accordion .panel-heading.active .accordion-heading i.active, .crumina-accordion .panel-heading.active .accordion-heading .utouch-icon.active {
    opacity: 1;
}

.crumina-accordion .panel-heading.active a {
    padding-bottom: 0;
}

.accordion__title {
    font-size: 19px;
    font-weight: 400;
}

.accordion__content__a {
    display: inline-block !important;
    color: #2dafd6 !important;
    font-size: 15px;
    text-decoration: underline;
}

.accordion__module .after::after {
    right: 72%;
    top: 36%;
    width: 2%;
}

/*=====================================================
                Transition
=======================================================*/
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
    .accordion-heading .title {
        line-height: 1;
        font-size: 13px;
    }

    .crumina-accordion .panel-info {
        font-size: 13px;
    }
}

/*------------- #BLOGS --------------*/
.post-thumb {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.post-thumb img {
    border-radius: 10px 10px 0 0;
    display: block;
    width: 100%;
}

.post-thumb .video-control img {
    border-radius: 20px;
}

.post .post-thumb iframe {
    max-width: 100%;
}

.post .post-thumb > img {
    margin: auto;
    width: auto;
}

.post {
    border-radius: 10px;
    -webkit-box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
    box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 60px;
    position: relative;
}

.post p {
    margin-bottom: 30px;
}

.post .overlay-standard {
    opacity: 0;
}

.post .link-image {
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    opacity: 0;
    z-index: 50;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.post .link-image .utouch-icon {
    height: 40px;
    width: 40px;
    fill: #fff;
}

.post .link-post {
    position: absolute;
    top: 50%;
    right: 40%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    opacity: 0;
    z-index: 50;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.post .link-post .utouch-icon {
    height: 40px;
    width: 40px;
    fill: #fff;
}

.post:hover {
    -webkit-box-shadow: 10px 0 50px rgba(0, 131, 255, 0.2);
    box-shadow: 10px 0 50px rgba(0, 131, 255, 0.2);
}

.post:hover .overlay-standard {
    opacity: 1;
}

.post:hover .link-post, .post:hover .link-image {
    opacity: 1;
    -webkit-transform: translate(0, -50%) scale(0.9);
    transform: translate(0, -50%) scale(0.9);
}

.post:hover .link-post:hover, .post:hover .link-image:hover {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
}

.post.sticky:before {
    content: '';
    background: url("../svg/icon252.svg") 50% 50% no-repeat;
    background-size: 60%;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 60px;
    right: 100%;
    height: 45px;
    width: 35px;
    background-color: #ff3133;
    padding: 10px;
    border-radius: 10px 0 0 10px;
}

.post.quote blockquote {
    margin: 0;
    z-index: 1;
}

.post.quote blockquote cite {
    opacity: .7;
    margin-top: 15px;
}

.post.quote blockquote cite:before {
    color: inherit;
}

.post.quote blockquote:before {
    display: none;
}

.post.quote .post-thumb {
    padding: 100px;
}

@media (max-width: 1024px) {
    .post.quote .post-thumb {
        padding: 30px;
    }
}

.post.quote .testimonial-content {
    position: relative;
}

.post.quote .testimonial-img-author {
    float: left;
    margin-right: 30px;
    width: 60px;
    height: 60px;
}

.post.quote .author-company {
    font-weight: 700;
}

.post.quote .author-name {
    margin: 0;
}

.post.quote .text p {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}

@media (max-width: 570px) {
    .post.quote .text p {
        font-size: 18px;
    }
}

.post.quote .quote {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
}

@media (max-width: 360px) {
    .post.quote .quote {
        display: none;
    }
}

.post.quote .author-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post.quote .author-info-wrap .author-name {
    color: #FECF39;
}

.post.video .overlay-standard {
    opacity: 1;
}

.post.video .video-control {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.post.link .post-thumb {
    padding: 95px 100px;
}

@media (max-width: 1024px) {
    .post.link .post-thumb {
        padding: 80px;
    }
}

@media (max-width: 570px) {
    .post.link .post-thumb {
        padding: 30px;
    }
}

.post.link .post-thumb .site-link {
    color: #FECF39;
    display: block;
}

.post.link .thumb-content-title {
    color: #fff;
    margin-bottom: 30px;
    display: block;
    font-size: 36px;
}

.post.link .thumb-content {
    position: relative;
    z-index: 50;
}

.post.link .thumb-content .post-link {
    height: 68px;
    width: 68px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.post__content {
    padding: 60px 60px 40px;
    position: relative;
}

.post__content .post-additional-info {
    margin-top: 20px;
}

.post__content ul li {
    margin-bottom: 5px;
}

.post__content-info {
    overflow: hidden;
}

.post__date {
    float: left;
    margin-right: 60px;
    font-weight: 700;
    font-size: 14px;
}

.post__date time > * {
    display: block;
    line-height: 1;
}

.post__date .number {
    font-size: 50px;
    margin-bottom: 10px;
    color: #6987ab;
}

.post__date .month {
    margin-bottom: 7px;
}

.post__date .day {
    font-weight: 400;
    color: #7b9abf;
}

.post__title {
    margin-bottom: 1em;
    display: block;
    margin-top: 0;
    line-height: 1.1em;
}

.post-additional-info {
    color: #6987ab;
}

.post-additional-info > * {
    display: inline-block;
}

.post-additional-info > * + * {
    margin-left: 30px;
}

.post-additional-info a {
    color: #516e90;
    font-weight: 700;
}

.post-additional-info a span {
    color: #6987ab;
}

.post-additional-info .btn-next {
    float: right;
    opacity: 1;
    top: -5px;
    margin-right: 5px;
}

.post-additional-info .btn-next:hover {
    margin-right: 0;
}

.post-additional-info .btn-next:hover .icon-hover {
    opacity: 1;
}

.share-product {
    position: absolute;
    right: 60px;
    top: -20px;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    padding-right: 50px;
    z-index: 999;
    cursor: pointer;
}

.share-product .socials {
    margin: 0;
}

.share-product .socials li {
    margin-right: 5px;
}

.share-product .socials li:last-child {
    margin-right: 0;
}

.share-product.open {
    visibility: visible;
}

.share-product.open .social__item.twitter {
    -webkit-transition-timing-function: cubic-bezier(0.41, 1.26, 0.56, 0.99);
    transition-timing-function: cubic-bezier(0.41, 1.26, 0.56, 0.99);
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
}

.share-product.open .social__item.facebook {
    -webkit-transition-timing-function: cubic-bezier(0.41, 1.26, 0.56, 0.99);
    transition-timing-function: cubic-bezier(0.41, 1.26, 0.56, 0.99);
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.share-product.open .social__item.googleplus {
    -webkit-transition-timing-function: cubic-bezier(0.41, 1.26, 0.56, 0.99);
    transition-timing-function: cubic-bezier(0.41, 1.26, 0.56, 0.99);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.share-product.open .social__item.linkedin {
    -webkit-transition-timing-function: cubic-bezier(0.41, 1.26, 0.56, 0.99);
    transition-timing-function: cubic-bezier(0.41, 1.26, 0.56, 0.99);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.share-product.open .social__item.rss {
    -webkit-transition-timing-function: cubic-bezier(0.41, 1.26, 0.56, 0.99);
    transition-timing-function: cubic-bezier(0.41, 1.26, 0.56, 0.99);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.share-product .social__item {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    opacity: 0;
    text-align: center;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.85s;
    transition: 0.85s;
}

.share-product .social__item .utouch-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.share-product .social__item .utouch-icon {
    height: 16px;
    width: 16px;
    fill: #fff;
}

.social__item.main {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 0;
    z-index: 5;
    letter-spacing: -0.5px;
    position: absolute;
    cursor: pointer;
    right: 60px;
    top: -20px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    will-change: max-width, padding-right, opacity, text-indent;
    width: 40px;
    height: 40px;
    line-height: 48px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 30px rgba(39, 63, 91, 0.2);
    box-shadow: 0 0 30px rgba(39, 63, 91, 0.2);
    text-align: center;
}

.social__item.main .utouch-icon, .social__item.main svg {
    height: 18px;
    width: 18px;
    color: #829dbc;
    fill: #829dbc;
    position: relative;
}

.social__item.main.item--small {
    width: 32px;
    height: 32px;
    line-height: 40px;
}

.share-product .social__item .utouch-icon {
    outline: 26px solid rgba(44, 42, 42, 0);
    outline-offset: -12px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.share-product .social__item:hover .utouch-icon {
    outline: 26px solid rgba(44, 42, 42, 0.2);
    fill: #fff;
}

.share-product .social__item.twitter {
    margin-left: 0;
    -webkit-transition-timing-function: cubic-bezier(0.41, 1.26, 0.56, 0.99);
    transition-timing-function: cubic-bezier(0.41, 1.26, 0.56, 0.99);
    -webkit-transform: translateX(160px) rotate(582deg);
    transform: translateX(160px) rotate(582deg);
    background: #55acee;
}

.share-product .social__item.facebook {
    -webkit-transform: translateX(120px) rotate(436deg);
    transform: translateX(120px) rotate(436deg);
    background: #3b5998;
}

.share-product .social__item.googleplus {
    -webkit-transform: translateX(80px) rotate(290deg);
    transform: translateX(80px) rotate(290deg);
    background: #dd4b39;
}

.share-product .social__item.linkedin {
    -webkit-transform: translateX(40px) rotate(145deg);
    transform: translateX(40px) rotate(145deg);
    background-color: #0073B0;
}

.share-product .social__item.rss {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    background-color: #f4b459;
}

.share-product:hover .social__item,
.share-product.hover .social__item,
.share-product.open .social__item {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.share-product--item-right {
    padding-left: 42px;
    padding-right: 0;
    height: 32px;
}

.share-product--item-right .social__item.main {
    right: auto;
    left: 0;
    width: 32px;
    height: 32px;
}

.share-product--item-right .social__item {
    height: 32px;
    width: 32px;
}

/*------------- #Styles for standard WP-classes for elements on blog pages --------------*/
.gallery {
    margin: 0 -5px 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gallery-item a {
    padding: 0 5px;
    display: inline-block;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

@media (max-width: 768px) {
    .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

@media (max-width: 768px) {
    .gallery-columns-4 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

@media (max-width: 768px) {
    .gallery-columns-5 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

@media (max-width: 768px) {
    .gallery-columns-6 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

@media (max-width: 768px) {
    .gallery-columns-7 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

@media (max-width: 768px) {
    .gallery-columns-8 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

@media (max-width: 768px) {
    .gallery-columns-9 .gallery-item {
        max-width: 50%;
    }
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    font-size: .8rem;
    line-height: 1.5;
    background-color: #e9f5ff;
    margin: 0 5px 10px;
    border-radius: 5px;
    padding: 8px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

figure.gallery-item {
    margin-right: 0;
    margin-left: 0;
}

/*------------- #Post styles for list (ul) --------------*/

.entry-content ul:not([class]) li:before {
    content: '';
    position: relative;
    width: 12px;
    height: 12px;

/*--     background-image: url("../svg/correct-symbol.svg");*/
    background-size: cover;
    margin-right: 20px;
    display: block;
    float: left;
    top: 7px;
}

.entry-content ol li:before,
.ui-tabs li:before{
    display: none;
}

.entry-content ol ul li:before {
    display: block;
}

.entry-content ol ul ol li:before {
    display: none;
}

.entry-content .tags-inline li {
    font-size: 14px;
    font-weight: 400;
}

.entry-content .tags-inline li:before {
    display: none;
}

.entry-content .socials li::before {
    display: none;
}

/*------------- #Post-standard-details --------------*/
.post-standard-details {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.post-standard-details .post-additional-info {
    margin-bottom: 25px;
    margin-top: 0;
}

.post-standard-details .post__date {
    margin-right: 0;
    float: none;
}

.post-standard-details .post__date time > * {
    display: inline-block;
    line-height: 1.6;
}

.post-standard-details .post__date .number {
    margin-bottom: 0;
    font-size: inherit;
}

.post-standard-details .post__date .month {
    margin-bottom: 0;
}

.post-standard-details .post__date .day {
    font-weight: 700;
    color: #6987ab;
}

.post-details-shared {
    padding: 55px 0 0;
    border-top: 2px solid #dbe3ec;
    margin-top: 20px;
}

.block-rounded-shadow .post-details-shared {
    border-top: none;
}

.tags-inline li {
    display: inline-block;
    font-size: 14px;
}

.tags-inline li + li {
    margin-left: 5px;
}

.tags-inline li:first-child {
    font-weight: 700;
    color: #516e90;
}

.blog-details-author {
    padding: 55px 60px;
    -webkit-box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1) inset;
    box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1) inset;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.blog-details-author .author-name {
    color: #516e90;
    margin-bottom: 15px;
    display: block;
}

.blog-details-author .img-author {
    float: left;
    margin-right: 40px;
}

.blog-details-author .img-author img {
    border-radius: 100%;
    -webkit-box-shadow: 10px 0 30px rgba(18, 25, 33, 0.15) inset;
    box-shadow: 10px 0 30px rgba(18, 25, 33, 0.15) inset;
}

.blog-details-author:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: -15px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #eff0f0;
    left: 115px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.align-center,
.aligncenter {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

img.aligncenter {
    display: block;
    margin: 20px auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 40px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 2px solid #dbe3ec;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
}

.wp-caption img {
    margin-bottom: 15px;
}

.wp-caption.wp-caption-text {
    font-size: 14px;
    margin-bottom: 0;
}

.wp-caption-text {
    font-size: 11px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.entry-footer {
    text-align: center;
}

.post-edit-link {
    margin: 30px auto;
}

.post-details-shared .post-edit-link {
    margin: 0 0 30px 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
    .post-additional-info > * {
        display: block;
    }

    .post-additional-info > * + * {
        margin-top: 10px;
        margin-left: 0;
    }

    .post-additional-info .btn-next {
        margin-right: 0;
        float: left;
    }

    .post-additional-info .icon-hover {
        opacity: 1;
    }

    .post__content {
        padding: 25px;
    }

    .post__date {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .post.link .post-thumb {
        padding: 30px;
    }

    .blog-details-author .img-author {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-details-author {
        padding: 20px;
    }

    .post.sticky::before {
        top: -30px;
        left: 10px;
        right: auto;
        height: 30px;
        width: 30px;
        border-radius: 10px 10px 0 0;
    }
}

@media (max-width: 560px) {
    .post .link-image {
        left: 30%;
    }

    .post .link-post {
        right: 30%;
    }

    .social__item.main {
        right: 20px;
    }

    .share-product {
        right: 20px;
    }

    .post__content {
        padding: 15px;
    }

    .post.link .thumb-content-title {
        font-size: 20px;
    }

    .wp-caption {
        min-width: 100%;
    }
}

/*------------- #NAVIGATION --------------*/
.navigation {
    margin: 20px 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.page-numbers {
    position: relative;
    background-color: #eaf4fe;
    display: inline-block;
    margin: 0 12px 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #6987ab;
    font-size: 14px;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
}

.page-numbers:hover {
    color: #fff;
    -webkit-box-shadow: 10px 0 50px rgba(0, 131, 255, 0.15);
    box-shadow: 10px 0 50px rgba(0, 131, 255, 0.15);
}

.page-numbers.current {
    background-color: transparent;
    -webkit-box-shadow: 10px 0 50px rgba(0, 131, 255, 0.15);
    box-shadow: 10px 0 50px rgba(0, 131, 255, 0.15);
}

.page-numbers.current:hover {
    color: #0083ff;
    background-color: transparent;
}

.page-numbers span {
    position: relative;
}

.page-links a {
    position: relative;
    background-color: #eaf4fe;
    display: inline-block;
    margin: 0 8px 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;
    color: #6987ab;
    font-size: 14px;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.page-links a:first-child {
    margin-left: 10px;
}

.page-links a:hover {
    color: #fff;
    -webkit-box-shadow: 10px 0 50px rgba(0, 131, 255, 0.15);
    box-shadow: 10px 0 50px rgba(0, 131, 255, 0.15);
}

.navigation-prev-next > :not(.next):not(.prev) {
    display: none;
}

/*================= Responsive Mode ============*/
@media (max-width: 640px) {
    .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 0 8px 0 0;
    }
}

@media (max-width: 460px) {
    .page-numbers {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin: 0 8px 0 0;
    }
}

/*------------- #EVENTS --------------*/
.event-item .img-author {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    margin-right: 18px;
    float: left;
    overflow: hidden;
}

.event-item .author-name {
    font-size: 14px;
    margin-bottom: 0;
}

.event-item .event-title {
    display: block;
    margin-bottom: 15px;
}

.event-item .author-company {
    font-size: 14px;
    color: #6987ab;
}

.single-fw-event #primary {
    margin-top: 70px;
}

/*------------- #PAGINATION-ARROW --------------*/
.pagination-arrow {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pagination-arrow span {
    display: block;
}

.pagination-arrow .list-post {
    -ms-flex-item-align: center;
    align-self: center;
    line-height: .7;
}

.pagination-arrow .list-post .utouch-icon {
    width: 32px;
    height: 32px;
    fill: #6987ab;
}

.btn-next-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.btn-next-wrap .btn-next:hover {
    margin-left: 0;
    margin-right: 0;
}

.btn-next-wrap .btn-content {
    position: relative;
    text-align: right;
    margin-right: 35px;
}

.btn-next-wrap .btn-content .btn-content-title {
    text-transform: uppercase;
    font-size: 11px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
}

.btn-next-wrap .btn-content .btn-content-subtitle {
    font-size: 16px;
    margin-bottom: 0;
    color: #6987ab;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
}

.btn-next-wrap:hover {
    margin-right: -2px;
    margin-left: 2px;
}

.btn-next-wrap:hover .btn-next {
    opacity: 1;
}

.btn-next-wrap:hover .icon-hover {
    opacity: 1;
}

.btn-prev-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
}

.btn-prev-wrap .btn-prev {
    margin-right: 35px;
}

.btn-prev-wrap .btn-prev:hover {
    margin-left: 0;
    margin-right: 35px;
}

.btn-prev-wrap .btn-content {
    position: relative;
}

.btn-prev-wrap .btn-content .btn-content-title {
    text-transform: uppercase;
    font-size: 11px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
}

.btn-prev-wrap .btn-content .btn-content-subtitle {
    font-size: 16px;
    margin-bottom: 0;
    color: #6987ab;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
}

.btn-prev-wrap:hover {
    margin-left: -2px;
    margin-right: 2px;
}

.btn-prev-wrap:hover .btn-prev {
    opacity: 1;
}

.btn-prev-wrap:hover .icon-hover {
    opacity: 1;
}

/*================= Responsive Mode ============*/
@media (max-width: 980px) {
    .btn-next-wrap .btn-next {
        margin-left: 0;
        margin-right: 0;
    }

    .btn-prev-wrap .btn-prev {
        margin-left: 0;
        margin-right: auto;
    }

    .btn-prev-wrap .btn-prev:hover {
        margin-right: auto;
    }

    .btn-next-wrap .btn-content {
        display: none;
    }

    .btn-prev-wrap .btn-content {
        display: none;
    }
}

@media (max-width: 800px) {
    .pagination-arrow {
        padding: 30px 0 30px;
    }
}

/*------------- #COMMENTS --------------*/
.comments, .commentlist {
    overflow: hidden;
    float: none;
    -webkit-box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
    box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
    border-radius: 0 0 10px 10px;
    padding: 60px 60px 0 60px;
}

.comments ol li::before, .commentlist ol li::before {
    display: none;
}

.comments.has-not-comments, .commentlist.has-not-comments {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comments.has-not-comments .leave-reply, .commentlist.has-not-comments .leave-reply {
    padding-top: 60px;
}

.comments__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments__item {
    padding-left: 0;
    margin-top: 30px;
}

.comments__item .children {
    margin: 30px 0 0 60px;
    list-style: none;
    padding: 0;
}

.comments__item .children .leave-reply {
    background-color: transparent;
    margin: 0 -60px;
}

.comments__item .children .leave-reply:before {
    display: none;
}

.comments__item .leave-reply {
    margin: 40px -60px;
}

.comments__article {
    border-bottom: 1px solid #dbe3ec;
    padding-bottom: 20px;
}

.comments__article .comment-content {
    margin-top: 20px;
}

.comments__article .comments__header .comments__author {
    margin-right: 15px;
    color: #516e90;
    font-style: normal;
}

.comments__article .comments__header .comments__author a {
    margin: 0;
    font-size: 16px;
}

.comments__article .comments__header .comments__author .replied {
    font-size: 16px;
    color: #4b5d73;
}

.comments__article .comments__header .comments__time {
    position: relative;
    color: #5c80ac;
    font-size: 14px;
    display: block;
}

.comments__article .comments__avatar img {
    float: left;
    margin-right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -webkit-box-shadow: 10px 0 30px rgba(81, 116, 141, 0.2);
    box-shadow: 10px 0 30px rgba(81, 116, 141, 0.2);
}

.comments__article .comments__body {
    overflow: hidden;
}

.comments__article .comments__body .reply {
    padding: 8px 14px;
    font-size: 13px;
    border: 2px solid #d6dfeb;
    border-radius: 50px;
    color: #839dbc;
}

.comments__article .comments__body .reply:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 131, 255, 0.3);
    box-shadow: 0 0 5px rgba(0, 131, 255, 0.3);
}

ol.comments li:before,
ol.commentlist li:before {
    display: none;
}

ol.comments li {
    padding-left: 0;
}

ol.comments {
    padding-left: 0;
}

.comments__item-review {
    margin-bottom: 40px;
    border-bottom: 2px solid #f1f3f3;
}

.comments__item-review .ratings {
    color: #ccc;
}

.comments__item-review .ratings .fa-star {
    color: #fcd846;
}

.comments__list-review {
    list-style: none;
    margin: 0 0 73px 0;
    padding: 0;
}

.comments__avatar-review {
    float: left;
    margin-right: 30px;
}

.comments__author-review {
    margin-right: 15px;
    font-size: 18px;
    color: #516e90;
    font-style: normal;
}

.comments__author-review a {
    color: #516e90;
}

.comments__header-review {
    margin-bottom: 15px;
}

.comments__header-review > a {
    position: relative;
    color: #ccc;
    font-size: 14px;
}

.leave-reply {
    background-color: #f5fafe;
    position: relative;
    padding: 60px;
    min-width: 100%;
    margin: 70px -60px 0;
}

.leave-reply:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: -15px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #f5fafe;
    left: 115px;
}

.leave-reply h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leave-reply h3 small {
    margin-left: auto;
    font-size: 50%;
    color: #ff3133;
}

.submit-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.submit-block .submit-block-text {
    font-size: 12px;
}

.submit-block .submit-block-text span {
    color: #4d6e96;
}

.comment-form input, .comment-form textarea, .comment-form select, .comment-form .nice-select {
    -webkit-box-shadow: 0 0 30px 0 rgba(18, 25, 33, 0.15);
    box-shadow: 0 0 30px 0 rgba(18, 25, 33, 0.15);
}

.comment-form .error {
  font-size: 14px;
  color: #ff3133;
  margin-bottom: 10px;
  display: block;
}

.comment-form .checkbox {
    margin-bottom: 20px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1199px) {
    .submit-block-text {
        margin-top: 15px;
    }
}

@media (max-width: 980px) {
    .comments__item .children {
        margin-left: 30px;
        padding-left: 0;
    }
}

@media (max-width: 800px) {
    .comments__item .leave-reply {
        padding: 30px;
        margin: 0 -30px;
    }
}

@media (max-width: 768px) {
    .comments__item .children {
        margin-left: 0;
    }

    .comments, .commentlist {
        padding: 20px 20px 0 20px;
    }

    .comments__article .comments__avatar img {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .comments .d-flex--content-inline {
        display: block;
    }

    .comments .d-flex--content-inline * + * {
        margin-top: 10px;
    }

    .comments__item .children .leave-reply {
        margin: 0;
    }
}

@media (max-width: 640px) {
    .submit-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/*------------- #SCREENSHOTS --------------*/
.crumina-screenshots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 80px 160px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.crumina-screenshots .col-item {
    margin: 0 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.crumina-screenshots .col-item > div {
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.crumina-screenshots .col-item > div:hover .overlay-standard {
    opacity: 1;
}

.crumina-screenshots .col-item > div:hover .expand {
    opacity: 1;
}

.crumina-screenshots .col-item > div .expand {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.crumina-screenshots .col-item > div + div {
    margin-top: 60px;
}

.crumina-screenshots img {
    display: block;
    width: 100%;
}

.crumina-screenshots .overlay-standard {
    opacity: 0;
}

.screenshots-item img {
    width: 100%;
}

.screenshots-gallery .gallery-item {
    float: left;
}

.crumina-module.crumina-screenshots {
    margin-left: 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 1200px) {
    .crumina-screenshots {
        margin: 40px 80px;
    }
}

@media (max-width: 768px) {
    .crumina-screenshots {
        display: block;
        margin: 20px 40px;
        text-align: center;
    }

    .col-item + .col-item {
        margin-top: 30px;
    }

    .crumina-screenshots .col-item > div {
        display: inline-block;
    }
}

/*------------- #SKILLS --------------*/
.skills-item {
    margin-bottom: 20px;
}

.skills-item-meter-active {
    position: absolute;
    height: 8px;
    display: inline-block;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.skills-item-meter-active.skills-animate {
    -webkit-animation: skills-animated 1.2s ease-out;
    animation: skills-animated 1.2s ease-out;
}

.skills-item-meter-active.skills-animate-opacity {
    -webkit-animation: skills-animated-opacity .2s ease-out;
    animation: skills-animated-opacity .2s ease-out;
}

.skills-item-meter {
    padding: 0 5px;
    width: 100%;
    border-radius: 10px;
    background-color: rgba(220, 232, 246, 0.9);
    position: relative;
    height: 8px;
}

.skills-item-meter.bg-border-color {
    background-color: #dbe3ec;
}

.skills-item-title {
    font-weight: 700;
    color: #516e90;
}

.skills-item-count {
    float: right;
    font-weight: 700;
    color: #6987ab;
}

.skills-item-info {
    margin-bottom: 5px;
}

@-webkit-keyframes skills-animated {
    0% {
        width: 0;
    }
}

@keyframes skills-animated {
    0% {
        width: 0;
    }
}

@-webkit-keyframes skills-animated-opacity {
    100% {
        opacity: 1;
    }
}

@keyframes skills-animated-opacity {
    100% {
        opacity: 1;
    }
}

/*------------- #CONFERENCE DETAILS --------------*/
.conference-details {
    margin-bottom: 80px;
}

.conference-details .tab-content {
    margin-bottom: 80px;
}

.conference-details-control {
    margin-bottom: 80px;
}

.tabs-with-line .tab-control {
    width: 20%;
    display: inline-block;
}

.tabs-with-line .tab-control a {
    font-size: 18px;
    color: #6987ab;
    text-transform: none;
}

.tabs-with-line .tab-control a:after {
    background-color: #6987ab;
    opacity: 1;
    width: 40%;
    height: 4px;
}

.tabs-with-line .tab-control.active a::after {
    width: 100%;
}

.tabs-with-line .tab-control + .tab-control {
    margin-left: 40px;
}

.schedule-item {
    padding: 60px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 0 20px 0 rgba(18, 25, 33, 0.1);
    box-shadow: 5px 0 20px 0 rgba(18, 25, 33, 0.1);
    margin-bottom: 40px;
}

.schedule-item .title {
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbe3ec;
}

.schedule-item .title span {
    font-size: 18px;
    font-weight: 400;
}

.schedule-item .list-events.col-2 {
    margin-left: -25px;
}

.schedule-item .list-events.col-2 li {
    padding-left: 25px;
    padding-bottom: 15px;
    margin-top: 0;
    vertical-align: top;
}

.conference-details .post-details-shared {
    clear: both;
    float: left;
    width: 100%;
}

.conference-details .kc_row {
    padding: 0;
}

.list-events li + li {
    margin-top: 20px;
}

.list-events a, .list-events div {
    font-size: 14px;
}

.list-events .event-title {
    font-size: 16px;
}

.list-events.col-2 li {
    width: 49%;
    display: inline-block;
}

.list-events.col-2 li + li {
    padding-left: 25px;
    margin-top: 0;
}

.conference-details .tab-content {
    overflow: hidden;
}

/*================= Responsive Mode ============*/
@media (max-width: 980px) {
    .tabs-with-line .tab-control + .tab-control {
        margin-left: 10px;
    }

    .list-events.col-2 li {
        width: 100%;
    }

    .schedule-item {
        padding: 30px 15px;
    }

    .conference-details-control {
        margin-bottom: 40px;
    }
}

@media (max-width: 560px) {
    .tabs-with-line .tab-control a {
        font-size: 13px;
    }
}

@media (max-width: 460px) {
    .tabs-with-line .tab-control {
        display: block;
        margin-bottom: 15px;
    }

    .tabs-with-line .tab-control + .tab-control {
        margin-left: 0;
    }
}

/*------------- #COURSE-DETAILS --------------*/
.course-details {
    border-radius: 10px;
    -webkit-box-shadow: 40px 0 100px 0 rgba(18, 25, 33, 0.07);
    box-shadow: 40px 0 100px 0 rgba(18, 25, 33, 0.07);
    overflow: hidden;
    background-color: #fff;
}

.course-details .post-details-shared {
    border-top: none;
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
}

.course-details .tab-content {
    padding: 60px;
}

.course-details .curriculum-list {
    margin: 0 -60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.course-details-control {
    background-color: #ecf5fe;
    padding: 30px 60px 0 60px;
}

.course-details-control .tab-control a {
    text-transform: none;
    font-size: 18px;
    color: #6987ab;
    padding: 0 25px 25px 25px;
}

.course-details-control .tab-control a:after {
    height: 4px;
    border-radius: 3px 3px 0 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
    .course-details-control {
        padding: 30px 20px 0 20px;
    }

    .course-details .tab-content {
        padding: 20px;
    }

    .course-details-control .tab-control a {
        padding: 0 10px 25px 10px;
    }
}

@media (max-width: 690px) {
    .course-details-control .tab-control a {
        font-size: 14px;
    }

    .course-details-control .tab-control {
        width: 45%;
    }

    .course-details-control .tab-control + .tab-control {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 360px) {
    .course-details-control .tab-control a {
        font-size: 13px;
        padding: 0 5px 25px 5px;
    }
}

/*------------- #COURSE-FEATURES --------------*/
.course-features-list li {
    padding: 15px 0;
}

.course-features-list li + li {
    border-top: 1px solid #dbe3ec;
}

.course-features-list .utouch-icon {
    height: 15px;
    width: 15px;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.course-features-list .feature-item {
    width: 50%;
    font-weight: 700;
    color: #516e90;
    float: left;
}

.course-features-list .value {
    width: 50%;
    overflow: hidden;
}

/*================= Responsive Mode ============*/
@media (max-width: 480px) {
    .course-features-list li {
        padding: 10px 0;
        font-size: 14px;
    }

    .course-features-list .utouch-icon {
        margin-right: 5px;
    }
}

/*------------- #REVIEWS --------------*/
.reviews-thumb {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    float: left;
    margin-right: 30px;
    -webkit-box-shadow: 10px 0 30px 0 rgba(81, 116, 141, 0.2);
    box-shadow: 10px 0 30px 0 rgba(81, 116, 141, 0.2);
    overflow: hidden;
}

.reviews-content {
    overflow: hidden;
    padding-top: 10px;
}

.author-rait-wrap > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.author-rait-wrap > * + * {
    margin-left: 20px;
}

.crumina-reviews-item .title {
    font-size: 16px;
    margin-bottom: 17px;
}

.crumina-reviews-item .author-rait-wrap {
    margin-bottom: 20px;
}

.reviews-list > li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dbe3ec;
}

.reviews-list > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/*================= Responsive Mode ============*/
@media (max-width: 560px) {
    .reviews-thumb {
        float: none;
    }
}

@media (max-width: 460px) {
    .reviews-item-name {
        display: block;
    }

    .rait-stars {
        margin-left: 0;
    }
}

/*------------- #RAITING-DETAILS --------------*/
.overall-rating {
    font-size: 90px;
    margin: 0;
}

.raiting-details {
    text-align: center;
}

.raiting-details .title {
    font-size: 16px;
}

.raiting-details p {
    font-size: 14px;
    font-weight: 300;
}

.raiting-details .skills {
    text-align: left;
    margin-top: 60px;
}

/*================= Responsive Mode ============*/
@media (max-width: 560px) {
    .overall-rating {
        font-size: 50px;
    }
}

/*------------- #CURRICULUM LIST  --------------*/
.curriculum-list {
    min-width: 100%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 40px 0 100px 0 rgba(18, 25, 33, 0.07);
    box-shadow: 40px 0 100px 0 rgba(18, 25, 33, 0.07);
}

.curriculum-list .utouch-icon {
    width: 20px;
    height: 20px;
    margin-right: 30px;
}

.curriculum-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 60px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    border-bottom: 1px solid #dbe3ec;
}

.curriculum-list li:before {
    content: '';
    display: block;
    height: 100%;
    width: 6px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.curriculum-list li:hover {
    background-color: #ecf5fe;
}

.curriculum-list li:hover:before {
    opacity: 1;
}

.curriculum-list li:last-child {
    border-bottom: none;
}

.curriculum-list .title {
    font-size: 16px;
    margin-right: 30px;
}

.lection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lection-time {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lection-time .utouch-icon {
    fill: #6987ab;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
    .lection-time {
        margin-left: 20px;
    }
}

@media (max-width: 560px) {
    .course-details .curriculum-list {
        margin: 0 -15px;
    }

    .curriculum-list li {
        padding: 15px;
    }

    .lection {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .course-details .post-details-shared {
        padding: 15px 0;
    }
}

/*------------- #CURRICULUM-EVENT --------------*/
.curriculum-event {
    border-radius: 10px;
    -webkit-box-shadow: 10px 0 10px 0 rgba(18, 25, 33, 0.2);
    box-shadow: 10px 0 10px 0 rgba(18, 25, 33, 0.2);
    border-bottom: 5px solid;
    overflow: hidden;
}

.curriculum-event .icon-text-item {
    color: #6987ab;
    margin-bottom: 20px;
}

.curriculum-event .icon-text-item .utouch-icon {
    fill: #98d5ff;
}

.curriculum-event .author-prof,
.curriculum-event .author-name {
    color: #fff;
}

.curriculum-event .timer {
    font-size: 26px;
}

.curriculum-event.event-big .category-link {
    top: 60px;
    left: 60px;
}

.curriculum-event.event-big .curriculum-event-thumb .curriculum-event-content {
    bottom: 60px;
    left: 60px;
    right: 60px;
    padding: 0;
}

.curriculum-event.event-big .clock {
    margin-top: 50px;
}

.curriculum-event.event-big .curriculum-event-content {
    padding: 60px;
}

.curriculum-event.event-big .timer {
    font-size: 48px;
}

.curriculum-event.event-big.thumb-full-block {
    height: 725px;
}

.curriculum-event.thumb-full-block {
    height: 500px;
}

.curriculum-event.thumb-full-block .curriculum-event-thumb {
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.curriculum-event .curriculum-event-content, .curriculum-event .category-link {
    z-index: 100;
}

.curriculum-event-wrap .curriculum-event {
    margin-bottom: 40px;
}

.curriculum-event-thumb {
    position: relative;
}

.curriculum-event-thumb img {
    display: block;
    width: 100%;
}

.curriculum-event-thumb .category-link {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 35px;
    left: 40px;
    z-index: 1;
}

.curriculum-event-thumb .curriculum-event-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
}

.curriculum-event-thumb .curriculum-event-content .title {
    color: #fff;
    margin-bottom: 10px;
}

.curriculum-event-thumb .curriculum-event-content .text {
    color: #fff;
}

.curriculum-event-thumb .curriculum-event-content .text.color.utouch-icon {
    color: #6987ab;
}

.curriculum-event-thumb .curriculum-event-content .clock .text {
    color: #98d5ff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.curriculum-event-content {
    padding: 40px;
}

.curriculum-event-content .title {
    line-height: 1.3;
    display: block;
}

/*================= Responsive Mode ============*/
@media (max-width: 1150px) {
    .curriculum-event.event-big.thumb-full-block {
        height: 400px;
    }

    .curriculum-event.thumb-full-block {
        height: 400px;
    }
}

@media (max-width: 990px) {
    .curriculum-event-thumb .curriculum-event-content,
    .curriculum-event.event-big .curriculum-event-thumb .curriculum-event-content {
        bottom: 15px;
        left: 15px;
        width: 90%;
    }

    .curriculum-event-content,
    .curriculum-event.event-big .curriculum-event-content {
        padding: 20px;
    }

    .curriculum-event .category-link,
    .curriculum-event.event-big .category-link {
        top: 15px;
        left: 15px;
    }
}

@media (max-width: 460px) {
    .curriculum-event.event-big .timer {
        font-size: 26px;
    }
}

@media (max-width: 380px) {
    .curriculum-event .clock {
        margin-top: 10px;
    }

    .curriculum-event .timer {
        font-size: 14px;
    }
}

/*------------- #TRIPPLE-IMAGE --------------*/
.crumina-tripple-image {
    text-align: center;
    position: relative;
}

.crumina-tripple-image img {
    display: block;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    -webkit-box-shadow: 30px 0 100px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 30px 0 100px 0 rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    z-index: 2;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.crumina-tripple-image img:first-of-type {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 0;
}

.crumina-tripple-image img:last-of-type {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.crumina-tripple-image:hover img:first-of-type {
    -webkit-transform: perspective(50em) translateZ(0) rotateY(20deg) rotateX(1deg);
    transform: perspective(50em) translateZ(0) rotateY(20deg) rotateX(1deg);
}

.crumina-tripple-image:hover img:last-of-type {
    -webkit-transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(-20deg) rotateX(-2deg);
    transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(-20deg) rotateX(-2deg);
}

.crumina-tripple-image:hover img:nth-child(2) {
    -webkit-transform: perspective(50em) translateZ(0) translateY(0%) rotateY(0deg) rotateX(4deg);
    transform: perspective(50em) translateZ(0) translateY(0%) rotateY(0deg) rotateX(4deg);
}

/*================= Responsive Mode ============*/
@media (max-width: 860px) {
    .crumina-tripple-image img {
        max-width: 33%;
    }
}

/*------------- #SMARTPHONE-VIDEO --------------*/
.crumina-smartphone-video {
    background: url("../img/smartphone1.png") no-repeat 50% 50%;
    background-size: contain;
    text-align: center;
    margin-bottom: 60px;
}

.crumina-smartphone-video .video-thumb {
    overflow: hidden;
    padding: 40px 132px;
}

.crumina-smartphone-video .video-thumb img {
    border-radius: 20px;
    width: auto;
    margin: 0 auto;
}

/*================= Responsive Mode ============*/
@media (max-width: 980px) {
    .crumina-smartphone-video .video-thumb {
        padding: 30px 90px;
    }
}

@media (max-width: 600px) {
    .crumina-smartphone-video .video-thumb {
        padding: 15px 65px;
    }
}

@media (max-width: 420px) {
    .crumina-smartphone-video .video-thumb {
        padding: 15px 45px;
    }
}

/*------------- #SORTING --------------*/
.cat-list-bg-style {
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none;
}

.cat-list-bg-style .cat-list__item {
    display: inline-block;
    margin: 0 5px;
    border-radius: 30px;
    overflow: hidden;
}

.cat-list-bg-style .cat-list__item a {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 6px 20px;
    display: block;
    color: #6987ab;
    font-weight: 700;
}

.cat-list-bg-style .cat-list__item a:hover {
    color: #fff;
    -webkit-box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
    box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
}

.cat-list-bg-style .cat-list__item.active {
    -webkit-box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
    box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
}

.cat-list-bg-style .cat-list__item.active a {
    color: #fff;
    -webkit-box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
    box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
}

.cat-list-bg-style .cat-list__item.loading a {
    position: relative;
}

.cat-list-bg-style .cat-list__item.loading a .load-more-spinner {
    visibility: visible;
}

.cat-list-bg-style .cat-list__item.loading a span {
    visibility: hidden;
}

.cat-list-bg-style .cat-list__item .load-more-spinner {
    margin: -15px 0 0 -15px;
    visibility: hidden;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
}

.screenshots-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 10px 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 50px rgba(0, 0, 0, 0.1);
    margin: 0 auto 40px;
    display: inline-block;
}

.screenshots-item img {
    display: block;
}

.screenshots-item .overlay-standard {
    opacity: 0;
}

.screenshots-item .expand {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.screenshots-item:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 10px 0 50px rgba(0, 131, 255, 0.5);
    box-shadow: 10px 0 50px rgba(0, 131, 255, 0.5);
}

.screenshots-item:hover .overlay-standard {
    opacity: 1;
}

.screenshots-item:hover .expand {
    opacity: 1;
}

.screenshots-item.style-2 {
    border-radius: 0;
    margin-bottom: 0;
}

.screenshots-item.style-2:hover {
    -webkit-transform: none;
    transform: none;
}

.expand {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.expand .utouch-icon {
    width: 35px;
    height: 35px;
    fill: #fff;
    margin: 0 auto 10px;
    display: block;
}

/*------------- #CHOOSE --------------*/
.choose {
    font-size: 0;
    display: table;
    width: 100%;
    height: 340px;
}

.choose-item {
    width: 33.33%;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 20px 20px 20px 120px;
}

.choose-item:after {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: -40px;
    content: "";
    width: 0;
    height: 100%;
    border-style: solid;
    border-width: 170px 0 170px 40px;
    border-right-color: transparent;
    border-left-color: inherit;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.choose-item .title {
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: .2em;
    margin-bottom: 30px;
    color: #fff;
}

.choose-item .text {
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.choose-item .btn-next {
    margin-left: -25px;
}

.choose-item .btn-next .utouch-icon {
    fill: #fff;
}

.choose-item .btn-next:hover {
    margin-left: 5px;
}

.choose-item:hover .text {
    opacity: 1;
}

.choose-item:hover .btn-next {
    opacity: 1;
}

.choose-item.bg-orange:after {
    border-color: #EF6517;
}

.choose-item.bg-red:after {
    border-color: #ff3133;
}

.choose-item:last-child:after {
    display: none;
}

/*================= Responsive Mode ============*/
@media (max-width: 1199px) {
    .choose-item {
        padding-left: 60px;
    }
}

@media (max-width: 860px) {
    .choose-item .title {
        letter-spacing: 0.02em;
    }

    .choose-item::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .choose {
        display: block;
        height: auto;
    }

    .choose-item {
        width: 100%;
        display: block;
        padding: 20px 30px;
    }
}

@media (max-width: 600px) {
    .choose {
        display: block;
        height: auto;
    }

    .choose-item {
        display: block;
        width: 100%;
    }

    .choose-item:after {
        display: none;
    }
}

/*------------- #DOTTED-MAP --------------*/
.dotted-map {
    position: relative;
}

.dotted-map-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.dotted-map-content .title {
    font-size: 50px;
    margin-bottom: 20px;
}

.dotted-map-content .title span {
    font-size: 36px;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
    .dotted-map-content .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .dotted-map-content .title span {
        font-size: 22px;
    }

    .dotted-map-content {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .dotted-map-content {
        top: auto;
        position: relative;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
}

/*------------- #SEND-MESSAGE-POPUP --------------*/
.window-popup {
    opacity: 0;
    background-color: #66b5ff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease, scale .4s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease, scale .4s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease, scale .4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 50;
}

.window-popup.open {
    opacity: 1;
    z-index: 999999;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: auto;
    background-color: #1e242c;
}

.js-message-popup.cd-nav-trigger {
    position: relative;
    z-index: auto;
}

.send-message-popup {
    width: 560px;
    max-width: calc(100% - 60px);
    padding: 60px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin: 100px auto 0;
    background-color: #fff;
    -webkit-box-shadow: 0px -15px 0px 0px rgba(69, 74, 79, 0.5), 15px -30px 0px 0px rgba(69, 74, 79, 0.5), 30px -45px 0px 0px rgba(69, 74, 79, 0.5), 45px -60px 0px 0px rgba(69, 74, 79, 0.5);
    box-shadow: 0px -15px 0px 0px rgba(69, 74, 79, 0.5), 15px -30px 0px 0px rgba(69, 74, 79, 0.5), 30px -45px 0px 0px rgba(69, 74, 79, 0.5), 45px -60px 0px 0px rgba(69, 74, 79, 0.5);
}

.send-message-popup .contact-form {
    margin-top: 40px;
}

.send-message-popup .wrap-forms {
    text-align: left;
}

body:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #1e242c;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: -999;
}

body.overlay-enable {
    position: fixed;
    width: 100%;
    height: 100%;
}

body.overlay-enable:before {
    opacity: 1;
    z-index: 500;
}

.popup-close {
    border-radius: 0 0 0 30px;
    background-color: #131a22;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.popup-close .utouch-icon {
    width: 24px;
    height: 24px;
    fill: #6987ab;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-close.popup-close-round {
    border-radius: 100%;
    right: auto;
    top: 0;
    display: block;
    margin: 50px auto;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.search-popup {
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease, scale .3s ease, background-color .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease, scale .3s ease, background-color .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease, scale .3s ease, background-color .3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 50;
    background-color: #66b5ff;
}

.search-popup.open {
    opacity: 1;
    z-index: 999999;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.search--white .popup-close {
    background-color: #eaeef3;
}

.search--white .typeahead__container input:focus {
    color: #516e90;
}

.search--white .search-full-screen .search-standard input[type="search"]:focus {
    color: #516e90;
}

.search--white .typeahead__list > li {
    padding: 15px 60px;
}

.search--white .typeahead__list > li:hover {
    background-color: #ecf5fe;
}

.search--white .typeahead__list > li:hover > a {
    color: #516e90;
}

.search--white.open {
    background: white;
}

.popup-gallery {
    height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
}

.popup-gallery.open {
    background: #1e242c;
    z-index: 999;
    opacity: 1;
}

/*
.cd-nav-trigger {
  position: fixed;
  display: inline-block;
}

.cd-nav-trigger {
  z-index: 999;
  !* image replacement *!
}

.cd-nav-trigger .cd-icon {
  !* icon created in CSS *!
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #ffffff;
  z-index: 10;
}

.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
  !* upper and lower lines of the menu icon *!
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  !* Force Hardware Acceleration in WebKit *!
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  !* apply transition to transform property *!
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}

.cd-nav-trigger .cd-icon::before {
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}

.cd-nav-trigger .cd-icon::after {
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

.cd-nav-trigger::before, .cd-nav-trigger::after {
  !* 2 rounded colored backgrounds for the menu icon *!
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  !* Force Hardware Acceleration in WebKit *!
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}

.cd-nav-trigger::before {
  background-color: #091d23;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger::after {
  background-color: #ffb441;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
  !* user clicks on the .cd-nav-trigger element - 1st rounded background disappears *!
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cd-nav-trigger.close-nav::after {
  !* user clicks on the .cd-nav-trigger element - 2nd rounded background appears *!
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
  !* user clicks on the .cd-nav-trigger element - transform the icon *!
  background-color: rgba(255, 255, 255, 0);
}

.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
  background-color: white;
}

.cd-nav-trigger.close-nav .cd-icon::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.cd-overlay-nav, .cd-overlay-content {
  !* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon *!
  position: fixed;
  top: 0;
  right: 0;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span, .cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  !* Force Hardware Acceleration in WebKit *!
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
  !* background fades out at the end of the animation *!
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
  !* main rounded colored bg 1 *!
  z-index: 21;
}

.cd-overlay-nav span {
  background-color: rgba(30, 36, 44, 1);
}

.cd-overlay-content {
  !* main rounded colored bg 2 *!
  z-index: 9999999;
}

.cd-overlay-content span {
  z-index: 99;
  background-color: lighten($primary-color, 20%);
}
*/
/*================= Responsive Mode ============*/
@media (max-width: 768px) {
    .send-message-popup {
        padding: 30px;
    }

    .popup-close {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 0 0 0 15px;
    }

    .popup-close .icon {
        width: 16px;
        height: 16px;
    }
}

/*------------- #COUNTING-DOWN --------------*/
.counting-down {
    border-radius: 10px;
    -webkit-box-shadow: 10px 0 50px 0 rgba(18, 25, 33, 0.1);
    box-shadow: 10px 0 50px 0 rgba(18, 25, 33, 0.1);
    overflow: hidden;
}

.counting-down > * {
    padding: 40px;
}

.counting-down .timer {
    font-size: 38px;
}

.counting-header {
    background-color: #d2e9f7;
    position: relative;
}

.counting-header .utouch-icon {
    fill: #B5CCE0;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 25px;
    right: -75px;
}

.counting-header .clock {
    margin-top: 20px;
}

.counting-date {
    background-color: #ecf5fe;
}

.counting-date .utouch-icon {
    fill: #98d5ff;
}

.counting-date .text {
    color: #6987ab;
}

.counting-footer {
    background-color: #fff;
}

.counting-footer .author-prof {
    color: #516e90;
}

.counting-footer .author-name {
    color: #6987ab;
}

.counting-footer .author-block {
    margin-bottom: 40px;
}

/*================= Responsive Mode ============*/
@media (max-width: 980px) {
    .counting-down .timer {
        font-size: 16px;
    }

    .counting-down > * {
        padding: 15px;
    }

    .counting-header .utouch-icon {
        max-height: 50%;
    }
}

/*------------- #SKEW-ROWS --------------*/
.section-bg-skew {
    position: relative;
    background-size: cover;
}

.section-bg-skew > .container {
    position: relative;
    z-index: 2;
}

.section-bg-skew:before, .section-bg-skew:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0;
}

.section-bg-skew:before {
    height: 170px;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(49.9%, #fff), color-stop(50%, transparent));
    background: linear-gradient(to right bottom, #fff 49.9%, transparent 50%);
    top: 0;
}

.section-bg-skew:after {
    height: 170px;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(49.9%, transparent), color-stop(50%, #fff));
    background: linear-gradient(to right bottom, transparent 49.9%, #fff 50%);
    bottom: 0;
}

/*------------- #Rounded-ROWS --------------*/
.section-bg-curved {
    position: relative;
    background-size: cover;
}

.section-bg-curved > .container {
    position: relative;
    z-index: 2;
}

.section-bg-curved:before, .section-bg-curved:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 10px);
}

.section-bg-curved:before {
    top: -10px;
    left: -5px;
}

.section-bg-curved:after {
    bottom: -10px;
    left: -5px;
}

.bg-rounded-style1:before {
    content: url("../svg/01-wave-rotate-180.svg");
}

.bg-rounded-style1:after {
    content: url("../svg/01-wave.svg");
}

.bg-rounded-style2:before {
    content: url("../svg/02-wave.svg");
}

.bg-rounded-style2:after {
    content: url("../svg/03-wave.svg");
}

.bg-rounded-style3:before {
    content: url("../svg/04-wave.svg");
}

.bg-rounded-style3:after {
    content: url("../svg/05-wave.svg");
}

.bg-rounded-style4:before {
    content: url("../svg/06-wave.svg");
}

.bg-rounded-style4:after {
    content: url("../svg/06-wave-inverted.svg");
}

.not-top-element:before {
    display: none;
}

.not-bottom-element:after {
    display: none;
}

/*================= Responsive Mode ============*/
@media (max-width: 800px) {
    .bg-skew > * {
        padding: 0 70px;
    }

    .bg-skew.medium-padding120 {
        padding: 60px 0;
    }

    .bg-skew.pt180 {
        padding-top: 90px;
    }

    .bg-skew.pt120 {
        padding-top: 60px;
    }

    .negative-margin-bottom80 {
        margin-bottom: auto;
    }

    body.skew-rows .bg-skew:last-of-type {
        margin-bottom: -40px;
    }

    .section-bg-skew::before {
        border-bottom-width: 90px;
    }

    .section-bg-skew::after {
        border-bottom-width: 90px;
    }
}

/*------------- #CRUMINA-DOUBLE-IMAGE --------------*/
.crumina-double-image {
    text-align: center;
    position: relative;
}

.crumina-double-image img {
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    -webkit-box-shadow: 30px 0 100px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 30px 0 100px 0 rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.crumina-double-image img:first-child {
    position: relative;
    z-index: 2;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -webkit-transform: translateZ(0) translate(0%, 0%) rotateY(40deg) rotateX(0deg);
    transform: translateZ(0) translate(0%, 0%) rotateY(40deg) rotateX(0deg);
}

.crumina-double-image img:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    bottom: 0;
    max-height: 100%;
    z-index: 1;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -webkit-transform: translateZ(0) translate(0%, 0%) rotateY(0deg) rotateX(0deg);
    transform: translateZ(0) translate(0%, 0%) rotateY(0deg) rotateX(0deg);
}

.crumina-double-image:hover img:first-child {
    -webkit-transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(-20deg) rotateX(1deg);
    transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(-20deg) rotateX(1deg);
}

.crumina-double-image:hover img:last-child {
    -webkit-transform: perspective(50em) translateZ(0) translate(-20%, 0%) rotateY(0deg) rotateX(-2deg);
    transform: perspective(50em) translateZ(0) translate(-20%, 0%) rotateY(0deg) rotateX(-2deg);
}

/*------------- #SWITCHER --------------*/
.tgl {
    position: relative;
    outline: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 5px 0;
}

.tgl, .tgl:after, .tgl:before,
.tgl *, .tgl *:after, .tgl *:before,
.tgl + .tgl-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection,
.tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
    background: none;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection,
.tgl *::selection, .tgl *:after::selection, .tgl *:before::selection,
.tgl + .tgl-btn::selection {
    background: none;
}

.tgl span {
    position: relative;
    display: block;
    font-weight: normal;
    text-align: center;
    border-radius: 2em;
    padding: 1.15em 1em;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.7);
    -webkit-transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
}

.tgl span:before {
    position: relative;
    display: block;
    line-height: 1.3em;
    padding: 0 0.2em;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tgl span:after {
    position: absolute;
    display: block;
    content: '';
    border-radius: 2em;
    width: 2.8em;
    height: 2.8em;
    top: 0.35em;
    margin-left: -1.45em;
    background: #FFFFFF;
    -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out;
}

.tgl input[type="checkbox"] {
    display: none !important;
}

.tgl input[type="checkbox"]:not(:checked) + span {
    background: #0083ff;
    color: #FFFFFF;
    padding-left: 3.7em;
    padding-right: 1.5em;
    -webkit-box-shadow: 0 0 5px rgba(0, 131, 255, 0.3);
    box-shadow: 0 0 5px rgba(0, 131, 255, 0.3);
}

.tgl input[type="checkbox"]:not(:checked) + span:before {
    content: attr(data-off);
    color: #FFFFFF;
}

.tgl input[type="checkbox"]:not(:checked) + span:after {
    background: #FFFFFF;
    left: 1.7em;
}

.tgl input[type="checkbox"]:checked + span {
    background: #ff3133;
    color: #FFFFFF;
    padding-left: 1.5em;
    padding-right: 3.7em;
    -webkit-box-shadow: 0 0 5px rgba(248, 48, 50, 0.3);
    box-shadow: 0 0 5px rgba(248, 48, 50, 0.3);
}

.tgl input[type="checkbox"]:checked + span:before {
    content: attr(data-on);
}

.tgl input[type="checkbox"]:checked + span:after {
    background: #FFFFFF;
    left: 100%;
    margin-left: -3.1em;
}

.tgl input[type="checkbox"]:disabled, .tgl input[type="checkbox"]:disabled + span, .tgl input[type="checkbox"]:-moz-read-only, .tgl input[type="checkbox"]:-moz-read-only + span {
    cursor: not-allowed;
}

.tgl input[type="checkbox"]:disabled, .tgl input[type="checkbox"]:disabled + span, .tgl input[type="checkbox"]:read-only, .tgl input[type="checkbox"]:read-only + span {
    cursor: not-allowed;
}

.tgl-gray input[type="checkbox"]:not(:checked) + span {
    background: #e3e3e3;
    color: #999999;
}

.tgl-gray input[type="checkbox"]:not(:checked) + span:before {
    color: #999999;
}

.tgl-gray input[type="checkbox"]:not(:checked) + span:after {
    background: white;
}

.tgl-inline {
    display: inline-block !important;
    vertical-align: top;
}

.tgl-inline.tgl {
    font-size: 16px;
}

.tgl-inline.tgl span {
    min-width: 50px;
}

.tgl-inline.tgl span:before {
    line-height: 1.4em;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.tgl-inline-label {
    display: inline-block !important;
    vertical-align: top;
    line-height: 26px;
}

.tgl--text-both input[type="checkbox"]:checked + span::before {
    left: 140%;
    color: #ff3133;
}

.tgl--text-both input[type="checkbox"]:not(:checked) + span::before {
    left: -140%;
}

.tgl--text-both input[type="checkbox"]:not(:checked) + span,
.tgl--text-both input[type="checkbox"]:checked + span {
    padding-left: .5em;
    padding-right: .5em;
}

.typeahead__container {
    padding-bottom: 10px;
    /**
     * Restore the font weight unset by the previous rule.
     */
    /**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
    /**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
    /**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
    /**
     * Remove the inner border and padding in Firefox.
     */
    /**
     * Restore the focus styles unset by the previous rule.
     */
    /**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
    /**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
    /**
     * Remove the default vertical scrollbar in IE.
     */
    /**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
    /**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
    /**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
    /**
     * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
     */
    /**
     * Correct the text style of placeholders in Chrome, Edge, and Safari.
     */
    /**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
}

.typeahead__container optgroup {
    font-weight: bold;
}

.typeahead__container button,
.typeahead__container input {
    /* 1 */
    overflow: visible;
}

.typeahead__container button,
.typeahead__container select {
    /* 1 */
    text-transform: none;
}

.typeahead__container button,
.typeahead__container html [type="button"],
.typeahead__container [type="reset"],
.typeahead__container [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

.typeahead__container button::-moz-focus-inner,
.typeahead__container [type="button"]::-moz-focus-inner,
.typeahead__container [type="reset"]::-moz-focus-inner,
.typeahead__container [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

.typeahead__container button:-moz-focusring,
.typeahead__container [type="button"]:-moz-focusring,
.typeahead__container [type="reset"]:-moz-focusring,
.typeahead__container [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.typeahead__container fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.typeahead__container legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

.typeahead__container textarea {
    overflow: auto;
}

.typeahead__container [type="checkbox"],
.typeahead__container [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

.typeahead__container [type="number"]::-webkit-inner-spin-button,
.typeahead__container [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.typeahead__container [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 4px solid #5c6c7a;
    border-radius: 0;
}

.typeahead__container [type="search"]::-webkit-search-cancel-button,
.typeahead__container [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.typeahead__container ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

.typeahead__container ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

.typeahead__container [type="submit"] {
    background-color: transparent;
    padding: 0;
}

.typeahead__container [type="submit"] .utouch-icon {
    width: 26px;
    height: 26px;
    fill: #6987ab;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.typeahead__container .close {
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 25px;
    cursor: pointer;
    z-index: 5;
}

.typeahead__container .close .utouch-icon {
    width: 20px;
    height: 20px;
    fill: #6987ab;
}

.typeahead__container input {
    font-size: 20px;
}

.typeahead__container input:focus {
    color: #fff;
}

.typeahead__container {
    position: relative;
}

.typeahead__container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.typeahead__query {
    position: relative;
    z-index: 2;
    width: 100%;
}

.typeahead__filter {
    position: relative;
}

.typeahead__filter button {
    min-width: 100%;
    white-space: nowrap;
}

.typeahead__filter button:after {
    display: inline-block;
    margin-left: 4px;
    width: 0;
    height: 0;
    vertical-align: -2px;
    content: "";
    border: 4px solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.typeahead__field {
    font-size: 0;
    position: relative;
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.typeahead__field > * {
    display: table-cell;
    vertical-align: top;
}

.typeahead__button {
    position: absolute;
    left: 0;
    top: 20px;
}

.typeahead__field input {
    display: block;
    width: 100%;
    background: transparent;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.typeahead__field input[type="search"],
.typeahead__field input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.typeahead__field input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.typeahead__container.hint .typeahead__field input {
    background: transparent;
}

.typeahead__container.hint .typeahead__field input:last-child, .typeahead__hint {
    background: #fff;
}

.typeahead__container button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #fff;
}

.typeahead__container input.disabled,
.typeahead__container input[disabled],
.typeahead__container button.disabled,
.typeahead__container button[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.typeahead__filter, .typeahead__button {
    z-index: 1;
}

.typeahead__filter button, .typeahead__button button {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.typeahead__filter:hover, .typeahead__filter:active, .typeahead__filter:focus, .typeahead__button:hover, .typeahead__button:active, .typeahead__button:focus {
    z-index: 1001;
}

.typeahead__filter:hover button:focus, .typeahead__filter:hover button:active, .typeahead__filter:active button:focus, .typeahead__filter:active button:active, .typeahead__filter:focus button:focus, .typeahead__filter:focus button:active, .typeahead__button:hover button:focus, .typeahead__button:hover button:active, .typeahead__button:active button:focus, .typeahead__button:active button:active, .typeahead__button:focus button:focus, .typeahead__button:focus button:active {
    z-index: 1001;
}

.typeahead__filter + .typeahead__button button {
    margin-left: -2px;
}

.typeahead__container.filter .typeahead__filter {
    z-index: 1001;
}

.typeahead__list, .typeahead__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-clip: padding-box;
}

.typeahead__result.detached .typeahead__list {
    position: relative;
    z-index: 1041;
    top: initial;
    left: initial;
}

.typeahead__dropdown {
    right: 0;
    left: initial;
    z-index: 1001;
}

.typeahead__list > li {
    position: relative;
    padding: 10px 60px;
    border-radius: 5px;
    display: block;
}

.typeahead__list > li:hover {
    background-color: #232b32;
}

.typeahead__list > li:hover > a {
    color: #fff;
}

.typeahead__list > li:first-child {
    border-top: none;
}

.typeahead__list > li > a,
.typeahead__dropdown > li > a {
    display: block;
    clear: both;
    color: #5c6c7a;
    text-decoration: none;
}

.typeahead__list.empty > li > a {
    cursor: default;
}

.typeahead__list.empty > li > a:hover,
.typeahead__list.empty > li > a:focus,
.typeahead__list.empty > li.active > a {
    background-color: transparent;
}

.typeahead__list > li.typeahead__group {
    font-weight: bold;
}

.typeahead__list > li.typeahead__group > a,
.typeahead__list > li.typeahead__group > a:hover,
.typeahead__list > li.typeahead__group > a:focus,
.typeahead__list > li.typeahead__group.active > a {
    cursor: default;
}

.typeahead__container.result .typeahead__list,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.backdrop + .typeahead__backdrop {
    display: block !important;
}

.typeahead__container .typeahead__list,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container + .typeahead__backdrop {
    display: none !important;
}

.typeahead__container.loading .typeahead__query:before, .typeahead__container.loading .typeahead__query:after {
    -webkit-transition: all 0s linear, opacity 0.2s ease;
    transition: all 0s linear, opacity 0.2s ease;
    position: absolute;
    z-index: 3;
    content: '';
    top: 50%;
    right: .55em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 500rem;
    border-style: solid;
    border-width: .1em;
}

.typeahead__container.loading .typeahead__query:before {
    border-color: rgba(0, 0, 0, 0.35);
}

.typeahead__container.loading .typeahead__query:after {
    -webkit-animation: button-spin 0.6s linear;
    animation: button-spin 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-color: #fff transparent transparent;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
}

@-webkit-keyframes button-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes button-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
    .typeahead__container input {
        font-size: 14px;
    }

    .typeahead__container [type="submit"] .utouch-icon {
        width: 16px;
        height: 16px;
    }

    .typeahead__container .close .utouch-icon {
        width: 16px;
        height: 16px;
    }

    .typeahead__container [type="search"] {
        padding-bottom: 10px;
    }

    .typeahead__container .close {
        top: 22px;
    }
}

/*------------- #POPUP-SEARCH --------------*/
.search-full-screen {
    width: 60%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

.search-full-screen .search-standard {
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transform: none;
    transform: none;
    right: auto;
}

.search-full-screen .search-standard input[type="search"] {
    background: transparent;
    outline-offset: -2px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 4px solid #5c6c7a;
    border-radius: 0;
    padding: 17px 50px;
    font-size: 20px;
}

.search-full-screen .search-standard input[type="search"]:focus {
    color: #fff;
}

.search-full-screen .search-standard .utouch-icon {
    width: 29px;
    height: 29px;
}

.search-full-screen .search-standard button[type="submit"] {
    left: 0;
    top: 17px;
    padding: 0;
}

.search-full-screen .search-standard .close {
    right: 0;
}

.search-standard {
    width: 100%;
    max-width: 700px;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-shadow: 0 0 20px 0 rgba(18, 25, 33, 0.1);
    box-shadow: 0 0 20px 0 rgba(18, 25, 33, 0.1);
    border-radius: 10px;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
    opacity: 0;
    visibility: hidden;
}

.search-standard input[type="search"] {
    border: none;
    background-color: #fff;
    font-size: 16px;
    padding: 17px 80px;
    border-radius: 10px;
    margin: 0;
}

.search-standard input[type="search"]:focus {
    color: #516e90;
}

.search-standard .form-icon {
    position: absolute;
}

.search-standard .utouch-icon {
    height: 32px;
    width: 32px;
}

.search-standard button[type="submit"] {
    background: none;
    left: 20px;
    top: 17px;
}

.search-standard .utouch-icon-search {
    top: auto;
}

.search-standard .utouch-icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 27px;
    width: 27px;
    padding: 2px;
    fill: #839dbc;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    cursor: pointer;
}

.search-standard .close {
    right: 20px;
    top: 18px;
}

.search-standard .typeahead__container {
    padding-bottom: 0;
}

.search-standard .typeahead__list {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    margin-top: -5px;
    padding: 15px 0;
    -webkit-box-shadow: 0 15px 20px 0 rgba(18, 25, 33, 0.1);
    box-shadow: 0 15px 20px 0 rgba(18, 25, 33, 0.1);
}

.search-standard .typeahead__list:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80%;
    height: 1px;
    background-color: #ecf5fe;
}

.search-standard .typeahead__list > li {
    padding: 10px 30px;
}

.search-standard .typeahead__list > li:hover {
    background-color: #ecf5fe;
}

.search-standard .typeahead__list > li:hover > a {
    color: #516e90;
}

.search-standard.open {
    opacity: 1;
    visibility: visible;
}

.search--dark input[type="search"] {
    background-color: #1b232d;
}

.search--dark input[type="search"]:focus {
    color: #fff;
}

.search--dark input[type="search"]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #6987ab;
    opacity: 1;
}

.search--dark input[type="search"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #6987ab;
    opacity: 1;
}

.search--dark input[type="search"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6987ab;
    opacity: 1;
}

.search--dark input[type="search"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #6987ab;
    opacity: 1;
}

.search--dark.open {
    background-color: #1e242c;
}

/*================= Responsive Mode ============*/
@media (max-width: 1199px) {
    .search-standard {
        right: 0;
    }
}

@media (max-width: 940px) {
    .search-standard {
        top: 80%;
        right: 50%;
        -webkit-transform: translate(50%, -100%);
        transform: translate(50%, -100%);
    }
}

@media (max-width: 768px) {
    .search-full-screen {
        width: 90%;
    }

    .search-full-screen .search-standard input[type="search"] {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .search-full-screen .search-standard .utouch-icon {
        width: 22px;
        height: 22px;
    }

    .popup-close .utouch-icon {
        width: 16px;
        height: 16px;
    }
}

/*------------- #PIE-CHARTS --------------*/
.chart-js canvas {
    margin-bottom: 60px;
    max-width: 100%;
}

.chart-js .points {
    padding-left: 50px;
}

@media (max-width: 1024px) {
    .chart-js .points {
        padding-left: 0;
    }
}

.chart-js .points .points-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.chart-js .points .points-item-count {
    font-size: 14px;
    color: #516e90;
    display: inline-block;
}

.chart-js .points .point-sircle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border-color: transparent;
    margin-right: 20px;
    float: left;
}

/*------------- #PIE-CHARTS --------------*/
@media (max-width: 570px) {
    .crumina-pie-chart-item {
        margin-bottom: 30px;
    }
}

.pie-chart {
    width: 170px;
    height: 170px;
    position: relative;
    border-radius: 100%;
    border: 5px solid #dbe3ec;
    float: left;
    margin-right: 30px;
}

@media (max-width: 980px) {
    .pie-chart {
        float: none;
        margin-bottom: 30px;
    }
}

.pie-chart:after {
    content: '';
    display: block;
    width: 145px;
    height: 145px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 5px solid #dbe3ec;
    z-index: -1;
}

.pie-chart .content {
    font-size: 40px;
    color: #516e90;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.pie-chart img, .pie-chart .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 60px;
    line-height: 1;
}

.pie-chart-content {
    overflow: hidden;
}

.pie-chart-content a {
    color: #4b5d73;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
}

.pie-chart-content a i {
    margin-left: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
}

.pie-chart-content-text {
    margin-bottom: 20px;
}

.pie-chart-content-title {
    line-height: 1.2;
    margin-bottom: 15px;
}

.pie-chart canvas {
    max-width: 100%;
}

/*------------- #SHOP-STYLES --------------*/

.woocommerce-sorting-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*------------- #CART --------------*/
body.woocommerce-cart .entry-header {
    text-align: center;
    margin-bottom: 60px;
}

.woocommerce .cart-main table .cart_item td {
    padding: 40px 0;
    overflow: hidden;
    border: none;
}

.woocommerce .cart-main table .cart_item td:first-child {
    padding-left: 60px;
}

@media (max-width: 1024px) {
    .woocommerce .cart-main table .cart_item td:first-child {
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .woocommerce .cart-main table .cart_item td {
        padding: 20px;
    }
}

@media (max-width: 560px) {
    .woocommerce .cart-main table .cart_item td {
        padding: 10px;
    }
}

.cart-main .cart_item .product-quantity .quantity .quantity-minus,
.cart-main .cart_item .product-quantity .quantity .quantity-plus {
    line-height: 60px;
    font-size: 24px;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    color: #839dbc;
}

.content-main-sidebar .cart-main .cart_item .product-quantity .quantity .quantity-minus,
.content-main-sidebar .cart-main .cart_item .product-quantity .quantity .quantity-plus {
    display: none;
}

.content-main-sidebar .cart-main .cart_item .product-quantity .quantity .qty {
    float: none;
    margin: 0 10px;
}

.content-main-sidebar .cart-main .actions .coupon {
    margin-bottom: 30px;
}

.content-main-sidebar .cart-main .actions input.btn {
    float: left;
}

.content-main-sidebar .woocommerce .checkout.woocommerce-checkout #customer_details .col-1,
.content-main-sidebar .woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
}

@media (max-width: 1024px) {
    .content-main-sidebar .products ul li,
    .content-main-sidebar ul.products li {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .content-main-sidebar .woocommerce table.cart.shop_table img {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .content-main-sidebar .cart-main .actions .coupon input {
        padding: 0 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 980px) {
    .content-main-sidebar .cart-main .actions .coupon input {
        border-radius: 50px;
    }
}

@media (max-width: 768px) {
    .content-main-sidebar .cart-main .actions .coupon input {
        border-radius: 50px 0 0 50px;
    }
}

@media (max-width: 460px) {
    .content-main-sidebar .cart-main .actions .coupon input {
        border-radius: 50px;
    }
}

@media (max-width: 768px) {
    .content-main-sidebar .cart-main .actions .coupon .btn-medium.btn--breez {
        border-radius: 0 50px 50px 0;
    }
}

@media (max-width: 460px) {
    .content-main-sidebar .cart-main .actions .coupon .btn-medium.btn--breez {
        margin-bottom: 30px;
        border-radius: 50px;
    }
}

@media (max-width: 1024px) {
    .content-main-sidebar .cart-main .actions .coupon {
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .content-main-sidebar .cart_item .product-remove .product-del {
        padding: 0 20px;
    }
}

.content-main-sidebar .woocommerce .cart-product-wrap-title-main tr > th {
    font-size: 13px;
}

@media (max-width: 980px) {
    .content-main-sidebar .woocommerce .cart-product-wrap-title-main tr > th {
        padding-left: 30px;
    }
}

@media (max-width: 980px) {
    .content-main-sidebar .cart-total.cart_totals {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .content-main-sidebar .woocommerce .cart-main table.shop_table .actions {
        padding: 30px;
    }
}

@media (max-width: 980px) {
    .content-main-sidebar .woocommerce .checkout_coupon.coupon input {
        margin-bottom: 30px;
    }
}

@media (max-width: 980px) {
    .content-main-sidebar #billing_first_name_field,
    .content-main-sidebar #billing_last_name_field,
    .content-main-sidebar #billing_email_field,
    .content-main-sidebar #billing_phone_field,
    .content-main-sidebar #billing_state_field,
    .content-main-sidebar #billing_postcode_field {
        width: 100%;
    }
}

.content-main-sidebar .woocommerce-checkout #payment {
    padding: 30px;
}

@media (max-width: 980px) {
    .content-main-sidebar .woocommerce table .cart_item td {
        padding-left: 30px;
    }
}

@media (max-width: 980px) {
    .content-main-sidebar .woocommerce table.shop_table tfoot th {
        padding-left: 30px;
    }
}

@media (max-width: 1024px) {
    .content-main-sidebar .product-details .product-details-info {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 1024px) {
    .content-main-sidebar .row.product-details > div {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 360px) {
    .content-main-sidebar .woocommerce table.shop_table tfoot td {
        padding-left: 0;
    }
}

#billing_email_field {
    clear: both;
}

.product-details-info .nice-select {
    margin-bottom: 0;
}

.product-details-info form.cart .variations label {
    line-height: 64px;
    vertical-align: middle;
    color: #273f5b;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    line-height: 1.5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #dbe3ec;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: transparent;
    -webkit-box-shadow: 5px 0 40px 0 rgba(0, 88, 171, 0.25);
    box-shadow: 5px 0 40px 0 rgba(0, 88, 171, 0.25);
}

.woocommerce .cart-main table.shop_table .actions {
    padding: 40px 70px;
    background-color: #dfe8f2;
    border: none;
}

@media (max-width: 980px) {
    .woocommerce .cart-main table.shop_table .actions {
        padding: 30px;
    }
}

@media (max-width: 1024px) {
    .woocommerce ul.products li {
        width: 50%;
    }
}

@media (max-width: 560px) {
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
        float: none;
    }
}

.woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 300px;
}

.woocommerce ul.products li.product a.btn {
    max-width: 100%;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.woocommerce ul.products li.product a.btn i {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.cart-main .actions input.btn {
    width: auto;
}

.woocommerce table.shop_table.cart {
    margin: 0;
    border: none;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 1.5em;
    font-size: 20px;
    font-weight: 700;
    color: #F89101;
}

.woocommerce .cart-total table.shop_table {
    border: none;
}

.woocommerce .cart-total table.shop_table .order-total th,
.woocommerce .cart-total table.shop_table .order-total td {
    border: none;
}

.cart tbody .cart_item {
    position: relative;
}

.cart tbody .cart_item:after {
    content: '';
    display: block;
    width: 95%;
    height: 1px;
    background-color: #dbe3ec;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.cart tbody .cart_item:last-child:after {
    display: none;
}

.woocommerce .cart-main tbody a.remove {
    color: #839dbc !important;
}

.woocommerce .cart-main tbody a.remove:hover {
    color: #fff !important;
}

.cart-main {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 10px 0 60px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 60px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
}

.cart-main tbody {
    background-color: #fff;
}

.cart-main tbody .cart_item {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.cart-main tbody .cart_item:after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background-color: #dbe3ec;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.cart-main tbody .cart_item:hover {
    -webkit-box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
}

.cart-main tbody .cart_item:hover a.remove {
    color: red !important;
}

.cart-main tbody .cart_item:hover a.remove:hover {
    color: #fff !important;
}

.cart-main tbody .cart_item:hover:after {
    opacity: 0;
}

.cart-main tbody .cart_item:hover .cart-product-title {
    color: #0083ff;
}

.cart-main .actions {
    padding: 40px 70px;
    background-color: #f1f3f3;
    overflow: hidden;
}

@media (max-width: 570px) {
    .cart-main .actions {
        padding: 30px;
    }
}

.cart-main .actions .coupon {
    float: left;
}

@media (max-width: 1024px) {
    .cart-main .actions .coupon {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .cart-main .actions .coupon {
        margin-bottom: 0;
    }
}

.cart-main .actions .coupon input {
    width: auto;
    border-radius: 50px 0 0 50px;
    background-color: #fff;
    padding: 0 40px;
    float: left;
    margin-bottom: 0;
    line-height: 60px;
    height: 60px;
}

@media (max-width: 480px) {
    .cart-main .actions .coupon input {
        border-radius: 50px;
        margin-bottom: 30px;
    }
}

.cart-main .actions .coupon .btn-medium {
    border-radius: 0 50px 50px 0;
    float: left;
}

@media (max-width: 480px) {
    .cart-main .actions .coupon .btn-medium {
        border-radius: 50px;
        margin-bottom: 30px;
    }
}

.cart-main .actions .btn {
    float: right;
}

@media (max-width: 1024px) {
    .cart-main .actions .btn {
        float: left;
    }
}

.cart_item td {
    padding: 40px 0;
}

.cart_item .cart-product-title {
    color: #273f5b;
    font-size: 22px;
}

.cart_item .product-price .price {
    font-size: 18px;
    color: #273f5b;
}

.cart_item .product-remove .product-del {
    position: relative;
    font-size: 24px;
    cursor: pointer;
    padding: 0 55px;
    color: #ed1c24;
    display: block;
}

@media (max-width: 768px) {
    .cart_item .product-remove .product-del {
        padding: 0 15px;
    }
}

@media (max-width: 460px) {
    .cart_item .product-remove .product-del {
        padding: 0 7px;
        font-size: 14px;
    }
}

.cart_item .product-remove .product-del:hover {
    color: #ed1c24 !important;
    background: none;
}

.cart_item .product-thumbnail img {
    float: left;
    margin-right: 40px;
    width: auto;
}

@media (max-width: 460px) {
    .cart_item .product-thumbnail img {
        margin-right: 0;
    }
}

.cart_item .cart-product-content {
    text-align: left;
}

.cart_item .cart-product-content .cart-author {
    margin-bottom: 5px;
}

.cart_item .product-quantity .quantity {
    overflow: hidden;
    -webkit-box-shadow: 0 1px 10px rgba(18, 25, 33, 0.1);
    box-shadow: 0 1px 10px rgba(18, 25, 33, 0.1);
    display: inline-block;
    border-radius: 50px;
}

@media (max-width: 768px) {
    .cart_item .product-quantity .quantity {
        float: right;
    }
}

.cart_item .product-quantity .quantity .quantity-minus {
    display: block;
    float: left;
    padding-left: 28px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

@media (max-width: 980px) {
    .cart_item .product-quantity .quantity .quantity-minus {
        font-size: 20px;
        padding-left: 10px;
    }
}

@media (max-width: 480px) {
    .cart_item .product-quantity .quantity .quantity-minus {
        font-size: 14px;
    }
}

.cart_item .product-quantity .quantity .quantity-minus:hover {
    color: #0083ff;
}

.cart_item .product-quantity .quantity input {
    max-width: 70px;
    float: left;
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    line-height: 60px;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

@media (max-width: 980px) {
    .cart_item .product-quantity .quantity input {
        font-size: 18px;
        max-width: 40px;
    }
}

@media (max-width: 480px) {
    .cart_item .product-quantity .quantity input {
        font-size: 14px;
        max-width: 30px;
    }
}

.cart_item .product-quantity .quantity .quantity-plus {
    display: block;
    float: left;
    padding-right: 28px;
    background-color: transparent;
    font-size: 40px;
    color: #cfcfcf;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 980px) {
    .cart_item .product-quantity .quantity .quantity-plus {
        font-size: 20px;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {
    .cart_item .product-quantity .quantity .quantity-plus {
        font-size: 14px;
    }
}

.cart_item .product-quantity .quantity .quantity-plus:hover {
    color: #0083ff;
}

.cart_item .product-subtotal {
    padding-right: 45px;
}

@media (max-width: 570px) {
    .cart_item .product-subtotal {
        padding-right: 10px;
    }
}

.cart_item .product-subtotal .total {
    color: #f89101;
    font-size: 18px;
}

.woocommerce .cart-product-wrap-title-main tr > th {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #121921;
    padding: 30px 0;
    text-align: left;
    border: none;
}

@media (max-width: 460px) {
    .woocommerce .cart-product-wrap-title-main tr > th {
        font-size: 12px;
    }
}

.cart-total {
    text-align: center;
}

.cart-total .cart-total-title {
    font-size: 38px;
    margin-bottom: 30px;
    color: #273f5b;
}

@media (max-width: 768px) {
    .cart-total .cart-total-title {
        font-size: 22px;
    }
}

.cart-total .cart-total-subtotal {
    margin-bottom: 5px;
}

.cart-total .cart-total-total {
    margin-bottom: 40px;
}

.cart-total .cart-total-total .price {
    color: #f26522;
}

.cart-total .btn-medium {
    width: 100%;
}

.woocommerce .cart-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 38px;
    color: #273f5b;
}

@media (max-width: 768px) {
    .woocommerce .cart-title {
        font-size: 22px;
    }
}

.cart-total.cart_totals {
    width: 50%;
    float: none;
    clear: both;
    overflow: hidden;
    padding: 40px 0;
    margin: 0 auto;
}

.cart-collaterals {
    overflow: hidden;
}

.woocommerce .cart-total table.shop_table .order-total td,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
    text-align: right;
    font-size: 22px;
    width: auto;
    color: #273f5b;
    padding: 12px 0;
}

@media (max-width: 640px) {
    .woocommerce .cart-total table.shop_table .order-total td,
    .woocommerce table.shop_table tbody:first-child tr:first-child td {
        font-size: 18px;
    }
}

.woocommerce .checkout_coupon.coupon input {
    margin-bottom: 0;
    margin-right: 30px;
    width: auto;
    border: 2px solid #dbe3ec;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce .checkout_coupon.coupon input:focus {
    border-color: transparent;
    -webkit-box-shadow: 5px 0 40px 0 rgba(0, 88, 171, 0.25);
    box-shadow: 5px 0 40px 0 rgba(0, 88, 171, 0.25);
}

.woocommerce .checkout_coupon.coupon input.btn--primary {
    border: none;
}

@media (max-width: 460px) {
    .woocommerce .checkout_coupon.coupon input {
        margin-bottom: 30px;
    }
}

@media (max-width: 360px) {
    .woocommerce .checkout_coupon.coupon input {
        width: 100%;
    }
}

.woocommerce .checkout_coupon.coupon input.btn--breez {
    margin-right: 0;
}

@media (max-width: 800px) {
    .woocommerce .checkout_coupon.coupon input.btn--breez {
        margin-bottom: 0;
    }
}

.woocommerce .contact-form form.login.shop-user-form-return input {
    border: 2px solid #dbe3ec;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce .contact-form form.login.shop-user-form-return input:focus {
    border-color: transparent;
    -webkit-box-shadow: 5px 0 40px 0 rgba(0, 88, 171, 0.25);
    box-shadow: 5px 0 40px 0 rgba(0, 88, 171, 0.25);
}

.woocommerce .contact-form form.login.shop-user-form-return input.btn--secondary {
    background-color: #273f5b;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.woocommerce .contact-form form.login.shop-user-form-return input.btn {
    width: auto;
    margin-bottom: 0;
    margin-top: 0;
}

.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce .cart-total table.shop_table .order-total th {
    font-size: 22px;
    width: auto;
    color: #273f5b;
    padding: 12px 0;
}

.cross-sells .crumina-heading {
    margin-bottom: 40px;
}

.woocommerce .cart-total table.shop_table .order-total td {
    color: #f89101;
}

.woocommerce .showcoupon,
.woocommerce .showlogin {
    margin-left: 30px;
}

@media (max-width: 1024px) {
    .woocommerce .showcoupon,
    .woocommerce .showlogin {
        display: block;
        margin-left: 0;
    }
}

.woocommerce .item-title {
    margin-bottom: 30px;
    padding: 20px 30px;
    border-radius: 50px;
    background-color: #ecf5fe;
    font-size: 20px;
    color: #273f5b;
}

.woocommerce .checkout_coupon.coupon,
.woocommerce .contact-form form.login.shop-user-form-return {
    border: none;
    -webkit-box-shadow: 5px 0 30px 0 rgba(200, 219, 239, 0.4);
    box-shadow: 5px 0 30px 0 rgba(200, 219, 239, 0.4);
    padding: 60px;
}

.woocommerce .checkout.woocommerce-checkout #customer_details {
    overflow: hidden;
    margin: 0 -15px;
}

.woocommerce .checkout.woocommerce-checkout #customer_details .col-1, .woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
    width: 50%;
    float: left;
    padding: 15px;
}

@media (max-width: 1024px) {
    .woocommerce .checkout.woocommerce-checkout #customer_details .col-1, .woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
        width: 100%;
    }
}

.woocommerce-additional-fields h3 {
    color: #273f5b;
}

.woocommerce h3#order_review_heading {
    color: #273f5b;
}

.woocommerce .woocommerce-shipping-fields h3,
.woocommerce .woocommerce-billing-fields h3 {
    margin-bottom: 40px;
    color: #273f5b;
}

.woocommerce .woocommerce-shipping-fields p,
.woocommerce .woocommerce-billing-fields p {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-shipping-fields textarea:focus,
.woocommerce .woocommerce-billing-fields textarea:focus {
    background-color: #fff;
    -webkit-box-shadow: 17px 0 60px #d3dcdc;
    box-shadow: 17px 0 60px #d3dcdc;
}

.nice-select.country_to_state.country_select {
    display: none;
}

#billing_first_name_field,
#billing_last_name_field,
#billing_phone_field,
#billing_state_field,
#billing_postcode_field,
#billing_city_field {
    width: 50%;
    float: left;
}

@media (max-width: 768px) {
    #billing_first_name_field,
    #billing_last_name_field,
    #billing_phone_field,
    #billing_state_field,
    #billing_postcode_field,
    #billing_city_field {
        width: 100%;
        padding: 0;
        float: none;
    }
}

#billing_first_name_field.form-row-first,
#billing_last_name_field.form-row-first,
#billing_phone_field.form-row-first,
#billing_state_field.form-row-first,
#billing_postcode_field.form-row-first,
#billing_city_field.form-row-first {
    padding-right: 15px;
}

@media (max-width: 1024px) {
    #billing_first_name_field.form-row-first,
    #billing_last_name_field.form-row-first,
    #billing_phone_field.form-row-first,
    #billing_state_field.form-row-first,
    #billing_postcode_field.form-row-first,
    #billing_city_field.form-row-first {
        padding-right: 0;
    }
}

#billing_first_name_field.form-row-last,
#billing_last_name_field.form-row-last,
#billing_phone_field.form-row-last,
#billing_state_field.form-row-last,
#billing_postcode_field.form-row-last,
#billing_city_field.form-row-last {
    padding-left: 15px;
}

@media (max-width: 768px) {
    #billing_first_name_field.form-row-last,
    #billing_last_name_field.form-row-last,
    #billing_phone_field.form-row-last,
    #billing_state_field.form-row-last,
    #billing_postcode_field.form-row-last,
    #billing_city_field.form-row-last {
        padding-right: 0;
    }
}

#billing_state_field,
#billing_postcode_field,
#billing_city_field {
    padding-right: 15px;
}

.select2-container.country_to_state.country_select .select2-choice,
.select2-container.state_select .select2-choice {
    padding: 13px 40px;
    border-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    border-radius: 50px;
    background-color: #f7f9f9;
}

.select2-container .select2-choice .select2-arrow {
    right: 20px;
}

.select2-drop-active {
    border: none;
}

.woocommerce table .cart_item td,
.woocommerce table .cart_item th {
    padding: 40px 0 40px 100px;
    margin: 0;
    font-size: 19px;
    font-weight: 400 !important;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border: none;
}

@media (max-width: 800px) {
    .woocommerce table .cart_item td,
    .woocommerce table .cart_item th {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }
}

@media (max-width: 570px) {
    .woocommerce table .cart_item td,
    .woocommerce table .cart_item th {
        font-size: 14px;
    }
}

.woocommerce table .cart_item td.product-total .woocommerce-Price-amount.amount {
    color: #f89101;
    font-size: 18px;
}

@media (max-width: 800px) {
    .woocommerce table .cart_item td.product-total .woocommerce-Price-amount.amount {
        font-size: 16px;
    }
}

@media (max-width: 570px) {
    .woocommerce table .cart_item td.product-total .woocommerce-Price-amount.amount {
        font-size: 14px;
    }
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 15px 0 65px rgba(0, 0, 0, 0.3);
    box-shadow: 15px 0 65px rgba(0, 0, 0, 0.3);
    margin-bottom: 80px;
    margin-top: 40px;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .form-row.place-order {
    margin: 0;
    overflow: hidden;
    padding: 30px 0 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order strong {
    font-weight: normal;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 60px;
    background-color: #ecf5fe;
    border-bottom: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .form-row.place-order {
    padding: 40px 60px;
    background-color: #fff;
}

.woocommerce-checkout-review-order-table .cart_item.total th, .woocommerce-checkout-review-order-table .cart_item.total td {
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media (max-width: 768px) {
    .woocommerce-checkout #payment ul.payment_methods li {
        font-size: 14px;
    }
}

.woocommerce-checkout #payment ul.payment_methods li input {
    width: auto;
}

.woocommerce-checkout #payment ul.payment_methods li input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce-checkout #payment div.payment_box p {
    font-size: 14px;
}

.woocommerce table.cart.shop_table img {
    width: auto;
    max-width: 140px;
}

@media (max-width: 768px) {
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    font-size: 0.67em;
}

@media (max-width: 360px) {
    .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        float: none;
        display: inline-block;
    }
}

@media (max-width: 570px) {
    .woocommerce ul.products li.product {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .woocommerce .cart-collaterals .cart-total.cart_totals.calculated_shipping {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .woocommerce .cart-main .shop_table .coupon input.email {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .woocommerce .cart-main .shop_table .coupon input.btn {
        width: auto;
    }
}

.woocommerce .wc-bacs-bank-details-heading,
.woocommerce .woocommerce-thankyou-order-received {
    margin-bottom: 30px;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    font-weight: normal;
}

@media (max-width: 980px) {
    .woocommerce .woocommerce-thankyou-order-details li {
        float: none;
        margin-bottom: 30px;
    }
}

/*------------- #Woocommerce --------------*/
.woocommerce .product.first {
    clear: both;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 -20px;
}

.woocommerce #content .price {
    margin-bottom: 30px;
    font-size: 20px;
}

.woocommerce #content .price ins {
    text-decoration: none;
}

.woocommerce #content .price del {
    font-size: 0.82em;
    color: #839dbc;
    text-decoration: line-through;
    margin-right: 5px;
    display: inline-block;
    opacity: 1;
}

.woocommerce #content .product-details-info .price {
    font-size: 32px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .woocommerce #content .product-details-info .price {
        font-size: 22px;
    }
}

.woocommerce #content .product-details-info .price del {
    opacity: .6;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    display: inline-block;
    font-size: 16px;
}

@media (max-width: 640px) {
    .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
        display: block;
    }
}

.woocommerce-grid-control {
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce-grid-control .woocommerce-result-count {
    margin-right: 60px;
    font-size: 16px;
    color: #839dbc;
}

@media (max-width: 640px) {
    .woocommerce-grid-control .woocommerce-result-count {
        margin-right: 0;
    }
}

.woocommerce-grid-control .woocommerce-ordering {
    min-width: 350px;
}

@media (max-width: 480px) {
    .woocommerce-grid-control .woocommerce-ordering {
        min-width: unset;
    }
}

.woocommerce-grid-control .woocommerce-ordering .nice-select {
    font-weight: 700;
    color: #5e7896;
}

.woocommerce-grid-control .woocommerce-ordering .nice-select:after {
    border-bottom: 2px solid #5e7896;
    border-right: 2px solid #5e7896;
}

.woocommerce ul.products li.product a .attachment-shop_catalog {
    margin-bottom: 40px;
}

.woocommerce.single #primary .onsale {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-weight: 700;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 45px !important;
    left: 35px !important;
    right: auto !important;
    font-size: 14px;
    color: #fff;
    border-radius: 100%;
    background-color: #01a23c;
}

.woocommerce ul.products li.product .onsale {
    top: 30px !important;
    left: 30px;
    right: auto !important;
    background-color: #ff3133;
    font-size: 14px;
    text-transform: uppercase;
    min-height: 55px;
    min-width: 55px;
    z-index: 8;
}

.woocommerce .product-item {
    text-align: center;
    background-color: #f2f7fd;
    padding: 50px;
    display: block;
}

@media (max-width: 1200px) {
    .woocommerce .product-item {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .woocommerce .product-item {
        margin: 0 15px 30px;
    }
}

.woocommerce .product-item .product-item-info .product-category {
    font-size: 14px;
    margin-bottom: 20px;
}

.woocommerce .product-item .product-item-info .product-category a {
    color: #839dbc;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce .product-item .product-item-info .product-title {
    margin-bottom: 20px;
}

.woocommerce .product-item a.added_to_cart {
    padding: 18px 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    white-space: normal;
    font-weight: 700;
}

.woocommerce .product-item a.added_to_cart:after {
    font-family: 'seotheme' !important;
    margin-left: 10px;
    font-size: 12px;
    display: inline;
    content: "\e908";
}

.woocommerce .product-item .add_to_cart_button.added {
    display: none;
}

.woocommerce .product-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 50px 0 rgba(200, 219, 239, 0.3);
    box-shadow: 0 10px 50px 0 rgba(200, 219, 239, 0.3);
}

.woocommerce div.product .stock {
    text-indent: 50px;
}

.woocommerce-Reviews-title {
    margin-bottom: 40px;
}

.woocommerce .comments__body .star-rating {
    float: none;
    margin-bottom: 10px;
}

.woocommerce .star-rating span {
    color: #fcd846;
}

.woocommerce .woocommerce-form.woocommerce-form-login {
    border: none;
    padding: 0;
}

.woocommerce .woocommerce-form.woocommerce-form-login input.button {
    display: block;
    width: auto;
    padding: 18px 50px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 30px 0;
}

.woocommerce .woocommerce-form.woocommerce-form-login input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.woocommerce .woocommerce-form.woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox {
    padding-left: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    position: relative;
    text-align: center;
}

.woocommerce ul.products li.product mark, .woocommerce-page ul.products li.product mark {
    background-color: rgba(0, 131, 255, 0.2);
    border-radius: 100%;
    padding: 3px;
}

.woocommerce.columns-4 ul.products li.product-category {
    width: 25%;
}

.woocommerce.columns-3 ul.products li.product-category {
    width: 33%;
}

.woocommerce.columns-2 ul.products li.product-category {
    width: 50%;
}

.woocommerce ul.products li.product-category {
    padding: 0 15px;
    margin-bottom: 20px;
    margin-right: 0;
}

/*------------- #SHOP-USER-FORM --------------*/
.shop-user-form .item-title {
    font-size: 30px;
    padding-bottom: 40px;
    display: block;
    position: relative;
}

@media (max-width: 640px) {
    .shop-user-form .item-title {
        font-size: 20px;
    }
}

.shop-user-form .item-title:after {
    content: '';
    display: block;
    border: 30px solid transparent;
    border-bottom: 20px solid #dbe3ec;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.shop-user-form .item-title.active:after {
    opacity: 1;
}

.shop-user-form input {
    background-color: #fff;
    margin-bottom: 30px;
}

.shop-user-form .helped {
    padding: 20px 0;
    display: block;
}

.shop-user-form .helped:hover {
    color: #0083ff;
}

.shop-user-form .login-btn-wrap {
    overflow: hidden;
    padding-bottom: 20px;
    display: table;
}

.shop-user-form .login-btn-wrap .btn {
    float: left;
    margin-right: 20px;
}

@media (max-width: 360px) {
    .shop-user-form .login-btn-wrap .btn {
        margin-bottom: 30px;
    }
}

.shop-user-form .login-btn-wrap .remember-wrap {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 320px) {
    .shop-user-form .login-btn-wrap .remember-wrap {
        display: block;
    }
}

.shop-user-form .login-btn-wrap .remember-wrap .checkbox {
    position: relative;
}

.shop-user-form .login-btn-wrap .remember-wrap .checkbox input[type=checkbox] {
    display: none;
}

.shop-user-form .login-btn-wrap .remember-wrap .checkbox label {
    padding-left: 30px;
    color: #516e90;
}

.shop-user-form .login-btn-wrap .remember-wrap .checkbox label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: 5px;
    border-radius: 3px;
    border: none;
    background-color: #0083ff;
}

.shop-user-form .login-btn-wrap .remember-wrap .checkbox input[type=checkbox]:checked + label:before {
    content: "\2714";
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 14px;
}

.shop-user-form .shop-user-form-return p {
    margin-bottom: 30px;
}

.billing-details .billing-details-title {
    margin-bottom: 60px;
}

/*------------- #PRODUCT-DETAILS --------------*/
@media (max-width: 570px) {
    .product-details {
        overflow: hidden;
    }
}

.product-details .product-details-thumb {
    padding: 80px 100px 130px;
    position: relative;
    background-color: #dbe3ec;
    -webkit-box-shadow: 0 25px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 980px) {
    .product-details .product-details-thumb {
        padding: 30px;
    }
}

.product-details .product-details-thumb .product-details-img-wrap {
    position: relative;
    max-width: 271px;
    margin: 0 auto;
}

.product-details .product-details-thumb .product-details-img-wrap .sale {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: -25px;
    left: -43px;
    background-color: #f15b26;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
}

.product-details .product-details-thumb .pagination, .product-details .product-details-thumb .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

@media (max-width: 980px) {
    .product-details .product-details-thumb .pagination, .product-details .product-details-thumb .swiper-pagination {
        bottom: 10px;
    }
}

.product-details .product-details-thumb .pagination .swiper-pagination-bullet, .product-details .product-details-thumb .swiper-pagination .swiper-pagination-bullet {
    background-color: #d7d7d7;
}

.product-details .product-details-thumb .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .product-details .product-details-thumb .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid #0083ff;
}

.product-details .swiper-container {
    padding-bottom: 80px;
    margin-bottom: -80px;
    overflow: visible;
}

.product-details .swiper-container .swiper-slide {
    opacity: 0 !important;
}

.product-details .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

@media (max-width: 570px) {
    .product-details .swiper-container .swiper-slide.swiper-slide-active {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;
        display: block;
    }
}

.product-details .product-details-info {
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

@media (max-width: 570px) {
    .product-details .product-details-info {
        padding-top: 40px;
    }
}

.product-details .product-details-info .product-details-info-price {
    color: #f26522;
    font-size: 24px;
    margin-bottom: 15px;
}

.product-details .product-details-info .product-details-info-price .del {
    color: #cccccc;
    font-size: 18px;
    margin-right: 15px;
    text-decoration: line-through;
}

.product-details .product-details-info .product-details-info-title {
    margin-bottom: 20px;
}

.product-details .product-details-info .product-details-info-ratings {
    margin-bottom: 35px;
}

.product-details .product-details-info .product-details-info-ratings .ratings {
    display: inline-block;
    margin-right: 20px;
    color: #cccccc;
}

.product-details .product-details-info .product-details-info-ratings .ratings .fa-star {
    color: #fcd846;
}

.product-details .product-details-info .product-details-info-ratings .reviews {
    display: inline-block;
    font-size: 16px;
    color: #0083ff;
}

.product-details .product-details-info .product-details-info-text {
    margin-bottom: 40px;
}

.product-details .product-details-info .quantity {
    margin-right: 30px !important;
    float: left;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 10px rgba(18, 25, 33, 0.1);
    box-shadow: 0 1px 10px rgba(18, 25, 33, 0.1);
    display: inline-block;
    border-radius: 50px;
}

@media (max-width: 980px) {
    .product-details .product-details-info .quantity {
        margin-bottom: 30px;
    }
}

.product-details .product-details-info .quantity .quantity-minus {
    line-height: 60px;
    font-size: 24px;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    color: #839dbc;
    padding-left: 28px;
}

.product-details .product-details-info .quantity .quantity-minus:hover {
    color: #0083ff;
}

.product-details .product-details-info .quantity input {
    max-width: 70px;
    float: left;
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    line-height: 60px;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.product-details .product-details-info .quantity .quantity-plus {
    line-height: 60px;
    font-size: 24px;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    color: #839dbc;
    padding-right: 28px;
}

.product-details .product-details-info .quantity .quantity-plus:hover {
    color: #0083ff;
}

.product-details .product-details-info .btn i {
    font-size: 18px;
    margin-left: 10px;
}

.product-details .product-details-add-info .author {
    font-size: 16px;
    color: #516e90;
    margin-bottom: 15px;
}

.product-details .product-details-add-info .author .author-name {
    color: #0083ff;
}

.product-details .product-details-add-info .tags {
    font-size: 16px;
    color: #516e90;
    margin-bottom: 15px;
}

.product-details .product-details-add-info .tags .tags-item {
    color: #4b5d73;
}

.product-details .product-details-add-info .tags .tags-item:hover {
    color: #0083ff;
}

.product-details .product-details-add-info .socials {
    font-size: 16px;
    color: #516e90;
    margin-bottom: 15px;
}

.product-details .product-details-add-info .socials .social__item i {
    font-size: 20px;
    color: #d7d7d7;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.product-details .product-details-add-info .socials .social__item:hover i {
    color: #08acee;
}

.product-details .product-details-add-info .socials .social__item:first-child {
    margin-left: 15px;
}

.product-description {
    position: relative;
    padding: 100px 0;
    background-color: #ecf5fe;
}

@media (max-width: 768px) {
    .product-description {
        padding: 50px 0;
    }
}

.product-description .tab-content > .tab-pane {
    display: none;
}

.product-description .tab-content > .tab-pane.active {
    display: block;
}

.product-description .product-description-control {
    margin-bottom: 50px;
    float: left;
    padding: 0;
}

.product-description .product-description-control li {
    display: inline-block;
}

.product-description .product-description-control li .control-item {
    padding: 15px 0;
    text-align: left;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    float: left;
}

.product-description .product-description-control li .control-item:before {
    content: '';
    display: block;
    width: 60%;
    height: 4px;
    border-radius: 5px;
    background-color: #839dbc;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.product-description .product-description-control li .control-item.reviews {
    border-right: none;
    border-radius: 0 50px 0 0;
}

.product-description .product-description-control li.active .control-item {
    color: #0083ff;
}

.product-description .product-description-control li.active .control-item:before {
    width: 100%;
    background-color: #0083ff;
}

.product-description .product-description-control li + li {
    margin-left: 40px;
}

.product-description .product-description-title {
    font-size: 40px;
    color: #273f5b;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .product-description .product-description-title {
        font-size: 26px;
    }
}

.product-description .comments__list-review .comments__item-review {
    border-bottom: none;
}

.product-description .comments__list-review .comments__item-review .comment-content p {
    margin-bottom: 30px;
}

.product-description .add-review .your-rating {
    padding-left: 40px;
    font-size: 16px;
}

.product-description .add-review .your-rating .ratings {
    display: inline-block;
    margin-left: 50px;
    color: #ccc;
    margin-bottom: 30px;
}

.product-description .add-review .your-rating .ratings .fa-star {
    color: #fcd846;
}

.product-description .add-review .contact-form {
    padding-bottom: 20px;
}

.product-description .add-review .contact-form input, .product-description .add-review .contact-form textarea {
    background-color: #fff;
}

.product-description .add-review .contact-form textarea {
    min-height: 230px;
}

.product-description .product-description-text {
    margin-bottom: 30px;
}

.product-description .tab-content ul {
    margin: 1.5em 0;
    list-style: none;
    padding-left: 20px;
}

.product-description .tab-content ul li {
    margin-bottom: 18px;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    padding-left: 40px;
}

.product-description .tab-content ul li:before {
    content: "\e908";
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'seotheme';
    counter-increment: none;
    font-size: 12px;
}

.woocommerce table.shop_attributes td {
    padding: 8px;
}

.logged-in-as a + a {
    margin-left: 20px;
}

.comment-form-rating {
    margin-bottom: 30px;
}

.product-description .product-description-control {
    margin-bottom: 50px;
    float: left;
    padding: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .product-description .product-description-control {
        margin-bottom: 20px;
    }
}

.product-description .product-description-control li.active .control-item:before {
    opacity: 1;
}

.product-description .product-description-control li:first-child {
    margin-left: 0;
}

.product-description .product-description-control li:before {
    display: none;
}

@media (max-width: 1000px) {
    .product-description .product-description-control li .control-item {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .product-description .product-description-control li .control-item {
        font-size: 14px;
    }

    .woocommerce.columns-2 ul.products li.product-category,
    .woocommerce.columns-3 ul.products li.product-category,
    .woocommerce.columns-4 ul.products li.product-category {
        width: 100%;
    }
}

.project-meta {
    margin-bottom: 30px;
}

.project-meta .post__date + .sl-wrapper {
    margin-left: 20px;
}

.project-meta + .crumina-heading {
    margin-bottom: 30px;
}

.project-meta .sl-wrapper .count-likes {
    font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
}

.project-meta .likes {
    display: inline-block;
    color: #ff454f;
    margin-bottom: -10px;
}

.project-meta .likes .count-likes {
    font-size: 18px;
    float: left;
}

.project-meta .likes i {
    font-size: 26px;
    float: left;
    margin-right: 5px;
}

.challenge-solutions .challenge-solutions-thumb {
    border: 2px solid #dbe3ec;
    border-radius: 10px;
    padding: 30px;
}

.challenge-solutions .challenge-solutions-thumb img {
    margin-bottom: 30px;
}

.challenge-solutions .challenge-solutions-thumb .text {
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 0;
}

.challenge-solutions .challenge-solutions-content .crumina-heading:first-child {
    margin-bottom: 60px;
}

.product-description-ver3 {
    position: relative;
}

.product-description-ver3 .product-description-ver3-thumb {
    width: auto;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 90px 0;
}

@media (max-width: 768px) {
    .product-description-ver3 .product-description-ver3-thumb {
        padding-bottom: 30px;
    }
}

.half-height-bg {
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
}

.image-shadow-rounded {
    border-radius: 10px;
    border-color: transparent;
    -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 10px rgba(18, 25, 33, 0.1);
    box-shadow: 0 1px 10px rgba(18, 25, 33, 0.1);
    background-color: #ecf5fe;
}

.select2-search input {
    border-radius: 0;
}

/*------------- #INTERESTED-PRODUCTS --------------*/
.interested-products {
    text-align: center;
}

.interested-products .products > h2 {
    padding: 1.5em;
    color: #273f5b;
}

.interested-products .crumina-heading {
    margin-bottom: 50px;
}

.interested-products .books-item {
    margin-bottom: 60px;
}

/*/ Effect 2: Move Up /*/
#items-grid > div.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    0% {
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/*------------- #POPUP-CART --------------*/
.cart-contents {
    display: inline-block;
}

.cart-popup-wrap {
    position: absolute;
    top: 39px;
    right: -50px;
    width: 330px;
    border-radius: 5px;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.cart-popup-wrap.visible {
    opacity: 1;
    visibility: visible;
    max-height: 80vh;
}

@media (max-width: 480px) {
    .cart-popup-wrap {
        top: calc(100% + 10px);
        width: 300px;
        right: -130px;
    }
}

.cart-popup-wrap .popup-cart {
    padding: 40px;
}

.cart-popup-wrap .popup-cart .title-cart {
    font-size: 18px;
}

.cart-popup-wrap .popup-cart .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}

.cart-popup-wrap .popup-cart .btn {
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}

.cart-popup-wrap .popup-cart .cart-product {
    margin: 10px 0;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid #dbe3ec;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item:last-child {
    border: none;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item .product-del {
    width: 25px;
    height: 25px;
    position: relative;
    font-size: 25px;
    z-index: 2;
    font-weight: 100;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item img {
    float: left;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 80px;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content {
    display: table-cell;
    vertical-align: middle;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content .cart-product-title {
    font-size: 16px;
    line-height: 1;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content .price {
    font-size: 14px;
}

.cart-popup-wrap .cart-total {
    padding: 20px 40px 20px;
    background-color: #dbe3ec;
    overflow: hidden;
    width: 100%;
}

.cart-popup-wrap .cart-total .cart-total-text {
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-popup-wrap .cart-total .cart-total-text .title {
    text-transform: uppercase;
    font-size: 16px;
}

.cart-popup-wrap .cart-total .cart-total-text .total-price {
    font-size: 18px;
}

.cart-popup-wrap .cart-total .btn {
    width: 50%;
    border-radius: 50px 0 0 50px;
    float: left;
}

.cart-popup-wrap .cart-total .btn:last-child {
    border-radius: 0 50px 50px 0;
}

.cart-popup-wrap .cart-total .btn + .btn {
    margin-left: 0;
}

@media (max-width: 1024px) {
    .cart-popup-wrap .cart-total .btn + .btn {
        margin-top: 0;
    }
}

.cart-popup-wrap.cart-with-product {
    width: 370px;
}

@media (max-width: 360px) {
    .cart-popup-wrap.cart-with-product {
        width: 320px;
    }
}

.cart-popup-wrap.cart-with-product .popup-cart {
    padding: 40px 40px 0 40px;
}

ul.nav-add li.cart {
    margin-right: 10px;
    position: relative;
}

ul.nav-add .seoicon-basket {
    font-size: 28px;
    color: #6987ab;
    line-height: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

ul.nav-add .cart-count {
    color: #fff;
    background-color: #0083ff;
    display: block;
    position: absolute;
    left: -6px;
    top: 4px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
}

/*------------- #EDD --------------*/
.edd_price_options input {
    width: auto;
}

.edd_price_options label {
    color: #0083ff;
    font-weight: 700;
}

.edd_purchase_submit_wrapper .edd-cart-added-alert {
    fill: #0083ff;
    color: #0083ff;
}

.widget.widget_edd_cart_widget .edd-cart-number-of-items {
    font-style: normal;
    color: #516e90;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.widget.widget_edd_cart_widget .edd-remove-from-cart {
    color: #ff3133;
}

.widget.widget_edd_cart_widget .edd-cart-meta.edd_total {
    color: #0083ff;
    margin: 10px 0;
}

.widget.widget_edd_cart_widget .cart_item.edd_checkout a {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    background-color: #0083ff;
    padding: 12px 35px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 50px;
}

.widget.widget_edd_product_details h3 > span {
    font-size: 16px;
}

.widget.widget_edd_product_details h3 {
    font-size: 16px;
}

.widget.widget_edd_product_details .heading-title {
    margin-bottom: 20px;
}

.sidebar .widget[class*="widget_edd"] {
    padding-bottom: 20px;
}

.widget.widget_edd_categories_tags_widget .edd-taxonomy-widget a {
    display: block;
    padding: 9px 0 0 30px;
    position: relative;
    font-size: 18px;
}

.widget.widget_edd_categories_tags_widget .edd-taxonomy-widget a:before {
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    background-color: #d6dfeb;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.widget.widget_edd_categories_tags_widget .edd-taxonomy-widget li:last-child a:before {
    border-radius: 0 0 3px 3px;
}

.widget.widget_edd_categories_tags_widget .edd-taxonomy-widget li:first-child a:before {
    border-radius: 3px 3px 0 0;
}

.widget.widget_edd_categories_tags_widget .edd-taxonomy-widget li:hover a {
    color: #0083ff;
}

.widget.widget_edd_categories_tags_widget .edd-taxonomy-widget li:hover a:before {
    background-color: #0083ff;
}

.widget.widget_edd_categories_tags_widget .edd-taxonomy-widget li:hover .cat-count {
    color: #fff;
    background-color: #0083ff;
}

/*------------- #WOOCOMMERCE --------------*/
.woocommerce-checkout-review-order-table .cart-product-wrap-title-main tr > th {
    padding: 30px 0 30px 100px;
}

@media (max-width: 768px) {
    .woocommerce-checkout-review-order-table .cart-product-wrap-title-main tr > th {
        padding-left: 10px;
    }
}

.shop_table .variation {
    margin: 5px 0;
}

.variation-Color {
    display: inline-block;
}

.woocommerce form .form-row label {
    padding-left: 40px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #273f5b;
    display: inline-block;
}

.woocommerce div.product div.images img {
    width: auto;
}

.woocommerce form .form-row .input-checkbox {
    width: auto;
}

.woocommerce .select2.select2-container {
    background-color: transparent;
    border: 2px solid #dbe3ec;
    padding: 13px 40px;
}

.woocommerce-checkout table.cart .cart_item .product-thumbnail {
    font-size: 18px;
    color: #273f5b;
    font-weight: 700 !important;
}

@media (max-width: 800px) {
    .woocommerce-checkout table.cart .cart_item .product-thumbnail {
        font-size: 16px;
    }
}

@media (max-width: 540px) {
    .woocommerce-checkout table.cart .cart_item .product-thumbnail {
        font-size: 14px;
    }
}

.widget.widget_edd_product_details a:hover {
    color: #0083ff;
}

.widget.widget_edd_product_details a.button:hover {
    color: #fff;
}

.woocommerce-checkout table.cart .cart_item .product-quantity {
    font-weight: 300;
    font-size: 18px;
    color: #273f5b;
}

@media (max-width: 800px) {
    .woocommerce-checkout table.cart .cart_item .product-quantity {
        font-size: 16px;
    }
}

@media (max-width: 540px) {
    .woocommerce-checkout table.cart .cart_item .product-quantity {
        font-size: 14px;
    }
}

.woocommerce-checkout-review-order-table .cart_item.subtotal {
    background-color: #ecf5fe;
}

.woocommerce-checkout-review-order-table .cart_item.subtotal th, .woocommerce-checkout-review-order-table .cart_item.subtotal td {
    border: none;
}

.woocommerce-checkout-review-order-table .cart_item.subtotal td {
    font-weight: 300 !important;
}

.woocommerce-checkout-review-order-table .cart_item.subtotal th {
    text-transform: uppercase;
    color: #273f5b;
    font-weight: 700 !important;
}

.woocommerce div.product .product_title {
    color: #273f5b;
    font-size: 38px;
}

@media (max-width: 768px) {
    .woocommerce div.product .product_title {
        font-size: 22px;
    }
}

.woocommerce div.product p.price {
    font-size: 26px;
    font-weight: 700;
    color: #f89101;
}

.woocommerce .product-details .product-details-info .star-rating {
    margin-right: 15px;
}

.woocommerce div.product form.cart .reset_variations {
    font-weight: 700;
    float: right;
    margin-top: 10px;
}

.btn.full-width {
    width: 95%;
}

.product_meta {
    font-weight: 300;
}

.product_meta > span {
    display: block;
    margin-bottom: 10px;
}

.product_meta a {
    font-size: 16px;
    font-weight: 700;
    color: #4b5d73;
}

.product_meta a:hover {
    color: #0083ff;
}

.product-description .comments, .product-description .commentlist {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #01a23c;
    color: #fff;
    border-radius: 50px;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
}

.woocommerce .woocommerce-variation {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .woocommerce .cart-product-wrap-title-main tr > th {
        font-size: 13px;
    }
}

@media (max-width: 860px) {
    .woocommerce-checkout #payment ul.payment_methods,
    .woocommerce-checkout .woocommerce-checkout-review-order #payment .form-row.place-order {
        padding: 30px;
    }
}

@media (max-width: 1024px) {
    .woocommerce form .form-row.woocommerce-validated .select2-container {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .cart-main tbody .cart_item .cart-product-content .cart-product-title {
        margin: 0;
    }
}

.woocommerce div.product form.cart div.quantity {
    margin-bottom: 30px;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 30px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    padding: 10px;
}

.woocommerce-product-gallery__wrapper {
    max-width: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}

.woocommerce-MyAccount-navigation ul li a:before {
    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;
    content: "\f0f6";
    line-height: 1.618;
    margin-left: 0.5407911001em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: .25;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\f09d";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\f021";
}

.my_account_orders .button.view:after {
    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;
    content: "\f06e";
    margin-left: 0.5407911001em;
}

p.order-again .button:after {
    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;
    content: "\f021";
    margin-left: 0.5407911001em;
}

.woocommerce-MyAccount-downloads .button:after {
    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;
    content: "\f0ed";
    margin-left: 0.5407911001em;
}

.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before,
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before {
    content: "\f005";
}

.woocommerce-MyAccount-navigation ul li a {
    padding: .875em 0;
    display: block;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%;
}

.woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
}

.woocommerce-MyAccount-content fieldset {
    border: none;
}

.woocommerce-MyAccount-content fieldset legend {
    font-size: 2rem;
    margin-top: 30px;
}

/*------------- #WOOCOMMERCE-Shortcodes --------------*/
.woocommerce .quantity br,
.woocommerce .coupon br,
.woocommerce .btn br {
    display: none;
}

.woocommerce .woocommerce-MyAccount-content fieldset {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1199px) {
    .edd_download {
        float: none !important;
    }
}

@media (max-width: 1024px) {
    ul.nav-add li.cart {
        margin-right: 5px;
    }
}

@media (max-width: 768px) {
    .cart_item .cart-product-title {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .product-description .product-description-control li {
        display: block;
    }

    .product-description .product-description-control li + li {
        margin-left: 0;
        margin-top: 20px;
    }
}

.kc-blog-posts-2 .kc-list-item-2 {
    border: none !important;
}

.kc-blog-posts-4 .kc-list-item-4 .kc-post-header > a img {
    width: 100%;
}

.meta-title {
    right: 0;
}

/*https://oporahealth.com/wp-content/themes/utouch/css/theme-plugins.css?ver=3.4*/
/*A simple HTML5, YouTube and Vimeo player
http://plyr.io
https://github.com/sampotts/plyr
*/
.plyr input[type=range]:focus,.plyr:focus{outline:0}.plyr .plyr__video-embed iframe,.plyr__tooltip{pointer-events:none}@-webkit-keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-progress{to{background-position:25px 0}}.plyr{position:relative;max-width:100%;min-width:200px;font-family:Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;direction:ltr}.plyr,.plyr *,.plyr ::after,.plyr ::before{-webkit-box-sizing:border-box;box-sizing:border-box}.plyr a,.plyr button,.plyr input,.plyr label{-ms-touch-action:manipulation;touch-action:manipulation}.plyr audio,.plyr video{width:100%;height:auto;vertical-align:middle;-webkit-border-radius:inherit;border-radius:inherit}.plyr input[type=range]{display:block;height:20px;width:100%;margin:0;padding:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:none;background:0 0}.plyr input[type=range]::-webkit-slider-runnable-track{height:8px;background:0 0;border:0;-webkit-border-radius:4px;border-radius:4px;-webkit-user-select:none;user-select:none}.plyr input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-4px;position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;-webkit-border-radius:100%;border-radius:100%;-webkit-transition:background .2s ease,border .2s ease,-webkit-transform .2s ease;transition:background .2s ease,border .2s ease,-webkit-transform .2s ease;-o-transition:background .2s ease,border .2s ease,transform .2s ease;transition:background .2s ease,border .2s ease,transform .2s ease;transition:background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.plyr input[type=range]::-moz-range-track{height:8px;background:0 0;border:0;border-radius:4px;-moz-user-select:none;user-select:none}.plyr input[type=range]::-moz-range-thumb{position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;-webkit-transition:background .2s ease,border .2s ease,-webkit-transform .2s ease;transition:background .2s ease,border .2s ease,-webkit-transform .2s ease;-o-transition:background .2s ease,border .2s ease,transform .2s ease;transition:background .2s ease,border .2s ease,transform .2s ease;transition:background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box}.plyr input[type=range]::-ms-track{height:8px;background:0 0;border:0;color:transparent}.plyr input[type=range]::-ms-fill-upper{height:8px;background:0 0;border:0;border-radius:4px;-ms-user-select:none;user-select:none}.plyr input[type=range]::-ms-fill-lower{height:8px;border:0;border-radius:4px;-ms-user-select:none;user-select:none;background:#3498db}.plyr input[type=range]::-ms-thumb{position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;-webkit-transition:background .2s ease,border .2s ease,-webkit-transform .2s ease;transition:background .2s ease,border .2s ease,-webkit-transform .2s ease;-o-transition:background .2s ease,border .2s ease,transform .2s ease;transition:background .2s ease,border .2s ease,transform .2s ease;transition:background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box;margin-top:0}.plyr input[type=range]::-ms-tooltip{display:none}.plyr input[type=range]::-moz-focus-outer{border:0}.plyr input[type=range].tab-focus:focus{outline-offset:3px}.plyr input[type=range]:active::-webkit-slider-thumb{background:#3498db;border-color:#fff;-webkit-transform:scale(1.25);transform:scale(1.25)}.plyr input[type=range]:active::-moz-range-thumb{background:#3498db;border-color:#fff;transform:scale(1.25)}.plyr input[type=range]:active::-ms-thumb{background:#3498db;border-color:#fff;-ms-transform:scale(1.25);transform:scale(1.25)}.plyr--video input[type=range].tab-focus:focus{outline:rgba(255,255,255,.5) dotted 1px}.plyr--audio input[type=range].tab-focus:focus{outline:rgba(86,93,100,.5) dotted 1px}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute!important;padding:0!important;border:0!important;height:1px!important;width:1px!important}.plyr__video-wrapper{position:relative;background:#000;-webkit-border-radius:inherit;border-radius:inherit}.plyr__video-embed{padding-bottom:56.25%;height:0;-webkit-border-radius:inherit;border-radius:inherit;overflow:hidden;z-index:0}.plyr__video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.plyr__video-embed>div{position:relative;padding-bottom:200%;-webkit-transform:translateY(-35.95%);-ms-transform:translateY(-35.95%);transform:translateY(-35.95%)}.plyr video::-webkit-media-text-track-container{display:none}.plyr__captions{display:none;position:absolute;bottom:0;left:0;width:100%;padding:20px;-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;color:#fff;font-size:16px;text-align:center;font-weight:400}.plyr__captions span{-webkit-border-radius:2px;border-radius:2px;padding:3px 10px;background:rgba(0,0,0,.7);-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:150%}.plyr__captions span:empty{display:none}@media (min-width:768px){.plyr__captions{font-size:24px}}.plyr--captions-active .plyr__captions{display:block}.plyr--hide-controls .plyr__captions{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}@media (min-width:1024px){.plyr--fullscreen-active .plyr__captions{font-size:32px}}.plyr ::-webkit-media-controls{display:none}.plyr__controls{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;line-height:1;text-align:center}.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{margin-left:5px}.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child,.plyr__controls>button:first-child{margin-left:0}.plyr__controls .plyr__volume{margin-left:5px}.plyr__controls [data-plyr=pause]{margin-left:0}.plyr__controls button{position:relative;display:inline-block;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;overflow:visible;vertical-align:middle;padding:7px;border:0;background:0 0;-webkit-border-radius:3px;border-radius:3px;cursor:pointer;-webkit-transition:background .3s ease,color .3s ease,opacity .3s ease;-o-transition:background .3s ease,color .3s ease,opacity .3s ease;transition:background .3s ease,color .3s ease,opacity .3s ease;color:inherit}.plyr__controls button svg{width:18px;height:18px;display:block;fill:currentColor}.plyr__controls button:focus{outline:0}.plyr__controls .icon--captions-on,.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted{display:none}@media (min-width:480px){.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{margin-left:10px}}.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none}.plyr--video .plyr__controls{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:50px 10px 10px;background:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));background:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));background:-o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));-webkit-border-bottom-left-radius:inherit;border-bottom-left-radius:inherit;-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit;color:#fff;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover{background:#3498db;color:#fff}.plyr--audio .plyr__controls{padding:10px;-webkit-border-radius:inherit;border-radius:inherit;background:#fff;border:1px solid #dbe3e8;color:#565D64}.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover,.plyr__play-large{background:#3498db;color:#fff}.plyr__play-large{display:none;position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:10px;border:4px solid currentColor;-webkit-border-radius:100%;border-radius:100%;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15);box-shadow:0 1px 1px rgba(0,0,0,.15);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.plyr__play-large svg{position:relative;left:2px;width:20px;height:20px;display:block;fill:currentColor}.plyr__play-large:focus{outline:rgba(255,255,255,.5) dotted 1px}.plyr .plyr__play-large{display:inline-block}.plyr--audio .plyr__play-large,.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause]{display:none}.plyr--playing .plyr__play-large{opacity:0;visibility:hidden}.plyr--playing .plyr__controls [data-plyr=pause]{display:inline-block}.plyr--captions-active .plyr__controls .icon--captions-on,.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted{display:block}.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr--captions-active .plyr__controls .icon--captions-on+svg,.plyr--fullscreen-active .icon--exit-fullscreen+svg,.plyr--muted .plyr__controls .icon--muted+svg{display:none}.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}.plyr__tooltip{position:absolute;z-index:2;bottom:100%;margin-bottom:10px;padding:5px 7.5px;opacity:0;background:rgba(0,0,0,.7);-webkit-border-radius:3px;border-radius:3px;color:#fff;font-size:14px;line-height:1.3;-webkit-transform:translate(-50%,10px) scale(.8);-ms-transform:translate(-50%,10px) scale(.8);transform:translate(-50%,10px) scale(.8);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;-o-transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease}.plyr__tooltip::before{content:'';position:absolute;width:0;height:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:-4px;border-right:4px solid transparent;border-top:4px solid rgba(0,0,0,.7);border-left:4px solid transparent;z-index:2}.plyr button.tab-focus:focus .plyr__tooltip,.plyr button:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;-webkit-transform:translate(-50%,0) scale(1);-ms-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}.plyr button:hover .plyr__tooltip{z-index:3}.plyr__controls button:first-child .plyr__tooltip{left:0;-webkit-transform:translate(0,10px) scale(.8);-ms-transform:translate(0,10px) scale(.8);transform:translate(0,10px) scale(.8);-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.plyr__controls button:first-child .plyr__tooltip::before{left:16px}.plyr__controls button:last-child .plyr__tooltip{right:0;-webkit-transform:translate(0,10px) scale(.8);-ms-transform:translate(0,10px) scale(.8);transform:translate(0,10px) scale(.8);-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.plyr__controls button:last-child .plyr__tooltip::before{left:auto;right:16px;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child:hover .plyr__tooltip{-webkit-transform:translate(0,0) scale(1);-ms-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1)}.plyr__progress{position:relative;display:none;-ms-flex:1;-webkit-box-flex:1;-webkit-flex:1;flex:1}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress input[type=range]::-webkit-slider-runnable-track{background:0 0}.plyr__progress input[type=range]::-moz-range-track{background:0 0}.plyr__progress input[type=range]::-ms-fill-upper{background:0 0}.plyr__progress .plyr__tooltip{left:0}.plyr .plyr__progress{display:inline-block}.plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display{position:absolute;left:0;top:50%;width:100%;height:8px;margin:-4px 0 0;padding:0;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;-webkit-border-radius:100px;border-radius:100px}.plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar{background:0 0}.plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{background:currentColor;-webkit-border-radius:100px;border-radius:100px;min-width:8px}.plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:8px}.plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{border-radius:100px}.plyr__progress--played,.plyr__volume--display{z-index:1;color:#3498db;background:0 0;-webkit-transition:none;-o-transition:none;transition:none}.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{min-width:8px;max-width:99%;-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-transition:none;-o-transition:none;transition:none}.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{min-width:8px;max-width:99%;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-transition:none;-o-transition:none;transition:none}.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{display:none}.plyr__progress--buffer::-webkit-progress-value{-webkit-transition:width .2s ease;-o-transition:width .2s ease;transition:width .2s ease}.plyr__progress--buffer::-moz-progress-bar{-webkit-transition:width .2s ease;-o-transition:width .2s ease;transition:width .2s ease}.plyr__progress--buffer::-ms-fill{-webkit-transition:width .2s ease;-o-transition:width .2s ease;transition:width .2s ease}.plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display{background:rgba(255,255,255,.25)}.plyr--video .plyr__progress--buffer{color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display{background:rgba(198,214,219,.66)}.plyr--audio .plyr__progress--buffer{color:rgba(198,214,219,.66)}.plyr--loading .plyr__progress--buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;-webkit-background-size:25px 25px;background-size:25px 25px;background-repeat:repeat-x;background-image:-webkit-linear-gradient(135deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(135deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);color:transparent}.plyr--video.plyr--loading .plyr__progress--buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress--buffer{background-color:rgba(198,214,219,.66)}.plyr__time{display:inline-block;vertical-align:middle;font-size:14px}.plyr__time+.plyr__time{display:none}@media (min-width:768px){.plyr__time+.plyr__time{display:inline-block}}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}.plyr__volume{display:none}.plyr .plyr__volume{-ms-flex:1;-webkit-box-flex:1;-webkit-flex:1;flex:1;position:relative}.plyr .plyr__volume input[type=range]{position:relative;z-index:2}@media (min-width:480px){.plyr .plyr__volume{display:block;max-width:60px}}@media (min-width:768px){.plyr .plyr__volume{max-width:100px}}.plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr=mute]{display:none!important}.plyr--fullscreen-active{position:fixed;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:10000000;background:#000;-webkit-border-radius:0!important;border-radius:0!important}.plyr--fullscreen-active video{height:100%}.plyr--fullscreen-active .plyr__video-wrapper{height:100%;width:100%}.plyr--fullscreen-active .plyr__video-embed{overflow:visible}.plyr--fullscreen-active .plyr__controls{position:absolute;bottom:0;left:0;right:0}.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.hide-controls .plyr__play-large {display: none;}
.popup-video-holder .plyr {position: absolute;top:-3px;left:0;width: 100%;height: 100%;-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);box-shadow: 0 0 8px rgba(0, 0, 0, .6);}
.popup-video-holder .plyr--youtube .plyr__play-large{opacity: 0;}


/*Custom Scrollbar*/
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:visible;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:visible;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:0}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(255,255,255,.5)),to(rgba(255,255,255,0)));background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,.5)),to(rgba(255,255,255,0)));background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);-webkit-box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2);box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-box-shadow:inset 1px 0 1px rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{-webkit-box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5);box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.4);box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.4);box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);-webkit-box-shadow:inset 1px 1px 16px rgba(0,0,0,.1);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{-webkit-box-shadow:inset 0 0 14px rgba(0,0,0,.2);box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2);box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2);box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);-webkit-box-shadow:inset 1px 1px 16px rgba(0,0,0,.1);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}

:focus {
    outline: 0;
}

/* KingComposer */

.kc-boxholder ol li:before{
    display: none;
}


/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:3}.swiper-container.overflow-visible{overflow: visible}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-o-transition-property:-o-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-o-transition-property:-o-transform;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{-webkit-border-radius:10px;border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);-webkit-border-radius:10px;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}


.swiper-container.fade .swiper-slide-duplicate{
    opacity: 0 !important;
}
.swiper-container.auto-height .swiper-slide {
    height:auto !important;
}
.swiper-container.auto-height{
    -webkit-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}
.pagination-vertical .swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.shadow-enable .swiper-slide .image-wrap{
    -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
    display: inline-block;
}
.shadow-enable.swiper-container {
    overflow: visible;
}

/* Magnific Popup CSS */
body .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

body .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

body .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

body .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }


/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* This adds padding from top and bottom */
.inline--media-content .mfp-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* This adds max-width to popup content */
.inline--media-content .mfp-content {
    width: 100%;
    max-width: 1200px;
}

/* This makes "#popup-with-something" scale down proportionally */
.popup-video-holder {
    width: 100%;
    height: 0;
    overflow: hidden;
    /* This is scale ratio */
    padding-bottom: 56.25%;
}

.popup-video-holder .plyr {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.popup-video-holder .plyr--youtube .plyr__play-large {
    opacity: 0
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
    Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none; }
.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
    display: block; }

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; }

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity; }

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    /* for open/close transition */
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden; }

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0; }

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden; }

/*
    div element that matches size of large image
    large image loads on top of it
*/
.pswp__img--placeholder--blank {
    background: #222; }

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0; }

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC; }

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline; }

.seo-gallery figure {
    margin: 0 0 30px 0;
}
.seo-gallery figcaption {
    display: none;
}

/*#kc-footers ul li.kc-online-presets,
.kc-online-presets,
.mcl-extensions{
    display: none !important;
}*/


.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;-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;-o-text-overflow:ellipsis;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;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-sub-menu{background-color:white;border:1px solid #aaa;-webkit-border-radius:4px;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]{cursor:pointer}.select2-container--open .select2-sub-menu{left:0}.select2-container--open .select2-sub-menu--above{border-bottom:none;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-sub-menu--below{border-top:none;-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0}.select2-search--sub-menu{display:block;padding:4px}.select2-search--sub-menu .select2-search__field{padding:4px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.select2-search--sub-menu .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--sub-menu.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;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}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;-webkit-border-radius:4px;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:bold}.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 4px;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 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;-webkit-border-radius:4px;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}.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:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;-webkit-border-radius:4px;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:bold;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-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{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 black 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--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--sub-menu .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;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]{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]{background-color:#5897fb;color:white}.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;-webkit-border-radius:4px;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.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:bold;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;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;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;-webkit-border-radius:0;border-radius:0;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;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 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;-webkit-border-radius:4px;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.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;-webkit-border-radius:4px;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:#888;cursor:pointer;display:inline-block;font-weight:bold;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 #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--sub-menu .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-sub-menu{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-sub-menu--above{border-bottom:none}.select2-container--classic .select2-sub-menu--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]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-sub-menu{border-color:#5897fb}.nice-select .list{text-align:center}.select2.select2-container{padding:20px 40px 20px 20px;border-color:transparent;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;font-size:16px;margin-bottom:30px;-webkit-border-radius:50px;border-radius:50px;position:relative;background-color:#f7f9f9;color:#ccc}.select2-container--default .select2-selection--single{border:none;background-color:transparent}.select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;right:20px}.select2-container--default .select2-search--sub-menu .select2-search__field{margin-bottom:0}@media (max-width:1024px){.select2.select2-container{width:auto!important}}

/*
Sweet alert 7.0.3
*/
body.swal2-shown:not(.swal2-no-backdrop){overflow-y:hidden}body.swal2-toast-shown{overflow-y:auto}body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-icon{margin:0 0 15px}body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-buttonswrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-input{height:32px;font-size:14px;margin:5px auto}body.swal2-toast-shown>.swal2-container{position:fixed;background-color:transparent}body.swal2-toast-shown>.swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown>.swal2-container.swal2-top{top:0;left:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown>.swal2-container.swal2-top-right{top:0;left:auto;bottom:auto;right:0}body.swal2-toast-shown>.swal2-container.swal2-top-left{top:0;left:0;bottom:auto;right:auto}body.swal2-toast-shown>.swal2-container.swal2-center-left{top:50%;left:0;bottom:auto;right:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown>.swal2-container.swal2-center{top:50%;left:50%;bottom:auto;right:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-toast-shown>.swal2-container.swal2-center-right{top:50%;left:auto;bottom:auto;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown>.swal2-container.swal2-bottom-left{top:auto;left:0;bottom:0;right:auto}body.swal2-toast-shown>.swal2-container.swal2-bottom{top:auto;left:50%;bottom:0;right:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown>.swal2-container.swal2-bottom-right{top:auto;left:auto;bottom:0;right:0}body.swal2-iosfix{position:fixed;left:0;right:0}body.swal2-no-backdrop>.swal2-shown{top:auto;bottom:auto;left:auto;right:auto;background-color:transparent}body.swal2-no-backdrop>.swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop>.swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop>.swal2-shown.swal2-top-left{top:0;left:0}body.swal2-no-backdrop>.swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop>.swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-no-backdrop>.swal2-shown.swal2-center-left{top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop>.swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop>.swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop>.swal2-shown.swal2-bottom-left{bottom:0;left:0}body.swal2-no-backdrop>.swal2-shown.swal2-bottom-right{bottom:0;right:0}.swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;padding:10px;top:0;left:0;right:0;bottom:0;background-color:transparent;z-index:1060}.swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-top-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-center-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.swal2-container.swal2-bottom-left{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-top-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-popup{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow-x:hidden;overflow-y:auto;display:none;position:relative;max-width:100%}.swal2-popup.swal2-toast{width:300px;padding:0 15px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-y:hidden;-webkit-box-shadow:0 0 10px #d9d9d9;box-shadow:0 0 10px #d9d9d9}.swal2-popup.swal2-toast .swal2-title{max-width:300px;font-size:16px;text-align:left}.swal2-popup.swal2-toast .swal2-content{font-size:14px;text-align:left}.swal2-popup.swal2-toast .swal2-icon{width:32px;height:32px;margin:0 15px 0 0}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:32px;height:32px}.swal2-popup.swal2-toast .swal2-icon.swal2-info,.swal2-popup.swal2-toast .swal2-icon.swal2-question,.swal2-popup.swal2-toast .swal2-icon.swal2-warning{font-size:26px;line-height:32px}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:14px;width:22px}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:5px}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:5px}.swal2-popup.swal2-toast .swal2-buttonswrapper{margin:0 0 0 5px}.swal2-popup.swal2-toast .swal2-styled{margin:0 0 0 5px;padding:5px 10px}.swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(50,100,150,.4);box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-validationerror{width:100%;margin:5px -20px}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{border-radius:50%;position:absolute;width:32px;height:64px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:64px 0 0 64px;top:-4px;left:-15px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:32px 32px;transform-origin:32px 32px}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 64px 64px 0;top:-5px;left:14px;-webkit-transform-origin:0 32px;transform-origin:0 32px}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:32px;height:32px}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{width:7px;height:90px;left:28px;top:8px}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:5px}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{width:12px;left:3px;top:18px}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{width:22px;right:3px;top:15px}.swal2-popup.swal2-toast .swal2-animate-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-popup .swal2-title{color:#595959;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:0 0 .4em;padding:0;display:block;word-wrap:break-word}.swal2-popup .swal2-buttonswrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:15px}.swal2-popup .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4;cursor:no-drop}.swal2-popup .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm{-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid transparent;border-color:transparent;width:40px;height:40px;padding:0;margin:7.5px;vertical-align:top;background-color:transparent!important;color:transparent;cursor:default;border-radius:100%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-popup .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.swal2-popup .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after{display:inline-block;content:'';margin-left:5px;vertical-align:-1px;height:15px;width:15px;border:3px solid #999;-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;border-right-color:transparent;border-radius:50%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal}.swal2-popup .swal2-styled{border:0;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;font-size:17px;font-weight:500;margin:15px 5px 0;padding:10px 32px}.swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-popup .swal2-image{margin:20px auto;max-width:100%}.swal2-popup .swal2-close{background:0 0;border:0;margin:0;padding:0;width:38px;height:40px;font-size:36px;line-height:40px;font-family:serif;position:absolute;top:5px;right:8px;cursor:pointer;color:#ccc;-webkit-transition:color .1s ease;transition:color .1s ease}.swal2-popup .swal2-close:hover{color:#d55}.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{display:none}.swal2-popup .swal2-content{font-size:18px;text-align:center;font-weight:300;position:relative;float:none;margin:0;padding:0;line-height:normal;color:#545454;word-wrap:break-word}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{margin:20px auto}.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-textarea{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:18px;border-radius:3px;border:1px solid #d9d9d9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s}.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{outline:0;border:1px solid #b4dbed;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{color:#ccc}.swal2-popup .swal2-range input{float:left;width:80%}.swal2-popup .swal2-range output{float:right;width:20%;font-size:20px;font-weight:600;text-align:center}.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{height:43px;line-height:43px;vertical-align:middle;margin:20px auto;padding:0}.swal2-popup .swal2-input{height:43px;padding:0 12px}.swal2-popup .swal2-input[type=number]{max-width:150px}.swal2-popup .swal2-file{font-size:20px}.swal2-popup .swal2-textarea{height:108px;padding:12px}.swal2-popup .swal2-select{color:#545454;font-size:inherit;padding:5px 10px;min-width:40%;max-width:100%}.swal2-popup .swal2-radio{border:0}.swal2-popup .swal2-radio label:not(:first-child){margin-left:20px}.swal2-popup .swal2-radio input,.swal2-popup .swal2-radio span{vertical-align:middle}.swal2-popup .swal2-radio input{margin:0 3px 0 0}.swal2-popup .swal2-checkbox{color:#545454}.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-checkbox span{vertical-align:middle}.swal2-popup .swal2-validationerror{background-color:#f0f0f0;margin:0 -20px;overflow:hidden;padding:10px;color:gray;font-size:16px;font-weight:300;display:none}.swal2-popup .swal2-validationerror::before{content:'!';display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:10px}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}.swal2-icon{width:80px;height:80px;border:4px solid transparent;border-radius:50%;margin:20px auto 30px;padding:0;position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;display:block}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.swal2-icon.swal2-warning{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#f8bb86;border-color:#facea8;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-info{font-family:'Open Sans',sans-serif;color:#3fc3ee;border-color:#9de0f6;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-question{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#87adbd;border-color:#c9dae1;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{border-radius:50%;position:absolute;width:60px;height:120px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.swal2-icon.swal2-success .swal2-success-ring{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);border-radius:50%;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.swal2-icon.swal2-success .swal2-success-fix{width:7px;height:90px;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-progresssteps{font-weight:600;margin:0 0 20px;padding:0}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{background:#3085d6;border-radius:2em;color:#fff;height:2em;line-height:2em;text-align:center;width:2em;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle{background:#add8e6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{background:#3085d6;height:.4em;margin:0 -1px;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-10px) rotateZ(2deg);transform:translateY(-10px) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(5px) rotateZ(2deg);transform:translateY(5px) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-10px) rotateZ(2deg);transform:translateY(-10px) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(5px) rotateZ(2deg);transform:translateY(5px) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}.swal2-show{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.swal2-show.swal2-toast{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:hideSweetAlert .15s forwards;animation:hideSweetAlert .15s forwards}.swal2-hide.swal2-toast{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}@-webkit-keyframes animate-success-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animate-success-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@-webkit-keyframes animate-success-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes animate-success-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes animate-toast-success-tip{0%{width:0;left:1px;top:9px}54%{width:0;left:1px;top:9px}70%{width:24px;left:-4px;top:17px}84%{width:8px;left:10px;top:20px}100%{width:12px;left:3px;top:18px}}@keyframes animate-toast-success-tip{0%{width:0;left:1px;top:9px}54%{width:0;left:1px;top:9px}70%{width:24px;left:-4px;top:17px}84%{width:8px;left:10px;top:20px}100%{width:12px;left:3px;top:18px}}@-webkit-keyframes animate-toast-success-long{0%{width:0;right:22px;top:26px}65%{width:0;right:22px;top:26px}84%{width:26px;right:0;top:15px}100%{width:22px;right:3px;top:15px}}@keyframes animate-toast-success-long{0%{width:0;right:22px;top:26px}65%{width:0;right:22px;top:26px}84%{width:26px;right:0;top:15px}100%{width:22px;right:3px;top:15px}}@-webkit-keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}.swal2-animate-success-line-tip{-webkit-animation:animate-success-tip .75s;animation:animate-success-tip .75s}.swal2-animate-success-line-long{-webkit-animation:animate-success-long .75s;animation:animate-success-long .75s}.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.swal2-animate-error-icon{-webkit-animation:animate-error-icon .5s;animation:animate-error-icon .5s}@-webkit-keyframes animate-x-mark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}@keyframes animate-x-mark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}.swal2-animate-x-mark{-webkit-animation:animate-x-mark .5s;animation:animate-x-mark .5s}@-webkit-keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}


.kc-online-presets{display: none!important;}

/*https://oporahealth.com/wp-content/themes/utouch/css/widgets.css?ver=3.4*/
/*------------- #WIDGETS --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #W-INFO --------------*/
.w-info .logo-title, .w-info .logo-sub-title {
  display: inline-block; }

.w-info .site-logo {
  margin-bottom: 30px; }

.w-info p {
  margin-bottom: 40px; }

.w-info .logo-title {
  margin-right: 20px;
  font-size: 45px; }

.w-info .logo-sub-title {
  color: #a1b7d2; }

.w-info .learn-more {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700; }

.widget-title {
  margin-bottom: 20px; }

/*================= Responsive Mode ============*/
@media (max-width: 640px) {
  .w-info .learn-more {
    font-size: 12px; } }

/*------------- #W-LIST --------------*/
.w-list .list, .widget_nav_menu .list {
  margin-left: 0;
  color: #4b5d73; }
  .w-list .list li, .widget_nav_menu .list li {
    font-weight: 400;
    margin-bottom: .2em; }
    .w-list .list li > *, .widget_nav_menu .list li > * {
      display: inline-block;
      vertical-align: middle; }
    .w-list .list li:hover .utouch-icon, .widget_nav_menu .list li:hover .utouch-icon {
      opacity: 1; }
    .w-list .list li:hover > a, .widget_nav_menu .list li:hover > a {
      margin-left: 8px; }
    .w-list .list li .utouch-icon, .widget_nav_menu .list li .utouch-icon {
      width: 16px;
      height: 16px;
      opacity: 0;
      margin-right: 0;
      margin-top: 2px;
      float: none; }
    .w-list .list li a, .widget_nav_menu .list li a {
      color: #4b5d73;
      margin-right: 8px; }
      .w-list .list li a:hover, .widget_nav_menu .list li a:hover {
        color: #0083ff; }
  .w-list .list li.menu-item-has-children > .utouch-icon, .widget_nav_menu .list li.menu-item-has-children > .utouch-icon {
    display: none; }
  .w-list .list li.menu-item-has-children > .sub-menu, .widget_nav_menu .list li.menu-item-has-children > .sub-menu {
    margin-left: 10px;
    display: block; }
  .w-list .list li.menu-item-has-children:hover a, .widget_nav_menu .list li.menu-item-has-children:hover a {
    color: #4b5d73; }
  .w-list .list li.menu-item-has-children:hover > a, .widget_nav_menu .list li.menu-item-has-children:hover > a {
    margin-left: 0;
    color: #4b5d73; }
  .w-list .list .sub-menu li, .widget_nav_menu .list .sub-menu li {
    display: block; }
  .w-list .list li.menu-item-has-children a:hover, .widget_nav_menu .list li.menu-item-has-children a:hover {
    color: inherit; }
  .w-list .list li.menu-item-has-children .menu-item:hover > a, .widget_nav_menu .list li.menu-item-has-children .menu-item:hover > a {
    margin-left: 8px;
    color: #0083ff; }
  .w-list .list li.menu-item-has-children .menu-item:hover > .utouch-icon, .widget_nav_menu .list li.menu-item-has-children .menu-item:hover > .utouch-icon {
    fill: #0083ff;
    opacity: 1; }
  .w-list .list li.menu-item-has-children .menu-item.menu-item-has-children:hover > a, .widget_nav_menu .list li.menu-item-has-children .menu-item.menu-item-has-children:hover > a {
    margin-left: 0;
    color: inherit; }
  .w-list .list li.menu-item-has-children:hover a, .widget_nav_menu .list li.menu-item-has-children:hover a {
    color: inherit; }
  .w-list .list li.menu-item-has-children:hover .utouch-icon, .widget_nav_menu .list li.menu-item-has-children:hover .utouch-icon {
    fill: inherit;
    opacity: 0; }

/*------------- styles-for-standard-wp-widget --------------*/
.widget_rss li + li {
  margin-top: 20px; }

.widget_rss .rss-date {
  display: block;
  margin-bottom: 10px;
  font-size: 14px; }

.widget_recent_comments li + li {
  margin-top: 20px; }

/*------------- #W-FOLLOW --------------*/
.w-follow ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1;
  font-weight: 700; }

.w-follow ul li a {
  display: inline-block; }

.w-follow .utouch-icon {
  color: #6987ab;
  fill: #6987ab;
  height: 14px;
  width: 14px; }

svg.utouch-icon {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 32px; }

/*------------- #W-CONTACTS --------------*/
.w-contacts .btn {
  margin: 20px 0; }

.w-contacts .socials {
  margin-top: 25px; }

.w-contacts #map {
  margin: 0 -40px 35px; }

.w-contacts .info-wrap .info {
  display: block; }

.contact-item {
  margin-bottom: 5px; }
  .contact-item .utouch-icon {
    height: 18px;
    width: 18px;
    margin-right: 10px; }

.contacts-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px; }

.w-contacts--style2 .contact-item {
  margin-bottom: 15px; }
  .w-contacts--style2 .contact-item .utouch-icon {
    height: 44px;
    min-width: 44px;
    margin-right: 30px; }

.w-contacts--style2 .info {
  font-weight: 700;
  color: #516e90; }
  .w-contacts--style2 .info span {
    font-weight: 300; }

#map {
  min-width: 100%;
  height: 220px;
  margin-bottom: 40px; }
  #map > iframe {
    width: 100%; }

.sidebar .widget {
  padding: 20px 40px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
          box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  margin-bottom: 40px; }

.map--rounded {
  border-radius: 10px;
  -webkit-box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
          box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
  position: relative; }
  .map--rounded #map {
    height: 360px;
    margin-bottom: 60px; }

.location-details {
  width: 260px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
          box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: 100%; }
  .location-details .contacts-text {
    font-size: 16px;
    font-weight: 700;
    color: #516e90;
    margin-bottom: 20px; }

/*================= Responsive Mode ============*/
@media (max-width: 1199px) {
  .sidebar {
    margin-top: 40px; } }

@media (max-width: 580px) {
  .location-details {
    right: 0;
    padding: 15px; }
  .sidebar .widget {
    padding: 20px; }
  .w-contacts #map {
    margin: 0 -20px 40px; } }

@media (max-width: 420px) {
  .location-details {
    display: none; } }

/*------------- #W-SEARCH --------------*/
.w-search input {
  border-radius: 10px;
  padding-left: 60px;
  margin-bottom: 0; }

.w-search .utouch-icon {
  height: 24px;
  width: 42px;
  top: 15px;
  padding-right: 0;
  border-right: none;
  fill: #d0d9e4;
  left: 15px; }

.w-search .with-icon .utouch-icon {
  right: 15px; }

.widget.widget_search {
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

/*------------- #W-ABOUT --------------*/
.w-about .text-wrap {
  padding-bottom: 30px; }
  .w-about .text-wrap > *:last-child {
    margin-bottom: 0; }

/*------------- #W.category-link --------------*/
.w-category .category-list {
  margin-top: 30px; }
  .w-category .category-list li {
    margin-bottom: 0; }
  .w-category .category-list a {
    display: block;
    padding: 9px 0 0 30px;
    position: relative;
    font-size: 18px; }
    .w-category .category-list a:before {
      content: '';
      display: block;
      height: 100%;
      width: 3px;
      background-color: #d6dfeb;
      left: 0;
      top: 0;
      position: absolute;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease; }
  .w-category .category-list li:last-child a:before {
    border-radius: 0 0 3px 3px; }
  .w-category .category-list li:first-child a:before {
    border-radius: 3px 3px 0 0; }
  .w-category .category-list li:hover .cat-count {
    color: #fff; }

.w-category .cat-count {
  font-size: 11px;
  font-weight: 700;
  color: #6987ab;
  background-color: #e6eff9;
  padding: 2px 10px;
  border-radius: 30px;
  line-height: 1;
  margin-left: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  top: -2px; }

.widget_categories a:hover {
  margin-left: 3px; }

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
  .w-category .cat-count {
    margin-left: 10px; }
  .w-category .category-list a {
    font-size: 13px; } }

/*------------- #W-TAGS --------------*/
.w-tags {
  overflow: hidden; }
  .w-tags .tags-list {
    margin-left: -10px;
    margin-bottom: -12px;
    float: left; }
    .w-tags .tags-list li {
      margin-left: 10px;
      margin-bottom: 12px;
      float: left; }
  .w-tags a {
    padding: 13px 14px 11px;
    font-size: 10pt !important;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #d6dfeb;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #6987ab;
    display: block;
    line-height: 1; }
    .w-tags a:hover {
      color: #fff;
      -webkit-box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
              box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3); }

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
  .w-tags a {
    padding: 10px 20px; } }

@media (max-width: 560px) {
  .w-tags a {
    font-size: 11px; } }

/*------------- #W-POPULAR-PRODUCTS --------------*/
.w-popular-products .product-item-thumb img {
  -webkit-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2); }

.w-popular-products .swiper-container {
  padding-bottom: 50px; }

.w-popular-products .product-item {
  padding: 0; }
  .w-popular-products .product-item:hover {
    background: transparent; }

.w-popular-products .square-colored::before {
  display: none; }

.w-popular-products .product-item-thumb {
  margin-bottom: 40px; }

/*------------- #W-LATEST-NEWS --------------*/
.latest-news-item {
  margin-bottom: 20px; }
  .latest-news-item header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .latest-news-item .post-thumb {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-right: 20px;
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    background-color: #ecf5fe; }
    .latest-news-item .post-thumb.post-formats img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 50%;
      max-height: 50%; }
  .latest-news-item .post-additional-info * + * {
    margin-left: 0; }
  .latest-news-item .post-additional-info {
    overflow: hidden;
    margin: 0; }
  .latest-news-item .post__title {
    margin-bottom: 0;
    font-size: 16px; }
  .latest-news-item .post__date {
    float: none;
    margin-right: 0;
    font-weight: 400;
    display: block; }
  .latest-news-item .clip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0; }

.latest-news-control {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tab-control a {
  font-size: 14px;
  font-weight: 700;
  color: #4b5d73;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  display: block; }
  .tab-control a:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

.tab-control.active a:after {
  opacity: 1;
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }
  .tab-content > .tab-pane.active {
    display: block; }

.widget_recent_entries li {
  margin-bottom: 10px; }

.widget_recent_entries .post-date {
  display: block; }

/*================= Responsive Mode ============*/
@media (max-width: 1300px) {
  .tab-control + .tab-control {
    margin-left: 15px; } }

@media (max-width: 480px) {
  .tab-control {
    display: block; }
  .tab-control + .tab-control {
    margin-left: 0;
    margin-top: 10px; } }

/*------------- #W-EVENTS --------------*/
.event-day {
  margin: 0 auto 40px;
  border-radius: 30px;
  background-color: #ecf5fe;
  padding: 11px 14px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #6987ab;
  display: table; }

.w-events .event-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dbe3ec; }
  .w-events .event-item:last-child {
    border-bottom: none; }

.w-events .author-info,
.w-events .author-info-wrap {
  overflow: hidden; }

/*------------- #W-LATEST-MEMBERS --------------*/
.members-list {
  margin: 35px 0; }
  .members-list a {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-box-shadow: 10px 0 30px rgba(18, 25, 33, 0.15);
            box-shadow: 10px 0 30px rgba(18, 25, 33, 0.15);
    overflow: hidden;
    display: block; }
  .members-list li {
    display: inline-block;
    margin-right: 8px; }
    .members-list li:last-child {
      margin-right: 0; }

/*------------- #W-AUTHOR --------------*/
.w-author {
  margin-top: 100px; }
  .w-author .testimonial-img-author {
    width: 120px;
    height: 120px;
    margin-top: -100px;
    position: relative;
    overflow: visible;
    margin-bottom: 35px; }
    .w-author .testimonial-img-author img {
      border-radius: 100%;
      overflow: hidden;
      -webkit-box-shadow: 10px 0 30px rgba(18, 25, 33, 0.15);
              box-shadow: 10px 0 30px rgba(18, 25, 33, 0.15); }
    .w-author .testimonial-img-author .socials {
      position: absolute;
      left: 100%;
      bottom: 5px;
      margin: 0;
      width: 100%; }
      .w-author .testimonial-img-author .socials .social__item {
        margin-left: 10px; }
  .w-author .btn {
    margin-top: 10px; }
  .w-author .title {
    margin-bottom: 20px;
    display: block; }

/*================= Responsive Mode ============*/
@media (max-width: 460px) {
  .w-author .testimonial-img-author .socials {
    position: relative;
    left: auto; } }

/* Widget Instagramm */
.w-instagramm {
  overflow: hidden; }

.w-instagramm__a {
  float: left;
  text-align: center;
  position: relative; }

.w-instagramm__a a {
  display: block; }

.w-instagramm__a img {
  width: 100%;
  height: auto;
  display: block; }

.w-instagramm-padding .w-instagramm__a {
  padding: 5px; }

.w-instagramm-padding .w-instagramm__wrap {
  margin: 0 -5px; }

.w-instagramm--1-col .w-instagramm__a {
  width: 100%; }

.w-instagramm--2-col .w-instagramm__a {
  width: 50%; }

.w-instagramm--3-col .w-instagramm__a {
  width: 33.33%; }

.w-instagramm--4-col .w-instagramm__a {
  width: 25%; }

.w-instagramm--5-col .w-instagramm__a {
  width: 20%; }

.w-instagramm--6-col .w-instagramm__a {
  width: 16.66%; }

.w-instagramm--7-col .w-instagramm__a {
  width: 14.28%; }

.w-instagramm--8-col .w-instagramm__a {
  width: 12.5%; }

.w-instagramm--9-col .w-instagramm__a {
  width: 11.11%; }

.w-instagramm--10-col .w-instagramm__a {
  width: 10%; }

/*------------- #W-EMAIL-SUBSCRIBERS-FORM --------------*/
.widget.widget_email-subscribers-form label input {
  margin-top: 15px; }

.widget.widget_email-subscribers-form input[type="submit"] {
  width: auto;
  color: #fff;
  cursor: pointer;
  font-weight: 900; }

  /*https://oporahealth.com/wp-content/themes/utouch/css/color-selectors.css?ver=3.4*/

  /*------------- #VARIABLES --------------*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #516e90; }

/*------------- #PRIMARY-COLOR --------------*/
.nice-select .option:hover,
input:focus, textarea:focus, select:focus, .nice-select:focus,
.items-with-border input:focus,
.items-with-border textarea:focus,
.items-with-border select:focus,
.items-with-border .nice-select:focus,
.c-primary,
.btn-prev .utouch-icon, .btn-next .utouch-icon,
.btn-prev.btn--style:hover,
.btn-next.btn--style:hover,
.info-box--standard .utouch-icon,
.info-box--standard-hover:hover .info-box-title,
.info-box--numbers .order-number,
.crumina-testimonial-item .author-name,
.testimonial-item-quote-right .author-name:hover,
.pricing-tables--item-with-thumb:hover .pricing-title,
.crumina-teammembers-item .teammembers-item-name:hover,
.accordion-panel.active .ovh,
.post:hover .post__title,
.post-additional-info a:hover,
.tags-inline li a:hover,
.page-numbers.current,
.event-item .author-name,
.btn-next-wrap:hover .btn-content-subtitle,
.btn-prev-wrap:hover .btn-content-subtitle,
.comments__article .comments__header .comments__author a:hover,
.list-events a,
.list-events div,
.reviews-item-name,
.curriculum-list li:hover .title,
.tgl--text-both input[type="checkbox"]:not(:checked) + span::before,
.timer,
.list--primary i, .list--primary .utouch-icon,
.list--primary a:hover,
blockquote h6 span,
.first-letter--primary span:first-of-type,
.header--dark .logo-sub-title,
.primary-menu-menu > li:hover > a,
.primary-menu-menu > li:hover,
.primary-menu-menu > li.current-menu-item > a,
.primary-menu-menu > li.current-menu-item,
.primary-menu-menu ul.sub-menu li:hover > a,
.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:hover > a,
.primary-menu-menu > li:hover > a .ind, .primary-menu-menu > li:hover .ind,
.more-arrow:hover,
.primary-menu--dark .primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li a:hover,
.primary-menu--dark .primary-menu-menu ul.sub-menu li a:hover,
.breadcrumbs-item a:hover,
.breadcrumbs-item.active span,
.breadcrumbs--bordered .breadcrumbs-item a,
.top-bar .nice-select,
.top-bar a:hover,
.sub-footer a:hover,
.sub-footer .sub-footer__link,
.w-info .logo-title,
.w-info .learn-more:hover,
.w-list .list li:hover a,
.w-follow .utouch-icon:hover,
.w-contacts a.info:hover,
.contact-item .utouch-icon,
.location-details a:hover,
.w-category .category-list li:hover a,
.widget_categories a:hover,
.tab-control.active a,
.widget_recent_entries li:hover > a,
.recentcomments a:hover,
.widget_pages a:hover,
.widget_nav_menu a:hover,
.widget_tag_cloud a:hover,
.breadcrumbs--bordered .breadcrumbs-item:not(.active),
.breadcrumbs--rounded .breadcrumbs-item.active,
#site-footer a:not(.btn):not(.sub-footer__link):hover,
#site-footer li:hover a:not(.btn):not(.sub-footer__link),
#site-footer a:not(.btn):hover,
#site-footer li.menu-item-has-children .menu-item:hover > a:not(.btn),
#site-footer li.menu-item-has-children .menu-item:hover > .utouch-icon,
#site-footer li:hover a:not(.btn),
.w-list .list li a:hover,
.widget_nav_menu .list li a:hover,
.w-list .list li li.menu-item-has-children .menu-item:hover > a,
.widget_nav_menu .list li li.menu-item-has-children .menu-item:hover > a,
#site-footer .sub-footer a:not(.btn),
ul.nav-add li.cart:hover .seoicon-basket,
.wp-block-categories li a:hover,
.wp-block-archives li a:hover,
.wp-block-latest-posts li a:hover,
.wp-block-latest-posts li a:hover,
.editor-styles-wrapper a:hover {
  color: #0083ff; }

.with-icon input:focus + .utouch-icon,
.with-icon textarea:focus + .utouch-icon,
.with-icon select:focus + .utouch-icon,
.c-primary,
.btn-prev .utouch-icon, .btn-next .utouch-icon,
.btn-prev.btn--style:hover .utouch-icon,
.btn-next.btn--style:hover .utouch-icon,
.info-box--standard .utouch-icon,
.info-box--time-line .time-line-arrow,
.time-line-arrow,
.socials .utouch-icon:hover,
.crumina-accordion .panel-heading.active .accordion-heading i.active,
.crumina-accordion .panel-heading.active .accordion-heading .utouch-icon.active,
.list-post:hover .utouch-icon,
.course-features-list .utouch-icon,
.lection .utouch-icon,
.popup-close .utouch-icon:hover,
.typeahead__container input:focus + .typeahead__button .utouch-icon,
.search-full-screen .search-standard input[type="search"]:focus + .form-icon .utouch-icon,
.list--primary i, .list--primary .utouch-icon,
.list--primary a:hover,
.nav-add li.search:hover .utouch-icon,
.more-arrow:hover .btn-next .utouch-icon,
.top-bar-close .utouch-icon:hover,
.top-bar-link:hover .utouch-icon,
.w-follow .utouch-icon:hover,
.contact-item .utouch-icon,
#site-footer a:not(.btn):not(.sub-footer__link):hover,
#site-footer a.social__item:hover svg,
#site-footer li:hover a:not(.btn):not(.sub-footer__link),
#site-footer .social__item:hover svg,
.w-list .list li li.menu-item-has-children .menu-item:hover > .utouch-icon,
.widget_nav_menu .list li li.menu-item-has-children .menu-item:hover > .utouch-icon {
  fill: #0083ff; }

.alert-info,
.btn--primary,
.back-to-top,
.slides-item,
.slider-slides--vertical-line .slides-item.slide-active .round.primary,
.slider-slides--vertical-line .round.primary:before,
.btn-prev.with-bg, .btn-next.with-bg,
.btn-prev.with-bg.bg-black:hover, .btn-next.with-bg.bg-black:hover,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active,
.page-numbers:hover,
.page-links a:hover,
.comments__article .comments__body .reply:hover,
.tabs-with-line .tab-control.active a::after,
.curriculum-list li:before,
.cat-list-bg-style .cat-list__item a:hover,
.cat-list-bg-style .cat-list__item.active,
.tgl input[type="checkbox"]:not(:checked) + span,
.first-letter--squared span:first-of-type,
.bg-primary-color,
.primary-menu-menu ul.sub-menu li:hover:before,
.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:hover:before,
.primary-menu--dark .primary-menu-menu ul.sub-menu li:hover:before,
.primary-menu--dark .primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:hover:before,
.w-category .category-list li:hover a:before,
.w-category .category-list li:hover .cat-count,
.w-tags a:hover,
.tab-control a:after,
.btn--primary,
.woocommerce .product-item a.added_to_cart,
.cart-main .actions .coupon .btn-medium.btn--primary,
.woocommerce .checkout_coupon.coupon input.btn--primary,
.woocommerce-checkout-review-order-table .cart_item.total,
.checkbox label::before,
.widget.widget_email-subscribers-form input[type="submit"] {
  background-color: #0083ff; }

.pricing-tables--item-with-thumb:hover,
.accordion-panel.active,
.typeahead__container input:focus,
.search-full-screen .search-standard input[type="search"]:focus,
.w-tags a:hover {
  border-color: #0083ff; }

.choose-item.bg-primary-color:after {
  border-left-color: #0083ff; }

.choose-item.bg-primary-color::after {
  border-right-color: #0083ff; }

.primary-menu-menu ul.sub-menu,
.primary-menu-menu ul.sub-menu li ul.sub-menu,
.primary-menu-menu > li > .megamenu {
  border-top-color: #0083ff; }

/*------------- #SECONDARY-COLOR --------------*/
input, textarea, select, .nice-select,
.c-secondary,
.counter-item-colored .counter-title,
.position-item,
.pricing-tables-item-solid:hover .rate,
.pricing-tables-item-solid:hover .period,
.crumina-case-item.bg-light .case-item-content .title,
.accordion-heading .title,
.post__date .month,
.post-additional-info a,
.post-standard-details:hover .post__title,
.tags-inline li:first-child,
.blog-details-author .author-name,
.comments__article .comments__header .comments__author,
.comments__author-review,
.comments__author-review a,
.submit-block .submit-block-text,
.skills-item-title,
.course-features-list .feature-item,
.search--white .typeahead__container input:focus,
.search--white .search-full-screen .search-standard input[type="search"]:focus,
.search--white .typeahead__list > li:hover > a,
.counting-footer .author-prof,
.search-standard input[type="search"]:focus,
.search-standard .typeahead__list > li:hover > a,
a,
.list,
.first-letter--dark span:first-of-type,
.logo-title,
.top-bar,
.w-contacts--style2 .info,
.location-details .contacts-text {
  color: #6987ab; }

.selection--gray::-moz-selection {
  background-color: #6987ab; }

.selection--gray::selection {
  background-color: #6987ab; }

.c-secondary {
  fill: #6987ab; }

.btn--secondary,
.bg-secondary-color {
  background-color: #6987ab; }

  /*https://oporahealth.com/wp-content/themes/utouch/style.css?ver=3.4*/

.sticky {
    position: relative;
}

.bypostauthor {
    position: relative;
}

.wp-caption {
    position: relative;
}

.wp-caption-text {
    position: relative;
}

.gallery-caption {
    position: relative;
}

.page-links {
    clear: both;
}

.entry-content:after {
    content: "";
    display: table;
    clear: both;
}



/*INLINE*/

    .utouch .header--menu-rounded .primary-menu-menu > li > a:hover {
            background-color: #ecf5fe;
        }

        .kc_row:not(.kc_row_inner) {
            padding: 120px 0 120px;
        }

        #site-header .header-wrapper {
            background: #fff
        }

        #site-header {
            color: #6a85a6
        }

        #site-header {
            fill: #6a85a6
        }

        #site-header {
            border-color: #6a85a6
        }

        #stunning-section {
            color: #fff;
            background-color: #273f5b;
        }

        #site-footer .footer-wrapper {
            background-color: #3e4d50;
            background-image: ;
            color: #9db5d4;
        }

        #site-footer .widget .widget-title,#site-footer a:not(.btn), #site-footer .social__item svg, #site-footer .w-list ul.list, #site-footer .widget_nav_menu ul.list {
            color: #fffff;
            fill: #fffff;
        }

        #site-footer .site-copyright-text {
            color: #6987ab
        }



/*https://oporahealth.com/wp-content/themes/utouch/css/swiper.min.css?ver=3.3.1*/
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:3}.swiper-container.overflow-visible{overflow: visible}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-o-transition-property:-o-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-o-transition-property:-o-transform;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{-webkit-border-radius:10px;border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);-webkit-border-radius:10px;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

.swiper-container.auto-height .swiper-slide {
    height:auto !important;
}





/*https://oporahealth.com/wp-content/themes/utouch/css/formstone-background.css?ver=3.4*/
/*! formstone v1.1.3 [background.css] 2016-05-24 | GPL-3.0 License | formstone.it */
.fs-background{overflow:hidden;position:relative}.fs-background,.fs-background-container,.fs-background-media{-webkit-transition:none;-o-transition:none;transition:none}.fs-background-container{width:100%;height:100%;position:absolute;top:0;z-index:0;overflow:hidden}.fs-background-media{position:absolute;top:0;bottom:0;opacity:0}.fs-background-media.fs-background-animated{-webkit-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear}.fs-background-media iframe,.fs-background-media img,.fs-background-media video{width:100%;height:100%;display:block;-webkit-user-drag:none}.fs-background-media.fs-background-fixed,.fs-background-media.fs-background-native{width:100%;height:100%}.fs-background-media.fs-background-fixed img,.fs-background-media.fs-background-native img{display:none}.fs-background-media.fs-background-native{background-position:center;-webkit-background-size:cover;background-size:cover}.fs-background-media.fs-background-fixed{background-position:center;background-attachment:fixed}.fs-background-embed.fs-background-ready:after{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:''}.fs-background-embed.fs-background-ready iframe{z-index:0}


/*https://oporahealth.com/wp-content/themes/utouch/css/tippy.css?ver=0.11.2*/
.tippy-touch{cursor:pointer!important}.tippy-notransition{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.tippy-popper{max-width:400px;-webkit-perspective:800px;perspective:800px;z-index:9999;outline:0;-webkit-transition-timing-function:cubic-bezier(.165,.84,.44,1);-o-transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.165,.84,.44,1)}.tippy-popper.html-template{max-width:96%;max-width:-webkit-calc(100% - 20px);max-width:calc(100% - 20px)}.tippy-popper[x-placement^=top] [x-arrow]{border-top:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px;margin:0 9px}.tippy-popper[x-placement^=top] [x-arrow].arrow-small{border-top:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;bottom:-5px}.tippy-popper[x-placement^=top] [x-arrow].arrow-big{border-top:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;bottom:-10px}.tippy-popper[x-placement^=top] [x-circle]{-webkit-transform-origin:0 33%;-ms-transform-origin:0 33%;transform-origin:0 33%}.tippy-popper[x-placement^=top] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-55%);-ms-transform:scale(1) translate(-50%,-55%);transform:scale(1) translate(-50%,-55%);opacity:1}.tippy-popper[x-placement^=top] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);-ms-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow]{border-top:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-top:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-top:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow]{border-top:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-top:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-top:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] [data-animation=perspective]{-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(-10px) rotateX(0);transform:translateY(-10px) rotateX(0)}.tippy-popper[x-placement^=top] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(90deg);transform:translateY(0) rotateX(90deg)}.tippy-popper[x-placement^=top] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=top] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(-10px) scale(1);-ms-transform:translateY(-10px) scale(1);transform:translateY(-10px) scale(1)}.tippy-popper[x-placement^=top] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);-ms-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=bottom] [x-arrow]{border-bottom:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px;margin:0 9px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small{border-bottom:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;top:-5px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big{border-bottom:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;top:-10px}.tippy-popper[x-placement^=bottom] [x-circle]{-webkit-transform-origin:0 -50%;-ms-transform-origin:0 -50%;transform-origin:0 -50%}.tippy-popper[x-placement^=bottom] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-45%);-ms-transform:scale(1) translate(-50%,-45%);transform:scale(1) translate(-50%,-45%);opacity:1}.tippy-popper[x-placement^=bottom] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-5%);-ms-transform:scale(.15) translate(-50%,-5%);transform:scale(.15) translate(-50%,-5%);opacity:0}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow]{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-bottom:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-bottom:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow]{border-bottom:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-bottom:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-bottom:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(10px) rotateX(0);transform:translateY(10px) rotateX(0)}.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(-90deg);transform:translateY(0) rotateX(-90deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=bottom] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(10px) scale(1);-ms-transform:translateY(10px) scale(1);transform:translateY(10px) scale(1)}.tippy-popper[x-placement^=bottom] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);-ms-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=left] [x-arrow]{border-left:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;right:-7px;margin:6px 0}.tippy-popper[x-placement^=left] [x-arrow].arrow-small{border-left:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;right:-5px}.tippy-popper[x-placement^=left] [x-arrow].arrow-big{border-left:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;right:-10px}.tippy-popper[x-placement^=left] [x-circle]{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=left] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=left] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);-ms-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow]{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-left:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow]{border-left:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-left:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-left:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] [data-animation=perspective]{-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(-10px) rotateY(0);transform:translateX(-10px) rotateY(0)}.tippy-popper[x-placement^=left] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(-90deg);transform:translateX(0) rotateY(-90deg)}.tippy-popper[x-placement^=left] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=left] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(-10px) scale(1);-ms-transform:translateX(-10px) scale(1);transform:translateX(-10px) scale(1)}.tippy-popper[x-placement^=left] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);-ms-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper[x-placement^=right] [x-arrow]{border-right:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;left:-7px;margin:6px 0}.tippy-popper[x-placement^=right] [x-arrow].arrow-small{border-right:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;left:-5px}.tippy-popper[x-placement^=right] [x-arrow].arrow-big{border-right:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;left:-10px}.tippy-popper[x-placement^=right] [x-circle]{-webkit-transform-origin:-50% 0;-ms-transform-origin:-50% 0;transform-origin:-50% 0}.tippy-popper[x-placement^=right] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=right] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);-ms-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow]{border-right:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-right:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-right:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow]{border-right:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-right:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-right:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] [data-animation=perspective]{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(10px) rotateY(0);transform:translateX(10px) rotateY(0)}.tippy-popper[x-placement^=right] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(90deg);transform:translateX(0) rotateY(90deg)}.tippy-popper[x-placement^=right] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=right] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(10px) scale(1);-ms-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}.tippy-popper[x-placement^=right] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);-ms-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper .tippy-tooltip.transparent-theme{background-color:rgba(0,0,0,.7)}.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill]{background-color:transparent}.tippy-popper .tippy-tooltip.light-theme{color:#26323d;-webkit-box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);background-color:#fff}.tippy-popper .tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}.tippy-tooltip{position:relative;color:#fff;-webkit-border-radius:4px;border-radius:4px;font-size:.95rem;padding:.4rem .8rem;text-align:center;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#333;pointer-events:none}.tippy-tooltip--small{padding:.25rem .5rem;font-size:.8rem}.tippy-tooltip--big{padding:.6rem 1.2rem;font-size:1.2rem}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:transparent}.tippy-tooltip[data-interactive]{pointer-events:auto}.tippy-tooltip[data-inertia]{-webkit-transition-timing-function:cubic-bezier(.53,1,.36,.85);-o-transition-timing-function:cubic-bezier(.53,2,.36,.85);transition-timing-function:cubic-bezier(.53,2,.36,.85)}.tippy-tooltip [x-arrow]{position:absolute;width:0;height:0}.tippy-tooltip [x-circle]{position:absolute;will-change:transform;background-color:#333;-webkit-border-radius:50%;border-radius:50%;width:130%;width:-webkit-calc(110% + 2rem);width:calc(110% + 2rem);left:50%;top:50%;z-index:-1;overflow:hidden;-webkit-transition:all ease;-o-transition:all ease;transition:all ease}.tippy-tooltip [x-circle]:before{content:"";padding-top:90%;float:left}@media (max-width:450px){.tippy-popper{max-width:96%;max-width:-webkit-calc(100% - 20px);max-width:calc(100% - 20px)}}


/*https://oporahealth.com/wp-content/themes/utouch/css/count.css?ver=6.8.2*/

.wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 640px;
    margin: 0 auto;
    text-align: center;
}

.timer {
    font-size: 48px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 700;
    margin-top: 5px;
}

.clock {
    margin-top: 30px;
}

.clock .column {
    display: inline-block;
}


.days {
    display: none;
}

.clock .text {
    font-size: 12px;
    font-weight: 900;
    color: #839dbc;
}

@media only screen and (max-width: 768px) {
    .wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .timer {
        font-size: 35px;
    }
}

.clear-loading {
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.spinner {
    width: 100px;
    height: 100px;
}

.spinner > span,
.spinner > span:before,
.spinner > span:after {
    content: "";
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.spinner > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear;
}

.spinner > span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}

.spinner > span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media (max-width: 1024px) {
    .timer {
        font-size: 30px;
    }
}


/*https://oporahealth.com/wp-content/themes/utouch/css/nunito-font.css?ver=1.0*/
/* nunito-300 - latin */
@font-face {
    font-family: 'Nunito';
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    src: local('Nunito Light'), local('Nunito-Light'),
    url('../assets/fonts/nunito-v9-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../assets/fonts/nunito-v9-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-regular - latin */
@font-face {
    font-family: 'Nunito';
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'),
    url('../assets/fonts/nunito-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../assets/fonts/nunito-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-700 - latin */
@font-face {
    font-family: 'Nunito';
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    src: local('Nunito Bold'), local('Nunito-Bold'),
    url('../assets/fonts/nunito-v9-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../assets/fonts/nunito-v9-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-900 - latin */
@font-face {
    font-family: 'Nunito';
    font-display: auto;
    font-style: normal;
    font-weight: 900;
    src: local('Nunito Black'), local('Nunito-Black'),
    url('../assets/fonts/nunito-v9-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../assets/fonts/nunito-v9-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.kc-components ul.kc-components-list li .seoicon-woo-logo {
  line-height: normal;
  height: 50px;
  width: 80px; }
  .kc-components ul.kc-components-list li .seoicon-woo-logo:before {
    line-height: normal;
    border-radius: 0;
    font-size: 40px;
    border: 0;
    padding: 0;
    width: 80px;
    height: 50px; }

.seoicon-woo-logo {
  font-family: WooCommerce !important; }
  .seoicon-woo-logo:before {
    font-family: WooCommerce !important;
    color: #9E5D8D !important;
    content: '\e03d'; }



/*https://oporahealth.com/wp-content/plugins/kingcomposer/assets/frontend/css/kingcomposer.min.css?ver=2.11*/

@charset "UTF-8";/*!
 *  @name: kingcomposer.css
 *  @website: https://kingcomposer.com
 *  @Copyright: (c) 2016 King-Theme
*/
*,.kc-col-container,.kc-container,.kc-elm{box-sizing:border-box}.kc-off-notice a,.kc_twitter_feed a:hover{text-decoration:underline}.kc_google_maps[data-wheel=disable] iframe,.kc_wrap-video-bg{pointer-events:none}.fb-line-1 .likes,.fb-line-1 .username,.kc-owl-post-carousel .owl-item .title{text-overflow:ellipsis;white-space:nowrap}.back i,.front i{display:inline-block}div{display:block}.kc-elm{float:left;width:100%}.kc_col-sm-1{width:8.33333%}.kc_col-sm-2{width:16.6667%}div.kc_col-of-5{width:20%;float:left}.kc_col-sm-3{width:25%}.kc_col-sm-4{width:33.3333%}.kc_col-sm-5{width:41.6667%}.kc_col-sm-6{width:50%}.kc_col-sm-7{width:58.3333%}.kc_col-sm-8{width:66.6667%}.kc_col-sm-9{width:75%}.kc_col-sm-10{width:83.3333%}.kc_col-sm-11{width:91.6667%}.kc_col-sm-12{width:100%}.kc-container{width:100%;max-width:1170px;margin:0 auto;padding-left:15px;padding-right:15px}.kc-row-container:not(.kc-container){padding-left:0;padding-right:0;width:100%;max-width:100%}.kc_wrap-video-bg{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.kc_single_image img{max-width:100%;display:inline-block}.kc-video-bg .kc_column{position:relative}.kc-infinite-loop{text-align:center;padding:50px;font-size:18px;color:red;width:100%;display:inline-block}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.kc_row:not(.kc_row_inner){clear:both;float:left;width:100%}.kc-row-container.kc-container .kc-wrap-columns,.kc_row_inner{margin-left:-15px;margin-right:-15px;clear:both}.kc_row.kc_row_inner{width:calc(100% + 30px)}.kc_tab_content>.kc_row_inner{width:100%;margin:0}.kc_column,.kc_column_inner{min-height:1px;position:relative;padding-right:15px;padding-left:15px;float:left}.kc_column>.kc-col-container,.kc_column_inner>.kc-col-inner-container{height:100%}.kingcomposer div.kc_column,.kingcomposer div.kc_column_inner{clear:none}.kc_row_inner>div.kc_column_inner:only-child{width:100%}.kc_clfw{width:100%!important;clear:both!important;display:block!important;height:0!important;padding:0!important;margin:0!important}.kc-col-container{clear:both;display:block;width:100%}section[data-kc-fullheight]{min-height:100vh}html body section[data-kc-parallax=true]{background-position:50% 0;background-repeat:no-repeat!important;background-attachment:fixed!important}section[data-kc-fullwidth]{margin-left:0!important;margin-right:0!important;position:relative;box-sizing:content-box}.kc_text_block{display:inline-block;clear:both;width:100%}body section[data-kc-equalheight=true],body section[data-kc-equalheight=true]>.kc-container,body section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;width:100%}body div.kc_row_inner[data-kc-equalheight=true]{width:calc(100% + 30px);flex-wrap:wrap}body div[data-kc-equalheight-align=middle]>.kc_column_inner>.kc_wrapper,body div[data-kc-equalheight-align=bottom]>.kc_column_inner>.kc_wrapper,body section[data-kc-equalheight-align=middle]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=middle]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=bottom]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;flex-wrap:wrap;height:100%;width:100%}body div.kc_row_inner[data-kc-equalheight=true]>.kc_column_inner>.kc_wrapper.kc_row_inner{height:100%}body div[data-kc-equalheight-align=middle]>.kc_column_inner>.kc_wrapper,body section[data-kc-equalheight-align=middle]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=middle]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container{align-content:center;justify-content:center;align-items:center}body div[data-kc-equalheight-align=bottom]>.kc_column_inner>.kc_wrapper,body section[data-kc-equalheight-align=bottom]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=bottom]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container{align-content:flex-end;align-items:flex-end}body section[data-kc-fullheight=middle-content],body section[data-kc-fullheight=middle-content]>.kc-container,body section[data-kc-fullheight=middle-content]>.kc-row-container{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;align-content:center}body section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns{flex-wrap:wrap;margin-left:initial;margin-right:initial}.kc-off-notice{width:100%;padding:10px;text-align:left;background-color:#e9e385;color:#333;font-size:14px}.kc-off-notice a{text-transform:capitalize}@media screen and (min-width:999px){.kc-row-container .kc-wrap-columns,.kc_row_inner{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;flex-wrap:wrap}.kc-row-container.kc-container .kc-wrap-columns,.kc_row_inner{width:calc(100% + 30px)}}@media screen and (max-width:767px){body.kc-css-system .kc_column,body.kc-css-system .kc_column_inner{width:100%}div.kc_row{display:block}}.kc_shortcode .kc-widget-title,.kc_shortcode .kc_title{margin-bottom:20px}.kc_shortcode ul{margin:0;padding:0}.kc_shortcode ul li{list-style:none}.kc_shortcode h3,.kc_shortcode h4,.kc_shortcode h5{font-size:18px;margin:0;padding:0;font-weight:600}.kc_shortcode h4{font-size:16px;line-height:26px;margin-bottom:15px}.kc_shortcode h5{font-size:16px}.kc_accordion_wrapper,.kc_tabs{margin-bottom:24px}.kc_tabs .kc_tabs{margin-bottom:0}.kc_tabs{display:inline-block;width:100%}.kc_wrapper.ui-tabs{width:100%;display:inline-block}.kc_vertical_tabs>.kc_wrapper.ui-tabs{border:none}.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav{margin:0}ul.kc-tabs-slider-nav li{display:inline-block;cursor:pointer;padding:8px 15px}ul.kc-tabs-slider-nav li.kc-title-active{background:#ddd}.kc_tabs_nav,.nav-pills{line-height:45px;margin:0;padding:0}.kc_tabs_nav:after,.kc_tabs_nav:before,.nav-pills:after,.nav-pills:before{display:table;line-height:0;content:""}.kc_tabs_nav:after,.nav-pills:after{clear:both}.kc_tabs_nav~.kc_tab{overflow:hidden;float:left;width:100%;height:0}html body.kc-css-system .kc_tabs_nav~.kc_tab:not(.ui-tabs-body-active){margin:0!important;padding:0!important}.kc_tabs_nav~.kc_tab.ui-tabs-body-active{height:inherit!important;background:#ddd}.kc_tabs_nav~.kc_tab .kc_tab_content{padding:30px 30px 15px}.kc_tabs_nav>li,.nav-pills>li{float:left}.kc_tabs_nav>li>a,.nav-pills>li>a{padding:0 30px;text-decoration:none;outline:0;display:block;line-height:50px;color:#6b6b6b}.kc_tabs>.kc_wrapper>.kc_tabs_nav{background:#eee;float:left;min-height:50px;margin:0;width:100%}.kc_tabs_nav{border-right:0!important;border-bottom:0!important;border-top:0!important}.kc_tabs_nav>li{list-style:none;border-right:1px solid #fff;border-left:none!important;border-bottom:none!important;margin:0;float:left;color:#333;box-shadow:none;cursor:pointer}.kc_tabs_nav>.ui-tabs-active>a,.kc_tabs_nav>li:hover,.kc_tabs_nav>li>a:hover{background-color:#ddd;color:#333}.kc_tabs_nav>.ui-tabs-active,.kc_tabs_nav>.ui-tabs-active:hover,.kc_tabs_nav>.ui-tabs-active>a,.kc_tabs_nav>.ui-tabs-active>a:hover{color:#555;display:block}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav{float:left;margin:0;padding:0;position:relative;width:25%;z-index:10;right:0}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav{border-right:none;right:0;left:0}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab{float:left;width:75%;height:0;overflow:hidden}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab.ui-tabs-body-active{height:inherit;border:1px solid #ddd}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab{list-style:none}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li{list-style:none;border:1px solid #ddd}.kc_wrapper>ul.ui-tabs-nav>li{overflow:hidden}.kc_vertical_tabs:not(.tabs_right)>.kc_wrapper>ul.ui-tabs-nav>li{border-right:0!important}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav>li{border-left:0!important}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li:not(:last-child){border-bottom:0!important}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a,.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a:hover,.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a:hover{border:none;background:#f7f7f7;margin-left:0;color:#333}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a{display:block;padding:12px 0 12px 20px;outline:0;text-decoration:none}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav{float:right}.kc-video-inner iframe{margin-bottom:0}.kc_accordion_content{padding-bottom:0;border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;color:#727272;display:none}.kc_accordion_content.ui-state-body-active{height:inherit!important}.kc_accordion_section>.kc_accordion_header{position:relative;cursor:pointer;min-height:30px;line-height:30px;font-weight:700;font-size:inherit;margin-top:0;margin-bottom:-1px;float:left;width:100%;border:1px solid #e0e0e0}.kc_accordion_section>.ui-state-active{border-bottom-left-radius:0;border-bottom-right-radius:0;margin:0}.kc_accordion_header>span.ui-accordion-header-icon{float:right;font-family:simple-line-icons;margin:17px;color:#aaa;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.kc_accordion_header>span.ui-accordion-header-icon:before{content:"\e604"}.kc-section-active .kc_accordion_header.ui-state-active>span.ui-accordion-header-icon:before{content:"\e607"}.kc_accordion_header>a{display:block;font-size:15px;padding:10px 15px;text-decoration:none;outline:0;font-weight:400;border:none;cursor:pointer}.kc_accordion_content .kc-panel-body{padding:15px;float:left;width:100%}body div.dark_rounded .pp_loaderIcon{animation:2s cubic-bezier(.63,.045,.34,1) 0s normal none infinite kc-spinner;display:block;height:50px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:50px;background:url(../images/loader.png) center center no-repeat;background-size:50px 50px}body div.dark_rounded .pp_content,body div.dark_rounded .pp_content_container .pp_left,body div.dark_rounded .pp_content_container .pp_right{background:0 0}body div.dark_rounded .pp_close{background:0 0;text-indent:0;text-align:right;color:#fff;font-size:24px}body div.dark_rounded .pp_close:hover{color:#aaa}body div.dark_rounded a.pp_next,body div.dark_rounded a.pp_previous{position:fixed;-webkit-transform:translateZ(0);text-indent:0!important;top:50%;margin-top:-20px;font-size:25px;z-index:1000001;color:#fff;width:50px;height:50px;-webkit-backface-visibility:hidden;cursor:pointer}body div.dark_rounded a.pp_next{right:0;background:0 0}body div.dark_rounded a.pp_previous{left:25px}body div.dark_rounded a.pp_next:hover,body div.dark_rounded a.pp_previous:hover{background:0 0;color:#aaa}body .div.dark_rounded .pp_details{position:relative;text-align:center}body .div.dark_rounded .pp_content_container .pp_details{float:left;margin:10px 0 2px}body div.dark_rounded .pp_nav{font-size:14px;margin:0 10px 0 0;clear:right;float:left}body .pp_nav p{float:left;margin:0 4px}body div.dark_rounded .pp_nav .pp_play,body div.ppt{display:none!important}.kc_google_maps{position:relative;overflow:hidden;width:100%;min-height:100px}.kc_google_maps img{max-width:inherit;max-height:inherit}.kc_google_maps .map_popup_contact_form{position:absolute;z-index:999;top:0;overflow-y:auto;padding:50px 60px 0;height:100%;transform:translate(0,0);transition:transform .4s ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.map_popup_contact_form input[type=text],.map_popup_contact_form input[type=email],.map_popup_contact_form textarea{width:100%;border:1px solid #999;background:0 0;color:#FFF}.map_popup_contact_form textarea{height:100px}.map_popup_contact_form p{margin-bottom:10px}.map_popup_contact_form .close{position:absolute;top:10px;right:10px}.map_popup_contact_form .wpcf7-submit{text-transform:uppercase;width:100%;padding:15px 0;box-shadow:inset 0 0 1px 0 rgba(255,255,255,1)}.kc_google_maps .show_contact_form{position:absolute;left:10px;top:110px;z-index:99;font-size:20px;height:33px;line-height:20px;color:#F75850;display:none;background:#FFF;padding:0 10px;border-radius:3px;box-shadow:0 1px 1px #BEBEBE;transition:all .2s ease}.kc_google_maps .show_contact_form i{margin-top:7px}.kc_google_maps .show_contact_form:hover{background:#EBEBEB;color:#000}.map_popup_contact_form.left.hidden{transform:translate(-100%,0)!important}.map_popup_contact_form.right.hidden{transform:translate(100%,0)!important}.map_popup_contact_form.right{float:right;right:0}.map_popup_contact_form.right+a{right:10px;float:right;left:auto;top:50px}.map_popup_contact_form .close{text-decoration:none;box-shadow:none;color:#FFF}.kc-fb-layout-2,.kc-pricing-layout-1,.kc-pricing-layout-2,.kc-pricing-layout-4,.kc-testi-layout-3{box-shadow:0 1px 21px rgba(0,0,0,.21)}.map_popup_contact_form .close i{font-weight:100;font-size:25px}.kc_image_gallery.kc-grid{width:100%}.kc_image_gallery.kc-grid .item-grid{float:left;position:relative;width:25%}.kc_image_gallery.kc-grid .item-grid .kc-image-overlay{background:rgba(0,0,0,.2)}.kc_image_gallery.kc-grid .item-grid:hover .kc-image-overlay{opacity:1}.kc_image_gallery.kc-grid .item-grid img{display:block;max-width:100%;border-image-width:0}.kc-countdown-timer span.group,.kc_button{padding:10px 20px;color:#FFF;display:inline-block}.kc_image_gallery.kc-grid .item-grid.grid-2{width:50%}.kc_image_gallery.kc-grid .item-grid.grid-3{width:32.7%}.kc_image_gallery.kc-grid .item-grid.grid-4{width:25%}.kc_image_gallery.kc-grid.masonry .item-grid.grid-4{width:24.8%}.kc_image_gallery.kc-grid .item-grid.grid-5{width:20%}.kc_image_gallery.kc-grid .item-grid.grid-6{width:16.66666666666666%}.kc-countdown-timer .countdown-style2 .timer,.kc-countdown-timer .countdown-style2 .unit,.kc-ui-progress-bar{width:100%;float:left}.kc_image_gallery{clear:both}.kc_button{transition:background-color .3s ease 0s,color .3s ease 0s,border-radius .3s ease 0s;white-space:nowrap;text-decoration:none;font-size:14px;background-color:#1E73BE}.kc-countdown-timer{text-align:left}.kc-countdown-timer span.group{background:#42BCE2;border-radius:5px;margin-right:10px;text-align:center}.kc-countdown-timer .group .timer{font-size:20px;font-weight:700}.kc-countdown-timer .countdown-style2 .group{padding:10px}@-webkit-keyframes animate-stripes{from{background-position:0 0}to{background-position:44px 0}}.kc_progress_bars .progress-item{float:left;width:100%;margin-bottom:20px}.kc_progress_bars div.progress-item:first-child{margin-top:0!important}.kc_progress_bars div.progress-item:last-child{margin-bottom:0!important}.kc-ui-progress-bar{position:relative;background:#e4e4e4}.kc-ui-progress{position:relative;display:block;height:10px;z-index:2;background:#42BCE2;overflow:initial!important}.kc-ui-progress-bar:after{background:#e4e4e4}.kc-ui-progress-bar2 .kc-ui-progress div.ui-label{margin-bottom:10px}.kc-ui-progress div.ui-label{text-transform:uppercase;color:#272727;position:absolute;right:0;margin-right:12px;white-space:nowrap;bottom:100%}.kc-ui-progress div.ui-label .value{display:block;color:#333}.kc_progress_bars .progress-item span.label{margin-bottom:6px;font-size:14px;padding:0;color:#333;float:left;font-weight:500;position:relative}.kc-ui-progress2 span.value{float:left;width:45px;height:26px;line-height:26px;text-align:center;background:rgba(0,0,0,.4);background-size:90%;border-radius:3px;color:#fff;font-size:12px}.kc-ui-progress2 span.value:before{content:'';position:absolute;left:50%;top:100%;border:4px solid transparent;border-top-color:rgba(0,0,0,.4);transform:translateX(-50%)}.kc-ui-progress3 div.ui-label{bottom:0;font-size:1em;height:100%;display:flex;align-items:center}.pie-chart-wrapper{text-align:center}.kc_piechart{display:inline-block;position:relative;text-align:center;width:100px}.kc_piechart .percent:after{content:"%";font-size:.8em;margin-left:.1em}.kc_piechart .percent{z-index:2;text-align:center;font-size:14px;display:block;color:#42BCE2}.kc_piechart .pie_chart_percent i{width:100%;font-size:14px}.kc_piechart .pie_chart_percent{z-index:2;top:50%;position:absolute;left:50%;text-align:center;font-size:14px;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%)}.kc_piechart canvas{left:0;position:absolute;top:0}.pie_chart_text{margin:20px 0}.kc-flip-container{perspective:1000;-webkit-perspective:1000;min-height:50px;float:left;width:100%}.kc-flip-container.flip .flipper,.kc-flip-container.hover .flipper,.kc-flip-container:hover .flipper{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.kc-flip-container.flip-vertical.flip .flipper,.kc-flip-container.flip-vertical.hover .flipper,.kc-flip-container.flip-vertical:hover .flipper{transform:rotateX(180deg) rotateY(0);-webkit-transform:rotateX(180deg) rotateY(0)}.kc-flip-container .wrap-icon{float:left;width:100%}.kc-flip-container .front{background:#f7f7f7;border:1px solid #ebebeb}.kc-flip-container .front .front-content{float:left;width:100%;padding:30px 15px;text-align:center}.kc-flip-container .front .front-content i{font-size:40px;color:#42BCE2}.kc-flip-container .front .front-content h3{margin:0 0 20px;font-size:18px;float:left;width:100%;color:#444;text-transform:uppercase}.kc-flip-container .front .front-content p{color:#666;float:left;width:100%;margin-bottom:20px}.kc-flip-container .front .front-content .button{background:#42BCE2;display:inline-block;color:#fff;border-radius:2px;text-transform:uppercase;padding:10px 16px;font-size:12px}.kc-flip-container .back{background:#fff;border:4px solid #ddd}.kc-flip-container .back .des{float:left;width:100%;padding:30px 15px;text-align:center;overflow-y:auto}.kc-flip-container .back .des i{font-size:40px;color:#C13740}.kc-flip-container .back .des h3{margin:0 0 20px;float:left;width:100%;font-size:18px;color:#444;text-transform:uppercase}.kc-flip-container .back .des p{color:#666;float:left;width:100%;margin-bottom:20px}.kc-flip-container .back .des .button{background:#C13740;display:inline-block;color:#fff;border-radius:2px;text-transform:uppercase;padding:10px 16px;font-size:12px}.kc-flip-container .flipper{transition:all .6s ease;-webkit-transition:all .6s ease;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;position:relative;height:100%;float:left;width:100%}.content-icon i,.kc-feature-boxes,.kc-feature-boxes a,.kc-pricing-tables{transition:all .3s ease 0s}.kc-flip-container .back,.kc-flip-container .front{width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;position:absolute;top:0;left:0}.kc-flip-container .front{z-index:2;transform:rotateY(0);-webkit-transform:rotateY(0);float:left;width:100%;position:relative}.kc-flip-container .front img{width:100%;float:left;max-width:100%}.kc-flip-container .back{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.kc-flip-container.flip-vertical .back{transform:rotateX(180deg) rotateY(0);-webkit-transform:rotateX(180deg) rotateY(0)}.kc_wrap_instagram{overflow:hidden;clear:both}.kc_wrap_instagram ul{margin:0;padding-left:0}.kc_wrap_instagram ul li.el-end{margin-right:0}.kc_wrap_instagram ul li.el-start{clear:left}.kc-blog-posts-3,.kc_box_wrap,.kc_video_wrapper{clear:both}.ins_mark_low_resolution,.ins_mark_standard_resolution,.ins_mark_thumbnail{padding:25px 10px}.kc_wrap_instagram ul li{background:url(../images/loading.gif) center center no-repeat;float:left;list-style:none;width:100%;margin:0 0 10px;padding:0 5px}.kc_wrap_instagram{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}.kc_wrap_instagram ul li.loaded a{float:left;width:100%}.kc_wrap_instagram ul li.loaded img{width:100%;float:left}.kc_wrap_instagram ul li.loaded{background-image:none}.kc_ins_col_1 ul li{width:100%}.kc_ins_col_2 ul li{width:50%}.kc_ins_col_3 ul li{width:33.3333333333%}.kc_ins_col_4 ul li{width:25%}.kc_ins_col_5 ul li{width:20%}.kc_ins_col_6 ul li{width:16.6666666666666%}.kc-fb-layout-1,.kc-fb-layout-1 .content-button,.kc-fb-layout-1 .content-desc,.kc-fb-layout-1 .content-icon,.kc-fb-layout-1 .content-title,.kc-fb-layout-2 .content-image,.kc-fb-layout-3,.kc-fb-layout-3 .content-desc,.kc-fb-layout-3 .content-title,.kc-fb-layout-4,.kc-feature-boxes{width:100%;float:left}.content-icon i{display:inline-block}.kc-fb-layout-1{text-align:center}.kc-fb-layout-1 .content-icon i{font-size:55px;color:#42BCE2;text-align:center}.kc-fb-layout-1 .content-title{margin:25px 0;font-size:20px;text-transform:uppercase;font-weight:700;color:#444}.kc-fb-layout-1 .content-desc{font-weight:400;margin-bottom:25px}.kc-fb-layout-1 .content-desc p{margin:0;color:rgba(86,86,86,.8)}.kc-fb-layout-1 .content-button a{display:inline-block;padding:7px 20px;text-transform:uppercase;background:#eee;color:#666;font-size:12px}.kc-fb-layout-1 .content-button a:hover{background:#42BCE2;color:#fff}.kc-fb-layout-2{overflow:hidden;text-align:center}.kc-fb-layout-2 .content-button,.kc-fb-layout-2 .content-desc,.kc-fb-layout-2 .content-title{float:left;width:100%;padding:0 10px}.content-title{margin:25px 0 20px;font-size:20px;text-transform:uppercase;font-weight:700;color:#444}.content-desc{font-weight:400;margin-bottom:25px;color:rgba(86,86,86,.8);padding:0}.content-desc p{margin:0;color:rgba(86,86,86,.8)}.content-button a{display:inline-block;padding:7px 20px;text-transform:uppercase;background:#eee;color:#666;font-size:12px}.kc-fb-layout-2 .content-button{margin-bottom:30px}.kc-fb-layout-2 .content-button a:hover{background:#42BCE2;color:#fff}.kc-fb-layout-3{display:-webkit-flex;display:flex}.kc-fb-layout-3 .content-icon{float:left}.kc-fb-layout-3 .content-icon i{font-size:29px;text-align:center}.kc-fb-layout-4 .content-position,.kc-fb-layout-5 .content-position{font-size:11px;color:#42BCE2;text-transform:uppercase}.kc-fb-layout-3 .box-right{padding-left:25px}.kc-fb-layout-3 .content-title{margin:0 0 15px}.kc-fb-layout-4 .content-image{float:left;width:50%}.kc-fb-layout-4 .box-right .content-button,.kc-fb-layout-5,.kc-testi-layout-1,.kc-testi-layout-2,.kc-testi-layout-3,.kc-testi-layout-4,.kc-testimo .content-desc,.kc-testimo .content-image,.kc-testimo .content-position,.kc-testimo .content-title{width:100%;float:left}.kc-fb-layout-4 .content-image img{float:left}.kc-fb-layout-4 .box-right{overflow:hidden;padding:0 0 0 20px}.kc-fb-layout-4 .content-title{margin:0 0 20px}.kc-fb-layout-4 .box-right .content-button a{float:left}.kc-fb-layout-5 .content-title{margin:0 0 15px}.kc-testi-layout-1{text-align:center}.kc-testi-layout-1 .content-image img{border-radius:50%}.kc-testi-layout-1 .content-desc{margin:30px 0 27px}.kc-testi-layout-1 .content-title{margin:0;font-size:18px}.kc-testi-layout-1 .content-position{color:#999;font-size:11px}.kc-testi-layout-2{background:#eee;padding:25px 20px 30px;border-radius:4px}.kc-testi-layout-2 .content-title{margin:0;color:#42BCE2;font-size:18px}.kc-testi-layout-2 .content-position{color:#999;font-size:11px}.kc-testi-layout-2 .content-desc{margin:15px 0 0}.kc-testi-layout-3{text-align:center;padding:0 0 30px}.kc-testi-layout-3 .content-title{margin:20px 0 0;color:#42BCE2;font-size:18px;padding:0 15px}.kc-testi-layout-3 .content-position{color:#999;font-size:11px;padding:0 15px}.kc-testi-layout-3 .content-desc{margin:15px 0 0;padding:0 15px}.kc-testi-layout-4 .content-image{padding-right:20px;float:left;width:40%}.kc-testi-layout-4 .content-image img{border-radius:50%;float:left}.kc-testi-layout-4 .box-right{overflow:hidden}.kc-testi-layout-4 .content-title{margin:0;font-size:18px}.kc-testi-layout-4 .content-desc{margin-bottom:20px}.kc-testi-layout-4 .content-position{color:#42BCE2;font-size:11px}.kc-testi-layout-5{float:left;width:100%}.kc-testi-layout-5 .content-image{padding-right:20px;float:left;width:auto;max-width:40%}.kc-testi-layout-5 .content-image img{border-radius:50%}.kc-testi-layout-5 .box-right{float:left}.kc-testi-layout-5 .content-title{margin:0;font-size:18px}.kc-pricing-tables{float:left;width:100%;overflow:hidden}.kc-pricing-layout-1{border-radius:10px;overflow:hidden;background:#42BCE2}.kc-pricing-layout-1 .header-pricing{float:left;width:100%;line-height:1.4}.kc-pricing-layout-1 .header-pricing .kc-pricing-price{float:left;width:100%;text-align:center}.kc-pricing-layout-1 .kc-pricing-price .content-price{padding-bottom:30px}.kc-pricing-layout-1 .header-pricing .kc-pricing-price span{font-weight:400;color:#fff;font-size:28px}.kc-pricing-layout-1 .header-pricing .kc-pricing-price span.content-duration{font-size:16px;color:#fff}.kc-pricing-layout-1 .header-pricing .content-title{float:left;width:100%;text-align:center;font-size:20px;margin:0;font-weight:700;text-transform:uppercase;color:#fff;background:rgba(0,0,0,.1);padding:15px 0}.kc-pricing-layout-1 .content-icon-header i{font-size:80px;color:#fff;margin-top:30px}.kc-pricing-layout-1 .content-desc{float:left;width:100%;list-style:none;margin:0;text-align:center;padding:0}.kc-pricing-tables .content-desc li:last-child{margin-left:0!important;margin-top:0!important;margin-right:0!important}.kc-pricing-tables .content-desc li:first-child{margin-left:0!important;margin-bottom:0!important;margin-right:0!important}.kc-pricing-layout-1 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#173d50}.kc-pricing-tables .content-desc li{border-left:0!important;border-right:0!important;list-style:none}.kc-pricing-tables .content-desc li:not(:last-child){border-bottom:0!important}.kc-pricing-layout-1 .content-desc li:nth-of-type(2n+1){background:#F1F3F5}.kc-pricing-layout-1 .content-button{float:left;width:100%;text-align:center;background:#42BCE2}.kc-pricing-layout-1 .content-button a{display:inline-block;margin-top:25px;margin-bottom:25px;background:rgba(0,0,0,.1);color:#fff}.kc-pricing-layout-1 .content-button a:hover{background:#fff;color:#42BCE2}.kc-pricing-layout-2 .header-pricing{float:left;width:100%;line-height:1.4}.kc-pricing-layout-2 .header-pricing .kc-pricing-price{float:left;width:100%;text-align:center;border-left:0!important;border-right:0!important}.kc-pricing-layout-2 .kc-pricing-price .content-price{padding-bottom:30px}.kc-pricing-layout-2 .header-pricing .kc-pricing-price span{color:#42BCE2;font-weight:300;font-size:60px}.kc-pricing-layout-2 .header-pricing .kc-pricing-price span.content-duration{font-size:16px;color:rgba(23,61,80,.4)}.kc-pricing-layout-2 .header-pricing .content-title{float:left;width:100%;text-align:center;font-size:18px;margin:0 0 3px;font-weight:700;text-transform:uppercase;color:#173d50;padding:30px 0 0}.kc-pricing-layout-2 .content-desc{float:left;width:100%;list-style:none;text-align:center;margin:0}.kc-pricing-layout-2 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#173d50}.kc-pricing-layout-2 .content-desc li:nth-of-type(2n+1){background:rgba(23,61,80,.06)}.kc-pricing-layout-2 .content-button{float:left;width:100%;text-align:center}.kc-pricing-layout-2 .content-button a{display:inline-block;margin-bottom:25px;margin-top:25px;background:#42BCE2;color:#fff;border:2px solid #42BCE2}.kc-pricing-layout-2 .content-button a:hover{background:#fff;color:#42BCE2}.kc-pricing-layout-3{float:left;width:100%;line-height:1.4;background:#42BCE2}.kc-pricing-layout-3 .kc-pricing-price{float:left;width:100%;text-align:center;padding:10px 0;background:rgba(255,255,255,.15)}.kc-pricing-layout-3 .kc-pricing-price span{font-weight:300;color:#fff;font-size:60px}.kc-pricing-layout-3 .kc-pricing-price span.content-duration{font-size:14px}.kc-pricing-layout-3 .content-title{float:left;width:100%;text-align:center;font-size:30px;font-weight:300;color:#fff;margin:0 0 15px;padding:30px 0;background:rgba(255,255,255,.15);text-transform:uppercase}.kc-pricing-layout-3 .content-desc{float:left;width:100%;list-style:none;margin:0;text-align:center}.kc-pricing-layout-3 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#fff}.kc-pricing-layout-3 .content-button{float:left;width:100%;text-align:center}.kc-pricing-layout-3 .content-button a{display:inline-block;padding:10px 20px;font-size:16px;font-weight:300;margin-top:25px;margin-bottom:25px;background:rgba(255,255,255,.15);color:#fff}.kc-pricing-layout-3 .content-button a:hover{background:#fff;color:#42BCE2}.kc-pricing-layout-4{border-radius:10px;overflow:hidden;background:#42BCE2}.kc-pricing-layout-4 .header-pricing{float:left;width:100%;line-height:1.4}.kc-pricing-layout-4 .header-pricing .kc-pricing-price{float:left;width:100%;text-align:center;padding-bottom:30px}.kc-pricing-price span{display:inline-block}.kc-pricing-layout-4 .kc-pricing-price span{font-weight:300;color:#fff;font-size:60px;display:inline-block}.kc-pricing-layout-4 .kc-pricing-price .content-price{line-height:60px;margin:0 5px}.kc-pricing-layout-4 .kc-pricing-price .content-duration{font-size:16px;color:rgba(255,255,255,.75);text-transform:uppercase;vertical-align:bottom}.kc-pricing-layout-4 .kc-pricing-price .content-currency{font-size:16px;vertical-align:top;color:rgba(255,255,255,.75)}.kc-pricing-layout-4 .content-title{float:left;width:100%;text-align:center;font-size:22px;margin:0;font-weight:300;text-transform:uppercase;color:#fff;padding:0 0 10px}.content-icon-header{float:left;width:100%;text-align:center}.content-icon-header i{display:inline-block}.kc-pricing-layout-4 .content-icon-header i{margin:30px 0;font-size:90px;text-align:center;color:#fff;background:rgba(255,255,255,.15);border-radius:50%;width:160px;height:160px;line-height:160px}.kc-pricing-layout-4 .content-desc{float:left;width:100%;list-style:none;margin:0;background:#fff;text-align:center}.kc-pricing-layout-4 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#173d50}.kc-pricing-layout-4 .content-desc li:nth-of-type(2n+1){background:#F1F3F5}.kc-pricing-layout-4 .content-button{float:left;width:100%;background:#fff;text-align:center}.kc-pricing-layout-4 .content-button a{display:inline-block;background:#42BCE2;margin-top:25px;margin-bottom:25px;color:#fff}.kc_facebook_recent_post .list-posts{background:#e9ebee}.kc_facebook_recent_post .list-posts li{border:1px solid;border-color:#e5e6e9 #dfe0e4 #d0d1d5;background:#fff;border-radius:3px}.kc_facebook_recent_post .list-posts li:last-child{margin-bottom:0}.kc_facebook_recent_post ul li.fb_mark_cls{background:url(../images/fb_loading.gif) left 20px center no-repeat;height:60px;border:1px dashed #E6E6E6;margin-bottom:15px;z-index:2;background-size:16px}.fb-header .fb-line-1,.fb-header .fb-line-2{z-index:11;position:relative;width:100%;float:left}.kc_facebook_recent_post ul{max-height:300px;overflow-y:auto}.kc_facebook_recent_post ul li{border-bottom:1px solid #E6E6E6}.kc_facebook_recent_post .fb-post-info span{margin-right:15px}.kc_facebook_recent_post .fb-post-info a{font-size:12px;box-shadow:none;border-bottom:0;color:#7f7f7f}.kc_facebook_recent_post img{margin-bottom:10px;max-width:100%}.kc_facebook_recent_post .fb-message{margin:0;font-size:13px;font-weight:400;line-height:1.38;overflow:hidden}.kc_shortcode .fb-button-profile{background-color:#4e69a2;border-radius:2px;border:1px solid;box-shadow:0 1px 1px rgba(0,0,0,.05);margin-top:15px;display:inline-block;text-align:center;color:#FFF;padding:5px 20px;text-decoration:none}.kc_shortcode .fb-button-profile:active,.kc_shortcode .fb-button-profile:hover{background-color:#4e69a2;color:#FFF;box-shadow:0 0 1px 2px rgba(88,144,255,.75),0 1px 1px rgba(0,0,0,.15);outline:0}.kc_shortcode .fb-button-profile:visited{color:#FFF}.kc_facebook_recent_post ul{border-top:0;padding:10px}.kc_facebook_recent_post ul li{padding:10px;margin-bottom:20px}.kc_facebook_recent_post .fb-post-info{margin-top:10px;padding-top:6px;border-top:1px solid #e5e5e5;line-height:1}.kc_facebook_recent_post .fb-post-infoa span{color:#7f7f7f;font-size:12px;font-weight:700;line-height:14px;text-transform:capitalize}.kc_facebook_recent_post .fb-post-infoa span:hover{color:#333}.fb-header{width:100%;height:130px;background-size:cover;position:relative}.fb-header .fb-line-1{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.9)}.fb-header .fb-line-2{display:block}.fb-line-1 .img-profile{width:54px;height:auto;margin:7px 10px 0 7px;border:2px solid #fff;float:left}.fb-line-1 .username{font-size:18px;font-weight:500;display:inline-block;line-height:35px;overflow:hidden}.fb-line-1 .likes{font-size:12px;line-height:1.358;overflow:hidden;display:block;margin-left:65px}.fb-line-2 .like_page,.fb-line-2 .share_page{background:#f6f7f8;padding:0 10px;margin-left:10px;margin-top:30px;display:inline-block;font-size:12px;line-height:22px;color:#4e5665;border-radius:1px;text-shadow:0 1px 0 #fff;box-shadow:0 1px 1px rgba(0,0,0,.05);font-weight:700;box-sizing:content-box;text-align:center;font-family:helvetica,arial,sans-serif}.fb-line-2 .share_page{margin-right:10px;margin-left:inherit;float:right}.fb-line-2 .share_page i{font-size:13px}.fb-line-2 .like_page i{font-size:13px;color:#3A5897}.overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);z-index:10}.kc_wrap_twitter .button_follow_wrap{padding:10px 15px;background:#e1e8ed}.kc_twitter_feed .owl-item{text-align:center}.kc_twitter_feed ul li{margin-bottom:20px;padding:10px;border:1px solid #E6E6E6;border-radius:2px;background:#fff}.kc_twitter_feed ul li:last-child{margin-bottom:0}.kc_twitter_feed .kc_tweet_icon i{display:block;margin-bottom:10px}.kc_twitter_feed .twitter-footer{font-size:12px;font-style:italic;margin-top:15px}.kc_twitter_style-1 .twitter-footer.show_avatar{margin-left:58px;border-top:1px solid #e5e5e5;padding-top:10px;line-height:1;padding-bottom:6px}.kc_twitter_feed .twitter-footer>span{margin-right:25px}.kc_twitter_feed .twitter-footer>span a{color:#aab8c2}.kc_twitter_feed .twitter-footer>span a:hover{color:#1da1f2}.kc_twitter_feed .twitter-footer>span:last-child{margin-right:0}.kc_twitter_feed a{color:#02A4BC}.kc_twitter_feed .tweet_user a{position:relative;line-height:21px;color:#333;cursor:pointer;background-color:#eee;border-radius:3px;box-sizing:border-box;text-decoration:none;font-size:13px;font-weight:700;display:inline-block;border:1px solid #ccc;background-image:linear-gradient(#fff,#dedede)}.kc-blog-posts-2 .kc-list-item-2 .post-title-alt a:hover,.kc-blog-posts-3 .kc-list-item-3 .entry-meta a:hover,.kc-blog-posts-4 .kc-list-item-4 .post-meta a:hover{text-decoration:underline}.kc_twitter_feed .tweet_user a:hover{color:#333;background-color:#d9d9d9;background-image:linear-gradient(#f8f8f8,#d9d9d9);border-color:#bbb}.kc_twitter_feed .kc_tweet_icon{font-size:40px;display:block}.kc_twitter_feed .tweet_desc .user_twitter{width:48px;height:48px;display:inline-block;float:left}.kc_twitter_feed .description,.kc_twitter_feed .user_twitter span{display:block}.kc_twitter_follow i{margin-right:5px;color:#1b95e0;font-size:20px}.kc_twitter_feed .kc_twitter_follow{line-height:25px;float:right;padding:2px 5px}.tweet_reply a i,.tweet_retweet a i{font-size:17px}.kc_twitter_feed.kc_twitter_style-1 .kc_tweet_icon{float:left}.kc_twitter_feed.kc_twitter_style-1 .tweet_desc.show_avatar{margin-left:58px}.kc_twitter_feed.kc_twitter_style-1 .tweet_desc .user_twitter{margin-left:-58px}.kc_twitter_feed .user_twitter{text-align:left}.kc_twitter_feed .user_twitter img{float:left;margin-right:10px;border-radius:5px}.kc_twitter_feed .tweet_desc .name{font-weight:800}.kc_twitter_feed .tweet_desc .screen_name{color:#8899a6}.kc_twitter_feed .tweet_user{display:inline-block;width:100%;margin-bottom:0;padding-bottom:20px}.kc_counter_box h4,.kc_counter_box i{margin-bottom:15px}.kc_wrap_twitter .result_twitter_feed{overflow-y:auto;padding:20px 15px;border:1px solid #e9eaed;height:350px;background:#F5F8FA}.kc_twitter_style-2 .button_follow_wrap{display:none}.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter{float:none;display:block;margin-right:0;text-align:center;width:100%}.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter img{margin-right:0;float:none}.kc_twitter_feed.kc_twitter_style-2.tweet_desc span{display:block}.kc_twitter_feed.kc_twitter_style-2 .tweet_desc{text-align:center}.kc_twitter_feed.kc_twitter_style-2 .tweet_user{text-align:center;margin-top:20px;border:none}.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow{float:none}.kc-pie-chart-wrapper,.kc_counter_box{text-align:center}.kc_counter_box .counterup{display:block;font-size:40px;font-weight:700;line-height:40px}.kc_counter_box i{display:inline-block;font-size:45px}.kc_box_wrap .one-second,.kc_box_wrap .one-third,.kc_box_wrap .two-third{float:left;padding-left:15px;padding-right:15px}.kc_box_wrap .one-third{width:33.3%}.kc_box_wrap .one-second{width:50%}.kc_box_wrap .two-third{width:66.7%}.kc-owl-post-carousel .owl-item{padding-right:20px}.kc-owl-post-carousel .owl-item .kc-read-more{font-size:13px;padding:9px 30px;border-radius:25px;white-space:nowrap;border:1px solid #e3e3e3;transition:all .3s ease}.kc-owl-post-carousel .owl-item .kc-read-more:hover{background:#ccc;border:0}.kc-owl-post-carousel .owl-item .footer-button{padding:15px 0;text-align:center}.kc-owl-post-carousel .owl-item .list-item{box-shadow:0 0 0 1px rgba(224,224,224,.5) inset;text-align:center;padding-bottom:25px}.kc-owl-post-carousel .in-post-content{text-align:justify}.kc-owl-post-carousel .owl-item .image{margin-bottom:20px;position:relative}.kc-owl-post-carousel .owl-item .image .caption{background:rgba(0,0,0,.5);display:block;position:absolute;left:0;bottom:0;padding:5px 10px;margin:0;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.kc_single_image,.kc_single_image figure{position:relative}.kc-owl-post-carousel .owl-item .image .caption a{color:#FFF;font-size:16px}.kc-owl-post-carousel .owl-item .title{overflow:hidden;padding:20px 12px 0}.kc-owl-post-carousel .owl-item .in-post-content{padding:0 15px}.kc-owl-post-carousel .owl-item .kc-entry_meta{margin-bottom:10px;font-size:80%}.list-post-type .list-item{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #dbdbdb;float:left;width:100%}.list-post-type .list-item figure{float:left;width:100%;margin-bottom:25px}.list-post-type .list-item img{display:block;max-width:100%}.list-post-type .list-item h3{float:left;width:100%;margin-bottom:6px}.list-post-type .list-item h3 a{display:block;color:#272727;font-size:24px;transition:all .3s ease 0s}.list-post-type .list-item h3 a:hover{color:#42BCE2}.kc-read-more{float:left;padding:7px 30px;border:1px solid #e4e4e4;border-radius:30px;font-weight:600;color:#505050;transition:all .3s ease 0s}.kc-read-more:hover{background:#42BCE2;border-color:#42BCE2;color:#fff}.kc-entry_meta>span{margin-right:13px;font-size:12px;font-weight:500}.kc-entry_meta>span i{color:#42BCE2}.kc-entry_meta>span a{color:#7a7a7a;transition:all .3s ease 0s}.kc-entry_meta>span a:hover{color:#42BCE2}.kc-carousel-images .progressBar{width:100%;background:#EDEDED}.kc-carousel-images .progressBar .bar{width:0;max-width:100%;height:4px;background:#7fc242}.kc_accordion_section.group{padding-bottom:8px}.entry-content a{box-shadow:none}.kc_accordion_content{border-bottom:1px solid #eaeaea;border-top:none!important;float:left;width:100%}.kc_single_image{max-width:100%;width:100%;line-height:0}.kc_single_image>a{width:100%;float:left;position:relative}.kc_single_image p{margin:10px 0;float:left;width:100%}.kc_image_empty{max-width:100%}.kc-image-overlay{width:100%;height:100%;position:absolute;top:0;left:0;transition:all .6s ease;opacity:0}.kc-image-overlay i{font-size:25px;color:#fff;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:all .3s ease;border:2px solid #fff;width:50px;height:50px;text-align:center;line-height:50px}.kc-image-overlay:hover i{border-radius:10px}.kc_single_image:hover .kc-image-overlay{background:rgba(58,52,42,.7);opacity:1}.list-post-type .kc-entry_meta span.tags-links{display:inline!important}.kc-icon-wrapper i,.list-post-type .kc-read-more{display:inline-block}.kc-entry_meta{float:left;width:100%;padding-bottom:15px}.list-post-type .text{float:left;width:100%;margin-bottom:20px}.kc-entry_meta i{margin-right:5px}.kc-sync2.owl-carousel.owl-theme{margin-top:10px}.kc-sync2 .owl-item.synced .item img{border:1px solid #869791}.kc-carousel-no-images{padding:20px 0}.kc-icon-wrapper i{color:#42BCE2;font-size:16px;text-align:center;line-height:1em;transition:background-color .3s ease 0s,color .3s ease 0s,border-radius .3s ease 0s}.kc-multi-icons-wrapper i{width:1em;height:1em;text-align:center;color:#fff;font-size:20px}.kc-multi-icons-wrapper a{padding:10px;margin:3px;background:#1E73BE;line-height:1;display:inline-block;border-radius:3px}.kc-multi-icons-wrapper a:last-child{margin-right:0!important}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div{position:absolute;top:50%;width:40px;height:50px;margin-top:-25px;background:0 0;opacity:0;left:50px;color:transparent;transition:all .3s ease;padding:0;z-index:9}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next{right:50px;left:initial}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before{content:"\e605";color:#999;transition:all .6s ease;font-family:simple-line-icons;font-size:50px;line-height:50px;font-weight:100}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"\e606"}.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div{opacity:1;left:15px}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:hover:before{color:#666}.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div.owl-next{right:15px;left:initial}.owl-nav-round.owl-theme .owl-controls .owl-buttons div{position:absolute;top:50%;width:40px;height:40px;margin-top:-25px;background:#fafafa;opacity:0;left:50px;color:transparent;transition:all .3s ease;padding:0;border:1px solid #aaa;border-radius:100%}.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next{right:50px;left:initial}.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before{content:"\e605";color:#999;transition:all .6s ease;font-family:simple-line-icons;font-size:20px;line-height:40px;font-weight:100;width:40px;height:40px;text-align:left;display:block;padding-left:8px;margin-top:-1px}.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"\e606";padding-right:8px;text-align:right}.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div{opacity:1;left:15px}.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover{background:#FFF}.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover:before{color:#666}.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next{right:15px;left:initial}@keyframes kc-spinner{0%{transform:scale(1) rotate(0)}100%{transform:scale(1) rotate(720deg)}}.kc-title-wrap{width:100%}.image_fadein_slider{display:inline-block;width:100%}.image_fadein_slider .image_fadein{display:inline-block;width:100%;position:relative}.image_fadein_slider img{position:absolute;top:0;left:0;max-width:100%;opacity:0;transition:all ease 650ms}.image_fadein_slider img.active{position:relative;opacity:1;transition:all ease 850ms}.image_fadein_slider .image_fadein.fast img{position:absolute;top:0;left:0;max-width:100%;opacity:0;transition:all ease 350ms}.image_fadein_slider .image_fadein.fast img.active{position:relative;opacity:1;transition:all ease 550ms}.image_fadein_slider .image_fadein.slow img{position:absolute;top:0;left:0;max-width:100%;opacity:0;transition:all ease 950ms}.image_fadein_slider .image_fadein.slow img.active{position:relative;opacity:1;transition:all ease 1.15s}.kc-blog-posts-4{width:calc(100% + 30px)!important;margin-left:-15px;margin-right:-15px}.kc-blog-posts-4 .kc-list-item-4{float:left;width:100%;position:relative}.kc-blog-posts-4 .item{padding:0 15px}.meta-title{position:absolute;left:0;bottom:0;background:linear-gradient(to bottom,rgba(101,100,96,0) 0,rgba(0,0,0,.35) 50%,rgba(0,0,0,.35) 100%);padding:20px}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header{float:left;width:100%}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header>a{float:left;width:100%;overflow:hidden}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header>a img{display:block}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-meta a.date-link{margin-left:7px}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-meta a.date-link:before{content:'|';margin-right:7px}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header a img{-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-ms-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.divider_line2 i,.divider_line3 .line_text{left:50%;top:50%;transform:translate(-50%,-50%)}.kc-blog-posts-4 .kc-list-item-4 .post-meta{text-transform:uppercase;font-size:12px;color:#fff;float:left;width:100%}.kc-blog-posts-4 .kc-list-item-4 .post-meta a{text-transform:capitalize;font-size:12px;color:#fff}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt{float:left;width:100%;line-height:1.4;margin:4px 0 10px;font-size:18px;font-weight:700;text-transform:uppercase}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a{color:#fff}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a:hover{color:#42BCE2}.kc-blog-posts-1 .kc-list-item-1{position:relative;min-height:200px}.kc-blog-posts-1 .kc-list-item-1 figure{width:100%;display:inline-block}.kc-blog-posts-1 .kc-list-item-1 .post-details{position:absolute;padding:40px 20px 30px;width:100%;bottom:0;text-align:left;background:rgba(255,255,255,.7)}.kc-blog-posts-1 .kc-list-item-1 .post-title-alt{margin:0 0 15px}.kc-blog-posts-1 .kc-list-item-1 .post-title-alt a{color:#000;display:block;font-size:22px;text-transform:uppercase}.kc-blog-posts-1 .kc-list-item-1 .post-title-alt a:hover{color:#555}.kc-blog-posts-1 .kc-list-item-1 .post-date{margin-bottom:10px;color:#999;font-size:12px;font-style:italic}.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author{margin-right:8px;padding-right:8px;border-right:1px solid #ddd}.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats{margin-left:8px;padding-left:8px;border-left:1px solid #ddd}.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author a,.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats a{color:#333}.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author a:hover,.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats a:hover{color:#000}.kc-blog-posts-1 .kc-list-item-1 .post-details .btn{display:inline-block;font-size:12px;padding:10px 20px;line-height:1;color:#272727;text-transform:uppercase;border:2px solid #42BCE2}.kc-blog-posts-1 .kc-list-item-1 .post-details .btn:hover{background:#42BCE2;color:#fff}.kc-blog-posts-2 .kc-list-item-2{float:left;width:100%;border:1px solid #ddd;padding:20px;margin-bottom:30px}.kc-blog-posts-2 .kc-list-item-2 .post-item-left{float:left;width:50%;padding-right:30px}.kc-blog-posts-2 .kc-list-item-2 .post-item-left>p,.kc-blog-posts-2 .kc-list-item-2 .post-item-right>p{font-size:14px;color:#666;float:left;width:100%;margin-bottom:15px}.kc-blog-posts-2 .kc-list-item-2 .post-item-right{float:left;width:50%}.kc-blog-posts-2 .kc-list-item-2 .post-title-alt{margin:0 0 20px;float:left;width:100%;font-weight:700;text-transform:uppercase;font-size:20px}.kc-blog-posts-2 .kc-list-item-2 .post-title-alt a{display:block;color:#333}.kc-blog-posts-2 .kc-list-item-2 .post-meta{float:left;width:100%;margin-bottom:20px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;line-height:38px}.kc-blog-posts-2 .kc-list-item-2 .post-meta span{float:left;margin-right:15px;font-size:12px}.kc-blog-posts-2 .kc-list-item-2 .post-meta span i{margin-right:5px;color:#42BCE2;font-size:12px}.kc-blog-posts-2 .kc-list-item-2 .post-meta span a{color:#999}.kc-blog-posts-2 .kc-list-item-2 .post-meta span a:hover{color:#000}.kc-blog-posts .kc-post-2-button{float:left;padding:10px 20px;border:1px solid #ddd;border-radius:2px;color:#000;font-size:12px;line-height:1}.kc-blog-posts .kc-post-2-button:hover{border-color:#42BCE2;background:#42BCE2;color:#fff}.kc-blog-posts-3.kc-blog-grid{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-1{width:100%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2{width:50%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3{width:33.33333333333%;padding:0 15px;float:left}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4{width:25%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-5{width:20%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-6{width:16.5%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid img{max-width:100%;transition:all .3s ease 0}.kc-blog-posts-3 .kc-list-item-3{float:left;width:100%;margin-bottom:30px}.kc-blog-posts-3 .kc-list-item-3>a{float:left;width:100%}.kc-blog-posts-3 .kc-list-item-3>a img{display:block}.kc-blog-posts-3 .kc-list-item-3 .content{float:left;width:100%;padding:26px;box-shadow:0 1px 4px 0 rgba(0,0,0,.14)}.kc-button-7 a:hover,.kc-button-9 a:hover{box-shadow:0 11px 3px -7px #ccc!important}.kc-blog-posts-3 .kc-list-item-3 .entry-thumb-link:hover img{opacity:.4}.kc-blog-posts-3 .kc-list-item-3 .entry-meta{text-transform:uppercase;font-size:12px;color:#b4b4b4;float:left;width:100%;margin:5px 0 10px}.kc-blog-posts-3 .kc-list-item-3 .entry-meta .entry-date,.kc-blog-posts-3 .kc-list-item-3 .entry-meta .kc-post-author{padding-right:7px;margin-right:7px;border-right:1px solid #e4e4e4}.kc-blog-posts-3 .kc-list-item-3 .entry-meta a{text-transform:capitalize;font-size:12px;color:#42BCE2}.kc-blog-posts-3 .kc-list-item-3 .post-title-alt{float:left;width:100%;line-height:1.4;margin:0;font-size:18px;font-weight:700;text-transform:uppercase;position:relative}.kc-blog-posts-3 .kc-list-item-3 .post-content p{color:#7a7a7a;line-height:26px;font-size:14px}.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a{color:#272727}.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a:hover{color:#42BCE2}.kc-blog-posts-3 .kc-list-item-3 .entry-excerpt p{font-size:14px;color:#888}.divider_line{float:left;width:100%;margin-top:30px;margin-bottom:30px}.divider_line .divider_inner{display:inline-block;width:100%;border-bottom:1px solid #ccc;border-top:0!important;border-left:0!important;border-right:0!important}.divider_line2{height:1px;position:relative}.divider_line2 i{color:#fff;width:27px;height:27px;border-radius:100%;background-color:#d3d3d3;text-align:center;vertical-align:middle;line-height:27px;position:absolute}.divider_line3{position:relative}.divider_line3 .line_text{text-transform:uppercase;background:#fff;padding:0 10px;position:absolute}.message-boxes i{margin-right:7px;float:left}.message-box-wrap{padding:20px;border-radius:0;border:2px solid #eee;font-size:14px}.kc-close-but{width:10px;height:10px;float:right;border:none;margin:8px;cursor:pointer;font-size:0;background:url(../images/icon-remove.png) center top no-repeat;text-indent:-9999px}button.kc-close-but:hover{background-color:rgba(51,51,51,0)}.kc-filters-alignCenter{margin-top:30px;margin-bottom:30px;text-align:center;font-size:12px;font-weight:400;line-height:21px;color:#DADADA}.kc-filter-item{color:#949494;cursor:pointer;font:400 13px/21px "Open Sans",sans-serif;padding:0 12px;transition:all .3s ease-in-out;position:relative;overflow:visible;margin:0 0 10px;display:inline-block}.kc-filter-item-active.kc-filter-item{color:#4183d7}.kc-caption-zoom{float:left;position:relative;width:640px;height:360px;margin:0 auto;overflow:hidden}.kc-caption-defaultWrap{position:absolute;top:0;left:0}.kc-caption-defaultWrap img{transition:.4s ease}.kc-caption-zoom .kc-caption:hover .kc-caption-defaultWrap img{transform:scale(1.08)}.kc-caption-activeWrap{width:100%;z-index:2;height:100%}.kc-caption-zoom .kc-caption:hover .kc-caption-activeWrap{position:absolute;opacity:1}.kc-caption-activeWrap .kc-caption-body{padding:12px 30px;text-align:center}.kc-caption-zoom .kc-caption-activeWrap .kc-caption-body{padding-top:120px}.kc-caption-body .kc-caption-title{color:#fff;font-size:16px;font-weight:400;line-height:21px}.kc-caption-body .kc-caption-desc{color:#aaa;font-size:12px;font-weight:400;line-height:16px}.kc-caption-zoom .kc-caption-activeWrap{opacity:0;top:0;background-color:rgba(0,0,0,.9);transition:opacity .8s cubic-bezier(.19,1,.22,1)}.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter{bottom:125%}.kc_tooltip{position:relative;display:inline-block;border-bottom:initial}.kc_tooltip span{background:#454545;border-radius:3px;bottom:117%;color:#fff;font-size:14px;left:50%;position:absolute;width:200px;z-index:9999;margin:0!important;padding:10px;text-align:center;transform:translateX(-50%);transition:all .3s ease-in-out 0s;opacity:0;visibility:hidden}.kc_tooltip .fati17{width:50px;height:50px;color:#fff;font-size:27px;display:inline-block;vertical-align:middle;line-height:50px;border-radius:100%;text-align:center;background-color:#181818;transition:all .3s ease 0s}.kc_tooltip[data-position=top] span:before{background:#454545;z-index:-1;bottom:-9px;content:"";left:50%;display:block;height:10px;width:10px;position:absolute;border-width:10px;margin-left:-9px;transform:rotate(45deg) translateY(-50%)}.kc_tooltip[data-position=right] span:before{background:#454545;z-index:-1;top:50%;margin:0!important;content:"";left:-8px;display:block;height:10px;width:10px;position:absolute;border-width:10px;transform:rotate(45deg) translateY(-50%)}.kc_tooltip[data-position=right] span,.kc_tooltip[data-position=left] span{bottom:initial!important;top:50%;transform:translateY(-50%)}.kc_tooltip[data-position=bottom] span:before{background:#454545;z-index:-1;content:'';left:50%;margin-left:-10px;top:0;display:block;height:10px;width:10px;position:absolute;border-width:10px;transform:rotate(45deg) translateY(-50%)}.kc_tooltip[data-position=bottom] span{transform:translateX(-50%)}.kc_tooltip[data-position=left] span:before{background:#454545;top:50%;margin:0;content:" ";right:0;display:block;height:10px;width:10px;position:absolute;border-width:10px;transform:rotate(45deg) translateY(-50%)}.but_large1{color:#fff;padding:18px 50px;background-color:'. $bg_color .';border-radius:3px;transition:all .3s ease;white-space:nowrap}.but_large1:hover{color:#fff;background-color:#2a363f}.kc_tooltip:hover span{opacity:1;visibility:visible}.content-button a{transition:all .3s ease 0s}.kc_tooltip.style2 img{display:block}.kc-image-hover-effects{position:relative;overflow:hidden}.kc-image-hover-effects>a{float:left;width:100%}.kc-image-hover-effects .overlay-effects{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;background:rgba(0,0,0,.4);text-align:center}.kc-image-hover-effects .overlay-effects,.kc-image-hover-effects .overlay-effects .content-button a,.kc-image-hover-effects .overlay-effects .content-desc,.kc-image-hover-effects .overlay-effects .content-title,.kc-image-hover-effects a img{transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s}.kc-image-hover-effects img{float:left;max-width:100%;transition:all .3s ease 0s}.kc-image-hover-effects .overlay-effects .content-title{color:#fff;text-transform:uppercase;font-size:25px;font-weight:600;margin:20px 0 15px}.kc-image-hover-effects .overlay-effects .content-desc{color:rgba(255,255,255,.7)}.kc-img-effects-1:hover .overlay-effects{opacity:1}.kc-img-effects-1 .overlay-effects{display:-webkit-flex;display:flex;align-items:center;justify-content:center}.kc-img-effects-1 .overlay-effects .content-title{margin:0}.kc-img-effects-2 .overlay-effects{transform:scale(1.3) display: -webkit-flex;display:flex;align-items:center;justify-content:center;flex-direction:column}.kc-img-effects-2 .overlay-effects .content-title{margin:0 0 4px;font-size:20px}.kc-img-effects-2 .overlay-effects .content-desc{margin:0}.kc-img-effects-2:hover .overlay-effects{opacity:1;transform:scale(1)}.kc-img-effects-2:hover a img{transform:scale(1.2)}.kc-img-effects-3 .overlay-effects{padding:20px;text-align:left;display:-webkit-flex;display:flex;align-items:flex-end}.kc-img-effects-3 .overlay-effects .content-title{margin:0 0 7px;opacity:0;transform:translate(-40px,0)}.kc-img-effects-3 .overlay-effects .content-desc{margin:0;opacity:0;transform:translate(-40px,0);transition-delay:.15s}.kc-img-effects-3:hover .overlay-effects{opacity:1;transform:scale(1)}.kc-img-effects-3:hover .overlay-effects .content-desc,.kc-img-effects-3:hover .overlay-effects .content-title{opacity:1;transform:translate(0,0)}.kc-img-effects-4 .overlay-effects .content-desc,.kc-img-effects-4 .overlay-effects .content-title{opacity:0;transform:translate(0,-40px)}.kc-img-effects-4 .overlay-effects .content-button a{opacity:0}.kc-img-effects-4 .overlay-effects .content-desc{transition-delay:.2s}.kc-img-effects-4:hover .overlay-effects .content-desc,.kc-img-effects-4:hover .overlay-effects .content-title{opacity:1;transform:translate(0,0)}.kc-img-effects-4:hover a img{transform:scale(1.1)}.kc-img-effects-4:hover .overlay-effects,.kc-img-effects-4:hover .overlay-effects .content-button a{opacity:1}.kc-img-effects-5 .overlay-effects{padding:20px;text-align:left;display:-webkit-flex;display:flex;align-items:center;justify-content:center}.kc-button-7 a,.kc-button-8 a{line-height:40px;text-align:center}.kc-img-effects-5 .overlay-effects i{width:40px;height:40px;line-height:40px;background:rgba(255,255,255,.8);color:#333;text-align:center;font-size:14px;border-radius:50%}.kc-button-1 a,.kc-button-main a{border:2px solid #42BCE2;padding:10px 30px}.kc-img-effects-5:hover .overlay-effects{opacity:1}.kc-image-hover-effects.slide_bottom:hover img,.kc-image-hover-effects.slide_left:hover img,.kc-image-hover-effects.slide_right:hover img,.kc-image-hover-effects.slide_top:hover img{transform:none}.kc-image-hover-effects.slide_left .overlay-effects{opacity:1;background:#333;transform:translateX(-100%)}.kc-image-hover-effects.slide_right .overlay-effects{opacity:1;background:#333;transform:translateX(100%)}.kc-image-hover-effects.slide_top .overlay-effects{opacity:1;background:#333;transform:translateY(-100%)}.kc-image-hover-effects.slide_bottom .overlay-effects{opacity:1;background:#333;transform:translateY(100%)}.kc-image-hover-effects.slide_bottom:hover .overlay-effects,.kc-image-hover-effects.slide_left:hover .overlay-effects,.kc-image-hover-effects.slide_right:hover .overlay-effects,.kc-image-hover-effects.slide_top:hover .overlay-effects{transform:translate(0,0)}.kc-image-hover-effects.push_bottom .overlay-effects,.kc-image-hover-effects.push_left .overlay-effects,.kc-image-hover-effects.push_right .overlay-effects,.kc-image-hover-effects.push_top .overlay-effects{background:#333;opacity:1}.kc-image-hover-effects.push_bottom img,.kc-image-hover-effects.push_left img,.kc-image-hover-effects.push_right img,.kc-image-hover-effects.push_top img{z-index:2;position:relative}.kc-image-hover-effects.push_left:hover img{transform:translateX(100%)}.kc-image-hover-effects.push_right:hover img{transform:translateX(-100%)}.kc-image-hover-effects.push_top:hover img{transform:translateY(100%)}.kc-image-hover-effects.push_bottom:hover img{transform:translateY(-100%)}.kc-image-hover-effects.zoom_in img{transform:scale(1)}.kc-image-hover-effects.zoom_in:hover img,.kc-image-hover-effects.zoom_out img{transform:scale(1.2)}.kc-image-hover-effects.zoom_out:hover img{transform:scale(1)}.kc-image-hover-effects.tranlate{overflow:inherit}.kc-image-hover-effects.tranlate .overlay-effects{background:#333;transition:all .3s ease 0s}.kc-image-hover-effects.tranlate:hover .overlay-effects{top:15px;left:15px}.kc-image-hover-effects.overlay_scale_in .overlay-effects{transition:all .3s ease 0s;background:#333;transform:scale(.75)}.kc-image-hover-effects.overlay_scale_in:hover .overlay-effects{transform:scale(1)}.kc-image-hover-effects.overlay_scale_out .overlay-effects{transition:all .3s ease 0s;background:#333;transform:scale(1)}.kc-image-hover-effects.overlay_scale_out:hover .overlay-effects{transform:scale(.9)}.kc-pro-button a{display:inline-block;transition:all .3s;text-transform:uppercase}.kc-button-2 a:after,.kc-button-3 a:after{content:'';top:0;left:0;transition:all .3s ease 0s}.kc-button-main a{color:#fff;background:#42BCE2}.kc-button-1 a,.kc-button-main a:active,.kc-button-main a:hover{background:#fff;color:#42BCE2}.kc-button-1 a{z-index:1}.kc-button-1 a:hover{border-radius:10px;border-style:dotted;color:#42BCE2}.kc-button-2 a,.kc-button-3 a{border:2px solid #42BCE2;padding:10px 30px}.kc-button-2 a{color:#fff;background:#42BCE2;position:relative;z-index:1}.kc-button-2 a:after{position:absolute;width:0;height:100%;background:#fff;z-index:-1}.kc-button-2 a:hover{color:#42BCE2}.kc-button-2 a:active:after,.kc-button-2 a:hover:after{width:100%}.kc-button-3 a{color:#fff;background:#42BCE2;z-index:1;overflow:hidden;position:relative}.kc-button-3 a:after{position:absolute;width:100%;height:0;background:#fff;z-index:-1}.kc-button-3 a:hover{color:#42BCE2}.kc-button-3 a:hover:after{height:100%}.kc-button-4 a{border:3px solid #42BCE2;color:#fff;background:#42BCE2;z-index:1;overflow:hidden;position:relative;padding:10px 30px}.kc-button-4 a:after,.kc-button-4 a:before{width:0;position:absolute;content:'';height:100%;top:0;background:#fff;transition:all .3s ease 0s;z-index:-1}.kc-button-4 a:after{left:50%}.kc-button-4 a:before{right:50%}.kc-button-5 a,.kc-button-6 a{background:#42BCE2;padding:10px 30px}.kc-button-4 a:hover{color:#42BCE2}.kc-button-4 a:hover:after,.kc-button-4 a:hover:before{width:100%}.kc-button-5 a{color:#fff}.kc-button-5 a:hover{color:#fff;animation-name:pulse;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:1}.creative_icon_right{margin:0 0 0 4px}.creative_icon_left,.kc-button-6 a .creative_icon_left i{margin:0 4px 0 0}.kc-button-6 a,.kc-button-6 a:hover{color:#fff}.kc-button-6 a .creative_icon_right i{margin:0 0 0 4px}.kc-button-6 a:hover span i{color:#fff;animation-name:bounce;animation-duration:.6s;animation-timing-function:linear}.kc-button-7 a{color:#fff;position:relative;background-color:#3fa962;border:1px solid rgba(255,255,255,.15);letter-spacing:.2px;min-height:40px;overflow:visible;display:inline-block;transition:all .25s ease-in-out;padding:3px 25px}.kc-button-10 a,.kc-team,.kc-team-2 .box-right,.kc-team-3{overflow:hidden}.kc-button-7 a:after,.kc-button-7 a:before{content:"";display:block;position:absolute;width:20%;height:30%;transition:all .3s ease 0s}.kc-button-7 a:before{border-top:2px solid rgba(255,255,255,.8);border-left:2px solid rgba(255,255,255,.8);left:5px;top:5px}.kc-button-7 a:after{border-bottom:2px solid rgba(255,255,255,.8);border-right:2px solid rgba(255,255,255,.8);bottom:5px;right:5px}.kc-button-7 a i{margin-left:6px}.kc-button-7 a .creative_icon_left i{margin:0 6px 0 0}.kc-button-7 a:hover{color:#fff}.kc-button-7 a:hover:after,.kc-button-7 a:hover:before{width:calc(100% - 10px);height:calc(100% - 10px)}.kc-button-8 a{color:#fff;position:relative;background-color:#42BCE2;letter-spacing:.2px;min-height:40px;display:inline-block;transition:all .25s ease-in-out;padding:8px 34px;border-radius:30px;text-transform:capitalize}.kc-button-8 a .creative_title,.kc-button-8 a i,.kc-button-9 a{transition:all .3s ease 0s}.kc-button-8 a .creative_icon_right i{margin:0 0 0 4px}.kc-button-8 a:hover .creative_icon_right i{margin:0 0 0 15px}.kc-button-8 a .creative_icon_left i{margin:0 4px 0 0}.kc-button-8 a:hover .creative_icon_left i{margin:0 15px 0 0}.kc-button-8 a:hover .creative_title,.kc-button-8 a:hover i{color:#fff}.kc-button-9 a{padding:10px 30px;color:#fff;position:relative;background:#42BCE2;transform-style:preserve-3d}.kc-button-9 a:hover,.kc-button-9 a:hover:before{transform:translateY(-5px)}.kc-button-9 a:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);transition-property:transform,opacity}.kc-button-9 a:hover{color:#fff}.kc-button-10 a{padding:10px 30px;color:#fff;position:relative;background:#42BCE2;transition:all .3s ease 0s}.kc-button-10 a:after{background:#fff;content:"";height:155px;left:-75px;opacity:.2;position:absolute;top:-50px;transform:rotate(35deg);transition:all 550ms cubic-bezier(.19,1,.22,1);width:50px}.kc-team-3,.kc-video-bg{position:relative}.kc-button-10 a:hover{color:#fff}.kc-button-10 a:hover:after{left:120%;transition:all 550ms cubic-bezier(.19,1,.22,1)}.kc-infobox-default{float:left;padding:60px 60px 80px;text-align:left;background-color:#fff;border:1px solid #eee;transition:all .3s ease;width:100%}.kc-infobox-default i{font-size:30px;color:#272727;padding-bottom:32px}.kc-infobox-1 h3,.kc-infobox-default h3{font-size:16px;font-style:normal;line-height:23px}.kc-infobox-default h3{margin-bottom:20px;font-weight:600}.kc-infobox-default.active,.kc-infobox-default:hover{background-color:#42BCE2;transition:all .3s ease}.kc-infobox-default.active,.kc-infobox-default.active h5,.kc-infobox-default.active i,.kc-infobox-default:hover,.kc-infobox-default:hover h5,.kc-infobox-default:hover i{color:#fff}.kc-infobox-1 h3{font-weight:700;text-align:left;text-transform:uppercase;margin-bottom:12px;display:inline-block}.kc-infobox-1 i{color:#42BCE2;font-size:22px;padding-right:16px;padding-top:2px;float:left}.kc-infobox-1 p{float:left;margin:8px 0 16px;width:100%}.kc-infobox-1 .kc-infobox-button1{color:#272727;font-size:12px;font-weight:400;text-transform:uppercase;transition:all .3s ease;float:left}.kc-infobox-1 .kc-infobox-button1:hover{color:#727272}.kc-dropcaps .dropcaps-text{position:relative;display:inline-block;float:left;height:45px;width:45px;line-height:45px;font-size:40px;background:#42BCE2;color:#fff;font-weight:700;text-align:center;margin:5px 18px 0 0}.kc-call-to-action{background:#fafafa;padding:30px 50px;display:table;width:100%}.kc-call-to-action .kc-cta-desc h2,.kc-call-to-action .kc-cta-text{margin:0 0 20px}.kc-call-to-action .kc-cta-button a{background:#34495e;text-transform:uppercase;color:#fff;float:right;padding:10px 25px;transition:all .3s ease 0s}.kc-call-to-action .kc-cta-button a:hover{background-color:#ff2a40}.kc-call-to-action.kc-cta-2 .kc-cta-button a{float:none;display:inline-block}.kc-cta-3.kc-is-button .kc-cta-desc{width:75%;display:table-cell;vertical-align:middle}.kc-cta-3 .kc-cta-text p{margin:0}.kc-cta-3 .kc-cta-button{width:25%;display:table-cell;vertical-align:middle}.kc-cta-1,.kc-cta-2,.kc-image-hover-effects,.kc-team{width:100%;float:left}.kc-cta-3 .kc-cta-button a{display:inline-block}.kc-cta-1 .kc-cta-button{float:left}.kc-cta-1 .kc-cta-button a{display:block}.kc-cta-2{text-align:center}.kc-team{text-align:center;transition:all .3s ease 0s}.kc-team .content-socials a{text-align:center;display:inline-block;margin:0 5px 25px;width:35px;height:35px;font-size:18px;color:#fff;border:1px solid #42BCE2;background-color:#42BCE2;border-radius:2px;line-height:35px}.kc-team .content-socials{float:left;width:100%}.kc-team.kc-team-3 .content-socials{margin-top:25px}.content-subtitle{float:left;width:100%}.kc-team .content-desc{margin:0 0 20px;float:left;width:100%}.kc-team-2{text-align:left}.kc-team-2 .content-title{margin:0;float:left;width:100%}.kc-team-2 .content-image{float:left;max-width:35%;padding-right:20px}.kc-team-3 .content-image img{float:left}.kc-team-2 .content-desc{margin:13px 0 20px}.kc-team-3:hover .overlay{transform:translateY(0);opacity:1}.kc-team-3 .overlay{width:100%;height:100%;padding-top:30px;opacity:0;transition:all .3s ease 0s;transform:translateY(100%);background:rgba(0,0,0,.4)}.kc-team-3 .content-subtitle,.kc-team-3 .content-title{color:#fff}.kc-team-3 .content-desc{margin:0 0 25px;color:rgba(255,255,255,.8)}@media only screen and (max-width:479px){.kc-blog-posts-2 .kc-list-item-2 .post-item-left,.kc-blog-posts-2 .kc-list-item-2 .post-item-right,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4{width:100%}div.dark_rounded .pp_content_container .pp_left,div.dark_rounded .pp_content_container .pp_right{padding:0}div.pp_pic_holder{width:85%!important;left:7.5%!important}div.dark_rounded .pp_content,div.pp_pic_holder img{width:100%!important;height:auto!important}}@media only screen and (min-width:480px) and (max-width:999px){.kc-blog-posts-2 .kc-list-item-2 .post-item-left,.kc-blog-posts-2 .kc-list-item-2 .post-item-right,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4{width:50%}}


/*https://oporahealth.com/wp-content/plugins/kingcomposer/assets/css/animate.css?ver=2.11*/
@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
@media screen and (min-width: 768px){ 
.kc-animated{opacity:0;}.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.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-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,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.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(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.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(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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 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 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(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.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(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.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{-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 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 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 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 zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-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}}

/*https://oporahealth.com/wp-content/plugins/kingcomposer/assets/css/icons.css?ver=2.11*/
@font-face {
    font-family: 'et-line';
    src:url('../assets/fonts/et-line.eot');
    src:url('../assets/fonts/et-line.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/et-line.woff') format('woff'),
        url('../assets/fonts/et-line.ttf') format('truetype'),
        url('../assets/fonts/et-line.svg#et-line') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*====================Start Et Line==================*/
[class^="et-"], [class*=" et-"], [class^="et-"]:before, [class*=" et-"]:before {
    font-family: 'et-line';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
}
.et-mobile:before{content:"\e000"}.et-laptop:before{content:"\e001"}.et-desktop:before{content:"\e002"}.et-tablet:before{content:"\e003"}.et-phone:before{content:"\e004"}.et-document:before{content:"\e005"}.et-documents:before{content:"\e006"}.et-search:before{content:"\e007"}.et-clipboard:before{content:"\e008"}.et-newspaper:before{content:"\e009"}.et-notebook:before{content:"\e00a"}.et-book-open:before{content:"\e00b"}.et-browser:before{content:"\e00c"}.et-calendar:before{content:"\e00d"}.et-presentation:before{content:"\e00e"}.et-picture:before{content:"\e00f"}.et-pictures:before{content:"\e010"}.et-video:before{content:"\e011"}.et-camera:before{content:"\e012"}.et-printer:before{content:"\e013"}.et-toolbox:before{content:"\e014"}.et-briefcase:before{content:"\e015"}.et-wallet:before{content:"\e016"}.et-gift:before{content:"\e017"}.et-bargraph:before{content:"\e018"}.et-grid:before{content:"\e019"}.et-expand:before{content:"\e01a"}.et-focus:before{content:"\e01b"}.et-edit:before{content:"\e01c"}.et-adjustments:before{content:"\e01d"}.et-ribbon:before{content:"\e01e"}.et-hourglass:before{content:"\e01f"}.et-lock:before{content:"\e020"}.et-megaphone:before{content:"\e021"}.et-shield:before{content:"\e022"}.et-trophy:before{content:"\e023"}.et-flag:before{content:"\e024"}.et-map:before{content:"\e025"}.et-puzzle:before{content:"\e026"}.et-basket:before{content:"\e027"}.et-envelope:before{content:"\e028"}.et-streetsign:before{content:"\e029"}.et-telescope:before{content:"\e02a"}.et-gears:before{content:"\e02b"}.et-key:before{content:"\e02c"}.et-paperclip:before{content:"\e02d"}.et-attachment:before{content:"\e02e"}.et-pricetags:before{content:"\e02f"}.et-lightbulb:before{content:"\e030"}.et-layers:before{content:"\e031"}.et-pencil:before{content:"\e032"}.et-tools:before{content:"\e033"}.et-tools-2:before{content:"\e034"}.et-scissors:before{content:"\e035"}.et-paintbrush:before{content:"\e036"}.et-magnifying-glass:before{content:"\e037"}.et-circle-compass:before{content:"\e038"}.et-linegraph:before{content:"\e039"}.et-mic:before{content:"\e03a"}.et-strategy:before{content:"\e03b"}.et-beaker:before{content:"\e03c"}.et-caution:before{content:"\e03d"}.et-recycle:before{content:"\e03e"}.et-anchor:before{content:"\e03f"}.et-profile-male:before{content:"\e040"}.et-profile-female:before{content:"\e041"}.et-bike:before{content:"\e042"}.et-wine:before{content:"\e043"}.et-hotairballoon:before{content:"\e044"}.et-globe:before{content:"\e045"}.et-genius:before{content:"\e046"}.et-map-pin:before{content:"\e047"}.et-dial:before{content:"\e048"}.et-chat:before{content:"\e049"}.et-heart:before{content:"\e04a"}.et-cloud:before{content:"\e04b"}.et-upload:before{content:"\e04c"}.et-download:before{content:"\e04d"}.et-target:before{content:"\e04e"}.et-hazardous:before{content:"\e04f"}.et-piechart:before{content:"\e050"}.et-speedometer:before{content:"\e051"}.et-global:before{content:"\e052"}.et-compass:before{content:"\e053"}.et-lifesaver:before{content:"\e054"}.et-clock:before{content:"\e055"}.et-aperture:before{content:"\e056"}.et-quote:before{content:"\e057"}.et-scope:before{content:"\e058"}.et-alarmclock:before{content:"\e059"}.et-refresh:before{content:"\e05a"}.et-happy:before{content:"\e05b"}.et-sad:before{content:"\e05c"}.et-facebook:before{content:"\e05d"}.et-twitter:before{content:"\e05e"}.et-googleplus:before{content:"\e05f"}.et-rss:before{content:"\e060"}.et-tumblr:before{content:"\e061"}.et-linkedin:before{content:"\e062"}.et-dribbble:before{content:"\e063"}

/*====================Start Simple Line==================*/

[class^="sl-"], [class*=" sl-"], [class^="sl-"]:before, [class*=" sl-"]:before {
    font-family: 'simple-line-icons';
    font-style: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
}
.sl-user:before{content:"\e005"}.sl-people:before{content:"\e001"}.sl-user-female:before{content:"\e000"}.sl-user-follow:before{content:"\e002"}.sl-user-following:before{content:"\e003"}.sl-user-unfollow:before{content:"\e004"}.sl-login:before{content:"\e066"}.sl-logout:before{content:"\e065"}.sl-emotsmile:before{content:"\e021"}.sl-phone:before{content:"\e600"}.sl-call-end:before{content:"\e048"}.sl-call-in:before{content:"\e047"}.sl-call-out:before{content:"\e046"}.sl-map:before{content:"\e033"}.sl-location-pin:before{content:"\e096"}.sl-direction:before{content:"\e042"}.sl-directions:before{content:"\e041"}.sl-compass:before{content:"\e045"}.sl-layers:before{content:"\e034"}.sl-menu:before{content:"\e601"}.sl-list:before{content:"\e067"}.sl-options-vertical:before{content:"\e602"}.sl-options:before{content:"\e603"}.sl-arrow-down:before{content:"\e604"}.sl-arrow-left:before{content:"\e605"}.sl-arrow-right:before{content:"\e606"}.sl-arrow-up:before{content:"\e607"}.sl-arrow-up-circle:before{content:"\e078"}.sl-arrow-left-circle:before{content:"\e07a"}.sl-arrow-right-circle:before{content:"\e079"}.sl-arrow-down-circle:before{content:"\e07b"}.sl-check:before{content:"\e080"}.sl-clock:before{content:"\e081"}.sl-plus:before{content:"\e095"}.sl-close:before{content:"\e082"}.sl-trophy:before{content:"\e006"}.sl-screen-smartphone:before{content:"\e010"}.sl-screen-desktop:before{content:"\e011"}.sl-plane:before{content:"\e012"}.sl-notebook:before{content:"\e013"}.sl-mustache:before{content:"\e014"}.sl-mouse:before{content:"\e015"}.sl-magnet:before{content:"\e016"}.sl-energy:before{content:"\e020"}.sl-disc:before{content:"\e022"}.sl-cursor:before{content:"\e06e"}.sl-cursor-move:before{content:"\e023"}.sl-crop:before{content:"\e024"}.sl-chemistry:before{content:"\e026"}.sl-speedometer:before{content:"\e007"}.sl-shield:before{content:"\e00e"}.sl-screen-tablet:before{content:"\e00f"}.sl-magic-wand:before{content:"\e017"}.sl-hourglass:before{content:"\e018"}.sl-graduation:before{content:"\e019"}.sl-ghost:before{content:"\e01a"}.sl-game-controller:before{content:"\e01b"}.sl-fire:before{content:"\e01c"}.sl-eyeglass:before{content:"\e01d"}.sl-envelope-open:before{content:"\e01e"}.sl-envolope-letter:before{content:"\e01f"}.sl-bell:before{content:"\e027"}.sl-badge:before{content:"\e028"}.sl-anchor:before{content:"\e029"}.sl-wallet:before{content:"\e02a"}.sl-vector:before{content:"\e02b"}.sl-speech:before{content:"\e02c"}.sl-puzzle:before{content:"\e02d"}.sl-printer:before{content:"\e02e"}.sl-present:before{content:"\e02f"}.sl-playlist:before{content:"\e030"}.sl-pin:before{content:"\e031"}.sl-picture:before{content:"\e032"}.sl-handbag:before{content:"\e035"}.sl-globe-alt:before{content:"\e036"}.sl-globe:before{content:"\e037"}.sl-folder-alt:before{content:"\e039"}.sl-folder:before{content:"\e089"}.sl-film:before{content:"\e03a"}.sl-feed:before{content:"\e03b"}.sl-drop:before{content:"\e03e"}.sl-drawar:before{content:"\e03f"}.sl-docs:before{content:"\e040"}.sl-doc:before{content:"\e085"}.sl-diamond:before{content:"\e043"}.sl-cup:before{content:"\e044"}.sl-calculator:before{content:"\e049"}.sl-bubbles:before{content:"\e04a"}.sl-briefcase:before{content:"\e04b"}.sl-book-open:before{content:"\e04c"}.sl-basket-loaded:before{content:"\e04d"}.sl-basket:before{content:"\e04e"}.sl-bag:before{content:"\e04f"}.sl-action-undo:before{content:"\e050"}.sl-action-redo:before{content:"\e051"}.sl-wrench:before{content:"\e052"}.sl-umbrella:before{content:"\e053"}.sl-trash:before{content:"\e054"}.sl-tag:before{content:"\e055"}.sl-support:before{content:"\e056"}.sl-frame:before{content:"\e038"}.sl-size-fullscreen:before{content:"\e057"}.sl-size-actual:before{content:"\e058"}.sl-shuffle:before{content:"\e059"}.sl-share-alt:before{content:"\e05a"}.sl-share:before{content:"\e05b"}.sl-rocket:before{content:"\e05c"}.sl-question:before{content:"\e05d"}.sl-pie-chart:before{content:"\e05e"}.sl-pencil:before{content:"\e05f"}.sl-note:before{content:"\e060"}.sl-loop:before{content:"\e064"}.sl-home:before{content:"\e069"}.sl-grid:before{content:"\e06a"}.sl-graph:before{content:"\e06b"}.sl-microphone:before{content:"\e063"}.sl-music-tone-alt:before{content:"\e061"}.sl-music-tone:before{content:"\e062"}.sl-earphones-alt:before{content:"\e03c"}.sl-earphones:before{content:"\e03d"}.sl-equalizer:before{content:"\e06c"}.sl-like:before{content:"\e068"}.sl-dislike:before{content:"\e06d"}.sl-control-start:before{content:"\e06f"}.sl-control-rewind:before{content:"\e070"}.sl-control-play:before{content:"\e071"}.sl-control-pause:before{content:"\e072"}.sl-control-forward:before{content:"\e073"}.sl-control-end:before{content:"\e074"}.sl-volume-1:before{content:"\e09f"}.sl-volume-2:before{content:"\e0a0"}.sl-volume-off:before{content:"\e0a1"}.sl-calender:before{content:"\e075"}.sl-bulb:before{content:"\e076"}.sl-chart:before{content:"\e077"}.sl-ban:before{content:"\e07c"}.sl-bubble:before{content:"\e07d"}.sl-camrecorder:before{content:"\e07e"}.sl-camera:before{content:"\e07f"}.sl-cloud-download:before{content:"\e083"}.sl-cloud-upload:before{content:"\e084"}.sl-envolope:before{content:"\e086"}.sl-eye:before{content:"\e087"}.sl-flag:before{content:"\e088"}.sl-heart:before{content:"\e08a"}.sl-info:before{content:"\e08b"}.sl-key:before{content:"\e08c"}.sl-link:before{content:"\e08d"}.sl-lock:before{content:"\e08e"}.sl-lock-open:before{content:"\e08f"}.sl-magnifier:before{content:"\e090"}.sl-magnifier-add:before{content:"\e091"}.sl-magnifier-remove:before{content:"\e092"}.sl-paper-clip:before{content:"\e093"}.sl-paper-plane:before{content:"\e094"}.sl-power:before{content:"\e097"}.sl-refresh:before{content:"\e098"}.sl-reload:before{content:"\e099"}.sl-settings:before{content:"\e09a"}.sl-star:before{content:"\e09b"}.sl-symble-female:before{content:"\e09c"}.sl-symbol-male:before{content:"\e09d"}.sl-target:before{content:"\e09e"}.sl-credit-card:before{content:"\e025"}.sl-paypal:before{content:"\e608"}.sl-social-tumblr:before{content:"\e00a"}.sl-social-twitter:before{content:"\e009"}.sl-social-facebook:before{content:"\e00b"}.sl-social-instagram:before{content:"\e609"}.sl-social-linkedin:before{content:"\e60a"}.sl-social-pintarest:before{content:"\e60b"}.sl-social-github:before{content:"\e60c"}.sl-social-gplus:before{content:"\e60d"}.sl-social-reddit:before{content:"\e60e"}.sl-social-skype:before{content:"\e60f"}.sl-social-dribbble:before{content:"\e00d"}.sl-social-behance:before{content:"\e610"}.sl-social-foursqare:before{content:"\e611"}.sl-social-soundcloud:before{content:"\e612"}.sl-social-spotify:before{content:"\e613"}.sl-social-stumbleupon:before{content:"\e614"}.sl-social-youtube:before{content:"\e008"}.sl-social-dropbox:before{content:"\e00c"}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
[class^="fa-"], [class*=" fa-"], [class^="fa-"]:before, [class*=" fa-"]:before,
[class^="fab-"], [class*=" fab-"], [class^="fab-"]:before, [class*=" fab-"]:before {
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
}
[class^="fab-"], [class*=" fab-"], [class^="fab-"]:before, [class*=" fab-"]:before {
    font-family: 'FontAwesomeBrands';
}
/* makes the font 33% larger relative to the icon container */
.fa-fw,.fa-li{text-align:center}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.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(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-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);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fab-accessible-icon:before{content:"\f368"}.fab-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fab-adn:before{content:"\f170"}.fab-adversal:before{content:"\f36a"}.fab-affiliatetheme:before{content:"\f36b"}.fab-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fab-amazon:before{content:"\f270"}.fab-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fab-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fab-android:before{content:"\f17b"}.fab-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fab-angrycreative:before{content:"\f36e"}.fab-angular:before{content:"\f420"}.fab-app-store:before{content:"\f36f"}.fab-app-store-ios:before{content:"\f370"}.fab-apper:before{content:"\f371"}.fab-apple:before{content:"\f179"}.fab-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fab-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fab-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fab-autoprefixer:before{content:"\f41c"}.fab-avianex:before{content:"\f374"}.fab-aviato:before{content:"\f421"}.fab-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fab-behance:before{content:"\f1b4"}.fab-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fab-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fab-bitbucket:before{content:"\f171"}.fab-bitcoin:before{content:"\f379"}.fab-bity:before{content:"\f37a"}.fab-black-tie:before{content:"\f27e"}.fab-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fab-blogger:before{content:"\f37c"}.fab-blogger-b:before{content:"\f37d"}.fab-bluetooth:before{content:"\f293"}.fab-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fab-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fab-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fab-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fab-cc-amazon-pay:before{content:"\f42d"}.fab-cc-amex:before{content:"\f1f3"}.fab-cc-apple-pay:before{content:"\f416"}.fab-cc-diners-club:before{content:"\f24c"}.fab-cc-discover:before{content:"\f1f2"}.fab-cc-jcb:before{content:"\f24b"}.fab-cc-mastercard:before{content:"\f1f1"}.fab-cc-paypal:before{content:"\f1f4"}.fab-cc-stripe:before{content:"\f1f5"}.fab-cc-visa:before{content:"\f1f0"}.fab-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fab-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fab-cloudscale:before{content:"\f383"}.fab-cloudsmith:before{content:"\f384"}.fab-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fab-codepen:before{content:"\f1cb"}.fab-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fab-connectdevelop:before{content:"\f20e"}.fab-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fab-cpanel:before{content:"\f388"}.fab-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fab-css3:before{content:"\f13c"}.fab-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fab-cuttlefish:before{content:"\f38c"}.fab-d-and-d:before{content:"\f38d"}.fab-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fab-delicious:before{content:"\f1a5"}.fab-deploydog:before{content:"\f38e"}.fab-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fab-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fab-digg:before{content:"\f1a6"}.fab-digital-ocean:before{content:"\f391"}.fab-discord:before{content:"\f392"}.fab-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fab-dochub:before{content:"\f394"}.fab-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fab-draft2digital:before{content:"\f396"}.fab-dribbble:before{content:"\f17d"}.fab-dribbble-square:before{content:"\f397"}.fab-dropbox:before{content:"\f16b"}.fab-drupal:before{content:"\f1a9"}.fab-dyalog:before{content:"\f399"}.fab-earlybirds:before{content:"\f39a"}.fab-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fab-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fab-ember:before{content:"\f423"}.fab-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fab-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fab-ethereum:before{content:"\f42e"}.fab-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fab-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fab-facebook:before{content:"\f09a"}.fab-facebook-f:before{content:"\f39e"}.fab-facebook-messenger:before{content:"\f39f"}.fab-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fab-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fab-first-order:before{content:"\f2b0"}.fab-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fab-flickr:before{content:"\f16e"}.fab-flipboard:before{content:"\f44d"}.fab-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fab-font-awesome:before{content:"\f2b4"}.fab-font-awesome-alt:before{content:"\f35c"}.fab-font-awesome-flag:before{content:"\f425"}.fab-fonticons:before{content:"\f280"}.fab-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fab-fort-awesome:before{content:"\f286"}.fab-fort-awesome-alt:before{content:"\f3a3"}.fab-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fab-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fab-get-pocket:before{content:"\f265"}.fab-gg:before{content:"\f260"}.fab-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fab-git:before{content:"\f1d3"}.fab-git-square:before{content:"\f1d2"}.fab-github:before{content:"\f09b"}.fab-github-alt:before{content:"\f113"}.fab-github-square:before{content:"\f092"}.fab-gitkraken:before{content:"\f3a6"}.fab-gitlab:before{content:"\f296"}.fab-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fab-glide:before{content:"\f2a5"}.fab-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fab-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fab-goodreads:before{content:"\f3a8"}.fab-goodreads-g:before{content:"\f3a9"}.fab-google:before{content:"\f1a0"}.fab-google-drive:before{content:"\f3aa"}.fab-google-play:before{content:"\f3ab"}.fab-google-plus:before{content:"\f2b3"}.fab-google-plus-g:before{content:"\f0d5"}.fab-google-plus-square:before{content:"\f0d4"}.fab-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fab-gratipay:before{content:"\f184"}.fab-grav:before{content:"\f2d6"}.fab-gripfire:before{content:"\f3ac"}.fab-grunt:before{content:"\f3ad"}.fab-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fab-hacker-news:before{content:"\f1d4"}.fab-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fab-hips:before{content:"\f452"}.fab-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fab-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fab-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fab-houzz:before{content:"\f27c"}.fab-html5:before{content:"\f13b"}.fab-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fab-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fab-instagram:before{content:"\f16d"}.fab-internet-explorer:before{content:"\f26b"}.fab-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fab-itunes:before{content:"\f3b4"}.fab-itunes-note:before{content:"\f3b5"}.fab-java:before{content:"\f4e4"}.fab-jenkins:before{content:"\f3b6"}.fab-joget:before{content:"\f3b7"}.fab-joomla:before{content:"\f1aa"}.fab-js:before{content:"\f3b8"}.fab-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fab-keycdn:before{content:"\f3ba"}.fab-kickstarter:before{content:"\f3bb"}.fab-kickstarter-k:before{content:"\f3bc"}.fab-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fab-laravel:before{content:"\f3bd"}.fab-lastfm:before{content:"\f202"}.fab-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fab-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fab-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fab-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fab-linkedin:before{content:"\f08c"}.fab-linkedin-in:before{content:"\f0e1"}.fab-linode:before{content:"\f2b8"}.fab-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fab-lyft:before{content:"\f3c3"}.fab-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fab-maxcdn:before{content:"\f136"}.fab-medapps:before{content:"\f3c6"}.fab-medium:before{content:"\f23a"}.fab-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fab-medrt:before{content:"\f3c8"}.fab-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fab-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fab-mix:before{content:"\f3cb"}.fab-mixcloud:before{content:"\f289"}.fab-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fab-modx:before{content:"\f285"}.fab-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fab-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fab-node:before{content:"\f419"}.fab-node-js:before{content:"\f3d3"}.fa-notes-medical:before{content:"\f481"}.fab-npm:before{content:"\f3d4"}.fab-ns8:before{content:"\f3d5"}.fab-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fab-odnoklassniki:before{content:"\f263"}.fab-odnoklassniki-square:before{content:"\f264"}.fab-opencart:before{content:"\f23d"}.fab-openid:before{content:"\f19b"}.fab-opera:before{content:"\f26a"}.fab-optin-monster:before{content:"\f23c"}.fab-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fab-page4:before{content:"\f3d7"}.fab-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fab-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fab-periscope:before{content:"\f3da"}.fab-phabricator:before{content:"\f3db"}.fab-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fab-php:before{content:"\f457"}.fab-pied-piper:before{content:"\f2ae"}.fab-pied-piper-alt:before{content:"\f1a8"}.fab-pied-piper-hat:before{content:"\f4e5"}.fab-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fab-pinterest:before{content:"\f0d2"}.fab-pinterest-p:before{content:"\f231"}.fab-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fab-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fab-product-hunt:before{content:"\f288"}.fab-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fab-python:before{content:"\f3e2"}.fab-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fab-quinscape:before{content:"\f459"}.fab-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fab-ravelry:before{content:"\f2d9"}.fab-react:before{content:"\f41b"}.fab-readme:before{content:"\f4d5"}.fab-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fab-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fab-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fab-rendact:before{content:"\f3e4"}.fab-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fab-replyd:before{content:"\f3e6"}.fab-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fab-rocketchat:before{content:"\f3e8"}.fab-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fab-safari:before{content:"\f267"}.fab-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fab-schlix:before{content:"\f3ea"}.fab-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fab-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fab-sellcast:before{content:"\f2da"}.fab-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fab-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fab-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fab-simplybuilt:before{content:"\f215"}.fab-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fab-skyatlas:before{content:"\f216"}.fab-skype:before{content:"\f17e"}.fab-slack:before{content:"\f198"}.fab-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fab-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-snapchat:before{content:"\f2ab"}.fab-snapchat-ghost:before{content:"\f2ac"}.fab-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fab-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fab-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fab-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fab-stack-exchange:before{content:"\f18d"}.fab-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fab-staylinked:before{content:"\f3f5"}.fab-steam:before{content:"\f1b6"}.fab-steam-square:before{content:"\f1b7"}.fab-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fab-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fab-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fab-stripe:before{content:"\f429"}.fab-stripe-s:before{content:"\f42a"}.fab-studiovinari:before{content:"\f3f8"}.fab-stumbleupon:before{content:"\f1a4"}.fab-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fab-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fab-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fab-telegram:before{content:"\f2c6"}.fab-telegram-plane:before{content:"\f3fe"}.fab-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fab-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fab-trello:before{content:"\f181"}.fab-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tty:before{content:"\f1e4"}.fab-tumblr:before{content:"\f173"}.fab-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fab-twitch:before{content:"\f1e8"}.fab-twitter:before{content:"\f099"}.fab-twitter-square:before{content:"\f081"}.fab-typo3:before{content:"\f42b"}.fab-uber:before{content:"\f402"}.fab-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fab-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fab-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fab-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fab-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fab-viacoin:before{content:"\f237"}.fab-viadeo:before{content:"\f2a9"}.fab-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fab-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fab-vimeo:before{content:"\f40a"}.fab-vimeo-square:before{content:"\f194"}.fab-vimeo-v:before{content:"\f27d"}.fab-vine:before{content:"\f1ca"}.fab-vk:before{content:"\f189"}.fab-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fab-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fab-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fab-weixin:before{content:"\f1d7"}.fab-whatsapp:before{content:"\f232"}.fab-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fab-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fab-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fab-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-won-sign:before{content:"\f159"}.fab-wordpress:before{content:"\f19a"}.fab-wordpress-simple:before{content:"\f411"}.fab-wpbeginner:before{content:"\f297"}.fab-wpexplorer:before{content:"\f2de"}.fab-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fab-xbox:before{content:"\f412"}.fab-xing:before{content:"\f168"}.fab-xing-square:before{content:"\f169"}.fab-y-combinator:before{content:"\f23b"}.fab-yahoo:before{content:"\f19e"}.fab-yandex:before{content:"\f413"}.fab-yandex-international:before{content:"\f414"}.fab-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fab-yoast:before{content:"\f2b1"}.fab-youtube:before{content:"\f167"}.fab-youtube-square:before{content:"\f431"}

#primary-menu-menu .indicator,
#primary-menu-menu .indicator::before,
#primary-menu-menu .indicator::after {
    display: none !important;
}
