header.masthead.masthead-inline.hardi-news {
    height: 0px;
    margin-top: 1em;
}

/* Sørens eget CSS */

/*Lande vælger på dealer kit links/sider */

p.flag-text {
    margin: .75em;
}

div.flag-grid-item{
  background-color: #f7f7f7;
  border-radius: 5px;
  color: #000000;
  font-weight: bold;
  display: inline-grid;
  font-size: 16px;
  border: solid 1px #575757;
  justify-content: center;
}

div.flag-grid-item:hover{
  box-shadow: 0 0.75em 1.85em rgb(0 0 0 / 19%);
  transform: translate(0, -5px);
}

div.flag-grid-container{
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 33% 33% 33%;
  justify-content: center;
  margin-bottom: 2em;
}

@media only screen and (max-width: 1140px) {
div.flag-grid-container{
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 90%;
  justify-content: center;
  margin-bottom: 2em;
}
}

/*Lande vælger på dealer kit links/sider */

.brochure-row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

a.brochure-link{

}

/* Ingen padding på mobile enheder */
@media only screen and (max-width: 600px) {
.x-container {
    padding: 0px !important;
}
}

/* Styling til "Tilbage" knappen */

a.go-back-link, a.go-back-link:hover {
  font-size: 18px;
  background-color: #a5242c;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: white !important;
  font-weight: bold;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 3em;
  text-decoration: none !important;
}

/* Intranet Medarbejder Oversigt */

#myInput {
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100% !important; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 18px; /* Increase font-size */
}

#myTable th,
#myTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}

#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#myTable tr.header,
#myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}

.file-set-no-bullets ul.fileset-list{
list-style-type: none;
margin-block-start: 0em;
margin: 0 0 1em 0;
font-weight: bold;
}


/* Create four equal columns that sits next to each other */
.brochure-column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
    text-align: center;
}

.brochure-column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .brochure-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .brochure-column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

tr.ccm-block-document-library-row-b td a, tr.ccm-block-document-library-row-a td a{
  color: black;
}

p a, a:hover {
  color: black !important;
  text-decoration: underline;
}

ul {
  font-size: 16px !important;
}

div#specifications{
  margin-bottom: 5em;
}


/* Responsive iframe */

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
  overflow: hidden !important;
}
[style*="--aspect-ratio"] > img {
  height: auto;
  overflow: hidden !important;
}
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
    overflow: hidden !important;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
    overflow: hidden !important;
  }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden !important;
  }
}

iframe{
  overflow: hidden !important;
}

.imgseq-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 58%;
}
.imgseq-video-container iframe {
  position: absolute;
  overflow:hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media only screen and (max-width: 1545px) {
  .imgseq-video-container{padding-bottom: 62%;}
}

@media only screen and (max-width: 1400px) {
  .imgseq-video-container{padding-bottom: 64%;}
}

@media only screen and (max-width: 1000px) {
  .imgseq-video-container{padding-bottom: 70%;}
}



/* override styles when printing */
@media print {

  header.masthead.masthead-inline {
      display: none;
  }

  footer.x-colophon.bottom {
    display: none;
}

.cp-slidein-popup-container, .cp-slidein-popup-container * {
    display: none;
}

.x-section {
    margin: 0px !important;
    padding: 0px;
    font-size: 14px !important;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a.go-back-link, a.go-back-link:hover {
display: none;
}

}

/* Speech Bubble Style */

.bubble {
    position: relative;
    background: #a5242c;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 50px;
    text-align: left;
    width: 100%;
    height: 50px;
    padding: 0px 0px 0px 40px;
    border-radius: 2px;
    margin-bottom: 2em;
}
.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #a5242c transparent;
    border-width: 20px 20px 0;
    bottom: -20px;
    left: 5%;
    margin-left: -20px;
}

/* Topbar - Create white links */

.x-topbar .p-info, .x-topbar .p-info a, .x-topbar .x-social-global a {
    color: #ffffff !important;
}

/* Three columns specs for campaign pages */

div.campaign-three-columns{
  max-width: 425px;
  max-height: 320px;
  text-align: center;
  background-color: #a5242c;
  color: #ffffff;
  border: 5px solid #f7f7f7;
  border-radius: 0px 15px 0px 0px;
  padding: 15px 0px;
}

div.campaign-two-columns{
  max-width: 640px;
  max-height: 320px;
  text-align: center;
  background-color: #a5242c;
  color: #ffffff;
  border: 5px solid #f7f7f7;
  border-radius: 0px 15px 0px 0px;
  padding: 15px 0px;
}

p.yellow-marydale{
  font-family: Marydale;
  color: #fee600;
  font-weight: bold;
  font-size: 20px;
  margin: 1em 0px 0px 0px;
}

p.campaign-price{
  font-weight: bold;
  font-size: 24px;
  margin: 0px;

}

p.campaign-specs{
  font-weight: bold;
  font-size: 20px;
  margin: 0px;

}

/* slide-in */

.cp-slide-edit-btn, .cp-slidein {
  text-transform: none;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px
}

.cp-slidein-popup-container, .cp-slidein-popup-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.cp-desc-container:after, .cp-form-container:after, .cp-form-simple:after, .cp-form:after, .cp-row:after, .cp-sec-title-container:after, .cp-slidein-body-inner:after, .cp-slidein-body:after, .cp-slidein-popup-container:after, .cp-slidein:after, .cp-text-container:after, .cp-title-container:after {
  clear: both
}

.cp-desc-container:after, .cp-desc-container:before, .cp-form-container:after, .cp-form-container:before, .cp-form-simple:after, .cp-form-simple:before, .cp-form:after, .cp-form:before, .cp-row:after, .cp-row:before, .cp-sec-title-container:after, .cp-sec-title-container:before, .cp-slidein-body-inner:after, .cp-slidein-body-inner:before, .cp-slidein-body:after, .cp-slidein-body:before, .cp-slidein-popup-container:after, .cp-slidein-popup-container:before, .cp-slidein:after, .cp-slidein:before, .cp-text-container:after, .cp-text-container:before, .cp-title-container:after, .cp-title-container:before {
  display: table;
  content: ""
}

.cp-trigger-shortcode {
  cursor: pointer
}

html.cp-exceed-vieport, html.cp-exceed-vieport .slidein-overlay {
  overflow: auto !important
}

html.cp-exceed-vieport .slidein-overlay.ps-container {
  overflow: hidden !important
}

.slidein-overlay .cp-slidein {
  opacity: 0;
  visibility: hidden;
  display: none
}

.cp-slidein-inline .cp-slidein {
  opacity: 1;
  visibility: visible;
  display: block !important
}

.cp-slidein-inline, .slidein-overlay.si-open, .slidein-overlay.si-open .cp-slidein {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transition: opacity .3s, visibility .3s;
  -moz-transition: opacity .3s, visibility .3s;
  -ms-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s
}

.cp-slidein {
  z-index: 999999999;
  display: block;
  margin: 0 auto;
  position: fixed;
  -ms-perspective: 1200px;
  perspective: 1200px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  max-width: 100%;
  width: calc(100% - 40px) !important
}

.cp-slidein.slidein-bottom-right, .cp-toggle-container.slidein-bottom-right {
  top: auto;
  bottom: 0;
  left: auto;
  right: 30px
}

.cp-slidein-inline .cp-slidein {
  position: static;
  left: auto !important;
  right: auto !important
}

.cp-slidein.slidein-bottom-left, .cp-toggle-container.slidein-bottom-left {
  top: auto;
  bottom: 0;
  left: 20px;
  right: auto
}

.cp-slidein.slidein-top-right, .cp-toggle-container.slidein-top-right {
  top: 0;
  left: auto;
  right: 20px;
  bottom: auto
}

.cp-slidein.slidein-top-left, .cp-toggle-container.slidein-top-left {
  top: 0;
  left: 20px;
  right: auto;
  bottom: auto
}

.cp-slidein.slidein-center-left {
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.cp-slidein.slidein-center-right {
  top: 50%;
  right: 0;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.cp-slidein.slidein-top-center, .cp-toggle-container.slidein-top-center {
  top: 0;
  right: auto;
  left: 50%;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.cp-slidein.slidein-bottom-center, .cp-toggle-container.slidein-bottom-center {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.cp-exceed-vieport .si-open .cp-slidein.cp-slidein-exceed {
  position: fixed;
  height: 100vh !important
}

.cp-exceed-vieport .si-open .cp-slidein-content {
  height: 100vh !important;
  overflow: auto
}

.cp-toggle-container.slidein-center-left {
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-90deg) translateY(50%) translateX(-50%);
  -moz-transform: rotate(-90deg) translateY(50%) translateX(-50%);
  -ms-transform: rotate(-90deg) translateY(50%) translateX(-50%);
  -o-transform: rotate(-90deg) translateY(50%) translateX(-50%);
  transform: rotate(-90deg) translateY(50%) translateX(-50%);
  transform-origin: left
}

.cp-toggle-container.slidein-center-right {
  top: 50%;
  right: 0;
  left: auto;
  bottom: auto;
  -webkit-transform: rotate(-90deg) translateY(-50%) translateX(50%);
  -moz-transform: rotate(-90deg) translateY(-50%) translateX(50%);
  -ms-transform: rotate(-90deg) translateY(-50%) translateX(50%);
  -o-transform: rotate(-90deg) translateY(-50%) translateX(50%);
  transform: rotate(-90deg) translateY(-50%) translateX(50%);
  transform-origin: right
}

.cp-exceed-vieport .cp-slidein.slidein-top-center.cp-slidein-exceed, .cp-exceed-vieport .cp-slidein.slidein-top-left.cp-slidein-exceed, .cp-exceed-vieport .cp-slidein.slidein-top-right.cp-slidein-exceed, .cp-exceed-vieport .cp-toggle-container.slidein-top-center, .cp-exceed-vieport .cp-toggle-container.slidein-top-left, .cp-exceed-vieport .cp-toggle-container.slidein-top-right {
  top: 0
}

.cp-slidein-content {
  display: block;
  position: relative;
  z-index: 99999;
  width: 100%;
  box-shadow: none
}

.cp-slidein.cp-slidein-window-size.cp-slidein-exceed {
  width: 100vw !important;
  min-height: 100vh !important;
  position: relative !important;
  margin: 0 !important
}

.cp-slidein.cp-slidein-window-size {
  width: 100vw !important;
  min-height: 100vh !important;
  display: block;
  max-width: 100% !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}

.cp-slidein-window-size .cp-slidein-body {
  top: 50%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.cp-slidein-window-size.cp-slidein-exceed .cp-slidein-body {
  top: 0;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}

.cp-slidein-window-size .cp-animate-container, .cp-slidein-window-size .cp-slidein-content {
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
  height: 100%;
  margin: 0 auto
}

.cp-slidein-window-size.cp-slidein-exceed .cp-slidein-content {
  height: auto
}

.cp-slidein-body {
  display: block;
  padding: 15px;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 13px;
  line-height: 1.64em;
  z-index: 99999
}

.customize-support .tip[class*=close-tip-content] {
  padding: 15px 11px
}

@media(max-width:768px) {
  .cp-slidein {
    max-width: 100%;
    height: auto !important;
    width: calc(100% - 20px) !important
  }
  .cp-slidein-body {
    padding: 5px 15px
  }
  .cp-info-container, .cp-info-container *, .cp-text-container, .cp-text-container * {
    text-align: center !important
  }
}

.cp-slidein-body * {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  font-style: inherit
}

.cp-row {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  position: relative
}

.cp-slidein-body.no-padding {
  padding: 0
}

.cp-slidein-body p {
  margin-bottom: 1em
}

.cp-slidein-body img {
  display: block;
  max-width: 100%;
  border: none;
  padding: 0;
  margin: 0 auto;
  box-shadow: none
}

img.cp-image.cp_default_img {
  width: 75%
}

.cp-image-container img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%
}

.slidein-overlay iframe, .slidein-overlay object {
  opacity: 0;
  position: absolute;
  z-index: -99999;
  max-width: 100%
}

.slidein-overlay.si-open iframe, .slidein-overlay.si-open object {
  opacity: 1;
  position: relative;
  z-index: 9999;
  z-index: 16777271
}

.cp-desc-container, .cp-sec-title-container, .cp-title-container {
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 25px;
  padding: 10px 0
}

.cp-sec-title-container {
  margin: 0 0 5px
}

.cp-info-container {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 0
}

@media(max-width:768px) {
  .cp-desc-container, .cp-sec-title-container, .cp-title-container {
    margin: 0 0 15px
  }
  .cp-image-container img {
    left: auto !important;
    top: auto !important;
    width: 75%
  }
  .cp-hide-image, .cp-image-container.cp-hide-image {
    display: none !important
  }
}

@media(max-width:667px) {
  .cp-image-container img {
    width: 60%
  }
}

.cp-form-container {
  display: block;
  width: 100%;
  float: left;
  margin: 0
}

.cp-confidential, .cp-description, .cp-form, .cp-image-container, .cp-sec-title, .cp-title {
  margin: 0;
  padding: 0;
  display: block !important;
  word-wrap: break-word
}

h2.cp-title {
  font-size: 24px;
  line-height: 1.34em
}

.cp-confidential {
  font-size: 10px
}

.cp-toggle-container {
  display: none
}

.si-open .cp-toggle-container {
  display: block;
  opacity: 1;
  cursor: pointer
}

.cp-slide-without-toggle .cp-toggle-container {
  display: none
}

.cp-slidein-body-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 0;
  border-radius: inherit
}

.cp-slidein-bottom, .cp-slidein-top {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: block
}

.cp-slidein-top {
  background-position: bottom
}

.cp-slidein-bottom {
  background-position: top
}

@media(min-width:769px) {
  .cp-columns-equalized .cp-column-equalized-center {
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -ms-transition: all .75s ease;
    transition: all .75s ease
  }
  .cp-slidein-exceed .cp-columns-equalized .cp-column-equalized-center {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    vertical-align: middle
  }
  .cp-live-preview .cp-columns-equalized .cp-column-equalized-center {
    top: 50%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.cke_reset_all table, div#cke_content_editor {
  z-index: 99999999999 !important
}

.cp-row.cp-blank-title {
  margin-top: -15px;
  background: #FFF;
  border-bottom: 1px solid #DDD;
  margin-bottom: 15px
}

.cp-blank-title h2.cp-title {
  margin-top: 0;
  line-height: 2em;
  margin-bottom: 5px
}

.slidein-overlay-none.si-open {
  opacity: 1;
  visibility: visible
}

.cp-title>h1, .cp-title>h2, .cp-title>h3 {
  margin: .5em auto
}

.cp-slidein-body ol, .cp-slidein-body ol li, .cp-slidein-body ul, .cp-slidein-body ul li {
  list-style-position: inside;
  font-size: inherit;
  line-height: normal;
  margin: 0;
  padding: 0
}

.cp-slidein-popup-container button, .cp-slidein-popup-container input, .cp-slidein-popup-container select, .cp-slidein-popup-container textarea {
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 3px;
  font-family: inherit;
  padding: 10px;
  outline: 0;
  display: block;
  margin: 0 0 10px;
  width: 100%;
  max-width: 100%
}

.cp-slidein-popup-container button:focus, .cp-slidein-popup-container input:focus, .cp-slidein-popup-container select:focus, .cp-slidein-popup-container textarea:focus {
  box-shadow: none;
  outline: 0
}

.cp-submit:active {
  box-shadow: none !important
}

.cp-slidein .cp-submit.cp-btn-flat, .cp-slidein .cp-submit.cp-btn-outline, .cp-slidein .cp-submit.cp-btn-outline span {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out
}

@media(max-width:768px) {
  .cp-form input[name=name], .cp-form input[name=email], .cp-form input[type=text], .cp-form input[type=email], .cp-submit {
    margin: 0 0 10px !important
  }
  .cp-slidein-popup-container input::-webkit-input-placeholder {
    font-size: .85em !important
  }
  .cp-slidein-popup-container input:-moz-placeholder {
    font-size: .85em !important
  }
  .cp-slidein-popup-container input::-moz-placeholder {
    font-size: .85em !important
  }
  .cp-slidein-popup-container input:-ms-input-placeholder {
    font-size: .85em !important
  }
}

.cp-slidein-popup-container input[type=submit] {
  cursor: pointer
}

.slidein-overlay-close {
  font-family: inherit;
  position: fixed;
  right: 35px;
  top: 35px;
  border: 0;
  color: #f7f7f7;
  outline: 0;
  z-index: 999999999999;
  cursor: pointer;
  line-height: 1
}

.slidein-overlay-close.cp-highlight {
  position: fixed
}

.slidein-overlay .slidein-overlay-close:active {
  box-shadow: none !important;
  outline: 0 !important
}

.slidein-overlay-close.cp-adjacent-close, .slidein-overlay-close.cp-inside-close {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden
}

.slidein-overlay-close.cp-adjacent-close {
  left: auto;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

.cp-slidein-window-size .slidein-overlay-close.cp-adjacent-close {
  -webkit-transform: translate(-5px, 5px);
  -moz-transform: translate(-5px, 5px);
  -o-transform: translate(-5px, 5px);
  -ms-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px)
}

.cp-slidein-window-size .slidein-overlay-close.cp-inside-close, .cp-slidein-window-size+.slidein-overlay-close, .slidein-overlay-close.cp-inside-close {
  left: auto;
  top: 8px;
  right: 8px
}

.cp-slidein-window-size .slidein-overlay-close.cp-inside-close.cp-adjacent-left, .cp-slidein-window-size+.slidein-overlay-close.cp-adjacent-left, .slidein-overlay-close.cp-inside-close.cp-adjacent-left {
  left: 8px;
  top: 8px;
  right: auto
}

.cp-slidein-window-size .slidein-overlay-close.cp-inside-close.cp-adjacent-right, .cp-slidein-window-size+.slidein-overlay-close.cp-adjacent-right, .slidein-overlay-close.cp-inside-close.cp-adjacent-right {
  left: auto;
  top: 8px;
  right: 8px
}

.slidein-overlay-close.cp-adjacent-close .cp-default-close, .slidein-overlay-close.cp-inside-close .cp-default-close {
  padding: 5px;
  background: #292929;
  border-radius: 0
}

.slidein-overlay-close img {
  cursor: pointer;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block
}

.slidein-overlay-close span {
  font-size: 17px;
  line-height: 1.35em;
  font-family: inherit
}

.slidein-overlay-close.cp-adjacent-close span, .slidein-overlay-close.cp-inside-close span {
  font-size: 14px
}

.slidein-overlay-close.cp-text-close {
  width: auto;
  height: auto;
  max-width: 700px;
  max-height: none;
  padding: 8px;
  border-radius: 4px
}

.cp-form-after-submit, .cp-msg-on-submit {
  height: 100%;
  width: 100%
}

.slidein-overlay-close.cp-adjacent-close.cp-text-close {
  top: -15px;
  background: #000
}

@media(max-width:768px) {
  .slidein-overlay-close {
    right: 10px;
    top: 10px max-width:32px
  }
  .slidein-overlay-close span {
    font-size: 14px
  }
}

span.cp-close-tooltip, span.cp-custom-tooltip, span.cp-inside-tip, span.cp-tooltip-icon {
  display: block;
  position: relative
}

.cp-tooltip-text {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit
}

.cp-inner-close {
  cursor: pointer
}

.cp-subscription-success {
  position: absolute;
  background-color: #fff;
  font-size: 15px;
  padding: 20px 40px;
  border-radius: 5px;
  line-height: normal;
  border: none;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.cp-error {
  border: 1px solid red !important
}

.cp-msg-on-submit, .cp-msg-on-submit p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: normal;
  color: #000
}

.cp-form-processing-wrap {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, .99);
  opacity: 1;
  width: 100%;
  padding: 0;
  z-index: 99999999;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.cp-form-processing {
  display: block;
  visibility: hidden;
  border: 1px solid transparent;
  -webkit-transition: visibility .2s linear;
  -moz-transition: visibility .2s linear;
  -ms-transition: visibility .2s linear;
  -o-transition: visibility .2s linear;
  transition: visibility .2s linear
}

.cp-msg-on-submit {
  font-size: 18px;
  display: inline-block;
  visibility: visible;
  position: absolute;
  z-index: 999999999999;
  border: 1px solid transparent;
  -webkit-transition: visibility .2s linear;
  -moz-transition: visibility .2s linear;
  -ms-transition: visibility .2s linear;
  -o-transition: visibility .2s linear;
  transition: visibility .2s linear
}

.cp-msg-on-submit .cp-m-error, .cp-msg-on-submit .cp-m-success {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.cp-form-submit-error .cp-form-processing-wrap {
  cursor: pointer
}

.cp-form-submit-error .cp-form-processing, .cp-form-submit-success .cp-form-processing {
  display: none !important
}

.cp-form-submit-error .cp-m-error:after {
  content: "<<";
  font-family: cursive, monospace;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #7DBB7D;
  font-size: 40px;
  left: calc(50% + 10px);
  top: -15px;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: left .2s linear, opacity .2s linear, visibility .2s linear;
  -o-transition: left .2s linear, opacity .2s linear, visibility .2s linear;
  -moz-transition: left .2s linear, opacity .2s linear, visibility .2s linear;
  -ms-transition: left .2s linear, opacity .2s linear, visibility .2s linear;
  transition: left .2s linear, opacity .2s linear, visibility .2s linear;
  opacity: 0;
  visibility: hidden
}

.cp-form-submit-error:hover .cp-m-error:after {
  opacity: 1;
  visibility: visible;
  left: 50%
}

.cp-affilate-link {
  display: none
}

.si-open .cp-affilate-link {
  position: fixed;
  display: block;
  bottom: 20px;
  left: 15px;
  height: 20px;
  z-index: 9999999999;
  text-align: left;
  font-family: Lato, 'Open Sans', Arial, 'Trebuchet MS', Helvetica, sans-serif;
  text-decoration: none;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
  min-width: 200px
}

.cp-affilate-link a {
  text-decoration: none;
  border: none;
  color: #fff
}

.cp-slidein-custom-size .cp-animate-container .cp-affilate-link.cp-afl-for-smallscreen {
  bottom: -15px
}

.cp-animate-container .cp-affilate-link {
  display: block;
  top: auto;
  bottom: 20px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  left: 0;
  right: 0;
  margin: 0;
  height: 20px;
  z-index: 999999999999;
  text-align: center;
  color: #fff
}

.cp-affilate-link span {
  color: #444
}

.cp-afl-for-smallscreen {
  text-align: center;
  width: 100%;
  left: 0
}

@media(max-width:768px) {
  , .cp-affilate-link, .cp-affilate-link a {
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    text-align: center
  }
}

.cp-slidein-popup-container .menu-toggle.toggled-on, .cp-slidein-popup-container .menu-toggle:active, .cp-slidein-popup-container button:active, .cp-slidein-popup-container button:hover, .cp-slidein-popup-container input[type=button]:active, .cp-slidein-popup-container input[type=button]:hover, .cp-slidein-popup-container input[type=submit]:active, .cp-slidein-popup-container input[type=submit]:hover {
  background-color: inherit;
  background-image: inherit;
  border: inherit
}

.cp-no-padding {
  padding: 0 !important
}

.no-margin {
  margin: 0 !important
}

.no-border {
  border: none !important
}

.cp-highlight:hover {
  border: 2px dashed #ddd !important;
  background-color: rgba(255, 255, 220, .1)
}

.cp-highlight {
  display: block !important;
  border: 2px solid transparent !important
}

.cp-animate-container.cp-hide-slide, .cp-toggle-container.cp-slide-hide-btn {
  display: none
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink .7s infinite;
  -moz-animation: blink .7s infinite;
  animation: blink .7s infinite
}

@keyframes blink {
  0%, 100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}

@-moz-keyframes blink {
  0%, 100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}

i.cp-icon[class^=Defaults-] {
  font-family: Defaults !important
}

.cp-center-align-text button.cp-submit, .cp-center-align-text input[name=name], .cp-center-align-text input[name=email], .cp-center-align-text input[type=text], .cp-center-align-text input[type=email] {
  text-align: center !important
}

@media (min-width:768px) {
  .cp-slidein-body .cp-center-align-text input[name=email], .cp-slidein-body .cp-center-align-text input[name=name], .cp-slidein-body .cp-center-align-text input[type=email], .cp-slidein-body .cp-center-align-text input[type=text] {
    text-align: left !important
  }
}

.cp-toggle-container {
  padding: 0;
  max-width: 100%;
  z-index: 2000;
  margin: 0 auto;
  position: fixed
}

.cp-slide-edit-btn {
  padding: inherit;
  background-color: #444;
  background-image: none;
  color: #fff;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  top: auto;
  bottom: 0;
  min-width: 100px;
  left: auto;
  right: 16px;
  cursor: pointer;
  border-style: solid;
  -ms-perspective: 1200px;
  perspective: 1200px
}

.slidein-overlay .smile-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: bottom .3s ease .4s, background .1s ease, color .1s ease;
  -moz-transition: bottom .3s ease .4s, background .1s ease, color .1s ease;
  -ms-transition: bottom .3s ease .4s, background .1s ease, color .1s ease;
  -o-transition: bottom .3s ease .4s, background .1s ease, color .1s ease;
  transition: bottom .3s ease .4s, background .1s ease, color .1s ease
}

.cp-slide-without-toggle .smile-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.cp-slide-edit-btn.smile-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.cp-slidein .ps-container>.ps-scrollbar-y-rail {
  z-index: 999999
}

.cp-slidein-inline {
  margin-bottom: 20px
}

.cp-slidein-inline .cp-slidein, .cp-slidein-inline .cp-slidein-content {
  z-index: 99 !important
}

.cp-slidein .cp-error-msg {
  margin-bottom: 10px;
  font-size: 13px
}

.cp-slidein .cp-detailed-message {
  color: red;
  margin-top: 5px;
  font-size: 13px
}

.cp-slidein .cp-m-error h5 {
  font-size: 13px
}

.cp-slidein .cp-admin-error-notice {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #101010
}

.cp-slidein .cp-only-admin-msg {
  bottom: 0;
  font-size: 14px
}

.cp-slidein .cp-go-back, .cp-slidein .cp-m-success .cp-error-msg {
  font-size: 15px
}

.cp-slidein .cp-animate-container {
  position: relative;
  z-index: 999999
}

.cp-hide-slide-widget {
  opacity: 0 !important
}

.cp-slidein-head {
  cursor: pointer
}

.cp-slidein input.cp-input[type=checkbox], .cp-slidein input.cp-input[type=radio] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out
}

.cp-slidein input.cp-input[type=checkbox]:checked:before {
  content: "";
  margin: -3px 0 0 -4px;
  color: #1e8cbe
}

.cp-hide-inline-style {
  display: none
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.smile-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.smile-animated.smile-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.smile-animated.smile-hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.smile-animated.smile-bounceIn, .smile-animated.smile-bounceOut, .smile-animated.smile-flipOutX, .smile-animated.smile-flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-bounce {
  -webkit-animation-name: smile-bounce;
  animation-name: smile-bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes smile-flash {
  50%, from, to {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}

@keyframes smile-flash {
  50%, from, to {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}

.smile-flash {
  -webkit-animation-name: smile-flash;
  animation-name: smile-flash
}

@-webkit-keyframes smile-pulse {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

@keyframes smile-pulse {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

.smile-pulse {
  -webkit-animation-name: smile-pulse;
  animation-name: smile-pulse
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-rubberBand {
  -webkit-animation-name: smile-rubberBand;
  animation-name: smile-rubberBand
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-shake {
  -webkit-animation-name: smile-shake;
  animation-name: smile-shake
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: smile-swing;
  animation-name: smile-swing
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-tada {
  -webkit-animation-name: smile-tada;
  animation-name: smile-tada
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-wobble {
  -webkit-animation-name: smile-wobble;
  animation-name: smile-wobble
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-jello {
  -webkit-animation-name: smile-jello;
  animation-name: smile-jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-bounceIn {
  -webkit-animation-name: smile-bounceIn;
  animation-name: smile-bounceIn
}

@-webkit-keyframes smile-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 smile-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
  }
}

.smile-bounceInDown {
  -webkit-animation-name: smile-bounceInDown;
  animation-name: smile-bounceInDown
}

@-webkit-keyframes smile-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 smile-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
  }
}

.smile-bounceInLeft {
  -webkit-animation-name: smile-bounceInLeft;
  animation-name: smile-bounceInLeft
}

@-webkit-keyframes smile-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 smile-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
  }
}

.smile-bounceInRight {
  -webkit-animation-name: smile-bounceInRight;
  animation-name: smile-bounceInRight
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-bounceInUp {
  -webkit-animation-name: smile-bounceInUp;
  animation-name: smile-bounceInUp
}

@-webkit-keyframes smile-bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes smile-bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.smile-bounceOut {
  -webkit-animation-name: smile-bounceOut;
  animation-name: smile-bounceOut
}

@-webkit-keyframes smile-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes smile-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.smile-bounceOutDown {
  -webkit-animation-name: smile-bounceOutDown;
  animation-name: smile-bounceOutDown
}

@-webkit-keyframes smile-bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes smile-bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.smile-bounceOutLeft {
  -webkit-animation-name: smile-bounceOutLeft;
  animation-name: smile-bounceOutLeft
}

@-webkit-keyframes smile-bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes smile-bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.smile-bounceOutRight {
  -webkit-animation-name: smile-bounceOutRight;
  animation-name: smile-bounceOutRight
}

@-webkit-keyframes smile-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes smile-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.smile-bounceOutUp {
  -webkit-animation-name: smile-bounceOutUp;
  animation-name: smile-bounceOutUp
}

@-webkit-keyframes smile-fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes smile-fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.smile-fadeIn {
  -webkit-animation-name: smile-fadeIn;
  animation-name: smile-fadeIn
}

@-webkit-keyframes smile-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes smile-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.smile-fadeInDown {
  -webkit-animation-name: smile-fadeInDown;
  animation-name: smile-fadeInDown
}

@-webkit-keyframes smile-fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes smile-fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.smile-fadeInDownBig {
  -webkit-animation-name: smile-fadeInDownBig;
  animation-name: smile-fadeInDownBig
}

@-webkit-keyframes smile-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes smile-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.smile-fadeInLeft {
  -webkit-animation-name: smile-fadeInLeft;
  animation-name: smile-fadeInLeft
}

@-webkit-keyframes smile-fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes smile-fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.smile-fadeInLeftBig {
  -webkit-animation-name: smile-fadeInLeftBig;
  animation-name: smile-fadeInLeftBig
}

@-webkit-keyframes smile-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes smile-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.smile-fadeInRight {
  -webkit-animation-name: smile-fadeInRight;
  animation-name: smile-fadeInRight
}

@-webkit-keyframes smile-fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes smile-fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.smile-fadeInRightBig {
  -webkit-animation-name: smile-fadeInRightBig;
  animation-name: smile-fadeInRightBig
}

@-webkit-keyframes smile-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes smile-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.smile-fadeInUp {
  -webkit-animation-name: smile-fadeInUp;
  animation-name: smile-fadeInUp
}

@-webkit-keyframes smile-fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes smile-fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.smile-fadeInUpBig {
  -webkit-animation-name: smile-fadeInUpBig;
  animation-name: smile-fadeInUpBig
}

@-webkit-keyframes smile-fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes smile-fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

.smile-fadeOut {
  -webkit-animation-name: smile-fadeOut;
  animation-name: smile-fadeOut
}

@-webkit-keyframes smile-fadeOutDown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes smile-fadeOutDown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.smile-fadeOutDown {
  -webkit-animation-name: smile-fadeOutDown;
  animation-name: smile-fadeOutDown
}

@-webkit-keyframes smile-fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes smile-fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.smile-fadeOutDownBig {
  -webkit-animation-name: smile-fadeOutDownBig;
  animation-name: smile-fadeOutDownBig
}

@-webkit-keyframes smile-fadeOutLeft {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes smile-fadeOutLeft {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.smile-fadeOutLeft {
  -webkit-animation-name: smile-fadeOutLeft;
  animation-name: smile-fadeOutLeft
}

@-webkit-keyframes smile-fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes smile-fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.smile-fadeOutLeftBig {
  -webkit-animation-name: smile-fadeOutLeftBig;
  animation-name: smile-fadeOutLeftBig
}

@-webkit-keyframes smile-fadeOutRight {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes smile-fadeOutRight {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.smile-fadeOutRight {
  -webkit-animation-name: smile-fadeOutRight;
  animation-name: smile-fadeOutRight
}

@-webkit-keyframes smile-fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes smile-fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.smile-fadeOutRightBig {
  -webkit-animation-name: smile-fadeOutRightBig;
  animation-name: smile-fadeOutRightBig
}

@-webkit-keyframes smile-fadeOutUp {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes smile-fadeOutUp {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.smile-fadeOutUp {
  -webkit-animation-name: smile-fadeOutUp;
  animation-name: smile-fadeOutUp
}

@-webkit-keyframes smile-fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes smile-fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.smile-fadeOutUpBig {
  -webkit-animation-name: smile-fadeOutUpBig;
  animation-name: smile-fadeOutUpBig
}

@-webkit-keyframes smile-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 smile-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
  }
}

.smile-animated.smile-flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: smile-flip;
  animation-name: smile-flip
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: smile-flipInX;
  animation-name: smile-flipInX
}

.smile-flipInY, .smile-flipOutX {
  -webkit-backface-visibility: visible !important
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-flipInY {
  backface-visibility: visible !important;
  -webkit-animation-name: smile-flipInY;
  animation-name: smile-flipInY
}

@-webkit-keyframes smile-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@keyframes smile-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

.smile-flipOutX {
  -webkit-animation-name: smile-flipOutX;
  animation-name: smile-flipOutX;
  backface-visibility: visible !important
}

@-webkit-keyframes smile-flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

@keyframes smile-flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

.smile-flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: smile-flipOutY;
  animation-name: smile-flipOutY
}

@-webkit-keyframes smile-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 smile-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
  }
}

.smile-lightSpeedIn {
  -webkit-animation-name: smile-lightSpeedIn;
  animation-name: smile-lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes smile-lightSpeedOut {
  from {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes smile-lightSpeedOut {
  from {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.smile-lightSpeedOut {
  -webkit-animation-name: smile-lightSpeedOut;
  animation-name: smile-lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes smile-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 smile-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
  }
}

.smile-rotateIn {
  -webkit-animation-name: smile-rotateIn;
  animation-name: smile-rotateIn
}

@-webkit-keyframes smile-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 smile-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
  }
}

.smile-rotateInDownLeft {
  -webkit-animation-name: smile-rotateInDownLeft;
  animation-name: smile-rotateInDownLeft
}

@-webkit-keyframes smile-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 smile-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
  }
}

.smile-rotateInDownRight {
  -webkit-animation-name: smile-rotateInDownRight;
  animation-name: smile-rotateInDownRight
}

@-webkit-keyframes smile-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 smile-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
  }
}

.smile-rotateInUpLeft {
  -webkit-animation-name: smile-rotateInUpLeft;
  animation-name: smile-rotateInUpLeft
}

@-webkit-keyframes smile-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 smile-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
  }
}

.smile-rotateInUpRight {
  -webkit-animation-name: smile-rotateInUpRight;
  animation-name: smile-rotateInUpRight
}

@-webkit-keyframes smile-rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

@keyframes smile-rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

.smile-rotateOut {
  -webkit-animation-name: smile-rotateOut;
  animation-name: smile-rotateOut
}

@-webkit-keyframes smile-rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

@keyframes smile-rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

.smile-rotateOutDownLeft {
  -webkit-animation-name: smile-rotateOutDownLeft;
  animation-name: smile-rotateOutDownLeft
}

@-webkit-keyframes smile-rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@keyframes smile-rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.smile-rotateOutDownRight {
  -webkit-animation-name: smile-rotateOutDownRight;
  animation-name: smile-rotateOutDownRight
}

@-webkit-keyframes smile-rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@keyframes smile-rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.smile-rotateOutUpLeft {
  -webkit-animation-name: smile-rotateOutUpLeft;
  animation-name: smile-rotateOutUpLeft
}

@-webkit-keyframes smile-rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

@keyframes smile-rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

.smile-rotateOutUpRight {
  -webkit-animation-name: smile-rotateOutUpRight;
  animation-name: smile-rotateOutUpRight
}

@-webkit-keyframes smile-hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes smile-hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.smile-hinge {
  -webkit-animation-name: smile-hinge;
  animation-name: smile-hinge
}

@-webkit-keyframes smile-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 smile-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
  }
}

.smile-rollIn {
  -webkit-animation-name: smile-rollIn;
  animation-name: smile-rollIn
}

@-webkit-keyframes smile-rollOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

@keyframes smile-rollOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

.smile-rollOut {
  -webkit-animation-name: smile-rollOut;
  animation-name: smile-rollOut
}

@-webkit-keyframes smile-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}

@keyframes smile-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}

.smile-zoomIn {
  -webkit-animation-name: smile-zoomIn;
  animation-name: smile-zoomIn
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-zoomInDown {
  -webkit-animation-name: smile-zoomInDown;
  animation-name: smile-zoomInDown
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-zoomInLeft {
  -webkit-animation-name: smile-zoomInLeft;
  animation-name: smile-zoomInLeft
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-zoomInRight {
  -webkit-animation-name: smile-zoomInRight;
  animation-name: smile-zoomInRight
}

@-webkit-keyframes smile-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 smile-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)
  }
}

.smile-zoomInUp {
  -webkit-animation-name: smile-zoomInUp;
  animation-name: smile-zoomInUp
}

@-webkit-keyframes smile-zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  to {
    opacity: 0
  }
}

@keyframes smile-zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  to {
    opacity: 0
  }
}

.smile-zoomOut {
  -webkit-animation-name: smile-zoomOut;
  animation-name: smile-zoomOut
}

@-webkit-keyframes smile-zoomOutDown {
  40% {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes smile-zoomOutDown {
  40% {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.smile-zoomOutDown {
  -webkit-animation-name: smile-zoomOutDown;
  animation-name: smile-zoomOutDown
}

@-webkit-keyframes smile-zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes smile-zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.smile-zoomOutLeft {
  -webkit-animation-name: smile-zoomOutLeft;
  animation-name: smile-zoomOutLeft
}

@-webkit-keyframes smile-zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes smile-zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.smile-zoomOutRight {
  -webkit-animation-name: smile-zoomOutRight;
  animation-name: smile-zoomOutRight
}

@-webkit-keyframes smile-zoomOutUp {
  40% {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes smile-zoomOutUp {
  40% {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.smile-zoomOutUp {
  -webkit-animation-name: smile-zoomOutUp;
  animation-name: smile-zoomOutUp
}

@-webkit-keyframes smile-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);
    visibility: visible
  }
}

@keyframes smile-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);
    visibility: visible
  }
}

.smile-slideInDown {
  -webkit-animation-name: smile-slideInDown;
  animation-name: smile-slideInDown
}

@-webkit-keyframes smile-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);
    visibility: visible
  }
}

@keyframes smile-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);
    visibility: visible
  }
}

.smile-slideInLeft {
  -webkit-animation-name: smile-slideInLeft;
  animation-name: smile-slideInLeft
}

@-webkit-keyframes smile-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);
    visibility: visible
  }
}

@keyframes smile-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);
    visibility: visible
  }
}

.smile-slideInRight {
  -webkit-animation-name: smile-slideInRight;
  animation-name: smile-slideInRight
}

@-webkit-keyframes smile-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);
    visibility: visible
  }
}

@keyframes smile-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);
    visibility: visible
  }
}

.smile-slideInUp {
  -webkit-animation-name: smile-slideInUp;
  animation-name: smile-slideInUp
}

@-webkit-keyframes smile-slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes smile-slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.smile-slideOutDown {
  -webkit-animation-name: smile-slideOutDown;
  animation-name: smile-slideOutDown
}

@-webkit-keyframes smile-slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes smile-slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.smile-slideOutLeft {
  -webkit-animation-name: smile-slideOutLeft;
  animation-name: smile-slideOutLeft
}

@-webkit-keyframes smile-slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes smile-slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.smile-slideOutRight {
  -webkit-animation-name: smile-slideOutRight;
  animation-name: smile-slideOutRight
}

@-webkit-keyframes smile-slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes smile-slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.smile-slideOutUp {
  -webkit-animation-name: smile-slideOutUp;
  animation-name: smile-slideOutUp
}

@-webkit-keyframes smile-newsPaper {
  from {
    -webkit-transform: scale(0) rotate(720deg);
    opacity: 0
  }
  60% {
    -webkit-transform: scale(1) rotate(0);
    opacity: 1
  }
}

@keyframes smile-newsPaper {
  from {
    transform: scale(0) rotate(720deg);
    opacity: 0
  }
  60% {
    transform: scale(1) rotate(0);
    opacity: 1
  }
}

.smile-newsPaper {
  -webkit-animation-name: smile-newsPaper;
  animation-name: smile-newsPaper
}

@-webkit-keyframes smile-superScaled {
  from {
    -webkit-transform: scale(2);
    opacity: 0
  }
  60% {
    -webkit-transform: scale(1);
    opacity: 1
  }
}

@keyframes smile-superScaled {
  from {
    transform: scale(2);
    opacity: 0
  }
  60% {
    transform: scale(1);
    opacity: 1
  }
}

.smile-superScaled {
  -webkit-animation-name: smile-superScaled;
  animation-name: smile-superScaled
}

@-webkit-keyframes smile-3DSlit {
  from {
    opacity: 0
  }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    opacity: 1
  }
}

@keyframes smile-3DSlit {
  from {
    opacity: 0
  }
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    animation-timing-function: ease-out
  }
  100% {
    transform: translateZ(0) rotateY(0);
    opacity: 1
  }
}

.smile-3DRotateBottom, .smile-3DSlit {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out
}

.smile-3DSlit {
  -webkit-animation-name: smile-3DSlit;
  animation-name: smile-3DSlit;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg)
}

@-webkit-keyframes smile-3DSign {
  from {
    -webkit-transform: rotateX(-60deg);
    opacity: 0
  }
  60% {
    -webkit-transform: rotateX(0);
    opacity: 1
  }
}

@keyframes smile-3DSign {
  from {
    transform: rotateX(-60deg);
    opacity: 0
  }
  60% {
    transform: rotateX(0);
    opacity: 1
  }
}

.smile-3DSign {
  -webkit-animation-name: smile-3DSign;
  animation-name: smile-3DSign;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0
}

@-webkit-keyframes smile-3DRotateBottom {
  from {
    -webkit-transform: translateY(100%) rotateX(90deg);
    opacity: 0
  }
  50% {
    -webkit-transform: translateY(0) rotateX(0);
    opacity: 1
  }
}

@keyframes smile-3DRotateBottom {
  from {
    transform: translateY(100%) rotateX(90deg);
    opacity: 0
  }
  50% {
    transform: translateY(0) rotateX(0);
    opacity: 1
  }
}

.smile-3DRotateBottom {
  -webkit-animation-name: smile-3DRotateBottom;
  animation-name: smile-3DRotateBottom;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out
}

.smile-3DFlipVertical, .smile-3DRotateInLeft {
  -webkit-perspective: 1300px;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out
}

@-webkit-keyframes smile-3DRotateInLeft {
  from {
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    opacity: 0
  }
  60% {
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    opacity: 1
  }
}

@keyframes smile-3DRotateInLeft {
  from {
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    opacity: 0
  }
  60% {
    transform: translateZ(0) translateX(0) rotateY(0);
    opacity: 1
  }
}

.smile-3DRotateInLeft {
  -webkit-animation-name: smile-3DRotateInLeft;
  animation-name: smile-3DRotateInLeft;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out
}

@-webkit-keyframes smile-3DFlipVertical {
  from {
    -webkit-transform: rotateX(-70deg);
    opacity: 0
  }
  70% {
    -webkit-transform: rotateX(0);
    opacity: 1
  }
}

@keyframes smile-3DFlipVertical {
  from {
    transform: rotateX(-70deg);
    opacity: 0
  }
  70% {
    transform: rotateX(0);
    opacity: 1
  }
}

.smile-3DFlipVertical {
  -webkit-animation-name: smile-3DFlipVertical;
  animation-name: smile-3DFlipVertical;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out
}

@-webkit-keyframes smile-3DFlipHorizontal {
  from {
    -webkit-transform: rotateY(-70deg);
    opacity: 0
  }
  70% {
    -webkit-transform: rotateY(0);
    opacity: 1
  }
}

@keyframes smile-3DFlipHorizontal {
  from {
    transform: rotateY(-70deg);
    opacity: 0
  }
  70% {
    transform: rotateY(0);
    opacity: 1
  }
}

.smile-3DFlipHorizontal {
  -webkit-animation-name: smile-3DFlipHorizontal;
  animation-name: smile-3DFlipHorizontal;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes smile-sideFall {
  from {
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0
  }
  60% {
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    opacity: 1
  }
}

@keyframes smile-sideFall {
  from {
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0
  }
  60% {
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1
  }
}

.smile-sideFall {
  -webkit-animation-name: smile-sideFall;
  animation-name: smile-sideFall;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

@-webkit-keyframes smile-fall {
  from {
    -webkit-transform: translateZ(600px) rotateX(20deg);
    opacity: 0
  }
  60% {
    -webkit-transform: translateZ(0) rotateX(0);
    opacity: 1
  }
}

@keyframes smile-fall {
  from {
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0
  }
  60% {
    transform: translateZ(0) rotateX(0);
    opacity: 1
  }
}

.smile-fall {
  -webkit-animation-name: smile-fall;
  animation-name: smile-fall;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

@-webkit-keyframes smile-slideInBottom {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0
  }
  60% {
    -webkit-transform: translateY(0);
    opacity: 1
  }
}

@keyframes smile-slideInBottom {
  from {
    transform: translateY(20%);
    opacity: 0
  }
  60% {
    transform: translateY(0);
    opacity: 1
  }
}

.smile-slideInBottom {
  -webkit-animation-name: smile-slideInBottom;
  animation-name: smile-slideInBottom
}

@-webkit-keyframes smile-fadeInScale {
  from {
    -webkit-transform: scale(.7);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1
  }
}

@keyframes smile-fadeInScale {
  from {
    transform: scale(.7);
    opacity: 0
  }
  50% {
    transform: scale(1);
    opacity: 1
  }
}

.smile-fadeInScale {
  -webkit-animation-name: smile-fadeInScale;
  animation-name: smile-fadeInScale
}

@media(max-width:768px) {
  .cp-animate-container.smile-animated {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-filter: blur(0);
    -webkit-transform: translateZ(0) scale(1, 1);
    zoom: 1
  }
}

.cp-slidein-inline span.cp_social_hide_sidebar.cp_social_icon, ul.cp_social_icons_container.cp-hide-social-coantainer {
  visibility: hidden
}

.cp-modal-body ol, .cp-modal-body ol li, .cp-modal-body ul, .cp-modal-body ul li {
  margin: 2% 0 0 2%
}

.cp_social_networks a:hover, .cp_social_networks a:hover * {
  color: #fff
}

.cp_social_heading, .cp_social_mobile, .cp_social_mobile_button, .cp_social_networks, .cp_social_networks a, .cp_social_networks b, .cp_social_networks font, .cp_social_networks i, .cp_social_networks img, .cp_social_networks li, .cp_social_networks ol, .cp_social_networks span, .cp_social_networks strike, .cp_social_networks strong, .cp_social_networks u, .cp_social_networks ul {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  line-height: 1em;
  text-transform: none;
  font-weight: 400;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-image: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.cp_social_networks li, .cp_social_networks li a, .cp_social_networks li:focus, .cp_social_networks li:hover, .cp_social_networks li:hover a .cp_social_networks.cp_social_left li {
  border: none;
  outline: 0
}

.cp_social_count span {
  color: inherit
}

.cp_social_circle i.cp_social_icon, .cp_social_networks .cp_social_network_label, .cp_social_networks .cp_social_overlay, .cp_social_networks span, i.cp_social_icon:after, i.cp_social_icon:before {
  transition: all .35s linear;
  -moz-transition: all .35s linear;
  -webkit-transition: all .35s linear
}

.cp_social_circle .cp_social_icons_container li i:before, .cp_social_count, .cp_social_count span, .cp_social_networkname {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important
}

.cp_social_circle .cp_social_icons_container li i:after, .cp_social_circle .cp_social_icons_container li i:before, .cp_social_circle .cp_social_icons_container li:hover i:after, .cp_social_circle .cp_social_icons_container li:hover i:before {
  transition: left .3s, right .3s, margin .3s, opacity .3s !important;
  -moz-transition: left .3s, right .3s, margin .3s, opacity .3s !important;
  -webkit-transition: left .3s, right .3s, margin .3s, opacity .3s !important
}

.cp_social_icon, .cp_social_networks .cp_social_network_label {
  color: #FFF
}

.cp_social_count {
  line-height: 23px
}

.cp_social_network_label {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.cp_social_networks.cp_social_circle .cp_social_count, .cp_social_networks.cp_social_circle .cp_social_icons_container li:hover .cp_social_count, .cp_social_networks.cp_social_circle .cp_social_icons_container li:hover .cp_social_networkname, .cp_social_networks.cp_social_circle .cp_social_network_label, .cp_social_networks.cp_social_circle .cp_social_networkname, .cp_social_networks.cp_social_simple .cp_social_count, .cp_social_networks.cp_social_simple .cp_social_icons_container li:hover .cp_social_count, .cp_social_networks.cp_social_simple .cp_social_icons_container li:hover .cp_social_networkname, .cp_social_networks.cp_social_simple .cp_social_network_label, .cp_social_networks.cp_social_simple .cp_social_networkname {
  color: #444
}

.cp_social_networks.cp_social_autowidth {
  width: auto;
  display: block
}

.cp_social_networks.cp_social_autowidth .cp_social_icons_container {
  display: block;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center
}

.cp_social_networks.cp_social_autowidth ul.cp_social_icons_container li {
  float: none;
  display: inline-block
}

span.cp_social_share {
  display: block;
  width: 100%;
  height: auto
}

.cp_social_placeholder {
  width: 7px;
  height: 14px;
  display: inline-block
}

.cp_social_icons_container {
  padding: 0;
  margin: 0;
  line-height: 1em;
  display: inline-block;
  width: 100%
}

.cp_social_media_wrapper {
  display: block;
  width: 100%;
  float: left;
  margin: 15px 0 0;
  padding: 0
}

.cp-live-preview .cp_social_networks a {
  pointer-events: none
}

.cp_social_networks.cp-square i {
  border-radius: 0 !important
}

.cp_social_networks.cp-circle i {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 100% !important
}

.cp_social_networks.cp-border_radius i {
  background-color: rgba(0, 0, 0, .1)
}

.cp_social_networkname {
  word-break: break-all
}

.cp_social_icon, .cp_social_sidebar_networks .cp_social_count {
  position: relative;
  z-index: 100
}

.cp_social_networks .cp_social_overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .1);
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute
}

.cp_social_flip.cp_social_left.cp-icon-style-right .cp_social_overlay, .cp_social_left.cp-icon-style-right .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 0 -40px
}

.cp_social_inline_top {
  margin-bottom: 40px
}

.cp_social_inline_bottom {
  margin-top: 40px
}

.cp_social_networks.cp_social_left .cp_social_count, .cp_social_networks.cp_social_left .cp_social_networkname {
  line-height: 1em;
  display: inline-block
}

.cp_social_networks.cp-icon-style-right .cp_social_icon {
  float: right
}

.cp_social_networks.cp-icon-style-right .cp_social_network_label {
  margin-left: 0;
  margin-right: 50px
}

.cp_social_networks.cp-icon-style-rounded li {
  border-radius: 5px
}

.cp_social_networks.cp-icon-style-rectangle li {
  border-radius: 0
}

.cp_social_networks.cp-icon-style-circle li {
  border-radius: 100px
}

.cp_social_networks.cp-icon-style-circle .cp_social_icon {
  display: block;
  width: 100%
}

.cp_social_networks.cp-icon-style-circle .cp_social_count, .cp_social_networks.cp-icon-style-circle .cp_social_network_label {
  margin-left: 0;
  display: block;
  width: 100%;
  text-align: center
}

.cp_social_networks.cp-icon-style-circle .cp_social_icon:after, .cp_social_networks.cp-icon-style-circle .cp_social_icon:before {
  display: block;
  width: auto
}

.cp_social_networks {
  text-shadow: none !important;
  width: 100%;
  display: inline-block
}

.cp_social_networks .cp_social_icons_container {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1em !important;
  display: inline-block;
  width: inherit
}

.cp_social_networks li, .widgcp_monarchwidget .cp_social_networks li, .widgcp_text .cp_social_networks li, .widget .cp_social_networks li {
  float: left;
  position: relative;
  margin: 2% 0 0 2%;
  overflow: hidden;
  min-height: 40px;
  line-height: 0
}

.textwidget .cp_social_networks li {
  margin-bottom: 0
}

.cp_social_networks.cp_social_nospace li, .cp_social_open_all .cp_social_overlay {
  margin: 0 !important
}

.cp_social_networks li a {
  text-decoration: none;
  line-height: 0
}

.cp_social_icon, .cp_social_networks li, .cp_social_networks li a {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.cp_social_networks div.cp_social_network_label {
  font-size: 14px;
  line-height: 1.5em
}

.cp_social_networks div.cp_social_count .cp_social_count_label {
  font-size: 12px;
  font-weight: 400
}

.cp_social_networks div, .cp_social_networks li i, .cp_social_networks span {
  position: relative;
  z-index: 2
}

.cp_social_networks .cp_social_icon, .cp_social_networks .cp_social_icon:after, .cp_social_networks .cp_social_icon:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.cp_social_networks .cp_social_count span, .cp_social_networks .cp_social_networkname {
  font-weight: 700
}

.cp_social_count, .cp_social_networkname {
  display: none
}

.cp_social_sidebar_withcounts .cp_social_count, .cp_social_withcounts .cp_social_count, .cp_social_withnetworknames .cp_social_networkname {
  display: inherit
}

.cp_social_networks.cp_social_left i.cp_social_icon.cp_social_icon_all_button {
  float: none !important
}

.cp_social_networks .cp_social_all_button i.cp_social_icon.cp_social_icon_all_button:after, .cp_social_networks .cp_social_all_button i.cp_social_icon.cp_social_icon_all_button:before {
  width: 100%
}

.cp_social_slide.cp_social_left .cp_social_all_button i.cp_social_icon.cp_social_icon_all_button:after {
  left: -100%
}

.cp_social_slide.cp_social_left li.cp_social_all_button:hover i.cp_social_icon.cp_social_icon_all_button:after {
  left: 0
}

.cp_social_slide.cp_social_left li:hover i.cp_social_icon.cp_social_icon_all_button:before {
  margin-left: 100% !important
}

.cp_social_flip.cp_social_left li.cp_social_all_button:hover i.cp_social_icon.cp_social_icon_all_button:before {
  width: 110% !important
}

li.cp_social _all_button {
  padding: 0;
  text-align: center
}

.cp_social_circle li.cp_social_all_button {
  padding: 0;
  text-align: left
}

.cp_social_top.cp_social_rectangle.cp_social_withcounts li.cp_social_all_button a.cp_social_open_all, .cp_social_top.cp_social_rounded.cp_social_withcounts li.cp_social_all_button a.cp_social_open_all {
  padding: 22px 0 !important
}

.cp_social_top.cp_social_rectangle.cp_social_withnetworknames li.cp_social_all_button a.cp_social_open_all, .cp_social_top.cp_social_rounded.cp_social_withnetworknames li.cp_social_all_button a.cp_social_open_all {
  padding: 21px 0 !important
}

.cp_social_top.cp_social_rectangle.cp_social_withnetworknames.cp_social_withcounts li.cp_social_all_button a.cp_social_open_all, .cp_social_top.cp_social_rounded.cp_social_withnetworknames.cp_social_withcounts li.cp_social_all_button a.cp_social_open_all {
  padding: 33px 0 !important
}

.cp_social_slide .cp_social_icon:after {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0
}

.cp_social_icon:after, .cp_social_networks.cp_social_simple .cp_social_overlay, .cp_social_popup {
  display: none
}

.cp_social_slide li:hover .cp_social_icon:before {
  opacity: 0;
  margin-top: 40px
}

.cp_social_slide li:hover .cp_social_icon:after {
  top: 0
}

.cp_social_slide li:hover .cp_social_overlay {
  margin: 0 0 0 100px
}

.cp_social_slide.cp_social_left .cp_social_icon {
  overflow: hidden
}

.cp_social_slide.cp_social_left li .cp_social_icon:after {
  left: -40px;
  top: 0
}

.cp_social_slide.cp_social_left li:hover .cp_social_icon:after {
  left: 0
}

.cp_social_slide.cp_social_left li:hover .cp_social_icon:before {
  margin-left: 40px;
  margin-top: 0;
  opacity: 0
}

.cp_social_networks.cp-no-spacing li {
  margin: 0 !important
}

.cp_social_flip li {
  min-width: 40px
}

.cp_social_flip li .cp_social_share, .cp_social_flip li a {
  border-left: 0 solid rgba(0, 0, 0, .2)
}

.cp_social_flip.cp_social_top.cp_social_autowidth li a {
  border-left: 8px solid transparent;
  padding: 10px 18px 10px 10px
}

.cp_social_flip.cp_social_top.cp_social_autowidth li.cp_social_all_button a.cp_social_open_all {
  padding-right: 8px !important
}

.cp_social_flip.cp_social_top li:hover a, .cp_social_media_wrapper .cp_social_flip.cp_social_top li:hover .cp_social_share {
  border-left: 8px solid rgba(0, 0, 0, .1)
}

.cp_social_flip.cp_social_left li:hover .cp_social_network_label, .cp_social_flip.cp_social_left li:hover .cp_social_overlay {
  margin: 0 0 0 50px
}

.cp_social_flip.cp_social_left.cp-icon-style-right li:hover .cp_social_overlay {
  margin: 0 0 0 -55px
}

.cp_social_flip.cp_social_left.cp-icon-style-right li:hover .cp_social_network_label {
  margin: 0 0 0 -10px
}

.cp_social_flip.cp_social_left li:hover .cp_social_icon:before {
  width: 50px
}

.cp_social_networks.cp_social_flip.cp_social_left.cp-icon-style-right .cp_social_icon, .cp_social_networks.cp_social_flip.cp_social_left.cp-icon-style-right .cp_social_icon:after, .cp_social_networks.cp_social_flip.cp_social_left.cp-icon-style-right .cp_social_icon:before {
  float: right
}

.cp_social_flip.cp_social_left.cp_social_circle li:hover .cp_social_icon:before {
  width: inherit
}

.cp_social_flip.cp_social_left.cp_social_autowidth li:hover .cp_social_network_label, .cp_social_flip.cp_social_left.cp_social_autowidth li:hover .cp_social_overlay {
  margin: 0 0 0 45px
}

.cp_social_flip.cp_social_left.cp_social_autowidth li:hover .cp_social_icon:before {
  width: 45px
}

.cp_social_flip.cp_social_left.cp_social_autowidth li:hover .cp_social_network_label {
  padding-right: 5px
}

.cp_social_flip.cp_social_left.cp_social_autowidth.cp-icon-style-right li:hover .cp_social_network_label {
  margin-left: -5px !important;
  margin-right: 65px !important
}

.cp_social_flip.cp_social_circle li .cp_social_icon, .cp_social_media_wrapper .cp_social_flip.cp_social_circle li:hover .cp_social_share {
  border-left: 0 solid rgba(0, 0, 0, .1);
  left: 0
}

.cp_social_flip.cp_social_circle li:hover .cp_social_icon {
  border-left: 6px solid rgba(0, 0, 0, .1);
  width: 32px
}

.cp_social_flip.cp_social_circle.cp_social_left li:hover .cp_social_icon {
  left: 1px
}

.cp_social_flip.cp_social_circle.cp_social_top li:hover a {
  border: none
}

.cp_social_flip.cp_social_top.cp_social_circle.cp_social_autowidth li a {
  border-left: none;
  padding: 10px
}

.cp_social_networks.cp-icon-style-rectangle.cp_gradient i.cp_social_icon {
  margin: 5px auto 10px
}

.cp_social_networks.cp_gradient.cp-no-count-no-share .cp_social_overlay {
  margin: 0
}

.cp_social_col_1 li {
  width: 100%
}

.cp_social_col_2 li {
  width: 49%
}

.cp_social_col_3 li {
  width: 32%
}

.cp_social_col_4 li {
  width: 23.5%
}

.cp_social_col_5 li {
  width: 18.4%
}

.cp_social_col_6 li {
  width: 15%
}

.cp_social_autowidth li {
  width: auto;
  margin: 0 2% 2% 0 !important
}

.cp_social_col_2.cp-no-spacing li {
  width: 50%
}

.cp_social_col_3.cp-no-spacing li {
  width: 33.33%
}

.cp_social_col_4.cp-no-spacing li {
  width: 25%
}

.cp_social_col_5.cp-no-spacing li {
  width: 20%
}

.cp_social_col_6.cp-no-spacing li {
  width: 16.66%
}

.cp_social_autowidth.cp-no-spacing li {
  width: auto;
  margin: 0 !important
}

.cp_social_col_1 li:first-child, .cp_social_col_2 li:nth-child(-n+2), .cp_social_col_3 li:nth-child(-n+3), .cp_social_col_4 li:nth-child(-n+4), .cp_social_col_5 li:nth-child(-n+5), .cp_social_col_6 li:nth-child(-n+6) {
  margin-top: 0
}

.cp_social_autowidth li:first-child, .cp_social_col_1 li, .cp_social_col_2 li:nth-child(2n+1), .cp_social_col_3 li:nth-child(3n+1), .cp_social_col_4 li:nth-child(4n+1), .cp_social_col_5 li:nth-child(5n+1), .cp_social_col_6 li:nth-child(6n+1) {
  margin-left: 0;
  clear: both
}

.cp_social_autowidth li:first-child {
  margin-left: 2% !important
}

.cp_social_col_2.cp_social_nospace li {
  width: 50%
}

.cp_social_col_3.cp_social_nospace li {
  width: 33.33%
}

.cp_social_col_4.cp_social_nospace li {
  width: 25%
}

.cp_social_col_5.cp_social_nospace li {
  width: 20%
}

.cp_social_col_6.cp_social_nospace li {
  width: 16.66%
}

.cp_social_popup.cp_social_visible {
  display: block
}

.cp_social_visible {
  z-index: 999999
}

.cp_social_networks p {
  margin: 0;
  line-height: 0
}

.cp_social_networks.cp_social_circle li, .cp_social_networks.cp_social_circle li .cp_social_overlay, .cp_social_networks.cp_social_simple li, .cp_social_networks.cp_social_simple li .cp_social_overlay {
  background: 0 0 !important
}

.cp_social_networks.cp_social_circle .cp_social_icon, .cp_social_networks.cp_social_circle .cp_social_icon:after, .cp_social_networks.cp_social_circle .cp_social_icon:before, .cp_social_networks.cp_social_circle.cp_social_simple .cp_social_icon, .cp_social_networks.cp_social_circle.cp_social_simple .cp_social_icon:after, .cp_social_networks.cp_social_circle.cp_social_simple .cp_social_icon:before {
  border-radius: 100%
}

.cp_social_facebook, .cp_social_networks.cp_social_circle .cp_social_facebook i, .cp_social_networks.cp_social_simple .cp_social_facebook i {
  background-color: #3a579a
}

.cp_3D .cp_social_facebook, .cp_social_networks.cp_social_circlecp_3D .cp_social_facebook i, .cp_social_networks.cp_social_simple.cp_3D .cp_social_facebook i {
  position: relative;
  box-shadow: 0 4px #314a83
}

.cp_social_networks.cp_social_simple.cp_3D li, .cp_social_networks.cp_social_simple.cp_3D li:hover {
  position: relative;
  box-shadow: none !important
}

.cp_social_networks.cp_social_circle li.cp_social_facebook:hover i, .cp_social_networks.cp_social_simple li.cp_social_facebook:hover i, li.cp_social_facebook:hover {
  background-color: #314a83
}

.cp-icon-style-simple.cp-normal .cp_social_facebook, .cp-icon-style-top.cp-normal .cp_social_facebook, .cp-icon-style-top.cp-normal .cp_social_facebook i, .cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_facebook i {
  color: #314a83
}

.cp-icon-style-simple.cp-normal .cp_social_icon, .cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_icon i {
  background-color: transparent !important;
  border-radius: 0
}

.cp_social_networks.cp_social_circle .cp_social_twitter i, .cp_social_networks.cp_social_simple .cp_social_twitter i, .cp_social_twitter {
  background-color: #00abf0
}

.cp_social_networks.cp_social_circle li.cp_social_twitter:hover i, .cp_social_networks.cp_social_simple li.cp_social_twitter:hover i, li.cp_social_twitter:hover {
  background-color: #0092cc
}

.cp_3D .cp_social_twitter, .cp_social_networks.cp_social_circle.cp_3D .cp_social_twitter i, .cp_social_networks.cp_social_simple.cp_3D .cp_social_twitter i {
  box-shadow: 0 4px #0092cc
}

.cp-icon-style-simple.cp-normal .cp_social_twitter, .cp-icon-style-top.cp-normal .cp_social_twitter, .cp-icon-style-top.cp-normal .cp_social_twitter i, .cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_twitter i {
  color: #0092cc
}

.cp_social_networks.cp_social_circle .cp_social_pinterest i, .cp_social_networks.cp_social_simple .cp_social_pinterest i, .cp_social_pinterest {
  background-color: #cd1c1f
}

.cp_social_networks.cp_social_circle li.cp_social_pinterest:hover i, .cp_social_networks.cp_social_simple li.cp_social_pinterest:hover i, li.cp_social_pinterest:hover {
  background-color: #ae181a
}

.cp_3D .cp_social_pinterest, .cp_social_networks.cp_social_circle.cp_3D .cp_social_pinterest i, .cp_social_networks.cp_social_simple.cp_3D .cp_social_pinterest i {
  box-shadow: 0 4px #ae181a
}

.cp-icon-style-simple.cp-normal .cp_social_pinterest, .cp-icon-style-top.cp-normal .cp_social_pinterest, .cp-icon-style-top.cp-normal .cp_social_pinterest i, .cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_pinterest i {
  color: #ae181a
}

.cp_social_networks.cp_social_circle .cp_social_tumblr i, .cp_social_networks.cp_social_simple .cp_social_tumblr i, .cp_social_tumblr {
  background-color: #32506d
}

.cp_social_networks.cp_social_circle li.cp_social_tumblr:hover i, .cp_social_networks.cp_social_simple li.cp_social_tumblr:hover i, li.cp_social_tumblr:hover {
  background-color: #2b445d
}

.cp_3D .cp_social_tumblr, .cp_social_networks.cp_social_circle.cp_3D .cp_social_tumblr i, .cp_social_networks.cp_social_simple.cp_3D .cp_social_tumblr i {
  box-shadow: 0 4px #2b445d
}

.cp-icon-style-simple.cp-normal .cp_social_tumblr, .cp-icon-style-top.cp-normal .cp_social_tumblr, .cp-icon-style-top.cp-normal .cp_social_tumblr i, .cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_tumblr i {
  color: #32506d
}

.cp_social_networks.cp_social_circle .cp_social_stumbleupon i, .cp_social_networks.cp_social_simple .cp_social_stumbleupon i, .cp_social_stumbleupon {
  background-color: #ea4b24
}

.cp_social_networks.cp_social_circle li.cp_social_stumbleupon:hover i, .cp_social_networks.cp_social_simple li.cp_social_stumbleupon:hover i, li.cp_social_stumbleupon:hover {
  background-color: #c7401f
}

.cp_3D .cp_social_stumbleupon, .cp_social_networks.cp_social_circle.cp_3D .cp_social_stumbleupon i, .cp_social_networks.cp_social_simple.cp_3D .cp_social_stumbleupon i {
  box-shadow: 0 4px #c7401f
}

.cp-icon-style-simple.cp-normal .cp_social_stumbleupon, .cp-icon-style-top.cp-normal .cp_social_stumbleupon, .cp-icon-style-top.cp-normal .cp_social_stumbleupon i, .cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_stumbleupon i {
  color: #ea4b24
}

.cp_social_blogger, .cp_social_networks.cp_social_circle .cp_social_blogger i, .cp_social_networks.cp_social_simple .cp_social_blogger i {
  background-color: #f59038
}

.cp_social_networks.cp_social_circle li.cp_social_blogger:hover i, .cp_social_networks.cp_social_simple li.cp_social_blogger:hover i, li.cp_social_blogger:hover {
  background-color: #d07b30
}

.cp_3D .cp_social_blogger, .cp_social_networks.cp_social_circle.cp_3D .cp_social_blogger i, .cp_social_networks.cp_social_simple.cp_3D .cp_social_blogger i {
  box-shadow: 0 4px #d07b30
}

.cp-icon-style-simple.cp-normal .cp_social_blogger, .cp-icon-style-top.cp-normal .cp_social_blogger, .cp-icon-style-top.cp-normal .cp_social_blogger i, .cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_blogger i {
  color: #f59038
}

.cp_social_myspace, .cp_social_networks.cp_social_circle .cp_social_myspace i, .cp_social_networks.cp_social_simple .cp_social_myspace i {
  background-color: #3a5998
}

.cp_social_networks.cp_social_circle li.cp_social_myspace:hover i, .cp_social_networks.cp_social_simple li.cp_social_myspace:hover i, li.cp_social_myspace:hover {
  background-color: #314c81
}

.cp_3D .cp_social_myspace, .cp_social_networks.cp_social_circle.cp_3D .cp_social_myspace i, .cp_social_networks.cp_social_simple.cp_3D .cp_social_myspace i {
  box-shadow: 0 4px #314c81
}

.cp-icon-style-simple.cp-normal .cp_social_myspace, .cp-icon-style-top.cp-normal .cp_social_myspace, .cp-icon-style-top.cp-normal .cp_social_myspace i, .cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_myspace i {
  color: #3a5998
}

.cp_social_linkedin, .cp_social_networks.cp_social_circle .cp_social_linkedin i, .cp_social_networks.cp_social_simple .cp_social_linkedin i {
  background-color: #127bb6
}

.cp_social_networks.cp_social_circle li.cp_social_linkedin:hover i, .cp_social_networks.cp_social_simple li.cp_social_linkedin:hover i, li.cp_social_linkedin:hover {
  background-color: #0f699b
}

.cp_3D .cp_social_linkedin, .cp_social_networks.cp_social_circle.cp_3D .cp_social_linkedin i, .cp_social_networks.cp_social_simple.cp_3D .cp_social_linkedin i {
  box-shadow: 0 4px #0f699b
}

.cp-icon-style-simple.cp-normal .cp_social_linkedin, .cp-icon-style-top.cp-normal .cp_social_linkedin, .cp-icon-style-top.cp-normal .cp_social_linkedin i, .cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_linkedin i {
  color: #127bb6
}

.cp_social_google, .cp_social_networks.cp_social_circle .cp_social_google i, .cp_social_networks.cp_social_simple .cp_social_google i {
  background-color: #df4a32
}

.cp_social_networks.cp_social_circle li.cp_social_google:hover i, .cp_social_networks.cp_social_simple li.cp_social_google:hover i, li.cp_social_google:hover {
  background-color: #be3f2b
}

.cp_3D .cp_social_google, .cp_social_networks.cp_social_circle.cp_3D .cp_social_google i, .cp_social_networks.cp_social_simple.cp_3D .cp_social_google i {
  box-shadow: 0 4px #be3f2b
}

.cp-icon-style-simple.cp-normal .cp_social_google, .cp-icon-style-top.cp-normal .cp_social_google, .cp-icon-style-top.cp-normal .cp_social_google i, .cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_google i {
  color: #be3f2b
}

.cp_social_networks.cp_social_circle .cp_social_reddit i, .cp_social_networks.cp_social_simple .cp_social_reddit i, .cp_social_reddit {
  background-color: #fc461e
}

.cp_social_networks.cp_social_circle li.cp_social_reddit:hover i, .cp_social_networks.cp_social_simple li.cp_social_reddit:hover i, li.cp_social_reddit:hover {
  background-color: #d63c1a
}

.cp_3D .cp_social_reddit, .cp_social_networks.cp_social_circle.cp_3D .cp_social_reddit i, .cp_social_networks.cp_social_simple.cp_3D .cp_social_reddit i {
  box-shadow: 0 4px #d63c1a
}

.cp-icon-style-simple.cp-normal .cp_social_reddit, .cp-icon-style-top.cp-normal .cp_social_reddit, .cp-icon-style-top.cp-normal .cp_social_reddit i, .cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_reddit i {
  color: #d63c1a
}

.cp_social_digg, .cp_social_networks.cp_social_circle .cp_social_digg i, .cp_social_networks.cp_social_simple .cp_social_digg i {
  background-color: #546b9f
}

.cp_social_networks.cp_social_circle li.cp_social_digg:hover i, .cp_social_networks.cp_social_simplecp_social_simple li.cp_social_digg:hover i, li.cp_social_digg:hover {
  background-color: #475b87
}

.cp_3D .cp_social_digg, .cp_social_networks.cp_social_circle.cp_3D .cp_social_digg i, .cp_social_networks.cp_social_simple.cp_3D .cp_social_digg i {
  box-shadow: 0 4px #475b87
}

.cp-icon-style-simple.cp-normal .cp_social_digg, .cp-icon-style-top.cp-normal .cp_social_digg, .cp-icon-style-top.cp-normal .cp_social_digg i, .cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_digg i {
  color: #475b87
}

.cp_social_left {
  text-align: left
}

.cp_social_left .cp_social_network_label {
  margin-left: 40px;
  padding: 7px 14px 10px 10px
}

.cp_social_left.cp-icon-style-right .cp_social_network_label {
  padding: 7px 14px 10px 10px
}

.cp_social_left.cp_3D .cp_social_network_label {
  padding: 7px 14px 8px 10px
}

.cp_social_left .cp_social_network_label div {
  margin: 6px 4px 0
}

.cp_social_left .cp_social_count span {
  display: inline-block
}

.cp_social_left .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 0 40px
}

.cp_social_left.cp_social_circle .cp_social_network_label, .cp_social_left.cp_social_circle li:hover .cp_social_network_label {
  margin-left: 46px !important;
  padding: 6px 0 0;
  padding-right: 0 !important
}

.cp-border_radius .cp_social_share, .cp-circle .cp_social_share {
  padding: 5px
}

.cp_social_left .cp_social_icon {
  float: left
}

.cp_social_left.cp-circle .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 0 50px
}

.cp_social_flip.cp_social_left.cp-circle li:hover .cp_social_network_label, .cp_social_flip.cp_social_left.cp-circle li:hover .cp_social_overlay {
  margin: 0 0 0 50px
}

.cp_social_left.cp-border_radius .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 0 50px
}

.cp_social_flip.cp_social_left.cp-border_radius li:hover .cp_social_network_label, .cp_social_flip.cp_social_left.cp-border_radius li:hover .cp_social_overlay, .cp_social_left.cp-border_radius li:hover .cp_social_overlay {
  margin: 0 0 0 50px
}

.cp_social_flip.cp_social_left.cp-icon-style-right.cp-border_radius .cp_social_overlay, .cp_social_flip.cp_social_left.cp-icon-style-right.cp-circle .cp_social_overlay, .cp_social_left.cp-icon-style-right.cp-border_radius .cp_social_overlay, .cp_social_left.cp-icon-style-right.cp-circle .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 0 -50px
}

.cp_social_flip.cp_social_left.cp-icon-style-right.cp-border_radius li:hover .cp_social_network_label, .cp_social_flip.cp_social_left.cp-icon-style-right.cp-border_radius li:hover .cp_social_overlay, .cp_social_flip.cp_social_left.cp-icon-style-right.cp-circle li:hover .cp_social_network_label, .cp_social_flip.cp_social_left.cp-icon-style-right.cp-circle li:hover .cp_social_overlay, .cp_social_left.cp-icon-style-right.cp-border_radius li:hover .cp_social_overlay, .cp_social_left.cp-icon-style-right.cp-circle li:hover .cp_social_overlay {
  margin: 0 0 0 -55px
}

.cp_social_flip.cp_social_left.cp-icon-style-right.cp-border_radius li:hover .cp_social_network_label, .cp_social_flip.cp_social_left.cp-icon-style-right.cp-circle li:hover .cp_social_network_label {
  margin: 0 10px 0 -10px
}

.cp_social_networks.cp_social_col_1 li {
  margin: 2% 0 0 !important
}

.cp_social_left.cp-square .cp_social_overlay {
  margin: 0 0 0 50px
}

.cp_social_flip.cp_social_left.cp-icon-style-right.cp-square .cp_social_overlay, .cp_social_left.cp-icon-style-right.cp-square .cp_social_overlay {
  margin: 0 0 0 -50px
}

.cp_social_left.cp-icon-style-left.cp-square.cp_gradient li:hover .cp_social_network_label, .cp_social_left.cp-icon-style-left.cp-square.cp_gradient li:hover .cp_social_overlay, .cp_social_left.cp-icon-style-left.cp_gradient li:hover .cp_social_network_label, .cp_social_left.cp-icon-style-left.cp_gradient li:hover .cp_social_overlay {
  margin: 0 0 0 55px
}

.cp_social_left.cp-icon-style-left.cp-square.cp_gradient li:hover .cp_social_network_label, .cp_social_left.cp-icon-style-left.cp_gradient li:hover .cp_social_network_label {
  margin: 0 0 0 50px
}

.cp_social_left.cp-icon-style-rectangle.cp-border_radius li:hover .cp_social_network_label, .cp_social_left.cp-icon-style-rectangle.cp-circle li:hover .cp_social_network_label, .cp_social_left.cp-icon-style-rectangle.cp-square li:hover .cp_social_network_label {
  padding: 5px 0 0
}

@media only screen and (min-width:768px) {
  .cp_social_autowidth.cp_social_nospace.cp_social_rounded .cp_social_icons_container {
    width: auto;
    float: left
  }
}

@media only screen and (max-width:767px) {
  .cp_social_networks li {
    margin: 2% 0 0 2% !important;
    width: 49% !important;
    clear: none !important
  }
  .cp_social_networks li:nth-child(2n+1) {
    margin-left: 0 !important;
    clear: both !important
  }
  .cp_social_networks li:nth-child(-n+2) {
    margin-top: 0 !important
  }
  .cp_social_networks.cp_social_nospace li {
    width: 50% !important
  }
  .cp_social_media .cp_social_networks li {
    width: auto !important;
    clear: none !important;
    margin: 0 2% 2% 0 !important;
    overflow: hidden
  }
  .cp_social_media .cp_social_networks.cp_social_nospace li {
    margin: 0 !important
  }
  .cp_social_media .cp_social_nospace.cp_social_rounded .cp_social_icons_container {
    width: auto;
    float: left
  }
  .cp_social_media .cp_social_networks li .cp_social_network_label {
    display: none
  }
  .cp_social_pinterest_window {
    height: 80%;
    width: 80%;
    top: 10px;
    margin-left: 0;
    z-index: 99999999;
    left: 6%
  }
  .cp_social_pin_images {
    max-height: 90%
  }
  .cp_social_autowidth.cp_social_networks li:nth-child(n) {
    width: auto !important;
    margin: 0 2% 2% 0 !important;
    clear: none !important
  }
  .cp_social_autowidth.cp_social_nospace li:nth-child(n) {
    margin: 0 !important
  }
  .cp_social_autowidth.cp_social_nospace.cp_social_rounded .cp_social_icons_container {
    width: auto;
    float: left
  }
  .cp_social_networks.cp_social_autowidth .cp_social_icons_container {
    text-align: center !important
  }
}

@media only screen and (max-width:768px) {
  .cp_social_networks li {
    width: 100% !important;
    margin-left: 0 !important;
    clear: both !important
  }
  .cp_social_networks li:first-child {
    margin-top: 0 !important
  }
  .cp_social_networks li:nth-child(n+2) {
    margin: 2% 0 0 !important
  }
  .cp_social_networks.cp_social_nospace li {
    margin: 0 !important;
    width: 100% !important
  }
  .cp_social_media .cp_social_networks li {
    width: auto !important;
    clear: none !important;
    margin: 0 2% 2% 0 !important
  }
  .cp_social_media .cp_social_networks.cp_social_nospace li {
    margin: 0 !important
  }
  .cp_social_media .cp_social_networks li .cp_social_network_label {
    display: none
  }
  .cp_social_autowidth.cp_social_networks li:nth-child(n) {
    width: auto !important;
    margin: 0 2% 2% 0 !important;
    clear: none !important
  }
  .cp_social_autowidth.cp_social_nospace li:nth-child(n) {
    margin: 0 !important
  }
  .cp_social_autowidth.cp_social_nospace.cp_social_rounded .cp_social_icons_container {
    width: auto;
    float: left
  }
  .cp_social_networks.cp_social_autowidth .cp_social_icons_container {
    display: block;
    width: auto
  }
  .cp_social_networks div.cp_social_network_label {
    display: none
  }
}

.cp-slidein ul.cp_social_icons_container li {
  margin: 2% 0 0 1% !important
}

.cp-slidein .cp_social_media_wrapper {
  margin: 0
}

.cp-slidein .cp_social_networks.cp_social_autowidth .cp_social_icons_container {
  display: block;
  width: auto
}

.cp-slidein .cp-icon-style-top.cp-no-spacing ul.cp_social_icons_container li {
  margin: 0 0 -1px !important
}

.cp-slidein .cp-icon-style-top.cp-no-spacing ul.cp_social_icons_container {
  margin-top: 15px
}

.cp-slidein .cp-no-spacing ul.cp_social_icons_container li {
  margin: 0 !important
}

.cp-slidein .cp_social_left.cp-icon-style-top {
  text-align: center
}

.cp-slidein .cp_social_networks.cp-icon-style-top .cp_social_icons_container {
  max-width: 100px
}

.cp-slidein .cp-icon-style-top .cp_social_icon {
  float: none
}

.cp-slidein .cp-icon-style-top ul.cp_social_icons_container li {
  border-left: 0 solid rgba(0, 0, 0, 1);
  width: 50px;
  max-width: 50px;
  min-height: 50px;
  margin: 4% 0 4% 2% !important;
  -webkit-box-shadow: 1px 0 1px rgba(79, 78, 79, .19);
  -moz-box-shadow: 1px 0 1px rgba(79, 78, 79, .19);
  box-shadow: 1px 0 1px rgba(79, 78, 79, .19);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s
}

.cp-slidein .cp-icon-style-top.cp-circle ul.cp_social_icons_container li {
  margin: 6% 0 6% 2% !important
}

.cp-slidein .cp-icon-style-top.cp-circle.cp-no-spacing ul.cp_social_icons_container li {
  margin: 0 !important
}

.cp-slidein.slidein-center-right .cp-icon-style-top ul.cp_social_icons_container li {
  float: right
}

.cp-slidein .cp-icon-style-top.cp_3D ul.cp_social_icons_container li {
  margin: 5% 0 0 1% !important
}

.cp-slidein .cp-icon-style-top .cp_social_network_label {
  font-size: 10px;
  line-height: 1em;
  margin: 0 auto;
  text-align: center;
  padding: 0 5px 5px
}

.cp-slidein .cp-icon-style-top .cp_social_network_label div {
  margin: 0
}

.cp-slidein .cp-icon-style-top .cp_social_overlay {
  margin: 0 0 0 -90px
}

.cp-slidein .cp-icon-style-top .cp_social_icon, .cp-slidein .cp-icon-style-top .cp_social_icon:after, .cp-slidein .cp-icon-style-top .cp_social_icon:before {
  width: auto;
  height: auto;
  line-height: 1.15em;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.cp-slidein .cp-icon-style-top .cp_social_icon:before {
  content: ""
}

.cp-slidein .cp-icon-style-top .cp_social_icon {
  margin: 10px 0 2px
}

.cp-slidein .cp-icon-style-top.cp-border_radius .cp_social_share, .cp-slidein .cp-icon-style-top.cp-circle .cp_social_share, .cp-slidein .cp-icon-style-top.cp-icon-style-left.cp-square .cp_social_share, .cp-slidein .cp-icon-style-top.cp-icon-style-rectangle.cp-square .cp_social_share, .cp-slidein .cp-icon-style-top.cp-icon-style-rounded.cp-square .cp_social_share, .cp-slidein .cp-icon-style-top.cp-square .cp_social_share {
  padding: 0;
  color: #fff
}

.cp-slidein .cp-icon-style-top.cp-border_radius i, .cp-slidein .cp-icon-style-top.cp-circle i {
  background-color: transparent;
  border-radius: 0 !important
}

.cp-slidein .cp-icon-style-top.cp-circle li {
  border-radius: 100% !important;
  min-height: 50px
}

.cp-slidein .cp-icon-style-top.cp-border_radius li {
  border-radius: 5px
}

.cp-slidein .cp-icon-style-top.cp-hover-border.cp-circle li {
  border: 2px solid transparent;
  max-height: 50px
}

.cp-icon-style-top.cp-normal li {
  background: 0 0 !important
}

.cp-icon-style-top.cp-normal .cp_social_network_label {
  color: #333
}

.cp-slidein .cp-icon-style-top li:hover i {
  opacity: .8
}

.cp-slidein.slidein-center-left .cp-icon-style-top.cp-hover-border ul.cp_social_icons_container li:hover {
  border-left: 6px solid rgba(0, 0, 0, .3)
}

.cp-slidein.slidein-center-right .cp-icon-style-top.cp-hover-border ul.cp_social_icons_container li:hover {
  border-right: 6px solid rgba(0, 0, 0, .3)
}

.cp-slidein .cp-icon-style-top.cp-hover-border.cp-circle ul.cp_social_icons_container li:hover {
  border: 2px solid rgba(0, 0, 0, .25)
}

.cp-slidein.slidein-center-right .cp-icon-style-top.cp-hover-flip ul.cp_social_icons_container li:hover {
  width: 46px;
  border-right: 6px solid rgba(0, 0, 0, .3)
}

.cp-slidein-inline .cp-icon-style-top.cp-hover-flip ul.cp_social_icons_container li:hover, .cp-slidein.slidein-center-left .cp-icon-style-top.cp-hover-flip ul.cp_social_icons_container li:hover {
  width: 46px;
  border-left: 6px solid rgba(0, 0, 0, .3)
}

.cp-slidein .cp-icon-style-top.cp-hover-grow .cp_social_icons_container li:hover {
  width: 55px;
  max-width: 60px
}

.cp-slidein-inline .cp-icon-style-top.cp-hover-grow.cp-circle ul.cp_social_icons_container li:hover, .cp-slidein.slidein-center-left .cp-icon-style-top.cp-hover-grow.cp-circle ul.cp_social_icons_container li:hover {
  width: 50px;
  max-width: 60px;
  margin-left: 8px !important
}

.cp-slidein.slidein-center-right .cp-icon-style-top.cp-hover-grow.cp-circle ul.cp_social_icons_container li:hover {
  width: 50px;
  max-width: 60px;
  margin-right: 8px !important
}

.cp-slidein.slidein-center-left .cp-icon-style-top.cp-square .cp_social_icons_container li:first-child {
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px
}

.cp-slidein.slidein-center-left .cp-icon-style-top.cp-square .cp_social_icons_container li:last-child {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.cp-slidein.slidein-center-right .cp-icon-style-top.cp-square .cp_social_icons_container li:first-child {
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px
}

.cp-slidein.slidein-center-right .cp-icon-style-top.cp-square .cp_social_icons_container li:last-child {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.cp-slidein span.cp_social_hide_sidebar.cp_social_icon {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  border-radius: 100%;
  margin-left: 13px !important;
  float: none;
  width: 24px;
  height: 24px;
  display: block
}

.cp-slidein .cp_social_hide_sidebar.cp_social_hidden_sidebar {
  opacity: 1
}

.cp-slidein span.cp_social_hide_sidebar {
  background: rgba(0, 0, 0, .9);
  height: 24px;
  width: 24px;
  display: block;
  cursor: pointer;
  margin: 8px 0 0 8px !important;
  border-radius: 12px;
  opacity: 0
}

.cp-slidein span.cp_social_hide_sidebar.cp_social_hidden_sidebar, span.cp_social_hide_sidebar.cp_hidden_sidebar {
  opacity: 1
}

.cp-slidein .cp_social_hide_sidebar.cp_social_icon:before {
  content: "\e649";
  transform: rotate(-90deg);
  font-size: 20px !important;
  line-height: 24px !important;
  left: -1px
}

.cp-slidein:hover span.cp_social_hide_sidebar.cp_social_icon {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  opacity: 1
}

.cp-slidein span.cp_social_hide_sidebar.cp_hidden_sidebar {
  border-radius: 0 6px 6px 0;
  margin-left: 0 !important
}

.cp-slidein.slidein-center-right span.cp_social_hide_sidebar.cp_hidden_sidebar {
  border-radius: 6px 0 0 6px;
  margin-left: auto !important;
  margin-right: 0 !important
}

.cp-slidein .cp_social_hide_sidebar.cp_hidden_sidebar:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.cp-slidein.slidein-center-right .cp_social_hide_sidebar.cp_hidden_sidebar {
  border-radius: 6px 0 0 6px;
  margin-right: 0 !important
}

.cp-slidein.slidein-center-right .cp_social_hide_sidebar.cp_hidden_sidebar:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.cp-slidein .cp-network-without-count a.cp_social_share {
  min-height: 50px;
  vertical-align: middle;
  position: relative
}

.cp-slidein .cp-icon-style-top.cp-network-without-count .cp_social_icon {
  float: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.slidein-center-left .cp_social_left.cp-icon-style-top.cp_none {
  text-align: left
}

.slidein-center-right .cp_social_left.cp-icon-style-top.cp_none {
  text-align: right
}

.slidein-center-right span.cp_social_hide_sidebar.cp_social_icon {
  float: right;
  margin-right: 13px !important
}

.cp-slidein .cp_social_networks.cp-icon-style-top .cp_social_icons_container {
  display: inline-block;
  min-width: 45px;
  width: auto;
  float: none;
  margin: 0 auto !important;
  text-align: center
}

.cp-slidein .cp_social_networks.cp-icon-style-top.cp-border_radius .cp_social_icons_container, .cp-slidein .cp_social_networks.cp-icon-style-top.cp-circle .cp_social_icons_container {
  margin: 0 5px !important
}

.cp-slidein .cp_social_flip.cp_social_left.cp-icon-style-right li:hover .cp_social_overlay {
  margin: 0 0 0 -55px
}

.cp-slidein .cp_social_flip.cp_social_left.cp-icon-style-right li:hover .cp_social_network_label {
  margin: 0 0 0 -10px
}

.cp-info-bar .cp_social_media_wrapper {
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 5px;
  padding: 0;
  min-width: 350px
}

.cp-info-bar .cp-no-spacing.cp-normal {
  margin-bottom: 10px
}

.cp-info-bar .cp_social_flip.cp_social_left.cp-icon-style-right li:hover .cp_social_network_label {
  margin: 0 70px 0 -10px
}

.cp-info-bar .cp_social_flip.cp_social_left.cp-icon-style-right li:hover .cp_social_overlay {
  margin: 0 0 0 -50px
}

.cp-info-bar .cp-icon-style-left.cp_gradient li:hover .cp_social_network_label, .cp-info-bar .cp-icon-style-left.cp_gradient li:hover .cp_social_overlay {
  margin: 0 0 0 40px
}

.cp-info-bar .cp-icon-style-left.cp_social_flip.cp_gradient li:hover .cp_social_network_label, .cp-info-bar .cp-icon-style-left.cp_social_flip.cp_gradient li:hover .cp_social_overlay {
  margin: 0 0 0 50px
}

@media (max-width:768px) {
  .cp-info-bar .cp-icon-style-rectangle.cp-normal.cp_gradient {
    max-width: 150px
  }
  .cp-ifb-sc-media {
    margin-top: 10px;
    margin-bottom: 10px
  }
}

.cp_social_networks.cp_social_left.cp-icon-style-simple.cp-square li {
  border-radius: 0 !important
}

.cp-modal-inline .cp_social_networks ul.cp_social_icons_container {
  color: #fff
}

.cp_social_networks li a:hover span, .cp_social_networks li a:hover span *, .cp_social_networks li a:visited span, .cp_social_networks li a:visited span * {
  color: inherit
}

@font-face {
  font-family: cp-social;
  src: url(../../../assets/fonts/cp-social.eot);
  src: url(../../../assets/fonts/cp-social.eot?#iefix) format('embedded-opentype'), url(../../../assets/fonts/cp-social.ttf) format('truetype'), url(../../../assets/fonts/cp-social.woff) format('woff'), url(../../../assets/fonts/cp-social.svg#cp-social) format('svg');
  font-weight: 400;
  font-style: normal
}

.cp_social_icon, .cp_social_icon:after, .cp_social_icon:before {
  font-family: cp-social;
  speak: none;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block
}

.cp_social_icon_networks:before {
  content: "\e605"
}

.cp_social_icon_cancel:after {
  content: "\e60c"
}

.cp_social_icon_behance:after, .cp_social_icon_behance:before {
  content: "\e643"
}

.cp_social_icon_like:after, .cp_social_icon_like:before {
  content: "\e60e"
}

.cp_social_icon_aweber:after, .cp_social_icon_aweber:before {
  content: "\e612"
}

.cp_social_icon_blinklist:after, .cp_social_icon_blinklist:before {
  content: "\e613"
}

.cp_social_icon_buffer:after, .cp_social_icon_buffer:before {
  content: "\e614"
}

.cp_social_icon_email:after, .cp_social_icon_email:before {
  content: "\e615"
}

.cp_social_icon_github:after, .cp_social_icon_github:before {
  content: "\e616"
}

.cp_social_icon_mailchimp:after, .cp_social_icon_mailchimp:before {
  content: "\e617"
}

.cp_social_icon_outlook:after, .cp_social_icon_outlook:before {
  content: "\e618"
}

.cp_social_icon_print:after, .cp_social_icon_print:before {
  content: "\e619"
}

.cp_social_icon_soundcloud:after, .cp_social_icon_soundcloud:before {
  content: "\e61a"
}

.cp_social_icon_baidu:after, .cp_social_icon_baidu:before {
  content: "\e61b"
}

.cp_social_icon_box:after, .cp_social_icon_box:before {
  content: "\e61c"
}

.cp_social_icon_digg:after, .cp_social_icon_digg:before {
  content: "\e61d"
}

.cp_social_icon_evernote:after, .cp_social_icon_evernote:before {
  content: "\e61e"
}

.cp_social_icon_friendfeed:after, .cp_social_icon_friendfeed:before {
  content: "\e61f"
}

.cp_social_icon_hackernews:after, .cp_social_icon_hackernews:before {
  content: "\e620"
}

.cp_social_icon_livejournal:after, .cp_social_icon_livejournal:before {
  content: "\e621"
}

.cp_social_icon_netvibes:after, .cp_social_icon_netvibes:before {
  content: "\e622"
}

.cp_social_icon_newsvine:after, .cp_social_icon_newsvine:before {
  content: "\e623"
}

.cp_social_icon_aol:after, .cp_social_icon_aol:before {
  content: "\e624"
}

.cp_social_icon_gmail:after, .cp_social_icon_gmail:before {
  content: "\e625"
}

.cp_social_icon_google:after, .cp_social_icon_google:before {
  content: "\e626"
}

.cp_social_icon_printfriendly:after, .cp_social_icon_printfriendly:before {
  content: "\e627"
}

.cp_social_icon_reddit:after, .cp_social_icon_reddit:before {
  content: "\e628"
}

.cp_social_icon_vkontakte:after, .cp_social_icon_vkontakte:before {
  content: "\e629"
}

.cp_social_icon_yahoobookmarks:after, .cp_social_icon_yahoobookmarks:before {
  content: "\e62a"
}

.cp_social_icon_yahoomail:after, .cp_social_icon_yahoomail:before {
  content: "\e62b"
}

.cp_social_icon_youtube:after, .cp_social_icon_youtube:before {
  content: "\e62c"
}

.cp_social_icon_amazon:after, .cp_social_icon_amazon:before {
  content: "\e62d"
}

.cp_social_icon_delicious:after, .cp_social_icon_delicious:before {
  content: "\e62e"
}

.cp_social_icon_googleplus:after, .cp_social_icon_googleplus:before {
  content: "\e62f"
}

.cp_social_icon_instagram:after, .cp_social_icon_instagram:before {
  content: "\e630"
}

.cp_social_icon_linkedin:after, .cp_social_icon_linkedin:before {
  content: "\e631"
}

.cp_social_icon_myspace:after, .cp_social_icon_myspace:before {
  content: "\e632"
}

.cp_social_icon_picassa:after, .cp_social_icon_picassa:before {
  content: "\e633"
}

.cp_social_icon_spotify:after, .cp_social_icon_spotify:before {
  content: "\e634"
}

.cp_social_icon_yahoo:after, .cp_social_icon_yahoo:before {
  content: "\e635"
}

.cp_social_icon_blogger:after, .cp_social_icon_blogger:before {
  content: "\e636"
}

.cp_social_icon_deviantart:after, .cp_social_icon_deviantart:before {
  content: "\e637"
}

.cp_social_icon_dribbble:after, .cp_social_icon_dribbble:before {
  content: "\e638"
}

.cp_social_icon_flickr:after, .cp_social_icon_flickr:before {
  content: "\e639"
}

.cp_social_icon_pinterest:after, .cp_social_icon_pinterest:before {
  content: "\e63a"
}

.cp_social_icon_rss:after, .cp_social_icon_rss:before {
  content: "\e63b"
}

.cp_social_icon_skype:after, .cp_social_icon_skype:before {
  content: "\e63c"
}

.cp_social_icon_stumbleupon:after, .cp_social_icon_stumbleupon:before {
  content: "\e63d"
}

.cp_social_icon_tumblr:after, .cp_social_icon_tumblr:before {
  content: "\e63e"
}

.cp_social_icon_facebook:after, .cp_social_icon_facebook:before {
  content: "\e63f"
}

.cp_social_icon_twitter:after, .cp_social_icon_twitter:before {
  content: "\e640"
}

.cp_social_icon_vimeo:after, .cp_social_icon_vimeo:before {
  content: "\e641"
}

.cp_social_icon_wordpress:after, .cp_social_icon_wordpress:before {
  content: "\e642"
}

.cp_social_icon_all_button:after, .cp_social_icon_all_button:before {
  content: "\e64c"
}

.cp_social_networks.cp_social_simple.cp-no-spacing .cp_social_share {
  padding: 0 0 5px
}

.cp_social_networks.cp_social_simple.cp-no-spacing .cp_social_network_label {
  margin-left: 40px;
  padding: 7px 0 10px
}

.cp_social_networks.cp-icon-style-rectangle i.cp_social_icon {
  display: block;
  float: none;
  margin: 0 auto
}

.cp_social_networks.cp-icon-style-rectangle .cp_social_network_label {
  margin: 0 auto;
  padding: 5px 0 0;
  text-align: center
}

.cp_social_networks.cp-icon-style-rectangle.cp-normal .cp_social_network_label {
  padding: 0 0 10px
}

.cp_social_networks.cp-icon-style-rectangle .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 35px
}

.cp_social_networks.cp-icon-style-rectangle.cp-normal .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 40px
}

.cp-icon-style-rectangle.cp_gradient li:hover .cp_social_overlay {
  margin: 0 0 -90px
}

.cp_social_networks.cp-icon-style-left.cp-square i.cp_social_icon, .cp_social_networks.cp-icon-style-rectangle.cp-square i.cp_social_icon, .cp_social_networks.cp-icon-style-right.cp-square i.cp_social_icon, .cp_social_networks.cp-icon-style-rounded.cp-square i.cp_social_icon {
  background-color: rgba(0, 0, 0, .1)
}

.cp_social_networks.cp-icon-style-left.cp-square .cp_social_share, .cp_social_networks.cp-icon-style-rectangle.cp-square .cp_social_share, .cp_social_networks.cp-icon-style-rounded.cp-square .cp_social_share, .cp_social_networks.cp-square .cp_social_share {
  padding: 5px
}

.cp-form-container .cp-form-field button, .cp-form-container .cp-form-field button:active, .cp-form-container .cp-form-field button:focus, .cp-form-container .cp-form-field button:hover, .cp-form-container .cp-form-field input, .cp-form-container .cp-form-field input:active, .cp-form-container .cp-form-field input:focus, .cp-form-container .cp-form-field input:hover, .cp-form-container .cp-form-field select, .cp-form-container .cp-form-field select:active, .cp-form-container .cp-form-field select:focus, .cp-form-container .cp-form-field select:hover, .cp-form-container .cp-form-field textarea, .cp-form-container .cp-form-field textarea:active, .cp-form-container .cp-form-field textarea:focus, .cp-form-container .cp-form-field textarea:hover, .cp-modal-popup-container .cp-form-field button:focus, .cp-modal-popup-container .cp-form-field input:focus, .cp-modal-popup-container .cp-form-field select:focus, .cp-modal-popup-container .cp-form-field textarea:focus {
  box-shadow: none;
  outline: 0
}

.cp-tooltip-icon.has-tip, .cp-trigger-shortcode, .cp_edit_link {
  cursor: pointer
}

.cp-clear:after, a.cp_nofollow {
  clear: both
}

.cp-clear:after, .cp-clear:before {
  display: table;
  content: ""
}

.cp-empty, .cp-empty * {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1px !important
}

[data-template=demo] .cp-empty, [data-template=demo] .cp-empty * {
  line-height: 3px !important
}

.smile-absolute-loader, .smile-fixed-loader {
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 99999;
  visibility: hidden;
  -webkit-transition: visibility .6s linear, background-color .6s linear;
  -moz-transition: visibility .6s linear, background-color .6s linear;
  transition: visibility .6s linear, background-color .6s linear
}

.smile-absolute-loader {
  position: absolute
}

.smile-fixed-loader {
  position: fixed
}

.smile-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.smile-loading-bar {
  display: inline-block;
  width: 6px;
  height: 29px;
  border-radius: 4px;
  -webkit-animation: loading 1s ease-in-out infinite;
  -moz-animation: loading 1s ease-in-out infinite;
  animation: loading 1s ease-in-out infinite;
  margin-right: 1px
}

.cp-form-container input[type=number], .cp-form-field select.cp-dropdown, input.cp-input.cp-email {
  height: auto
}

.smile-loading-bar:nth-child(1) {
  background-color: #3498db;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-delay: 0
}

.smile-loading-bar:nth-child(2) {
  background-color: #e74c3c;
  -webkit-animation-delay: 90ms;
  -moz-animation-delay: 90ms;
  animation-delay: 90ms
}

.smile-loading-bar:nth-child(3) {
  background-color: #f1c40f;
  -webkit-animation-delay: .18s;
  -moz-animation-delay: .18s;
  animation-delay: .18s
}

.smile-loading-bar:nth-child(4) {
  background-color: #2ecc71;
  -webkit-animation-delay: .27s;
  -moz-animation-delay: .27s;
  animation-delay: .27s
}

@-webkit-keyframes loading {
  0%, 40% {
    -webkit-transform: scale(1)
  }
  20% {
    -webkit-transform: scale(1, 2.2)
  }
}

@-moz-keyframes loading {
  0%, 40% {
    -moz-transform: scale(1)
  }
  20% {
    -moz-transform: scale(1, 2.2)
  }
}

@keyframes loading {
  0%, 40% {
    transform: scale(1)
  }
  20% {
    transform: scale(1, 2.2)
  }
}

.smile-top-fix-loader .smile-loader {
  top: 150px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.cp-highlight {
  position: relative
}

.blinking-cursor, .cp-only-admin-msg, .cp_edit_link {
  position: absolute;
  bottom: 0
}

.blinking-cursor {
  font-weight: 100 !important;
  display: inline-block !important;
  line-height: inherit !important;
  width: 1px;
  background-color: rgba(0, 0, 0, 0);
  font-size: inherit !important;
  color: transparent !important;
  overflow: hidden;
  top: auto;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite
}

.cp-m-error h5, .cp_edit_link {
  font-weight: 400
}

@-moz-keyframes blink {
  from, to {
    background-color: transparent
  }
  50% {
    background-color: #000
  }
}

@-webkit-keyframes blink {
  from, to {
    background-color: transparent
  }
  50% {
    background-color: #000
  }
}

@-ms-keyframes "blink" {
  from, to {
    background-color: transparent
  }
  50% {
    background-color: #000
  }
}

@keyframes blink {
  from, to {
    background-color: transparent
  }
  50% {
    background-color: #000
  }
}

.cp-no-responsive {
  font-size: initial !important;
  line-height: initial !important
}

.cp-hidden {
  display: none
}

.cp-form-container {
  clear: both;
  float: none;
  margin: auto auto 10px
}

.cp-info-bar .cp-form-container, .cp-slidein .cp-form-container {
  margin: 5px 0
}

.cp-info-bar .cp-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cp-form-container .cp-form-layout-3, .cp-form-container .cp-form-layout-4 {
  margin-left: 15px;
  margin-right: 15px
}

.cp-form-container ::-webkit-input-placeholder {
  font-family: inherit;
  line-height: normal;
  color: inherit;
  opacity: 1
}

.cp-form-container :-moz-placeholder {
  font-family: inherit;
  line-height: normal;
  color: inherit;
  opacity: 1
}

.cp-form-container ::-moz-placeholder {
  font-family: inherit;
  line-height: normal;
  color: inherit;
  opacity: 1
}

.cp-form-container :-ms-input-placeholder {
  font-family: inherit;
  line-height: normal;
  color: inherit;
  opacity: 1
}

.cp-form-container :placeholder-shown {
  font-family: inherit;
  line-height: normal;
  color: inherit;
  opacity: 1
}

.cp-form-container .cp-submit, .cp-form-container .cp-submit:active, .cp-form-container .cp-submit:focus, .cp-form-container .cp-submit:hover {
  cursor: pointer;
  background-color: #ff4c6b;
  background-image: none;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none
}

.cp-form-container .cp-submit.cp-btn-flat, .cp-form-container .cp-submit.cp-btn-outline {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.cp-form-container label {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
  text-align: left;
  display: block
}

.cp-form-container .cp-form-layout-3 label {
  display: none
}

.cp-form-container .cp-form-field button, .cp-form-container .cp-form-field input, .cp-form-container .cp-form-field select, .cp-form-container .cp-form-field textarea {
  font-size: 16px;
  line-height: normal;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 3px;
  font-family: inherit;
  padding: 10px;
  outline: 0;
  display: block;
  margin: 0 0 10px;
  width: 100%;
  max-width: 100%
}

.cp-modal-popup-container .cp-form-field button, .cp-modal-popup-container .cp-form-field input, .cp-modal-popup-container .cp-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none
}

.cp-modal-popup-container .cp-form-field button, .cp-modal-popup-container .cp-form-field input, .cp-modal-popup-container .cp-form-field select, .cp-modal-popup-container .cp-form-field textarea {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

@media(max-width:768px) {
  .cp-form-container .cp-form-field input:-moz-placeholder, .cp-form-container .cp-form-field input:-ms-input-placeholder, .cp-form-container .cp-form-field input::-moz-placeholder, .cp-form-container .cp-form-field input::-webkit-input-placeholder {
    line-height: normal;
    font-size: .85em !important
  }
}

.cp-form-container .cp-submit {
  width: auto;
  display: inline-block
}

.cp-form-container .cp-submit-wrap-full .cp-submit, .cp-module .col-xs-12 {
  width: 100%
}

.cp-info-bar .cp-form-container .cp-submit {
  font-size: 14px
}

.cp-form-container .cp-form-layout-3 .cp-submit {
  display: block
}

.cp-form-container .cp-submit-wrap-center {
  text-align: center
}

.cp-form-container .cp-submit-wrap-left {
  text-align: left
}

.cp-form-container .cp-submit-wrap-right {
  text-align: right
}

.cp-form-container .cp-form-layout-3 label:not(.cp-label) {
  display: none !important
}

.cp-form-container .cp-form-layout-3 .cp-all-inputs-wrap {
  padding: 0
}

.cp-info-bar .cp-form-container .cp-form-layout-1, .cp-info-bar .cp-form-container .cp-form-layout-2 {
  margin: 0 auto
}

.cp-info-bar .cp-form-container .cp-form-layout-1, .cp-info-bar .cp-form-container .cp-form-layout-2, .cp-info-bar .cp-form-container .cp-form-layout-4 {
  max-width: 550px
}

@media (min-width:768px) {
  .cp-form-layout-2 .cp-form-field:nth-child(odd):not(.odd-field-fallback) {
    padding-right: 5px;
    clear: both
  }
  .cp-form-layout-2 .cp-form-field:nth-child(even) {
    padding-left: 5px
  }
  .cp-form-container .cp-form-layout-3 .cp-form-field {
    padding: 0 5px
  }
  .cp-form-container .cp-form-layout-3 .cp-submit-wrap {
    padding: 0 0 0 5px
  }
  .cp-form-container .cp-form-layout-3 .cp-form-field:first-child {
    padding-left: 0
  }
  .cp-form-container .cp-form-layout-3 .cp-form-field button, .cp-form-container .cp-form-layout-3 .cp-form-field input, .cp-form-container .cp-form-layout-3 .cp-form-field select, .cp-form-container .cp-form-layout-3 .cp-form-field textarea {
    margin-bottom: 0
  }
  .cp-form-layout-3 .cp-form-field.enable-field-attached {
    padding-right: 0 !important
  }
  .cp-form-layout-3 .cp-form-field.enable-field-attached .cp-input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important
  }
  .cp-form-layout-3 .cp-submit-wrap.enable-field-attached {
    padding-left: 0 !important;
    margin-left: 0
  }
  .cp-info-bar .cp-form-layout-3 .cp-submit-wrap.enable-field-attached {
    margin-left: 0
  }
  .cp-info-bar .cp-form-layout-3 .cp-form-field.enable-field-attached .cp-input, .cp-slidein .cp-form-layout-3 .cp-form-field.enable-field-attached .cp-input {
    border-right-width: 0 !important
  }
  .cp-form-layout-3 .cp-submit-wrap.enable-field-attached .cp-submit {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
  }
  .cp-form-field.enable-field-attached.cp-enable-box-shadow>div {
    border-bottom-right-radius: 0 !important
  }
}

.cp-form-container.cp-vertical-form-container .cp-form-layout-3, .cp-form-container.cp-vertical-form-container .cp-form-layout-4 {
  margin: 0
}

.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-form-field, .cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-submit-wrap, .cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-form-field:nth-child(odd), .cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-submit-wrap {
  padding-left: 0;
  padding-right: 0
}

.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-form-field, .cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-form-field:nth-child(even) {
  padding-right: 0
}

.cp-form-container .cp-all-inputs-wrap, .cp-form-container .cp-form-layout-1 .cp-all-inputs-wrap, .cp-form-container .cp-form-layout-2 .cp-all-inputs-wrap, .cp-form-container .cp-form-layout-4 .cp-submit-wrap {
  padding: 0
}

.cp-info-bar .cp-form-container .cp-form-layout-3, .cp-info-bar .cp-form-container .cp-form-layout-3 .cp-all-inputs-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important
}

html body div#ui-datepicker-div[style] {
  z-index: 99999999999 !important
}

@media (max-width:768px) {
  .cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-form-field, .cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-form-field:nth-child(even) {
    padding-left: 0
  }
  .cp-form-container .cp-submit-wrap-center, .cp-form-container .cp-submit-wrap-left, .cp-form-container .cp-submit-wrap-right {
    text-align: center
  }
}

.cp-detailed-message {
  color: red;
  margin-top: 15px;
  font-size: 15px
}

.cp-admin-error-notice {
  font-size: 15px;
  margin-top: 13px;
  margin-bottom: 10px;
  color: #101010
}

.cp-error-msg {
  margin-bottom: 15px
}

.cp-error {
  border: 1px solid red !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: cp-input-smile-shake;
  animation-name: cp-input-smile-shake
}

@-webkit-keyframes cp-input-smile-shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  30%, 60%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0)
  }
  100%, 20%, 50%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0)
  }
}

@keyframes cp-input-smile-shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  30%, 60%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0)
  }
  100%, 20%, 50%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0)
  }
}

.cp-input-smile-shake {
  -webkit-animation-name: cp-input-smile-shake;
  animation-name: cp-input-smile-shake
}

.cp-only-admin-msg {
  width: 100%;
  text-align: center;
  background: rgba(128, 128, 128, .46);
  padding: 10px
}

.cp-form-container input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.cp_edit_link {
  background: #fff;
  color: #888;
  font-size: 9px;
  font-family: Tahoma;
  letter-spacing: .5px;
  line-height: 1em;
  margin: 0;
  padding: 4px;
  right: 0;
  z-index: 99999999999999999
}

.cp_edit_link a {
  color: #888;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0
}

#content .wpb_text_column:last-child>.cp-modal-inline .cp_social_networks {
  margin-bottom: 10px !important
}

.cp-overlay-close.cp-hide-close, .ib-close.cp-hide-close, .slidein-overlay-close.cp-hide-close {
  display: none
}

.cp-form-field.cp-enable-box-shadow>div {
  box-shadow: 1px 1px 2px 0 rgba(66, 66, 66, .45) !important
}

.cp-form-container input:focus:not([type=radio]):not([type=checkbox]):not([type=range]), .cp-form-container textarea:focus {
  border-color: #eee;
  box-shadow: 0 0 5px 0 #eee
}

.tip[class*=close-tip-content] {
  font-family: "open sans", sans-serif
}

.cp-module .text-left {
  text-align: left
}

.cp-module .text-right {
  text-align: right
}

.cp-module .text-center {
  text-align: center
}

.cp-module .col-lg-1, .cp-module .col-lg-10, .cp-module .col-lg-11, .cp-module .col-lg-12, .cp-module .col-lg-2, .cp-module .col-lg-3, .cp-module .col-lg-4, .cp-module .col-lg-5, .cp-module .col-lg-6, .cp-module .col-lg-7, .cp-module .col-lg-8, .cp-module .col-lg-9, .cp-module .col-md-1, .cp-module .col-md-10, .cp-module .col-md-11, .cp-module .col-md-12, .cp-module .col-md-2, .cp-module .col-md-3, .cp-module .col-md-4, .cp-module .col-md-5, .cp-module .col-md-6, .cp-module .col-md-7, .cp-module .col-md-8, .cp-module .col-md-9, .cp-module .col-sm-1, .cp-module .col-sm-10, .cp-module .col-sm-11, .cp-module .col-sm-12, .cp-module .col-sm-2, .cp-module .col-sm-3, .cp-module .col-sm-4, .cp-module .col-sm-5, .cp-module .col-sm-6, .cp-module .col-sm-7, .cp-module .col-sm-8, .cp-module .col-sm-9, .cp-module .col-xs-1, .cp-module .col-xs-10, .cp-module .col-xs-11, .cp-module .col-xs-12, .cp-module .col-xs-2, .cp-module .col-xs-3, .cp-module .col-xs-4, .cp-module .col-xs-5, .cp-module .col-xs-6, .cp-module .col-xs-7, .cp-module .col-xs-8, .cp-module .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box
}

.cp-module .col-xs-1, .cp-module .col-xs-10, .cp-module .col-xs-11, .cp-module .col-xs-12, .cp-module .col-xs-2, .cp-module .col-xs-3, .cp-module .col-xs-4, .cp-module .col-xs-5, .cp-module .col-xs-6, .cp-module .col-xs-7, .cp-module .col-xs-8, .cp-module .col-xs-9 {
  float: left;
  box-sizing: border-box
}

.cp-module .col-xs-11 {
  width: 91.66666666666666%
}

.cp-module .col-xs-10 {
  width: 83.33333333333334%
}

.cp-module .col-xs-9 {
  width: 75%
}

.cp-module .col-xs-8 {
  width: 66.66666666666666%
}

.cp-module .col-xs-7 {
  width: 58.333333333333336%
}

.cp-module .col-xs-6 {
  width: 50%
}

.cp-module .col-xs-5 {
  width: 41.66666666666667%
}

.cp-module .col-xs-4 {
  width: 33.33333333333333%
}

.cp-module .col-xs-3 {
  width: 25%
}

.cp-module .col-xs-2 {
  width: 16.666666666666664%
}

.cp-module .col-xs-1 {
  width: 8.333333333333332%
}

@media (min-width:768px) {
  .cp-module .container {
    width: 750px
  }
  .cp-module .col-sm-1, .cp-module .col-sm-10, .cp-module .col-sm-11, .cp-module .col-sm-12, .cp-module .col-sm-2, .cp-module .col-sm-3, .cp-module .col-sm-4, .cp-module .col-sm-5, .cp-module .col-sm-6, .cp-module .col-sm-7, .cp-module .col-sm-8, .cp-module .col-sm-9 {
    float: left
  }
  .cp-module .col-sm-12 {
    width: 100%
  }
  .cp-module .col-sm-11 {
    width: 91.66666666666666%
  }
  .cp-module .col-sm-10 {
    width: 83.33333333333334%
  }
  .cp-module .col-sm-9 {
    width: 75%
  }
  .cp-module .col-sm-8 {
    width: 66.66666666666666%
  }
  .cp-module .col-sm-7 {
    width: 58.333333333333336%
  }
  .cp-module .col-sm-6 {
    width: 50%
  }
  .cp-module .col-sm-5 {
    width: 41.66666666666667%
  }
  .cp-module .col-sm-4 {
    width: 33.33333333333333%
  }
  .cp-module .col-sm-3 {
    width: 25%
  }
  .cp-module .col-sm-2 {
    width: 16.666666666666664%
  }
  .cp-module .col-sm-1 {
    width: 8.333333333333332%
  }
}

@media (min-width:992px) {
  .cp-module .container {
    width: 970px
  }
  .cp-module .col-md-1, .cp-module .col-md-10, .cp-module .col-md-11, .cp-module .col-md-12, .cp-module .col-md-2, .cp-module .col-md-3, .cp-module .col-md-4, .cp-module .col-md-5, .cp-module .col-md-6, .cp-module .col-md-7, .cp-module .col-md-8, .cp-module .col-md-9 {
    float: left
  }
  .cp-module .col-md-12 {
    width: 100%
  }
  .cp-module .col-md-11 {
    width: 91.66666666666666%
  }
  .cp-module .col-md-10 {
    width: 83.33333333333334%
  }
  .cp-module .col-md-9 {
    width: 75%
  }
  .cp-module .col-md-8 {
    width: 66.66666666666666%
  }
  .cp-module .col-md-7 {
    width: 58.333333333333336%
  }
  .cp-module .col-md-6 {
    width: 50%
  }
  .cp-module .col-md-5 {
    width: 41.66666666666667%
  }
  .cp-module .col-md-4 {
    width: 33.33333333333333%
  }
  .cp-module .col-md-3 {
    width: 25%
  }
  .cp-module .col-md-2 {
    width: 16.666666666666664%
  }
  .cp-module .col-md-1 {
    width: 8.333333333333332%
  }
}

@media (min-width:1200px) {
  .cp-module .container {
    width: 1170px
  }
  .cp-module .col-lg-1, .cp-module .col-lg-10, .cp-module .col-lg-11, .cp-module .col-lg-12, .cp-module .col-lg-2, .cp-module .col-lg-3, .cp-module .col-lg-4, .cp-module .col-lg-5, .cp-module .col-lg-6, .cp-module .col-lg-7, .cp-module .col-lg-8, .cp-module .col-lg-9 {
    float: left
  }
  .cp-module .col-lg-12 {
    width: 100%
  }
  .cp-module .col-lg-11 {
    width: 91.66666666666666%
  }
  .cp-module .col-lg-10 {
    width: 83.33333333333334%
  }
  .cp-module .col-lg-9 {
    width: 75%
  }
  .cp-module .col-lg-8 {
    width: 66.66666666666666%
  }
  .cp-module .col-lg-7 {
    width: 58.333333333333336%
  }
  .cp-module .col-lg-6 {
    width: 50%
  }
  .cp-module .col-lg-5 {
    width: 41.66666666666667%
  }
  .cp-module .col-lg-4 {
    width: 33.33333333333333%
  }
  .cp-module .col-lg-3 {
    width: 25%
  }
  .cp-module .col-lg-2 {
    width: 16.666666666666664%
  }
  .cp-module .col-lg-1 {
    width: 8.333333333333332%
  }
}

label.cp-label {
  width: 100%;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  pointer-events: none
}

input.cp-input.cp-checkbox {
  -webkit-appearance: checkbox !important;
  pointer-events: all
}

.cp-mp-open .cp-affilate-link {
  display: block
}

.slidein-overlay.content-5b1f7ae30c52c .cp-slidein-body-overlay {
  background: #ffffff;
}

.slidein-overlay.content-5b1f7ae30c52c .cp-btn-flat.cp-slide-edit-btn {
  background: #a5242c !important;
  ;
  ;
  color: rgb(255, 255, 255);
}

.slidein-overlay.content-5b1f7ae30c52c .cp-btn-flat.cp-slide-edit-btn:hover {
  background: #98171f !important;
}

.slidein-overlay.content-5b1f7ae30c52c .cp-btn-flat.cp-slide-edit-btn {
    font-family: Roboto Condensed, sans-serif;
    font-size: 24px;
    border-radius: 5px 5px 0px 0px;
    border-width: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    box-shadow: 0px -10px 25px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px -10px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -10px 25px 0px rgba(0,0,0,0.25);
}

/* opt in, part of slide-in */

.cp-optin .cp-slidein-body, .cp-slidein-body .cp-optin {
  background-color: transparent;
  text-align: center;
  padding-bottom: 0
}

.cp-optin .cp-text-container.cp-right-contain {
  padding: 40px 50px 30px 0
}

.cp-optin .cp_responsive.cp_font {
  line-height: normal
}

.cp-slidein-window-size .cp-slidein-body.cp-optin {
  background-color: transparent
}

.cp-optin .cp-bigtext-container {
  padding: 25px 15px 10px
}

.cp-optin .cp-title, .cp-optin h2.cp-title {
  margin: 0;
  font-size: 24px;
  font-family: Raleway, sans-serif;
  color: #000;
  line-height: 1.5em
}

.cp-optin .cp-desc-container, .cp-optin .cp-description, .cp-optin .cp-form-container {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  margin-bottom: 0
}

.cp-optin .cp-description {
  color: #000;
  line-height: normal
}

.cp-optin .cp-desc-container, .cp-optin .cp-title-container {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px
}

.cp-optin .cp-info-container {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 1em;
  color: #000;
  padding: 0 10px;
  margin-top: -5px;
  margin-bottom: 20px
}

.cp-optin .cp-desc-timetable, .cp-optin .cp-mid-desc-container {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 1em;
  color: #fafafa;
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 10px;
  padding: 10px 0
}

.cp-optin .cp-mid-desc-container, .cp-optin .form-main.cp-form-simple {
  padding-bottom: 0
}

.cp-optin .col-md-6.cp-email-form, .cp-optincp-optin .form-button {
  padding-right: 0
}

.cp-optin .cp-submit, .cp-optin .cp-submit:active, .cp-optin .cp-submit:focus, .cp-optin .cp-submit:hover {
  background-color: #444;
  background-image: none;
  color: #fff
}

.cp-slidein .cp-optin .cp-submit {
  display: inline-block;
  word-wrap: break-word;
  font-size: 14px;
  line-height: normal
}

.cp-optin .cp-email-form {
  padding-left: 0
}

.cp-optin .cp-slidein-window-size .cp-slidein-body, .cp-slidein-window-size .cp-slidein-body.cp-optin {
  max-width: 90%;
  margin: 0 auto
}

.cp-optin .cp-row.cp-submit-form {
  padding: 0 15px
}

.cp-optin .cp-form-simple .form-button, .cp-optin .cp-formwith-name>div {
  padding-left: 0
}

.cp-optin .cp-form-simple .form-button {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px
}

.cp-optin .cp-name-btn {
  display: inline-block
}

.cp-optin form#smile-optin-form {
  margin-bottom: 0
}

.cp-optin .cp-info-container .error, .cp-optin .cp-info-container .success {
  width: 100%;
  max-width: 90%;
  padding: 20px 15px;
  border-color: #FFF
}

.cp-optin .cp-right-contain {
  float: right
}

.cp-optin .cp-hide-image {
  display: none
}

.cp-row.cp-optin-form {
  width: 100%;
  margin-left: 0;
  padding-top: 25px;
  text-align: center;
  float: left
}

.cp-optin .cp-name-form, .cp-optin .cp-name-form.cp_big_name {
  padding-right: 15px;
  padding-left: 15px
}

.cp-optin .cp-form-container {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px
}

.cp-optin .form-main.cp-formwith-name {
  padding-bottom: 5px
}

.cp-optin .cp-form-container.cp-no-padding {
  padding: 0 10px
}

.cp-optin .cp-email-form .cp_big_email, .cp-optin .cp-email-form.cp-email-wth-btn-onnext, .cp-optin .cp-form-layout-1 .cp-all-inputs-wrap {
  padding-right: 0
}

.cp-optin-container .cp-top-img .cp-row {
  margin-top: 15px
}

.cp-optin .cp-short-desc-font {
  font-style: italic
}

.cp-optin .cp-submit-container {
  padding-left: 0
}

.cp-slidein-body .cp-center-align-text .cp-form-simple input[name=email], .cp-slidein-body .cp-email-form.cp-email-wth-btn-onnext input[name=email] {
  text-align: center !important
}

.cp-optin .form-main.cp-form-layout-1, .cp-optin .form-main.cp-form-layout-2, .cp-optin .form-main.cp-form-layout-4 {
  padding: 0
}

@media (max-width:1355px) {
  .cp-optin .cp_name_submit {
    display: block !important;
    margin-right: 0;
    padding-right: 15px
  }
  .cp-optin .cp-name-form {
    padding-right: 15px
  }
}

@media (max-width:768px) {
  .cp-optin .cp-info-container .error, .cp-optin .cp-info-container .success, .cp-optin .cp-slidein-window-size .cp-slidein-body, .cp-slidein-window-size .cp-slidein-body.cp-optin {
    max-width: 100%
  }
  .cp-optin .cp-form-email.form-content, .cp-optin .cp-right-contain {
    float: left
  }
  .cp-optin .col-lg-8.col-md-8.col-sm-8.col-xs-12.cp-form-email, .cp-optin .cp-email-form.cp-email-wth-btn-onnext {
    padding-right: 15px
  }
  .cp-optin .cp-form-simple .form-button {
    clear: both
  }
  .cp-optin input.cp-email, .cp-slidein-body.cp-optin {
    text-align: center
  }
  .cp-slidein .cp-optin .cp-submit {
    width: 100%
  }
  .cp-optin .cp-submit-container {
    padding-left: 15px
  }
  .cp-optin .cp-desc-timetable, .cp-optin .cp-info-container, .cp-optin .cp-mid-desc-container {
    font-size: 12px
  }
  .cp-optin .cp-email-form, .cp-optin .cp-name-form {
    padding-left: 15px;
    padding-right: 15px
  }
  .cp-optin .cp-form-layout-3 .cp-form-field, .cp-optin .cp-form-layout-3 .cp-submit-wrap {
    padding-right: 0;
    padding-left: 0
  }
}

@media (max-width:667px) {
  .cp-optin .cp-info-container {
    margin-top: 10px
  }
  .cp-optin .form-button-nxt-line {
    display: block;
    width: 100%;
    float: left
  }
}

@media (min-width:768px) {
  .cp-optin .cp-form-name, .cp-optin .cp-formwith-name .cp-form-email.form-content, .cp-optin .cp-submit-container, .cp-optin .cp_name_submit {
    padding-left: 15px
  }
  .cp-optin .cp-form-without-name .cp-email-form {
    padding-left: 15px;
    padding-right: 0
  }
  .cp-optin .cp-email-form.cp-email-wth-btn-onnext {
    padding-right: 15px
  }
  .cp-optin .cp-form-name {
    padding-right: 0
  }
  .cp-optin .cp-formwith-name>div {
    padding-left: 0;
    padding-right: 15px
  }
  .cp-optin .form-button {
    display: block;
    float: left
  }
  .cp-optin .cp-form-simple .form-button {
    padding-left: 0
  }
}

.content-5b1f7ae30c52c .cp-form-container label:not(.cp-label) {
  display: none;
}

.content-5b1f7ae30c52c .cp-form-container label {
  color: rgb(153, 153, 153);
  font-size: 14px;
  font-family: ;
  text-align: left;
}

.content-5b1f7ae30c52c .cp-form-container .cp-form-field select {
  text-align-last: left;
  direction: ltr;
}

.content-5b1f7ae30c52c .cp-form-container input:focus:not([type='radio']):not([type='checkbox']):not([type='range']), .content-5b1f7ae30c52c .cp-form-container textarea:focus, .content-5b1f7ae30c52c .cp-form-container .cp-form-field button, .content-5b1f7ae30c52c .cp-form-container .cp-form-field input, .content-5b1f7ae30c52c .cp-form-container .cp-form-field select, .content-5b1f7ae30c52c .cp-form-container .cp-form-field textarea {
  text-align: left;
  font-size: 14px;
  font-family: Roboto Condensed;
  color: rgb(153, 153, 153);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 190, 190);
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
}

.content-5b1f7ae30c52c .cp-form-container .cp-form-field .cp-label {
  text-align: left;
  font-size: 14px;
  font-family: Roboto Condensed;
  color: rgb(153, 153, 153);
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 3px;
}

.content-5b1f7ae30c52c .cp-form-container .cp-submit {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
}

.content-5b1f7ae30c52c .cp-form-container .cp-submit.cp-btn-flat {
  background: #a5242c !important;
  border-radius: 3px;
}

.content-5b1f7ae30c52c .cp-form-container .cp-submit.cp-btn-flat:hover {
  background: #98171f !important;
}

.content-5b1f7ae30c52c .cp-form-field.cp-enable-box-shadow>div {
  border-radius: 3px;
}

/* Essentiel grid */

/****************************************
	-	BASIC SETTINGS FOR PORTFOLIO-
*****************************************/

.esg-starring {
  line-height: 25px;
  display: inline-block
}

.esg-starring .star-rating {
  float: none;
}

.esg-starring .star-rating {
  color: #FFC321 !important;
}

.esg-starring .star-rating, .esg-starring-page .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}

.esg-starring .star-rating:before, .esg-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #E0DADF;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.esg-starring star-rating span, .esg-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.esg-starring .star-rating span:before, .esg-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

.esg-starring .star-rating {
  color: #FFC321 !important;
}

/* .lazyloadcover { position:absolute;top:0px;left:0px;z-index:10;width:100%;height:100%; }

.esg-lazyblur {
	background-repeat: no-repeat;
  	filter: blur(25px);
  	-webkit-filter:blur(25px);
  	-moz-filter:blur(25px);
  	background-size:cover;background-position:center center;
  	width:100%;
  	height:100%;
  	top:0;
  	left:0;
  	overflow: hidden;
}
*/

.esg-media-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  z-index: 10;
  opacity: 0;
}

/* 2.1.6 */

.esg-hover-image {
  display: none
}

.esg-media-poster .esg-hover-image {
  display: block;
  width: inherit;
  height: inherit;
  background-size: inherit;
  background-position: inherit;
  visibility: hidden;
  opacity: 0
}

.esg-starring .star-rating, .esg-starring-page .star-rating {
  line-height: 1em;
  font-size: 1em;
  font-family: star;
}

.esg-grid {
  width: 100%;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px)
}

@-moz-document url-prefix() {
  .esg-grid {
    transform: none !important
  }
}

.esg-grid .mainul, .esg-grid .mainul>li {
  list-style: none;
  margin: 0;
  padding: 0;
  transform-style: flat !important;
}

.esg-grid * {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.esg-container ul, .esg-container li {
  list-style: none;
  margin: 0;
  padding: 0;
  transform-style: flat !important;
}

.esg-overflowtrick {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 1;
  /*background:#00ff00;*/
}

.esg-container {
  position: relative;
  width: 100%;
  height: auto;
}

.esg-container>ul, .esg-overflowtrick>ul {
  width: 100%;
  max-width: 100%;
  height: 0px;
  /*	display:none;*/
  position: relative;
  overflow: visible;
  /*	background:#ff0000;
	padding:30px;
	margin:-30px;*/
}

.esg-grid li {
  border: 0px solid transparent;
  outline: 0px solid transparent;
  visibility: hidden;
  display: none;
  /*	 -moz-backface-visibility: hidden;*/
}

.esg-grid a {
  border: none;
  text-decoration: none
}

.esg-grid a:hover, .esg-grid a:focus {
  text-decoration: none;
  border: none;
}

.esg-clear {
  clear: both;
  height: 5px !important;
  background: none !important;
}

.esg-clear-no-height, .eg-clearfix {
  clear: both;
  height: 0px !important;
  background: none !important;
}

.esg-divide-5 {
  width: 100%;
  height: 5px
}

.esg-divide-15 {
  width: 100%;
  height: 15px
}

.esg-divide-20 {
  width: 100%;
  height: 20px
}

.esg-divide-22 {
  width: 100%;
  height: 22px
}

.esg-divide-30 {
  width: 100%;
  height: 30px
}

.esg-click-to-play-video {
  cursor: pointer
}

.esg-entry-media iframe {
  -webkit-transform-style: flat;
  -webkit-transform: translateZ(1000px);
  border: 0;
}

/******************************
	-	THE ESG ITEMS	-
********************************/

.esg-container .tp-esg-item {
  position: absolute;
  top: 0px;
  left: 0px;
}

.esg-container .tp-esg-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.esg-container .tp-esg-item .blackoverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  top: 0px;
  left: 0px;
}

.tp-esg-item {
  z-index: 5
}

.tp-esg-item.itemonotherpage {
  z-index: 0;
  display: none;
}

/******************************
	-	ESG ITEM POSITIONS	-
********************************/

.esg-entry-cover {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  border: 0px solid transparent;
  outline: 0px solid transparent;
}

.eec {
  display: block;
  width: auto;
  height: auto;
  position: absolute !important;
  font-size: 20px;
  text-align: center;
}

/* CONTAINERS */

.esg-tc {
  top: 0px;
  left: 0px;
  width: 100%;
}

.esg-lc {
  top: 0px;
  left: 0px;
  height: 100%;
}

.esg-cc {
  top: 0px;
  left: 0px;
  width: 100%;
  vertical-align: middle;
}

.esg-rc {
  top: 0px;
  right: 0px;
  height: 100%;
}

.esg-bc {
  bottom: 0px;
  left: 0px;
  width: 100%;
}

/* TOP CONTAINERS */

.esg-tc .ess-tb-cell {
  text-align: center;
  vertical-align: top;
}

/* CENTER CONTAINERS */

.esg-lc .ess-tb-cell {
  text-align: left;
  vertical-align: middle;
}

.esg-cc .ess-tb-cell {}

.esg-rc .ess-tb-cell {
  text-align: right;
  vertical-align: middle;
}

/* RIGHT CONTAINERS */

.esg-blc .ess-tb-cell {
  text-align: left;
  vertical-align: bottom;
}

.esg-bc .ess-tb-cell {
  text-align: center;
  vertical-align: bottom;
}

.esg-brc .ess-tb-cell {
  text-align: right;
  vertical-align: bottom;
}

.esg-bc .leftalign {
  text-align: left;
}

/******************************
	-	ESG MEDIA	-
********************************/

.esg-entry-media {
  position: relative;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  overflow: hidden;
}

.esg-entry-media {
  width: 100%;
}

.esg-entry-media img {
  width: 100%;
  height: auto;
  max-width: none !important;
  min-width: none !important
}

.esg-layout-masonry .esg-entry-media img {
  line-height: 0px;
  vertical-align: bottom;
  display: inline-block;
}

/*.esg-layout-even .esg-entry-media,
.esg-layout-even .esg-entry-media img		{	height:100%;}*/

.esg-layout-even .esg-entry-media img {
  display: none
}

.esg-media-cover-wrapper {
  position: relative;
  width: 100%;
}

.esg-layout-even .esg-media-cover-wrapper {
  height: 100%;
}

.esg-entry-media-wrapper {
  z-index: 0;
}

.esg-entry-media-wrapper .esg-video-frame {
  background: #000;
}

/**********************************
	-	ESG COVER CONTAINER	-
**********************************/

.esg-entry-cover .esg-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  outline: 0px solid transparent;
}

/******************************
	-	ESG CONTNER PART	-
********************************/

.esg-layout-even .esg-entry-content {
  display: none;
}

.esg-entry-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

/******************************
	-	NAVIGATION SKINS	-
********************************/

.navigationbuttons, .esg-pagination, .esg-filters {
  position: relative;
  z-index: 50;
  -webkit-backface-visibility: hidden;
}

.esg-sortbutton-order.eg-icon-down-open.tp-asc {
  text-align: center
}

.esg-sortbutton-order .tp-desc {
  text-align: center
}

/******************************
	-	FILTER BUTTONS 	-
	-	NAVIGATION BUTTONS	-
********************************/

.esg-singlefilters .esg-filter-checked {
  display: none;
  -webkit-backface-visibility: hidden;
}

.esg-filter-wrapper {
  display: inline-block;
}

.esg-sortbutton-wrapper {
  display: inline-block;
}

.esg-cartbutton-wrapper {
  display: inline-block
}

/* DROP DOWN STYLE FOR ESSENTIAL GRID */

.esg-filter-wrapper.dropdownstyle {
  min-width: 100px;
  cursor: pointer;
  position: relative;
  z-index: 1500;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px)
}

.esg-filter-wrapper.dropdownstyle .esg-filterbutton {
  display: block;
}

.esg-dropdown-wrapper {
  display: none;
  position: absolute;
  background: #fff;
  padding: 20px;
  top: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(10px);
}

.esg-selected-filterbutton {
  color: #999;
  margin-right: 5px;
  cursor: pointer;
  padding: 0px 15px 0px 10px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  margin-bottom: 5px;
}

.esg-selected-filterbutton:hover {
  color: #444;
}

.esg-selected-filterbutton .eg-icon-down-open {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  line-height: 20px;
  font-size: 9px;
  font-weight: 700;
  color: #999;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

/** SAME SETTINGS FOR ALL SKIN **/

.esg-sortbutton-order.tp-desc {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.esg-sorting-select {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-appearance: menulist-button;
}

.esg-filters.esg-navbutton-solo-left {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 800
}

.esg-filters.esg-navbutton-solo-right {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 800;
}

.esg-navigationbutton.esg-right, .esg-navigationbutton.esg-left {
  margin-left: 0px !important;
  margin-right: 0px !important;
  -webkit-transform-style: flat;
  -webkit-transform: translateZ(5000px);
}

/*************************************************
	-	LET / RIGHT WIDGET AREA CONTAINERS	-
**************************************************/

.eg-leftright-container {
  float: left;
  width: 310px;
  margin-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

.eg-leftright-container.dark {
  background: #1e1e1e
}

.eg-leftright-container .pagination {
  position: absolute;
  bottom: 0px;
}

.eg-leftright-container .esg-filters {
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.eg-leftright-container .esg-filterbutton {
  display: block;
  margin: 0px 0px 5px 0px
}

.eg-leftright-container .esg-filter-wrapper {
  display: block;
  margin-right: 0px;
}

/***********************************
	-	AJAX TARGET CONTAINER	-
************************************/

.eg-ajaxtarget-container {
  position: relative;
  width: 100%;
  height: auto;
}

/******************************
	-	LOADER FORMS	-
********************************/

.tp-esg-item .add_to_cart_button.loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65);
}

.esg-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

.infinityscollavailable.esg-loader {
  position: relative;
  top: auto;
  left: 50%;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

/*.infinityscollavailable.esg-loader.spinner0 { bottom:20px; }
.infinityscollavailable.esg-loader.spinner1 { bottom:20px; }
.infinityscollavailable.esg-loader.spinner2 { bottom:20px; }
.infinityscollavailable.esg-loader.spinner3 { bottom:18px; }
.infinityscollavailable.esg-loader.spinner4 { bottom:22px; }
.infinityscollavailable.esg-loader.spinner0 { bottom:22px; }*/

.esg-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(../images/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-left: -20px;
  -webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
  animation: esg-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.esg-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-left: -20px;
  -webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
  animation: esg-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.esg-loader.spinner5 {
  background: url(../images/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

@-webkit-keyframes esg-rotateplane {
  0% {
    -webkit-transform: perspective(120px)
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg)
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
  }
}

@keyframes esg-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.esg-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: esg-scaleout 1.0s infinite ease-in-out;
  animation: esg-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes esg-scaleout {
  0% {
    -webkit-transform: scale(0.0)
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes esg-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

.esg-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.eg-search-wrapper .esg-loader.spinner3 {
  margin-top: -30px !important
}

.simple-light .eg-search-wrapper .esg-loader.spinner3, .simple-dark .eg-search-wrapper .esg-loader.spinner3 {
  margin-top: -25px !important
}

.text-light .eg-search-wrapper .esg-loader.spinner3, .text-dark .eg-search-wrapper .esg-loader.spinner3 {
  margin-top: -22px !important
}

.esg-loader.spinner3 .bounce1, .esg-loader.spinner3 .bounce2, .esg-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: esg-bouncedelay 1.4s infinite ease-in-out;
  animation: esg-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.esg-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.esg-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes esg-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes esg-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.esg-loader.spinner4 {
  margin: 0px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: esg-rotate 2.0s infinite linear;
  animation: esg-rotate 2.0s infinite linear;
}

.esg-loader.spinner4 .dot1, .esg-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: esg-bounce 2.0s infinite ease-in-out;
  animation: esg-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.esg-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes esg-rotate {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes esg-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}

@-webkit-keyframes esg-bounce {
  0%, 100% {
    -webkit-transform: scale(0.0)
  }
  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes esg-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/****************************
* Fontello Icons
****************************/

@font-face {
  font-family: 'eg-font';
  src: url('../font/egfont.eot?85610117');
  src: url('../font/egfont.eot?85610117#iefix') format('embedded-opentype'), url('../font/egfont.woff?85610117') format('woff'), url('../font/egfont.ttf?85610117') format('truetype'), url('../font/egfont.svg?85610117#egfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="eg-icon-"]:before, [class*=" eg-icon-"]:before {
  font-family: "eg-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.eg-icon-soundcloud:before {
  content: '\e8ca';
}

/* 'î£Š' */

.eg-icon-music:before {
  content: '\e858';
}

/* 'î¡˜' */

.eg-icon-color-adjust:before {
  content: '\e862';
}

/* 'î¡¢' */

.eg-icon-mail:before {
  content: '\e868';
}

/* 'î¡¨' */

.eg-icon-mail-alt:before {
  content: '\e869';
}

/* 'î¡©' */

.eg-icon-heart:before {
  content: '\e86a';
}

/* 'î¡ª' */

.eg-icon-heart-empty:before {
  content: '\e86b';
}

/* 'î¡«' */

.eg-icon-star:before {
  content: '\e86c';
}

/* 'î¡¬' */

.eg-icon-star-empty:before {
  content: '\e86d';
}

/* 'î¡­' */

.eg-icon-user:before {
  content: '\e879';
}

/* 'î¡¹' */

.eg-icon-male:before {
  content: '\e87a';
}

/* 'î¡º' */

.eg-icon-female:before {
  content: '\e87b';
}

/* 'î¡»' */

.eg-icon-video:before {
  content: '\e805';
}

/* 'î …' */

.eg-icon-videocam:before {
  content: '\e859';
}

/* 'î¡™' */

.eg-icon-picture-1:before {
  content: '\e803';
}

/* 'î ƒ' */

.eg-icon-camera:before {
  content: '\e85a';
}

/* 'î¡š' */

.eg-icon-camera-alt:before {
  content: '\e85b';
}

/* 'î¡›' */

.eg-icon-th-large:before {
  content: '\e83c';
}

/* 'î ¼' */

.eg-icon-th:before {
  content: '\e83d';
}

/* 'î ½' */

.eg-icon-ok:before {
  content: '\e80d';
}

/* 'î ' */

.eg-icon-ok-circled2:before {
  content: '\e877';
}

/* 'î¡·' */

.eg-icon-ok-squared:before {
  content: '\e878';
}

/* 'î¡¸' */

.eg-icon-cancel:before {
  content: '\e80a';
}

/* 'î Š' */

.eg-icon-plus:before {
  content: '\e86e';
}

/* 'î¡®' */

.eg-icon-plus-circled:before {
  content: '\e876';
}

/* 'î¡¶' */

.eg-icon-plus-squared:before {
  content: '\e875';
}

/* 'î¡µ' */

.eg-icon-minus:before {
  content: '\e86f';
}

/* 'î¡¯' */

.eg-icon-minus-circled:before {
  content: '\e870';
}

/* 'î¡°' */

.eg-icon-minus-squared:before {
  content: '\e871';
}

/* 'î¡±' */

.eg-icon-minus-squared-alt:before {
  content: '\e872';
}

/* 'î¡²' */

.eg-icon-info-circled:before {
  content: '\e80f';
}

/* 'î ' */

.eg-icon-info:before {
  content: '\e844';
}

/* 'î¡„' */

.eg-icon-home:before {
  content: '\e843';
}

/* 'î¡ƒ' */

.eg-icon-link:before {
  content: '\e80e';
}

/* 'î Ž' */

.eg-icon-unlink:before {
  content: '\e83f';
}

/* 'î ¿' */

.eg-icon-link-ext:before {
  content: '\e840';
}

/* 'î¡€' */

.eg-icon-lock:before {
  content: '\e856';
}

/* 'î¡–' */

.eg-icon-lock-open:before {
  content: '\e857';
}

/* 'î¡—' */

.eg-icon-eye:before {
  content: '\e841';
}

/* 'î¡' */

.eg-icon-eye-off:before {
  content: '\e842';
}

/* 'î¡‚' */

.eg-icon-tag:before {
  content: '\e85c';
}

/* 'î¡œ' */

.eg-icon-thumbs-up:before {
  content: '\e887';
}

/* 'î¢‡' */

.eg-icon-thumbs-up-alt:before {
  content: '\e888';
}

/* 'î¢ˆ' */

.eg-icon-download:before {
  content: '\e88a';
}

/* 'î¢Š' */

.eg-icon-upload:before {
  content: '\e889';
}

/* 'î¢‰' */

.eg-icon-reply:before {
  content: '\e8a6';
}

/* 'î¢¦' */

.eg-icon-forward:before {
  content: '\e874';
}

/* 'î¡´' */

.eg-icon-export-1:before {
  content: '\e873';
}

/* 'î¡³' */

.eg-icon-print:before {
  content: '\e886';
}

/* 'î¢†' */

.eg-icon-gamepad:before {
  content: '\e837';
}

/* 'î ·' */

.eg-icon-trash:before {
  content: '\e801';
}

/* 'î ' */

.eg-icon-doc-text:before {
  content: '\e885';
}

/* 'î¢…' */

.eg-icon-doc-inv:before {
  content: '\e884';
}

/* 'î¢„' */

.eg-icon-folder-1:before {
  content: '\e83e';
}

/* 'î ¾' */

.eg-icon-folder-open:before {
  content: '\e883';
}

/* 'î¢ƒ' */

.eg-icon-folder-open-empty:before {
  content: '\e882';
}

/* 'î¢‚' */

.eg-icon-rss:before {
  content: '\e880';
}

/* 'î¢€' */

.eg-icon-rss-squared:before {
  content: '\e881';
}

/* 'î¢' */

.eg-icon-phone:before {
  content: '\e87f';
}

/* 'î¡¿' */

.eg-icon-menu:before {
  content: '\e830';
}

/* 'î °' */

.eg-icon-cog-alt:before {
  content: '\e847';
}

/* 'î¡‡' */

.eg-icon-wrench:before {
  content: '\e848';
}

/* 'î¡ˆ' */

.eg-icon-basket-1:before {
  content: '\e87c';
}

/* 'î¡¼' */

.eg-icon-calendar:before {
  content: '\e87d';
}

/* 'î¡½' */

.eg-icon-calendar-empty:before {
  content: '\e87e';
}

/* 'î¡¾' */

.eg-icon-lightbulb:before {
  content: '\e88b';
}

/* 'î¢‹' */

.eg-icon-resize-full-alt:before {
  content: '\e845';
}

/* 'î¡…' */

.eg-icon-move:before {
  content: '\e846';
}

/* 'î¡†' */

.eg-icon-down-dir:before {
  content: '\e838';
}

/* 'î ¸' */

.eg-icon-up-dir:before {
  content: '\e839';
}

/* 'î ¹' */

.eg-icon-left-dir:before {
  content: '\e817';
}

/* 'î —' */

.eg-icon-right-dir:before {
  content: '\e818';
}

/* 'î ˜' */

.eg-icon-down-open:before {
  content: '\e83b';
}

/* 'î »' */

.eg-icon-left-open:before {
  content: '\e819';
}

/* 'î ™' */

.eg-icon-right-open:before {
  content: '\e81a';
}

/* 'î š' */

.eg-icon-angle-left:before {
  content: '\e820';
}

/* 'î  ' */

.eg-icon-angle-right:before {
  content: '\e81d';
}

/* 'î ' */

.eg-icon-angle-double-left:before {
  content: '\e892';
}

/* 'î¢’' */

.eg-icon-angle-double-right:before {
  content: '\e893';
}

/* 'î¢“' */

.eg-icon-left-big:before {
  content: '\e81f';
}

/* 'î Ÿ' */

.eg-icon-right-big:before {
  content: '\e81e';
}

/* 'î ž' */

.eg-icon-up-hand:before {
  content: '\e835';
}

/* 'î µ' */

.eg-icon-ccw-1:before {
  content: '\e891';
}

/* 'î¢‘' */

.eg-icon-shuffle-1:before {
  content: '\e849';
}

/* 'î¡‰' */

.eg-icon-play:before {
  content: '\e88c';
}

/* 'î¢Œ' */

.eg-icon-play-circled:before {
  content: '\e88e';
}

/* 'î¢Ž' */

.eg-icon-stop:before {
  content: '\e88f';
}

/* 'î¢' */

.eg-icon-pause:before {
  content: '\e88d';
}

/* 'î¢' */

.eg-icon-fast-fw:before {
  content: '\e890';
}

/* 'î¢' */

.eg-icon-desktop:before {
  content: '\e85d';
}

/* 'î¡' */

.eg-icon-laptop:before {
  content: '\e85e';
}

/* 'î¡ž' */

.eg-icon-tablet:before {
  content: '\e85f';
}

/* 'î¡Ÿ' */

.eg-icon-mobile:before {
  content: '\e860';
}

/* 'î¡ ' */

.eg-icon-flight:before {
  content: '\e894';
}

/* 'î¢”' */

.eg-icon-font:before {
  content: '\e851';
}

/* 'î¡‘' */

.eg-icon-bold:before {
  content: '\e852';
}

/* 'î¡’' */

.eg-icon-italic:before {
  content: '\e855';
}

/* 'î¡•' */

.eg-icon-text-height:before {
  content: '\e84f';
}

/* 'î¡' */

.eg-icon-text-width:before {
  content: '\e850';
}

/* 'î¡' */

.eg-icon-align-left:before {
  content: '\e84c';
}

/* 'î¡Œ' */

.eg-icon-align-center:before {
  content: '\e84d';
}

/* 'î¡' */

.eg-icon-align-right:before {
  content: '\e84e';
}

/* 'î¡Ž' */

.eg-icon-search:before {
  content: '\e802';
}

/* 'î ‚' */

.eg-icon-indent-left:before {
  content: '\e866';
}

/* 'î¡¦' */

.eg-icon-indent-right:before {
  content: '\e867';
}

/* 'î¡§' */

.eg-icon-ajust:before {
  content: '\e84a';
}

/* 'î¡Š' */

.eg-icon-tint:before {
  content: '\e84b';
}

/* 'î¡‹' */

.eg-icon-chart-bar:before {
  content: '\e853';
}

/* 'î¡“' */

.eg-icon-magic:before {
  content: '\e807';
}

/* 'î ‡' */

.eg-icon-sort:before {
  content: '\e895';
}

/* 'î¢•' */

.eg-icon-sort-alt-up:before {
  content: '\e863';
}

/* 'î¡£' */

.eg-icon-sort-alt-down:before {
  content: '\e864';
}

/* 'î¡¤' */

.eg-icon-sort-name-up:before {
  content: '\e854';
}

/* 'î¡”' */

.eg-icon-sort-name-down:before {
  content: '\e865';
}

/* 'î¡¥' */

.eg-icon-coffee:before {
  content: '\e896';
}

/* 'î¢–' */

.eg-icon-food:before {
  content: '\e897';
}

/* 'î¢—' */

.eg-icon-medkit:before {
  content: '\e898';
}

/* 'î¢˜' */

.eg-icon-puzzle:before {
  content: '\e899';
}

/* 'î¢™' */

.eg-icon-apple:before {
  content: '\e89a';
}

/* 'î¢š' */

.eg-icon-facebook:before {
  content: '\e89b';
}

/* 'î¢›' */

.eg-icon-gplus:before {
  content: '\e89c';
}

/* 'î¢œ' */

.eg-icon-tumblr:before {
  content: '\e8a0';
}

/* 'î¢ ' */

.eg-icon-twitter-squared:before {
  content: '\e8a2';
}

/* 'î¢¢' */

.eg-icon-twitter:before {
  content: '\e8a1';
}

/* 'î¢¡' */

.eg-icon-vimeo-squared:before {
  content: '\e89d';
}

/* 'î¢' */

.eg-icon-youtube:before {
  content: '\e89f';
}

/* 'î¢Ÿ' */

.eg-icon-youtube-squared:before {
  content: '\e89e';
}

/* 'î¢ž' */

.eg-icon-picture:before {
  content: '\e800';
}

/* 'î €' */

.eg-icon-check:before {
  content: '\e810';
}

/* 'î ' */

.eg-icon-back:before {
  content: '\e8a5';
}

/* 'î¢¥' */

.eg-icon-thumbs-up-1:before {
  content: '\e8a9';
}

/* 'î¢©' */

.eg-icon-thumbs-down:before {
  content: '\e8aa';
}

/* 'î¢ª' */

.eg-icon-download-1:before {
  content: '\e8ab';
}

/* 'î¢«' */

.eg-icon-upload-1:before {
  content: '\e8ac';
}

/* 'î¢¬' */

.eg-icon-reply-1:before {
  content: '\e8a8';
}

/* 'î¢¨' */

.eg-icon-forward-1:before {
  content: '\e8a7';
}

/* 'î¢§' */

.eg-icon-export:before {
  content: '\e80b';
}

/* 'î ‹' */

.eg-icon-folder:before {
  content: '\e813';
}

/* 'î “' */

.eg-icon-rss-1:before {
  content: '\e8c8';
}

/* 'î£ˆ' */

.eg-icon-cog:before {
  content: '\e832';
}

/* 'î ²' */

.eg-icon-tools:before {
  content: '\e815';
}

/* 'î •' */

.eg-icon-basket:before {
  content: '\e812';
}

/* 'î ’' */

.eg-icon-login:before {
  content: '\e833';
}

/* 'î ³' */

.eg-icon-logout:before {
  content: '\e834';
}

/* 'î ´' */

.eg-icon-resize-full:before {
  content: '\e816';
}

/* 'î –' */

.eg-icon-popup:before {
  content: '\e828';
}

/* 'î ¨' */

.eg-icon-arrow-combo:before {
  content: '\e827';
}

/* 'î §' */

.eg-icon-left-open-1:before {
  content: '\e82a';
}

/* 'î ª' */

.eg-icon-right-open-1:before {
  content: '\e82b';
}

/* 'î «' */

.eg-icon-left-open-mini:before {
  content: '\e822';
}

/* 'î ¢' */

.eg-icon-right-open-mini:before {
  content: '\e823';
}

/* 'î £' */

.eg-icon-left-open-big:before {
  content: '\e824';
}

/* 'î ¤' */

.eg-icon-right-open-big:before {
  content: '\e825';
}

/* 'î ¥' */

.eg-icon-left:before {
  content: '\e836';
}

/* 'î ¶' */

.eg-icon-right:before {
  content: '\e826';
}

/* 'î ¦' */

.eg-icon-ccw:before {
  content: '\e808';
}

/* 'î ˆ' */

.eg-icon-cw:before {
  content: '\e8c9';
}

/* 'î£‰' */

.eg-icon-arrows-ccw:before {
  content: '\e806';
}

/* 'î †' */

.eg-icon-level-down:before {
  content: '\e8a3';
}

/* 'î¢£' */

.eg-icon-level-up:before {
  content: '\e8a4';
}

/* 'î¢¤' */

.eg-icon-shuffle:before {
  content: '\e814';
}

/* 'î ”' */

.eg-icon-palette:before {
  content: '\e829';
}

/* 'î ©' */

.eg-icon-list-add:before {
  content: '\e80c';
}

/* 'î Œ' */

.eg-icon-back-in-time:before {
  content: '\e821';
}

/* 'î ¡' */

.eg-icon-monitor:before {
  content: '\e81b';
}

/* 'î ›' */

.eg-icon-paper-plane:before {
  content: '\e8ad';
}

/* 'î¢­' */

.eg-icon-brush:before {
  content: '\e8ae';
}

/* 'î¢®' */

.eg-icon-droplet:before {
  content: '\e81c';
}

/* 'î œ' */

.eg-icon-clipboard:before {
  content: '\e8b0';
}

/* 'î¢°' */

.eg-icon-megaphone:before {
  content: '\e8b1';
}

/* 'î¢±' */

.eg-icon-key:before {
  content: '\e8af';
}

/* 'î¢¯' */

.eg-icon-github:before {
  content: '\e8b3';
}

/* 'î¢³' */

.eg-icon-github-circled:before {
  content: '\e8b4';
}

/* 'î¢´' */

.eg-icon-flickr:before {
  content: '\e8b2';
}

/* 'î¢²' */

.eg-icon-flickr-circled:before {
  content: '\e8b5';
}

/* 'î¢µ' */

.eg-icon-vimeo:before {
  content: '\e8b6';
}

/* 'î¢¶' */

.eg-icon-vimeo-circled:before {
  content: '\e8b7';
}

/* 'î¢·' */

.eg-icon-twitter-1:before {
  content: '\e8b8';
}

/* 'î¢¸' */

.eg-icon-twitter-circled:before {
  content: '\e8b9';
}

/* 'î¢¹' */

.eg-icon-facebook-1:before {
  content: '\e8ba';
}

/* 'î¢º' */

.eg-icon-facebook-circled:before {
  content: '\e8bb';
}

/* 'î¢»' */

.eg-icon-facebook-squared:before {
  content: '\e8bc';
}

/* 'î¢¼' */

.eg-icon-gplus-1:before {
  content: '\e8bd';
}

/* 'î¢½' */

.eg-icon-gplus-circled:before {
  content: '\e8be';
}

/* 'î¢¾' */

.eg-icon-pinterest:before {
  content: '\e8bf';
}

/* 'î¢¿' */

.eg-icon-pinterest-circled:before {
  content: '\e8c0';
}

/* 'î£€' */

.eg-icon-tumblr-1:before {
  content: '\e8c1';
}

/* 'î£' */

.eg-icon-tumblr-circled:before {
  content: '\e8c2';
}

/* 'î£‚' */

.eg-icon-linkedin:before {
  content: '\e8c3';
}

/* 'î£ƒ' */

.eg-icon-linkedin-circled:before {
  content: '\e8c4';
}

/* 'î£„' */

.eg-icon-dribbble:before {
  content: '\e8c5';
}

/* 'î£…' */

.eg-icon-dribbble-circled:before {
  content: '\e8c6';
}

/* 'î£†' */

.eg-icon-picasa:before {
  content: '\e8c7';
}

/* 'î£‡' */

.eg-icon-ok-1:before {
  content: '\e811';
}

/* 'î ‘' */

.eg-icon-doc:before {
  content: '\e809';
}

/* 'î ‰' */

.eg-icon-left-open-outline:before {
  content: '\e82e';
}

/* 'î ®' */

.eg-icon-left-open-2:before {
  content: '\e82c';
}

/* 'î ¬' */

.eg-icon-right-open-outline:before {
  content: '\e82f';
}

/* 'î ¯' */

.eg-icon-right-open-2:before {
  content: '\e82d';
}

/* 'î ­' */

.eg-icon-equalizer:before {
  content: '\e83a';
}

/* 'î º' */

.eg-icon-layers-alt:before {
  content: '\e804';
}

/* 'î „' */

.eg-icon-pencil-1:before {
  content: '\e831';
}

/* 'î ±' */

.eg-icon-align-justify:before {
  content: '\e861';
}

/* 'î¡¡' */

.eg-icon-wistia:before {
  content: '\e89f';
}

/* 'Ã®Â¢Å¸' */

.eg-icon-wistia-squared:before {
  content: '\e89e';
}

/* 'Ã®Â¢Å¾' */

/* GENERAL STYLE MODS ADDED IN 1.1.0 */

.esg-filter-wrapper .esg-filterbutton:last-child, .esg-cartbutton a, .esg-selected-filterbutton {
  margin-right: 0 !important;
}

.esg-singlefilters .esg-filter-checked {
  display: none !important
}

/*#firstcontentcontainer	{	background:#fff !important; background-image:none !important}*/

/*****************************************
	-	AJAX LOADED CONTENT STYLING	-
*****************************************/

.eg-ajaxclicklistener {
  cursor: pointer
}

.eg-ajax-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.eg-ajax-video-container.widevideo {
  padding-bottom: 50%;
}

.eg-ajax-video-container iframe, .eg-ajax-video-container object, .eg-ajax-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.forcenotvisible {
  visibility: hidden !important
}

.forcenotdisplay {
  display: none !important
}

/******************************
	-	SEARCH FUNCTION	-
********************************/

input.eg-search-input[type="text"], .eg-search-input {
  display: inline-block
}

.eg-search-submit, .eg-search-clean {
  display: inline-block;
  width: auto;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.eg-search-submit, .eg-search-clean {
  cursor: pointer
}

.eg-search-wrapper {
  vertical-align: top;
  line-height: 40px;
}

input.eg-search-input[type="text"] {
  font-family: "Open Sans", sans-serif;
  outline: none !important;
  margin: 0px 0px 5px !important;
  padding: 8px 15px;
  vertical-align: middle;
}

/*****************************************
	-	AJAX NAVIGATION BUTTON STYLING	-
*****************************************/

.eg-ajax-closer-wrapper {
  display: block;
  z-index: 51000;
  position: relative
}

.eg-ajax-navbt {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
}

.eg-acp-inner.eg-acp-tr .eg-ajax-closer.eg-ajax-navbt, .eg-acp-inner.eg-acp-br .eg-ajax-closer.eg-ajax-navbt {
  margin-right: 0px
}

.eg-ajax-closer-wrapper.eg-acp-tl, .eg-ajax-closer-wrapper.eg-acp-bl {
  text-align: left;
}

.eg-ajax-closer-wrapper.eg-acp-tr, .eg-ajax-closer-wrapper.eg-acp-br {
  text-align: right;
}

.eg-ajax-closer-wrapper.eg-acp-t, .eg-ajax-closer-wrapper.eg-acp-b {
  text-align: center;
}

.eg-ajax-closer-wrapper.eg-acp-t, .eg-ajax-closer-wrapper.eg-acp-tr, .eg-ajax-closer-wrapper.eg-acp-tl {
  margin-bottom: 5px;
}

.eg-ajax-closer-wrapper.eg-acp-bl, .eg-ajax-closer-wrapper.eg-acp-br, .eg-ajax-closer-wrapper.eg-acp-b {
  margin-top: 5px;
}

.eg-acp-inner {
  display: block;
  position: absolute;
  z-index: 50;
  margin: 5px;
}

.eg-acp-inner.eg-acp-tr, .eg-acp-inner.eg-acp-tl, .eg-acp-inner.eg-acp-t {
  top: 0px;
}

.eg-acp-inner.eg-acp-br, .eg-acp-inner.eg-acp-bl, .eg-acp-inner.eg-acp-b {
  bottom: 0px;
}

.eg-acp-inner.eg-acp-tl, .eg-acp-inner.eg-acp-bl {
  left: 0px;
}

.eg-acp-inner.eg-acp-tr, .eg-acp-inner.eg-acp-br {
  right: 0px;
}

.eg-acp-inner.eg-acp-t, .eg-acp-inner.eg-acp-b {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.eg-ajax-navbt {
  line-height: 21px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-transform: uppercase;
  padding: 1px 1px 0px 0px;
  font-size: 11px;
  font-weight: 400;
}

.eg-ajax-closer.eg-ajax-navbt {
  padding: 1px 5px 1px 3px;
  vertical-align: top;
}

.eg-acp-light .eg-ajax-navbt {
  background: #e5e5e5;
  color: #000;
}

.eg-ajax-closer.eg-ajax-navbt i {
  font-size: 13px;
}

.eg-ajax-navbt i {
  font-size: 16px;
}

.eg-ajax-closer-wrapper.eg-acp-type1 {
  margin: 0;
}

.eg-acp-type1 .eg-ajax-navbt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 10px;
  margin: 0px;
}

.eg-acp-type1 .eg-ajax-navbt i {
  font-size: 20px;
}

.eg-acp-type1 .eg-ajax-navbt {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: medium !important;
  line-height: 40px;
  padding: 0px;
}

.eg-acp-type1 .eg-ajax-closer.eg-ajax-navbt {
  vertical-align: top;
  font-size: 24px;
  font-weight: 300;
  font-family: sans-serif;
  height: auto;
  line-height: 28px;
  padding: 8px 0px 4px;
}

span.eg-el-amount:before {
  content: "("
}

span.eg-el-amount:after {
  content: ")"
}

span.eg-el-amount {
  margin-left: 10px;
}

/****************************************
	-	2.1.6 SPLIT CONTENT FEATURE  -
*****************************************/

.esg-split-content .esg-entry-media-wrapper, .esg-split-content .esg-entry-cover {
  width: 50% !important
}

.esg-split-content .esg-media-cover-wrapper:after {
  content: "";
  display: table;
  clear: both
}

.esg-split-right .esg-entry-media-wrapper, .esg-split-right .esg-entry-cover {
  float: right
}

.esg-split-left .esg-entry-media-wrapper, .esg-split-left .esg-entry-cover {
  float: left
}

.esg-split-content .esg-entry-media {
  height: 100% !important
}

.esg-split-content .esg-entry-cover {
  position: relative !important
}

.esg-split-content .esg-entry-content {
  clear: both
}

/*
2.1.6
Blur and Grayscale filters
*/

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

/* 2.1.6.2 */

.esg-itm-anime:not(.esg-anime-blur) .esg-overflowtrick {
  overflow: visible !important
}

.esg-itm-anime .tp-esg-item {
  -webkit-mask-image: none !important
}

.esg-itm-anime .tp-esg-item:hover {
  z-index: 9999 !important;
  transform: none !important
}

.esg-anime-blur .esg-entry-media {
  transform: scale(1.15, 1.15) !important;
  transform-origin: center center !important
}

.esg-anime-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/

.aden {
  -webkit-filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);
  filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden::after {
  background: -webkit-linear-gradient(left, rgba(66, 10, 14, .2), transparent);
  background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
  mix-blend-mode: darken
}

.perpetua::after, .reyes::after {
  mix-blend-mode: soft-light;
  opacity: .5
}

.inkwell {
  -webkit-filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);
  filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua::after {
  background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
  background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
  -webkit-filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75);
  filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes::after {
  background: #efcdad
}

.gingham {
  -webkit-filter: brightness(1.05) hue-rotate(-10deg);
  filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham::after {
  background: -webkit-linear-gradient(left, rgba(66, 10, 14, .2), transparent);
  background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
  mix-blend-mode: darken
}

.toaster {
  -webkit-filter: contrast(1.5) brightness(.9);
  filter: contrast(1.5) brightness(.9)
}

.toaster::after {
  background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen
}

.walden {
  -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);
  filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: .3
}

.hudson {
  -webkit-filter: brightness(1.2) contrast(.9) saturate(1.1);
  filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson::after {
  background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: .5
}

.earlybird {
  -webkit-filter: contrast(.9) sepia(.2);
  filter: contrast(.9) sepia(.2)
}

.earlybird::after {
  background: -webkit-radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay
}

.mayfair {
  -webkit-filter: contrast(1.1) saturate(1.1);
  filter: contrast(1.1) saturate(1.1)
}

.mayfair::after {
  background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
  mix-blend-mode: overlay;
  opacity: .4
}

.lofi {
  -webkit-filter: saturate(1.1) contrast(1.5);
  filter: saturate(1.1) contrast(1.5)
}

.lofi::after {
  background: -webkit-radial-gradient(circle, transparent 70%, #222 150%);
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply
}

._1977 {
  -webkit-filter: contrast(1.1) brightness(1.1) saturate(1.3);
  filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
  background: rgba(243, 106, 188, .3);
  mix-blend-mode: screen
}

.brooklyn {
  -webkit-filter: contrast(.9) brightness(1.1);
  filter: contrast(.9) brightness(1.1)
}

.brooklyn::after {
  background: -webkit-radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
  background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
  mix-blend-mode: overlay
}

.xpro2 {
  -webkit-filter: sepia(.3);
  filter: sepia(.3)
}

.xpro2::after {
  background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
  mix-blend-mode: color-burn
}

.nashville {
  -webkit-filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville::after {
  background: rgba(0, 70, 150, .4);
  mix-blend-mode: lighten
}

.nashville::before {
  background: rgba(247, 176, 153, .56);
  mix-blend-mode: darken
}

.lark {
  -webkit-filter: contrast(.9);
  filter: contrast(.9)
}

.lark::after {
  background: rgba(242, 242, 242, .8);
  mix-blend-mode: darken
}

.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge
}

.moon {
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
  filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light
}

.moon::after {
  background: #383838;
  mix-blend-mode: lighten
}

.clarendon {
  -webkit-filter: contrast(1.2) saturate(1.35);
  filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
  background: rgba(127, 187, 227, .2);
  mix-blend-mode: overlay
}

.willow {
  -webkit-filter: grayscale(.5) contrast(.95) brightness(.9);
  filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow::before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay
}

.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color
}

.rise {
  -webkit-filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9);
  filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise::after {
  background: -webkit-radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
  background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: .6
}

.rise::before {
  background: -webkit-radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
  background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
  mix-blend-mode: multiply
}

._1977:after, ._1977:before, .aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none
}

._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
  position: relative
}

._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {
  width: 100%;
  z-index: 1
}

._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
  z-index: 2
}

._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
  z-index: 3
}

.slumber {
  -webkit-filter: saturate(.66) brightness(1.05);
  filter: saturate(.66) brightness(1.05)
}

.slumber::after {
  background: rgba(125, 105, 24, .5);
  mix-blend-mode: soft-light
}

.slumber::before {
  background: rgba(69, 41, 12, .4);
  mix-blend-mode: lighten
}

/* UK cookie consent */

html.has-cookie-bar.cookie-bar-top-bar {
  margin-top: 0px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

#catapult-cookie-bar {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  direction: ltr;
  padding: 0 20px;
  z-index: 99999;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.ctcc-exclude-AF.geoip-continent-AF #catapult-cookie-bar, .ctcc-exclude-AN.geoip-continent-AN #catapult-cookie-bar, .ctcc-exclude-AS.geoip-continent-AS #catapult-cookie-bar, .ctcc-exclude-EU.geoip-continent-EU #catapult-cookie-bar, .ctcc-exclude-NA.geoip-continent-NA #catapult-cookie-bar, .ctcc-exclude-OC.geoip-continent-OC #catapult-cookie-bar, .ctcc-exclude-SA.geoip-continent-SA #catapult-cookie-bar {
  display: none;
}

#catapult-cookie-bar.rounded-corners {
  border-radius: 3px;
}

#catapult-cookie-bar.drop-shadow {
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
}

.cookie-bar-block #catapult-cookie-bar {
  max-height: 999px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.has-cookie-bar #catapult-cookie-bar {
  opacity: 1;
  max-height: 999px;
  min-height: 30px;
  padding: 15px 20px 15px;
}

.cookie-bar-block #catapult-cookie-bar span {
  display: block;
  margin: 1em 0;
}

.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side {
  float: right;
}

button#catapultCookie {
  cursor: pointer;
  margin: 0 20px 0 0;
}

.cookie-bar-bar button#catapultCookie {
  margin: 0 0 0 20px;
}

.cookie-bar-bar .ctcc-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

.cookie-bar-bar .float-accept .ctcc-inner {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .ctcc-left-side {
    margin-right: 1em;
  }
}

.ctcc-right-side {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.cookie-bar-block #catapult-cookie-bar h3 {
  margin: 0.5em 0 0;
}

.use_x_close .x_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-family: sans-serif;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.cookie-bar-bar .use_x_close .x_close {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.x_close {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  width: 14px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.x_close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 14px;
  background: #111;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  transition-delay: .14s;
  -webkit-transition-delay: .14s;
  -moz-transition-delay: .14s;
}

.x_close span:nth-child(1), .x_close span:nth-child(2) {
  top: 14px;
}

.x_close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.x_close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.x_close:hover span:nth-child(1) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.x_close:hover span:nth-child(2) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

/*. Renew */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic
}

#map_canvas img {
  max-width: none
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button
}

input[type="search"] {
  -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  vertical-align: top
}

iframe {
  border: 0
}

*, *:before, *:after {
  box-sizing: border-box
}

html {
  overflow-x: hidden
}

body {
  margin: 0;
  overflow-x: hidden
}

a {
  text-decoration: none
}

a:hover, a:active {
  outline: 0 !important
}

[tabindex="-1"] {
  outline: 0 !important
}

.site, .x-site {
  margin: 0 auto;
  background-color: #fff
}

.site:before, .site:after, .x-site:before, .x-site:after {
  content: " ";
  display: table
}

.site:after, .x-site:after {
  clear: both
}

body {
  line-height: 1.8
}

.x-container.offset {
  margin: 2.75em auto
}

@media (max-width: 767px) {
  .x-container.offset {
    margin: 2em auto
  }
}

.x-root {
  display: -webkit-flex;
  display: flex
}

.x-root .site, .x-root .x-site {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  min-width: 1px
}

.x-masthead {
  position: relative
}

.x-colophon {
  position: relative
}

.x-crumbs-list {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  margin: 0 !important;
  padding: 0;
  list-style: none
}

.x-crumbs-list-item {
  display: inherit;
  -webkit-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
  -webkit-align-content: inherit;
  align-content: inherit
}

.x-crumbs-list-item:last-child:after {
  content: ".";
  display: inline;
  visibility: hidden;
  width: 0;
  opacity: 0;
  pointer-events: none;
  speak: none
}

.x-crumbs-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color, text-shadow, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

[data-x-single-anim] {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

[data-x-single-anim][class*="secondary"] {
  animation-duration: .45s
}

@keyframes x-slide-top {
  33% {
    opacity: 0;
    transform: none
  }
  34% {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes x-slide-left {
  33% {
    opacity: 0;
    transform: none
  }
  34% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0)
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes x-slide-right {
  33% {
    opacity: 0;
    transform: none
  }
  34% {
    opacity: 0;
    transform: translate3d(50%, 0, 0)
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes x-slide-bottom {
  33% {
    opacity: 0;
    transform: none
  }
  34% {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes x-scale-up {
  33% {
    opacity: 0;
    transform: none
  }
  34% {
    opacity: 0;
    transform: scale3d(0, 0, 1)
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

@keyframes x-scale-down {
  33% {
    opacity: 0;
    transform: none
  }
  34% {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1)
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

@keyframes x-flip-x {
  33% {
    opacity: 0;
    transform: none
  }
  34% {
    opacity: 0;
    transform: perspective(125px) rotate3d(1, 0, 0, -180deg)
  }
  100% {
    opacity: 1;
    transform: perspective(125px) rotate3d(1, 0, 0, 0deg)
  }
}

@keyframes x-flip-y {
  33% {
    opacity: 0;
    transform: none
  }
  34% {
    opacity: 0;
    transform: perspective(125px) rotate3d(0, 1, 0, -180deg)
  }
  100% {
    opacity: 1;
    transform: perspective(125px) rotate3d(0, 1, 0, 0deg)
  }
}

.x-anchor {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow
}

.x-anchor-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transform: translate3d(0, 0, 0)
}

.x-anchor, .x-anchor-text-primary, .x-anchor-text-secondary, .x-anchor-sub-indicator {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.x-nat, .x-nat a, .x-nat i, .x-nat ul, .x-nat ol, .x-nat img, .x-nat div, .x-nat span, .x-nat button {
  animation-delay: 0s !important;
  transition-delay: 0s !important;
  animation-duration: 0s !important;
  transition-duration: 0s !important
}

.x-anchor-text {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  min-width: 1px
}

.x-anchor-text-primary, .x-anchor-text-secondary {
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3
}

.x-anchor-sub-indicator {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  transition-property: color, text-shadow;
  z-index: 2
}

.x-anchor-sub-indicator:before {
  display: inherit;
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-align: inherit
}

li:not(.menu-item-has-children)>a .x-anchor-sub-indicator {
  display: none;
  visibility: hidden;
  speak: none
}

.x-bar {
  position: relative
}

.x-bar, .x-bar-scroll, .x-bar-scroll-outer, .x-bar-scroll-inner, .x-bar-content {
  display: -webkit-flex;
  display: flex
}

.x-bar, .x-bar-scroll, .x-bar-scroll-outer, .x-bar-scroll-inner {
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.x-bar-h, .x-bar-h .x-bar-scroll, .x-bar-h .x-bar-scroll-outer, .x-bar-h .x-bar-scroll-inner {
  -webkit-flex-direction: row;
  flex-direction: row
}

.x-bar-v, .x-bar-v .x-bar-scroll, .x-bar-v .x-bar-scroll-outer, .x-bar-v .x-bar-scroll-inner {
  -webkit-flex-direction: column;
  flex-direction: column
}

.x-bar-scroll, .x-bar-scroll-outer, .x-bar-scroll-inner, .x-bar-content {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto
}

.x-bar-content {
  z-index: 5
}

.x-bar, .x-bar-scroll, .x-bar-scroll-outer, .x-bar-scroll-inner, .x-bar-content, .x-bar-container {
  min-width: 1px
}

.x-bar-space {
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

.x-bar-space-right {
  -webkit-order: 9999;
  order: 9999
}

.x-bar-outer-spacers:before, .x-bar-outer-spacers:after {
  content: "";
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden
}

.x-bar-scroll {
  position: relative;
  width: 100% !important;
  height: 100% !important
}

.x-bar-scroll .ps-scrollbar-x-rail, .x-bar-scroll .ps-scrollbar-y-rail {
  z-index: 10
}

.x-bar-scroll-outer, .x-bar-scroll-inner {
  width: 100% !important;
  height: 100% !important
}

.x-bar-scroll-outer {
  overflow: hidden !important
}

.x-bar-scroll-inner {
  box-sizing: content-box !important;
  -webkit-overflow-scrolling: touch !important;
  -ms-overflow-style: -ms-autohiding-scrollbar !important
}

.x-bar-h .x-bar-scroll-inner {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  padding: 0 0 50px 0 !important
}

.x-bar-v .x-bar-scroll-inner {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  padding: 0 50px 0 0 !important
}

.x-bar-absolute {
  position: absolute
}

.x-bar-fixed {
  position: fixed
}

.x-bar-bottom {
  bottom: 0
}

.x-bar-left {
  top: 0;
  left: 0;
  bottom: 0
}

.x-bar-right {
  top: 0;
  right: 0;
  bottom: 0
}

@media screen and (min-width: 783px) {
  .admin-bar .x-bar-left, .admin-bar .x-bar-right {
    top: 32px
  }
}

@media screen and (min-width: 601px) and (max-width: 782px) {
  .admin-bar .x-bar-left, .admin-bar .x-bar-right {
    top: 46px
  }
}

.x-bar-h .x-bar-container, .x-bar-h .x-mod-container {
  height: inherit
}

.x-bar-v .x-bar-container, .x-bar-v .x-mod-container {
  width: inherit
}

.x-bar-container {
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1
}

.x-mod-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
  position: relative
}

.x-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

[class^="x-bg"] {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none
}

[class^="x-bg"][data-x-params*="parallax"] {
  opacity: 0;
  transition-duration: 0.3s, 0s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1), linear
}

.x-bg {
  z-index: -1
}

[class*="x-bg-layer-lower"] {
  z-index: 1
}

[class*="x-bg-layer-upper"] {
  z-index: 2
}

[data-x-collapse="closed"].x-menu-collapsed, [data-x-collapse="closed"]>ul.sub-menu {
  display: none
}

[data-x-collapse="opening"].x-menu-collapsed, [data-x-collapse="opening"]>ul.sub-menu, [data-x-collapse="closing"].x-menu-collapsed, [data-x-collapse="closing"]>ul.sub-menu {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.x-mini-cart ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important
}

.x-mini-cart li, .x-mini-cart a:not(.x-anchor) {
  transition-duration: 0.3s;
  transition-property: color, text-shadow, border-color, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.x-mini-cart li:before, .x-mini-cart li:after {
  content: " ";
  display: table
}

.x-mini-cart li:after {
  clear: both
}

.x-mini-cart a:not(.x-anchor) {
  display: block
}

.x-mini-cart a:not(.x-anchor):focus {
  outline: 0
}

.x-mini-cart img {
  float: left;
  display: block;
  margin: 0
}

.x-mini-cart .remove {
  float: right;
  text-align: center !important
}

.x-mini-cart .quantity {
  display: block;
  margin: 0 !important
}

.x-mini-cart .total {
  margin: 0
}

.x-mini-cart .total strong {
  font-weight: inherit
}

.x-mini-cart .buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0
}

.x-mini-cart .widget_shopping_cart_content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.rtl .x-mini-cart img {
  float: right
}

.rtl .x-mini-cart .remove {
  float: left
}

.x-dropdown {
  visibility: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translate3d(0, 5%, 0);
  transition-delay: 0s, 0s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 9999
}

.x-dropdown[data-x-stem*="u"] {
  transform: translate3d(0, -5%, 0)
}

.x-dropdown.x-active {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  pointer-events: auto
}

ul.x-dropdown, ol.x-dropdown {
  list-style: none
}

.menu-item-has-children {
  position: relative
}

.x-frame {
  width: 100%
}

.x-frame-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.x-frame-inner video, .x-frame-inner>div, .x-frame-inner>embed, .x-frame-inner>iframe, .x-frame-inner>img, .x-frame-inner>object, .x-frame-inner>.x-map iframe, .x-frame-inner>.x-video iframe, .x-frame-inner>.x-video .mejs-poster img {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important
}

.x-graphic-icon, .x-graphic-image, .x-graphic-toggle {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.x-graphic {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2
}

.x-graphic-icon, .x-graphic-image, .x-graphic-toggle {
  position: relative;
  transition-property: opacity, transform, color, background-color, text-shadow, box-shadow
}

.x-graphic-icon {
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
  text-align: center
}

.x-graphic-icon:before {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: 0 !important;
  width: 1em !important;
  height: 1em !important;
  margin: -0.5em 0 0 -0.5em !important;
  line-height: 1em !important;
  text-align: center !important
}

.x-graphic-image, .x-graphic-image.x-image {
  display: block
}

.x-graphic-primary:not(:only-child), .x-graphic-secondary {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.x-graphic-primary:not(:only-child) {
  opacity: 1;
  z-index: 2
}

.x-graphic-secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1
}

a[class*="active"] .x-graphic-primary:not(:only-child) {
  opacity: 0
}

a[class*="active"] .x-graphic-secondary {
  opacity: 1
}

.x-scale-up.x-graphic-primary:not(:only-child) {
  transform: scale(1)
}

.x-scale-up.x-graphic-secondary {
  transform: scale(0.35)
}

a[class*="active"] .x-scale-up.x-graphic-primary:not(:only-child) {
  transform: scale(1.5)
}

a[class*="active"] .x-scale-up.x-graphic-secondary {
  transform: scale(1)
}

.x-scale-down.x-graphic-primary:not(:only-child) {
  transform: scale(1)
}

.x-scale-down.x-graphic-secondary {
  transform: scale(1.5)
}

a[class*="active"] .x-scale-down.x-graphic-primary:not(:only-child) {
  transform: scale(0.35)
}

a[class*="active"] .x-scale-down.x-graphic-secondary {
  transform: scale(1)
}

.x-flip-x.x-graphic-primary:not(:only-child) {
  transform: perspective(100px) rotateX(0deg)
}

.x-flip-x.x-graphic-secondary {
  transform: perspective(100px) rotateX(-180deg)
}

a[class*="active"] .x-flip-x.x-graphic-primary:not(:only-child) {
  transform: perspective(100px) rotateX(180deg)
}

a[class*="active"] .x-flip-x.x-graphic-secondary {
  transform: perspective(100px) rotateX(0deg)
}

.x-flip-y.x-graphic-primary:not(:only-child) {
  transform: perspective(100px) rotateY(0deg)
}

.x-flip-y.x-graphic-secondary {
  transform: perspective(100px) rotateY(-180deg)
}

a[class*="active"] .x-flip-y.x-graphic-primary:not(:only-child) {
  transform: perspective(100px) rotateY(180deg)
}

a[class*="active"] .x-flip-y.x-graphic-secondary {
  transform: perspective(100px) rotateY(0deg)
}

.x-image {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  background-color: #f7f7f7 !important;
}

.x-image img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
  background-color: #f7f7f7;
}

a.x-image {
  cursor: pointer
}

a.x-image:focus {
  outline: 0
}

.x-image-preserve-ratio img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

.x-line {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  border: 0;
  padding: 0
}

.x-menu, .x-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none
}

.x-menu, .x-menu li {
  min-width: 1px
}

.x-has-sub {
  position: relative
}

.x-menu-modal .x-anchor, .x-menu-dropdown .x-anchor, .x-menu-collapsed .x-anchor, .x-menu-inline .x-dropdown .x-anchor {
  display: -webkit-flex;
  display: flex
}

.x-menu-modal li:before, .x-menu-modal li:after, .x-menu-collapsed li:before, .x-menu-collapsed li:after {
  content: "";
  display: table
}

.x-menu-modal li:after, .x-menu-collapsed li:after {
  clear: both
}

.x-bar-v .x-menu-collapsed, .x-bar-v .x-menu-collapsed>li {
  width: inherit
}

.x-menu-inline {
  display: -webkit-flex;
  display: flex
}

.x-menu-inline>li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: inherit;
  align-items: inherit
}

.x-modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: visibility 0s linear 0.525s, opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  pointer-events: none;
  z-index: 99999999
}

.x-modal.x-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  pointer-events: auto
}

.x-modal-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.x-modal-close {
  display: block;
  position: fixed;
  width: 1em;
  height: 1em;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1em;
  text-align: center;
  background-color: transparent;
  opacity: 0;
  transform: scale(0);
  transition-duration: 0.5s;
  transition-property: color, opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3
}

.x-modal-close span {
  display: block
}

.x-modal.x-active .x-modal-close {
  opacity: 1;
  transform: scale(1)
}

.x-modal-close-top {
  top: 0
}

.x-modal-close-left {
  left: 0
}

.x-modal-close-right {
  right: 0
}

.x-modal-close-bottom {
  bottom: 0
}

.admin-bar .x-modal-close-top {
  top: 32px
}

@media screen and (max-width: 782px) {
  .admin-bar .x-modal-close-top {
    top: 46px
  }
}

.x-modal-content-outer {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 2
}

.x-modal-content-inner {
  display: table-cell;
  vertical-align: middle
}

.x-modal-content {
  width: 100%;
  margin: 0 auto;
  transform: translate3d(0, -15px, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1)
}

.x-modal.x-active .x-modal-content {
  transform: translate3d(0, 0, 0)
}

.admin-bar .x-modal, .admin-bar .x-modal-bg {
  top: 32px
}

@media screen and (max-width: 782px) {
  .admin-bar .x-modal, .admin-bar .x-modal-bg {
    top: 46px
  }
}

.x-off-canvas {
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: visibility 0s linear 0.525s;
  pointer-events: none;
  z-index: 99999998
}

.x-off-canvas.x-active {
  visibility: visible;
  transition-delay: 0s;
  pointer-events: auto
}

.x-off-canvas-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1)
}

.x-off-canvas.x-active .x-off-canvas-bg {
  opacity: 1
}

.x-off-canvas-close {
  display: block;
  position: absolute;
  top: 0;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  opacity: 0;
  transform: scale(0);
  transition-duration: 0.3s, 0.5s, 0.5s;
  transition-property: color, opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3
}

.x-off-canvas-close span {
  display: block
}

.x-off-canvas.x-active .x-off-canvas-close {
  opacity: 1;
  transform: scale(1)
}

.x-off-canvas-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2
}

.x-off-canvas.x-active .x-off-canvas-content {
  transform: translate3d(0, 0, 0)
}

.x-off-canvas-close-left {
  left: 0
}

.x-off-canvas-close-right {
  right: 0
}

.x-off-canvas-content-left {
  left: 0;
  transform: translate3d(-115%, 0, 0)
}

.x-off-canvas-content-right {
  right: 0;
  transform: translate3d(115%, 0, 0)
}

.admin-bar .x-off-canvas {
  top: 32px
}

@media screen and (max-width: 782px) {
  .admin-bar .x-off-canvas {
    top: 46px
  }
}

[data-x-particle] {
  display: block;
  position: absolute;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  speak: none;
  z-index: 1
}

[data-x-particle] span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: currentColor
}

[data-x-particle*="inside"][data-x-particle*="t_"] {
  top: 0
}

[data-x-particle*="inside"][data-x-particle*="_l"] {
  left: 0
}

[data-x-particle*="inside"][data-x-particle*="_r"] {
  right: 0
}

[data-x-particle*="inside"][data-x-particle*="b_"] {
  bottom: 0
}

[data-x-particle*="inside"][data-x-particle*="c_"]:not([data-x-particle*="c_c"]) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto
}

[data-x-particle*="inside"][data-x-particle*="_c"]:not([data-x-particle*="c_c"]) {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto
}

[data-x-particle*="inside"][data-x-particle*="c_c"] {
  top: 50%;
  left: 50%
}

[data-x-particle*="overlap"][data-x-particle*="t_"] {
  top: 0%
}

[data-x-particle*="overlap"][data-x-particle*="c_"] {
  top: 50%
}

[data-x-particle*="overlap"][data-x-particle*="b_"] {
  top: 100%
}

[data-x-particle*="overlap"][data-x-particle*="_l"] {
  left: 0%
}

[data-x-particle*="overlap"][data-x-particle*="_c"] {
  left: 50%
}

[data-x-particle*="overlap"][data-x-particle*="_r"] {
  left: 100%
}

[data-x-particle~="scale-x_y"] {
  transform: scale3d(0, 0, 1)
}

[data-x-particle~="scale-x"] {
  transform: scale3d(0, 1, 1)
}

[data-x-particle~="scale-y"] {
  transform: scale3d(1, 0, 1)
}

[data-x-particle*="overlap"], [data-x-particle*="inside"][data-x-particle*="c_c"] {
  transform: translate3d(-50%, -50%, 0)
}

[data-x-particle*="overlap"][data-x-particle~="scale-x_y"], [data-x-particle*="inside"][data-x-particle*="c_c"][data-x-particle~="scale-x_y"] {
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1)
}

[data-x-particle*="overlap"][data-x-particle~="scale-x"], [data-x-particle*="inside"][data-x-particle*="c_c"][data-x-particle~="scale-x"] {
  transform: translate3d(-50%, -50%, 0) scale3d(0, 1, 1)
}

[data-x-particle*="overlap"][data-x-particle~="scale-y"], [data-x-particle*="inside"][data-x-particle*="c_c"][data-x-particle~="scale-y"] {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 0, 1)
}

[data-x-particle].x-active {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.3s
}

[data-x-particle].x-active[data-x-particle*="scale"] {
  transition-delay: 0s;
  transition-duration: 0s, 0.3s;
  transform: scale3d(1, 1, 1)
}

[data-x-particle].x-active[data-x-particle*="scale"][data-x-particle*="overlap"], [data-x-particle].x-active[data-x-particle*="scale"][data-x-particle*="inside"][data-x-particle*="c_c"] {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1)
}

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important
  }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
  display: block;
  background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999;
  height: 11px
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999;
  width: 11px
}

.ps-container>.ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: height .2s linear, width .2s ease-in-out, background-color .2s linear, border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px
}

.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x, .ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
  height: 11px
}

.ps-container>.ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: height .2s linear, width .2s ease-in-out, background-color .2s linear, border-radius .2s ease-in-out;
  right: 2px;
  width: 6px
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y, .ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
  width: 11px
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999;
  height: 11px
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999;
  width: 11px
}

.ps-container:hover>.ps-scrollbar-x-rail, .ps-container:hover>.ps-scrollbar-y-rail {
  opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
  background-color: #999
}

.x-search {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  border: 0;
  padding: 0;
  transition-duration: 0.3s;
  transition-property: border-color, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: text
}

.x-search:focus {
  outline: 0
}

.x-search-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer
}

.x-search-btn:focus {
  outline: 0
}

.x-search-btn svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  line-height: inherit;
  stroke: currentColor
}

.x-search-btn-submit {
  -webkit-order: 1;
  order: 1
}

.x-search-btn-clear {
  -webkit-order: 3;
  order: 3;
  visibility: hidden;
  pointer-events: none
}

.x-search-has-content .x-search-btn-clear {
  visibility: visible;
  pointer-events: auto
}

.x-search-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-order: 2;
  order: 2;
  width: 100%;
  min-width: 1px;
  height: auto !important;
  border: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.x-search-input::-webkit-input-placeholder {
  color: currentColor;
  opacity: 1
}

.x-search-input::-moz-placeholder {
  color: currentColor;
  opacity: 1
}

.x-search-input:-ms-input-placeholder {
  color: currentColor;
  opacity: 1
}

[class*="x-separator"] {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto
}

[class*="x-separator"][class*="top"] {
  top: 0;
  transform: translate(0, -100%)
}

[class*="x-separator"][class*="bottom"] {
  bottom: 0;
  transform: translate(0, 100%)
}

[class*="x-separator"] svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0
}

[data-x-stem] {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto
}

[data-x-stem*="d"] {
  top: 100%
}

[data-x-stem*="l"] {
  right: 0
}

[data-x-stem*="r"] {
  left: 0
}

[data-x-stem*="u"] {
  bottom: 100%
}

[data-x-stem*="d"][data-x-stem-top*="h"] {
  top: 0
}

[data-x-stem*="l"][data-x-stem-top*="h"] {
  right: 100%
}

[data-x-stem*="r"][data-x-stem-top*="h"] {
  left: 100%
}

[data-x-stem*="u"][data-x-stem-top*="h"] {
  bottom: 0
}

[data-x-stem] [data-x-stem*="d"] {
  top: 0
}

[data-x-stem] [data-x-stem*="l"] {
  right: 100%
}

[data-x-stem] [data-x-stem*="r"] {
  left: 100%
}

[data-x-stem] [data-x-stem*="u"] {
  bottom: 0
}

.x-text {
  min-width: 1px
}

.x-text-headline {
  position: relative
}

.x-text-content {
  display: -webkit-flex;
  display: flex
}

.x-text-content-text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px
}

.x-text-content-text, .x-text-content-text-primary, .x-text-content-text-subheadline {
  display: block
}

.x-toggle {
  display: block;
  position: relative;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  speak: none
}

.x-toggle>span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: inherit;
  background-color: currentColor
}

.x-toggle-burger, .x-toggle-grid, .x-toggle-more-h, .x-toggle-more-v {
  height: 1em
}

.x-toggle-grid, .x-toggle-more-h, .x-toggle-more-v {
  width: 1em
}

.x-toggle-more-h, .x-toggle-more-v {
  border-radius: 100em
}

.x-toggle-more-v {
  transform: translate3d(0, 0, 0) rotate(90deg)
}

[data-x-toggle-anim] {
  animation: none 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate forwards paused
}

[data-x-toggle-anim].x-paused {
  animation-play-state: paused
}

[data-x-toggle-anim].x-running {
  animation-play-state: running
}

@keyframes xBunT-1 {
  50% {
    transform: translate3d(0, 0, 0)
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(45deg)
  }
}

@keyframes xPatty-1 {
  49% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

@keyframes xBunB-1 {
  50% {
    transform: translate3d(0, 0, 0)
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(-45deg)
  }
}

@keyframes xGrid-1 {
  50% {
    box-shadow: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    transform: rotate3d(0, 0, 1, 0deg)
  }
  100% {
    box-shadow: -1em 0, -2em 0, 0 -1em, 0 2em, 0 -2em, 0 1em, 2em 0, 1em 0;
    transform: rotate3d(0, 0, 1, -45deg)
  }
}

@keyframes xMore1-1 {
  50% {
    transform: translate3d(0, 0, 0)
  }
  75% {
    border-radius: 0
  }
  100% {
    border-radius: 0;
    transform: translate3d(0, 0, 0) rotate(45deg) scale3d(4, 0.5, 1)
  }
}

@keyframes xMore2-1 {
  49% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

@keyframes xMore3-1 {
  50% {
    transform: translate3d(0, 0, 0) rotate(-45deg)
  }
  75% {
    border-radius: 0
  }
  100% {
    border-radius: 0;
    transform: translate3d(0, 0, 0) rotate(-45deg) scale3d(4, 0.5, 1)
  }
}

p {
  margin: 0 0 1.5em;
  font-size: 16px;
}

small {
  font-size: 0.8em
}

b, strong {
  font-weight: 700
}

em {
  font-style: italic
}

cite {
  font-style: normal
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0.25em 0 0.25em;
  text-rendering: optimizelegibility
}

h1, .h1 {
  margin-top: 0.25em;
  font-size: 300%;
  line-height: 1.1
}

h2, .h2 {
  font-size: 285.7%;
  line-height: 1.2
}

h3, .h3 {
  font-size: 228.5%;
  line-height: 1.3
}

h4, h5, h6, .h4, .h5, .h6 {
  margin-top: 1.75em;
  margin-bottom: 0.5em;
  line-height: 1.4
}

h4, .h4 {
  font-size: 171.4%
}

h5, .h5 {
  font-size: 150%
}

div.ccm-block-page-list-header, h5, .h5{
  margin-top: 0em;
}

h6, .h6 {
  font-size: 100%;
  text-transform: uppercase
}

ul, ol {
  padding: 0;
  margin: 0 0 1.5em 1.655em
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0
}

ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none
}

ul.inline, ol.inline {
  margin-left: 0;
  list-style: none
}

ul.inline>li, ol.inline>li {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em
}

dl {
  margin-bottom: 1.5em
}

dt {
  font-weight: 700
}

dd {
  margin-left: 1.5em
}

hr {
  height: 0;
  margin: 1.5em 0;
  border: 0;
  border-top: 2px solid #e5e5e5
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border: 2px solid #e5e5e5;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #2c3e50
}

q:before, q:after, blockquote:before, blockquote:after {
  content: ""
}

address {
  margin-bottom: 1.5em;
  font-style: normal
}

code, pre {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  color: #555;
  background-color: #fff
}

code {
  padding: 0.143em 0.286em;
  font-size: 0.85em;
  border: 1px solid #e5e5e5
}

pre {
  display: block;
  margin: 0 0 1.5em;
  border: 2px solid #e5e5e5;
  padding: 0.786em 1.071em;
  font-size: 1.15em;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap
}

pre code {
  padding: 0;
  border: 0
}

.pre-scrollable {
  max-height: 360px;
  overflow-y: scroll
}

form {
  margin: 0 0 1.5em
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  border: 0;
  border-bottom: 1px solid #ddd
}

label, input, button, select, textarea {
  font-size: 100%;
  line-height: 1.8
}

input, button, select, textarea {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}

label {
  display: block;
  margin-bottom: 2px
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 2.65em;
  margin-bottom: 9px;
  border: 2px solid #ddd;
  padding: 0 0.65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff
}

input, textarea {
  width: auto
}

textarea {
  height: auto
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  -webkit-transition: border linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  outline: 0
}

input[type="radio"], input[type="checkbox"] {
  margin: 0.425em 0;
  line-height: normal;
  cursor: pointer
}

@media (max-width: 480px) {
  input[type="radio"], input[type="checkbox"] {
    border: 1px solid #ccc
  }
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto
}

select, input[type="file"] {
  height: 2.65em;
  padding-top: 0.5em;
  padding-bottom: 0.5em
}

select {
  width: auto
}

select[multiple], select[size] {
  height: auto
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999
}

.radio, .checkbox {
  min-height: 18px;
  padding-left: 18px
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
  position: relative;
  float: left;
  margin-left: -18px
}

.controls>.radio:first-child, .controls>.checkbox:first-child {
  padding-top: 5px
}

.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle
}

.radio.inline+.radio.inline, .checkbox.inline+.checkbox.inline {
  margin-left: 10px
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed
}

input[disabled]:not(input[type="submit"]), select[disabled], textarea[disabled], input[readonly]:not(input[type="submit"]), select[readonly], textarea[readonly] {
  background-color: #eee
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent
}

.form-search, .widget_product_search form {
  position: relative;
  margin-bottom: 0;
  line-height: 1
}

.form-search:before, .widget_product_search form:before {
  content: "\f002";
  position: absolute;
  left: 12px;
  bottom: 50%;
  display: block;
  margin-bottom: -6px;
  font-size: 12px;
  line-height: 1;
  text-decoration: inherit;
  color: #272727;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.form-search .search-query, .form-search input[type="search"], .widget_product_search form .search-query, .widget_product_search form input[type="search"] {
  width: 100%;
  margin-bottom: 0;
  padding-left: 28px
}

.wpcf7 p {
  margin-bottom: .375em
}

.wpcf7 select, .wpcf7 textarea, .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="time"], .wpcf7 input[type="week"], .wpcf7 input[type="number"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="color"] {
  width: 100%
}

.wpcf7-display-none {
  display: none
}

textarea {
  padding-top: 6px;
  padding-bottom: 6px
}

input[type="color"] {
  padding: 1px 3px
}

input[type="file"] {
  margin-top: 2px
}

.checkbox input[type="checkbox"] {
  top: 2px
}

.radio input[type="radio"] {
  top: 1px
}

#recaptcha_table #recaptcha_response_field {
  height: 16px;
  border-width: 1px;
  font-size: 10px;
  line-height: 16px;
  border-radius: 0
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  background-color: transparent
}

table th, table td {
  padding: 0.5em 0.625em;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle
}

table th {
  font-weight: bold
}

table td {
  line-height: 1.4
}

table thead th {
  vertical-align: bottom
}

table caption+thead tr:first-child th, table caption+thead tr:first-child td, table colgroup+thead tr:first-child th, table colgroup+thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
  border-top: 0
}

table p:last-child, table ul:last-child, table ol:last-child {
  margin-bottom: 0
}

table {
  border-collapse: collapse
}

table th, table td {
  border-top: 1px solid #f2f2f2
}

table tbody+tbody {
  border-top: 2px solid #f2f2f2
}

.x-btn, .button, [type="submit"] {
  display: inline-block;
  position: relative;
  border: 1px solid #ac1100;
  padding: 0.563em 1.125em 0.813em;
  cursor: pointer;
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #ff2a13;
  transition: all 0.15s linear
}

.x-btn:hover, .button:hover, [type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  border-color: #600900;
  background-color: #df1600
}

.x-btn:hover, .x-btn:active, .button:hover, .button:active, [type="submit"]:hover, [type="submit"]:active {
  outline: 0 !important
}

.x-btn.x-btn-jumbo {
  padding: 0.643em 1.429em 0.786em;
  font-size: 28px
}

.x-btn.x-btn-x-large {
  padding: 0.714em 1.286em 0.857em;
  font-size: 21px
}

.x-btn.x-btn-large {
  padding: 0.579em 1.105em 0.842em;
  font-size: 19px
}

.x-btn.x-btn-regular {
  padding: 0.563em 1.125em 0.813em;
  font-size: 16px
}

.x-btn.x-btn-small {
  padding: 0.429em 1.143em 0.643em;
  font-size: 14px
}

.x-btn.x-btn-mini {
  padding: 0.385em 0.923em 0.538em;
  font-size: 13px
}

.x-btn.x-btn-square {
  border-radius: 0
}

.x-btn.x-btn-rounded {
  border-radius: 0.225em
}

.x-btn.x-btn-pill {
  border-radius: 100em
}

.x-btn-block {
  display: block;
  width: 100%
}

.x-btn-block+.x-btn-block {
  margin-top: 1em
}

.x-btn [class*="x-icon-"] {
  display: inline;
  margin: 0 0.5em 0 0
}

.x-btn-circle-wrap {
  display: inline-block;
  position: relative
}

.x-btn-circle-wrap.x-btn-jumbo, .x-btn-circle-wrap.x-btn-x-large, .x-btn-circle-wrap.x-btn-large {
  margin: 0 0 21px;
  padding: 0
}

.x-btn-circle-wrap:before, .x-btn-circle-wrap:after {
  content: "";
  position: relative;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1
}

.x-btn-circle-wrap:before {
  top: 2px;
  width: 172px;
  height: 43px;
  background-image: url(../../../../img/global/btn-circle-top-small.png);
  background-size: 172px 43px
}

.x-btn-circle-wrap:after {
  bottom: 2px;
  width: 190px;
  height: 43px;
  background-image: url(../../../../img/global/btn-circle-bottom-small.png);
  background-size: 190px 43px
}

.x-btn-circle-wrap .x-btn {
  position: relative;
  z-index: 2
}

@media (max-width: 767px) {
  .x-btn-circle-wrap:before {
    top: 2px;
    width: 112px;
    height: 28px;
    background-image: url(../../../../img/global/btn-circle-top-small.png);
    background-size: 112px 28px
  }
  .x-btn-circle-wrap:after {
    bottom: 2px;
    width: 127px;
    height: 29px;
    background-image: url(../../../../img/global/btn-circle-bottom-small.png);
    background-size: 127px 29px
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease
}

.x-searchform-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2030;
  background-color: rgba(255, 255, 255, 0.925);
  transition: top 0.3s ease
}

.x-searchform-overlay.in {
  display: table
}

.x-searchform-overlay .form-search {
  padding-bottom: 2em;
  font-size: 10px
}

.x-searchform-overlay .form-search:before {
  display: none
}

.x-searchform-overlay .form-search label {
  margin-bottom: 0.85em;
  font-size: 2.1em;
  line-height: 1.4;
  color: #2c3e50
}

.x-searchform-overlay .form-search .search-query {
  border: 0;
  padding: 0;
  height: auto;
  font-size: 9.4em;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #2c3e50;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none
}

.x-searchform-overlay .form-search .search-query:focus, .x-searchform-overlay .form-search .search-query:active {
  outline: 0
}

@media (max-width: 767px) {
  .x-searchform-overlay .form-search {
    font-size: 8px
  }
}

@media (max-width: 480px) {
  .x-searchform-overlay .form-search {
    font-size: 6px
  }
}

.x-searchform-overlay-inner {
  display: table-cell;
  vertical-align: middle
}

.x-nav {
  margin-left: 0;
  margin-bottom: 1.5em;
  list-style: none
}

.x-nav>li>a {
  display: block
}

.x-nav>li>a:hover {
  text-decoration: none;
  background-color: transparent
}

.x-nav>.right {
  float: right
}

.x-nav-tabs {
  margin-bottom: 0;
  border: 2px solid #e5e5e5;
  border-bottom: 0
}

.x-nav-tabs:before, .x-nav-tabs:after {
  content: " ";
  display: table
}

.x-nav-tabs:after {
  clear: both
}

.x-nav-tabs>li {
  float: left;
  text-align: center
}

.x-nav-tabs>li>a {
  padding: 0.75em 0.75em 0.95em;
  font-size: 14px;
  line-height: 1.3;
  color: #d8d8d8;
  background-color: #f8f8f8
}

.x-nav-tabs>li>a:hover {
  color: #28323f;
  background-color: #f8f8f8
}

.x-nav-tabs.top>li {
  border-right: 2px solid #e5e5e5
}

.x-nav-tabs.top>li a {
  border-bottom: 2px solid #e5e5e5
}

.x-nav-tabs.left, .x-nav-tabs.right {
  width: 24%;
  max-width: 200px;
  border-bottom: 2px solid #e5e5e5
}

@media (max-width: 979px) {
  .x-nav-tabs.left, .x-nav-tabs.right {
    float: none;
    width: 100%;
    max-width: none
  }
}

.x-nav-tabs.left>.x-nav-tabs-item, .x-nav-tabs.right>.x-nav-tabs-item {
  float: none;
  width: 100%;
  border-bottom: 2px solid #e5e5e5
}

.x-nav-tabs.left>.x-nav-tabs-item:last-child, .x-nav-tabs.right>.x-nav-tabs-item:last-child {
  border-bottom: none
}

.x-nav-tabs.left {
  margin-right: -2px;
  border-right: 0
}

.x-nav-tabs.left>li a {
  border-right: 2px solid #e5e5e5
}

@media (max-width: 979px) {
  .x-nav-tabs.left {
    margin-right: 0
  }
}

.x-nav-tabs.right {
  margin-left: -2px;
  border-left: 0
}

.x-nav-tabs.right>li a {
  border-left: 2px solid #e5e5e5
}

@media (max-width: 979px) {
  .x-nav-tabs.right {
    margin-left: 0
  }
}

@media (max-width: 979px) {
  .x-nav-tabs.top, .x-nav-tabs.left, .x-nav-tabs.right {
    border-bottom: 2px solid #e5e5e5
  }
  .x-nav-tabs.top>li.x-nav-tabs-item, .x-nav-tabs.left>li.x-nav-tabs-item, .x-nav-tabs.right>li.x-nav-tabs-item {
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #e5e5e5
  }
  .x-nav-tabs.top>li.x-nav-tabs-item>a, .x-nav-tabs.top>li.x-nav-tabs-item.active>a, .x-nav-tabs.top>li.x-nav-tabs-item.active>a:hover, .x-nav-tabs.left>li.x-nav-tabs-item>a, .x-nav-tabs.left>li.x-nav-tabs-item.active>a, .x-nav-tabs.left>li.x-nav-tabs-item.active>a:hover, .x-nav-tabs.right>li.x-nav-tabs-item>a, .x-nav-tabs.right>li.x-nav-tabs-item.active>a, .x-nav-tabs.right>li.x-nav-tabs-item.active>a:hover {
    border-bottom: 0
  }
  .x-nav-tabs.top>li.x-nav-tabs-item:last-child>a, .x-nav-tabs.top>li.x-nav-tabs-item:last-child>a:hover, .x-nav-tabs.left>li.x-nav-tabs-item:last-child>a, .x-nav-tabs.left>li.x-nav-tabs-item:last-child>a:hover, .x-nav-tabs.right>li.x-nav-tabs-item:last-child>a, .x-nav-tabs.right>li.x-nav-tabs-item:last-child>a:hover {
    border-bottom: 0
  }
  .x-nav-tabs.top>li.x-nav-tabs-item:last-child {
    border-bottom: 0
  }
  .x-nav-tabs.left>li.x-nav-tabs-item.active>a, .x-nav-tabs.left>li.x-nav-tabs-item.active>a:hover {
    border-right: 2px solid #e5e5e5
  }
  .x-nav-tabs.right>li.x-nav-tabs-item.active>a, .x-nav-tabs.right>li.x-nav-tabs-item.active>a:hover {
    border-left: 2px solid #e5e5e5
  }
}

.x-nav-tabs>.active>a, .x-nav-tabs>.active>a:hover {
  color: #28323f;
  background-color: #fff;
  cursor: default
}

.x-nav-tabs.top>.active>a, .x-nav-tabs.top>.active>a:hover {
  border-bottom: 2px solid #fff
}

.x-nav-tabs.left>.active>a, .x-nav-tabs.left>.active>a:hover {
  border-right: 2px solid #fff
}

.x-nav-tabs.right>.active>a, .x-nav-tabs.right>.active>a:hover {
  border-left: 2px solid #fff
}

.x-nav-tabs.one-up>li {
  width: 100%
}

.x-nav-tabs.two-up>li {
  width: 50%
}

.x-nav-tabs.three-up>li {
  width: 33.33333%
}

.x-nav-tabs.four-up>li {
  width: 25%
}

.x-nav-tabs.five-up>li {
  width: 20%
}

@media (max-width: 979px) {
  .x-nav-tabs.two-up>li, .x-nav-tabs.three-up>li, .x-nav-tabs.four-up>li, .x-nav-tabs.five-up>li {
    float: none;
    width: 100%
  }
}

.x-nav-tabs.top.one-up>li:nth-child(1n), .x-nav-tabs.top.two-up>li:nth-child(2n), .x-nav-tabs.top.three-up>li:nth-child(3n), .x-nav-tabs.top.four-up>li:nth-child(4n), .x-nav-tabs.top.five-up>li:nth-child(5n) {
  border-right: 0
}

.tabbable:before, .tabbable:after {
  content: " ";
  display: table
}

.tabbable:after {
  clear: both
}

.x-tab-content {
  overflow: auto;
  margin-bottom: 1.5em;
  border: 2px solid #e5e5e5;
  border-top: 0
}

.x-tab-content img, .x-tab-content .x-btn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.x-tab-content .x-tab-pane {
  padding: 4%;
  background-color: #fff
}

.x-nav-tabs.left+.x-tab-content, .x-nav-tabs.right+.x-tab-content {
  border-top: 2px solid #e5e5e5
}

@media (max-width: 979px) {
  .x-nav-tabs.left+.x-tab-content, .x-nav-tabs.right+.x-tab-content {
    border-top: 0
  }
}

.x-tab-content>.x-tab-pane {
  display: none
}

.x-tab-content>.active {
  display: block
}

.x-breadcrumbs {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase
}

.x-breadcrumbs a, .x-breadcrumbs span {
  display: inline-block
}

.x-breadcrumbs .delimiter {
  margin: 0 0.25em 0 0.45em
}

.x-pagination {
  margin: 4em 0 2em;
  height: 38px;
  text-align: center
}

.x-pagination ul {
  display: inline-block;
  margin: 0;
  padding: 6px;
  background-color: #f2f2f2;
  border-radius: 100em
}

.x-pagination li {
  display: inline
}

.x-pagination a, .x-pagination span {
  float: left;
  margin: 0 3px;
  width: 26px;
  height: 26px;
  font-size: 11px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  color: #ddd;
  background-color: #fff;
  border-radius: 100em
}

.x-pagination a:hover {
  color: #fff;
  background-color: #1abc9c
}

.x-pagination a:active {
  color: #fff;
  background-color: #2c3e50;
  box-shadow: inset 0 0.1em 0.35em rgba(0, 0, 0, 0.35), 0 1px 0 0 rgba(255, 255, 255, 0.95)
}

@media (max-width: 767px) {
  .x-pagination a.prev, .x-pagination a.next, .x-pagination a.prev-next {
    display: none
  }
}

.x-pagination span.current {
  color: #fff;
  background-color: #2c3e50
}

.x-pagination span.pages {
  display: none
}

.x-pagination span.dots, .x-pagination span.expand {
  margin: 0;
  width: 14px;
  color: #272727;
  background-color: transparent;
  box-shadow: none
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 0.455em;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

.tooltip.top {
  margin-top: -0.273em
}

.tooltip.right {
  margin-left: 0.273em
}

.tooltip.bottom {
  margin-top: 0.273em
}

.tooltip.left {
  margin-left: -0.273em
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.727em 0.818em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #272727;
  border-radius: 2px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #272727
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #272727
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #272727
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #272727
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

.popover.top {
  margin-top: -0.825em
}

.popover.right {
  margin-left: 0.825em
}

.popover.bottom {
  margin-top: 0.825em
}

.popover.left {
  margin-left: -0.825em
}

.popover-title {
  margin: 0;
  padding: 0.571em 1em;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 0.563em 0.875em;
  font-size: 13px;
  line-height: 1.5
}

.popover-content p, .popover-content ul, .popover-content ol {
  margin-bottom: 0
}

.popover-content ul, .popover-content ol {
  margin-left: 1.286em
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover .arrow:after {
  content: "";
  z-index: -1
}

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #fff
}

.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px
}

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #fff
}

.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px
}

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #fff
}

.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px
}

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #fff
}

.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px
}

.flex-container a:active, .x-flexslider a:active {
  outline: none
}

.x-slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}

.x-flexslider {
  margin: 0;
  padding: 0
}

.x-flexslider .x-slides .x-slide {
  display: none;
  position: relative
}

.x-flexslider .x-slides img {
  width: 100%;
  display: block
}

.flex-pauseplay span {
  text-transform: capitalize
}

.x-slides:before, .x-slides:after {
  content: " ";
  display: table
}

.x-slides:after {
  clear: both
}

.no-js .x-slides>li:first-child {
  display: block
}

.x-flexslider {
  width: 100%;
  margin: 0 0 1.5em;
  background: #e6e6e6;
  position: relative
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease
}

.loading .flex-viewport {
  max-height: 300px
}

.flex-direction-nav a {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 14px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #2c3e50;
  border-radius: 100em;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  z-index: 10
}

.flex-direction-nav a [class*="x-icon-"] {
  width: auto
}

.flex-direction-nav a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1
}

.flex-direction-nav a.flex-prev {
  left: 14px
}

.flex-direction-nav a.flex-next {
  left: 50px
}

.flex-control-nav {
  position: absolute;
  line-height: 1;
  text-align: center
}

.flex-control-nav:not(.flex-control-thumbs) {
  top: 14px;
  right: 14px;
  border-radius: 100em;
  padding: 0 6px;
  background-color: #fff
}

.flex-control-nav:not(.flex-control-thumbs) li {
  margin: 7px 3px 6px;
  text-indent: -9999px
}

.flex-control-nav.flex-control-thumbs {
  top: 0;
  right: 0;
  padding: 1em
}

.flex-control-nav.flex-control-thumbs li {
  background-color: #000;
  box-shadow: 0 0.15em 0.625em rgba(0, 0, 0, 0.215)
}

.flex-control-nav.flex-control-thumbs li:not(:first-child) {
  margin-left: 0.5em
}

.flex-control-nav.flex-control-thumbs img {
  width: auto;
  height: 1.5em;
  vertical-align: top;
  transition: opacity 0.3s ease;
  cursor: pointer
}

.flex-control-nav.flex-control-thumbs img:not(:hover):not(.flex-active) {
  opacity: 0.65
}

.flex-control-nav li {
  display: inline-block
}

.flex-control-nav a {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #2c3e50;
  border-radius: 100em
}

.flex-control-nav a:hover {
  cursor: pointer;
  background-color: #2c3e50
}

.flex-control-nav a.flex-active {
  background-color: #2c3e50
}

.x-slider-container {
  position: relative
}

.x-slider-container.bg-video {
  background-color: #000
}

.x-slider-container .rev_slider_wrapper {
  padding: 0 !important
}

.page-template-template-blank-3-php .x-slider-container.above, .page-template-template-blank-6-php .x-slider-container.above {
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075)
}

.page-template-template-blank-1-php .x-slider-container.below, .page-template-template-blank-2-php .x-slider-container.below, .page-template-template-blank-3-php .x-slider-container.below, .page-template-template-blank-4-php .x-slider-container.below, .page-template-template-blank-5-php .x-slider-container.below, .page-template-template-blank-6-php .x-slider-container.below {
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075)
}

.rev_slider_wrapper .x-btn {
  padding: 0.563em 1.125em 0.813em !important;
  font-size: 16px !important;
  font-size: 1.6rem !important
}

@media (max-width: 979px) {
  .rev_slider_wrapper .x-btn {
    font-size: 13px !important;
    font-size: 1.3rem !important
  }
}

@media (max-width: 767px) {
  .rev_slider_wrapper .x-btn {
    font-size: 11px !important;
    font-size: 1.1rem !important
  }
}

@media (max-width: 480px) {
  .rev_slider_wrapper .x-btn {
    font-size: 8px !important;
    font-size: 0.8rem !important
  }
}

.x-slider-scroll-bottom {
  position: absolute;
  display: block;
  border: 3px solid;
  width: 60px;
  height: 60px;
  font-size: 41px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  border-radius: 100em;
  z-index: 1020;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.x-slider-scroll-bottom.top {
  top: 20px
}

.x-slider-scroll-bottom.left {
  left: 20px
}

.x-slider-scroll-bottom.right {
  right: 20px
}

.x-slider-scroll-bottom.bottom {
  bottom: 20px
}

.x-slider-scroll-bottom.center {
  left: 50%;
  margin-left: -30px
}

.x-slider-scroll-bottom:hover {
  color: #16a085
}

@media (min-width: 768px) and (max-width: 979px) {
  .x-slider-scroll-bottom {
    width: 50px;
    height: 50px;
    font-size: 38px;
    line-height: 43px
  }
  .x-slider-scroll-bottom.center {
    margin-left: -25px
  }
}

@media (max-width: 767px) {
  .x-slider-scroll-bottom {
    border-width: 2px;
    width: 46px;
    height: 46px;
    font-size: 31px;
    line-height: 40px
  }
  .x-slider-scroll-bottom.center {
    margin-left: -23px
  }
}

@media (max-width: 480px) {
  .x-slider-scroll-bottom {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 34px
  }
  .x-slider-scroll-bottom.center {
    margin-left: -20px
  }
}

.isotope-item {
  z-index: 2
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: top, left;
  transition-property: transform
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s
}

.x-iso-container {
  margin: -1em;
  box-sizing: content-box
}

.x-iso-container>.hentry {
  margin: 0;
  padding: 1em;
  opacity: 0
}

.x-iso-container.cols-1>.hentry {
  width: 100%
}

.x-iso-container.cols-2>.hentry {
  width: 49.95%
}

.x-iso-container.cols-3>.hentry {
  width: 33.28%
}

@media (min-width: 768px) and (max-width: 979px) {
  .x-iso-container.cols-3>.hentry {
    width: 49.95%
  }
}

.x-iso-container.cols-4>.hentry {
  width: 33.28%
}

@media (min-width: 1200px) {
  .x-iso-container.cols-4>.hentry {
    width: 24.95%
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .x-iso-container.cols-4>.hentry {
    width: 49.95%
  }
}

@media (max-width: 767px) {
  .x-iso-container[class*="cols-"]>.hentry {
    width: 100%
  }
}

.option-set {
  margin: 0
}

.option-set li {
  display: inline-block;
  position: relative
}

.x-portfolio-filters {
  display: block;
  width: 29px;
  height: 29px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #16a085
}

.x-portfolio-filters:hover {
  color: #fff;
  background-color: #1abc9c
}

.x-portfolio-filters-menu {
  overflow: hidden;
  position: absolute;
  top: 115%;
  right: 0;
  width: 225px;
  display: none;
  margin: 0;
  text-align: left;
  background-color: #2c3e50;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1028
}

.x-portfolio-filters-menu li {
  display: block;
  line-height: 1.3
}

.x-portfolio-filters-menu li a {
  display: block;
  padding: 0.5em 1.75em;
  color: #fff;
  color: rgba(255, 255, 255, 0.5)
}

.x-portfolio-filters-menu li a:hover {
  color: #fff
}

.x-portfolio-filters-menu li:first-child a {
  padding-top: 1.35em
}

.x-portfolio-filters-menu li:last-child a {
  padding-bottom: 1.35em
}

.x-portfolio-filters-menu .selected {
  color: #fff
}

@media (max-width: 767px) {
  .x-portfolio-filters-menu {
    top: 150%;
    margin-right: -98px;
    text-align: center
  }
}

.x-portfolio-filter {
  display: inline-block
}

#x-isotope-loading {
  position: absolute;
  top: 150px;
  left: 50%;
  display: block;
  width: 100px;
  height: 9px;
  margin-left: -50px;
  background-image: url(../../../../img/global/loading.gif)
}

.ilightbox-overlay.light {
  background: #fff
}

.ilightbox-loader.light {
  -webkit-box-shadow: 0px 0px 85px #dacffc, 0px 0px 85px #dacffc;
  box-shadow: 0px 0px 85px #dacffc, 0px 0px 85px #dacffc
}

.ilightbox-loader.light div {
  background: #fff url("../../../framework/img/global/ilightbox-preloader-light.gif") no-repeat center
}

.ilightbox-holder.light {
  border: 2px solid #e5e5e5;
  padding: 1%;
  background: #fff
}

.ilightbox-holder.light .ilightbox-container .ilightbox-caption {
  background: #fff
}

.ilightbox-holder.light .ilightbox-container .ilightbox-social {
  border-radius: 2px
}

.ilightbox-holder.light .ilightbox-alert {
  color: #89949B
}

.ilightbox-toolbar.light {
  top: 8px;
  left: 8px;
  height: 27px;
  border: 2px solid #e5e5e5;
  background-color: #fff
}

.ilightbox-toolbar.light a {
  width: 25px;
  height: 23px;
  text-align: center
}

.ilightbox-toolbar.light a:before {
  display: inline-block;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ilightbox-toolbar.light a.ilightbox-close:before {
  content: "\f00d";
  font-size: 15px;
  line-height: 22px
}

.ilightbox-toolbar.light a.ilightbox-fullscreen:before {
  content: "\f0c8";
  font-size: 11px;
  line-height: 23px
}

.ilightbox-toolbar.light a.ilightbox-prev-button, .ilightbox-toolbar.light a.ilightbox-next-button {
  display: none
}

.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("../../../../framework/img/global/ilightbox-thumb-overlay-play-light.png") no-repeat center
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title {
  padding: 10px 8px;
  padding-right: 60px;
  font-size: 18px
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar {
  top: 5px;
  left: auto;
  right: 5px
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
  border-radius: 0 3px 3px 0
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
  border-radius: 3px 0 0 3px
}

.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder, .ilightbox-holder .ilightbox-container, .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-toolbar *, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social, .ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none
}

.ilightbox-closedhand * {
  cursor: url(closedhand.cur), default !important
}

.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000
}

.ilightbox-loader {
  position: fixed;
  top: 45%;
  left: -192px;
  padding-left: 30px;
  opacity: 0.9;
  border-radius: 0 100px 100px 0;
  z-index: 100005
}

.ilightbox-loader div {
  width: 72px;
  height: 72px;
  border-radius: 0 100px 100px 0
}

.ilightbox-loader.horizontal {
  top: -192px;
  left: 45%;
  padding: 0;
  padding-top: 30px;
  border-radius: 0 0 100px 100px
}

.ilightbox-loader.horizontal div {
  border-radius: 0 0 100px 100px
}

.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010
}

.ilightbox-toolbar a {
  float: left;
  cursor: pointer
}

.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009
}

.ilightbox-thumbnails.ilightbox-horizontal {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px
}

.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  overflow: hidden
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 100px
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
  height: 100%
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  position: relative;
  padding: 10px;
  cursor: pointer
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
  opacity: 1
}

.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003
}

.ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
  cursor: pointer
}

.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%
}

.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: none;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 150%;
  word-wrap: break-word;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20003
}

@media (max-width: 979px) {
  .ilightbox-holder .ilightbox-container .ilightbox-caption {
    font-size: 10px
  }
}

@media (max-width: 480px) {
  .ilightbox-holder .ilightbox-container .ilightbox-caption {
    font-size: 8px
  }
}

.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 50px;
  margin: auto;
  padding-top: 100px;
  text-align: center
}

.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto
}

.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute
}

.x-social-global {
  font-weight: 400;
  line-height: 1
}

.x-social-global a {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100em
}

.x-social-global a:hover.facebook {
  background-color: #3b5998
}

.x-social-global a:hover.twitter {
  background-color: #00abf0
}

.x-social-global a:hover.google-plus {
  background-color: #d84b35
}

.x-social-global a:hover.linkedin {
  background-color: #1a81ad
}

.x-social-global a:hover.xing {
  background-color: #006567
}

.x-social-global a:hover.foursquare {
  background-color: #0f6bb6
}

.x-social-global a:hover.youtube {
  background-color: #cc181e
}

.x-social-global a:hover.vimeo {
  background-color: #44bbff
}

.x-social-global a:hover.instagram {
  background-color: #3f729b
}

.x-social-global a:hover.pinterest {
  background-color: #cd1f28
}

.x-social-global a:hover.dribbble {
  background-color: #ea4b8b
}

.x-social-global a:hover.flickr {
  background-color: #ff0084
}

.x-social-global a:hover.behance {
  background-color: #1769ff
}

.x-social-global a:hover.tumblr {
  background-color: #36465d
}

.x-social-global a:hover.whatsapp {
  background-color: #25d366
}

.x-social-global a:hover.soundcloud {
  background-color: #ff5500
}

.x-social-global a:hover.rss {
  background-color: #fe6e00
}

.x-social-global a i {
  display: block
}

.twitter-tweet {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 1.5em !important
}

.x-scroll-top {
  position: fixed;
  cursor: pointer;
  z-index: 1031;
  bottom: 10px;
  width: 35px;
  height: 35px;
  /* margin-bottom:-75px; */
  border: 2px solid #000;
  font-size: 25px;
  line-height: 27px;
  text-align: center;
  color: #000;
  border-radius: 100%;
  -webkit-transition: margin-bottom 0.6s ease, opacity 0.3s ease;
  transition: margin-bottom 0.6s ease, opacity 0.3s ease
}

.x-scroll-top.in {
  margin-bottom: 0;
  opacity: 0.375
}

.x-scroll-top.in:hover {
  opacity: 0.825
}

.x-scroll-top.left {
  left: 10px
}

.x-scroll-top.right {
  right: 10px
}

.x-scroll-top:hover {
  color: #000
}

.x-container {
  margin: 0 auto
}

.x-container:before, .x-container:after {
  content: " ";
  display: table
}

.x-container:after {
  clear: both
}

.x-container.max {
  max-width: 1200px
}

.x-container.width {
  width: 88%
}

.x-gap {
  margin: 0 0 1.5em;
  border-color: transparent
}

.x-clear {
  margin: 0;
  border: 0;
  clear: both
}

.x-map {
  margin-bottom: 1.5em
}

.x-map .x-map-inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0
}

.x-map .x-map-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.x-map .gm-style img {
  max-width: none
}

.x-code {
  line-height: 1
}

[data-x-icon], [class*="x-icon-"] {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

[data-x-icon].left, [class*="x-icon-"].left {
  margin-right: 0.5em
}

[data-x-icon].right, [class*="x-icon-"].right {
  margin-left: 0.5em
}

[data-x-icon]:before, [class*="x-icon-"]:before {
  content: attr(data-x-icon);
  line-height: 1
}

.x-block-grid {
  display: block;
  overflow: hidden;
  margin: 0 0 1.5em
}

.x-block-grid>li {
  display: block;
  float: left;
  height: auto;
  margin: 5% 5% 0 0;
  padding: 0
}

.x-block-grid.two-up>li {
  width: 47.5%
}

.x-block-grid.two-up>li:nth-child(-n+2) {
  margin-top: 0
}

.x-block-grid.two-up>li:nth-child(2n) {
  margin-right: 0
}

.x-block-grid.two-up>li:nth-child(2n+1) {
  clear: both
}

@media (max-width: 480px) {
  .x-block-grid.two-up>li {
    width: 100%;
    margin-right: 0
  }
  .x-block-grid.two-up>li:nth-child(2) {
    margin-top: 5%
  }
}

.x-block-grid.three-up>li {
  width: 30%
}

.x-block-grid.three-up>li:nth-child(-n+3) {
  margin-top: 0
}

.x-block-grid.three-up>li:nth-child(3n) {
  margin-right: 0
}

.x-block-grid.three-up>li:nth-child(3n+1) {
  clear: both
}

@media (max-width: 979px) {
  .x-block-grid.three-up>li {
    width: 47.5%
  }
  .x-block-grid.three-up>li:nth-child(3) {
    margin-top: 5%
  }
  .x-block-grid.three-up>li:nth-child(3n) {
    margin-right: 5%
  }
  .x-block-grid.three-up>li:nth-child(3n+1) {
    clear: none
  }
  .x-block-grid.three-up>li:nth-child(2n) {
    margin-right: 0
  }
  .x-block-grid.three-up>li:nth-child(2n+1) {
    clear: both
  }
}

@media (max-width: 480px) {
  .x-block-grid.three-up>li {
    width: 100%;
    margin-right: 0
  }
  .x-block-grid.three-up>li:nth-child(2) {
    margin-top: 5%
  }
  .x-block-grid.three-up>li:nth-child(3n) {
    margin-right: 0
  }
}

.x-block-grid.four-up>li {
  width: 21.25%
}

.x-block-grid.four-up>li:nth-child(-n+4) {
  margin-top: 0
}

.x-block-grid.four-up>li:nth-child(4n) {
  margin-right: 0
}

.x-block-grid.four-up>li:nth-child(4n+1) {
  clear: both
}

@media (max-width: 979px) {
  .x-block-grid.four-up>li {
    width: 47.5%
  }
  .x-block-grid.four-up>li:nth-child(3), .x-block-grid.four-up>li:nth-child(4) {
    margin-top: 5%
  }
  .x-block-grid.four-up>li:nth-child(4n) {
    margin-right: 5%
  }
  .x-block-grid.four-up>li:nth-child(4n+1) {
    clear: none
  }
  .x-block-grid.four-up>li:nth-child(2n) {
    margin-right: 0
  }
  .x-block-grid.four-up>li:nth-child(2n+1) {
    clear: both
  }
}

@media (max-width: 480px) {
  .x-block-grid.four-up>li {
    width: 100%;
    margin-right: 0
  }
  .x-block-grid.four-up>li:nth-child(2) {
    margin-top: 5%
  }
  .x-block-grid.four-up>li:nth-child(4n) {
    margin-right: 0
  }
}

.x-ul-icons {
  margin-left: 1.5em;
  list-style: none
}

.x-ul-icons li [class*="x-icon-"] {
  text-indent: -1.5em
}

.x-video {
  margin-bottom: 1.5em
}

.x-video .x-video-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.x-video .x-video-inner.five-by-three {
  padding-bottom: 60%
}

.x-video .x-video-inner.five-by-four {
  padding-bottom: 80%
}

.x-video .x-video-inner.four-by-three {
  padding-bottom: 75%
}

.x-video .x-video-inner.three-by-two {
  padding-bottom: 66.67%
}

.x-video .x-video-inner embed, .x-video .x-video-inner iframe, .x-video .x-video-inner img, .x-video .x-video-inner object, .x-video .x-video-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0
}

.x-video.bg, .x-video.x-video-bg {
  margin: 0;
  transition: opacity 1s ease
}

.x-video.bg, .x-video.bg .x-video-inner, .x-video.x-video-bg, .x-video.x-video-bg .x-video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden
}

.x-video.bg.poster, .x-video.x-video-bg.poster {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.x-flexslider-shortcode-container {
  margin-bottom: 1.5em
}

.x-flexslider-shortcode-container .x-flexslider-shortcode {
  margin: 0
}

.x-audio {
  margin-bottom: 1.5em
}

.x-audio.player {
  height: 30px
}

.x-search-shortcode {
  margin-bottom: 1.5em
}

.x-counter {
  text-align: center
}

.x-counter .number-wrap {
  font-size: 3.25em;
  line-height: 1
}

.x-counter .text-above, .x-counter .text-below {
  display: block;
  letter-spacing: 0.125em;
  line-height: 1.5;
  text-transform: uppercase
}

.x-counter .text-above {
  margin-bottom: 0.5em
}

.x-counter .text-below {
  margin-top: 0.5em
}

.x-counter .x-counter-number-wrap:first-child {
  margin-top: 0 !important
}

.x-counter .x-counter-number-wrap:last-child {
  margin-bottom: 0 !important
}

.typed-cursor {
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite
}

@-webkit-keyframes blink {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.x-card-outer {
  margin: 0 auto 1.5em;
  text-align: center;
  cursor: pointer
}

.x-card-outer .x-card-inner {
  position: relative
}

.x-card-outer .x-face-outer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.x-card-outer .x-face-outer.front {
  z-index: 2
}

.x-card-outer .x-face-outer.back {
  z-index: 1
}

.x-card-outer .x-face-inner {
  height: 100%
}

.x-card-outer .x-face-graphic {
  margin: 0 0 10px;
  line-height: 1
}

.x-card-outer .x-face-title, .x-card-outer .x-face-text {
  color: inherit
}

.x-card-outer .x-face-title {
  margin: 0;
  padding: 0;
  font-size: 1.75em
}

.x-card-outer .x-face-text {
  margin: 8px 0 0
}

.x-card-outer .x-face-button {
  display: inline-block;
  margin: 15px 0 0;
  border: 0;
  padding: 0.825em 1em;
  line-height: 1;
  text-decoration: none;
  border-radius: 0.35em;
  box-shadow: none
}

.x-card-outer.flipped .x-face-outer.front {
  z-index: 1
}

.x-card-outer.flipped .x-face-outer.back {
  z-index: 2
}

.x-card-outer.center-vertically .x-face-inner:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle
}

.x-card-outer.center-vertically .x-face-content {
  display: inline-block;
  vertical-align: middle
}

.x-card-outer.flip-3d {
  -webkit-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px
}

.x-card-outer.flip-3d .x-card-inner {
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.25s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.x-card-outer.flip-3d .x-face-outer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.x-card-outer.flip-3d .x-face-outer.front, .x-card-outer.flip-3d .x-face-outer.back, .x-card-outer.flip-3d.flipped .x-face-outer.front, .x-card-outer.flip-3d.flipped .x-face-outer.back {
  z-index: 1
}

.x-card-outer.flip-3d.flip-from-left .back, .x-card-outer.flip-3d.flip-from-right .back {
  transform: rotateY(180deg)
}

.x-card-outer.flip-3d.flip-from-left.flipped .x-card-inner {
  transform: rotateY(180deg)
}

.x-card-outer.flip-3d.flip-from-right.flipped .x-card-inner {
  transform: rotateY(-180deg)
}

.x-card-outer.flip-3d.flip-from-top .back, .x-card-outer.flip-3d.flip-from-bottom .back {
  transform: rotateX(180deg)
}

.x-card-outer.flip-3d.flip-from-top.flipped .x-card-inner {
  transform: rotateX(-180deg)
}

.x-card-outer.flip-3d.flip-from-bottom.flipped .x-card-inner {
  transform: rotateX(180deg)
}

.x-creative-cta {
  display: block;
  overflow: hidden;
  position: relative;
  border: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.3s ease
}

.x-creative-cta>span {
  display: block;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1)
}

.x-creative-cta>span.text {
  line-height: 1.2;
  opacity: 1
}

.x-creative-cta>span.graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  opacity: 0
}

.x-creative-cta>span.graphic>i, .x-creative-cta>span.graphic>img {
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1)
}

.x-creative-cta:hover>span.text {
  opacity: 0
}

.x-creative-cta:hover>span.graphic {
  opacity: 1
}

.x-creative-cta.slide-top:hover>span.text {
  transform: translate(0, -150%)
}

.x-creative-cta.slide-left:hover>span.text {
  transform: translate(-80%, 0)
}

.x-creative-cta.slide-right:hover>span.text {
  transform: translate(80%, 0)
}

.x-creative-cta.slide-bottom:hover>span.text {
  transform: translate(0, 150%)
}

.x-feature-box {
  position: relative;
  margin: 0 auto 1.5em
}

.x-feature-box-graphic {
  display: inline-block;
  margin: 0 0 10px
}

.x-feature-box-graphic i.rounded, .x-feature-box-graphic img.rounded {
  border-radius: 0.15em
}

.x-feature-box-graphic i.circle, .x-feature-box-graphic img.circle {
  border-radius: 100em
}

.x-feature-box-graphic i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  text-align: center
}

.x-feature-box-graphic i:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1em;
  margin-top: -0.5em;
  font-size: 0.395em;
  line-height: 1
}

.x-feature-box-graphic img {
  display: block
}

.x-feature-box-graphic-outer, .x-feature-box-graphic-inner {
  position: relative;
  z-index: 2
}

.x-feature-box-graphic-inner {
  width: 1em
}

.x-feature-box-graphic-inner.hexagon:before, .x-feature-box-graphic-inner.hexagon:after {
  content: "";
  display: block;
  border: 0 solid transparent;
  border-left-width: 0.5em;
  border-right-width: 0.5em
}

.x-feature-box-graphic-inner.hexagon:before {
  border-bottom-width: 0.285em;
  border-bottom-color: inherit
}

.x-feature-box-graphic-inner.hexagon:after {
  border-top-width: 0.285em;
  border-top-color: inherit
}

.x-feature-box-graphic-inner.hexagon i {
  height: 0.6em
}

.x-feature-box-graphic-inner.badge {
  transform: scale(0.725) rotate(15deg)
}

.x-feature-box-graphic-inner.badge:before, .x-feature-box-graphic-inner.badge:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.5em solid;
  border-color: inherit;
  z-index: 1
}

.x-feature-box-graphic-inner.badge:before {
  transform: rotate(30deg)
}

.x-feature-box-graphic-inner.badge:after {
  transform: rotate(60deg)
}

.x-feature-box-graphic-inner.badge i {
  position: relative;
  z-index: 2
}

.x-feature-box-graphic-inner.badge i:before {
  transform: scale(1.275) rotate(-15deg)
}

.x-feature-box-connector {
  display: block;
  position: absolute;
  width: 0;
  margin: 0 auto;
  z-index: 1
}

.x-feature-box-connector.full {
  height: 100%;
  top: 0.5em
}

.x-feature-box-connector.upper {
  height: 50%;
  top: 0
}

.x-feature-box-connector.lower {
  height: 50%;
  top: 50%
}

.x-feature-box-title {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2
}

.x-feature-box-text {
  margin: 8px 0 0
}

.x-feature-box-text a {
  border: 0;
  box-shadow: none
}

.x-feature-list {
  margin: 0 0 1.5em;
  padding: 1px 0;
  list-style: none;
  counter-reset: xFeatureListNum
}

.x-feature-list .x-feature-box {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
  counter-increment: xFeatureListNum
}

.x-feature-list .x-feature-box.top-text>div {
  padding: 0 0 1.5em
}

.x-feature-list .x-feature-box.top-text:last-child>div {
  padding-bottom: 0
}

.x-feature-list .x-feature-box.top-text:last-child .full {
  display: none
}

.x-feature-list .x-feature-box.middle-text>div {
  padding: .75em 0
}

.x-feature-list .x-feature-box.middle-text:first-child {
  margin-top: -0.75em
}

.x-feature-list .x-feature-box.middle-text:last-child {
  margin-bottom: -0.75em
}

.x-feature-list .x-feature-box.middle-text:first-child .upper, .x-feature-list .x-feature-box.middle-text:last-child .lower {
  display: none
}

.x-feature-list .x-feature-box-content {
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%
}

.x-feature-list .x-feature-box-graphic {
  margin: 0
}

.x-feature-list .x-feature-box-graphic i.number:before {
  content: counter(xFeatureListNum);
  font-style: normal
}

.x-feature-list .x-feature-box-align-v-middle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: stretch;
  align-self: stretch
}

.x-dropcap {
  float: left;
  display: block;
  margin: 0.215em 0.215em 0 0;
  padding: 0.105em 0.2em 0.11em;
  font-size: 3.5em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #2c3e50
}

.x-highlight {
  padding: 0.188em 0.375em;
  color: #fff;
  background-color: #16a085
}

.x-highlight.dark {
  color: #fff;
  background-color: #484848
}

.x-pullquote {
  width: 40%;
  margin: 0.45em 1.1em 0.55em 0;
  font-size: 1.313em
}

.x-pullquote.right {
  margin-right: 0;
  margin-left: 1.1em
}

@media (max-width: 767px) {
  .x-pullquote.left, .x-pullquote.right {
    float: none;
    width: 100%;
    margin: 1.5em 0
  }
}

.x-cite {
  display: block;
  margin-top: 0.75em;
  font-size: 0.725em;
  font-weight: 300;
  color: #28323f
}

.x-cite:before {
  content: "\2013\00A0"
}

.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: #000;
  opacity: 0.4;
  transition: opacity 0.3s ease
}

.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6
}

button.close {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none
}

.x-alert, .wpcf7-response-output, .buddypress #message, .bbp-template-notice {
  position: relative;
  margin-bottom: 1.5em;
  border-left: 5px solid #f6dca7;
  padding: 0.824em 2.25em 1em 1.15em;
  font-size: 14px;
  line-height: 1.5;
  color: #c09853;
  background-color: #fcf8e3
}

.x-alert .h-alert, .wpcf7-response-output .h-alert, .buddypress #message .h-alert, .bbp-template-notice .h-alert {
  margin: 0.05em 0 0.25em;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.3;
  text-transform: none;
  color: inherit
}

.x-alert .close, .wpcf7-response-output .close, .buddypress #message .close, .bbp-template-notice .close {
  position: relative;
  top: -10px;
  right: -26px;
  line-height: 1;
  color: #c09853
}

.x-alert>p, .wpcf7-response-output>p, .buddypress #message>p, .bbp-template-notice>p {
  margin-bottom: 0
}

.x-alert>p+p, .wpcf7-response-output>p+p, .buddypress #message>p+p, .bbp-template-notice>p+p {
  margin-top: 6px
}

.x-alert-muted {
  background-color: #f6f6f6;
  border-color: #e5e5e5;
  color: #bfbfbf
}

.x-alert-muted .close {
  color: #999
}

.x-alert-info, .buddypress #message.info, .bbp-template-notice.info {
  background-color: #d9edf7;
  border-color: #b3d1ef;
  color: #3a87ad
}

.x-alert-info .close, .buddypress #message.info .close, .bbp-template-notice.info .close {
  color: #3a87ad
}

.x-alert-success, .wpcf7-mail-sent-ok, .buddypress #message.updated, .bbp-template-notice.updated {
  background-color: #dff0d8;
  border-color: #c1dea8;
  color: #468847
}

.x-alert-success .close, .wpcf7-mail-sent-ok .close, .buddypress #message.updated .close, .bbp-template-notice.updated .close {
  color: #468847
}

.x-alert-danger, .buddypress #message.error, .bbp-template-notice.error {
  background-color: #f2dede;
  border-color: #e5bdc4;
  color: #b94a48
}

.x-alert-danger .close, .buddypress #message.error .close, .bbp-template-notice.error .close {
  color: #b94a48
}

.x-alert-block {
  padding: 0.824em 1.15em 1em
}

.wpcf7-response-output {
  border-left-width: 5px !important;
  margin: 1.5em 0 0 !important;
  padding: 0.824em 1.15em 1em !important
}

.h-skill-bar {
  margin-top: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase
}

.x-skill-bar {
  height: 25px;
  margin-bottom: 1.5em;
  background-color: #e5e5e5
}

.x-skill-bar .bar {
  overflow: hidden;
  position: relative;
  width: 0%;
  height: 100%;
  float: left;
  background-color: #2c3e50
}

.x-skill-bar .bar .percent {
  position: absolute;
  right: 4px;
  bottom: 4px;
  height: 17px;
  padding: 0 5px;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  background-color: #2c3e50;
  background-color: rgba(0, 0, 0, 0.25)
}

.x-img {
  margin-bottom: 1.5em
}

.x-img.left {
  margin: 0.35em 1.5em 0.35em 0
}

.x-img.right {
  margin: 0.35em 0 0.35em 1.5em
}

a.x-img {
  display: block
}

a.x-img>img {
  display: block;
  margin-left: auto;
  margin-right: auto
}

a.x-img:not(.x-img-thumbnail) {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease
}

a.x-img:not(.x-img-thumbnail):hover {
  opacity: 0.75
}

.x-img-rounded, .x-img-rounded img {
  border-radius: 6px
}

.x-img-circle, .x-img-circle img {
  border-radius: 100em
}

.x-img-thumbnail {
  padding: 4px;
  line-height: 1.8;
  border: 2px solid #e5e5e5;
  background-color: #fff;
  -webkit-transition: border 0.3s ease, box-shadow 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.3s ease
}

a.x-img-thumbnail:hover {
  border-color: #16a085
}

.x-columnize {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  -webkit-column-rule: 2px solid #e5e5e5;
  -moz-column-rule: 2px solid #e5e5e5;
  column-rule: 2px solid #e5e5e5;
  margin: 0 0 1.5em
}

.x-columnize p:last-child, .x-columnize ul:last-child, .x-columnize ol:last-child {
  margin-bottom: 0
}

@media (max-width: 767px) {
  .x-columnize {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0
  }
}

.x-accordion {
  margin-bottom: 1.5em
}

.x-accordion-group {
  margin: 0 0 4px;
  border: 2px solid #e5e5e5;
  transition: border-color 0.3s ease
}

.x-accordion-group:last-child {
  margin-bottom: 0
}

.x-accordion-heading {
  border-bottom: 0
}

.x-accordion-heading .x-accordion-toggle {
  display: block;
  padding: 10px 15px;
  font-size: 124.8%;
  color: #2c3e50;
  background-color: #fafafa;
  cursor: pointer
}

.x-accordion-heading .x-accordion-toggle.collapsed {
  background-color: #fff
}

.x-accordion-heading .x-accordion-toggle.collapsed:before {
  color: #d3d3d3;
  transform: rotate(0deg)
}

.x-accordion-heading .x-accordion-toggle:hover {
  background-color: #fafafa
}

.x-accordion-heading .x-accordion-toggle:hover:before {
  color: #d3d3d3
}

.x-accordion-heading .x-accordion-toggle:before {
  content: "\f067";
  position: relative;
  display: inline-block;
  bottom: 0.1em;
  margin-right: 10px;
  font-size: 74%;
  -webkit-font-smoothing: antialiased;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.x-accordion-inner {
  padding: 15px;
  border-top: 2px solid #e5e5e5
}

.x-accordion-inner p:last-child, .x-accordion-inner ul:last-child, .x-accordion-inner ol:last-child {
  margin-bottom: 0
}

.x-column {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%
}

.x-column.x-1-1 {
  width: 100%
}

.x-column.x-1-2 {
  width: 48%
}

.x-column.x-1-3 {
  width: 30.66666%
}

.x-column.x-2-3 {
  width: 65.33332%
}

.x-column.x-1-4 {
  width: 22%
}

.x-column.x-3-4 {
  width: 74%
}

.x-column.x-1-5 {
  width: 16.8%
}

.x-column.x-2-5 {
  width: 37.6%
}

.x-column.x-3-5 {
  width: 58.4%
}

.x-column.x-4-5 {
  width: 79.2%
}

.x-column.x-1-6 {
  width: 13.33332%
}

.x-column.x-5-6 {
  width: 82.66666%
}

.x-column.last, .x-column:last-of-type {
  margin-right: 0
}

@media (max-width: 480px) {
  .x-column.x-xs {
    float: none;
    width: 100%;
    margin-right: 0
  }
}

@media (max-width: 767px) {
  .x-column.x-sm {
    float: none;
    width: 100%;
    margin-right: 0
  }
}

@media (max-width: 979px) {
  .x-column.x-md {
    float: none;
    width: 100%;
    margin-right: 0
  }
}

.x-column[data-fade="1"], .x-column[data-fade="true"] {
  transition: opacity cubic-bezier(0.23, 1, 0.32, 1), transform cubic-bezier(0.23, 1, 0.32, 1)
}

.x-protect {
  padding: 7% 18%;
  text-align: center;
  background-color: #f2f2f2
}

.x-protect label {
  margin: 0.75em 0 0;
  font-size: 16px
}

.x-protect input[type="text"], .x-protect input[type="password"] {
  width: 100%;
  max-width: 380px;
  text-align: center
}

.h-protect {
  font-size: 24px;
  line-height: 1.2;
  color: #2c3e50
}

.x-btn-protect {
  margin-top: 0.75em
}

.x-recent-posts {
  margin: 0 0 1.5em
}

.x-recent-posts+.x-recent-posts {
  margin-top: 4%
}

.x-recent-posts a {
  overflow: hidden;
  float: left;
  display: block;
  margin: 0 4% 0 0;
  border: 2px solid #e5e5e5;
  padding: 5px 5px 0;
  color: #999;
  background-color: #fff;
  transform: translate3d(0, 0, 0)
}

.x-recent-posts a:last-child {
  margin-right: 0
}

.x-recent-posts a:hover .no-post-thumbnail .x-recent-posts-img:before {
  opacity: 1
}

.x-recent-posts a:hover .no-post-thumbnail .x-recent-posts-img:after {
  opacity: 1
}

.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:before {
  opacity: 1
}

.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:after {
  opacity: 0.85
}

.x-recent-posts a.no-image {
  padding: 0 5px
}

.x-recent-posts a.x-recent-post1 {
  width: 100%
}

.x-recent-posts a.x-recent-post2 {
  width: 48%
}

@media (max-width: 767px) {
  .x-recent-posts a.x-recent-post2 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 4%
  }
  .x-recent-posts a.x-recent-post2:last-child {
    margin-bottom: 0
  }
}

.x-recent-posts a.x-recent-post3 {
  width: 30.6666%
}

@media (max-width: 767px) {
  .x-recent-posts a.x-recent-post3 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 4%
  }
  .x-recent-posts a.x-recent-post3:last-child {
    margin-bottom: 0
  }
}

.x-recent-posts a.x-recent-post4 {
  width: 22%
}

@media (max-width: 979px) {
  .x-recent-posts a.x-recent-post4 {
    width: 48%
  }
  .x-recent-posts a.x-recent-post4:first-child {
    margin-bottom: 4%
  }
  .x-recent-posts a.x-recent-post4:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 4%
  }
  .x-recent-posts a.x-recent-post4:nth-child(3), .x-recent-posts a.x-recent-post4:nth-child(4) {
    margin-bottom: 0
  }
}

@media (max-width: 767px) {
  .x-recent-posts a.x-recent-post4 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 4%
  }
  .x-recent-posts a.x-recent-post4:nth-child(3) {
    margin-bottom: 4%
  }
  .x-recent-posts a.x-recent-post4:last-child {
    margin-bottom: 0
  }
}

.x-recent-posts .x-recent-posts-img {
  position: relative;
  padding-bottom: 56.25%;
  background: center center/cover no-repeat
}

.x-recent-posts .x-recent-posts-img:before, .x-recent-posts .x-recent-posts-img:after {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease
}

.x-recent-posts .x-recent-posts-img:before {
  margin: -30px 0 0 -30px;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.x-recent-posts .x-recent-posts-img:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #16a085;
  border-radius: 2px;
  z-index: 1
}

.x-recent-posts .no-post-thumbnail .x-recent-posts-img:before {
  opacity: 0.35
}

.x-recent-posts .no-post-thumbnail .x-recent-posts-img:after {
  opacity: 1
}

.x-recent-posts .format-standard .x-recent-posts-img:before {
  content: "\f0f6"
}

.x-recent-posts .format-video .x-recent-posts-img:before {
  content: "\f008"
}

.x-recent-posts .format-audio .x-recent-posts-img:before {
  content: "\f001"
}

.x-recent-posts .format-image .x-recent-posts-img:before {
  content: "\f083"
}

.x-recent-posts .format-gallery .x-recent-posts-img:before {
  content: "\f03e"
}

.x-recent-posts .format-link .x-recent-posts-img:before {
  content: "\f0c1"
}

.x-recent-posts .format-quote .x-recent-posts-img:before {
  content: "\f10d"
}

.x-recent-posts .x-portfolio .x-recent-posts-img:before {
  content: "\f067"
}

.x-recent-posts .x-recent-posts-content {
  padding: 10px 5px
}

.x-recent-posts .h-recent-posts, .x-recent-posts .x-recent-posts-date {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.x-recent-posts .h-recent-posts {
  margin: -1px 0 5px;
  font-size: 17px;
  line-height: 1.2;
  transition: color 0.3s ease
}

.x-recent-posts .x-recent-posts-date {
  margin: 0;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65)
}

.x-recent-posts.vertical a {
  float: none
}

.x-recent-posts.vertical a.x-recent-post1, .x-recent-posts.vertical a.x-recent-post2, .x-recent-posts.vertical a.x-recent-post3, .x-recent-posts.vertical a.x-recent-post4 {
  width: 100%;
  margin-bottom: 4%
}

.x-recent-posts.vertical a.x-recent-post1:last-child, .x-recent-posts.vertical a.x-recent-post2:last-child, .x-recent-posts.vertical a.x-recent-post3:last-child, .x-recent-posts.vertical a.x-recent-post4:last-child {
  margin-bottom: 0
}

.js .x-recent-posts[data-fade="true"] a {
  opacity: 0
}

.x-pricing-table {
  width: 100%;
  margin: 1.5em 0
}

.x-pricing-table.one-column .x-pricing-column {
  width: 100%
}

.x-pricing-table.two-columns .x-pricing-column {
  width: 50%
}

.x-pricing-table.three-columns .x-pricing-column {
  width: 33.33333%
}

.x-pricing-table.four-columns .x-pricing-column {
  width: 25%
}

.x-pricing-table.five-columns .x-pricing-column {
  width: 20%
}

@media (max-width: 979px) {
  .x-pricing-table[class*="-column"] .x-pricing-column {
    width: 50%
  }
  .x-pricing-table.three-columns .x-pricing-column:last-child, .x-pricing-table.five-columns .x-pricing-column:last-child {
    width: 99.9%
  }
}

@media (max-width: 767px) {
  .x-pricing-table[class*="-column"] .x-pricing-column {
    width: 100%
  }
}

.x-pricing-column {
  float: left;
  margin: 0 0 -1px -1px;
  text-align: center;
  background-color: #fcfcfc
}

@media (max-width: 767px) {
  .x-pricing-column {
    float: none;
    margin-left: 0
  }
}

.x-pricing-column h2 {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 25px;
  letter-spacing: 0;
  line-height: 1.1;
  font-size: 32px
}

.x-pricing-column h2 span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.5
}

.x-pricing-column.featured {
  position: relative;
  margin-top: -20px;
  background-color: #fff
}

@media (max-width: 767px) {
  .x-pricing-column.featured {
    margin-top: 0
  }
}

.x-pricing-column.featured h2 {
  border: 0;
  padding-bottom: 28px;
  color: #fff;
  background-color: #2c3e50
}

.x-pricing-column.featured .x-pricing-column-info {
  padding-bottom: 50px
}

.x-pricing-column.featured .x-pricing-column-info ul {
  margin-bottom: 40px
}

.x-pricing-column-info {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 10px 0 32px
}

.x-pricing-column-info .x-price {
  margin: 0;
  font-size: 54px;
  letter-spacing: -3px
}

.x-pricing-column-info span {
  display: block;
  margin-top: -1px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5a708d
}

.x-pricing-column-info p {
  margin: 0
}

.x-pricing-column-info ul {
  margin: 15px 0 25px
}

.x-pricing-column-info ul>li {
  padding: 10px 40px 11px;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase
}

.x-pricing-column-info ul>li [class*="x-icon-"] {
  margin-left: 0.85em
}

.x-pricing-column-info ul>li:first-child {
  border-top: 1px solid #e5e5e5
}

.x-pricing-column-info ul>li:last-child {
  border-bottom: 1px solid #e5e5e5
}

.x-pricing-column-info .x-btn {
  margin-left: 20px;
  margin-right: 20px
}

.x-callout {
  position: relative;
  margin: 1.5em 0;
  padding: 2.35em;
  font-size: 21px;
  background-color: #e5e5e5
}

@media (max-width: 979px) {
  .x-callout {
    font-size: 18px
  }
}

@media (max-width: 480px) {
  .x-callout {
    font-size: 16px
  }
}

.x-callout:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  z-index: 0
}

.x-callout .x-btn {
  font-size: 1em
}

.h-callout {
  position: relative;
  margin-top: 0;
  margin-bottom: 0.385em;
  font-size: 2em;
  line-height: 1.1
}

.p-callout {
  position: relative;
  line-height: 1.4
}

.x-promo {
  margin-bottom: 1.5em;
  border: 2px solid #e5e5e5;
  background-color: #fff
}

.x-promo-image-wrap {
  margin: -2px
}

.x-promo-image-wrap img {
  min-width: 100%
}

.x-promo-content {
  border-top: 2px solid #e5e5e5;
  padding: 1.5em
}

.x-author-box {
  margin: 0 0 1.5em
}

.x-author-box .h-about-the-author {
  margin: 0 0 0.925em;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.45em;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaa
}

.x-author-box .avatar {
  float: left;
  width: 90px
}

@media (max-width: 480px) {
  .x-author-box .avatar {
    display: none
  }
}

.x-author-box .x-author-info {
  margin-left: 110px
}

@media (max-width: 480px) {
  .x-author-box .x-author-info {
    margin-left: 0
  }
}

.x-author-box .h-author {
  margin-bottom: 0.35em;
  line-height: 1
}

.x-author-box .x-author-social {
  display: inline-block;
  margin-right: 1em;
  font-size: 13px;
  white-space: nowrap
}

.x-author-box .x-author-social [class*="x-social"] {
  position: relative;
  top: 2px
}

.x-author-box .p-author {
  margin-top: 0.5em
}

.x-prompt {
  margin: 0 0 1.5em;
  border: 10px solid #e5e5e5;
  padding: 1.75em;
  background-color: #fff
}

.x-prompt.message-left .x-prompt-section.x-prompt-section-message {
  padding-right: 2.25em;
  text-align: left
}

.x-prompt.message-right .x-prompt-section.x-prompt-section-message {
  padding-left: 2.25em;
  text-align: right
}

.x-prompt-section {
  position: relative;
  display: table-cell;
  vertical-align: middle
}

.x-prompt-section p:last-child {
  margin-bottom: 0
}

.x-prompt-section.x-prompt-section-message {
  width: 46%;
  font-size: 16px;
  line-height: 1.4
}

.x-prompt-section.x-prompt-section-button {
  width: 30%
}

.h-prompt {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.1
}

@media (max-width: 767px) {
  .x-prompt {
    display: block
  }
  .x-prompt.message-left .x-prompt-section.x-prompt-section-message {
    padding: 0 0 1.25em 0
  }
  .x-prompt.message-right .x-prompt-section.x-prompt-section-message {
    padding: 1.25em 0 0 0;
    text-align: left
  }
  .x-prompt-section {
    display: block
  }
  .x-prompt-section.x-prompt-section-message, .x-prompt-section.x-prompt-section-button {
    width: 100%
  }
}

.x-content-band {
  margin: 0 0 1.5em;
  padding: 40px 0
}

.x-content-band:before, .x-content-band:after {
  content: " ";
  display: table
}

.x-content-band:after {
  clear: both
}

.x-content-band.bg-image, .x-content-band.bg-pattern {
  background-position: 50% 50%
}

.x-content-band.bg-image.parallax, .x-content-band.bg-pattern.parallax {
  background-attachment: fixed
}

.x-content-band.bg-image {
  background-size: cover;
  background-repeat: no-repeat
}

.x-content-band.bg-pattern {
  background-repeat: repeat
}

.x-content-band.bg-video {
  position: relative;
  overflow: hidden
}

.x-content-band.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.075)
}

.x-content-band.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.075)
}

.x-content-band.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.075)
}

.x-content-band.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075)
}

.x-content-band.marginless-columns .x-container {
  display: table;
  table-layout: fixed;
  width: 100%
}

.x-content-band.marginless-columns .x-container:before, .x-content-band.marginless-columns .x-container:after {
  display: none
}

.x-content-band.marginless-columns .x-container .x-column {
  display: table-cell;
  margin-right: 0;
  float: none;
  vertical-align: top
}

.x-content-band.marginless-columns .x-container .x-column.x-1-1 {
  width: 100%
}

.x-content-band.marginless-columns .x-container .x-column.x-1-2 {
  width: 50%
}

.x-content-band.marginless-columns .x-container .x-column.x-1-3 {
  width: 33.33333%
}

.x-content-band.marginless-columns .x-container .x-column.x-2-3 {
  width: 66.66666%
}

.x-content-band.marginless-columns .x-container .x-column.x-1-4 {
  width: 25%
}

.x-content-band.marginless-columns .x-container .x-column.x-3-4 {
  width: 75%
}

.x-content-band.marginless-columns .x-container .x-column.x-1-5 {
  width: 20%
}

.x-content-band.marginless-columns .x-container .x-column.x-2-5 {
  width: 40%
}

.x-content-band.marginless-columns .x-container .x-column.x-3-5 {
  width: 60%
}

.x-content-band.marginless-columns .x-container .x-column.x-4-5 {
  width: 80%
}

.x-content-band.marginless-columns .x-container .x-column.x-1-6 {
  width: 16.66666%
}

.x-content-band.marginless-columns .x-container .x-column.x-5-6 {
  width: 83.33333%
}

@media (max-width: 767px) {
  .x-content-band.marginless-columns .x-container {
    display: block
  }
  .x-content-band.marginless-columns .x-container:before, .x-content-band.marginless-columns .x-container:after {
    display: table
  }
  .x-content-band.marginless-columns .x-container .x-column[class*="x-"] {
    display: block;
    width: 100%;
    vertical-align: inherit
  }
}

.x-content-band.vc .wpb_row, .x-content-band.vc .wpb_content_element {
  margin-bottom: 0
}

.x-content-band .x-container {
  position: relative
}

.x-entry-share {
  margin: 0 0 1.5em;
  border: 2px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  line-height: 1;
  text-align: center
}

.x-entry-share p {
  margin: 8px 0 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase
}

.x-entry-share .x-share {
  display: inline-block;
  margin: 0 0.05em;
  width: 45px;
  height: 45px;
  font-size: 24px;
  line-height: 45px
}

.x-entry-share .x-share:hover {
  color: #fff;
  background-color: #16a085
}

.x-toc {
  width: 210px;
  margin: 0.55em 0;
  border: 2px solid #e5e5e5;
  padding: 15px
}

.x-toc.left {
  margin-right: 1.75em
}

.x-toc.right {
  margin-left: 1.75em
}

@media (max-width: 480px) {
  .x-toc.left, .x-toc.right {
    width: auto;
    float: none;
    margin: 0 0 1.5em
  }
}

.x-toc.block {
  width: auto;
  margin: 1.5em 0
}

.x-toc ul {
  margin-bottom: -10px !important
}

.h-toc {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase
}

.x-toc.block.two-columns .x-toc-item {
  float: left;
  width: 48%;
  margin-right: 4%
}

.x-toc.block.two-columns .x-toc-item:nth-child(2n) {
  margin-right: 0
}

.x-toc.block.three-columns .x-toc-item {
  float: left;
  width: 30.66667%;
  margin-right: 4%
}

.x-toc.block.three-columns .x-toc-item:nth-child(3n) {
  margin-right: 0
}

@media (max-width: 979px) {
  .x-toc.block.three-columns .x-toc-item {
    width: 48%
  }
  .x-toc.block.three-columns .x-toc-item:nth-child(3n) {
    margin-right: 4%
  }
  .x-toc.block.three-columns .x-toc-item:nth-child(2n) {
    margin-right: 0
  }
}

@media (max-width: 480px) {
  .x-toc.block.two-columns .x-toc-item, .x-toc.block.three-columns .x-toc-item {
    width: 100%;
    margin-right: 0
  }
}

.x-toc-item {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3
}

.x-toc-item a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.h-custom-headline {
  letter-spacing: -1px;
  line-height: 1.1
}

.h-custom-headline.accent {
  overflow: hidden
}

.h-custom-headline.accent span {
  padding-bottom: 2px;
  display: inline-block;
  position: relative
}

.h-custom-headline.accent span:before, .h-custom-headline.accent span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 9999px;
  display: block;
  margin-top: -1px;
  background-color: #e5e5e5
}

.h-custom-headline.accent span:before {
  right: 100%;
  margin-right: 0.5em
}

.h-custom-headline.accent span:after {
  left: 100%;
  margin-left: 0.5em
}

.h-feature-headline {
  line-height: 1.1
}

.h-feature-headline span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em
}

.h-feature-headline span i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  height: 2em;
  margin-top: -1em;
  font-size: 0.65em;
  letter-spacing: 0;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: #2c3e50;
  border-radius: 100em
}

.x-section {
  position: relative;
  /* margin:0 0 1.5em; */
  padding-bottom: 0px;
}

.x-section:before, .x-section:after {
  content: " ";
  display: table
}

.x-section:after {
  clear: both
}

.x-section.bg-image, .x-section.bg-pattern {
  background-position: 50% 50%
}

.x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
  background-attachment: fixed
}

.x-section.bg-image {
  background-size: cover;
  background-repeat: no-repeat
}

.x-section.bg-pattern {
  background-repeat: repeat
}

.x-section.bg-video {
  position: relative;
  overflow: hidden
}

.x-section .x-container {
  position: relative;
  z-index: 1
}

.x-section .x-container.marginless-columns {
  display: table;
  table-layout: fixed
}

.x-section .x-container.marginless-columns:not(.width) {
  width: 100%
}

.x-section .x-container.marginless-columns:before, .x-section .x-container.marginless-columns:after {
  display: none
}

.x-section .x-container.marginless-columns .x-column {
  display: table-cell;
  margin-right: 0;
  float: none;
  vertical-align: top
}

.x-section .x-container.marginless-columns .x-column.x-1-1 {
  width: 100%
}

.x-section .x-container.marginless-columns .x-column.x-1-2 {
  width: 50%
}

.x-section .x-container.marginless-columns .x-column.x-1-3 {
  width: 33.33333%
}

.x-section .x-container.marginless-columns .x-column.x-2-3 {
  width: 66.66666%
}

.x-section .x-container.marginless-columns .x-column.x-1-4 {
  width: 25%
}

.x-section .x-container.marginless-columns .x-column.x-3-4 {
  width: 75%
}

.x-section .x-container.marginless-columns .x-column.x-1-5 {
  width: 20%
}

.x-section .x-container.marginless-columns .x-column.x-2-5 {
  width: 40%
}

.x-section .x-container.marginless-columns .x-column.x-3-5 {
  width: 60%
}

.x-section .x-container.marginless-columns .x-column.x-4-5 {
  width: 80%
}

.x-section .x-container.marginless-columns .x-column.x-1-6 {
  width: 16.66666%
}

.x-section .x-container.marginless-columns .x-column.x-5-6 {
  width: 83.33333%
}

@media (max-width: 767px) {
  .x-section .x-container.marginless-columns {
    display: block
  }
  .x-section .x-container.marginless-columns:before, .x-section .x-container.marginless-columns:after {
    display: table
  }
  .x-section .x-container.marginless-columns .x-column[class*="x-"] {
    display: block;
    width: 100%;
    vertical-align: inherit
  }
}

.x-section-separator {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10
}

.x-section-separator svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0
}

.x-section-separator-top {
  top: 0;
  transform: translate(0, -100%)
}

.x-section-separator-bottom {
  bottom: 0;
  transform: translate(0, 100%)
}

.with-container {
  border: 2px solid #e5e5e5;
  padding: 2.5%;
  background-color: #fff
}

.mejs-container:focus, .mejs-container:active {
  outline: 0
}

.mejs-container.mejs-container-fullscreen {
  background-color: #000
}

.mejs-controls {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #000
}

.mejs-controls>div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 1
}

.mejs-video .mejs-controls {
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 20px 20px
}

.mejs-button button {
  margin: 0;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: inherit;
  text-align: center;
  vertical-align: top;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: color, background-color, text-shadow
}

.mejs-button button:hover, .mejs-button button:focus {
  color: #fff
}

.mejs-button button:focus, .mejs-button button:active {
  outline: 0
}

.mejs-button button:before {
  content: "\f065";
  display: block;
  margin: 0 auto;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mejs-button.mejs-play button:before {
  content: "\f04b"
}

.mejs-button.mejs-replay button:before {
  content: "\f01e"
}

.mejs-button.mejs-pause button:before {
  content: "\f04c"
}

.mejs-button.mejs-mute button:before {
  content: "\f028"
}

.mejs-button.mejs-unmute button:before {
  content: "\f026"
}

.mejs-button.mejs-fullscreen button:before {
  content: "\f065"
}

.mejs-button.mejs-unfullscreen button:before {
  content: "\f066"
}

.mejs-time {
  width: 46px !important;
  font-size: 10px;
  letter-spacing: 0.025em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 767px) {
  .mejs-time {
    display: none !important
  }
}

.mejs-time-rail {
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 0 10px
}

.mejs-time-total {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 10px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.25)
}

.mejs-time-total:focus, .mejs-time-total:active {
  outline: 0
}

.mejs-time-loaded, .mejs-time-current {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0% 0%
}

.mejs-time-loaded {
  background-color: rgba(255, 255, 255, 0.25)
}

.mejs-time-current {
  background-color: rgba(255, 255, 255, 0.5);
  transform: scaleX(0)
}

.x-mejs-legacy-compat .mejs-time-loaded {
  width: 100% !important
}

.x-mejs-legacy-compat .mejs-time-current {
  width: auto;
  transform: none
}

.advanced-controls .mejs-time-rail {
  padding-left: 0;
  padding-right: 0
}

@media (max-width: 767px) {
  .advanced-controls .mejs-time-rail {
    padding-left: 10px;
    padding-right: 10px
  }
}

.mejs-audio .mejs-layers {
  display: none
}

.mejs-video .mejs-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mejs-video .mejs-poster {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.mejs-video .mejs-overlay-play {
  cursor: pointer
}

.mejs-video .mejs-overlay-loading, .mejs-video .mejs-overlay-error, .mejs-video .mejs-overlay-play .mejs-overlay-button {
  display: none
}

.mejs-fullscreen {
  overflow: hidden !important
}

.mejs-container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
  height: 100% !important;
  width: 100% !important
}

.mejs-fullscreen-button>button {
  background-position: -80px 0
}

.mejs-unfullscreen>button {
  background-position: -100px 0
}

.bg .mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.mejs-offscreen, .mejs-time-buffering, .mejs-time-hovered, .mejs-time-handle, .mejs-time-float, .mejs-volume-slider, .mejs-clear {
  display: none !important
}

.hide-controls .mejs-video .mejs-controls, .vimeo .mejs-video .mejs-controls {
  display: none !important
}

.hide-controls.autoplay .mejs-video .mejs-layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.me-cannotplay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.me-plugin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.x-mejs-no-source {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.has-stack-styles .mejs-controls {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.5)
}

.has-stack-styles .mejs-button.mejs-playpause-button {
  border-right: 1px solid rgba(255, 255, 255, 0.125)
}

.has-stack-styles .mejs-button.mejs-volume-button, .has-stack-styles .mejs-button.mejs-fullscreen-button {
  border-left: 1px solid rgba(255, 255, 255, 0.125)
}

.has-stack-styles .mejs-button button {
  color: rgba(255, 255, 255, 0.5)
}

.has-stack-styles .mejs-button button:hover, .has-stack-styles .mejs-button button:focus {
  color: #fff
}

.has-stack-styles .mejs-time {
  color: rgba(255, 255, 255, 0.5)
}

.has-stack-styles .mejs-time-total {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2)
}

.has-stack-styles .mejs-time-loaded {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3)
}

.has-stack-styles .mejs-time-current {
  height: 10px;
  background-color: #fff
}

@media (max-width: 979px) {
  .x-sidebar {
    margin-top: 3.5em
  }
}

.x-sidebar .widget {
  margin-top: 3em
}

.x-sidebar .widget:first-child {
  margin-top: 0
}

.x-sidebar .widget:last-child {
  margin-bottom: 2em
}

.x-main {
  position: relative
}

.x-main:before, .x-main:after {
  content: " ";
  display: table
}

.x-main:after {
  clear: both
}

.x-main .widget {
  margin-top: 3em
}

.x-main .widget:first-child {
  margin-top: 0
}

.hentry {
  margin-top: 90px
}

.hentry:first-child {
  margin-top: 0
}

.entry-wrap:before, .entry-wrap:after {
  content: " ";
  display: table
}

.entry-wrap:after {
  clear: both
}

.entry-title {
  position: relative;
  margin: 0;
  font-size: 170%;
  line-height: 1.1
}

.entry-title:before {
  float: left;
  position: relative;
  top: 0.1375em;
  margin-right: 0.35em;
  font-size: 0.88em;
  line-height: 1;
  text-align: center;
  color: #e6e6e6;
  background-color: #fff;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.entry-title-sub {
  display: block;
  margin: 0.725em 0 0;
  font-size: 128.5%;
  font-weight: 300;
  color: #bfbfbf;
  line-height: 1.1
}

.p-meta {
  margin: 8px 0 0;
  line-height: 1.5
}

.p-meta>span {
  display: inline-block
}

.p-meta>span>a {
  white-space: nowrap
}

.p-meta>span:after {
  content: "/";
  padding: 0 0.45em
}

.p-meta>span:last-child:after {
  display: none
}

.entry-featured {
  position: relative;
  margin-top: 25px;
  border: 2px solid #e5e5e5;
  padding: 6px;
  background-color: #fff
}

.entry-thumb {
  display: block;
  position: relative;
  background-color: #16a085;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.entry-thumb img {
  min-width: 100%;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease
}

.entry-thumb:before {
  content: "\f0c1";
  display: block;
  position: absolute;
  margin: -36px 0 0 -35px;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  font-family: "fontawesome";
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 72px;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  speak: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 100em;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease
}

a.entry-thumb:hover img {
  opacity: 0.15
}

a.entry-thumb:hover:before {
  opacity: 1
}

.entry-content {
  margin-top: 25px
}

.entry-content embed, .entry-content iframe, .entry-content object {
  width: 100%;
  max-width: 100%
}

.entry-content>p:last-child, .entry-content>ul:last-child, .entry-content>ol:last-child {
  margin-bottom: 0
}

.entry-content.excerpt p {
  margin-bottom: 0
}

.more-link {
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap
}

.entry-footer {
  margin-top: 1.5em;
  padding: 1em 1.25em;
  line-height: 1.4;
  background-color: #f9f9f9
}

.entry-footer>p {
  margin: 0
}

.page .no-post-thumbnail .entry-content {
  margin-top: 0
}

.x-iso-container-posts.cols-2 .entry-wrap {
  padding: 7% 7.5% 7.5%
}

.x-iso-container-posts.cols-3 .entry-wrap {
  padding: 7% 7.5% 7.5%
}

.x-iso-container-posts.cols-3 .entry-title {
  font-size: 150%
}

.x-iso-container-posts.cols-3 .p-meta {
  font-size: 82%
}

.x-iso-container-posts>.hentry .entry-wrap {
  margin: 0 -1px -1px;
  border: 1px solid #f2f2f2;
  background-color: #fff
}

.format-standard .entry-title:before {
  content: "\f0f6"
}

.format-video .entry-title:before {
  content: "\f008"
}

.format-audio .entry-title:before {
  content: "\f001"
}

.format-audio.no-post-thumbnail .entry-featured {
  border: 0;
  padding: 0
}

.format-audio.has-post-thumbnail .entry-featured .x-audio {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  margin: 0 auto
}

.format-audio.has-post-thumbnail .entry-featured .x-audio iframe {
  position: absolute;
  bottom: 0
}

.format-image .entry-title:before {
  content: "\f083"
}

.format-gallery .entry-title:before {
  content: "\f03e"
}

.format-link .x-hgroup {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 1.5em
}

.format-link .entry-title:before {
  content: "\f0c1"
}

.format-link .entry-title-sub a {
  border-bottom: 1px dotted;
  word-break: break-all
}

.blog.x-post-meta-disabled .format-link .x-hgroup, .search.x-post-meta-disabled .format-link .x-hgroup, .archive.x-post-meta-disabled .format-link .x-hgroup {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0
}

.format-quote .x-hgroup {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 1.5em
}

.format-quote .entry-title:before {
  content: "\f10d"
}

.format-quote .entry-title-sub {
  text-align: right
}

.format-quote .entry-title-sub:before {
  content: "\2013\00A0"
}

.blog.x-post-meta-disabled .format-quote .x-hgroup, .search.x-post-meta-disabled .format-quote .x-hgroup, .archive.x-post-meta-disabled .format-quote .x-hgroup {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0
}

.x-portfolio .entry-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.925);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease
}

.x-portfolio .entry-cover:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.x-portfolio .entry-cover-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  height: auto
}

.x-portfolio .entry-cover-content span {
  text-transform: uppercase
}

.x-portfolio .entry-featured {
  overflow: hidden
}

.x-portfolio .entry-featured:hover .entry-cover {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.x-portfolio .entry-info {
  float: left;
  width: 64%
}

.x-portfolio .entry-extra {
  float: right;
  width: 32%;
  border: 2px solid #e5e5e5;
  padding: 25px;
  font-size: 114.2%
}

@media (max-width: 767px) {
  .x-portfolio .entry-extra {
    margin-top: 1.85em
  }
}

.x-portfolio .entry-extra .x-btn {
  margin-bottom: 2.5em
}

.x-portfolio .entry-extra .x-ul-icons {
  margin-left: 1.355em
}

@media (max-width: 767px) {
  .x-portfolio .entry-info, .x-portfolio .entry-extra {
    float: none;
    width: 100%
  }
}

.x-portfolio .h-extra {
  margin-top: 0.5em;
  font-size: 150%
}

.x-portfolio .h-extra.skills {
  margin: 0 0 0.25em
}

.x-portfolio .h-extra.launch {
  margin: 0.95em 0 0.4em
}

.single-x-portfolio .entry-header {
  margin-top: 5%
}

.single-x-portfolio .entry-featured {
  margin: 0
}

.x-iso-container-portfolio .entry-featured {
  margin: 0
}

.x-iso-container-portfolio .entry-featured .entry-thumb:hover {
  cursor: default
}

.x-iso-container-portfolio .entry-featured .entry-thumb:hover img {
  opacity: 1
}

.x-iso-container-portfolio .entry-featured .entry-thumb:hover:before {
  opacity: 0
}

h1.entry-title.entry-title-portfolio {
  margin: 0;
  font-size: 285.7%;
  line-height: 1.05
}

@media (max-width: 480px) {
  h1.entry-title.entry-title-portfolio {
    font-size: 228.5%
  }
}

h2.entry-title.entry-title-portfolio {
  margin: 0;
  font-size: 171.4%;
  line-height: 1.1;
  text-align: center
}

.page-template-template-blank-3-php.x-navbar-fixed-left-active, .page-template-template-blank-3-php.x-navbar-fixed-right-active, .page-template-template-blank-6-php.x-navbar-fixed-left-active, .page-template-template-blank-6-php.x-navbar-fixed-right-active, .page-template-template-blank-7-php.x-navbar-fixed-left-active, .page-template-template-blank-7-php.x-navbar-fixed-right-active, .page-template-template-blank-8-php.x-navbar-fixed-left-active, .page-template-template-blank-8-php.x-navbar-fixed-right-active {
  padding: 0
}

[class*="page-template-template-blank"] .entry-content {
  margin: 0
}

[class*="page-template-template-blank"] .x-main, .page-template-template-layout-full-width-php .x-main {
  float: none;
  display: block;
  width: auto
}

.error404 .entry-404 {
  margin: 6.5% 0 8.5%
}

.error404 .entry-404 p {
  max-width: 750px;
  margin: 0 auto 1.313em;
  font-size: 1.5em
}

@media (max-width: 767px) {
  .error404 .entry-404 p {
    font-size: 1.25em
  }
}

@media (max-width: 480px) {
  .error404 .entry-404 p {
    font-size: 1em
  }
}

.error404 .entry-404 .form-search {
  max-width: 500px;
  margin: 0 auto
}

.x-header-landmark {
  padding: 30px 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0
}

.x-landmark-breadcrumbs-wrap {
  display: table;
  width: 100%
}

@media (max-width: 767px) {
  .x-landmark-breadcrumbs-wrap .x-landmark, .x-landmark-breadcrumbs-wrap .x-breadcrumbs-wrap {
    width: 100%;
    display: block;
    text-align: center
  }
}

.x-landmark, .x-breadcrumbs-wrap {
  display: table-cell;
  vertical-align: middle
}

.x-landmark {
  width: 63.02463%;
  padding-right: 9.92611%
}

@media (max-width: 767px) {
  .x-landmark {
    padding: 0
  }
}

.x-breadcrumbs-wrap {
  width: 27.04926%;
  text-align: right
}

@media (max-width: 767px) {
  .x-breadcrumbs-wrap {
    margin-top: .75em
  }
}

.h-landmark, .entry-title.h-landmark {
  margin: 0;
  font-size: 245%;
  letter-spacing: -0.075em;
  line-height: 1
}

.h-landmark span, .entry-title.h-landmark span {
  display: inline-block;
  position: relative
}

.x-comments-area {
  margin: 3.5em 0 0
}

.h-comments-title {
  margin: 0 0 .5em;
  font-size: 171.4%;
  font-weight: 300;
  line-height: 1.1
}

.h-comments-title span {
  font-weight: 700
}

.x-comments-list {
  margin: 0;
  list-style: none
}

.x-comments-list .children {
  margin: 0;
  list-style: none
}

@media (max-width: 979px) {
  .x-comments-list .children {
    margin-left: 0
  }
}

.x-comments-list .children li.comment {
  position: relative;
  margin: 0;
  border-left: 1px solid #f2f2f2;
  padding-left: 50px;
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.85)
}

@media (max-width: 767px) {
  .x-comments-list .children li.comment {
    border-left: 0;
    padding-left: 0
  }
  .x-comments-list .children li.comment:before {
    display: none
  }
}

.x-comments-list .children li.comment:before {
  content: "\00A0";
  display: block;
  position: absolute;
  float: left;
  top: 30px;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #f2f2f2;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.85)
}

li.comment {
  margin: 0;
  padding: 0
}

li.bypostauthor>article.comment {
  border-color: #16a085
}

article.comment {
  position: relative;
  margin: 0 0 15px 0;
  border: 2px solid #e5e5e5;
  padding: 25px;
  font-size: 114.2%;
  line-height: 1.5;
  background-color: #fff
}

article.comment:before, article.comment:after {
  content: " ";
  display: table
}

article.comment:after {
  clear: both
}

@media (max-width: 480px) {
  article.comment {
    padding: 15px
  }
}

.x-comment-wrap {
  margin-left: 84px
}

@media (max-width: 480px) {
  .x-comment-wrap {
    margin-left: 74px
  }
}

.x-comment-header {
  margin-bottom: 13px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 3px;
  line-height: 1
}

.x-comment-content {
  position: relative
}

.x-comment-content p:last-child, .x-comment-content ul:last-child, .x-comment-content ol:last-child {
  margin-bottom: 0
}

.x-comment-author {
  display: inline-block;
  font-size: 131.25%;
  letter-spacing: -1px;
  line-height: 1;
  border-radius: 3px
}

.x-comment-author a {
  color: #2c3e50
}

.x-comment-author a:hover {
  color: #16a085
}

.x-comment-time {
  display: inline-block;
  margin: 9px 0 0;
  position: relative;
  font-size: 68.75%;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #a6a6a6
}

.x-comment-awaiting-moderation {
  padding: 0.5em 0.5em 0.75em;
  line-height: 1.2;
  text-align: center;
  color: #2c3e50;
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1)
}

.comment-edit-link {
  display: block;
  position: absolute;
  top: 6px;
  right: 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap
}

.x-reply {
  float: left;
  clear: left;
  margin-left: 3px
}

.comment-reply-link {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #c5c5c5
}

.comment-reply-link-after {
  font-size: 10px;
  line-height: 1
}

span.bypostauthor {
  display: block;
  margin: 10px 0 0;
  font-size: 50%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase
}

.x-comment-img {
  float: left
}

.x-comment-img .avatar-wrap {
  display: block;
  position: relative
}

.x-comment-img .avatar-wrap .avatar {
  width: 60px
}

#respond .required {
  font-weight: 700
}

#reply-title {
  margin: 2.175em 0 .1em;
  font-size: 171.4%;
  line-height: 1.1
}

#reply-title small {
  margin: 8px 0 0;
  display: block;
  font-size: 54.16%;
  letter-spacing: 1px;
  text-transform: uppercase
}

#commentform {
  margin-bottom: 0
}

.comment-notes {
  margin-bottom: 1em;
  font-size: 100%
}

.logged-in-as {
  margin-bottom: 1em;
  font-size: 114.2%
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-rating, .comment-form-comment {
  margin: 0
}

.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-rating label, .comment-form-comment label {
  font-size: 100%;
  color: #2c3e50
}

.comment-form-author label .required, .comment-form-email label .required, .comment-form-url label .required, .comment-form-rating label .required, .comment-form-comment label .required {
  position: relative;
  right: 0.175em
}

.comment-form-author, .comment-form-email, .comment-form-url {
  float: left;
  width: 33.33333%
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
  width: 100%;
  margin-bottom: 0.85em;
  font-size: 16px
}

.comment-form-author {
  padding-right: 0.5em
}

.comment-form-email {
  padding: 0 0.5em
}

.comment-form-url {
  padding-left: 0.5em
}

.comment-form-comment textarea {
  width: 100%;
  resize: none;
  margin-bottom: 0.85em;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px
}

.form-submit {
  margin: 0
}

.widget p:last-child, .widget ul:last-child, .widget ol:last-child {
  margin-bottom: 0
}

.widget ul, .widget ol {
  margin-left: 0;
  border-top: 1px solid #f2f2f2;
  list-style: none
}

.widget ul li, .widget ol li {
  border-bottom: 1px solid #f2f2f2;
  padding: 0.65em 0;
  line-height: 1.5;
  background-color: #fff
}

.widget select {
  width: 100%
}

.h-widget {
  margin: 0 0 0.65em;
  font-size: 170%;
  line-height: 1.1
}

.widget_calendar #wp-calendar {
  background-color: transparent
}

.widget_calendar #wp-calendar caption {
  font-size: 114.2%;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2c3e50
}

.widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
  line-height: 1;
  text-align: center
}

.widget_calendar #wp-calendar th {
  border-bottom: 2px solid #2c3e50;
  padding: 3% 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2c3e50
}

.widget_calendar #wp-calendar td {
  padding: 4.75% 0
}

.widget_calendar #wp-calendar tbody td {
  border: 1px solid #e6e6e6;
  background-color: #fff
}

.widget_calendar #wp-calendar tbody td.pad:first-child {
  border-left: 0
}

.widget_calendar #wp-calendar tbody td.pad:last-child {
  border-right: 0
}

.widget_calendar #wp-calendar #prev, .widget_calendar #wp-calendar #next {
  padding: 4.5% 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  text-shadow: none;
  text-transform: uppercase
}

.widget_calendar #wp-calendar #prev a, .widget_calendar #wp-calendar #next a {
  color: #bfbfbf
}

.widget_calendar #wp-calendar #prev a:hover, .widget_calendar #wp-calendar #next a:hover {
  color: gray
}

.widget_nav_menu .current-menu-item>a {
  position: relative
}

.widget_nav_menu .current-menu-item>a:after {
  content: "\f053";
  display: inline-block;
  margin-left: 0.45em;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.widget_rss .rsswidget img {
  display: none
}

.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  position: relative;
  margin-top: 0.35em;
  padding: 0.375em 0.675em 0.475em;
  cursor: pointer;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #2c3e50
}

.widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
  color: #fff;
  background-color: #1abc9c
}

.widget_text .textwidget ul {
  margin: 0 0 1.5em 1.655em;
  border-top: 0;
  list-style: disc
}

.widget_text .textwidget ul li {
  border-bottom: 0;
  padding: 0;
  line-height: 1.8
}

.widget_text .textwidget ul.x-ul-icons {
  list-style: none
}

.widget_categories ul, .widget_product_categories ul, .widget_nav_menu ul, .widget_pages ul {
  border-top: 0;
  border-bottom: 1px solid #f2f2f2
}

.widget_categories ul ul, .widget_product_categories ul ul, .widget_nav_menu ul ul, .widget_pages ul ul {
  border: 0
}

.widget_categories ul>li, .widget_product_categories ul>li, .widget_nav_menu ul>li, .widget_pages ul>li {
  border-top: 1px solid #f2f2f2;
  border-bottom: 0;
  padding: 0
}

.widget_categories ul>li a, .widget_product_categories ul>li a, .widget_nav_menu ul>li a, .widget_pages ul>li a {
  display: inline-block;
  margin: 0.65em 0
}

.widget_categories ul li li a, .widget_product_categories ul li li a, .widget_nav_menu ul li li a, .widget_pages ul li li a {
  margin-left: 25px
}

.widget_categories ul li li li a, .widget_product_categories ul li li li a, .widget_nav_menu ul li li li a, .widget_pages ul li li li a {
  margin-left: 50px
}

.widget_categories ul li li li li a, .widget_product_categories ul li li li li a, .widget_nav_menu ul li li li li a, .widget_pages ul li li li li a {
  margin-left: 75px
}

.sticky {
  margin: 0
}

.alignright {
  float: right;
  margin: 0.35em 0 0.35em 1.5em
}

.alignleft {
  float: left;
  margin: 0.35em 1.5em 0.35em 0
}

.alignnone {
  float: none;
  margin: 0 0 1.5em 0
}

.aligncenter {
  display: block;
  margin: 0 auto 1.5em
}

.wp-caption, .gallery-item {
  max-width: 100%;
  border: 2px solid #e5e5e5;
  padding: 4px;
  text-align: center;
  background-color: #fff
}

.wp-caption>.wp-caption-text, .wp-caption>.wp-caption-text:last-child, .gallery-item>.wp-caption-text, .gallery-item>.wp-caption-text:last-child {
  display: block;
  margin: 9px 0 5px;
  padding: 0 5%;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase
}

.gallery {
  clear: both;
  margin: -4% 0 1.5em
}

.gallery:before, .gallery:after {
  content: " ";
  display: table
}

.gallery:after {
  clear: both
}

.gallery .gallery-item {
  float: left;
  margin: 4% 4% 0 0
}

.gallery-columns-0 .gallery-item, .gallery-columns-1 .gallery-item {
  width: 100%
}

.gallery-columns-2 .gallery-item {
  width: 48%
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
  margin-right: 0
}

.gallery-columns-3 .gallery-item {
  width: 30.6666%
}

.gallery-columns-3 .gallery-item:nth-child(3n) {
  margin-right: 0
}

.gallery-columns-4 .gallery-item {
  width: 22%
}

.gallery-columns-4 .gallery-item:nth-child(4n) {
  margin-right: 0
}

@media (max-width: 979px) {
  .gallery-columns-4 .gallery-item {
    width: 48%
  }
  .gallery-columns-4 .gallery-item:nth-child(2n) {
    margin-right: 0
  }
}

@media (max-width: 767px) {
  .gallery-columns-0 .gallery-item, .gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 100%;
    float: none;
    margin-right: 0
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }
  a, a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " (" attr(href) ")"
  }
  abbr[title]:after {
    content: " (" attr(title) ")"
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  tr, img {
    page-break-inside: avoid
  }
  img {
    max-width: 100% !important
  }
  @page {
    margin: 0.5cm
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

.x-anim-hide, .animated-hide {
  opacity: 0
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-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)
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-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)
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-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)
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-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)
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

.cf:before, .cf:after {
  content: " ";
  display: table
}

.cf:after {
  clear: both
}

.right {
  float: right
}

.left {
  float: left
}

.center-block {
  margin-left: auto;
  margin-right: auto
}

.center-list {
  display: table;
  margin-left: auto;
  margin-right: auto
}

.hide {
  display: none
}

.show {
  display: block
}

.invisible {
  visibility: hidden
}

.visually-hidden, .screen-reader-text, .screen-reader-response, .bp-screen-reader-text {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0)
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.transparent {
  opacity: 0
}

.opaque {
  opacity: 1
}

.w-900 {
  font-weight: 900
}

.w-800 {
  font-weight: 800
}

.w-700 {
  font-weight: 700
}

.w-600 {
  font-weight: 600
}

.w-500 {
  font-weight: 500
}

.w-400 {
  font-weight: 400
}

.w-300 {
  font-weight: 300
}

.w-200 {
  font-weight: 200
}

.w-100 {
  font-weight: 100
}

.tt-upper {
  text-transform: uppercase
}

.tt-lower {
  text-transform: lowercase
}

.tt-none {
  text-transform: none
}

.center-text {
  text-align: center
}

.right-text {
  text-align: right
}

.left-text {
  text-align: left
}

.justify-text {
  text-align: justify
}

@media (min-width: 1200px) {
  .x-hide-xl {
    display: none !important
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .x-hide-lg {
    display: none !important
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .x-hide-md {
    display: none !important
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .x-hide-sm {
    display: none !important
  }
}

@media (max-width: 480px) {
  .x-hide-xs {
    display: none !important
  }
}

.x-visible-phone {
  display: none !important
}

.x-visible-tablet {
  display: none !important
}

.x-visible-desktop {
  display: inherit !important
}

span.x-visible-desktop {
  display: inline !important
}

.x-hidden-desktop {
  display: none !important
}

@media (min-width: 768px) and (max-width: 979px) {
  .x-visible-tablet {
    display: inherit !important
  }
  span.x-visible-tablet {
    display: inline !important
  }
  .x-hidden-tablet {
    display: none !important
  }
  .x-hidden-desktop {
    display: inherit !important
  }
  span.x-hidden-desktop {
    display: inline !important
  }
  .x-visible-desktop {
    display: none !important
  }
}

@media (max-width: 767px) {
  .x-visible-phone {
    display: inherit !important
  }
  span.x-visible-phone {
    display: inline !important
  }
  .x-hidden-phone {
    display: none !important
  }
  .x-hidden-desktop {
    display: inherit !important
  }
  span.x-hidden-desktop {
    display: inline !important
  }
  .x-visible-desktop {
    display: none !important
  }
}

.ptn, .pvn, .pan {
  padding-top: 0 !important
}

.pts, .pvs, .pas {
  padding-top: .5em !important
}

.ptm, .pvm, .pam {
  padding-top: 1em !important
}

.ptl, .pvl, .pal {
  padding-top: 2em !important
}

.prn, .phn, .pan {
  padding-right: 0 !important
}

.prs, .phs, .pas {
  padding-right: .5em !important
}

.prm, .phm, .pam {
  padding-right: 1em !important
}

.prl, .phl, .pal {
  padding-right: 2em !important
}

.pbn, .pvn, .pan {
  padding-bottom: 0 !important
}

.pbs, .pvs, .pas {
  padding-bottom: .5em !important
}

.pbm, .pvm, .pam {
  padding-bottom: 1em !important
}

.pbl, .pvl, .pal {
  padding-bottom: 2em !important
}

.pln, .phn, .pan {
  padding-left: 0 !important
}

.pls, .phs, .pas {
  padding-left: .5em !important
}

.plm, .phm, .pam {
  padding-left: 1em !important
}

.pll, .phl, .pal {
  padding-left: 2em !important
}

.mtn, .mvn, .man {
  margin-top: 0 !important
}

.mts, .mvs, .mas {
  margin-top: .5em !important
}

.mtm, .mvm, .mam {
  margin-top: 1em !important
}

.mtl, .mvl, .mal {
  margin-top: 2em !important
}

.mrn, .mhn, .man {
  margin-right: 0 !important
}

.mrs, .mhs, .mas {
  margin-right: .5em !important
}

.mrm, .mhm, .mam {
  margin-right: 1em !important
}

.mrl, .mhl, .mal {
  margin-right: 2em !important
}

.mbn, .mvn, .man {
  margin-bottom: 0 !important
}

.mbs, .mvs, .mas {
  margin-bottom: .5em !important
}

.mbm, .mvm, .mam {
  margin-bottom: 1em !important
}

.mbl, .mvl, .mal {
  margin-bottom: 2em !important
}

.mln, .mhn, .man {
  margin-left: 0 !important
}

.mls, .mhs, .mas {
  margin-left: .5em !important
}

.mlm, .mhm, .mam {
  margin-left: 1em !important
}

.mll, .mhl, .mal {
  margin-left: 2em !important
}

.cs-cf:before, .cs-cf:after, .cs-clearfix:before, .cs-clearfix:after {
  content: " ";
  display: table
}

.cs-cf:after, .cs-clearfix:after {
  clear: both
}

.cs-f-n {
  float: none
}

.cs-f-l {
  float: left
}

.cs-f-r {
  float: right
}

.cs-hide {
  display: none !important
}

.cs-visually-hidden {
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important
}

.cs-o-1 {
  opacity: 0 !important
}

.cs-o-0 {
  opacity: 1 !important
}

.cs-pos-r {
  position: relative !important
}

.cs-pos-a {
  position: absolute !important
}

.cs-pos-f {
  position: fixed !important
}

.cs-fw-900 {
  font-weight: 900 !important
}

.cs-fw-800 {
  font-weight: 800 !important
}

.cs-fw-700 {
  font-weight: 700 !important
}

.cs-fw-600 {
  font-weight: 600 !important
}

.cs-fw-500 {
  font-weight: 500 !important
}

.cs-fw-400 {
  font-weight: 400 !important
}

.cs-fw-300 {
  font-weight: 300 !important
}

.cs-fw-200 {
  font-weight: 200 !important
}

.cs-fw-100 {
  font-weight: 100 !important
}

.cs-ta-left {
  text-align: left !important
}

.cs-ta-right {
  text-align: right !important
}

.cs-ta-center {
  text-align: center !important
}

.cs-ta-justify {
  text-align: justify !important
}

.cs-tt-none {
  text-transform: none !important
}

.cs-tt-uppercase {
  text-transform: uppercase !important
}

.cs-tt-lowercase {
  text-transform: lowercase !important
}

.cs-tt-capitalize {
  text-transform: capitalize !important
}

@media (min-width: 1200px) {
  .cs-hide-xl {
    display: none !important
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .cs-hide-lg {
    display: none !important
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .cs-hide-md {
    display: none !important
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .cs-hide-sm {
    display: none !important
  }
}

@media (max-width: 480px) {
  .cs-hide-xs {
    display: none !important
  }
}

.cs-ptn, .cs-pvn, .cs-pan {
  padding-top: 0 !important
}

.cs-pts, .cs-pvs, .cs-pas {
  padding-top: .5em !important
}

.cs-ptm, .cs-pvm, .cs-pam {
  padding-top: 1em !important
}

.cs-ptl, .cs-pvl, .cs-pal {
  padding-top: 2em !important
}

.cs-prn, .cs-phn, .cs-pan {
  padding-right: 0 !important
}

.cs-prs, .cs-phs, .cs-pas {
  padding-right: .5em !important
}

.cs-prm, .cs-phm, .cs-pam {
  padding-right: 1em !important
}

.cs-prl, .cs-phl, .cs-pal {
  padding-right: 2em !important
}

.cs-pbn, .cs-pvn, .cs-pan {
  padding-bottom: 0 !important
}

.cs-pbs, .cs-pvs, .cs-pas {
  padding-bottom: .5em !important
}

.cs-pbm, .cs-pvm, .cs-pam {
  padding-bottom: 1em !important
}

.cs-pbl, .cs-pvl, .cs-pal {
  padding-bottom: 2em !important
}

.cs-pln, .cs-phn, .cs-pan {
  padding-left: 0 !important
}

.cs-pls, .cs-phs, .cs-pas {
  padding-left: .5em !important
}

.cs-plm, .cs-phm, .cs-pam {
  padding-left: 1em !important
}

.cs-pll, .cs-phl, .cs-pal {
  padding-left: 2em !important
}

.cs-mtn, .cs-mvn, .cs-man {
  margin-top: 0 !important
}

.cs-mts, .cs-mvs, .cs-mas {
  margin-top: .5em !important
}

.cs-mtm, .cs-mvm, .cs-mam {
  margin-top: 1em !important
}

.cs-mtl, .cs-mvl, .cs-mal {
  margin-top: 2em !important
}

.cs-mrn, .cs-mhn, .cs-man {
  margin-right: 0 !important
}

.cs-mrs, .cs-mhs, .cs-mas {
  margin-right: .5em !important
}

.cs-mrm, .cs-mhm, .cs-mam {
  margin-right: 1em !important
}

.cs-mrl, .cs-mhl, .cs-mal {
  margin-right: 2em !important
}

.cs-mbn, .cs-mvn, .cs-man {
  margin-bottom: 0 !important
}

.cs-mbs, .cs-mvs, .cs-mas {
  margin-bottom: .5em !important
}

.cs-mbm, .cs-mvm, .cs-mam {
  margin-bottom: 1em !important
}

.cs-mbl, .cs-mvl, .cs-mal {
  margin-bottom: 2em !important
}

.cs-mln, .cs-mhn, .cs-man {
  margin-left: 0 !important
}

.cs-mls, .cs-mhs, .cs-mas {
  margin-left: .5em !important
}

.cs-mlm, .cs-mhm, .cs-mam {
  margin-left: 1em !important
}

.cs-mll, .cs-mhl, .cs-mal {
  margin-left: 2em !important
}

/* Cranium renew */

.desktop .menu-item, .desktop .menu-item>a {
  position: relative
}

.desktop .menu-item.x-active>.sub-menu {
  display: block
}

.desktop .sub-menu {
  position: absolute;
  display: none;
  float: left;
  min-width: 250px;
  margin: 0;
  padding: 1.75em;
  font-size: 12px;
  list-style: none;
  background-color: #2c3e50;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}

.desktop .sub-menu li {
  position: relative
}

.desktop .sub-menu li>a {
  display: block;
  padding: 0.5em 0;
  line-height: 2;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: none;
  transition: none
}

.desktop .sub-menu li>a:hover {
  text-decoration: none
}

.desktop .sub-menu li:before, .desktop .sub-menu li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.125
}

.desktop .sub-menu li:before {
  top: 0;
  height: 1px
}

.desktop .sub-menu li:last-child:after {
  bottom: -1px;
  height: 1px
}

.masthead-inline .x-navbar .desktop .sub-menu {
  left: auto;
  right: 0
}

.masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
  top: -1.75em;
  right: calc(100% + 1.75em)
}

.masthead-inline .x-navbar.x-navbar-fixed-left .desktop .sub-menu {
  top: 0;
  left: 100%;
  right: auto
}

.masthead-inline .x-navbar.x-navbar-fixed-left .desktop .sub-menu .sub-menu {
  top: -1.75em;
  left: calc(100% + 1.75em);
  right: auto
}

.masthead-inline .x-navbar.x-navbar-fixed-right .desktop .sub-menu {
  top: 0;
  left: auto;
  right: 100%
}

.masthead-inline .x-navbar.x-navbar-fixed-right .desktop .sub-menu .sub-menu {
  top: -1.75em;
  left: auto;
  right: calc(100% + 1.75em)
}

.masthead-stacked .x-navbar .desktop .sub-menu {
  left: 0;
  right: auto
}

.masthead-stacked .x-navbar .desktop .sub-menu .sub-menu {
  top: -1.75em;
  left: calc(100% + 1.75em)
}

.x-widgetbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #727272;
  background-color: #fff;
  z-index: 1033;
  box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135)
}

@media (max-width: 979px) {
  .x-widgetbar {
    position: absolute
  }
}

.x-widgetbar .widget {
  margin-top: 3em
}

.x-widgetbar-inner {
  padding: 2.5% 0
}

.x-widgetbar-inner .x-column .widget:first-child {
  margin-top: 0
}

@media (max-width: 979px) {
  .x-widgetbar-inner {
    padding: 6.5% 0
  }
  .x-widgetbar-inner .x-column .widget:first-child {
    margin-top: 3em
  }
  .x-widgetbar-inner .x-column:first-child .widget:first-child {
    margin-top: 0
  }
}

.x-btn-widgetbar {
  position: fixed;
  top: 0;
  right: 0;
  border-top: 19px solid #000;
  border-left: 19px solid transparent;
  border-right: 19px solid #000;
  border-bottom: 19px solid transparent;
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  z-index: 1033
}

@media (max-width: 979px) {
  .x-btn-widgetbar {
    position: absolute
  }
}

.x-btn-widgetbar i {
  position: absolute;
  top: -15px;
  right: -13px
}

.x-btn-widgetbar:hover {
  color: rgba(255, 255, 255, 0.85);
  border-top-color: #404040;
  border-right-color: #404040
}

.x-topbar {
  position: relative;
  min-height: 46px;
  padding: 6px 0;
  background-color: #1f2c39;
}

.x-topbar:before, .x-topbar:after {
  content: " ";
  display: table
}

.x-topbar:after {
  clear: both
}

.x-topbar .p-info {
  float: left;
  margin: 10px 0 0;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #fff
}

@media (max-width: 767px) {
  .x-topbar .p-info {
    float: none;
    margin: 4px 0 11px;
    text-align: center
  }
}

.x-topbar .p-info a {
  color: #fff
}

.x-topbar .p-info a:hover {
  color: #fff
}

.x-topbar .x-social-global {
  float: right
}

@media (max-width: 767px) {
  .x-topbar .x-social-global {
    float: none;
    margin-bottom: 6px;
    text-align: center
  }
}

.x-topbar .x-social-global a {
  margin-left: 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px
}

@media (max-width: 767px) {
  .x-topbar .x-social-global a {
    margin: 0 1%
  }
}

.x-topbar .x-social-global a.foursquare {
  font-size: 17px
}

.x-logobar {
  position: relative;
  overflow: visible;
  text-align: center;
  background-color: #2c3e50;
}

.x-navbar {
  position: relative;
  overflow: visible;
}

.x-navbar .x-container {
  position: relative
}

.x-nav-wrap.desktop {
  display: block
}

.x-nav-wrap.mobile {
  display: none;
  clear: both;
  overflow: hidden
}

@media (max-width: 979px) {
  .x-nav-wrap.desktop {
    display: none
  }
  .x-nav-wrap.mobile {
    display: block
  }
  .x-nav-wrap.mobile.collapse {
    display: none
  }
  .x-nav-wrap.mobile.collapse.in {
    display: block
  }
}

.x-brand {
  display: block;
  float: left;
  line-height: 1;
  text-decoration: none
}

.masthead-stacked .x-brand {
  display: inline-block;
  float: none
}

.x-btn-navbar {
  display: none;
  font-size: 24px;
  line-height: 1
}

@media (max-width: 979px) {
  .masthead-inline .x-btn-navbar {
    display: block;
    float: right
  }
  .masthead-stacked .x-btn-navbar {
    display: inline-block
  }
}

.x-navbar .x-nav a {
  -webkit-transition: none;
  transition: none
}

.x-navbar .x-nav>li>a>span {
  display: inline-block
}

@media (max-width: 979px) {
  .masthead-stacked .x-navbar {
    text-align: center
  }
}

.x-navbar .desktop .x-nav {
  margin: 0
}

.x-navbar .desktop .x-nav>li {
  float: left
}

.x-navbar .desktop .x-nav>li>a {
  float: none;
  line-height: 1;
  text-decoration: none
}

.x-navbar .desktop .x-nav>li>a:hover {
  text-decoration: none
}

.x-navbar .desktop .x-nav li>a>span:after {
  content: "\f103";
  margin-left: 0.35em;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.x-navbar .desktop .x-nav li>a:only-child>span:after {
  content: "";
  display: none
}

.masthead-inline .desktop .x-nav {
  display: block;
  float: right
}

.masthead-stacked .desktop .x-nav {
  display: table;
  margin-left: auto;
  margin-right: auto
}

.x-navbar .mobile .x-nav {
  margin: 25px 0
}

.x-navbar .mobile .x-nav li>a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  white-space: normal
}

.x-navbar .mobile .x-nav ul {
  margin: 0 0 0 2.25em;
  list-style: none
}

.masthead-stacked .mobile .x-nav {
  text-align: initial
}

.x-sub-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center
}

.x-sub-toggle>span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -9px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1
}

.x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
  position: fixed;
  z-index: 1030
}

@media (max-width: 979px) {
  .x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
    position: relative
  }
}

.x-navbar-fixed-top {
  top: 0;
  left: 0;
  right: 0
}

@media (max-width: 979px) {
  .x-navbar-fixed-top-active .x-navbar-wrap {
    height: auto
  }
}

.x-navbar-fixed-left, .x-navbar-fixed-right {
  top: 0;
  bottom: 0;
  width: 228px
}

.x-navbar-fixed-left .x-navbar-inner, .x-navbar-fixed-right .x-navbar-inner {
  height: 100%
}

.x-navbar-fixed-left .x-navbar-inner>.x-container.width, .x-navbar-fixed-right .x-navbar-inner>.x-container.width {
  width: 100%
}

.x-navbar-fixed-left .x-brand, .x-navbar-fixed-right .x-brand {
  float: none;
  text-align: center
}

.x-navbar-fixed-left .desktop .x-nav, .x-navbar-fixed-right .desktop .x-nav {
  float: none;
  margin-top: 2em
}

.x-navbar-fixed-left .desktop .x-nav>li, .x-navbar-fixed-right .desktop .x-nav>li {
  float: none
}

@media (max-width: 979px) {
  .x-navbar-fixed-left, .x-navbar-fixed-right {
    width: auto
  }
  .x-navbar-fixed-left .x-brand, .x-navbar-fixed-right .x-brand {
    float: left
  }
}

.x-navbar-fixed-left {
  left: 0
}

.x-navbar-fixed-right {
  right: 0
}

.x-navbar {
  background-color: #2c3e50
}

.x-btn-navbar {
  padding: 0.458em 0.625em;
  color: #fff;
  background-color: #476481;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25)
}

.x-btn-navbar:hover {
  color: #fff
}

.x-btn-navbar.collapsed {
  background-color: #3e5871
}

.x-btn-navbar.collapsed:hover {
  background-color: #476481
}

.x-navbar .desktop .x-nav>li>a {
  padding: 0
}

.x-navbar .desktop .x-nav>li>a>span {
  padding: 0 0 5px
}

.x-navbar .desktop .x-nav>.x-menu-item>a>span {
  box-shadow: none !important
}

.x-navbar .mobile .x-nav li>a {
  margin: 0 0 11px;
  border: 1px solid;
  padding: 0.75em 0.95em;
  color: #fff;
  background-color: transparent
}

.x-sub-toggle {
  width: 40px
}

.x-navbar-static-active .masthead-inline .desktop .x-nav>li:last-child>a, .x-navbar-fixed-top-active .masthead-inline .desktop .x-nav>li:last-child>a {
  padding-right: 0
}

.x-navbar-fixed-left .x-brand, .x-navbar-fixed-right .x-brand {
  margin-left: 10%;
  text-align: left
}

.x-navbar-fixed-left .desktop .x-nav>li>a, .x-navbar-fixed-right .desktop .x-nav>li>a {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 0
}

@media (max-width: 979px) {
  .x-navbar-fixed-left .x-brand, .x-navbar-fixed-right .x-brand {
    margin-left: 0
  }
}

.x-navbar .mobile .x-nav>li.x-menu-item-search {
  margin: 0;
  text-align: center
}

.x-navbar .mobile .x-nav>li.x-menu-item-search>a {
  border: 1px solid
}

.desktop .x-nav .x-megamenu>.sub-menu a {
  white-space: normal
}

.desktop .x-nav .x-megamenu>.sub-menu>li {
  float: left;
  padding: 18px
}

.desktop .x-nav .x-megamenu>.sub-menu>li:before {
  display: none
}

.desktop .x-nav .x-megamenu>.sub-menu>li:last-child:after {
  display: none
}

.desktop .x-nav .x-megamenu>.sub-menu>li>a {
  margin: 0;
  padding-top: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff
}

.desktop .x-nav .x-megamenu>.sub-menu>li>a>span:after {
  display: none
}

.desktop .x-nav .x-megamenu>.sub-menu>li>.sub-menu {
  display: block !important;
  position: static;
  visibility: visible !important;
  width: 100%;
  min-width: 0;
  padding: 0;
  box-shadow: none
}

.desktop .x-nav .x-megamenu.col-2>.sub-menu>li {
  width: 50%
}

.desktop .x-nav .x-megamenu.col-2>.sub-menu>li:nth-child(3n) {
  clear: left
}

.desktop .x-nav .x-megamenu.col-3>.sub-menu>li {
  width: 33.3333%
}

.desktop .x-nav .x-megamenu.col-3>.sub-menu>li:nth-child(4n) {
  clear: left
}

.desktop .x-nav .x-megamenu.col-4>.sub-menu>li {
  width: 25%
}

.desktop .x-nav .x-megamenu.col-4>.sub-menu>li:nth-child(5n) {
  clear: left
}

.desktop .x-nav .x-megamenu.col-5>.sub-menu>li {
  width: 20%
}

.desktop .x-nav .x-megamenu.col-5>.sub-menu>li:nth-child(6n) {
  clear: left
}

.x-navbar-static-active .desktop .x-nav .x-megamenu, .x-navbar-fixed-top-active .desktop .x-nav .x-megamenu {
  position: static
}

.x-navbar-static-active .desktop .x-nav .x-megamenu>.sub-menu, .x-navbar-fixed-top-active .desktop .x-nav .x-megamenu>.sub-menu {
  padding: 0 18px 18px;
  left: 0;
  right: 0
}

.x-navbar-fixed-left-active .desktop .x-nav .x-megamenu, .x-navbar-fixed-right-active .desktop .x-nav .x-megamenu {
  position: relative
}

.x-navbar-fixed-left-active .desktop .x-nav .x-megamenu>.sub-menu, .x-navbar-fixed-right-active .desktop .x-nav .x-megamenu>.sub-menu {
  padding: 0 8px 8px;
  width: 600px
}

.x-colophon.top {
  padding: 5% 0 5.25%;
  background-color: #f9f9f9
}

.x-colophon.top .x-column .widget:first-child {
  margin-top: 0
}

@media (max-width: 979px) {
  .x-colophon.top {
    padding: 6.5% 0
  }
  .x-colophon.top .x-column .widget:first-child {
    margin-top: 3em
  }
  .x-colophon.top .x-column:first-child .widget:first-child {
    margin-top: 0
  }
}

.x-colophon.bottom {
  padding: 50px 0;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background-color: #2c3e50
}

.x-colophon.bottom .x-social-global {
  margin: 20px 0;
  display: none;
}

.x-colophon.bottom .x-social-global a {
  margin: 0 1.25%;
  width: 54px;
  height: 54px;
  font-size: 21px;
  line-height: 54px
}

.x-colophon.bottom .x-social-global a.foursquare {
  font-size: 20px
}

.x-colophon.bottom .x-nav {
  margin: 20px 0;
  text-align: center
}

.x-colophon.bottom .x-nav li {
  margin: 0;
  display: inline-block
}

.x-colophon.bottom .x-nav li:before {
  content: "/";
  float: left;
  margin: 0 0.55em 0 0.45em;
  opacity: 0.35
}

.x-colophon.bottom .x-nav li:first-child:before {
  content: none
}

.x-colophon.bottom .x-nav li a {
  display: inline;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1
}

.x-colophon.bottom .x-nav li a:hover {
  background-color: transparent;
  opacity: 0.35
}

.x-colophon.bottom .x-colophon-content {
  margin: 20px 0;
  letter-spacing: 1px;
  opacity: 1
}

.x-colophon .widget {
  margin-top: 3em
}

.x-colophon .widget ul li {
  background-color: #fafafa
}

/*
 * UberMenu 3
 * http://wpmegamenu.com
 * Copyright 2011-2017 Chris Mavricos, SevenSpark
 */

.ubermenu, .ubermenu .ubermenu-column, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-icon, .ubermenu .ubermenu-image, .ubermenu .ubermenu-item, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-row, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-submenu-footer, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-target, .ubermenu-responsive-toggle {
  margin: 0;
  padding: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  text-indent: 0;
  clip: auto;
  position: static;
  background: 0 0;
  text-transform: none;
  overflow: visible;
  z-index: 10;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.3em;
  border: none;
  border-radius: 0;
  pointer-events: auto
}

.ubermenu, .ubermenu .ubermenu-column, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-item, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-row, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-submenu-footer, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-target, .ubermenu-responsive-toggle {
  height: auto;
  width: auto;
  max-height: none;
  min-height: 0
}

.ubermenu .ubermenu-image, .ubermenu .ubermenu-submenu-drop {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0)
}

.ubermenu {
  display: block;
  line-height: 1.3em;
  text-align: left
}

.ubermenu-bound, .ubermenu-bound-inner .ubermenu-nav {
  position: relative
}

.ubermenu, .ubermenu-nav {
  overflow: visible !important;
  z-index: 100
}

.ubermenu-nav {
  text-align: inherit
}

.ubermenu-nav, .ubermenu-row, .ubermenu-submenu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none
}

.ubermenu a.ubermenu-target, .ubermenu-trigger-click .ubermenu-has-submenu-drop>.ubermenu-target {
  cursor: pointer
}

.ubermenu span.ubermenu-target {
  cursor: default
}

.ubermenu-accessible .ubermenu-target {
  outline: 0
}

.ubermenu-accessible input:not(:hover):focus, .ubermenu-accessible:not(:hover) .ubermenu-target:focus {
  outline: #2cc4ff solid 1px;
  box-shadow: 0 0 5px #2CC4FF !important;
  z-index: 50;
  transition: outline .1s linear
}

.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
  display: none;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%
}

.ubermenu-responsive-toggle:hover {
  text-decoration: none
}

.ubermenu-responsive-toggle .fa {
  width: 1.3em;
  text-align: center;
  margin-right: .6em
}

.ubermenu-responsive-toggle-icon-only .fa {
  margin-right: 0
}

.ubermenu-responsive-toggle-align-left {
  float: left
}

.ubermenu-responsive-toggle-align-right {
  float: right
}

.ubermenu-responsive-toggle-content-align-left {
  text-align: left
}

.ubermenu-responsive-toggle-content-align-center {
  text-align: center
}

.ubermenu-responsive-toggle-content-align-right {
  text-align: right
}

button.ubermenu-responsive-toggle-align-full {
  width: 100%
}

.ubermenu-bar-align-full {
  clear: both
}

.ubermenu-bar-align-left {
  float: left
}

.ubermenu-bar-align-right {
  float: right
}

.ubermenu-bar-align-center {
  float: none;
  margin: 0 auto
}

.ubermenu-bar-inner-center .ubermenu-nav {
  margin: 0 auto
}

.ubermenu-items-align-center {
  text-align: center
}

.ubermenu-items-align-right {
  text-align: right
}

.ubermenu .ubermenu-item {
  text-align: left;
  display: inline-block;
  vertical-align: top
}

.ubermenu .ubermenu-item-level-0 {
  vertical-align: bottom;
  -moz-backface-visibility: visible;
  backface-visibility: visible
}

.ubermenu-items-align-top .ubermenu-item-level-0 {
  vertical-align: top
}

.ubermenu .ubermenu-item.ubermenu-item-level-0 {
  float: none
}

.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0, .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
  float: left
}

.ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-right {
  float: right
}

body:not(.rtl) .ubermenu.ubermenu-horizontal .ubermenu-item-level-0:first-child>.ubermenu-target {
  border-left: none
}

.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
  padding: 15px 20px
}

.ubermenu .ubermenu-target-nowrap>.ubermenu-target-title {
  white-space: nowrap
}

.ubermenu-horizontal .ubermenu-item.ubermenu-item-mini>.ubermenu-target {
  padding-left: 5px;
  padding-right: 5px
}

.ubermenu .ubermenu-item-level-0.ubermenu-has-submenu-stack {
  position: relative
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-type-stack {
  padding-top: 0
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-type-stack>.ubermenu-item {
  clear: both;
  width: 100%
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack {
  width: auto
}

.ubermenu .ubermenu-active .ubermenu-submenu .ubermenu-submenu-type-stack {
  visibility: visible;
  opacity: 1;
  display: block
}

.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {
  padding-top: 10px;
  padding-bottom: 10px
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack {
  padding-top: 0
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
  margin-top: 10px
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
  padding-top: 5px;
  padding-bottom: 5px
}

.ubermenu .ubermenu-target {
  display: block;
  text-decoration: none;
  position: relative
}

.ubermenu .ubermenu-target-with-image {
  overflow: hidden
}

.ubermenu .ubermenu-submenu .ubermenu-target {
  backface-visibility: hidden
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
  padding-right: 25px
}

.ubermenu-sub-indicators .ubermenu-item-has-children>.ubermenu-target.ubermenu-noindicator {
  padding-right: 20px
}

.ubermenu-sub-indicators .ubermenu-item-mini.ubermenu-item-has-children>.ubermenu-target.ubermenu-noindicator {
  padding-right: 5px
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-noindicator:after {
  content: '';
  display: none
}

.ubermenu-sub-indicators.ubermenu-sub-indicators-align-text .ubermenu-has-submenu-drop>.ubermenu-target:after {
  right: auto;
  margin-left: .6em
}

.ubermenu-sub-indicators .ubermenu-submenu-type-flyout>.ubermenu-has-submenu-drop>.ubermenu-target:after, .ubermenu-sub-indicators .ubermenu-submenu-type-stack>.ubermenu-has-submenu-drop.ubermenu-has-submenu-flyout>.ubermenu-target:after {
  content: "\f105"
}

.ubermenu-sub-indicators .ubermenu-submenu .ubermenu-has-submenu-flyout.ubermenu-submenu-reverse>.ubermenu-target:after {
  right: auto;
  left: 10px;
  content: '\f104'
}

.ubermenu .ubermenu-target-text {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: inherit;
  color: inherit
}

.ubermenu .ubermenu-target-description {
  font-size: 80%;
  font-weight: 400;
  clear: both;
  display: block
}

.ubermenu .ubermenu-target-with-image>.ubermenu-target-text {
  display: block;
  clear: none
}

.ubermenu .ubermenu-item.ubermenu-disable-padding>.ubermenu-target {
  padding: 0
}

.ubermenu.ubermenu-sub-indicators .ubermenu-item.ubermenu-disable-padding.ubermenu-has-submenu-drop>.ubermenu-target {
  padding-right: 30px
}

.ubermenu .ubermenu-image {
  display: block;
  max-width: 100%;
  transition: opacity 1s ease;
  opacity: 1
}

.ubermenu .ubermenu-image:not(.ubermenu-image-lazyload) {
  height: auto
}

.ubermenu .ubermenu-image-lazyload {
  opacity: 0
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text {
  padding-left: 50px
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-image {
  float: left
}

.ubermenu .ubermenu-item-layout-image_right>.ubermenu-target-text {
  padding-right: 50px
}

.ubermenu .ubermenu-item-layout-image_right>.ubermenu-image {
  float: right
}

.ubermenu .ubermenu-item-layout-image_above>.ubermenu-image {
  margin-bottom: 10px
}

.ubermenu .ubermenu-item-layout-image_below>.ubermenu-image {
  margin-top: 10px
}

.ubermenu .ubermenu-icon {
  width: 1.3em;
  text-align: center;
  line-height: 1em
}

.ubermenu .ubermenu-item-notext>.ubermenu-icon {
  line-height: 1.3em
}

.ubermenu .ubermenu-item-layout-icon_left>.ubermenu-icon, .ubermenu .ubermenu-item-layout-icon_right>.ubermenu-icon {
  vertical-align: middle
}

.ubermenu .ubermenu-item-layout-icon_bottom>.ubermenu-icon, .ubermenu .ubermenu-item-layout-icon_top>.ubermenu-icon {
  line-height: 1.3em
}

.ubermenu.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target.ubermenu-item-layout-icon_bottom:after, .ubermenu.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target.ubermenu-item-layout-icon_top:after {
  left: 50%
}

.ubermenu .ubermenu-item-layout-icon_left>.ubermenu-target-title {
  margin-left: .6em;
  display: inline-block
}

.ubermenu.ubermenu-icons-inline .ubermenu-item-layout-icon_left>.ubermenu-icon, .ubermenu.ubermenu-icons-inline .ubermenu-item-layout-icon_left>.ubermenu-target-title {
  display: inline;
  white-space: normal
}

.ubermenu .ubermenu-content-align-left {
  text-align: left
}

.ubermenu .ubermenu-content-align-left>.ubermenu-image {
  display: inline-block
}

.ubermenu .ubermenu-content-align-center {
  text-align: center
}

.ubermenu .ubermenu-content-align-center>.ubermenu-image {
  float: none;
  margin-left: auto;
  margin-right: auto
}

.ubermenu .ubermenu-content-align-right {
  text-align: right
}

.ubermenu .ubermenu-content-align-right>.ubermenu-image {
  display: inline-block
}

.ubermenu .ubermenu-column, .ubermenu .ubermenu-row {
  max-width: 100%
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  position: absolute;
  z-index: 500;
  top: -10000px;
  height: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden
}

.ubermenu .ubermenu-item:not(.ubermenu-active) .ubermenu-submenu-drop {
  min-height: 0 !important
}

.ubermenu .ubermenu-item .ubermenu-submenu-padded {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop, .ubermenu-nojs .ubermenu-item:hover>.ubermenu-submenu-drop {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: none
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-type-flyout, .ubermenu-nojs .ubermenu-item:hover>.ubermenu-submenu-type-flyout {
  overflow: visible
}

.ubermenu .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-type-flyout {
  overflow: hidden
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-drop {
  clip: rect(0, 5000px, 5000px, -5000px)
}

.ubermenu-bound .ubermenu-submenu-type-mega {
  min-width: 50%
}

.ubermenu .ubermenu-grid-row, .ubermenu .ubermenu-submenu-grid {
  padding-right: 20px
}

.ubermenu .ubermenu-submenu-type-mega .ubermenu-grid-row>.ubermenu-item>.ubermenu-target, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-grid>.ubermenu-item>.ubermenu-target {
  padding-right: 0
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-target, .ubermenu-nojs .ubermenu-item:hover>.ubermenu-target {
  position: relative
}

.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop, .ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop {
  z-index: 20
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item {
  left: auto
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_item {
  right: auto
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width, .ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar {
  /* left: 0 */
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_bar {
  right: 0
}

.ubermenu .ubermenu-submenu-rtl {
  direction: rtl
}

.ubermenu .ubermenu-submenu-rtl>* {
  direction: ltr
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
   /* width: 100%  */
}

.ubermenu .ubermenu-retractor {
  display: block;
  clear: both;
  text-align: center;
  cursor: pointer
}

.ubermenu .ubermenu-retractor:hover {
  background: rgba(0, 0, 0, .1)
}

.ubermenu .ubermenu-retractor-desktop {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 10px;
  z-index: 100
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item {
  display: block
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto {
  width: 100%;
  display: block;
  float: none;
  min-width: 0
}

.ubermenu .ubermenu-item-header>.ubermenu-submenu-type-stack>.ubermenu-autocolumn, .ubermenu .ubermenu-item-header>.ubermenu-submenu-type-stack>.ubermenu-autocolumn>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
  padding-top: 0;
  margin-top: 0
}

.ubermenu .ubermenu-autocolumn+.ubermenu-item-view-all {
  clear: both
}

.ubermenu .ubermenu-submenu-type-stack.ubermenu-submenu-indent {
  padding-left: 1.6em;
  padding-top: .4em
}

.ubermenu .ubermenu-submenu-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  color: inherit;
  font-size: inherit;
  list-style: none
}

.ubermenu .ubermenu-submenu-footer a {
  text-decoration: none;
  font-weight: 700;
  font-size: inherit
}

.ubermenu .ubermenu-item.ubermenu-active.ubermenu-in-transition>.ubermenu-submenu-drop, .ubermenu .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-drop {
  overflow: hidden !important;
  height: auto
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}

.ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop {
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  top: auto
}

.ubermenu-nojs.ubermenu-transition-none .ubermenu-item:hover>.ubermenu-submenu-drop, .ubermenu-transition-none .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
  max-height: none;
  height: auto;
  overflow-y: visible
}

.ubermenu-transition-slide .ubermenu-item .ubermenu-submenu-drop {
  -webkit-transition-property: max-height, visibility;
  -ms-transition-property: max-height, visibility;
  transition-property: max-height, visibility;
  max-height: 0;
  top: auto
}

.ubermenu-nojs.ubermenu-transition-slide .ubermenu-item:hover>.ubermenu-submenu-drop, .ubermenu-transition-slide .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
  max-height: 1000px
}

.ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop {
  opacity: 0;
  -webkit-transition-property: opacity, visibility;
  -ms-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  top: auto;
  margin-top: 1px
}

.ubermenu-nojs.ubermenu-transition-fade .ubermenu-item:hover>.ubermenu-submenu-drop, .ubermenu-transition-fade .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
  opacity: 1;
  top: auto
}

.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
  margin-top: 20px;
  top: auto;
  opacity: 0;
  -webkit-transition-property: margin-top, opacity, visibility;
  -ms-transition-property: margin-top, opacity, visibility;
  transition-property: margin-top, opacity, visibility
}

.ubermenu-nojs.ubermenu-transition-shift .ubermenu-item:hover>.ubermenu-submenu-drop, .ubermenu-transition-shift .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
  margin-top: 0;
  opacity: 1
}

.ubermenu.ubermenu-transition-slide .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega, .ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-mega {
  max-height: 600px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
  overflow: hidden
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
  max-height: none
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item {
  display: block;
  float: none;
  position: relative;
  min-width: 150px;
  clear: both
}

.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-flyout {
  max-height: 99999px
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item.ubermenu-active {
  z-index: 50
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout {
  margin-top: -1px;
  top: 0;
  left: 100%;
  min-width: 0;
  clip: rect(-10px, 5000px, 5000px, 0)
}

.ubermenu-nojs.ubermenu-transition-shift .ubermenu-submenu .ubermenu-item:hover>.ubermenu-submenu-drop.ubermenu-submenu-type-flyout, .ubermenu-transition-shift .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-type-flyout {
  margin-top: -1px
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout.ubermenu-submenu-align-right_edge_item {
  left: auto;
  right: 100%;
  clip: rect(-10px, 5000px, 5000px, -5000px)
}

.ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-type-flyout {
  top: 0
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item.ubermenu-has-submenu-mega {
  position: static
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-type-flyout>.ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
  left: 100%;
  top: 0;
  min-height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  clip: rect(-10px, 5000px, 5000px, -5000px)
}

.ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child>.ubermenu-submenu-type-flyout, .ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child>.ubermenu-submenu-type-flyout>.ubermenu-item:first-child>.ubermenu-submenu-type-flyout, .ubermenu.ubermenu-horizontal .ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega {
  border-top: none
}

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega .ubermenu-submenu-drop {
  margin-top: 0;
  clip: rect(0, 5000px, 5000px, -5000px)
}

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega .ubermenu-item.ubermenu-has-submenu-flyout {
  position: relative
}

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega>.ubermenu-item.ubermenu-has-submenu-flyout>.ubermenu-submenu-drop {
  top: auto;
  left: auto;
  box-shadow: none
}

.ubermenu .ubermenu-submenu-type-mega .ubermenu-item.ubermenu-has-submenu-flyout.ubermenu-active {
  z-index: 100
}

.ubermenu .ubermenu-row {
  margin-bottom: 10px;
  clear: both
}

.ubermenu .ubermenu-row:after {
  content: "";
  display: table;
  clear: both
}

.ubermenu .ubermenu-clear-row {
  clear: both
}

.ubermenu .ubermenu-submenu .ubermenu-column {
  display: block;
  float: left;
  width: auto
}

.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-left {
  text-align: left
}

.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-right {
  text-align: right
}

.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-center {
  text-align: center
}

.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-center>.ubermenu-column, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-center>.ubermenu-row>.ubermenu-column, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-left>.ubermenu-column, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-left>.ubermenu-row>.ubermenu-column, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-right>.ubermenu-column, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-right>.ubermenu-row>.ubermenu-column {
  display: inline-block;
  float: none
}

.ubermenu .ubermenu-submenu .ubermenu-column-auto {
  min-width: 200px;
  width: auto
}

.ubermenu .ubermenu-nav .ubermenu-column-full {
  width: 100%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-2 {
  width: 50%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-3 {
  width: 33.33%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-3 {
  width: 66.66%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-4 {
  width: 25%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-4 {
  width: 75%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-5 {
  width: 20%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-5 {
  width: 40%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-5 {
  width: 60%
}

.ubermenu .ubermenu-nav .ubermenu-column-4-5 {
  width: 80%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-6 {
  width: 16.66%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-6 {
  width: 83.33%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-7 {
  width: 14.28%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-7 {
  width: 28.57%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-7 {
  width: 42.85%
}

.ubermenu .ubermenu-nav .ubermenu-column-4-7 {
  width: 57.14%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-7 {
  width: 71.42%
}

.ubermenu .ubermenu-nav .ubermenu-column-6-7 {
  width: 85.71%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-8 {
  width: 12.5%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-8 {
  width: 37.5%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-8 {
  width: 62.5%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-8 {
  width: 87.5%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-9 {
  width: 11.11%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-9 {
  width: 22.22%
}

.ubermenu .ubermenu-nav .ubermenu-column-4-9 {
  width: 44.44%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-9 {
  width: 55.55%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-9 {
  width: 77.77%
}

.ubermenu .ubermenu-nav .ubermenu-column-8-9 {
  width: 88.88%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-10 {
  width: 10%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-10 {
  width: 30%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-10 {
  width: 70%
}

.ubermenu .ubermenu-nav .ubermenu-column-9-10 {
  width: 90%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-11 {
  width: 9.09%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-11 {
  width: 18.18%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-11 {
  width: 27.27%
}

.ubermenu .ubermenu-nav .ubermenu-column-4-11 {
  width: 36.36%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-11 {
  width: 45.45%
}

.ubermenu .ubermenu-nav .ubermenu-column-6-11 {
  width: 54.54%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-11 {
  width: 63.63%
}

.ubermenu .ubermenu-nav .ubermenu-column-8-11 {
  width: 72.72%
}

.ubermenu .ubermenu-nav .ubermenu-column-9-11 {
  width: 81.81%
}

.ubermenu .ubermenu-nav .ubermenu-column-10-11 {
  width: 90.9%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-12 {
  width: 8.33%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-12 {
  width: 41.66%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-12 {
  width: 58.33%
}

.ubermenu .ubermenu-nav .ubermenu-column-11-12 {
  width: 91.66%
}

.ubermenu .ubermenu-autoclear>.ubermenu-column-1-10:nth-child(10n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-11:nth-child(11n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-12:nth-child(12n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-2:nth-child(2n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-3:nth-child(3n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-4:nth-child(4n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-5:nth-child(5n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-6:nth-child(6n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-7:nth-child(7n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-8:nth-child(8n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-9:nth-child(9n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-full {
  clear: both
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column {
  clear: none
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-10:nth-child(10n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-11:nth-child(11n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-12:nth-child(12n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-2:nth-child(2n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-3:nth-child(3n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-4:nth-child(4n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-5:nth-child(5n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-6:nth-child(6n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-7:nth-child(7n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-8:nth-child(8n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-9:nth-child(9n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-full {
  clear: both
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top.ubermenu-submenu-retractor-top-2>.ubermenu-column {
  clear: none
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-10:nth-child(10n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-11:nth-child(11n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-12:nth-child(12n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-2:nth-child(2n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-3:nth-child(3n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-4:nth-child(4n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-5:nth-child(5n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-6:nth-child(6n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-7:nth-child(7n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-8:nth-child(8n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-9:nth-child(9n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-full {
  clear: both
}

.ubermenu .ubermenu-tabs {
  position: relative;
  width: 100%
}

.ubermenu .ubermenu-tabs-group {
  border-style: solid
}

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel {
  position: absolute;
  display: none
}

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel, .ubermenu .ubermenu-tab>.ubermenu-target {
  border-width: 0;
  border-style: solid
}

.ubermenu .ubermenu-tab.ubermenu-active>.ubermenu-tab-content-panel, .ubermenu-nojs .ubermenu-tab:hover>.ubermenu-tab-content-panel, .ubermenu-nojs .ubermenu-tabs-show-default>.ubermenu-tabs-group>.ubermenu-tab:first-child>.ubermenu-tab-content-panel {
  display: block
}

.ubermenu-nojs .ubermenu-tabs-show-default:hover>.ubermenu-tabs-group>.ubermenu-tab:first-child>.ubermenu-tab-content-panel {
  display: none
}

.ubermenu-nojs .ubermenu-tabs-show-default:hover>.ubermenu-tabs-group>.ubermenu-tab:first-child:hover>.ubermenu-tab-content-panel {
  display: block
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
  float: left;
  border-width: 0 1px 0 0
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
  right: 0;
  top: 0
}

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target:after {
  content: "\f105"
}

.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group {
  float: right;
  border-width: 0 0 0 1px
}

.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
  left: 0;
  top: 0
}

.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target {
  padding-left: 25px;
  padding-right: 20px
}

.ubermenu-sub-indicators .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target:after {
  content: "\f104";
  right: auto;
  left: 10px
}

.ubermenu .ubermenu-tab-layout-top>.ubermenu-tabs-group {
  border-width: 0
}

.ubermenu .ubermenu-tab-layout-top>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
  left: 0;
  top: auto;
  border-width: 1px 0 0
}

.ubermenu .ubermenu-tab-layout-bottom>.ubermenu-tabs-group {
  border-width: 1px 0 0;
  position: absolute;
  bottom: 0
}

.ubermenu .ubermenu-tab-layout-bottom>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
  left: 0;
  bottom: 100%
}

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-bottom>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target:after {
  content: "\f106"
}

.ubermenu h3.ubermenu-widgettitle {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.3em
}

.widget.ubermenu_navigation_widget-class {
  overflow: visible
}

.ubermenu .ubermenu-divider {
  clear: both;
  display: block;
  padding: 20px 0
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-divider {
  padding: 10px 0
}

.ubermenu .ubermenu-divider hr {
  padding: 0;
  margin: 0;
  display: block;
  height: 1px;
  background: 0 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.ubermenu .ubermenu-search .ubermenu-searchform {
  position: relative;
  background: #f9f9f9;
  width: 150px;
  margin: 7px
}

.ubermenu .ubermenu-search input.ubermenu-search-input {
  width: 100%;
  padding: 8px 40px 8px 15px;
  color: #333;
  background: 0 0;
  border: none
}

.ubermenu .ubermenu-search .ubermenu-search-submit, .ubermenu .ubermenu-searchbar-drop .ubermenu-search-submit {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  color: #666;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-searchform {
  height: 50px;
  margin: 0;
  background: #f9f9f9;
  width: 100%
}

.ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input {
  width: 100%;
  padding: 14px 50px 14px 25px;
  height: 100%;
  color: #333;
  background: 0 0
}

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit, .ubermenu .ubermenu-submenu .ubermenu-searchbar-drop .ubermenu-search-submit {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  color: #666;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ubermenu .ubermenu-postlist-item {
  margin-bottom: 10px
}

.ubermenu .ubermenu-postlist .ubermenu-image {
  float: left
}

.ubermenu .ubermenu-postlist-title>a {
  color: inherit;
  text-decoration: none
}

.ubermenu .ubermenu-postlist-content {
  font-size: 11px;
  opacity: .7
}

.ubermenu .ubermenu-map-canvas img {
  max-width: none
}

.ubermenu-screen-reader, .ubermenu-target-divider {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding: 0;
  margin: 0;
  border: 0
}

.uber-clear:after, .ubermenu .ubermenu-column:after, .ubermenu .ubermenu-content-block:after, .ubermenu .ubermenu-image:after, .ubermenu .ubermenu-postlist-item:after, .ubermenu .ubermenu-submenu:after, .ubermenu .ubermenu-tabs:after, .ubermenu:after {
  content: "";
  display: table;
  clear: both
}

.ubermenu {
  background: 0 0
}

.ubermenu-submenu-drop {
  background: #fff
}

.ubermenu-test-dimensions {
  visibility: hidden !important;
  display: block !important
}

.ubermenu .ubermenu-force>.ubermenu-submenu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin: 0 !important;
  top: auto !important;
  max-height: 600px;
  height: auto;
  overflow: auto !important
}

.ubermenu-notransition, .ubermenu-notransition>.ubermenu-submenu-drop {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important
}

.ubermenu-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.ubermenu-sr-only-focusable:active, .ubermenu-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  outline-style: solid;
  box-shadow: 0 0 10px #3b99fc;
  color: #fff;
  background: #3b99fc;
  padding: 2px 5px;
  font-size: 12px;
  outline-color: #3b99fc
}

.ubermenu-admin-notice {
  background: #eee;
  color: #333;
  padding: 15px;
  border-left: 30px solid #4D90FE;
  margin: 20px;
  position: relative;
  font-size: 12px;
  clear: both
}

.ubermenu-admin-notice a, .ubermenu-admin-notice a:visited {
  color: #00A3FF;
  text-decoration: underline;
  font-size: inherit
}

.ubermenu-admin-notice a:hover {
  color: #0D75AF
}

.ubermenu-admin-notice strong {
  color: tomato
}

.ubermenu-admin-notice .ubermenu-admin-notice-icon {
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -5px;
  color: #fff;
  font-size: 13px
}

.ubermenu-admin-notice:after {
  display: none;
  position: absolute;
  content: 'UberMenu Notice: Only displayed to admin users';
  left: -30px;
  bottom: 100%;
  background: #666;
  color: #eee;
  padding: 7px 10px;
  font-size: 11px
}

.ubermenu-admin-notice:hover:after {
  display: block
}

#wp-admin-bar-ubermenu .fa, #wp-admin-bar-ubermenu_loading .fa {
  font-family: FontAwesome;
  margin-right: 4px;
  color: #aaa
}

#wp-admin-bar-ubermenu_loading .fa {
  color: #ff0
}

#wpadminbar #wp-admin-bar-ubermenu_loading #wp-admin-bar-ubermenu_loading_msg .ab-item {
  width: 300px;
  white-space: normal;
  height: auto;
  padding: 10px 20px;
  line-height: 1.5em
}

.ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject, .ubermenu.ubermenu-loc-ubermenu-direct-inject {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.admin-bar .ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject, .admin-bar .ubermenu.ubermenu-loc-ubermenu-direct-inject {
  top: 32px
}

@media screen and (max-width:959px) {
  .ubermenu.ubermenu-loc-ubermenu-direct-inject {
    margin-top: 47px
  }
}

@media screen and (max-width:782px) {
  .admin-bar .ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject, .admin-bar .ubermenu.ubermenu-loc-ubermenu-direct-inject {
    top: 46px
  }
  .ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject, .ubermenu.ubermenu-loc-ubermenu-direct-inject {
    position: absolute
  }
}

.ubermenu-diagnostics-loadscreen {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background: #ddd;
  background: rgba(255, 255, 255, .8);
  z-index: 9999999999999999
}

.um-folding-cube {
  margin: -20px auto 40px -20px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg)
}

.um-folding-cube .um-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.um-folding-cube .um-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: um-foldCubeAngle 2.4s infinite linear both;
  animation: um-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}

.um-folding-cube .um-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg)
}

.um-folding-cube .um-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg)
}

.um-folding-cube .um-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg)
}

.um-folding-cube .um-cube2:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.um-folding-cube .um-cube3:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.um-folding-cube .um-cube4:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

@-webkit-keyframes um-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0
  }
}

@keyframes um-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0
  }
}

.ubermenu-vertical .ubermenu-item-level-0 {
  display: block;
  clear: both
}

.ubermenu-vertical.ubermenu-items-align-right .ubermenu-item-level-0 {
  text-align: right
}

.ubermenu-vertical.ubermenu-items-align-center .ubermenu-item-level-0 {
  text-align: center
}

.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-submenu-drop {
  clip: rect(-5000px, 5000px, 5000px, 0)
}

.ubermenu.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-target {
  box-shadow: none;
  border-left: none
}

.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children>.ubermenu-target:after {
  content: '\f105'
}

.ubermenu-vertical .ubermenu-item>.ubermenu-submenu-drop {
  left: 100%;
  margin-left: 0;
  top: 0
}

.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover>.ubermenu-submenu-drop, .ubermenu-vertical .ubermenu-active .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega, .ubermenu-vertical .ubermenu-item-level-0.ubermenu-active>.ubermenu-submenu-drop {
  top: 0;
  min-height: 100%
}

.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item, .ubermenu-vertical .ubermenu-item-level-0.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
  min-height: 0
}

.ubermenu-vertical .ubermenu-item.ubermenu-flyout-full-height {
  position: static
}

.ubermenu-vertical .ubermenu-item.ubermenu-flyout-full-height>.ubermenu-submenu-drop {
  min-height: 100% !important;
  max-height: none;
  height: auto
}

.ubermenu-vertical .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
  top: 0
}

.ubermenu-vertical.ubermenu-transition-slide .ubermenu-item.ubermenu-active.ubermenu-in-transition>.ubermenu-submenu-drop {
  min-height: 0
}

.ubermenu-vertical .ubermenu-item>.ubermenu-submenu-type-mega {
  width: 600px;
  margin: 0
}

.ubermenu-vertical .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel, .ubermenu-vertical .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
  min-height: 100%
}

.ubermenu-vertical .ubermenu-item.ubermenu-relative {
  position: relative
}

.ubermenu-vertical .ubermenu-item.ubermenu-relative.ubermenu-active {
  z-index: 20
}

.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0.ubermenu-relative.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
  top: 0
}

.ubermenu-vertical .ubermenu-item.ubermenu-item-mini {
  float: left;
  clear: none
}

.ubermenu.ubermenu-vertical .ubermenu-item.ubermenu-item-mini>.ubermenu-target {
  background: 0 0;
  box-shadow: none
}

.rtl .ubermenu, .rtl .ubermenu .ubermenu-item {
  text-align: right
}

.rtl .ubermenu-items-align-left.ubermenu-horizontal {
  text-align: left
}

.rtl .ubermenu-items-align-center.ubermenu-horizontal {
  text-align: center
}

.rtl .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
  float: none
}

.rtl .ubermenu.ubermenu-horizontal .ubermenu-item-level-0:last-child>.ubermenu-target {
  border-left: none;
  box-shadow: none
}

.rtl .ubermenu .ubermenu-submenu-type-mega>.ubermenu-column:not(.ubermenu-tabs-group), .rtl .ubermenu .ubermenu-submenu-type-tab-content-panel>.ubermenu-column:not(.ubermenu-tabs-group) {
  float: right
}

.rtl .ubermenu .ubermenu-item-layout-icon_left>.ubermenu-target-title {
  margin-left: 0;
  margin-right: .6em
}

.rtl .ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target {
  padding-right: 20px;
  padding-left: 25px
}

.rtl .ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target:after {
  right: auto;
  left: 10px
}

.rtl .ubermenu.ubermenu-sub-indicators .ubermenu-item.ubermenu-disable-padding.ubermenu-has-submenu-drop>.ubermenu-target {
  padding-left: 30px;
  padding-right: 0
}

.rtl .ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit, .rtl .ubermenu .ubermenu-submenu .ubermenu-searchbar-drop .ubermenu-search-submit {
  left: 0;
  right: auto
}

.rtl .ubermenu .ubermenu-search input.ubermenu-search-input {
  padding: 8px 15px 8px 40px
}

.rtl .ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input {
  padding: 14px 25px 14px 50px
}

@media screen and (min-width:960px) {
  .ubermenu-responsive-default.ubermenu {
    display: block !important
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-hide-desktop {
    display: none !important
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-retractors-responsive .ubermenu-retractor-mobile {
    display: none
  }
  .ubermenu-responsive-default.ubermenu-force-current-submenu .ubermenu-item-level-0.ubermenu-current-menu-ancestor>.ubermenu-submenu-drop, .ubermenu-responsive-default.ubermenu-force-current-submenu .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-submenu-drop {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    top: auto !important;
    height: auto;
    z-index: 19
  }
  .ubermenu-responsive-default.ubermenu-invert.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop {
    top: auto;
    bottom: 100%
  }
  .ubermenu-responsive-default.ubermenu-invert.ubermenu-horizontal.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: "\f106"
  }
  .ubermenu-responsive-default.ubermenu-invert.ubermenu-horizontal .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-type-flyout {
    top: auto;
    bottom: 0
  }
  .ubermenu-responsive-default.ubermenu-invert.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop {
    clip: rect(-5000px, 5000px, auto, -5000px)
  }
  .ubermenu-responsive-default.ubermenu-invert.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-submenu-drop {
    right: 100%;
    left: auto
  }
  .ubermenu-responsive-default.ubermenu-invert.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children>a.ubermenu-target:after {
    right: auto;
    left: 10px;
    margin-top: -7px;
    content: "\f104"
  }
  .ubermenu-responsive-default.ubermenu-vertical.ubermenu-invert .ubermenu-item>.ubermenu-submenu-drop {
    clip: rect(-5000px, 5000px, 5000px, -5000px)
  }
}

@media screen and (max-width:959px) {
  .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
    display: block
  }
  .ubermenu-no-transitions.ubermenu-responsive.ubermenu-responsive-collapse {
    display: none;
    visibility: visible;
    height: auto;
    max-height: none;
    overflow: visible !important
  }
  .ubermenu-sticky-wrapper {
    min-height: 0 !important
  }
  .ubermenu-sticky-toggle-wrapper {
    display: block
  }
  .ubermenu-responsive-default .ubermenu-responsive-toggle, .ubermenu-responsive-default .ubermenu-sticky-toggle-wrapper {
    display: block
  }
  .ubermenu-responsive-default.ubermenu-responsive {
    width: 100%;
    max-height: 500px;
    visibility: visible;
    overflow: visible;
    -webkit-transition: max-height 1s ease-in;
    transition: max-height .3s ease-in
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-items-align-center {
    text-align: left
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu {
    margin: 0
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
    display: block
  }
  .ubermenu-responsive-default.ubermenu-repsonsive.ubermenu-no-transitions, .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-nocollapse {
    display: block;
    max-height: none
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
    max-height: 0;
    overflow: hidden !important;
    visibility: hidden
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition, .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition .ubermenu-nav {
    overflow: hidden !important;
    visibility: visible
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse:not(.ubermenu-in-transition) {
    border-top-width: 0;
    border-bottom-width: 0
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse .ubermenu-item .ubermenu-submenu {
    display: none
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-level-0 {
    width: 50%
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-single-column .ubermenu-item-level-0 {
    float: none;
    clear: both;
    width: 100%
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
    border: none;
    box-shadow: none
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-has-submenu-flyout {
    position: static
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-submenu-type-flyout .ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: "\f107"
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    top: auto;
    left: 0 !important
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-has-border .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
    left: -1px !important
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu.ubermenu-submenu-type-mega>.ubermenu-item.ubermenu-column {
    min-height: 0;
    border-left: none;
    float: left;
    display: block
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: none;
    height: auto;
    overflow: visible;
    z-index:100000;
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-transition-slide .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-drop {
    max-height: 1000px
  }
  .ubermenu-responsive-default.ubermenu .ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega {
    min-height: 0
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 50%
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-autoclear>.ubermenu-column {
    clear: none
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(2n+1) {
    clear: both
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top:not(.ubermenu-submenu-retractor-top-2) .ubermenu-column:nth-of-type(2n+1) {
    clear: none
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top:not(.ubermenu-submenu-retractor-top-2) .ubermenu-column:nth-of-type(2n+2) {
    clear: both
  }
  .ubermenu-responsive-default.ubermenu-responsive-single-column-subs .ubermenu-submenu .ubermenu-item {
    float: none;
    clear: both;
    width: 100%;
    min-width: 100%
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs-group {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    left: 0
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs {
    min-height: 0 !important
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs {
    z-index: 15
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel {
    z-index: 20
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab {
    position: relative
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab.ubermenu-active {
    position: relative;
    z-index: 20
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab>.ubermenu-target {
    border-width: 0 0 1px
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: "\f107"
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    top: auto;
    border-width: 1px
  }
  .ubermenu-responsive-default.ubermenu-reponsive .ubermenu-item-level-0>.ubermenu-submenu-type-stack {
    position: relative
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column, .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column-auto {
    width: 100%;
    max-width: 100%
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-mini {
    min-width: 0;
    width: auto;
    float: left;
    clear: none !important
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-mini>a.ubermenu-target {
    padding-left: 20px;
    padding-right: 20px
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-hide-mobile {
    display: none !important
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-hide-bkgs .ubermenu-submenu.ubermenu-submenu-bkg-img {
    background-image: none
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-level-0.ubermenu-item-mini {
    min-width: 0;
    width: auto
  }
  .ubermenu-responsive-default.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0 {
    width: 100%
  }
  .ubermenu-responsive-default.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children>.ubermenu-target:after {
    content: '\f107'
  }
  .ubermenu-responsive-default.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0.ubermenu-relative.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
    top: auto
  }
  .ubermenu-responsive-default.ubermenu:not(.ubermenu-is-mobile) .ubermenu-submenu .ubermenu-tab[data-ubermenu-trigger=hover_intent] .ubermenu-tab-content-panel, .ubermenu-responsive-default.ubermenu:not(.ubermenu-is-mobile) .ubermenu-submenu .ubermenu-tab[data-ubermenu-trigger=mouseover] .ubermenu-tab-content-panel {
    margin-left: 6%;
    width: 94%;
    min-width: 94%
  }
}

@media screen and (max-width:480px) {
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-level-0 {
    width: 100%
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 100%
  }
}

/* Ubermenu vanilla */

/* UberMenu - Copyright 2011-2017, SevenSpark */

.ubermenu-skin-vanilla {
  font-size: 12px;
  color: #888888;
}

.ubermenu-skin-vanilla .ubermenu-target {
  color: #999999;
}

.ubermenu-skin-vanilla .ubermenu-target-description {
  color: #aaaaaa;
}

.ubermenu-skin-vanilla.ubermenu-responsive-toggle {
  background: #f9f9f9;
  color: #888888;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
}

.ubermenu-skin-vanilla.ubermenu-responsive-toggle:hover {
  background: #f0f0f0;
  color: #444444;
}

.ubermenu-skin-vanilla {
  border: none;
  background: transparent;
}

.ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-target, .ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-parent>.ubermenu-target, .ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-ancestor>.ubermenu-target {
  color: #444444;
  background: transparent;
}

.ubermenu-skin-vanilla .ubermenu-item.ubermenu-item-level-0>.ubermenu-highlight {
  color: #4d90fe;
  background: transparent;
}

.ubermenu-skin-vanilla.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-target {
  background: transparent;
}

.ubermenu-skin-vanilla .ubermenu-item-level-0>.ubermenu-target {
  font-weight: normal;
  color: #888888;
  text-transform: none;
  border-left: none;
}

body:not(.rtl) .ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0:first-child>.ubermenu-target {
  box-shadow: none;
}

.ubermenu-skin-vanilla .ubermenu-item-level-0:hover>.ubermenu-target, .ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-active>.ubermenu-target {
  background: transparent;
  color: #222222;
}

.ubermenu-skin-vanilla .ubermenu-item-level-0>.ubermenu-submenu-type-stack>.ubermenu-item>.ubermenu-target {
  color: #888888;
}

.ubermenu-skin-vanilla .ubermenu-item-level-0>.ubermenu-submenu-type-stack>.ubermenu-item>.ubermenu-target:hover {
  color: #222222;
}

.ubermenu-skin-vanilla .ubermenu-submenu.ubermenu-submenu-drop {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
}

.ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop {
  border-top: 1px solid #e0e0e0;
}

.ubermenu-skin-vanilla .ubermenu-tab-content-panel {
  background: #f9f9f9;
}

.ubermenu-skin-vanilla .ubermenu-submenu, .ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-target {
  color: #999999;
}

.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-highlight {
  color: #4d90fe;
}

.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-target:hover, .ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-active>.ubermenu-target {
  color: #111111;
}

.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-target>.ubermenu-target-description {
  color: #aaaaaa;
}

.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-active>.ubermenu-target>.ubermenu-target-description {
  color: #666666;
}

.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-item-header>.ubermenu-target {
  font-weight: bold;
  color: #777777;
}

.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack>.ubermenu-target {
  border-bottom: 1px solid #e9e9e9;
}

.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-item-header>.ubermenu-target:hover {
  color: #222222;
}

.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-current-menu-item>.ubermenu-target {
  color: #444444;
  background: transparent;
}

.ubermenu-nojs.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover>.ubermenu-target, .ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-tab.ubermenu-active>.ubermenu-target {
  background: #eeeeee;
  color: #111111;
}

.ubermenu-skin-vanilla .ubermenu-tabs-group, .ubermenu-skin-vanilla .ubermenu-tab>.ubermenu-target, .ubermenu-skin-vanilla .ubermenu-tab-content-panel {
  border-color: #eeeeee;
}

.ubermenu-skin-vanilla .ubermenu-submenu-drop {
  border-bottom-width: 3px;
}

.ubermenu-skin-vanilla.ubermenu-transition-fade .ubermenu-item-level-0>.ubermenu-submenu-drop {
  margin-top: 0;
}

/*  ========================================================================
 *  Frosty.js
 *  https://owensbla.github.com/frosty
 *  by Blake Owens (http://blakeowens.com/)
 *  ======================================================================== */

.bsf-has-tip, .has-tip {
  cursor: help;
}

.tip {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  color: #eeeeee;
  font-size: 11px;
  line-height: 1.5em;
  max-width: 200px;
  padding: 4px 8px;
}

.tip.success {
  background-color: #47fe42;
  background-color: rgba(71, 254, 66, 0.8);
  color: #025600;
}

.tip.error {
  background-color: #ff7f86;
  background-color: rgba(255, 127, 134, 0.8);
  color: #7f0006;
}

.tip.light {
  background-color: #ebebeb;
  background-color: rgba(235, 235, 235, 0.8);
  color: #222222;
}

.tip[class*="arrow"]:before {
  content: ' ';
  position: absolute;
  border: solid transparent;
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8);
}

.success[class*="arrow"]:before {
  border-color: #47fe42;
  border-color: rgba(71, 254, 66, 0.8);
}

.error[class*="arrow"]:before {
  border-color: #ff7f86;
  border-color: rgba(255, 127, 134, 0.8);
}

.light[class*="arrow"]:before {
  border-color: #ebebeb;
  border-color: rgba(235, 235, 235, 0.8);
}

.tip.arrow-right:before {
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin-top: -5px;
  top: 50%;
  left: 100%;
}

.tip.arrow-left:before {
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin-top: -5px;
  top: 50%;
  right: 100%;
}

.tip.arrow-top:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-left: -5px;
  bottom: 100%;
  left: 50%;
}

.tip.arrow-bottom:before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-left: -5px;
  top: 100%;
  left: 50%;
}

/* Customizer Tooltip */

.customize-support .tip {
  background-color: rgba(0, 148, 221, 0.95);
  color: #FFF;
  font-size: 13px;
  line-height: 1.5em;
  max-width: 200px;
  padding: 5px 11px;
  border: 1px solid #0094DD;
  border-radius: 1px;
}

.customize-support .tip[class*="arrow"]:before {
  border-width: 5px;
  border-color: #0094DD;
  border-color: rgba(0, 148, 221, 0.95);
}

.customize-support .tip.arrow-right:before {
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin-top: -5px;
  top: 50%;
  left: 100%;
}

.customize-support .tip.arrow-left:before {
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin-top: -5px;
  top: 50%;
  right: 100%;
}

.customize-support .tip.arrow-top:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-left: -5px;
  bottom: 100%;
  left: 50%;
}

.customize-support .tip.arrow-bottom:before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-left: -5px;
  top: 100%;
  left: 50%;
}

/*---close button tooltip--------*/

.tip[class*="close-tip-content"] {
  border-radius: 7px;
  max-width: 300px;
  padding: 15px 30px;
}

.tip[class*="close-tip-content"]:before {
  border-width: 8px !important;
  margin-top: -8px !important;
}

.tip[class*="close-tip-content"][class*="arrow-bottom"] {
  /*  margin-top:-10px; */
}

.tip[class*="close-tip-content"][class*="arrow-bottom"]:before {
  margin-top: -1px !important;
}

.tip[class*="close-tip-content"][class*="arrow-right"]:before {
  left: 100%;
  left: calc(100% - 1px);
}

.cp-innertip.tip[class*="close-tip-content"][class*="arrow"] {
  margin-top: 30px !important;
}

@media (max-width:768px) {
  .tip[class*="close-tip-content"] {
    border-radius: 7px;
    max-width: 200px;
    padding: 5px 20px;
  }
}

@media (max-width:610px) {
  .tip[class*="close-tip-content"] {
    max-width: 170px;
  }
}

ant;
margin:0;
padding:0;
vertical-align:middle;
pointer-events:none
}

input.cp-input.cp-checkbox {
  -webkit-appearance: checkbox !important;
  pointer-events: all
}

.cp-mp-open .cp-affilate-link {
  display: block
}

/* perfect-scrollbar v0.6.5 */

.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
  display: block
}

.ps-container.ps-in-scrolling {
  pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  height: 8px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  height: 8px
}

.ps-container>.ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  width: 8px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  width: 8px
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail, .ps-container:hover>.ps-scrollbar-y-rail {
  opacity: 0.6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
  background-color: #999
}

/* SLP Custom CSS */

div#map.slp_map {
  width: 100%;
  height: 480px;
}

div#slp_tagline {
  width: 100%;
}

/** UberMenu Custom Menu Styles (Customizer) **/

/* main */

.ubermenu-main {
  margin-top: 16px;
}

.ubermenu-main .ubermenu-item-layout-image_left>.ubermenu-target-text {
  padding-left: 185px;
}

.ubermenu-main .ubermenu-item-layout-image_right>.ubermenu-target-text {
  padding-right: 185px;
}

.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
  font-size: 16px;
}

.ubermenu-main .ubermenu-submenu .ubermenu-item-header>.ubermenu-target, .ubermenu-main .ubermenu-tab>.ubermenu-target {
  font-size: 14px;
}

.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item-header>.ubermenu-target {
  font-weight: bold;
}

.ubermenu-main .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack>.ubermenu-target {
  border-color: #a5242c;
}

.ubermenu-main .ubermenu-item-normal>.ubermenu-target {
  font-size: 14px;
}

.ubermenu.ubermenu-main .ubermenu-tabs .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target {
  font-size: 14px;
}

.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
  font-size: 16px;
  padding: 32px 32px 32px 0;
}

.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target, .ubermenu-main div, .ubermenu-main p, .ubermenu-main input {
  font-family: 'Roboto Condensed', sans-serif;
}

.ubermenu-main.ubermenu-sticky .ubermenu-nav {
  position: relative;
}

.ubermenu-main.ubermenu-sticky {
  background: #f7f7f7;
}

/* Status: Loaded from Transient */

#catapult-cookie-bar {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  z-index: 99999;
  overflow: hidden;
  color: #f7f7f7;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #a5242c;
}

#catapult-cookie-bar a {
  color: #f7f7f7;
}

#catapult-cookie-bar .x_close span {
  background-color: ;
}

button#catapultCookie {
  background: ;
  color: ;
  border: 0;
  padding: 6px 9px;
  border-radius: 3px;
}

#catapult-cookie-bar h3 {
  color: #f7f7f7;
}

.has-cookie-bar #catapult-cookie-bar {
  opacity: 1;
  max-height: 999px;
  min-height: 30px;
}

ul.ubermenu-submenu.ubermenu-submenu-id-369.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
  margin-top: 20px;
  width: 100%;
  left: 0px;
}

.x-container.max {
  margin-top: 0px;
}

.mauticform_wrapper {
  max-width: 720px !important;
  margin: 10px auto;
  font-family: Roboto Condensed;
  color: #000000;
}

.mauticform-label {
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: Roboto Condensed;
}

.x-btn, .button, [type="submit"] {
  color: #ffffff;
  border-color: #ac1100;
  background-color: #a5242c;
  text-shadow: none !important;
  border-radius: 0.25em;
}

@media (min-width: 768px) {
  .x-section .x-container.swapcolumns {
    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;
  }
}

a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .x-comment-time:hover, #reply-title small a, .comment-reply-link:hover, .x-comment-author a:hover, .x-recent-posts a:hover .h-recent-posts {
  color: hsl(0, 0%, 100%);
}

a:hover, #reply-title small a:hover {
  color: hsl(0, 0%, 100%);
}

.entry-title:before {
  color: #dddddd;
}

a.x-img-thumbnail:hover, li.bypostauthor>article.comment {
  border-color: hsl(0, 0%, 100%);
}

.flex-direction-nav a, .flex-control-nav a:hover, .flex-control-nav a.flex-active, .x-dropcap, .x-skill-bar .bar, .x-pricing-column.featured h2, .h-comments-title small, .x-pagination a:hover, .x-entry-share .x-share:hover, .entry-thumb, .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover, .x-highlight, .x-recent-posts .x-recent-posts-img:after, .x-portfolio-filters {
  background-color: hsl(0, 0%, 100%);
}

.x-portfolio-filters:hover {
  background-color: hsl(0, 0%, 100%);
}

.x-main {
  width: 68.79803%;
}

.x-sidebar {
  width: 24.79803%;
}

.h-landmark {
  font-weight: 300;
}

.x-comment-author a {
  color: #999999;
}

.x-comment-author a, .comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-rating label, .comment-form-comment label, .widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar th, .x-accordion-heading .x-accordion-toggle, .x-nav-tabs>li>a:hover, .x-nav-tabs>.active>a, .x-nav-tabs>.active>a:hover {
  color: #272727;
}

.widget_calendar #wp-calendar th {
  border-bottom-color: #272727;
}

.x-pagination span.current, .x-portfolio-filters-menu, .widget_tag_cloud .tagcloud a, .h-feature-headline span i, .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #272727;
}

@media (max-width:979px) {}

html {
  font-size: 14px;
}

@media (min-width:500px) {
  html {
    font-size: calc(14px + (14 - 14) * ((100vw - 500px) / (1000 - 500)));
  }
}

@media (min-width:1000px) {
  html {
    font-size: 14px;
  }
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000 !important;
  background-color: #d4d4d4;
}

.w-b {
  font-weight: 300 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1, .h1 {
  letter-spacing: 0em;
}

h2, .h2 {
  letter-spacing: 0em;
}

h3, .h3 {
  letter-spacing: 0em;
}

h4, .h4 {
  letter-spacing: -0.035em;
}

h5, .h5 {
  letter-spacing: -0.035em;
}

h6, .h6 {
  letter-spacing: -0.035em;
}

.w-h {
  font-weight: 700 !important;
}

.x-container.width {
  width: 88%;
}

.x-container.max {
  max-width: 1440px;
}

.x-main.full {
  float: none;
  display: block;
  width: auto;
}

@media (max-width:979px) {
  .x-main.full, .x-main.left, .x-main.right, .x-sidebar.left, .x-sidebar.right {
    float: none;
    display: block;
    width: auto !important;
  }
}

.entry-header, .entry-content {
  font-size: 1rem;
}

body, input, button, select, textarea {
  font-family: "Roboto Condensed", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, blockquote {
  color: #272727;
}

.cfc-h-tx {
  color: #272727 !important;
}

.cfc-h-bd {
  border-color: #272727 !important;
}

.cfc-h-bg {
  background-color: #272727 !important;
}

.cfc-b-tx {
  color: #999999 !important;
}

.cfc-b-bd {
  border-color: #999999 !important;
}

.cfc-b-bg {
  background-color: #999999 !important;
}

.x-btn, .button, [type="submit"] {
  color: #ffffff;
  border-color: #ac1100;
  background-color: #a5242c;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
  border-radius: 0.25em;
}

.x-btn:hover, .button:hover, [type="submit"]:hover {
  color: #ffffff;
  border-color: #600900;
  background-color: #000000;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
}

.x-btn.x-btn-real, .x-btn.x-btn-real:hover {
  margin-bottom: 0.25em;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.65);
}

.x-btn.x-btn-real {
  box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, 0.75);
}

.x-btn.x-btn-real:hover {
  box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, 0.75);
}

.x-btn.x-btn-flat, .x-btn.x-btn-flat:hover {
  margin-bottom: 0;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.65);
  box-shadow: none;
}

.x-btn.x-btn-transparent, .x-btn.x-btn-transparent:hover {
  margin-bottom: 0;
  border-width: 3px;
  text-shadow: none;
  text-transform: uppercase;
  background-color: transparent;
  box-shadow: none;
}

.x-topbar .p-info, .x-topbar .p-info a, .x-topbar .x-social-global a {
  color: #ffffff;
}

.x-topbar .p-info a:hover {
  color: #959baf;
}

.x-topbar {
  background-color: #a5242c;
}

.x-navbar .desktop .x-nav>li:before {
  padding-top: 37px;
}

.x-navbar .desktop .x-nav>li>a, .x-navbar .desktop .sub-menu li>a, .x-navbar .mobile .x-nav li a {
  color: #999999;
}

.x-navbar .desktop .x-nav>li>a:hover, .x-navbar .desktop .x-nav>.x-active>a, .x-navbar .desktop .x-nav>.current-menu-item>a, .x-navbar .desktop .sub-menu li>a:hover, .x-navbar .desktop .sub-menu li.x-active>a, .x-navbar .desktop .sub-menu li.current-menu-item>a, .x-navbar .desktop .x-nav .x-megamenu>.sub-menu>li>a, .x-navbar .mobile .x-nav li>a:hover, .x-navbar .mobile .x-nav li.x-active>a, .x-navbar .mobile .x-nav li.current-menu-item>a {
  color: #272727;
}

.x-btn-navbar, .x-btn-navbar:hover {
  color: #ffffff;
}

.x-navbar .desktop .sub-menu li:before, .x-navbar .desktop .sub-menu li:after {
  background-color: #999999;
}

.x-navbar, .x-navbar .sub-menu {
  background-color: #f7f7f7 !important;
}

.x-btn-navbar, .x-btn-navbar.collapsed:hover {
  background-color: #000000;
}

.x-btn-navbar.collapsed {
  background-color: #a5242c;
}

.x-navbar .desktop .x-nav>li>a:hover>span, .x-navbar .desktop .x-nav>li.x-active>a>span, .x-navbar .desktop .x-nav>li.current-menu-item>a>span {
  box-shadow: 0 2px 0 0 #272727;
}

.x-navbar .desktop .x-nav>li>a {
  height: 90px;
  padding-top: 37px;
}

.x-navbar .desktop .x-nav>li ul {
  top: 90px;
}

.x-colophon.bottom {
  background-color: #f7f7f7;
}

.x-colophon.bottom, .x-colophon.bottom a, .x-colophon.bottom .x-social-global a {
  color: #000000;
}

.x-navbar-inner {
  min-height: 90px;
}

.x-brand {
  margin-top: 15px;
  font-family: inherit;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: #272727;
}

.x-brand:hover, .x-brand:focus {
  color: #272727;
}

.x-brand img {
  width: 90px;
}

.expressid13 .x-brand img, .expressid14 .x-brand img {
  width: 180px;
}

.x-navbar .x-nav-wrap .x-nav>li>a {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.x-navbar .desktop .x-nav>li>a {
  font-size: 14px;
}

.x-navbar .desktop .x-nav>li>a:not(.x-btn-navbar-woocommerce) {
  padding-left: 20px;
  padding-right: 20px;
}

.x-navbar .desktop .x-nav>li>a>span {
  margin-right: -0.085em;
}

.x-btn-navbar {
  margin-top: 20px;
}

.x-btn-navbar, .x-btn-navbar.collapsed {
  font-size: 24px;
}

@media (max-width:979px) {
  .x-widgetbar {
    left: 0;
    right: 0;
  }
}

.x-colophon.bottom {
  background-color: #f7f7f7;
}

.x-colophon.bottom, .x-colophon.bottom a, .x-colophon.bottom .x-social-global a {
  color: #000000;
}

.el3.x-column, .el5.x-column, .el6.x-column, .el7.x-column, .el8.x-column, .el9.x-column, .el12.x-column, .el14.x-column, .el15.x-column, .el16.x-column, .el17.x-column, .el18.x-column, .el21.x-column, .el23.x-column, .el24.x-column, .el25.x-column, .el26.x-column, .el27.x-column, .el34.x-column, .el38.x-column, .el42.x-column, .el51.x-column, .el52.x-column {
  background-color: transparent;
}

.el30.x-column {
  background-color: ;
}

.el33.x-line, .el36.x-line, .el40.x-line {
  height: 2.5em;
}

.el44.x-line {
  height: 4em;
}

.el37.x-image {
  width: 150px;
  padding: 0% 0px 0px 25%;
}

.el41.x-image {
  width: 200px;
}

.el32.x-image {
  margin: 0px 0px 0px 0px;
}

.el37.x-image, .el41.x-image {
  margin: 0px 0px 0px 6.5%;
}

.el32.x-image, .el37.x-image, .el41.x-image {
  background-color: transparent;
}

.el22.x-line {
  width: 100%;
  max-width: none;
  border-top-width: 4px;
  border-style: solid;
  border-color: #a5242c;
  font-size: 1em;
}

.el2.x-container, .el20.x-container, .el29.x-container {
  margin: 0em auto 0em auto;
}

.el11.x-container {
  margin: 0px auto 0px auto;
}

.el29.x-container {
  padding: 0em 0em 2.5em 0em;
  background-color: ;
}

.el2.x-container, .el11.x-container, .el20.x-container {
  background-color: transparent;
}

.el2.x-container, .el11.x-container, .el20.x-container, .el29.x-container {
  z-index: 1;
}

.el1.x-section, .el19.x-section {
  margin: 0em;
}

.el10.x-section {
  margin: 0px;
  padding: 45px 45px 0px 45px;
}

.el28.x-section {
  margin: 0em 0em 0px 0em;
  padding: 0px 45px 0px 45px;
}

.el1.x-section {
  padding: 0px;
  background-color: transparent;
}

.el19.x-section {
  padding: 45px 0px 45px 0px;
  background-color: #f7f7f7;
}

.el10.x-section, .el28.x-section {
  background-color: rgb(247, 247, 247);
}

.el1.x-section, .el10.x-section, .el19.x-section, .el28.x-section {
  z-index: 1;
}

.el45.x-anchor, .el46.x-anchor, .el47.x-anchor, .el48.x-anchor {
  width: 49%;
}

.el49.x-anchor {
  width: 100%;
}

.el45.x-anchor, .el46.x-anchor, .el47.x-anchor, .el48.x-anchor, .el49.x-anchor {
  height: 49%;
  border-radius: 100em;
  font-size: 3em;
  background-color: ;
}

.el45.x-anchor .x-anchor-content, .el46.x-anchor .x-anchor-content, .el47.x-anchor .x-anchor-content, .el48.x-anchor .x-anchor-content, .el49.x-anchor .x-anchor-content {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.el45.x-anchor[class*="active"], .el46.x-anchor[class*="active"], .el47.x-anchor[class*="active"], .el48.x-anchor[class*="active"], .el49.x-anchor[class*="active"] {
  background-color: ;
}

.el45.x-anchor .x-graphic, .el46.x-anchor .x-graphic, .el47.x-anchor .x-graphic, .el48.x-anchor .x-graphic, .el49.x-anchor .x-graphic {
  margin: 5px;
}

.el45.x-anchor .x-graphic-icon, .el46.x-anchor .x-graphic-icon, .el47.x-anchor .x-graphic-icon, .el48.x-anchor .x-graphic-icon, .el49.x-anchor .x-graphic-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1.25em;
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
}

.el45.x-anchor[class*="active"] .x-graphic-icon {
  color: #3b5998;
}

.el46.x-anchor[class*="active"] .x-graphic-icon {
  color: #1da1f2;
}

.el47.x-anchor[class*="active"] .x-graphic-icon {
  color: #3f729b;
}

.el48.x-anchor[class*="active"] .x-graphic-icon {
  color: #ff0000;
}

.el49.x-anchor[class*="active"] .x-graphic-icon {
  color: #0077b5;
}

.el45.x-anchor[class*="active"] .x-graphic-icon, .el46.x-anchor[class*="active"] .x-graphic-icon, .el47.x-anchor[class*="active"] .x-graphic-icon, .el48.x-anchor[class*="active"] .x-graphic-icon, .el49.x-anchor[class*="active"] .x-graphic-icon {
  background-color: transparent;
}

.el31.x-text, .el35.x-text, .el39.x-text, .el43.x-text {
  margin: 0em;
  padding: 0em;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
}

.el31.x-text> :first-child, .el35.x-text> :first-child, .el39.x-text> :first-child, .el43.x-text> :first-child {
  margin-top: 0;
}

.el31.x-text> :last-child, .el35.x-text> :last-child, .el39.x-text> :last-child, .el43.x-text> :last-child {
  margin-bottom: 0;
}

p.topbar-text {
  color: white;
}

body {
  text-rendering: optimizeLegibility;
}

.site .x-social-global a, .site .x-social-global a:hover {
  background-color: transparent;
}

.site {
  background-image: url(../images/webbaggrund.jpg);
  background-color: #d4d4d4;
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.page .no-post-thumbnail .entry-content {
  margin-top: 0;
  background-color: #f7f7f7;
}

.x-main.full {
  float: none;
  display: block;
  width: auto;
  background-color: #fff;
}

.entry-content {
  margin-top: 0px;
}

.x-colophon.bottom {
  padding: 50px 0;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  margin-top: 5em;
}

.site .x-social-global a:hover.facebook i {
  color: #3b5998
}

.site .x-social-global a:hover.twitter i {
  color: #00abf0
}

.site .x-social-global a:hover.linkedin i {
  color: #1a81ad
}

.site .x-social-global a:hover.youtube i {
  color: #cc181e
}

.site .x-social-global a:hover.instagram i {
  color: #3f729b
}

.red_specs {
  background-image: url("http://hardi360.com/hardi2018/wp-content/uploads/2017/12/specs_backgrround.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.cta_hardi {
  border-radius: 0.25em;
}

.x-cite:before {
  content: none;
}

.mtn, .mvn, .man {
  margin-top: 0 !important;
  display: none;
}

.esg-media-cover-wrapper {
  position: relative;
  width: 100%;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
}

#SECTION_1 {
  bottom: 0px;
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  height: 750px;
  left: 0px;
  position: relative;
  right: 0px;
  text-decoration: none solid rgb(51, 51, 51);
  text-size-adjust: 100%;
  top: 0px;
  width: 1440px;
  column-rule-color: rgb(51, 51, 51);
  perspective-origin: 720px 430px;
  transform-origin: 720px 430px;
  caret-color: rgb(51, 51, 51);
  border: 0px none rgb(51, 51, 51);
  outline: rgb(51, 51, 51) none 0px;
  overflow: hidden;
}

/*#SECTION_1*/

#IMG_2 {
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  display: block;
  height: 750px;
  max-width: 100%;
  text-decoration: none solid rgb(51, 51, 51);
  text-size-adjust: 100%;
  vertical-align: middle;
  width: 1440px;
  column-rule-color: rgb(51, 51, 51);
  perspective-origin: 720px 400px;
  transform-origin: 720px 400px;
  caret-color: rgb(51, 51, 51);
  border: 0px none rgb(51, 51, 51);
  outline: rgb(51, 51, 51) none 0px;
}

/*#IMG_2*/

#DIV_3 {
  bottom: 86px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  height: 219px;
  left: 0px;
  position: absolute;
  right: 0px;
  text-decoration: none solid rgb(255, 255, 255);
  text-size-adjust: 100%;
  top: 500px;
  width: 1440px;
  column-rule-color: rgb(255, 255, 255);
  perspective-origin: 720px 109.5px;
  transform-origin: 720px 109.5px;
  caret-color: rgb(255, 255, 255);
  border: 0px none rgb(255, 255, 255);
  outline: rgb(255, 255, 255) none 0px;
}

/*#DIV_3*/

#DIV_4 {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  height: 250px;
  max-width: 1440px;
  text-decoration: none solid rgb(255, 255, 255);
  text-size-adjust: 100%;
  width: 1440px;
  column-rule-color: rgb(255, 255, 255);
  perspective-origin: 640px 109.5px;
  transform-origin: 640px 109.5px;
  caret-color: rgb(255, 255, 255);
  border: 0px none rgb(255, 255, 255);
  margin: 0px 40px;
  outline: rgb(255, 255, 255) none 0px;
  overflow: hidden;
}

/*#DIV_4*/

.DIV_SPECS {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: inline-block;
  text-decoration: none solid rgb(255, 255, 255);
  text-size-adjust: 100%;
  width: auto;
  column-rule-color: rgb(255, 255, 255);
  perspective-origin: 94.125px 42px;
  transform-origin: 94.125px 42px;
  caret-color: rgb(255, 255, 255);
  border-top: 0px none rgb(255, 255, 255);
  border-right: 1px solid rgb(0, 0, 0);
  border-bottom: 0px none rgb(255, 255, 255);
  border-left: 0px none rgb(255, 255, 255);
  outline: rgb(255, 255, 255) none 0px;
  padding: 0px 28px 0px 28px;
}

/*#DIV_6*/

/*#SPAN_7*/

/*#SPAN_8, #SPAN_12, #SPAN_16, #SPAN_20*/

/*#SPAN_9, #SPAN_13*/

/*#DIV_10*/

/*#SPAN_11*/

/*#DIV_14*/

/*#SPAN_15*/

/*#IMG_17*/

/*#DIV_18*/

/*#SPAN_19*/

/*#IMG_21*/

/*#SPAN_22*/

.DIV_SPECS_LAST {
  border-right: 0px solid rgb(0, 0, 0) !important;
}

@media (max-width: 979px) {
  .x-container.width {
    width: 100%;
  }
}

@media (max-width: 979px) {
  .el99.x-column {
    padding: 0em;
  }
}

}

.tco-subscribe-form h1 {
  font-size: 1.75em;
  margin: 0 0 0.5em;
  text-align: -webkit-center;
}

.x-card-outer.no-flip .x-face-outer.front {
  transform: none !important;
  animation: none !important;
  z-index: 2 !important;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.x-card-outer.no-flip .x-card-inner {
  transform: none !important;
  animation: none !important;
}

.x-card-outer.no-flip .x-face-outer.back {
  transform: none !important;
  animation: none !important;
  z-index: 1 !important;
}

@media only screen and (min-width:959px) {
  .esg-media-cover-wrapper {
    height: 435px;
  }
}

/* filter frontpage */

.eg-mckinley-container {
  background: rgba(165, 35, 44, 0.95)
}

.esg-filter-wrapper {
  display: inline-block;
  margin-bottom: 15px
}

a.eg-henryharrison-element-1, a.eg-henryharrison-element-2 {
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear
}

.eg-jimmy-carter-element-11 i:before {
  margin-left: 0px;
  margin-right: 0px
}

.eg-harding-element-17 {
  letter-spacing: 1px
}

.eg-harding-wrapper .esg-entry-media {
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 30px 0px 30px
}

.eg-harding-wrapper .esg-entry-media img {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}

.eg-ulysses-s-grant-wrapper .esg-entry-media {
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 30px 0px 30px
}

.eg-ulysses-s-grant-wrapper .esg-entry-media img {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}

.eg-richard-nixon-wrapper .esg-entry-media {
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 30px 0px 30px
}

.eg-richard-nixon-wrapper .esg-entry-media img {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}

.eg-herbert-hoover-wrapper .esg-entry-media img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%)
}

.eg-herbert-hoover-wrapper:hover .esg-entry-media img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%)
}

.eg-lyndon-johnson-wrapper .esg-entry-media img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%)
}

.eg-lyndon-johnson-wrapper:hover .esg-entry-media img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%)
}

.esg-overlay.eg-ronald-reagan-container {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.83)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000', GradientType=0)
}

.eg-georgebush-wrapper .esg-entry-cover {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.83)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000', GradientType=0)
}

.eg-jefferson-wrapper {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important
}

.eg-monroe-element-1 {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
}

.eg-lyndon-johnson-wrapper .esg-entry-cover {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(96%, rgba(18, 18, 18, 0)), color-stop(100%, rgba(19, 19, 19, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00131313', GradientType=1)
}

.eg-wilbert-wrapper .esg-entry-cover {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(96%, rgba(18, 18, 18, 0)), color-stop(100%, rgba(19, 19, 19, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00131313', GradientType=1)
}

.eg-wilbert-wrapper .esg-entry-media img {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%)
}

.eg-wilbert-wrapper:hover .esg-entry-media img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%)
}

.eg-phillie-element-3:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  position: absolute
}

.eg-howardtaft-wrapper .esg-entry-media img, .eg-howardtaft-wrapper .esg-media-poster {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%)
}

.eg-howardtaft-wrapper:hover .esg-entry-media img, .eg-howardtaft-wrapper:hover .esg-media-poster {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%)
}

.myportfolio-container .added_to_cart.wc-forward {
  font-family: "Open Sans";
  font-size: 13px;
  color: #fff;
  margin-top: 10px
}

.esgbox-title.esgbox-title-outside-wrap {
  font-size: 15px;
  font-weight: 700;
  text-align: center
}

.esgbox-title.esgbox-title-inside-wrap {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: center
}

.esg-content.eg-twitterstream-element-33-a {
  display: inline-block
}

.eg-twitterstream-element-35 {
  word-break: break-all
}

.esg-overlay.eg-twitterstream-container {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.83)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000', GradientType=0)
}

.esg-content.eg-facebookstream-element-33-a {
  display: inline-block
}

.eg-facebookstream-element-0 {
  word-break: break-all
}

.esg-overlay.eg-flickrstream-container {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.83)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000', GradientType=0)
}

.minimal-light .navigationbuttons, .minimal-light .esg-pagination, .minimal-light .esg-filters {
  text-align: center
}

.minimal-light .esg-filterbutton, .minimal-light .esg-navigationbutton, .minimal-light .esg-sortbutton, .minimal-light .esg-cartbutton a {
  color: #999;
  margin-right: 5px;
  cursor: pointer;
  padding: 0px 16px;
  border: 1px solid #e5e5e5;
  line-height: 38px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  background: #fff;
  margin-bottom: 5px
}

.minimal-light .esg-navigationbutton * {
  color: #999
}

.minimal-light .esg-navigationbutton {
  padding: 0px 16px
}

.minimal-light .esg-pagination-button:last-child {
  margin-right: 0
}

.minimal-light .esg-left, .minimal-light .esg-right {
  padding: 0px 11px
}

.minimal-light .esg-sortbutton-wrapper, .minimal-light .esg-cartbutton-wrapper {
  display: inline-block
}

.minimal-light .esg-sortbutton-order, .minimal-light .esg-cartbutton-order {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  width: 40px;
  line-height: 38px;
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  cursor: pointer;
  background: #fff
}

.minimal-light .esg-cartbutton {
  color: #333;
  cursor: default !important
}

.minimal-light .esg-cartbutton .esgicon-basket {
  color: #333;
  font-size: 15px;
  line-height: 15px;
  margin-right: 10px
}

.minimal-light .esg-cartbutton-wrapper {
  cursor: default !important
}

.minimal-light .esg-sortbutton, .minimal-light .esg-cartbutton {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 0px;
  border-right: none;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px
}

.minimal-light .esg-navigationbutton:hover, .minimal-light .esg-filterbutton:hover, .minimal-light .esg-sortbutton:hover, .minimal-light .esg-sortbutton-order:hover, .minimal-light .esg-cartbutton a:hover, .minimal-light .esg-filterbutton.selected {
  background-color: #fff;
  border-color: #bbb;
  color: #333;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13)
}

.minimal-light .esg-navigationbutton:hover * {
  color: #333
}

.minimal-light .esg-sortbutton-order.tp-desc:hover {
  border-color: #bbb;
  color: #333;
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important
}

.minimal-light .esg-filter-checked {
  padding: 1px 3px;
  color: #cbcbcb;
  background: #cbcbcb;
  margin-left: 7px;
  font-size: 9px;
  font-weight: 300;
  line-height: 9px;
  vertical-align: middle
}

.minimal-light .esg-filterbutton.selected .esg-filter-checked, .minimal-light .esg-filterbutton:hover .esg-filter-checked {
  padding: 1px 3px 1px 3px;
  color: #fff;
  background: #000;
  margin-left: 7px;
  font-size: 9px;
  font-weight: 300;
  line-height: 9px;
  vertical-align: middle
}

.eg-mckinley-element-0 {
  font-size: 24px;
  line-height: 25px;
  color: #000000;
  font-weight: 900;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background: rgba(255, 255, 255, 1);
  z-index: 2 !important;
  display: block;
  font-family: Roboto Condensed;
  text-transform: capitalize
}

.eg-mckinley-element-3 {
  font-size: 16px !important;
  line-height: 14px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  display: block !important;
  text-align: center !important;
  clear: none !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  background: rgba(255, 255, 255, 1) !important;
  position: relative !important;
  z-index: 2 !important;
  font-family: Roboto Condensed !important;
  text-transform: capitalize !important
}

.eg-mckinley-element-6 {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  display: block !important;
  text-align: center !important;
  clear: none !important;
  margin: 15px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  background: rgba(255, 255, 255, 1) !important;
  position: relative !important;
  z-index: 2 !important;
  font-family: Roboto Condensed !important
}

.eg-mckinley-element-31 {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  display: block !important;
  text-align: center !important;
  clear: none !important;
  margin: 15px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  background: rgba(255, 255, 255, 1) !important;
  position: relative !important;
  z-index: 2 !important;
  font-family: Roboto Condensed !important
}

.eg-mckinley-element-33 {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  display: block !important;
  text-align: center !important;
  clear: none !important;
  margin: 15px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  background: rgba(255, 255, 255, 1) !important;
  position: relative !important;
  z-index: 2 !important;
  font-family: Roboto Condensed !important
}

.eg-mckinley-element-0:hover {
  font-size: 24px;
  line-height: 25px;
  color: #000000;
  font-weight: 800;
  border-radius: 0px 0px 0px 0px;
  background: rgba(255, 255, 255, 1);
  font-family: Roboto Condensed;
  text-transform: capitalize
}

.eg-mckinley-element-0-a {
  display: block;
  text-align: center;
  clear: both;
  margin: 0px 0px 10px 0px;
  position: relative
}

.eg-mckinley-container {
  background: rgba(19, 192, 223, 0.65)
}

.eg-mckinley-content {
  background: #ffffff;
  padding: 30px 30px 30px 30px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  border-style: double;
  text-align: left
}

.esg-grid .mainul li.eg-mckinley-wrapper {
  background: #ffffff;
  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: #e5e5e5;
  border-style: none
}

.esg-grid .mainul li.eg-mckinley-wrapper .esg-media-poster {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

/* case specific */

.el5.x-text .x-text-content-text-primary {
  font-weight: 700;
  text-align: center;
}

.el41.x-text .x-text-content-text-primary {
  font-weight: 500;
  text-align: left;
}

.el5.x-text .x-text-content-text-subheadline {
  margin: 0.35em calc(0em * -1) 0 0;
  font-family: inherit;
  font-size: .75em;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  text-transform: none;
  color: rgba(0, 0, 0, 1);
}

.el49.x-image {
  max-width: 100%;
}

.el49.x-image, .el52.x-image, .el55.x-image, .el58.x-image {
  margin: 0px 0px 5px 0px;
  background-color: transparent;
}

a.el49.x-image:hover, a.el52.x-image:hover {
  background-color: transparent;
}

.el2.x-container, .el12.x-container, .el21.x-container, .el29.x-container, .el39.x-container, .el47.x-container {
  margin: 0em auto 0em auto;
  background-color: transparent;
  z-index: 1;
}

.el29.x-container {
  padding: 1em 0em 2em 0em;
}

.el1.x-section {
  margin: 0em;
  padding: 0em 0px 1em 0px;
}

.el11.x-section {
  margin: 0em 5em 0em 5em;
  padding: 0px;
  font-size: 1.2em;
}

@media only screen and (max-width: 600px) {
  .el11.x-section {
    margin: 0em 1em 0em 1em;
    padding: 0px;
    font-size: 1.2em;
  }
}

.el38.x-section {
  margin: 1em 5em 0em 5em;
  padding: 0px 0px 1em 0px;
}

.el1.x-section, .el11.x-section, .el38.x-section {
  background-color: transparent;
  z-index: 1;
}

.el14.x-text, .el31.x-text, .el33.x-text {
  margin: 0em 0em 1em 0em;
}

.el16.x-text, .el50.x-text, .el53.x-text, .el56.x-text, .el59.x-text {
  margin: 0em;
}

.el14.x-text, .el16.x-text, .el31.x-text, .el33.x-text, .el50.x-text, .el53.x-text, .el56.x-text, .el59.x-text {
  padding: 0em;
  font-family: inherit;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
}

.el14.x-text, .el16.x-text, .el31.x-text, .el33.x-text {
  font-size: 1em;
}

.el50.x-text, .el53.x-text, .el56.x-text, .el59.x-text {
  font-size: 1.1em;
}

.el50.x-text {
  text-align: left;
}

.el14.x-text> :first-child, .el16.x-text> :first-child, .el31.x-text> :first-child, .el33.x-text> :first-child, .el50.x-text> :first-child, .el53.x-text> :first-child, .el56.x-text> :first-child, .el59.x-text> :first-child {
  margin-top: 0;
}

.el14.x-text> :last-child, .el16.x-text> :last-child, .el31.x-text> :last-child, .el33.x-text> :last-child, .el50.x-text> :last-child, .el53.x-text> :last-child, .el56.x-text> :last-child, .el59.x-text> :last-child {
  margin-bottom: 0;
}

p.topbar-text {
  color: white;
}

el5.x-text .x-text-content-text-subheadline {
  font-size: 2em;
}

/* product page */

a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .x-comment-time:hover, #reply-title small a, .comment-reply-link:hover, .x-comment-author a:hover, .x-recent-posts a:hover .h-recent-posts {
  color: #000000;
}

a:hover, #reply-title small a:hover {
  color: hsl(0, 0%, 100%);
}

.entry-title:before {
  color: #dddddd;
}

a.x-img-thumbnail:hover, li.bypostauthor>article.comment {
  border-color: hsl(0, 0%, 100%);
}

.flex-direction-nav a, .flex-control-nav a:hover, .flex-control-nav a.flex-active, .x-dropcap, .x-skill-bar .bar, .x-pricing-column.featured h2, .h-comments-title small, .x-pagination a:hover, .x-entry-share .x-share:hover, .entry-thumb, .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover, .x-highlight, .x-recent-posts .x-recent-posts-img:after, .x-portfolio-filters {
  background-color: hsl(0, 0%, 100%);
}

.x-portfolio-filters:hover {
  background-color: hsl(0, 0%, 100%);
}

.x-main {
  width: 68.79803%;
}

.x-sidebar {
  width: 24.79803%;
}

.h-landmark {
  font-weight: 300;
}

.x-comment-author a {
  color: #999999;
}

.x-comment-author a, .comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-rating label, .comment-form-comment label, .widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar th, .x-accordion-heading .x-accordion-toggle, .x-nav-tabs>li>a:hover, .x-nav-tabs>.active>a, .x-nav-tabs>.active>a:hover {
  color: #272727;
}

.widget_calendar #wp-calendar th {
  border-bottom-color: #272727;
}

.x-pagination span.current, .x-portfolio-filters-menu, .widget_tag_cloud .tagcloud a, .h-feature-headline span i, .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #272727;
}

@media (max-width:979px) {}

html {
  font-size: 14px;
}

@media (min-width:500px) {
  html {
    font-size: calc(14px + (14 - 14) * ((100vw - 500px) / (1000 - 500)));
  }
}

@media (min-width:1000px) {
  html {
    font-size: 14px;
  }
}

body {
  font-style: normal;
  font-weight: 300;
  color: #999999;
  background-color: #d4d4d4;
}

.w-b {
  font-weight: 300 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1, .h1 {
  letter-spacing: 0em;
}

h2, .h2 {
  letter-spacing: 0em;
}

h3, .h3 {
  letter-spacing: 0em;
}

h4, .h4 {
  letter-spacing: -0.035em;
}

h5, .h5 {
  letter-spacing: -0.035em;
}

h6, .h6 {
  letter-spacing: -0.035em;
}

.w-h {
  font-weight: 700 !important;
}

.x-container.width {
  width: 88%;
}

.x-container.max {
  max-width: 1440px;
}

.x-main.full {
  float: none;
  display: block;
  width: auto;
}

@media (max-width:979px) {
  .x-main.full, .x-main.left, .x-main.right, .x-sidebar.left, .x-sidebar.right {
    float: none;
    display: block;
    width: auto !important;
  }
}

.entry-header, .entry-content {
  font-size: 1rem;
}

body, input, button, select, textarea {
  font-family: "Roboto Condensed", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, blockquote {
  color: #272727;
}

.cfc-h-tx {
  color: #272727 !important;
}

.cfc-h-bd {
  border-color: #272727 !important;
}

.cfc-h-bg {
  background-color: #272727 !important;
}

.cfc-b-tx {
  color: #999999 !important;
}

.cfc-b-bd {
  border-color: #999999 !important;
}

.cfc-b-bg {
  background-color: #999999 !important;
}

.x-btn, .button, [type="submit"] {
  color: #ffffff;
  border-color: #ac1100;
  background-color: #a5242c;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
  border-radius: 0.25em;
}

.x-btn:hover, .button:hover, [type="submit"]:hover {
  color: #ffffff;
  border-color: #600900;
  background-color: #000000;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
}

.x-btn.x-btn-real, .x-btn.x-btn-real:hover {
  margin-bottom: 0.25em;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.65);
}

.x-btn.x-btn-real {
  box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, 0.75);
}

.x-btn.x-btn-real:hover {
  box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, 0.75);
}

.x-btn.x-btn-flat, .x-btn.x-btn-flat:hover {
  margin-bottom: 0;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.65);
  box-shadow: none;
}

.x-btn.x-btn-transparent, .x-btn.x-btn-transparent:hover {
  margin-bottom: 0;
  border-width: 3px;
  text-shadow: none;
  text-transform: uppercase;
  background-color: transparent;
  box-shadow: none;
}

.x-topbar .p-info, .x-topbar .p-info a, .x-topbar .x-social-global a {
  color: #ffffff;
}

.x-topbar .p-info a:hover {
  color: #959baf;
}

.x-topbar {
  background-color: #a5242c;
}

.x-navbar .desktop .x-nav>li:before {
  padding-top: 37px;
}

.x-navbar .desktop .x-nav>li>a, .x-navbar .desktop .sub-menu li>a, .x-navbar .mobile .x-nav li a {
  color: #999999;
}

.x-navbar .desktop .x-nav>li>a:hover, .x-navbar .desktop .x-nav>.x-active>a, .x-navbar .desktop .x-nav>.current-menu-item>a, .x-navbar .desktop .sub-menu li>a:hover, .x-navbar .desktop .sub-menu li.x-active>a, .x-navbar .desktop .sub-menu li.current-menu-item>a, .x-navbar .desktop .x-nav .x-megamenu>.sub-menu>li>a, .x-navbar .mobile .x-nav li>a:hover, .x-navbar .mobile .x-nav li.x-active>a, .x-navbar .mobile .x-nav li.current-menu-item>a {
  color: #272727;
}

.x-btn-navbar, .x-btn-navbar:hover {
  color: #ffffff;
}

.x-navbar .desktop .sub-menu li:before, .x-navbar .desktop .sub-menu li:after {
  background-color: #999999;
}

.x-navbar, .x-navbar .sub-menu {
  background-color: #f7f7f7 !important;
}

.x-btn-navbar, .x-btn-navbar.collapsed:hover {
  background-color: #000000;
}

.x-btn-navbar.collapsed {
  background-color: #a5242c;
}

.x-navbar .desktop .x-nav>li>a:hover>span, .x-navbar .desktop .x-nav>li.x-active>a>span, .x-navbar .desktop .x-nav>li.current-menu-item>a>span {
  box-shadow: 0 2px 0 0 #272727;
}

.x-navbar .desktop .x-nav>li>a {
  height: 90px;
  padding-top: 37px;
}

.x-navbar .desktop .x-nav>li ul {
  top: 90px;
}

.x-colophon.bottom {
  background-color: #f7f7f7;
}

.x-colophon.bottom, .x-colophon.bottom a, .x-colophon.bottom .x-social-global a {
  color: #000000;
}

.x-navbar-inner {
  min-height: 90px;
}

.x-brand {
  margin-top: 15px;
  font-family: inherit;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: #272727;
}

.x-brand:hover, .x-brand:focus {
  color: #272727;
}

.x-brand img {
  width: 90px;
}

.x-navbar .x-nav-wrap .x-nav>li>a {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.x-navbar .desktop .x-nav>li>a {
  font-size: 14px;
}

.x-navbar .desktop .x-nav>li>a:not(.x-btn-navbar-woocommerce) {
  padding-left: 20px;
  padding-right: 20px;
}

.x-navbar .desktop .x-nav>li>a>span {
  margin-right: -0.085em;
}

.x-btn-navbar {
  margin-top: 20px;
}

.x-btn-navbar, .x-btn-navbar.collapsed {
  font-size: 24px;
}

@media (max-width:979px) {
  .x-widgetbar {
    left: 0;
    right: 0;
  }
}

.x-colophon.bottom {
  background-color: #f7f7f7;
}

.x-colophon.bottom, .x-colophon.bottom a, .x-colophon.bottom .x-social-global a {
  color: #000000;
}

.el94.x-anchor {
  margin: 1em 0em 0em 3.75em;
  border-radius: 0.35em;
  font-size: 1em;
  background-color: #a5242c;
  box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
}

.el94.x-anchor .x-anchor-content {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.575em 0.85em 0.575em 0.85em;
}

.el94.x-anchor[class*="active"] {
  background-color: #a5242c;
  box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
}

.el94.x-anchor .x-anchor-text {
  margin: 5px;
}

.el94.x-anchor .x-anchor-text-primary {
  font-family: inherit;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: hsl(0, 0%, 100%);
}

.el94.x-anchor[class*="active"] .x-anchor-text-primary {
  color: #f7f7f7;
}

.el94.x-anchor .x-graphic {
  margin: 5px;
}

.el94.x-anchor .x-graphic-icon {
  width: 1em;
  height: 1.2em;
  line-height: 1.2em;
  font-size: 1.25em;
  color: #ffffff;
  background-color: transparent;
}

.el94.x-anchor[class*="active"] .x-graphic-icon {
  color: #f7f7f7;
  background-color: transparent;
}

.el110.x-column {
  padding: 0em 4em 0em 4em;
}

@media only screen and (max-width: 768px) {
  .el110.x-column {
    padding: 0em 1em;
  }
}

.el120.x-column {
  text-align: left;
}

.el3.x-column, .el5.x-column, .el6.x-column, .el7.x-column, .el8.x-column, .el9.x-column, .el12.x-column, .el14.x-column, .el15.x-column, .el16.x-column, .el17.x-column, .el18.x-column, .el20.x-column, .el22.x-column, .el23.x-column, .el24.x-column, .el25.x-column, .el26.x-column, .el28.x-column, .el30.x-column, .el32.x-column, .el34.x-column, .el36.x-column, .el37.x-column, .el40.x-column, .el43.x-column, .el44.x-column, .el45.x-column, .el46.x-column, .el47.x-column, .el50.x-column, .el52.x-column, .el54.x-column, .el55.x-column, .el56.x-column, .el57.x-column, .el60.x-column, .el62.x-column, .el64.x-column, .el65.x-column, .el66.x-column, .el67.x-column, .el70.x-column, .el72.x-column, .el74.x-column, .el75.x-column, .el76.x-column, .el77.x-column, .el80.x-column, .el82.x-column, .el84.x-column, .el85.x-column, .el86.x-column, .el87.x-column, .el90.x-column, .el92.x-column, .el95.x-column, .el96.x-column, .el97.x-column, .el98.x-column, .el101.x-column, .el103.x-column, .el104.x-column, .el105.x-column, .el106.x-column, .el107.x-column, .el110.x-column, .el113.x-column, .el114.x-column, .el115.x-column, .el116.x-column, .el117.x-column, .el120.x-column, .el123.x-column, .el126.x-column, .el127.x-column, .el128.x-column, .el129.x-column {
  background-color: transparent;
}

.el61.x-image, .el71.x-image, .el81.x-image {
  width: 100%;
}

.el13.x-image, .el61.x-image, .el71.x-image, .el81.x-image, .el91.x-image {
  background-color: transparent;
}

.el41.x-menu, .el42.x-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0px;
  font-size: 1.2em;
}

/* Responsive tabs on product page */
@media screen and (max-width: 768px) {
    .ptab {
        flex-direction: column!important;
    }
}

.el41.x-menu>li, .el42.x-menu>li, .el41.x-menu>li>a, .el42.x-menu>li>a {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.el41.x-menu>li>.x-anchor, .el42.x-menu>li>.x-anchor {
  font-size: 1em;
  background-color: transparent;
}

.el41.x-menu>li>.x-anchor .x-anchor-content, .el42.x-menu>li>.x-anchor .x-anchor-content {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.75em;
}

.el41.x-menu>li>.x-anchor[class*="active"], .el42.x-menu>li>.x-anchor[class*="active"] {
  background-color: transparent;
}

.el41.x-menu>li>.x-anchor .x-anchor-text, .el42.x-menu>li>.x-anchor .x-anchor-text {
  margin: 5px;
}

.el41.x-menu>li>.x-anchor .x-anchor-text-primary, .el42.x-menu>li>.x-anchor .x-anchor-text-primary {
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
}

.el41.x-menu>li>.x-anchor[class*="active"] .x-anchor-text-primary, .el42.x-menu>li>.x-anchor[class*="active"] .x-anchor-text-primary {
  color: rgba(0, 0, 0, 0.5);
}

.el41.x-menu>li>.x-anchor .x-anchor-sub-indicator, .el42.x-menu>li>.x-anchor .x-anchor-sub-indicator {
  margin: 5px;
  font-size: 1em;
  color: rgba(0, 0, 0, 1);
}

.el41.x-menu>li>.x-anchor[class*="active"] .x-anchor-sub-indicator, .el42.x-menu>li>.x-anchor[class*="active"] .x-anchor-sub-indicator {
  color: rgba(0, 0, 0, 0.5);
}

.el41 .x-dropdown, .el42 .x-dropdown {
  width: 14em;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 0em 0.15em 2em 0em rgba(0, 0, 0, 0.15);
}

.el41 .sub-menu .x-anchor, .el42 .sub-menu .x-anchor {
  font-size: 1em;
  background-color: transparent;
}

.el41 .sub-menu .x-anchor .x-anchor-content, .el42 .sub-menu .x-anchor .x-anchor-content {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.75em;
}

.el41 .sub-menu .x-anchor[class*="active"], .el42 .sub-menu .x-anchor[class*="active"] {
  background-color: transparent;
}

.el41 .sub-menu .x-anchor .x-anchor-text, .el42 .sub-menu .x-anchor .x-anchor-text {
  margin: 5px auto 5px 5px;
}

.el41 .sub-menu .x-anchor .x-anchor-text-primary, .el42 .sub-menu .x-anchor .x-anchor-text-primary {
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
}

.el41 .sub-menu .x-anchor[class*="active"] .x-anchor-text-primary, .el42 .sub-menu .x-anchor[class*="active"] .x-anchor-text-primary {
  color: rgba(0, 0, 0, 0.5);
}

.el41 .sub-menu .x-anchor .x-anchor-sub-indicator, .el42 .sub-menu .x-anchor .x-anchor-sub-indicator {
  margin: 5px;
  font-size: 1em;
  color: rgba(0, 0, 0, 1);
}

.el41 .sub-menu .x-anchor[class*="active"] .x-anchor-sub-indicator, .el42 .sub-menu .x-anchor[class*="active"] .x-anchor-sub-indicator {
  color: rgba(0, 0, 0, 0.5);
}

.el2.x-container, .el11.x-container, .el19.x-container, .el27.x-container, .el39.x-container, .el49.x-container, .el59.x-container, .el69.x-container, .el79.x-container, .el89.x-container, .el100.x-container, .el109.x-container, .el119.x-container {
  margin: 0em auto 0em auto;
  z-index: 1;
}

.el19.x-container, .el27.x-container, .el100.x-container {
  padding: 0em 5em 0em 5em;
}

.el119.x-container {
  padding: 0em 4em 0em 4em;
}

.el2.x-container, .el11.x-container, .el39.x-container, .el49.x-container, .el59.x-container, .el69.x-container, .el79.x-container, .el89.x-container, .el100.x-container, .el109.x-container, .el119.x-container {
  background-color: transparent;
}

.el19.x-container, .el27.x-container {
  background-color: #f7f7f7;
}

.el1.x-section, .el10.x-section, .el48.x-section, .el58.x-section, .el68.x-section, .el88.x-section, .el99.x-section, .el108.x-section, .el118.x-section {
  margin: 0em;
}

.el38.x-section, .el78.x-section {
  margin: 0px;
}

.el1.x-section, .el10.x-section, .el38.x-section {
  padding: 0px;
}

.el48.x-section, .el58.x-section, .el68.x-section, .el78.x-section, .el88.x-section, .el99.x-section, .el118.x-section {
  padding: 0px;
}

.el108.x-section {
  padding: 0px;
}

.el1.x-section, .el10.x-section, .el48.x-section, .el58.x-section, .el68.x-section, .el78.x-section, .el88.x-section, .el99.x-section, .el108.x-section, .el118.x-section {
  background-color: transparent;
}

.el38.x-section {
  background-color: #f7f7f7;
}

.el1.x-section, .el10.x-section, .el38.x-section, .el48.x-section, .el58.x-section, .el68.x-section, .el78.x-section, .el88.x-section, .el99.x-section, .el108.x-section, .el118.x-section {
  z-index: 1;
}

.el53.x-text, .el121.x-text, .el124.x-text {
  margin: 0em;
}

.el63.x-text {
  margin: 0%;
  padding: 4em 3em 1em 3em;
}

.el73.x-text, .el83.x-text {
  margin: 5em 3em 0em 3em;
}

.el93.x-text {
  margin: 0em 3em 0em 3em;
}

.el111.x-text {
  margin: 01em 0em 1em 0em;
}

.el53.x-text {
  padding: 5em 3em 0em 3em;
}

.el73.x-text, .el83.x-text, .el93.x-text, .el111.x-text, .el121.x-text {
  padding: 0em;
}

.el124.x-text {
  padding: 0em 0em 01em 0em;
}

.el53.x-text, .el63.x-text, .el73.x-text, .el83.x-text, .el93.x-text, .el111.x-text, .el121.x-text, .el124.x-text {
  font-family: inherit;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
}

.el53.x-text, .el63.x-text, .el73.x-text, .el83.x-text, .el93.x-text {
  font-size: 1.2em;
  font-weight: 300;
}

.el111.x-text, .el121.x-text, .el124.x-text {
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

.el53.x-text> :first-child, .el63.x-text> :first-child, .el73.x-text> :first-child, .el83.x-text> :first-child, .el93.x-text> :first-child, .el111.x-text> :first-child, .el121.x-text> :first-child, .el124.x-text> :first-child {
  margin-top: 0.25em;
}

.el53.x-text> :last-child, .el63.x-text> :last-child, .el73.x-text> :last-child, .el83.x-text> :last-child, .el93.x-text> :last-child, .el111.x-text> :last-child, .el121.x-text> :last-child, .el124.x-text> :last-child {
  margin-bottom: 0;
}

.el51.x-frame {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  background-color: #ffffff;
}

.el51 .x-frame-inner {
  padding-bottom: calc((9 / 16) * 100%);
}

.el51 .x-mejs .mejs-controls {
  margin: auto 15px 15px 15px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.8);
}

.el51 .x-mejs .mejs-button button {
  color: rgba(255, 255, 255, 0.5);
}

.el51 .x-mejs .mejs-button button:hover, .el51 .x-mejs .mejs-button button:focus {
  color: rgba(255, 255, 255, 1);
}

.el51 .x-mejs .mejs-time-total {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.25);
}

.el51 .x-mejs .mejs-time-loaded {
  background-color: rgba(255, 255, 255, 0.25);
}

.el51 .x-mejs .mejs-time-current {
  background-color: rgba(255, 255, 255, 1);
}

.el51 .x-mejs .mejs-time {
  color: rgba(255, 255, 255, 0.5);
}

p.topbar-text {
  color: white;
}

.el53.x-text {
  padding-top: 1em;
}

/* cornerstone - specifications - product page */

.el10.x-section {
  z-index: 99999 !important;
}

.el13.x-menu {
  font-weight: bold;
}

table tr:first-child td {
  border-top: 0;
}

table tr td:first-child {
  border-left: 0;
}

table tr:last-child td {
  border-bottom: 0;
}

table tr td:last-child {
  border-right: 0;
}

.tg th {
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #a5242c;
}

div#fade-container {
  max-width: 1440px;
  margin: auto;
  position: relative;
  line-height: 1.3;
}

div#fade-content {
  max-height: 360px;
  overflow: hidden;
}

div#fade-content.full {
  max-height: none;
}

.fade-anchor {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 200px, #ffffff 260px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 200px, #ffffff 260px);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 360px;
  padding-top: 260px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: background 150ms ease-in;
  transition: background 150ms ease-in;
}

.fade-anchor-text {
  background: #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9pt 9pt 0 0;
  color: #000000;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 10px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.slp_search_form .search_box .search_item label {
  text-align: left !important;
  min-width: 5em !important;
  margin-right: .25em !important;
}

.slp_search_form .search_box .search_item #radius_in_submit {
  text-align: left !important;
  margin-left: 1em !important;
  height: auto !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 2.65em;
  margin-bottom: 9px;
  border: 2px solid #ddd;
  padding: 0 0.65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  width: 100%;
}

.submenu-responsive {
  display: block;
}

#frontpage-testimonials .owl-item {
    width: 412px !important;
    height: 430px !important;
    margin-right: 15px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
    font-family: Roboto condensed;
}

.item .item-btn {
    color: #000000 !important;
}

#frontpage-testimonials .item img {
    border-radius: 250px;
}

.hardi-button {
  background-color: #a5242c; /* HARDI RED */
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 5px;
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
}

.evrard-button {
  background-color: #0080bf; /* EVRARD BLUE */
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 5px;
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
}

.speech-bubble {
    background-color: #f7f7f7;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    width: auto;
    height: auto;
    text-align: center;
    padding: 0px 20px;
    position: absolute;
}

.speech-bubble .arrow {
    border-style: solid;
    position: absolute;
}

.speech-bottom {
    border-color: #c8c8c8 transparent transparent transparent;
    border-width: 18px 18px 0px 18px;
    bottom: -18px;
}
