
@import url(../icons/open-iconic/font/css/open-iconic-bootstrap.css);
@import url(../icons/font-awesome/css/font-awesome.min.css);
@import url(../icons/pe-icon-7-stroke/css/pe-icon-7-stroke.css);
@import url(../icons/ionicons/css/ionicons.css);
@import url(../icons/themify-icons/themify-icons.css);
@import url(../icons/rivolicons/style.css);
@import url(../icons/stroke-gap-icons/style.css);
@import url(../icons/flaticon-restaurant-elements/flaticon-restaurant-elements.css);
@import url(../icons/flaticon-restaurant-elements-2/flaticon-restaurant-elements.css);
@import url(../icons/flaticon-restaurant-solid/flaticon-restaurant-solid.css);
@import url(../icons/flaticon-gastronomy-collection/flaticon-gastronomy-collection.css);

/*
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,300italic,400italic,700italic,);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import 'https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i';
*/

a:focus, a:hover {
    text-decoration: none!important;
}
.slicknav_menu li a:hover {
    color: rgb(186, 6, 0);
    text-decoration: none;
}

.navbar-default {
    background-color: white!important;
}
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 15px;
    display: none;
}
.bottomWrap a, .bottomWrap h2 {
   font-family:  sans-serif;
}

.business-dir{
   margin: 19px 0 0 -14px;
}

.new-user a:hover {
  color: #BA0600;
}

/*component.css start*/
/**
 * Custom Checkbox and Radio By CSS
 */

.checkbox-block label,
.radio-block label {
    display: block;
}
.radio-inline,
.checkbox-inline {
    padding: 0;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 5px;
}
input[type='radio'],
input[type='checkbox'] {
    opacity: 0;
    display: none;
    float: left;
    width: 18px;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
    margin: 0;
    clear: none;
    padding: 4px 0 3px 24px;
    cursor: pointer;
    font-weight: 300;
    line-height: 18px;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
    background: none;
    position: relative;
    padding-left: 20px;
}
input[type='radio'] + label:before,
input[type='checkbox'] + label:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    color: #919191;
    font-weight: normal;
    transition: all .6s;
    line-height: 1 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    padding-left: 2px;
    font-size: 13px;
}
input[type='radio']:checked + label:before,
input[type='checkbox']:checked + label:before {
    color: #DB3944;
}
input[type='radio'] + label:before {
    font-family: "Ionicons";
    content: "\f401";
    border: none !important;
    font-size: 14px;
}
input[type='radio']:checked + label:before {
    font-family: "FontAwesome";
    content: "\f058 ";
    border: none !important;
    font-size: 14px;
}
input[type='checkbox'] + label:before {
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #B5B5B5;
    border-radius: 2px;
    top: 7px;
    left: 0;
}
input[type='checkbox']:checked + label:before {
    font-family: "FontAwesome";
    content: "\f14a";
    border: none;
    top: 6px;
    left: -1px;
}

/*
    Slicknav - a Mobile Menu
*/

.slicknav_menu {
    display: none;
}
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}
.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
    margin: 0
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em
}
.slicknav_nav {
    clear: both
}
.slicknav_nav ul,
.slicknav_nav li {
    display: block
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
    cursor: pointer;
}
.slicknav_nav .slicknav_row {
    display: block;
}
.slicknav_nav a {
    display: block
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline
}
.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}
.slicknav_menu:after {
    clear: both
}
/* IE6/7 support */

.slicknav_menu {
    *zoom: 1
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 16px;
}
/* Button */

.slicknav_btn {
    margin: 0;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 19px;
    right: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* background color for responsive button */

.slicknav_btn.slicknav_open:before {
    font-family: 'Ionicons';
    content: "\f2d7"
}
.slicknav_btn.slicknav_collapsed:before {
    font-family: 'Ionicons';
    content: "\f394"
}
.slicknav_btn.slicknav_open,
.slicknav_btn.slicknav_collapsed,
.slicknav_btn.slicknav_open:before,
.slicknav_btn.slicknav_collapsed:before {
    text-decoration: none !important;
    color: #555;
    border: none;
}
.slicknav_btn.slicknav_open:before,
.slicknav_btn.slicknav_collapsed:before {
    font-size: 44px;
    color: #555;
}
.slicknav_menutxt {
    line-height: 22px !important;
}
.slicknav_btn:focus {}
/* Button Text */

.slicknav_menu .slicknav_menutxt {
    color: #DFF2F2;
    font-weight: 400;
    font-size: 14px;
}
/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5
}
.slicknav_menu {
    background: #383546;
    padding: 0;
    margin-top: 0;
}
.slicknav_nav {
    color: #B6B3C4;
    margin: 0;
    padding: 0;
    font-size: .875em
}
.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden
}
.slicknav_nav ul {
    padding: 0;
    margin: 0;
}
.slicknav_nav ul li {
    border-bottom: 0;
}
.slicknav_nav .slicknav_row {
    padding: 0;
    margin: 0;
}
.slicknav_nav a {
    padding: 12px 20px;
    margin: 0;
    text-decoration: none;
    color: #B6B3C4;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 12px 20px;
    margin: 0;
}
.slicknav_nav .slicknav_item {
    position: relative;
}
.slicknav_nav .slicknav_item a {
    border-bottom: none;
    display: block;
}
.slicknav_nav {
    position: absolute;
    top: 80px;
    left: 0;
    z-index:555;
    right: 0;
    background: #1F1D26;
}
.slicknav_nav ul li {
    padding-left: 0;
    background: #1F1D26;
}
.slicknav_nav ul li li {
    padding-left: 0;
}
.slicknav_nav ul li ul {
    padding-left: 15px;
    padding-right: 15px;
}
.slicknav_nav ul li ul a {
    padding: 12px 15px;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #443E56;
    color: #FFF
}
.slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #443E56;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}
.slicknav_nav .slicknav_arrow {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 13px;
    width: 50px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}
/* plus-minus or arrow sign */

.slicknav_nav .slicknav_arrow:hover {
    background: rgba(255, 255, 255, 0.05);
}
.slicknav_menu .slicknav_icon {
    display: none;
}
/** Customized */

.slicknav_menu {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    background: none;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    #responsive-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .slicknav_btn {
        right: 15px;
        top:30px
    }
}
@media (max-width: 479px) {
   

}

/*end component.css*/


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


/* fonts helvetica */


/* Original old fonts */


/* New Studio fonts */

@font-face{
    font-family:"HelveticaNeueW01-UltLt";
    src:url("Fonts/41774233-b9da-44be-b252-6a7b612fb1c7.eot?#iefix");
    src:url("Fonts/41774233-b9da-44be-b252-6a7b612fb1c7.eot?#iefix") format("eot"),url("Fonts/4bff1fbb-b4bf-4d95-9c47-efcb14384e36.woff") format("woff"),url("Fonts/7f1f2a7d-3837-4c93-b373-f03c5da3f9a1.ttf") format("truetype"),url("Fonts/d9f2752a-8d82-4cf1-b82f-109c1105be7f.svg#d9f2752a-8d82-4cf1-b82f-109c1105be7f") format("svg");
}

@font-face{
    font-family:"HelveticaNeueW01-Thin";
    src:url("Fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix");
    src:url("Fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix") format("eot"),url("Fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff") format("woff"),url("Fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf") format("truetype"),url("Fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3") format("svg");
}

@font-face{
    font-family:"HelveticaNeueW02-UltLt";
    src:url("Fonts/787ee748-9cce-45a0-910b-6b5c6e87e327.eot?#iefix");
    src:url("Fonts/787ee748-9cce-45a0-910b-6b5c6e87e327.eot?#iefix") format("eot"),url("Fonts/84558c76-9f1b-44d2-ac62-d7937f43809b.woff") format("woff"),url("Fonts/411a88fe-e483-4fb8-af42-8369ebb1138d.ttf") format("truetype"),url("Fonts/6dfe33a4-0ad5-4c85-8e01-f48ecfe3c167.svg#6dfe33a4-0ad5-4c85-8e01-f48ecfe3c167") format("svg");
}

@font-face{
    font-family:"HelveticaNeueW02-Thin";
    src:url("Fonts/30b6ffc3-3b64-40dd-9ff8-a3a850daf535.eot?#iefix");
    src:url("Fonts/30b6ffc3-3b64-40dd-9ff8-a3a850daf535.eot?#iefix") format("eot"),url("Fonts/775a65da-14aa-4634-be95-6724c05fd522.woff") format("woff"),url("Fonts/988eaaa7-5565-4f65-bb17-146b650ce9e9.ttf") format("truetype"),url("Fonts/3503a1a6-91c3-4c42-8e66-2ea7b2b57541.svg#3503a1a6-91c3-4c42-8e66-2ea7b2b57541") format("svg");
}

@font-face{
    font-family:"HelveticaNeueW01-45Ligh";
    src:url("Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
    src:url("Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"),url("Fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"),url("Fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"),url("Fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
}

@font-face{
    font-family:"HelveticaNeueW01-55Roma";
    src:url("Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
    src:url("Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"),url("Fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"),url("Fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"),url("Fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
}



@font-face{
    font-family:"HelveticaNeueW01-75Bold";
    src:url("Fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
    src:url("Fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"),url("Fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"),url("Fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"),url("Fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
}



@font-face{
    font-family:"HelveticaNeueW02-45Ligh";
    src:url("Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix");
    src:url("Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"),url("Fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"),url("Fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"),url("Fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg");
}

@font-face{
    font-family:"HelveticaNeueW02-55Roma";
    src:url("Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix");
    src:url("Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"),url("Fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"),url("Fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"),url("Fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg");
}


@font-face{
    font-family:"HelveticaNeueW02-75Bold";
    src:url("Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix");
    src:url("Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"),url("Fonts/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"),url("Fonts/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"),url("Fonts/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg");
}


@font-face{
    font-family:"HelveticaNeueW10-45Ligh";
    src:url("Fonts/5b85c7cc-6ad4-4226-83f5-9d19e2974123.eot?#iefix");
    src:url("Fonts/5b85c7cc-6ad4-4226-83f5-9d19e2974123.eot?#iefix") format("eot"),url("Fonts/835e7b4f-b524-4374-b57b-9a8fc555fd4e.woff") format("woff"),url("Fonts/2c694ef6-9615-473e-8cf4-d8d00c6bd973.ttf") format("truetype"),url("Fonts/3fc84193-a13f-4fe8-87f7-238748a4ac54.svg#3fc84193-a13f-4fe8-87f7-238748a4ac54") format("svg");
}

@font-face{
    font-family:"HelveticaNeueW10-75Bold";
    src:url("Fonts/41fb73ed-90c8-456d-838e-254f4dfda106.eot?#iefix");
    src:url("Fonts/41fb73ed-90c8-456d-838e-254f4dfda106.eot?#iefix") format("eot"),url("Fonts/d85949a1-c37a-43f7-9d09-fb056acf0c27.woff") format("woff"),url("Fonts/5289fb0d-053f-4fac-9c67-2d02365d6d05.ttf") format("truetype"),url("Fonts/1376b116-8954-4534-8045-eabe8e2fcaa4.svg#1376b116-8954-4534-8045-eabe8e2fcaa4") format("svg");
}

@font-face{
    font-family:"HelveticaNeueW10-35Thin";
    src:url("Fonts/93b6bf6a-418e-4a8f-8f79-cb9c99ef3e32.eot?#iefix");
    src:url("Fonts/93b6bf6a-418e-4a8f-8f79-cb9c99ef3e32.eot?#iefix") format("eot"),url("Fonts/c881c21b-4148-4a11-a65d-f35e42999bc8.woff") format("woff"),url("Fonts/03634cf1-a9c9-4e13-b049-c90d830423d4.ttf") format("truetype"),url("Fonts/1bc99c0a-298b-46f9-b325-18b5e5169795.svg#1bc99c0a-298b-46f9-b325-18b5e5169795") format("svg");
}

@font-face{
    font-family:"HelveticaNeueW10-25UltL";
    src:url("Fonts/072d8516-5d40-44bc-b694-65b3c8bd8fa5.eot?#iefix");
    src:url("Fonts/072d8516-5d40-44bc-b694-65b3c8bd8fa5.eot?#iefix") format("eot"),url("Fonts/723fd1ed-5aad-454d-af88-3711c5caf1c7.woff") format("woff"),url("Fonts/2a81d94e-d365-4f5f-9957-7e96414d6a72.ttf") format("truetype"),url("Fonts/6be38bc3-96b3-47e3-a9ef-e1a184b54d64.svg#6be38bc3-96b3-47e3-a9ef-e1a184b54d64") format("svg");
}

@font-face{
    font-family:"HelveticaNeueW10-55Roma";
    src:url("Fonts/f1feaed7-6bce-400a-a07e-a893ae43a680.eot?#iefix");
    src:url("Fonts/f1feaed7-6bce-400a-a07e-a893ae43a680.eot?#iefix") format("eot"),url("Fonts/8ac9e38d-29c6-41ea-8e47-4ae4d2b1a4e1.woff") format("woff"),url("Fonts/4bd09087-655e-4abb-844c-dccdeb68003d.ttf") format("truetype"),url("Fonts/df234d87-eada-4058-aa80-5871e7fbe1c3.svg#df234d87-eada-4058-aa80-5871e7fbe1c3") format("svg");
}




html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    /*vertical-align: baseline;*/
    zoom: 1;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-family:  sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    -webkit-font-smoothing: antialiased!important;
    font-smoothing: antialiased!important;
    background-color: #FFF;
    height: 100%!important;
}
img {
   /* width: 100%;
    display: block;*/
    max-width: 100%;
    height: auto;
    
}
img {
    -ms-interpolation-mode: bicubic;
}
object,
embed {
    max-width: 100%;
}
/**
 * Default Typography
 */

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}
a {
    color: #DB3944;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: poitner;
    text-decoration: none;
}
a:hover {
    color: #BA0600;
    text-decoration: none;
}
strong {
    font-weight: 700 !important;
}
ul,
ol,
pre,
table,
blockquote {
    margin-top: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Oswald', sans-serif;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none!important;
    padding: 0;
    color: #484848;
    font-weight: 500;
}
h1 {
    font-size: 50px;
    line-height: 62px;
    margin: 0 0 18px;
}
h2 {
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 18px;
}
h3 {
    font-size: 34px;
    line-height: 42px;
    margin: 0 0 18px;
}
h4 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 16px;
}
h5 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 16px;
}
h6 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 16px;
}
p {
    font-weight: 300;
    margin-bottom: 15px;
}
p.lead {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}
p:last-child {
    margin-bottom: 0;
}
blockquote,
.blockquote {
    font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
    font-size: 18px;
    line-height: 36px;
    font-style: italic;
    border: 1px solid #D9D8D7;
    padding: 40px 30px;
    color: #979797;
    font-weight: 400;
    margin: 30px 0 35px;
    position: relative;
}
blockquote:before,
.blockquote:before,
blockquote:after,
.blockquote:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
}
blockquote:before,
.blockquote:before {
    top: -2px;
    left: -2px;
    border-left: 3px solid #DB3944;
    border-top: 3px solid #DB3944;
}
blockquote:after,
.blockquote:after {
    bottom: -2px;
    right: -2px;
    border-right: 3px solid #DB3944;
    border-bottom: 3px solid #DB3944;
}
hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 0 24px 0;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 48px;
        line-height: 60px;
    }
    h2 {
        font-size: 38px;
        line-height: 50px;
    }
    h3 {
        font-size: 32px;
        line-height: 40px;
    }
    h4 {
        font-size: 24px;
        line-height: 28px;
    }
    h5 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    h6 {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 991px) {} @media all and (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 52px;
    }
    h2 {
        font-size: 34px;
        line-height: 46px;
    }
    h3 {
        font-size: 28px;
        line-height: 36px;
    }
    h4 {
        font-size: 21px;
        line-height: 25px;
    }
    h5 {
        font-size: 16px;
        line-height: 22px;
    }
    h6 {
        font-size: 14px;
        line-height: 18px;
    }
    p.lead {
        font-size: 13px;
        line-height: 24px;
    }
    p, .rating-wrapper .texting{
        font-size: 16px;
    }
}
@media (max-width: 479px) {}

/**
 * Border
 */

.border {
    border: 1px solid #D9D8D7;
}
.border-double {
    border: 3px double #D9D8D7;
}
.bb,
.border-bottom {
    border-bottom: 1px solid #D9D8D7;
}
.bt,
.border-top {
    border-top: 1px solid #D9D8D7;
}
.br,
.border-right {
    border-right: 1px solid #D9D8D7;
}
.bl,
.border-left {
    border-left: 1px solid #D9D8D7;
}
/**
 * Global
 */

.absolute {
    position: absolute;
    top: 0;
    left: 0;
}
.block {
    display: block;
}
.overflow-hidden {
    overflow: hidden;
}
.relative {
    position: relative;
}
.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}
.sm-clear {
    display: none;
}
.map-wrapper img {
    max-width: none;
}
.hoover-pointer:hover,
.hover-pointer:hover {
    cursor: pointer;
}
.hoover-help:hover,
.hover-help:hover {
    cursor: help;
}
.overflow-x-hidden,
.hidden-x {
    overflow-x: hidden;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* browsers */
    
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
    
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.map-wrapper img,
.widget-map img {
    max-width: none !important;
}
.xss-visible,
.visible-xss {
    display: none;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .clear-sm {
        clear: both;
        width: 100%;
        overflow: hidden;
    }
    .pull-left-sm {
        float: left !important;
    }
    .pull-none-sm {
        float: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .clear-xs {
        clear: both;
        width: 100%;
        overflow: hidden;
    }
    .pull-left-xs {
        float: left !important;
    }
}
@media (max-width: 479px) {
    .xss-hidden,
    .hidden-xss {
        display: none;
    }
    .xss-visible,
    .visible-xss {
        display: block;
    }
}


/**
 * Button
 */

.btn {
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 13px;
    font-family:  sans-serif;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding: 12px 17px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn-sm {
    padding: 6px 12px 5px;
}
.btn-pure {
    padding: 0;
    font-size: inherit;
    padding: 0;
    background: none;
    line-height: 1;
}
.btn-default {
    color: #555;
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}
.btn-default:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}
.btn-primary {
    background: #DB3944;
    border-color: #DB3944;
    color: #FFF !important;
    border-bottom: 2px solid #DB3944;
}
.btn-primary:hover {
    background: #870500;
    border-color: #870500;
}
.btn-info {
    background: #2E8ED7;
    border-color: #2E8ED7;
    color: #FFF !important;
}
.btn-info:hover {
    background: #4477B2;
    border-color: #4477B2;
}
.btn-success {
    background: #469C3B;
    border-color: #469C3B;
    color: #FFF !important;
}
.btn-success:hover {
    background: #52B545;
    border-color: #52B545;
}
.btn-warning {
    background: #FF8E01;
    border-color: #FF8E01;
    color: #FFF !important;
}
.btn-warning:hover {
    background: #FFAF4D;
    border-color: #FFAF4D;
}
.btn-danger {
    background: #FF3755;
    border-color: #FF3755;
    color: #FFF !important;
}
.btn-danger:hover {
    background: #F50C27;
    border-color: #F50C27;
}
.btn-color-02 {
    background: #87495B;
    border-color: #87495B;
    color: #FFF !important;
}
.btn-color-02:hover {
    background: #A1576C;
    border-color: #A1576C;
}
.btn-color-03 {
    background: #0B4D81;
    border-color: #0B4D81;
    color: #FFF !important;
}
.btn-color-03:hover {
    background: #0E5E9C;
    border-color: #0E5E9C;
}
.btn-primary.btn-inverse,
.btn-info.btn-inverse,
.btn-success.btn-inverse,
.btn-warning.btn-inverse,
.btn-danger.btn-inverse {
    background: transparent;
    border-width: 2px;
}
.btn-primary.btn-inverse {
    color: #DB3944 !important;
    border-color: #DB3944 !important;
}
.btn-info.btn-inverse {
    color: #2E8ED7 !important;
}
.btn-success.btn-inverse {
    color: #68E030 !important;
}
.btn-warning.btn-inverse {
    color: #FFC537 !important;
}
.btn-danger.btn-inverse {
    color: #FF3755 !important;
}
.btn-primary.btn-inverse:hover {
    color: #FFF !important;
    background: #DB3944;
    border-color: #870500;
}
.btn-info.btn-inverse:hover {
    color: #FFF !important;
    background: #2E8ED7;
    border-color: #2E8ED7;
}
.btn-success.btn-inverse:hover {
    color: #FFF !important;
    background: #469C3B;
    border-color: #469C3B;
}
.btn-warning.btn-inverse:hover {
    color: #FFF !important;
    background: #FF8E01;
    border-color: #FF8E01;
}
.btn-danger.btn-inverse:hover {
    color: #FFF !important;
    background: #FF3755;
    border-color: #FF3755;
}
.btn-form {
    border-radius: 0;
    border: none;
    padding: 7px 7px;
    font-weight: 500;
}
.btn-sm {
    font-size: 10px;
}
.btn-more-less,
.btn-info-more-less {
    background: none;
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #DB3944;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.btn-more-less:hover,
.btn-more-less:focus,
.btn-more-less:active,
.btn-info-more-less:hover,
.btn-info-more-less:focus,
.btn-info-more-less:active {
    color: #DB3944;
}
.btn-app {
    text-align: left;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    background: #222;
    padding: 6px 10px;
    border: 0;
    letter-spacing: 1px;
    margin-right: 0;
    text-transform: capitalize;
}
.btn-app .icon {
    display: block;
    float: left;
    font-size: 28px;
    line-height: 1;
    margin-right: 5px;
}
.btn-app .content {
    display: block;
    float: left;
    padding-top: 3px;
}
.btn-app .content > span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 1px 0 0;
}
.btn-app:hover {
    background: #DB3944;
}


/*Footer Style*/
.bottomWrap {
    color: #fff!important;
    background: #22323E;
    clear: both;
}
.copyright {
    border-top: 1px solid #222;
    padding: 20px 0;
    margin-top:20px;
}
.bottomWrap h2.block-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 34px;
    font-weight: bold;
    margin-bottom: 34px;
}
.bottomWrap .nav>li>a {
    padding: 0;
    color:#fff;
    font-size: 16px;
    line-height: 27px;
}
.bottomWrap .nav>li>a:hover{
    background:none;
}


#sub_search_block, #map_wrapper {
    float: left;
    width: 100%;
}
.header_block {
    background: #bd1f1f;
    border-radius: 0;
}
.row-sub-search {
    border: 1px solid #ddd;
    background: #ffffff no-repeat;
}
#sub_search_block .header_block h2 {
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    margin: 0px;
    padding-left: 15px;
}
.sub-search-comp-name a {
    font-weight: 300;
    line-height:18px;
    display:block;
    padding:5px 0;
}

/*  Login

 /* ---------------------------------------------------------------------- */

body.login {
    color: #7F7F7F;
}
body.login .main-login, .main-register {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left:auto;
    margin-right:auto;
    max-width:60%;
}
.main-register {
    max-width:600px;
}
body.login.example2 {
    //background-image: url("../images/bg_2.png");
    background-repeat:repeat;
    background-color: rgba(255, 255, 255, 0);
    overflow-x:hidden;
    
}
body.login .main-login {
/*padding:120px 0;*/

}
body.login .box-login, body.login .box-forgot, body.login .box-register {
    background: #FFFFFF;
    border-radius: 5px;
    /*box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);*/
    overflow: hidden;
    padding: 15px;
    color: #000;
    /*border: 1px solid #ccc;*/
    width:100%
}
body.login .form fieldset {
    border: none;
    margin: 0;
    padding: 10px 0 0;
}
body.login a.forgot {
    color: #909090;
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    top: 9px;
}
body.login input.password {
    padding-right: 130px;
}
body.login label {
    color: #000;
    font-size: 14px;
    margin-top: 5px;
}
.box-login h3, .box-register h3{
   /* font-size: 24px;
    color: #bd1f1f;
    text-align:center;*/
    font-size: 24px;
    color: #20303c;
    text-align: center;
    font-family:  sans-serif;
    font-weight: normal;
}
.ac_type {
    margin-right: 15px;
}
body.login .copyright {
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 10px 0;
    text-align: center;
}
body.login .form-actions:before, body.login .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}
body.login .form-actions:after {
    clear: both;
}
body.login .form-actions {
    margin-top: 15px;
    padding-top: 10px;
    display: block;
}
body.login .new-account {
    border-top: 1px dotted #EEEEEE;
    margin-top: 15px;
    padding-top: 10px;
    display: block;
}
span.input-icon, span.input-help {
    display: block;
    position: relative;
}
.input-icon > input {
    padding-left: 25px;
    padding-right: 6px;
}
.input-icon > [class*="fa-"], .input-icon > [class*="clip-"] {
 bottom: 0;
 color: #909090;
 display: inline-block;
 font-size: 14px;
 left: 5px;
 line-height: 35px;
 padding: 0 3px;
 position: absolute;
 top: 0;
 z-index: 2;
}
.btn-bricky {
    background-color: #2B90FF;
    border-color: #255992;
    color: #ffffff;
}
.signupwithfacebook {
    font-size: 18px;
    font-weight: 200;
    color: #fff !important;
    background: #3c59aa;
    border: 1px solid transparent;
    border-bottom-color: #0d5b97;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    text-transform:inherit;
}
.comp_info p{
    margin-bottom:20px
}
.comp_info p{ margin-right:15px}

.category_listing {float: left;width: 100%;}
.category_listing li{float: left;width: 50%;}
.category_listing li a{color:#000;}
.category_listing li a:hover{color:#DB3944;}
.side-banner{
    width:100%;
    max-width:300px;
    height:auto;
    max-height:600px;
    margin:10px 0;
}
.horz-banner{
    width:100%;
    max-width:728px;
    height:auto;
    max-height:90px;
    margin:10px auto;
}
.horz-banner-mob{
    max-width:320px;
    width:100%;
    height:270px;
    overflow:hidden;
    margin:10px auto;
}
.mob-ad-banner{
    width:336px;
    height:250px;
    margin:0 auto;
    overflow:hidden
}

@media only screen and (max-width: 767px) 
    {
        .deal-sm-inner .col-sm-6
        {
            max-width:100%!important;
        }
        .arrange_unit 
        {
            max-width:100%;
        }
        
        .deal-sm-inner{ padding:10px}
    
    }


/*template.css*/
/**
 * Header
 */

.header-inner {
    margin-left: 30px;
    margin-right: 30px;
}
.navbar-default {
    background: #FFF;
    margin: 0;
   border-bottom: 1px solid #ccc !important;
}
.navbar {
    border-bottom: 0;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.navbar-brand {
    float: left;
    font-size: 24px;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding-top: 11px;
    padding-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
}
.full-width-container #header .navbar .container .navbar-header {
    margin-left: 15px;
}
.navbar-nav {
    border-left: 1px solid #E5E5E5;
    min-height: 90px;
}
.navbar-nav > li > a {
    /*line-height: 56px;*/
    line-height: 90px;
    font-weight: 500;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
ul.navbar-nav {} ul.navbar-nav li {} .navbar-collapse.pull-left .navbar-nav {
    padding-left: 15px;
}
/* Main Menu Dropdown */

.navbar-nav li {
    position: relative;
}
.navbar-nav li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 56px;
    left: 0;
    width: 220px;
    display: none;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-top: 2px solid #BA0600;
}
.navbar-nav li ul li a {
    border-bottom: 1px solid #E5E5E5;
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 400;
    color: #636363;
}
.navbar-nav li > ul > li:last-child > a,
.navbar-nav li > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}
.navbar-nav li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
}
.navbar-nav li ul li ul {
    position: absolute;
    left: 218px;
    top: -2px;
    box-shadow: -10px 1px 20px rgba(0, 0, 0, 0.1);
}
.navbar-nav li ul li:hover ul li a {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-nav li ul li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
}
/* Mega Menu */

.navbar-nav > li.mega-menu {
    position: inherit!important;
    left: 0;
}
.navbar-nav > li.mega-menu ul {
    left: 0%;
    width: 100%;
    top: 56px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-nav > li.mega-menu:hover > a,
.navbar-nav > li.mega-menu > a:hover,
.navbar-nav > li.dropdown:hover > a,
.navbar-nav > li.dropdown > a:hover,
.navbar-nav > li.dropdown.active > a,
.navbar-nav > li.dropdown.active > a:hover,
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {
    color: #870500 !important;
    background: none !important;
}
.navbar-arrow > ul > li .arrow-indicator {
    margin-left: 7px;
    color: #CCC;
}
.navbar-arrow ul ul > li .arrow-indicator {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    font-size: 16px;
    color: #CCC;
}
.megamenu-container .arrow-indicator {
    display: none !important;
}
@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
    }
    .deal-sm-inner .btn-primary{ float:right}
}
@media only screen and (max-width: 1199px) {
    .navbar-nav > li > a {
        font-weight: 500;
        font-size: 12px;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        text-transform: uppercase;
        font-family: sans-serif;
        letter-spacing: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-brand {
        padding-top: 20px;
        padding-bottom: 0;
        line-height: 30px;
    }
    .navbar-arrow > ul > li .arrow-indicator,
    .navbar-arrow ul ul > li .arrow-indicator {
        display: none !important;
    }
    .navbar-brand {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .header-inner {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .header-inner {
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-brand {
        padding-right: 0;
        margin: 0;
    }
    #header .navbar .container .navbar-header {
        margin-left: 0;
    }
    
.arrange_unit 
{
    width:100%!important;
    display:block!important;
    margin:0 !important; 
}
}
@media (max-width: 479px) {
    #header .navbar .container .navbar-header {
        margin-left: -15px;
    }
    
    .navbar-default .navbar-brand{
        max-width:226px;
    }
}
/**
 * Mini Navbar
 */

.navbar-mini {} .navbar-mini > ul {
    line-height: 55px;
    margin: 15px 0 0 0;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.navbar-mini > ul > li {
    float: left;
    margin-left: 15px;
}
.navbar-mini > ul > li:last-child {
    border-right: none;
}
.navbar-mini > ul > li > a {
    color: #5D5D5D;
    font-size: 12px;
}
.navbar-mini > ul > li > a.btn {
    font-size: 14px;
    padding-top: 5px;
}
.navbar-mini .dropdown-menu {
    min-width: 80px;
}
.navbar-mini .dropdown-menu > li > a {
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1;
}
.navbar-mini .dropdown-menu > li:first-child > a {
    padding-top: 5px;
}
.navbar-mini .dropdown-menu > li:last-child > a {
    padding-bottom: 5px;
}
.navbar-mini .dropdown-menu > li > a:hover,
.navbar-mini .dropdown-menu > li:hover > a,
.navbar-mini .dropdown-menu > li > a:focus {
    color: #BA0600 !important;
    background: none !important;
}
.navbar-mini .dropdown-menu {
    padding: 10px 5px !important;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .navbar-fixed-top {
        position: relative !important;
        clear: both;
    }
    .navbar-mini {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-mini {
        width:100%;
        text-align:center;
        margin-right:0
    }
    .navbar-mini > ul > li {
    float: none;
    margin-left: 0;
    display:inline-block
}
.navbar{
        min-height:80px;
    }
}
@media (max-width: 479px) {
    .navbar-mini > ul > li {
        margin-left: 10px;
    }
    .navbar-mini > ul > li > a.btn {
        border: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
/**
 * Sticky Header
 */

.navbar-sticky {
    background-color: white;
    border-color: #e6e6e6;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);
}
.navbar-sticky.navbar-default {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-sticky .navbar-brand {
    padding-top: 7px;
    padding-bottom: 0;
}
.navbar-sticky .navbar-brand:hover,
.navbar-sticky .navbar-brand:focus {
    color: #4D82B8;
    background-color: transparent
}
.navbar-sticky .navbar-nav > li > a {
    line-height: 50px;
    color: #565656
}
.navbar-sticky .navbar-nav > li > a:hover,
.navbar-sticky .navbar-nav > li > a:focus {
    color: #4D82B8;
    background-color: transparent
}
.navbar-sticky .navbar-nav > .active > a,
.navbar-sticky .navbar-nav > .active > a:hover,
.navbar-sticky .navbar-nav > .active > a:focus {
    color: #4D82B8;
    background-color: transparent
}
.navbar-sticky .navbar-nav > .disabled > a,
.navbar-sticky .navbar-nav > .disabled > a:hover,
.navbar-sticky .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent
}
.navbar-sticky .navbar-mini > ul {
    line-height: 49px;
}
.navbar-sticky .navbar-nav > li > ul {
    top: 50px;
}
.navbar-sticky .navbar-nav > li.mega-menu ul {
    top: 50px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .navbar-sticky.navbar-default {
        padding-bottom: 5px;
    }
    .navbar-sticky .navbar-brand {
        padding-top: 10px;
    }
}
@media (max-width: 767px) {
    .navbar-sticky .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #EAEAEA;
    }
    .navbar-sticky .navbar-nav > li:first-child > a {
        padding-top: 3px;
    }
    .navbar-sticky .navbar-nav > li:last-child > a {
        border-bottom: none;
    }
}
@media (max-width: 479px) {}
/**
 * Sign-in & Sign-up modal
 */

.login-box-wrapper .modal-header,
.login-box-wrapper .modal-footer {
    background: #EEE;
}
.login-box-wrapper .modal-body {
    padding: 25px 25px 20px;
}
.login-modal-or {
    margin: 40px 0 20px;
    text-align: center;
}
.login-modal-or > div {
    border-top: 1px solid #DB3944;
    position: relative;
    height: 14px;
}
.login-modal-or > div > span {
    display: block;
    width: 40px;
    height: 40px;
    background: #DB3944;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    font-size: 10px;
        font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    text-transform: uppercase;
}
.login-box-link-action {
    text-align: right;
}
.login-box-box-action {
    margin-top: 10px;
}
.btn-facebook,
.btn-google-plus {
    color: #FFF !important;
}
.btn-facebook {
    background: #3b5998;
}
.btn-google-plus {
    background: #d34836;
}
.btn-facebook:hover,
.btn-google-plus:hover {
    opacity: 0.8;
}



/**
 * Footer
 */

.main-footer {
    background: #493436;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 50px;
    padding-bottom: 30px;
}
.main-footer .pl-wrapper {
    float: right;
    width: 100%;
    padding-left: 200px;
}
.main-footer a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}
.main-footer a:hover {
    color: rgba(255, 255, 255, 1);
}
.footer-logo {
    font-size: 30px;
    margin: 0 0 30px;
    color: #FFF;
    width: 140px;
}
.about-us-footer {
    padding-right: 15px;
}
.newsletter-footer {
    margin: 0 0 40px;
}
.newsletter-footer .form-group {
    position: relative;
    margin: 0;
}
.newsletter-footer .form-control {
    background: none;
    border: 0;
    padding: 0;
    padding-bottom: 15px;
    padding-right: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin: 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
        height: 40px;
}
.newsletter-footer .form-control::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
}
.newsletter-footer .form-control:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
}
.newsletter-footer .form-control::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
}
.newsletter-footer .form-control:focus {
    border-color: #DB3944;
}
.newsletter-footer .btn-submit {
    position: absolute;
    top: 2px;
    right: 0;
    color: rgba(255, 255, 255, 0.8);
    background: none;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    letter-spacing: 2.5px;
    display: block;
        font-family: 'Oswald', sans-serif;
}
.newsletter-footer .btn-submit:hover {
    color: #FFF;
}
ul.menu-footer li {
    margin-bottom: 5px;
    display: block;
    line-height: 1.25;
}
ul.menu-footer li a {
    font-size: 13px;
}
h4.footer-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 10px;
    color: #FFF;
}
.secondary-footer {
    background: #493436;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    font-size: 13px;
}
.secondary-footer h6 {
    color: #FFF;
}
ul.social-footer {
    margin: 0 0 10px;
}
ul.social-footer li {
    display: inline-block;
    padding: 0 5px;
}
ul.social-footer li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #FFF;
    display: block;
    line-height: 28px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .main-footer .pl-wrapper {
        padding-left: 0;
    }
    .newsletter-footer {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .newsletter-footer .form-control {
        font-size: 16px;
    }
    .newsletter-footer .btn-submit {
        top: -1px;
    }
}
@media (max-width: 479px) {
        .main-footer {
                padding-bottom: 0;
        }
        ul.menu-footer li {
                width: 50%;
                float: left;
        }
}
/**
 * Tab Style
 */

.tab-style-01-wrapper ul.tab-nav {
    margin: 0 0 30px;
    border-bottom: 1px solid #CCCBCA;
}
.tab-style-01-wrapper ul.tab-nav li {
    display: inline-block;
    margin: 0;
    margin-right: 1px;
}
.tab-style-01-wrapper ul.tab-nav li a {
    display: block;
    padding: 10px 20px 7px;
    color: #484848;
    font-size: 14px;
    position: relative;
    border: 1px solid #DEDDDC;
    border-bottom: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
}
.tab-style-01-wrapper ul.tab-nav li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.tab-style-01-wrapper ul.tab-nav li.active a,
.tab-style-01-wrapper ul.tab-nav li.active:hover a {
    color: #DB3944;
    border-color: #CCCBCA;
}
.tab-style-01-wrapper ul.tab-nav li.active a:after,
.tab-style-01-wrapper ul.tab-nav li.active a:hover:after {
    background: #F3F2F1;
}
.tab-style-01-wrapper ul.tab-nav li a:hover:before,
.tab-style-01-wrapper ul.tab-nav li a:hover:after {
    background: #F3F2F1;
}
.tab-style-01-wrapper ul.tab-nav li a:hover {
    color: #DB3944;
    border-color: #CCCBCA;
}
.tab-style-01-wrapper ul.tab-nav li.active a:hover {
    background: none;
    color: #DB3944;
    cursor: default;
}
.tab-style-01-wrapper ul.tab-nav.text-center {} .tab-vertical-style-01-wrapper ul.tab-nav {
    margin: 0 0 30px;
    margin-right: 5px;
    border-right: 1px solid #CCCBCA;
    padding: 5px 0;
    padding-right: 10px;
}
.tab-vertical-style-01-wrapper ul.tab-nav li {
    display: block;
    margin: 0 0 20px;
}
.tab-vertical-style-01-wrapper ul.tab-nav li:last-child {
    margin: 0;
}
.tab-vertical-style-01-wrapper ul.tab-nav li a {
    display: block;
    color: #484848;
    font-size: 14px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}
.tab-vertical-style-01-wrapper ul li a:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -12px;
    width: 3px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.tab-vertical-style-01-wrapper ul li.active a,
.tab-style-01-wrapper ul li.active:hover a {
    color: #DB3944;
}
.tab-vertical-style-01-wrapper ul li.active a:after,
.tab-style-01-wrapper ul li.active a:hover:after {
    background: #DB3944;
}
.tab-style-01-wrapper ul li a:hover:before,
.tab-style-01-wrapper ul li a:hover:after {
    background: #DB3944;
}
.tab-style-01-wrapper ul li a:hover {
    color: #DB3944;
    border-color: #CCCBCA;
}
.tab-style-01-wrapper ul li.active a:hover {
    background: none;
    color: #DB3944;
    cursor: default;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active {
    padding: 0;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li a:after {
    top: 0;
    bottom: 0;
    right: -2px
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li {
    margin: 0;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li a {
    padding: 12px 0;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li.active a {
    background: #E6E4E3;
    padding-left: 15px;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li a:hover {
    color: #DB3944;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {} @media (max-width: 479px) {
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li {
        display: block;
        width: 100%;
    }
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li a {
        padding: 10px 2x 7px;
        font-size: 12px;
        display: block;
        width: 100%;
    }
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li.active a:after,
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li.active a:hover:after,
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li a:hover:after {
        background: #DB3944;
        z-index: 3;
    }
}
/*end template.css*/



/*WIX*/
.step-name,
.step:before {
    -webkit-align-self: center
}
@font-face {
    font-family: wix-style-svg-font-icons;
    src: url(svg-font/wix-style-svg-font-icons.eot);
    src: url(svg-font/wix-style-svg-font-icons.eot?#iefix) format("embedded-opentype"), url(svg-font/wix-style-svg-font-icons.woff) format("woff"), url(svg-font/wix-style-svg-font-icons.ttf) format("truetype"), url(svg-font/wix-style-svg-font-icons.svg?#wix-style-svg-font-icons) format("svg");
    font-weight: 400;
    font-style: normal
}
.error.ng-invalid.ng-dirty.md-autocomplete-input:not(.suppress-error)+.icon,
.error2.ng-invalid.ng-dirty.md-autocomplete-input:not(.suppress-error)+.icon,
.ng-submitted .error.ng-invalid.md-autocomplete-input:not(.suppress-error)+.icon,
.ng-submitted .error2.ng-invalid.md-autocomplete-input:not(.suppress-error)+.icon,
.ng-submitted .wix-input input.error.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted .wix-input input.error2.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted .wix-input textarea.error.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted .wix-input textarea.error2.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted .wix-textarea textarea.error.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted .wix-textarea textarea.error2.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted wix-input-container input.error.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted wix-input-container input.error2.ng-invalid:not(.suppress-error)+.icon,
.step:before,
.wix-breadcrumbs .breadcrumb+.breadcrumb:before,
.wix-input .ng-submitted input.error.ng-invalid:not(.suppress-error)+.icon,
.wix-input .ng-submitted input.error2.ng-invalid:not(.suppress-error)+.icon,
.wix-input .ng-submitted textarea.error.ng-invalid:not(.suppress-error)+.icon,
.wix-input .ng-submitted textarea.error2.ng-invalid:not(.suppress-error)+.icon,
.wix-input input.error.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-input input.error2.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-input textarea.error.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-input textarea.error2.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-list-item .wix-list-icon.wix-list-actions,
.wix-list-item .wix-list-icon.wix-list-draggable,
.wix-style-svg-font-icons,
.wix-table-card-list-item .wix-table-card-list-icon.wix-table-card-list-actions,
.wix-table-card-list-item .wix-table-card-list-icon.wix-table-card-list-draggable,
.wix-textarea .ng-submitted textarea.error.ng-invalid:not(.suppress-error)+.icon,
.wix-textarea .ng-submitted textarea.error2.ng-invalid:not(.suppress-error)+.icon,
.wix-textarea textarea.error.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-textarea textarea.error2.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-toggle span .toggle-circle:before,
[class*=" wix-style-svg-font-icons-"]:before,
[class^=wix-style-svg-font-icons-]:before,
md-select ._md-select-value ._md-select-icon,
md-select ._md-select-value .md-select-icon,
md-select .md-select-value ._md-select-icon,
md-select .md-select-value .md-select-icon,
wix-checkbox [type=checkbox]:checked+.wix-checkbox-inner,
wix-checkbox [type=checkbox]:indeterminate+.wix-checkbox-inner,
wix-input-container .ng-submitted input.error.ng-invalid:not(.suppress-error)+.icon,
wix-input-container .ng-submitted input.error2.ng-invalid:not(.suppress-error)+.icon,
wix-input-container input.error.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
wix-input-container input.error2.ng-invalid.ng-dirty:not(.suppress-error)+.icon {
    font-family: wix-style-svg-font-icons;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.wix-style-svg-font-icons-arrow-down:before,
md-select ._md-select-value ._md-select-icon:before,
md-select ._md-select-value .md-select-icon:before,
md-select .md-select-value ._md-select-icon:before,
md-select .md-select-value .md-select-icon:before {
    content: "\f101"
}
.dp-header .dp-prev:before,
.wix-style-svg-font-icons-arrow-left:before {
    content: "\f102"
}
.dp-header .dp-next:before,
.step:before,
.wix-breadcrumbs .breadcrumb+.breadcrumb:before,
.wix-style-svg-font-icons-arrow-right:before {
    content: "\f103"
}
.wix-style-svg-font-icons-arrow-top:before {
    content: "\f104"
}
.wix-style-svg-font-icons-arrow-up:before {
    content: "\f105"
}
.wix-style-svg-font-icons-arrow-vertical:before {
    content: "\f106"
}
.wix-notification-general.is-notification-closable-with-icon .wix-notification-icon:before,
.wix-notification-general.is-notification-closable-with-icon-dark .wix-notification-icon:before,
.wix-style-svg-font-icons-bulb:before {
    content: "\f107"
}
.wix-style-svg-font-icons-chat:before {
    content: "\f108"
}
.wix-notification-success.is-notification-closable-with-icon .wix-notification-icon:before,
.wix-notification-success.is-notification-closable-with-icon-dark .wix-notification-icon:before,
.wix-style-svg-font-icons-check:before,
wix-checkbox [type=checkbox]:checked+.wix-checkbox-inner:before {
    content: "\f109"
}
.wix-notification-error.is-notification-closable .wix-notification-close-button:before,
.wix-notification-error.is-notification-closable-with-icon .wix-notification-close-button:before,
.wix-notification-error.is-notification-closable-with-icon-dark .wix-notification-close-button:before,
.wix-notification-error.is-notification-closable-with-inner-button .wix-notification-close-button:before,
.wix-notification-general.is-notification-closable .wix-notification-close-button:before,
.wix-notification-general.is-notification-closable-with-icon .wix-notification-close-button:before,
.wix-notification-general.is-notification-closable-with-icon-dark .wix-notification-close-button:before,
.wix-notification-general.is-notification-closable-with-inner-button .wix-notification-close-button:before,
.wix-notification-success.is-notification-closable .wix-notification-close-button:before,
.wix-notification-success.is-notification-closable-with-icon .wix-notification-close-button:before,
.wix-notification-success.is-notification-closable-with-icon-dark .wix-notification-close-button:before,
.wix-notification-success.is-notification-closable-with-inner-button .wix-notification-close-button:before,
.wix-notification-warning.is-notification-closable .wix-notification-close-button:before,
.wix-notification-warning.is-notification-closable-with-inner-button .wix-notification-close-button:before,
.wix-style-svg-font-icons-close:before {
    content: "\f10a"
}
.wix-style-svg-font-icons-data-picker-arrow:before {
    content: "\f10b"
}
.wix-list-item .wix-list-icon.wix-list-actions:before,
.wix-style-svg-font-icons-dots:before,
.wix-table-card-list-item .wix-table-card-list-icon.wix-table-card-list-actions:before {
    content: "\f10c"
}
.wix-style-svg-font-icons-download:before {
    content: "\f10d"
}
.wix-list-item .wix-list-icon.wix-list-draggable:before,
.wix-style-svg-font-icons-drag:before,
.wix-table-card-list-item .wix-table-card-list-icon.wix-table-card-list-draggable:before {
    content: "\f10e"
}
.wix-style-svg-font-icons-duplication:before {
    content: "\f10f"
}
.wix-style-svg-font-icons-finder:before {
    content: "\f110"
}
.wix-style-svg-font-icons-help:before {
    content: "\f111"
}
.wix-style-svg-font-icons-hidden:before {
    content: "\f112"
}
.wix-style-svg-font-icons-image:before {
    content: "\f113"
}
.wix-style-svg-font-icons-info:before {
    content: "\f114"
}
.wix-style-svg-font-icons-move:before {
    content: "\f115"
}
.wix-style-svg-font-icons-partial-check:before,
wix-checkbox [type=checkbox]:indeterminate+.wix-checkbox-inner:before {
    content: "\f116"
}
.wix-style-svg-font-icons-pen-outline:before {
    content: "\f117"
}
.wix-style-svg-font-icons-pen:before {
    content: "\f118"
}
.wix-notification-error.is-notification-closable-with-icon .wix-notification-icon:before,
.wix-notification-error.is-notification-closable-with-icon-dark .wix-notification-icon:before,
.wix-style-svg-font-icons-plaster:before {
    content: "\f119"
}
.wix-style-svg-font-icons-plus-new:before {
    content: "\f11a"
}
.wix-style-svg-font-icons-plus-with-circle:before {
    content: "\f11b"
}
.wix-style-svg-font-icons-plus:before {
    content: "\f11c"
}
.wix-style-svg-font-icons-remove:before {
    content: "\f11d"
}
.wix-style-svg-font-icons-replace:before {
    content: "\f11e"
}
.wix-style-svg-font-icons-search-new:before {
    content: "\f11f"
}
.wix-style-svg-font-icons-search:before {
    content: "\f120"
}
.wix-style-svg-font-icons-toggle-off:before,
.wix-toggle span .toggle-circle:before {
    content: "\f121"
}
.wix-style-svg-font-icons-toggle-on:before,
.wix-toggle [type=checkbox]:checked+span .toggle-circle:before {
    content: "\f122"
}
.wix-style-svg-font-icons-trash-can:before {
    content: "\f123"
}
.wix-style-svg-font-icons-validation:before {
    content: "\f124"
}
.wix-style-svg-font-icons-view:before {
    content: "\f125"
}
.wix-style-svg-font-icons-visibilty:before {
    content: "\f126"
}
.wix-style-svg-font-icons-x:before {
    content: "\f127"
}
.step:first-child:before,
.wix-modal .wix-modal--footer:after {
    content: ''
}
.wix-toggle [type=checkbox],
wix-checkbox [type=checkbox],
wix-radio [type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    opacity: 1!important;  /*changed*/
    display: block;/*changed*/
}
.wix-link {
    color: #3899ec;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: visible;
    width: auto;
    background: 0 0;
    border: 0;
    display: inline;
    font: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
    cursor: pointer
}
.wix-link::-moz-focus-inner {
    border: 0;
    padding: 0
}
.wix-button,
.wix-button-danger,
.wix-button-emphasize,
.wix-button-invert,
.wix-button-invert-light,
.wix-button-market,
.wix-button-premium,
.wix-button-transparent{
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    border-radius: 999px;
    border: none;
    color: #fff;
    font-family:  sans-serif;
    font-size: 16px;
    line-height: 36px;
    padding: 0 24px;
    cursor: pointer;
    outline: 0;
    -webkit-font-smoothing: antialiased
}
.disabled.wix-button,
.disabled.wix-button-danger,
.disabled.wix-button-danger:active,
.disabled.wix-button-danger:hover,
.disabled.wix-button-emphasize,
.disabled.wix-button-emphasize:active,
.disabled.wix-button-emphasize:hover,
.disabled.wix-button-invert,
.disabled.wix-button-invert-light,
.disabled.wix-button-invert-light:active,
.disabled.wix-button-invert-light:hover,
.disabled.wix-button-invert:active,
.disabled.wix-button-invert:hover,
.disabled.wix-button-market,
.disabled.wix-button-market:active,
.disabled.wix-button-market:hover,
.disabled.wix-button-premium,
.disabled.wix-button-premium:active,
.disabled.wix-button-premium:hover,
.disabled.wix-button-transparent,
.disabled.wix-button-transparent:active,
.disabled.wix-button-transparent:hover,
.disabled.wix-button:active,
.disabled.wix-button:hover,
[disabled].wix-button,
[disabled].wix-button-danger,
[disabled].wix-button-danger:active,
[disabled].wix-button-danger:hover,
[disabled].wix-button-emphasize,
[disabled].wix-button-emphasize:active,
[disabled].wix-button-emphasize:hover,
[disabled].wix-button-invert,
[disabled].wix-button-invert-light,
[disabled].wix-button-invert-light:active,
[disabled].wix-button-invert-light:hover,
[disabled].wix-button-invert:active,
[disabled].wix-button-invert:hover,
[disabled].wix-button-market,
[disabled].wix-button-market:active,
[disabled].wix-button-market:hover,
[disabled].wix-button-premium,
[disabled].wix-button-premium:active,
[disabled].wix-button-premium:hover,
[disabled].wix-button-transparent,
[disabled].wix-button-transparent:active,
[disabled].wix-button-transparent:hover,
[disabled].wix-button:active,
[disabled].wix-button:hover {
    color: #f1f1f1;
    cursor: default
}
.disabled.wix-button-danger:not(.wix-button-transparent):not(.is-button-outline),
.disabled.wix-button-danger:not(.wix-button-transparent):not(.is-button-outline):active,
.disabled.wix-button-danger:not(.wix-button-transparent):not(.is-button-outline):hover,
.disabled.wix-button-emphasize:not(.wix-button-transparent):not(.is-button-outline),
.disabled.wix-button-emphasize:not(.wix-button-transparent):not(.is-button-outline):active,
.disabled.wix-button-emphasize:not(.wix-button-transparent):not(.is-button-outline):hover,
.disabled.wix-button-invert-light:not(.wix-button-transparent):not(.is-button-outline),
.disabled.wix-button-invert-light:not(.wix-button-transparent):not(.is-button-outline):active,
.disabled.wix-button-invert-light:not(.wix-button-transparent):not(.is-button-outline):hover,
.disabled.wix-button-invert:not(.wix-button-transparent):not(.is-button-outline),
.disabled.wix-button-invert:not(.wix-button-transparent):not(.is-button-outline):active,
.disabled.wix-button-invert:not(.wix-button-transparent):not(.is-button-outline):hover,
.disabled.wix-button-market:not(.wix-button-transparent):not(.is-button-outline),
.disabled.wix-button-market:not(.wix-button-transparent):not(.is-button-outline):active,
.disabled.wix-button-market:not(.wix-button-transparent):not(.is-button-outline):hover,
.disabled.wix-button-premium:not(.wix-button-transparent):not(.is-button-outline),
.disabled.wix-button-premium:not(.wix-button-transparent):not(.is-button-outline):active,
.disabled.wix-button-premium:not(.wix-button-transparent):not(.is-button-outline):hover,
.disabled.wix-button-transparent:not(.wix-button-transparent):not(.is-button-outline),
.disabled.wix-button-transparent:not(.wix-button-transparent):not(.is-button-outline):active,
.disabled.wix-button-transparent:not(.wix-button-transparent):not(.is-button-outline):hover,
.disabled.wix-button:not(.wix-button-transparent):not(.is-button-outline),
.disabled.wix-button:not(.wix-button-transparent):not(.is-button-outline):active,
.disabled.wix-button:not(.wix-button-transparent):not(.is-button-outline):hover,
[disabled].wix-button-danger:not(.wix-button-transparent):not(.is-button-outline),
[disabled].wix-button-danger:not(.wix-button-transparent):not(.is-button-outline):active,
[disabled].wix-button-danger:not(.wix-button-transparent):not(.is-button-outline):hover,
[disabled].wix-button-emphasize:not(.wix-button-transparent):not(.is-button-outline),
[disabled].wix-button-emphasize:not(.wix-button-transparent):not(.is-button-outline):active,
[disabled].wix-button-emphasize:not(.wix-button-transparent):not(.is-button-outline):hover,
[disabled].wix-button-invert-light:not(.wix-button-transparent):not(.is-button-outline),
[disabled].wix-button-invert-light:not(.wix-button-transparent):not(.is-button-outline):active,
[disabled].wix-button-invert-light:not(.wix-button-transparent):not(.is-button-outline):hover,
[disabled].wix-button-invert:not(.wix-button-transparent):not(.is-button-outline),
[disabled].wix-button-invert:not(.wix-button-transparent):not(.is-button-outline):active,
[disabled].wix-button-invert:not(.wix-button-transparent):not(.is-button-outline):hover,
[disabled].wix-button-market:not(.wix-button-transparent):not(.is-button-outline),
[disabled].wix-button-market:not(.wix-button-transparent):not(.is-button-outline):active,
[disabled].wix-button-market:not(.wix-button-transparent):not(.is-button-outline):hover,
[disabled].wix-button-premium:not(.wix-button-transparent):not(.is-button-outline),
[disabled].wix-button-premium:not(.wix-button-transparent):not(.is-button-outline):active,
[disabled].wix-button-premium:not(.wix-button-transparent):not(.is-button-outline):hover,
[disabled].wix-button-transparent:not(.wix-button-transparent):not(.is-button-outline),
[disabled].wix-button-transparent:not(.wix-button-transparent):not(.is-button-outline):active,
[disabled].wix-button-transparent:not(.wix-button-transparent):not(.is-button-outline):hover,
[disabled].wix-button:not(.wix-button-transparent):not(.is-button-outline),
[disabled].wix-button:not(.wix-button-transparent):not(.is-button-outline):active,
[disabled].wix-button:not(.wix-button-transparent):not(.is-button-outline):hover {
    background: #c8c8c8
}
.wix-button-danger::-moz-focus-inner,
.wix-button-emphasize::-moz-focus-inner,
.wix-button-invert-light::-moz-focus-inner,
.wix-button-invert::-moz-focus-inner,
.wix-button-market::-moz-focus-inner,
.wix-button-premium::-moz-focus-inner,
.wix-button-transparent::-moz-focus-inner,
.wix-button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.is-button-outline.disabled.wix-button,
.is-button-outline.disabled.wix-button-danger,
.is-button-outline.disabled.wix-button-emphasize,
.is-button-outline.disabled.wix-button-invert,
.is-button-outline.disabled.wix-button-invert-light,
.is-button-outline.disabled.wix-button-market,
.is-button-outline.disabled.wix-button-premium,
.is-button-outline.disabled.wix-button-transparent,
.is-button-outline.wix-button,
.is-button-outline.wix-button-danger,
.is-button-outline.wix-button-emphasize,
.is-button-outline.wix-button-invert,
.is-button-outline.wix-button-invert-light,
.is-button-outline.wix-button-market,
.is-button-outline.wix-button-premium,
.is-button-outline.wix-button-transparent,
.is-button-outline[disabled].wix-button,
.is-button-outline[disabled].wix-button-danger,
.is-button-outline[disabled].wix-button-emphasize,
.is-button-outline[disabled].wix-button-invert,
.is-button-outline[disabled].wix-button-invert-light,
.is-button-outline[disabled].wix-button-market,
.is-button-outline[disabled].wix-button-premium,
.is-button-outline[disabled].wix-button-transparent {
    background: 0 0
}
.is-button-outline.wix-button-danger:active:not(.disabled):not([disabled]),
.is-button-outline.wix-button-danger:hover:not(.disabled):not([disabled]),
.is-button-outline.wix-button-emphasize:active:not(.disabled):not([disabled]),
.is-button-outline.wix-button-emphasize:hover:not(.disabled):not([disabled]),
.is-button-outline.wix-button-invert-light:active:not(.disabled):not([disabled]),
.is-button-outline.wix-button-invert-light:hover:not(.disabled):not([disabled]),
.is-button-outline.wix-button-invert:active:not(.disabled):not([disabled]),
.is-button-outline.wix-button-invert:hover:not(.disabled):not([disabled]),
.is-button-outline.wix-button-market:active:not(.disabled):not([disabled]),
.is-button-outline.wix-button-market:hover:not(.disabled):not([disabled]),
.is-button-outline.wix-button-premium:active:not(.disabled):not([disabled]),
.is-button-outline.wix-button-premium:hover:not(.disabled):not([disabled]),
.is-button-outline.wix-button-transparent:active:not(.disabled):not([disabled]),
.is-button-outline.wix-button-transparent:hover:not(.disabled):not([disabled]),
.is-button-outline.wix-button:active:not(.disabled):not([disabled]),
.is-button-outline.wix-button:hover:not(.disabled):not([disabled]) {
    box-shadow: none
}
.is-button-outline.disabled.wix-button,
.is-button-outline.disabled.wix-button-danger,
.is-button-outline.disabled.wix-button-emphasize,
.is-button-outline.disabled.wix-button-invert,
.is-button-outline.disabled.wix-button-invert-light,
.is-button-outline.disabled.wix-button-market,
.is-button-outline.disabled.wix-button-premium,
.is-button-outline.disabled.wix-button-transparent,
.is-button-outline[disabled].wix-button,
.is-button-outline[disabled].wix-button-danger,
.is-button-outline[disabled].wix-button-emphasize,
.is-button-outline[disabled].wix-button-invert,
.is-button-outline[disabled].wix-button-invert-light,
.is-button-outline[disabled].wix-button-market,
.is-button-outline[disabled].wix-button-premium,
.is-button-outline[disabled].wix-button-transparent {
    color: #c8c8c8;
    box-shadow: inset 0 0 0 1px #c8c8c8
}
a.wix-button,
a.wix-button-danger,
a.wix-button-emphasize,
a.wix-button-invert,
a.wix-button-invert-light,
a.wix-button-market,
a.wix-button-premium,
a.wix-button-transparent {
    display: inline-block;
    text-decoration: none
}
a.wix-button-danger:hover:not(.wix-button-invert):not(.wix-button-transparent):not(.wix-button-emphasize):not(.disabled):not([disabled]),
a.wix-button-emphasize:hover:not(.wix-button-invert):not(.wix-button-transparent):not(.wix-button-emphasize):not(.disabled):not([disabled]),
a.wix-button-invert-light:hover:not(.wix-button-invert):not(.wix-button-transparent):not(.wix-button-emphasize):not(.disabled):not([disabled]),
a.wix-button-invert:hover:not(.wix-button-invert):not(.wix-button-transparent):not(.wix-button-emphasize):not(.disabled):not([disabled]),
a.wix-button-market:hover:not(.wix-button-invert):not(.wix-button-transparent):not(.wix-button-emphasize):not(.disabled):not([disabled]),
a.wix-button-premium:hover:not(.wix-button-invert):not(.wix-button-transparent):not(.wix-button-emphasize):not(.disabled):not([disabled]),
a.wix-button-transparent:hover:not(.wix-button-invert):not(.wix-button-transparent):not(.wix-button-emphasize):not(.disabled):not([disabled]),
a.wix-button:hover:not(.wix-button-invert):not(.wix-button-transparent):not(.wix-button-emphasize):not(.disabled):not([disabled]) {
    text-decoration: none;
    color: #fff
}
.wix-button {
    background: #3899ec
}
.wix-button.is-button-outline:not(:hover):not(.pseudo-class-hover):not(.disabled):not([disabled]):not(:active):not(.pseudo-class-active) {
    color: #3899ec;
    box-shadow: inset 0 0 0 1px #3899ec
}
.wix-button:hover {
    background: #4eb7f5
}
.wix-button:active {
    background: #3899ec
}
.wix-button-premium {
    background: #aa4dc8
}
.wix-button-premium.is-button-outline:not(:hover):not(.pseudo-class-hover):not(.disabled):not([disabled]):not(:active):not(.pseudo-class-active) {
    color: #aa4dc8;
    box-shadow: inset 0 0 0 1px #aa4dc8
}
.wix-button-premium:hover {
    background: #cd68ed
}
.wix-button-premium:active {
    background: #aa4dc8
}
.wix-button-danger {
    background: #ee5951
}
.wix-button-danger.is-button-outline:not(:hover):not(.pseudo-class-hover):not(.disabled):not([disabled]):not(:active):not(.pseudo-class-active) {
    color: #ee5951;
    box-shadow: inset 0 0 0 1px #ee5951
}
.wix-button-danger:hover {
    background: #f66
}
.wix-button-danger:active {
    background: #ee5951
}
.wix-button-market {
    background: #fb7d33
}
.wix-button-market.is-button-outline:not(:hover):not(.pseudo-class-hover):not(.disabled):not([disabled]):not(:active):not(.pseudo-class-active) {
    color: #fb7d33;
    box-shadow: inset 0 0 0 1px #fb7d33
}
.wix-button-market:hover {
    background: #ff9a48
}
.wix-button-market:active {
    background: #fb7d33
}
.wix-button-invert {
    background: #fff;
    color: #3899ec
}
.wix-button-invert.is-button-outline:not(:hover):not(.pseudo-class-hover):not(.disabled):not([disabled]):not(:active):not(.pseudo-class-active) {
    color: #fff;
    box-shadow: inset 0 0 0 1px #fff
}
.wix-button-invert:hover {
    background: #eaf7ff;
    color: #3899ec
}
.wix-button-invert:active {
    background: #fff
}
.wix-button-transparent {
    background: 0 0;
    color: #3899ec
}
.wix-button-transparent.is-button-outline:not(:hover):not(.pseudo-class-hover):not(.disabled):not([disabled]):not(:active):not(.pseudo-class-active) {
    color: transparent;
    box-shadow: inset 0 0 0 1px transparent
}
.wix-button-invert-light,
.wix-button-transparent:hover {
    background: #fff;
    color: #3899ec
}
.wix-button-transparent:active {
    background: #fff
}
.wix-button-invert-light.is-button-outline:not(:hover):not(.pseudo-class-hover):not(.disabled):not([disabled]):not(:active):not(.pseudo-class-active) {
    color: #fff;
    box-shadow: inset 0 0 0 1px #fff
}
.wix-button-invert-light:hover {
    background: #4eb7f5;
    color: #fff
}
.wix-button-invert-light:active {
    background: #3899ec;
    color: #fff
}
.wix-button-emphasize {
    background: #daeffe;
    color: #3899ec
}
.wix-button-emphasize.is-button-outline:not(:hover):not(.pseudo-class-hover):not(.disabled):not([disabled]):not(:active):not(.pseudo-class-active) {
    color: #daeffe;
    box-shadow: inset 0 0 0 1px #daeffe
}
.wix-table,
wix-wizard {
    box-shadow: 0 2px 0 0 rgba(228, 228, 228, .59)
}
.wix-button-emphasize:hover {
    background: #eaf7ff;
    color: #3899ec
}
.wix-button-emphasize:active {
    background: #daeffe
}
.is-button-large {
    line-height: 42px
}
.is-button-small {
    line-height: 30px;
    padding: 0 18px;
    font-size: 14px;
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif
}
.wix-nav>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left
}
.wix-nav>ul li {
    line-height: 50px;
    padding-left: 25px;
    color: #162d3d;
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
    font-size: 16px
}
.wix-nav>ul li:hover {
    background-color: #f0f4f7
}
.wix-nav>ul li.selected {
    color: #fff;
    background-color: #577083
}
.wix-nav {
    position: relative;
    width: 192px;
    height: 100%;
    padding-bottom: 42px;
    box-sizing: border-box;
    text-align: center;
    overflow-x: auto
}
.wix-nav>header {
    width: 100%;
    height: 204px;
    border-bottom: 1px solid #dfe5eb;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.wix-nav>button {
    margin: 24px 0
}
.wix-nav .wix-list-header {
    display: block;
    height: 54px;
    line-height: 54px;
    padding-left: 25px;
    color: #b6c1cd;
    font-size: 12px;
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
    text-align: left
}
.wix-breadcrumbs,
.wix-nav footer {
    display: -webkit-flex;
    display: -ms-flexbox
}
.wix-nav>.wix-nav-secondary-list li {
    height: 48px;
    line-height: 48px
}
.wix-nav footer {
    height: 42px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex
}
.wix-nav .wix-nav-footer-item {
    border: 0;
    outline: 0;
    height: 100%;
    box-sizing: border-box;
    background-color: #f0f3f5;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #fff;
    vertical-align: bottom;
    cursor: pointer
}
.wix-nav .wix-nav-footer-item.is-width-fixed {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}
.wix-nav .wix-nav-footer-item:last-child {
    border-right: 0
}
.wix-nav.is-skin-red li:hover {
    background-color: rgba(224, 80, 80, .2)
}
.wix-nav.is-skin-red li.selected {
    background: #e05050
}
.wix-nav.is-skin-blue li:hover {
    background-color: rgba(56, 153, 236, .2)
}
.wix-nav.is-skin-blue li.selected {
    background: #3899ec
}
.wix-nav.is-skin-green li:hover {
    background-color: rgba(66, 197, 191, .2)
}
.wix-nav.is-skin-green li.selected {
    background: #42c5bf
}
.wix-nav.is-skin-yellow li:hover {
    background-color: rgba(246, 195, 96, .2)
}
.wix-nav.is-skin-yellow li.selected {
    background: #f6c360
}
.wix-nav.is-skin-turquoise li:hover {
    background-color: rgba(65, 170, 193, .2)
}
.wix-nav.is-skin-turquoise li.selected {
    background: #41aac1
}
.wix-nav>ul li:hover {
    background-color: rgba(4, 49, 180, .2)
}
.wix-nav>ul li.selected {
    background: #0431b4
}
.wix-typography-main-header {
    font-weight: 400;
    font-size: 72px;
    font-family: HelveticaNeueW01-UltLt, HelveticaNeueW02-UltLt, HelveticaNeueW10-25UltL, sans-serif
}
.wix-typography-h1,
.wix-typography-h2,
.wix-typography-h3,
.wix-typography-h4 {
    font-family: HelveticaNeueW01-Thin, HelveticaNeueW02-Thin, HelveticaNeueW10-35Thin, sans-serif;
    font-weight: 400
}
.wix-typography-h1 {
    font-size: 36px
}
.wix-typography-h2 {
    font-size: 24px
}
.wix-typography-h3 {
    font-size: 20px
}
.wix-typography-h4 {
    font-size: 18px
}
.wix-typography-body {
    font-weight: 400;
    font-size: 16px;
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif
}
.wix-typography-body-small,
.wix-typography-input,
.wix-typography-input-small {
    font-weight: 400;
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif
}
.wix-typography-body-small {
    font-size: 14px
}
.wix-typography-input {
    font-size: 16px
}
.wix-typography-input-small {
    font-size: 14px
}
.wix-breadcrumbs,
.wix-breadcrumbs .breadcrumb {
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif
}
.wix-breadcrumbs {
    font-size: 14px;
    font-weight: 300;
    list-style: none;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}
.wix-breadcrumbs .breadcrumb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.wix-breadcrumbs .breadcrumb+.breadcrumb:before {
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #b6c1cd;
    margin: 0 8px
}
.wix-breadcrumbs .breadcrumb:last-child .active,
.wix-breadcrumbs .breadcrumb:last-child .clickable-breadcrumb {
    color: #162d3d
}
.wix-breadcrumbs .active,
.wix-breadcrumbs .clickable-breadcrumb {
    line-height: 30px;
    padding: 0 10px;
    display: inline-block
}
.step,
.wizard-steps,
wix-wizard {
    display: -webkit-flex;
    display: -ms-flexbox
}
.wix-breadcrumbs .clickable-breadcrumb {
    color: #577083;
    text-decoration: none;
    border-radius: 20px
}
.wix-breadcrumbs .clickable-breadcrumb:hover {
    background-color: #daeffe
}
.wix-breadcrumbs.is-breadcrumbs-grey .clickable-breadcrumb:hover {
    background-color: #fff
}
.wix-breadcrumbs.is-breadcrumbs-large {
    font-size: 16px
}
.step-name,
.step-status {
    font-family: HelveticaNeueW01-Thin, HelveticaNeueW02-Thin, HelveticaNeueW10-35Thin, sans-serif;
    font-size: 14px
}
.wix-breadcrumbs.is-breadcrumbs-large .active,
.wix-breadcrumbs.is-breadcrumbs-large .clickable-breadcrumb {
    padding: 0 14px;
    line-height: 36px
}
.wix-table td:first-child,
.wix-table th:first-child,
.wix-table tr td:first-child {
    padding-left: 24px
}
.wix-breadcrumbs.is-breadcrumbs-inverted .breadcrumb+.breadcrumb:before {
    color: #f0f4f7
}
.wix-breadcrumbs.is-breadcrumbs-inverted .breadcrumb .clickable-breadcrumb {
    color: #dfe5eb
}
.wix-breadcrumbs.is-breadcrumbs-inverted .breadcrumb .clickable-breadcrumb:hover {
    background-color: rgba(255, 255, 255, .1)
}
.wix-breadcrumbs.is-breadcrumbs-inverted .breadcrumb:last-child .active,
.wix-breadcrumbs.is-breadcrumbs-inverted .breadcrumb:last-child .clickable-breadcrumb {
    color: #fff
}
wix-wizard {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300
}
.step,
.wizard-steps {
    display: flex
}
.step-status,
.wix-list {
    display: -webkit-flex;
    display: -ms-flexbox
}
.step:before {
    color: #b6c1cd;
    -ms-flex-item-align: center;
    align-self: center
}
.step-status {
    margin-right: 9px;
    margin-left: 35px;
    width: 30px;
    height: 30px;
    background-color: #eaf7ff;
    color: #92c6eb;
    border-radius: 50%;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.step-status:hover {
    background-color: #daeffe
}
.step-status.complete {
    border: 1px solid #80c979;
    background-color: transparent
}
.step-status.complete:hover {
    background-color: #80c979
}
.step-status.active {
    background-color: #3899ec;
    color: #fff
}
.step-status.active+a {
    color: #3899ec
}
.step-status.disabled {
    border: 1px solid #b6c1cd;
    background-color: transparent
}
.step-status.disabled+a {
    color: #b6c1cd
}
.step-name {
    margin-right: 35px;
    color: #7a92a5;
    -ms-flex-item-align: center;
    align-self: center
}
.wix-table,
.wix-table thead th {
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
    font-weight: 400;
    box-sizing: border-box
}
.step-name.active {
    color: #3899ec
}
.step-namedisabled {
    color: #b6c1cd
}
.next-button {
    margin-left: 146px;
    color: #fff
}
.wix-table {
    font-size: 16px;
    border-radius: 8px;
    color: #20455e;
    background: #fff;
    border-spacing: 0;
    width: 100%;
    overflow-x: hidden
}
.wix-table thead th {
    font-size: 16px;
    height: 60px;
    color: #7a92a5;
    text-align: left;
    border-bottom: 1px solid #dfe5eb
}
.wix-table tbody>tr {
    box-sizing: border-box;
    height: 72px
}
.wix-table tbody>tr:hover:not(.is-selected) td {
    background-color: #f4fafe
}
.wix-table tbody>tr.is-selected td {
    background-color: #daeffe
}
.wix-table tbody>tr:last-child {
    border-radius: 0 8px
}
.wix-table tbody>tr:last-child td {
    border-bottom: 0
}
.wix-table tbody>tr:last-child td:last-child {
    border-radius: 0 0 7px
}
.wix-table tbody>tr:last-child td:first-child {
    border-radius: 0 0 0 7px
}
.wix-table tbody>tr:hover {
    cursor: pointer
}
.wix-table td {
    padding-top: 26.4px;
    padding-bottom: 26.4px;
    padding-right: 56px;
    border-bottom: 1px solid #f0f4f7;
    vertical-align: top
}
.wix-table th:last-child,
.wix-table tr td:last-child {
    padding-right: 24px
}
.wix-table.is-table-border {
    border: 1px solid #c1e4fe;
    box-shadow: none
}
.wix-table.is-table-border thead th {
    height: 50px;
    border-bottom: 1px solid #c1e4fe
}
.wix-table.is-table-border tbody>tr {
    height: 60px
}
.wix-table.is-table-border td {
    padding-top: 20.4px;
    padding-bottom: 20.4px;
    border-bottom: 1px solid #eaf7ff
}
.wix-list {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f0f4f7
}
.wix-list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    min-width: 200px;
    min-height: 90px;
    color: #2b5672;
    font-size: 16px;
    border-bottom: 1px solid #f0f4f7
}
.wix-list-item:first-child {
    border-top: 1px solid #f0f4f7
}
.wix-list-item:hover {
    cursor: pointer;
    background-color: #daeffe
}
.wix-list-item:hover .wix-list-item-section {
    background-color: #4eb7f5
}
.wix-list-item .wix-list-item-section {
    width: 6px;
    min-height: 90px
}
.wix-list-item .wix-list-item-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.wix-list-item .wix-list-item-content.wix-list-circular-image>img {
    width: 75px;
    height: 75px;
    margin: 0 0 0 38px;
    border-radius: 999px
}
.wix-list-item .wix-list-item-content.wix-list-circular-small-image>img {
    width: 44px;
    height: 44px;
    margin: 0 0 0 38px;
    border-radius: 999px
}
.wix-list-item .wix-list-item-content.wix-list-square-image>img {
    min-width: 0;
    margin-left: -1px
}
.wix-list-item .wix-list-item-content .wix-list-item-content-body {
    margin-left: 38px;
    margin-right: 38px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.wix-grid .row .row.collapse:after,
.wix-grid .row .row.collapse:before,
.wix-grid .row .row:after,
.wix-grid .row .row:before,
.wix-grid .row:after,
.wix-grid .row:before {
    content: " ";
    display: table
}
.wix-list-item .wix-list-item-content .wix-list-item-content-body .wix-list-item-bold-text {
    font-family: HelveticaNeueW01-75Bold, HelveticaNeueW02-75Bold, HelveticaNeueW10-75Bold, sans-serif
}
.wix-list-item .wix-list-item-content .wix-list-item-content-body .wix-list-item-regular-text {
    font-family: HelveticaNeueW01-Thin, HelveticaNeueW02-Thin, HelveticaNeueW10-35Thin, sans-serif
}
.wix-list-item .wix-list-item-content .wix-list-item-content-body .wix-list-item-light-text {
    font-family: HelveticaNeueW01-UltLt, HelveticaNeueW02-UltLt, HelveticaNeueW10-25UltL, sans-serif
}
.wix-list-item wix-checkbox {
    margin-right: 14px;
    margin-left: 14px
}
.wix-list-item wix-checkbox.wix-list-checkbox-circular-image {
    margin-left: 20px;
    margin-right: -15px
}
.wix-list-item wix-checkbox+.wix-list-item-content.wix-list-square-image>img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.wix-list-item .wix-list-icon {
    margin: 0 36px
}
.wix-list-item .wix-list-icon.wix-list-actions {
    font-size: 5px;
    color: #3899ec;
    position: relative;
    background-color: #fff;
    width: 44px;
    height: 37px;
    border-radius: 999px
}
.wix-list-item .wix-list-icon.wix-list-actions:before {
    position: absolute;
    top: 16px;
    left: 8px
}
.wix-grid *,
.wix-grid:after,
.wix-grid:before {
    box-sizing: border-box
}
.wix-grid .row {
    margin: 0 auto;
    max-width: 80.625rem;
    width: 100%
}
.wix-grid .row:after {
    clear: both
}
.wix-grid .row.collapse>.column,
.wix-grid .row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}
.wix-grid .row.collapse .row {
    margin-left: 0;
    margin-right: 0
}
.wix-grid .row .row {
    margin: 0 -.9375rem;
    max-width: none;
    width: auto
}
.wix-grid .row .row:after {
    clear: both
}
.wix-grid .row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto
}
.wix-card-subtitle,
.wix-card-title {
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
    display: block
}
.wix-grid .row .row.collapse:after {
    clear: both
}
.wix-grid .column,
.wix-grid .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left
}
.wix-grid [class*=column]+[class*=column]:last-child,
.wix-modal .wix-modal--footer .modal-button {
    float: right
}
.wix-grid [class*=column]+[class*=column].end {
    float: left
}
@media only screen {
    .wix-grid .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .wix-grid .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .wix-grid .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .wix-grid .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .wix-grid .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .wix-grid .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .wix-grid .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .wix-grid .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .wix-grid .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .wix-grid .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .wix-grid .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .wix-grid .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .wix-grid .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .wix-grid .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .wix-grid .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .wix-grid .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .wix-grid .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .wix-grid .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .wix-grid .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .wix-grid .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .wix-grid .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .wix-grid .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .wix-grid .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .wix-grid .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .wix-grid .column,
    .wix-grid .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
    .wix-grid .small-1 {
        width: 8.33333%
    }
    .wix-grid .small-2 {
        width: 16.66667%
    }
    .wix-grid .small-3 {
        width: 25%
    }
    .wix-grid .small-4 {
        width: 33.33333%
    }
    .wix-grid .small-5 {
        width: 41.66667%
    }
    .wix-grid .small-6 {
        width: 50%
    }
    .wix-grid .small-7 {
        width: 58.33333%
    }
    .wix-grid .small-8 {
        width: 66.66667%
    }
    .wix-grid .small-9 {
        width: 75%
    }
    .wix-grid .small-10 {
        width: 83.33333%
    }
    .wix-grid .small-11 {
        width: 91.66667%
    }
    .wix-grid .small-12 {
        width: 100%
    }
    .wix-grid .small-offset-0 {
        margin-left: 0!important
    }
    .wix-grid .small-offset-1 {
        margin-left: 8.33333%!important
    }
    .wix-grid .small-offset-2 {
        margin-left: 16.66667%!important
    }
    .wix-grid .small-offset-3 {
        margin-left: 25%!important
    }
    .wix-grid .small-offset-4 {
        margin-left: 33.33333%!important
    }
    .wix-grid .small-offset-5 {
        margin-left: 41.66667%!important
    }
    .wix-grid .small-offset-6 {
        margin-left: 50%!important
    }
    .wix-grid .small-offset-7 {
        margin-left: 58.33333%!important
    }
    .wix-grid .small-offset-8 {
        margin-left: 66.66667%!important
    }
    .wix-grid .small-offset-9 {
        margin-left: 75%!important
    }
    .wix-grid .small-offset-10 {
        margin-left: 83.33333%!important
    }
    .wix-grid .small-offset-11 {
        margin-left: 91.66667%!important
    }
    .wix-grid .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }
    .wix-grid .column.small-centered,
    .wix-grid .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .wix-grid .column.small-uncentered,
    .wix-grid .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .wix-grid .column.small-centered:last-child,
    .wix-grid .columns.small-centered:last-child {
        float: none
    }
    .wix-grid .column.small-uncentered:last-child,
    .wix-grid .columns.small-uncentered:last-child {
        float: left
    }
    .wix-grid .column.small-uncentered.opposite,
    .wix-grid .columns.small-uncentered.opposite {
        float: right
    }
    .wix-grid .row.small-collapse>.column,
    .wix-grid .row.small-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .wix-grid .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .wix-grid .row.small-uncollapse>.column,
    .wix-grid .row.small-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
}
@media only screen and (min-width: 40.0625em) {
    .wix-grid .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .wix-grid .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .wix-grid .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .wix-grid .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .wix-grid .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .wix-grid .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .wix-grid .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .wix-grid .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .wix-grid .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .wix-grid .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .wix-grid .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .wix-grid .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .wix-grid .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .wix-grid .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .wix-grid .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .wix-grid .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .wix-grid .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .wix-grid .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .wix-grid .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .wix-grid .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .wix-grid .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .wix-grid .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .wix-grid .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .wix-grid .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .wix-grid .column,
    .wix-grid .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
    .wix-grid .medium-1 {
        width: 8.33333%
    }
    .wix-grid .medium-2 {
        width: 16.66667%
    }
    .wix-grid .medium-3 {
        width: 25%
    }
    .wix-grid .medium-4 {
        width: 33.33333%
    }
    .wix-grid .medium-5 {
        width: 41.66667%
    }
    .wix-grid .medium-6 {
        width: 50%
    }
    .wix-grid .medium-7 {
        width: 58.33333%
    }
    .wix-grid .medium-8 {
        width: 66.66667%
    }
    .wix-grid .medium-9 {
        width: 75%
    }
    .wix-grid .medium-10 {
        width: 83.33333%
    }
    .wix-grid .medium-11 {
        width: 91.66667%
    }
    .wix-grid .medium-12 {
        width: 100%
    }
    .wix-grid .medium-offset-0 {
        margin-left: 0!important
    }
    .wix-grid .medium-offset-1 {
        margin-left: 8.33333%!important
    }
    .wix-grid .medium-offset-2 {
        margin-left: 16.66667%!important
    }
    .wix-grid .medium-offset-3 {
        margin-left: 25%!important
    }
    .wix-grid .medium-offset-4 {
        margin-left: 33.33333%!important
    }
    .wix-grid .medium-offset-5 {
        margin-left: 41.66667%!important
    }
    .wix-grid .medium-offset-6 {
        margin-left: 50%!important
    }
    .wix-grid .medium-offset-7 {
        margin-left: 58.33333%!important
    }
    .wix-grid .medium-offset-8 {
        margin-left: 66.66667%!important
    }
    .wix-grid .medium-offset-9 {
        margin-left: 75%!important
    }
    .wix-grid .medium-offset-10 {
        margin-left: 83.33333%!important
    }
    .wix-grid .medium-offset-11 {
        margin-left: 91.66667%!important
    }
    .wix-grid .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }
    .wix-grid .column.medium-centered,
    .wix-grid .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .wix-grid .column.medium-uncentered,
    .wix-grid .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .wix-grid .column.medium-centered:last-child,
    .wix-grid .columns.medium-centered:last-child {
        float: none
    }
    .wix-grid .column.medium-uncentered:last-child,
    .wix-grid .columns.medium-uncentered:last-child {
        float: left
    }
    .wix-grid .column.medium-uncentered.opposite,
    .wix-grid .columns.medium-uncentered.opposite {
        float: right
    }
    .wix-grid .row.medium-collapse>.column,
    .wix-grid .row.medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .wix-grid .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .wix-grid .row.medium-uncollapse>.column,
    .wix-grid .row.medium-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
    .wix-grid .push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .wix-grid .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .wix-grid .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .wix-grid .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .wix-grid .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .wix-grid .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .wix-grid .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .wix-grid .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .wix-grid .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .wix-grid .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .wix-grid .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .wix-grid .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .wix-grid .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .wix-grid .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .wix-grid .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .wix-grid .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .wix-grid .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .wix-grid .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .wix-grid .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .wix-grid .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .wix-grid .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .wix-grid .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .wix-grid .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .wix-grid .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}
@media only screen and (min-width: 64.0625em) {
    .wix-grid .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .wix-grid .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .wix-grid .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .wix-grid .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .wix-grid .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .wix-grid .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .wix-grid .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .wix-grid .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .wix-grid .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .wix-grid .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .wix-grid .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .wix-grid .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .wix-grid .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .wix-grid .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .wix-grid .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .wix-grid .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .wix-grid .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .wix-grid .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .wix-grid .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .wix-grid .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .wix-grid .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .wix-grid .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .wix-grid .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .wix-grid .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .wix-grid .column,
    .wix-grid .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
    .wix-grid .large-1 {
        width: 8.33333%
    }
    .wix-grid .large-2 {
        width: 16.66667%
    }
    .wix-grid .large-3 {
        width: 25%
    }
    .wix-grid .large-4 {
        width: 33.33333%
    }
    .wix-grid .large-5 {
        width: 41.66667%
    }
    .wix-grid .large-6 {
        width: 50%
    }
    .wix-grid .large-7 {
        width: 58.33333%
    }
    .wix-grid .large-8 {
        width: 66.66667%
    }
    .wix-grid .large-9 {
        width: 75%
    }
    .wix-grid .large-10 {
        width: 83.33333%
    }
    .wix-grid .large-11 {
        width: 91.66667%
    }
    .wix-grid .large-12 {
        width: 100%
    }
    .wix-grid .large-offset-0 {
        margin-left: 0!important
    }
    .wix-grid .large-offset-1 {
        margin-left: 8.33333%!important
    }
    .wix-grid .large-offset-2 {
        margin-left: 16.66667%!important
    }
    .wix-grid .large-offset-3 {
        margin-left: 25%!important
    }
    .wix-grid .large-offset-4 {
        margin-left: 33.33333%!important
    }
    .wix-grid .large-offset-5 {
        margin-left: 41.66667%!important
    }
    .wix-grid .large-offset-6 {
        margin-left: 50%!important
    }
    .wix-grid .large-offset-7 {
        margin-left: 58.33333%!important
    }
    .wix-grid .large-offset-8 {
        margin-left: 66.66667%!important
    }
    .wix-grid .large-offset-9 {
        margin-left: 75%!important
    }
    .wix-grid .large-offset-10 {
        margin-left: 83.33333%!important
    }
    .wix-grid .large-offset-11 {
        margin-left: 91.66667%!important
    }
    .wix-grid .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }
    .wix-grid .column.large-centered,
    .wix-grid .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .wix-grid .column.large-uncentered,
    .wix-grid .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .wix-grid .column.large-centered:last-child,
    .wix-grid .columns.large-centered:last-child {
        float: none
    }
    .wix-grid .column.large-uncentered:last-child,
    .wix-grid .columns.large-uncentered:last-child {
        float: left
    }
    .wix-grid .column.large-uncentered.opposite,
    .wix-grid .columns.large-uncentered.opposite {
        float: right
    }
    .wix-grid .row.large-collapse>.column,
    .wix-grid .row.large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .wix-grid .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .wix-grid .row.large-uncollapse>.column,
    .wix-grid .row.large-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
    .wix-grid .push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .wix-grid .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .wix-grid .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .wix-grid .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .wix-grid .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .wix-grid .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .wix-grid .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .wix-grid .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .wix-grid .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .wix-grid .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .wix-grid .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .wix-grid .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .wix-grid .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .wix-grid .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .wix-grid .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .wix-grid .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .wix-grid .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .wix-grid .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .wix-grid .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .wix-grid .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .wix-grid .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .wix-grid .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .wix-grid .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .wix-grid .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}
.wix-card.with-box-shadow,
.wix-card.with-box-shadow-hover:hover {
    box-shadow: 0 4px 25px 0 rgba(31, 69, 94, .12)
}
.wix-card {
    background-color: #fff;
    border-radius: 8px
}
.wix-card.with-box-shadow-hover {
    transition: box-shadow 150ms ease-in-out
}
.wix-card.with-opacity-hover {
    background-color: rgba(255, 255, 255, .65);
    transition: background-color .2s ease-in-out
}
.wix-card.with-opacity-hover:hover,
.wix-table-card {
    background-color: #fff
}
.wix-card.with-separator .wix-card-header {
    padding-bottom: 30px;
    border-bottom: 1px solid #dfe5eb
}
.wix-card.single-line .wix-card-content {
    padding: 36px 30px
}
.wix-card.with-no-padding .wix-card-content {
    padding: 0
}
.wix-card-header {
    padding: 30px 30px 6px
}
.wix-card-content,
.wix-table-card-header {
    padding: 30px
}
.wix-card-title {
    font-size: 20px;
    line-height: 1em;
    color: #162d3d
}
.wix-card-subtitle {
    font-size: 16px;
    line-height: 1.4em;
    color: #577083;
    margin-top: 3px
}
.wix-card-footer {
    padding: 30px;
    border-top: 1px solid #dfe5eb
}
.wix-table-card-list-item-column,
.wix-table-card-sub-header-column-title {
    margin-right: 18px
}
.wix-table-card-list-item-column:last-child,
.wix-table-card-sub-header-column-title:last-child {
    margin-right: 0
}
.wix-table-card {
    border-radius: 8px;
    overflow: hidden
}
.wix-table-card-sub-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #7a92a5;
    background: rgba(240, 244, 247, .5);
    border-top: 1px solid #dfe5eb;
    padding-left: 30px;
    padding-right: 30px;
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
    font-size: 10px;
    min-height: auto;
    letter-spacing: 1px;
    height: 36px;
    text-transform: uppercase;
    cursor: default;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.wix-table-card-sub-header-asc-sort-icon {
    display: inline-block
}
.wix-table-card-sub-header-desc-sort-icon {
    display: inline-block;
    position: relative;
    top: 1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.wix-table-card-subtitle,
.wix-table-card-title {
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
    display: block
}
.wix-table-card-title {
    font-size: 20px;
    line-height: 1em;
    color: #162d3d
}
.wix-table-card-subtitle {
    font-size: 16px;
    line-height: 1.4em;
    color: #577083;
    margin-top: 3px
}
.wix-table-card-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f0f4f7
}
.wix-table-card-list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    min-width: 200px;
    min-height: 90px;
    color: #2b5672;
    font-size: 16px;
    border-bottom: 1px solid #f0f4f7;
    padding: 0 30px
}
.wix-table-card-list-item:first-child {
    border-top: 1px solid #f0f4f7
}
.wix-table-card-list-item:hover {
    cursor: pointer;
    background-color: #daeffe
}
.wix-table-card-list-item:hover .wix-table-card-list-item-section {
    background-color: #4eb7f5
}
.wix-table-card-list-item .wix-table-card-list-item-section {
    width: 6px;
    min-height: 90px
}
.wix-table-card-list-item .wix-table-card-list-item-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.wix-table-card-list-item .wix-table-card-list-item-content.wix-table-card-list-circular-image>img {
    width: 75px;
    height: 75px;
    margin: 0 0 0 38px;
    border-radius: 999px
}
.wix-table-card-list-item .wix-table-card-list-item-content.wix-table-card-list-circular-small-image>img {
    width: 44px;
    height: 44px;
    margin: 0 0 0 38px;
    border-radius: 999px
}
.wix-table-card-list-item .wix-table-card-list-item-content.wix-table-card-list-square-image>img {
    min-width: 0;
    margin-left: -1px
}
.wix-table-card-list-item .wix-table-card-list-item-content .wix-table-card-list-item-content-body .wix-table-card-list-item-bold-text {
    font-family: HelveticaNeueW01-75Bold, HelveticaNeueW02-75Bold, HelveticaNeueW10-75Bold, sans-serif
}
.wix-table-card-list-item .wix-table-card-list-item-content .wix-table-card-list-item-content-body .wix-table-card-list-item-regular-text {
    font-family: HelveticaNeueW01-Thin, HelveticaNeueW02-Thin, HelveticaNeueW10-35Thin, sans-serif
}
.wix-table-card-list-item .wix-table-card-list-item-content .wix-table-card-list-item-content-body .wix-table-card-list-item-light-text {
    font-family: HelveticaNeueW01-UltLt, HelveticaNeueW02-UltLt, HelveticaNeueW10-25UltL, sans-serif
}
.wix-table-card-list-item wix-checkbox {
    margin-right: 14px;
    margin-left: 14px
}
.wix-table-card-list-item wix-checkbox.wix-table-card-list-checkbox-circular-image {
    margin-left: 20px;
    margin-right: -15px
}
.wix-table-card-list-item wix-checkbox+.wix-table-card-list-item-content.wix-table-card-list-square-image>img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.wix-table-card-list-item .wix-table-card-list-icon.wix-table-card-list-actions {
    font-size: 5px;
    color: #3899ec;
    position: relative;
    background-color: #fff;
    height: 37px;
    border-radius: 999px
}
.wix-table-card-list-item .wix-table-card-list-icon.wix-table-card-list-actions:before {
    position: absolute;
    top: 16px;
    left: 8px
}
.wix-table-card-list-item .wix-table-card-list-item-content .wix-table-card-list-item-content-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0
}
.wix-table-card-list-item .wix-table-card-list-icon {
    margin: 0
}
.wix-table-card-list-item .wix-table-card-list-icon.wix-table-card-list-actions {
    width: 37px
}
.wix-notification-error,
.wix-notification-general,
.wix-notification-success,
.wix-notification-warning {
    margin: 0 auto;
    padding: 12px 24px;
    color: #fff;
    box-sizing: border-box;
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 16px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden
}
.wix-notification-error.is-notification-with-shadow,
.wix-notification-general.is-notification-with-shadow,
.wix-notification-success.is-notification-with-shadow,
.wix-notification-warning.is-notification-with-shadow {
    display: inline-block;
    min-width: 396px;
    margin-top: 24px;
    padding: 11px 24px 9px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
    border-radius: 6px
}
.wix-notification-container {
    width: 100%;
    text-align: center
}
.wix-notification-general {
    background: #4eb7f5
}
.wix-notification-general.is-notification-closable {
    position: relative;
    padding: 12px 41px 12px 12px
}
.wix-notification-general.is-notification-closable .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #3899ec;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-general.is-notification-closable .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-general.is-notification-closable .wix-notification-close-button:hover {
    background: #308ddd
}
.wix-notification-general.is-notification-closable-with-inner-button {
    position: relative;
    padding: 12px 41px 12px 12px
}
.wix-notification-general.is-notification-closable-with-inner-button .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #3899ec;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-general.is-notification-closable-with-inner-button .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-general.is-notification-closable-with-inner-button .wix-notification-close-button:hover {
    background: #308ddd
}
.wix-notification-general.is-notification-closable-with-inner-button a {
    display: inline-block;
    background: #308ddd;
    margin: 0 11px;
    padding: 7px 20px;
    border-radius: 18px;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px
}
.wix-notification-general.is-notification-closable-with-inner-button a:hover {
    background: #3899ec
}
.wix-notification-general.is-notification-closable-with-icon {
    position: relative;
    padding: 12px 41px 12px 12px
}
.wix-notification-general.is-notification-closable-with-icon .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #3899ec;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-general.is-notification-closable-with-icon .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-general.is-notification-closable-with-icon .wix-notification-close-button:hover {
    background: #308ddd
}
.wix-notification-general.is-notification-closable-with-icon .wix-notification-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: inherit;
    line-height: 30px;
    vertical-align: middle;
    font-family: wix-style-svg-font-icons
}
.wix-notification-general.is-notification-closable-with-icon .wix-notification-icon:before {
    display: block;
    text-align: center
}
.wix-notification-general.is-notification-closable-with-icon-dark {
    position: relative;
    padding: 11px 41px 11px 12px
}
.wix-notification-general.is-notification-closable-with-icon-dark .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #3899ec;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-general.is-notification-closable-with-icon-dark .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-general.is-notification-closable-with-icon-dark .wix-notification-close-button:hover {
    background: #308ddd
}
.wix-notification-general.is-notification-closable-with-icon-dark .wix-notification-icon {
    display: inline-block;
    background-color: #3899ec;
    vertical-align: middle;
    font-family: wix-style-svg-font-icons;
    margin: 0 12px 0 0;
    border-radius: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px
}
.wix-notification-general.is-notification-closable-with-icon-dark .wix-notification-icon:before {
    display: block;
    text-align: center
}
.wix-notification-general a {
    color: #fff
}
.wix-notification-error {
    background: #f66
}
.wix-notification-error.is-notification-closable {
    position: relative;
    padding: 12px 41px 12px 12px
}
.wix-notification-error.is-notification-closable .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #ee5951;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-error.is-notification-closable .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-error.is-notification-closable .wix-notification-close-button:hover {
    background: #d8504c
}
.wix-notification-error.is-notification-closable-with-inner-button {
    position: relative;
    padding: 12px 41px 12px 12px
}
.wix-notification-error.is-notification-closable-with-inner-button .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #ee5951;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-error.is-notification-closable-with-inner-button .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-error.is-notification-closable-with-inner-button .wix-notification-close-button:hover {
    background: #d8504c
}
.wix-notification-error.is-notification-closable-with-inner-button a {
    display: inline-block;
    background: #d8504c;
    margin: 0 11px;
    padding: 7px 20px;
    border-radius: 18px;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px
}
.wix-notification-error.is-notification-closable-with-inner-button a:hover {
    background: #ee5951
}
.wix-notification-error.is-notification-closable-with-icon {
    position: relative;
    padding: 12px 41px 12px 12px
}
.wix-notification-error.is-notification-closable-with-icon .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #ee5951;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-error.is-notification-closable-with-icon .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-error.is-notification-closable-with-icon .wix-notification-close-button:hover {
    background: #d8504c
}
.wix-notification-error.is-notification-closable-with-icon .wix-notification-icon {
    display: inline-block;
    height: 30px;
    background-color: inherit;
    line-height: 30px;
    vertical-align: middle;
    font-family: wix-style-svg-font-icons;
    font-size: 20px;
    width: 40px
}
.wix-notification-error.is-notification-closable-with-icon .wix-notification-icon:before {
    display: block;
    text-align: center
}
.wix-notification-error.is-notification-closable-with-icon-dark {
    position: relative;
    padding: 11px 41px 11px 12px
}
.wix-notification-error.is-notification-closable-with-icon-dark .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #ee5951;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-error.is-notification-closable-with-icon-dark .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-error.is-notification-closable-with-icon-dark .wix-notification-close-button:hover {
    background: #d8504c
}
.wix-notification-error.is-notification-closable-with-icon-dark .wix-notification-icon {
    display: inline-block;
    background-color: #ee5951;
    vertical-align: middle;
    font-family: wix-style-svg-font-icons;
    font-size: 20px;
    margin: 0 12px 0 0;
    border-radius: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px
}
.wix-notification-error.is-notification-closable-with-icon-dark .wix-notification-icon:before {
    display: block;
    text-align: center
}
.wix-notification-error a {
    color: #fff
}
.wix-notification-success {
    background: #80c979
}
.wix-notification-success.is-notification-closable {
    position: relative;
    padding: 12px 41px 12px 12px
}
.wix-notification-success.is-notification-closable .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #60bc57;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-success.is-notification-closable .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-success.is-notification-closable .wix-notification-close-button:hover {
    background: #61ad5a
}
.wix-notification-success.is-notification-closable-with-inner-button {
    position: relative;
    padding: 12px 41px 12px 12px
}
.wix-notification-success.is-notification-closable-with-inner-button .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #60bc57;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-success.is-notification-closable-with-inner-button .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-success.is-notification-closable-with-inner-button .wix-notification-close-button:hover {
    background: #61ad5a
}
.wix-notification-success.is-notification-closable-with-inner-button a {
    display: inline-block;
    background: #61ad5a;
    margin: 0 11px;
    padding: 7px 20px;
    border-radius: 18px;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px
}
.wix-notification-success.is-notification-closable-with-inner-button a:hover {
    background: #60bc57
}
.wix-notification-success.is-notification-closable-with-icon {
    position: relative;
    padding: 12px 41px 12px 12px
}
.wix-notification-success.is-notification-closable-with-icon .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #60bc57;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-success.is-notification-closable-with-icon .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-success.is-notification-closable-with-icon .wix-notification-close-button:hover {
    background: #61ad5a
}
.wix-notification-success.is-notification-closable-with-icon .wix-notification-icon {
    display: inline-block;
    height: 30px;
    background-color: inherit;
    line-height: 30px;
    vertical-align: middle;
    font-family: wix-style-svg-font-icons;
    font-size: 14px;
    width: 40px
}
.wix-notification-success.is-notification-closable-with-icon .wix-notification-icon:before {
    display: block;
    text-align: center
}
.wix-notification-success.is-notification-closable-with-icon-dark {
    position: relative;
    padding: 11px 41px 11px 12px
}
.wix-notification-success.is-notification-closable-with-icon-dark .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #60bc57;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-success.is-notification-closable-with-icon-dark .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-success.is-notification-closable-with-icon-dark .wix-notification-close-button:hover {
    background: #61ad5a
}
.wix-notification-success.is-notification-closable-with-icon-dark .wix-notification-icon {
    display: inline-block;
    background-color: #60bc57;
    vertical-align: middle;
    font-family: wix-style-svg-font-icons;
    font-size: 14px;
    margin: 0 12px 0 0;
    border-radius: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px
}
.wix-notification-success.is-notification-closable-with-icon-dark .wix-notification-icon:before {
    display: block;
    text-align: center
}
.wix-notification-success a {
    color: #fff
}
.wix-notification-warning {
    background: #fac249
}
.wix-notification-warning.is-notification-closable {
    position: relative;
    padding: 12px 41px 12px 12px
}
.wix-notification-warning.is-notification-closable .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #fdb10c;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-warning.is-notification-closable .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-warning.is-notification-closable .wix-notification-close-button:hover {
    background: #eda200
}
.wix-notification-warning.is-notification-closable-with-inner-button {
    position: relative;
    padding: 12px 41px 12px 12px
}
.wix-notification-warning.is-notification-closable-with-inner-button .wix-notification-close-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #fdb10c;
    line-height: 17px;
    font-family: wix-style-svg-font-icons;
    font-size: 7px;
    color: #fff;
    cursor: pointer
}
.wix-notification-warning.is-notification-closable-with-inner-button .wix-notification-close-button:before {
    display: block;
    padding: 0;
    text-align: center
}
.wix-notification-warning.is-notification-closable-with-inner-button .wix-notification-close-button:hover {
    background: #eda200
}
.wix-notification-warning.is-notification-closable-with-inner-button a {
    display: inline-block;
    background: #eda200;
    margin: 0 11px;
    padding: 7px 20px;
    border-radius: 18px;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px
}
.wix-notification-warning.is-notification-closable-with-inner-button a:hover {
    background: #fdb10c
}
.wix-notification-warning a {
    color: #fff
}
.ng-invalid.ng-dirty.md-autocomplete-input:not(.suppress-error),
.ng-submitted .ng-invalid.md-autocomplete-input:not(.suppress-error),
.ng-submitted .wix-input input.ng-invalid:not(.suppress-error),
.ng-submitted .wix-input textarea.ng-invalid:not(.suppress-error),
.ng-submitted .wix-textarea textarea.ng-invalid:not(.suppress-error),
.ng-submitted wix-input-container input.ng-invalid:not(.suppress-error),
.wix-input .ng-submitted input.ng-invalid:not(.suppress-error),
.wix-input .ng-submitted textarea.ng-invalid:not(.suppress-error),
.wix-input input.ng-invalid.ng-dirty:not(.suppress-error),
.wix-input textarea.ng-invalid.ng-dirty:not(.suppress-error),
.wix-textarea .ng-submitted textarea.ng-invalid:not(.suppress-error),
.wix-textarea textarea.ng-invalid.ng-dirty:not(.suppress-error),
wix-input-container .ng-submitted input.ng-invalid:not(.suppress-error),
wix-input-container input.ng-invalid.ng-dirty:not(.suppress-error) {
    border: 1px solid #ee5951
}
.ng-invalid.ng-dirty.md-autocomplete-input:hover:not(.suppress-error),
.ng-submitted .ng-invalid.md-autocomplete-input:hover:not(.suppress-error),
.ng-submitted .wix-input input.ng-invalid:hover:not(.suppress-error),
.ng-submitted .wix-input textarea.ng-invalid:hover:not(.suppress-error),
.ng-submitted .wix-textarea textarea.ng-invalid:hover:not(.suppress-error),
.ng-submitted wix-input-container input.ng-invalid:hover:not(.suppress-error),
.wix-input .ng-submitted input.ng-invalid:hover:not(.suppress-error),
.wix-input .ng-submitted textarea.ng-invalid:hover:not(.suppress-error),
.wix-input input.ng-invalid.ng-dirty:hover:not(.suppress-error),
.wix-input textarea.ng-invalid.ng-dirty:hover:not(.suppress-error),
.wix-textarea .ng-submitted textarea.ng-invalid:hover:not(.suppress-error),
.wix-textarea textarea.ng-invalid.ng-dirty:hover:not(.suppress-error),
wix-input-container .ng-submitted input.ng-invalid:hover:not(.suppress-error),
wix-input-container input.ng-invalid.ng-dirty:hover:not(.suppress-error) {
    background: 0 0
}
.error.ng-invalid.ng-dirty.md-autocomplete-input:not(.suppress-error)+.icon,
.error2.ng-invalid.ng-dirty.md-autocomplete-input:not(.suppress-error)+.icon,
.ng-submitted .error.ng-invalid.md-autocomplete-input:not(.suppress-error)+.icon,
.ng-submitted .error2.ng-invalid.md-autocomplete-input:not(.suppress-error)+.icon,
.ng-submitted .wix-input input.error.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted .wix-input input.error2.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted .wix-input textarea.error.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted .wix-input textarea.error2.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted .wix-textarea textarea.error.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted .wix-textarea textarea.error2.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted wix-input-container input.error.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted wix-input-container input.error2.ng-invalid:not(.suppress-error)+.icon,
.wix-input .ng-submitted input.error.ng-invalid:not(.suppress-error)+.icon,
.wix-input .ng-submitted input.error2.ng-invalid:not(.suppress-error)+.icon,
.wix-input .ng-submitted textarea.error.ng-invalid:not(.suppress-error)+.icon,
.wix-input .ng-submitted textarea.error2.ng-invalid:not(.suppress-error)+.icon,
.wix-input input.error.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-input input.error2.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-input textarea.error.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-input textarea.error2.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-textarea .ng-submitted textarea.error.ng-invalid:not(.suppress-error)+.icon,
.wix-textarea .ng-submitted textarea.error2.ng-invalid:not(.suppress-error)+.icon,
.wix-textarea textarea.error.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-textarea textarea.error2.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
wix-input-container .ng-submitted input.error.ng-invalid:not(.suppress-error)+.icon,
wix-input-container .ng-submitted input.error2.ng-invalid:not(.suppress-error)+.icon,
wix-input-container input.error.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
wix-input-container input.error2.ng-invalid.ng-dirty:not(.suppress-error)+.icon {
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 7px 9px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    text-align: center;
    background: #ee5951;
    color: #fff
}
.error2.ng-invalid.ng-dirty.md-autocomplete-input:not(.suppress-error)+.icon,
.ng-submitted .error2.ng-invalid.md-autocomplete-input:not(.suppress-error)+.icon,
.ng-submitted .wix-input input.error2.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted .wix-input textarea.error2.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted .wix-textarea textarea.error2.ng-invalid:not(.suppress-error)+.icon,
.ng-submitted wix-input-container input.error2.ng-invalid:not(.suppress-error)+.icon,
.wix-input .ng-submitted input.error2.ng-invalid:not(.suppress-error)+.icon,
.wix-input .ng-submitted textarea.error2.ng-invalid:not(.suppress-error)+.icon,
.wix-input input.error2.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-input textarea.error2.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
.wix-textarea .ng-submitted textarea.error2.ng-invalid:not(.suppress-error)+.icon,
.wix-textarea textarea.error2.ng-invalid.ng-dirty:not(.suppress-error)+.icon,
wix-input-container .ng-submitted input.error2.ng-invalid:not(.suppress-error)+.icon,
wix-input-container input.error2.ng-invalid.ng-dirty:not(.suppress-error)+.icon {
    background: #fce6e5;
    color: #ee5951
}
.md-autocomplete-input,
.wix-input input,
.wix-input textarea,
.wix-textarea textarea,
wix-input-container input {
    line-height: 19px;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    border-radius: 6px;
    border: 1px solid #c1e4fe;
    background: 0 0;
    outline: 0;
    font-size: 16px;
    height: 36px
}
.md-autocomplete-input::-webkit-input-placeholder,
.wix-input input::-webkit-input-placeholder,
.wix-input textarea::-webkit-input-placeholder,
.wix-textarea textarea::-webkit-input-placeholder,
wix-input-container input::-webkit-input-placeholder {
    font-size: 16px;
    color: #b6c1cd;
    font-weight: 400;
    opacity: 1
}
.md-autocomplete-input:-ms-input-placeholder,
.wix-input input:-ms-input-placeholder,
.wix-input textarea:-ms-input-placeholder,
.wix-textarea textarea:-ms-input-placeholder,
wix-input-container input:-ms-input-placeholder {
    font-size: 16px;
    color: #b6c1cd;
    font-weight: 400;
    opacity: 1
}
.md-autocomplete-input:hover,
.wix-input input:hover,
.wix-input textarea:hover,
.wix-textarea textarea:hover,
wix-input-container input:hover {
    background: #eaf7ff
}
.md-autocomplete-input:disabled:hover,
.md-autocomplete-input:focus:hover,
.pseudo-class-focus.md-autocomplete-input:hover,
.wix-input .wix-search.focus input:hover,
.wix-input input.pseudo-class-focus:hover,
.wix-input input:disabled:hover,
.wix-input input:focus:hover,
.wix-input textarea.pseudo-class-focus:hover,
.wix-input textarea:disabled:hover,
.wix-input textarea:focus:hover,
.wix-search.focus .wix-input input:hover,
.wix-search.focus wix-input-container input:hover,
.wix-textarea textarea.pseudo-class-focus:hover,
.wix-textarea textarea:disabled:hover,
.wix-textarea textarea:focus:hover,
wix-input-container .wix-search.focus input:hover,
wix-input-container input.pseudo-class-focus:hover,
wix-input-container input:disabled:hover,
wix-input-container input:focus:hover {
    background: 0 0
}
.md-autocomplete-input:focus,
.pseudo-class-focus.md-autocomplete-input,
.wix-input .wix-search.focus input,
.wix-input input.pseudo-class-focus,
.wix-input input:focus,
.wix-input textarea.pseudo-class-focus,
.wix-input textarea:focus,
.wix-search.focus .wix-input input,
.wix-search.focus wix-input-container input,
.wix-search[skin=gray].focus wix-input-container input,
.wix-search[skin=round-light].focus wix-input-container input,
.wix-search[skin=transparent].focus wix-input-container input,
.wix-textarea textarea.pseudo-class-focus,
.wix-textarea textarea:focus,
wix-input-container .wix-search.focus input,
wix-input-container .wix-search[skin=gray].focus input,
wix-input-container .wix-search[skin=round-light].focus input,
wix-input-container .wix-search[skin=transparent].focus input,
wix-input-container input.pseudo-class-focus,
wix-input-container input:focus {
    border: 1px solid #4eb7f5
}
.md-autocomplete-input:disabled,
.wix-input input:disabled,
.wix-input textarea:disabled,
.wix-textarea textarea:disabled,
wix-input-container input:disabled {
    border-color: #c8c8c8
}
.md-autocomplete-input:-moz-submit-invalid,
.md-autocomplete-input:-moz-ui-invalid,
.md-autocomplete-input:invalid,
.wix-input input:-moz-submit-invalid,
.wix-input input:-moz-ui-invalid,
.wix-input input:invalid,
.wix-input textarea:-moz-submit-invalid,
.wix-input textarea:-moz-ui-invalid,
.wix-input textarea:invalid,
.wix-textarea textarea:-moz-submit-invalid,
.wix-textarea textarea:-moz-ui-invalid,
.wix-textarea textarea:invalid,
wix-input-container input:-moz-submit-invalid,
wix-input-container input:-moz-ui-invalid,
wix-input-container input:invalid {
    box-shadow: none
}
.md-autocomplete-input+.icon,
.wix-input input+.icon,
.wix-input textarea+.icon,
.wix-textarea textarea+.icon,
wix-input-container input+.icon {
    display: none
}
.wix-input {
    position: relative;
    display: inline-block
}
.wix-modal .wix-modal--message-window,
.wix-modal .wix-modal--premium-window {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.wix-modal .wix-modal--alert .wix-modal--close-button,
.wix-modal .wix-modal--base .wix-modal--close-button,
.wix-modal .wix-modal--danger .wix-modal--close-button,
.wix-modal .wix-modal--premium-close-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 0;
    font-size: 9px;
    cursor: pointer;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 17px;
    right: 20px;
    outline: 0
}
.wix-modal .wix-modal--alert .wix-modal--close-button:before,
.wix-modal .wix-modal--base .wix-modal--close-button:before,
.wix-modal .wix-modal--danger .wix-modal--close-button:before,
.wix-modal .wix-modal--premium-close-button:before {
    position: relative;
    top: -1px
}
body.wix-modal-body-open {
    overflow: hidden
}
.wix-modal {
    min-width: 240px;
    width: 564px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible
}
.wix-modal .wix-modal--window {
    z-index: 9010;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 14px 0 rgba(29, 45, 60, .3);
    margin: 0 auto
}
.wix-modal .wix-modal-window-wrapper {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    left: 0;
    right: 0
}
.wix-modal.wix-modal--container {
    position: fixed;
    background-color: rgba(22, 45, 61, .87);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000
}
.wix-modal .wix-modal--footer {
    padding: 5px 30px 20px;
    background-color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.wix-modal .wix-modal--footer_floating {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .96)
}
.wix-modal .wix-modal--footer:after {
    clear: both;
    display: block
}
.wix-modal .wix-modal--footer .modal-button+.modal-button {
    margin-right: 15px
}
.wix-modal .wix-modal--disclaimer {
    font: 14px HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
    line-height: 45px;
    text-align: center;
    min-height: 45px;
    background-color: #f0f4f7;
    color: #7a92a5;
    clear: both
}
.wix-modal .wix-modal--disclaimer a {
    color: #3899ec;
    text-decoration: none
}
.wix-modal .wix-modal--body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 30px 0;
    background-color: #fff
}
.wix-modal .wix-modal--body-wrapper {
    position: relative
}
.wix-modal .wix-modal--body_footer-floating {
    padding-right: 0
}
.wix-modal .wix-modal--body_footer-floating .wix-modal--content {
    padding-bottom: 55px;
    padding-right: 30px
}
.wix-modal .wix-modal--premium-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 15px 10px;
    min-height: 80px
}
.wix-modal .wix-modal--title {
    font: 20px HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
    margin: 18px 0
}
.wix-modal .wix-modal--subtitle {
    margin-bottom: 18px;
    font: 18px HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif
}
.wix-modal .wix-modal--icon-wrapper {
    min-width: 126px;
    max-width: 126px;
    margin-right: 30px;
    text-align: center
}
.wix-modal .wix-modal--header-icon-wrapper {
    text-align: center
}
.wix-modal .wix-modal--icon {
    max-width: 100%
}
.wix-modal .wix-modal--content {
    font: 16px HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
    padding-bottom: 30px;
    color: #20455e;
    line-height: 24px;
    overflow-y: auto
}
.wix-modal .wix-modal--base .wix-modal--close-button {
    background: #0081ce
}
.wix-modal .wix-modal--base .wix-modal--close-button:hover {
    background: #004881
}
.wix-modal .wix-modal--alert .wix-modal--close-button {
    background: #0081ce
}
.wix-modal .wix-modal--alert .wix-modal--close-button:hover {
    background: #004881
}
.wix-modal .wix-modal--danger .wix-modal--close-button {
    background: #c3504d
}
.wix-modal .wix-modal--danger .wix-modal--close-button:hover {
    background: #942b28
}
.wix-modal .wix-modal--premium-window {
    min-height: 400px
}
.wix-modal .wix-modal--premium-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font: 30px HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif
}
.wix-modal .wix-modal--premium-sub-title {
    margin-top: 22px;
    margin-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font: 18px HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif
}
.wix-modal .wix-modal--premium-cancel-button {
    margin-top: 17px
}
.wix-modal .wix-modal--premium-modal-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff
}
.wix-modal .wix-modal--premium-content {
    color: #20455e;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font: 16px HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
    padding: 5px;
    overflow-y: auto;
    min-height: 20px
}
.dp-grid-item,
.wix-modal .wix-modal--premium-icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center
}
.wix-modal .wix-modal--premium-icon {
    height: 129px;
    align-self: center;
    margin-top: -80px;
    z-index: 1
}
.wix-modal .wix-modal--premium-close-button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background: #0081ce
}
.wix-modal .wix-modal--premium-close-button:before {
    padding-bottom: 1px
}
.wix-modal .wix-modal--premium-close-button:hover {
    background: #004881
}
md-dialog {
    border-radius: 8px;
    overflow: visible;
    background-color: transparent
}
.wix-modal--header {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 60px;
    padding: 0 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #3899ec;
    color: #fff
}
.wix-modal--header.with-subtitle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.wix-modal--header.with-subtitle .wix-modal--title {
    font: 24px HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
    margin: 27px 0 10px
}
.wix-modal--header.with-subtitle .wix-modal--subtitle {
    font: 16px HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif
}
.wix-modal--header.wix-modal-header-danger {
    background-color: #ec4d4d
}
.wix-modal--premium-header {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #3899ec;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 45px;
    min-height: 160px
}
.md-dialog-container .wix-modal--danger .wix-modal--header {
    background-color: #ec4d4d
}
.wix-tooltip {
    position: absolute;
    z-index: 4000
}
.wix-tooltip .arrow-before,
.wix-tooltip::before {
    z-index: 11
}
.wix-tooltip .arrow-after,
.wix-tooltip .arrow-before,
.wix-tooltip::after,
.wix-tooltip::before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, .95);
    position: absolute
}
.wix-tooltip.hide-pseudo-elements::after,
.wix-tooltip.hide-pseudo-elements::before {
    content: none
}
.dp:before,
.rzslider .rz-pointer:after,
md-select ._md-select-value ._md-select-icon:after,
md-select ._md-select-value .md-select-icon:after,
md-select .md-select-value ._md-select-icon:after,
md-select .md-select-value .md-select-icon:after,
wix-radio .wix-radio-inner:before {
    content: ''
}
.wix-tooltip.dark .arrow-after,
.wix-tooltip.dark .arrow-before,
.wix-tooltip.dark::after,
.wix-tooltip.dark::before {
    background-color: rgba(9, 18, 24, .95)
}
.wix-tooltip.dark .wix-tooltip-container {
    background-color: rgba(9, 18, 24, .95);
    color: #fff
}
.wix-tooltip .arrow-after,
.wix-tooltip::after {
    z-index: 9
}
.wix-tooltip.placement-bottom .arrow-after,
.wix-tooltip.placement-bottom .arrow-before,
.wix-tooltip.placement-bottom::after,
.wix-tooltip.placement-bottom::before,
.wix-tooltip.placement-top .arrow-after,
.wix-tooltip.placement-top .arrow-before,
.wix-tooltip.placement-top::after,
.wix-tooltip.placement-top::before {
    right: 50%;
    -webkit-transform: translateX(7px) rotate(45deg);
    -ms-transform: translateX(7px) rotate(45deg);
    transform: translateX(7px) rotate(45deg)
}
.wix-tooltip.placement-top {
    padding-bottom: 14px
}
.wix-tooltip.placement-top .arrow-before,
.wix-tooltip.placement-top::before {
    bottom: 8px
}
.wix-tooltip.placement-top .arrow-after,
.wix-tooltip.placement-top::after {
    bottom: 8px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .1)
}
.wix-tooltip.placement-bottom {
    padding-top: 14px
}
.wix-tooltip.placement-bottom .arrow-before,
.wix-tooltip.placement-bottom::before {
    top: 8px
}
.wix-tooltip.placement-bottom .arrow-after,
.wix-tooltip.placement-bottom::after {
    top: 8px;
    box-shadow: -3px -3px 6px rgba(0, 0, 0, .1)
}
.wix-tooltip.placement-left .arrow-after,
.wix-tooltip.placement-left .arrow-before,
.wix-tooltip.placement-left::after,
.wix-tooltip.placement-left::before,
.wix-tooltip.placement-right .arrow-after,
.wix-tooltip.placement-right .arrow-before,
.wix-tooltip.placement-right::after,
.wix-tooltip.placement-right::before {
    top: 50%;
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg)
}
.wix-tooltip.placement-left .arrow-before,
.wix-tooltip.placement-left::before,
.wix-tooltip.placement-right .arrow-before,
.wix-tooltip.placement-right::before {
    margin-top: 1px
}
.wix-tooltip.placement-left {
    padding-right: 14px
}
.wix-tooltip.placement-left .arrow-before,
.wix-tooltip.placement-left::before {
    right: 8px
}
.wix-tooltip.placement-left .arrow-after,
.wix-tooltip.placement-left::after {
    right: 8px;
    box-shadow: 3px -3px 6px rgba(0, 0, 0, .1)
}
.wix-tooltip.placement-right {
    padding-left: 14px
}
.wix-tooltip.placement-right .arrow-before,
.wix-tooltip.placement-right::before {
    left: 8px
}
.wix-tooltip.placement-right .arrow-after,
.wix-tooltip.placement-right::after {
    left: 8px;
    box-shadow: -3px 3px 6px rgba(0, 0, 0, .1)
}
.wix-tooltip .wix-tooltip-container {
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .21);
    position: relative;
    z-index: 10;
    padding: 10px 16px;
    line-height: 20px;
    font-size: 14px;
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
    color: #577083;
    border-radius: 8px;
    word-wrap: break-word
}
wix-checkbox,
wix-radio {
    font-size: 0
}
.wix-tooltip .wix-tooltip-container .wix-tooltip-arrow {
    position: relative;
    bottom: 0
}
.wix-modal+.wix-tooltip {
    z-index: 9001
}
body .wix-tooltip-backdrop {
    background-color: transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3999
}
wix-checkbox label,
wix-radio label {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}
body.tooltip-open {
    overflow: hidden
}
.wix-tooltip.tooltip-in-dropdown .arrow-before,
.wix-tooltip.tooltip-in-dropdown::before {
    z-index: 12;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    background: 0 0
}
.wix-tooltip.tooltip-in-dropdown.placement-top .arrow-before,
.wix-tooltip.tooltip-in-dropdown.placement-top::before {
    bottom: 2px;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
    border-top-color: #fff
}
.wix-tooltip.tooltip-in-dropdown.placement-top .arrow-after,
.wix-tooltip.tooltip-in-dropdown.placement-top::after {
    bottom: 10px
}
.wix-tooltip.tooltip-in-dropdown.placement-bottom::before {
    top: 2px;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
    border-bottom-color: #fff
}
.wix-tooltip.tooltip-in-dropdown.placement-bottom .arrow-before {
    top: 2px;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
    border-bottom-color: #fff
}
.wix-tooltip.tooltip-in-dropdown.placement-bottom .arrow-after,
.wix-tooltip.tooltip-in-dropdown.placement-bottom::after {
    top: 10px
}
.wix-tooltip.tooltip-in-dropdown.placement-left .arrow-before,
.wix-tooltip.tooltip-in-dropdown.placement-left::before {
    right: 3px;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    border-left-color: #fff
}
.wix-tooltip.tooltip-in-dropdown.placement-left .arrow-after,
.wix-tooltip.tooltip-in-dropdown.placement-left::after {
    right: 11px
}
.wix-tooltip.tooltip-in-dropdown.placement-right .arrow-before,
.wix-tooltip.tooltip-in-dropdown.placement-right::before {
    left: 3px;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    border-right-color: #fff
}
.wix-tooltip.tooltip-in-dropdown.placement-right .arrow-after,
.wix-tooltip.tooltip-in-dropdown.placement-right::after {
    left: 11px
}
.wix-tooltip.tooltip-in-dropdown .wix-tooltip-container {
    padding: 0;
    overflow: hidden;
    background: #fff
}
wix-radio {
    display: inline-block;
    vertical-align: middle
}
wix-radio label {
    margin: 12px;
    display: inline-block;
    user-select: none
}
wix-radio [type=radio]:disabled+.wix-radio-inner {
    border: 1px solid #dadada;
    background-color: #f1f1f1;
    pointer-events: none
}
wix-radio [type=radio]:not(:disabled)+.wix-radio-inner {
    cursor: pointer
}
wix-radio [type=radio]:checked:disabled+.wix-radio-inner:before {
    background-color: #dadada
}
wix-radio [type=radio]:checked:not(:disabled)+.wix-radio-inner:before {
    background-color: #3899eb
}
wix-radio .big+.wix-radio-inner:hover:not(:active):checked,
wix-radio .big[type=radio]:checked:disabled+.wix-radio-inner {
    background-color: #fff
}
wix-radio .big+.wix-radio-inner {
    width: 30px;
    height: 30px
}
wix-radio .big+.wix-radio-inner:before {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    margin-top: 6px
}
wix-radio .wix-radio-inner {
    border: 1px solid #3899eb;
    box-sizing: content-box;
    display: inline-block;
    border-radius: 50%;
    width: 15px;
    height: 15px
}
wix-radio .wix-radio-inner:before {
    margin-left: 2px;
    margin-top: 2px;
    display: block;
    border-radius: 50%;
    width: 11px;
    height: 11px
}
wix-radio .wix-radio-inner:hover:not(:active) {
    background-color: #daeffe
}
wix-radio .wix-radio-inner:active:before {
    background-color: #6eb7fd
}
.wix-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px
}
.wix-tabs .tabs-wrapper {
    display: table;
    width: 100%;
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif
}
.wix-search input,
.wix-search[skin=gray] input,
.wix-search[skin=round-light] input,
.wix-search[skin=transparent] input {
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
    outline: 0
}
.wix-tabs .tab-content:not(.active-tab-content) {
    display: none!important
}
.wix-tabs .active-tab-content {
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 0 rgba(223, 229, 235, .6)
}
.wix-tabs .tab-container {
    cursor: pointer;
    display: table-cell;
    text-align: center;
    border-bottom: solid 1px #daeffe;
    border-right: solid 1px #daeffe;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: #577083;
    background: #fff
}
.wix-tabs.is-tabs-textual>div,
.wix-tabs.is-tabs-toggle>div {
    display: block;
    width: initial
}
.wix-tabs .tab-container:hover:not(.disabled) {
    background-color: #daeffe
}
.wix-tabs .tab-container.active,
.wix-tabs .tab-container.active:hover {
    color: #3899ec;
    border-bottom-color: transparent;
    background-color: #fff
}
.wix-tabs .tab-container:first-child {
    border-radius: 8px 0 0
}
.wix-tabs .tab-container:last-child {
    border-radius: 0 8px 0 0;
    border-right: 0
}
.wix-tabs.is-tabs-blue .tab-container {
    background-color: #eaf7ff;
    border: 1px solid #c1e4fe
}
.wix-tabs.is-tabs-blue .tab-container:not(.active)+.tab-container {
    border-left-color: transparent
}
.wix-tabs.is-tabs-blue .tab-container:hover:not(.disabled) {
    background-color: #daeffe
}
.wix-tabs.is-tabs-blue .tab-container.active,
.wix-tabs.is-tabs-blue .tab-container.active:hover {
    background-color: #fff;
    border-color: transparent;
    color: #577083
}
.wix-tabs.is-tabs-textual .active-tab-content {
    background: 0 0;
    border: 0
}
.wix-tabs.is-tabs-textual .tabs-wrapper {
    border-bottom: 1px solid rgba(223, 229, 235, .6)
}
.wix-tabs.is-tabs-textual .tab-container {
    float: left;
    width: initial;
    padding: 15px 18px;
    color: #7a92a5;
    border: 0;
    background: inherit;
    border-radius: 0
}
.wix-tabs.is-tabs-textual .tab-container:hover:not(.disabled) {
    color: #162d3d;
    background: 0 0
}
.wix-tabs.is-tabs-textual .tab-container.active,
.wix-tabs.is-tabs-textual .tab-container.active:hover {
    border-bottom: 1px solid #3899ec;
    box-shadow: 0 1px 0 #3899ec;
    color: #3899ec
}
.wix-tabs.is-tabs-toggle .active-tab-content {
    background: 0 0;
    border: 0
}
.wix-tabs.is-tabs-toggle .tabs-wrapper {
    text-align: center
}
.wix-tabs.is-tabs-toggle .tab-container {
    padding: 9px 24px;
    display: inline-block;
    width: initial;
    color: #577083;
    border-bottom: 0;
    border-top: 0;
    border-left: 0
}
.wix-tabs.is-tabs-toggle .tab-container:last-child {
    border-radius: 0 20px 20px 0;
    border-right: 0
}
.wix-tabs.is-tabs-toggle .tab-container:first-child {
    border-radius: 20px 0 0 20px
}
.wix-tabs.is-tabs-toggle .tab-container:hover:not(.disabled) {
    background: #daeffe;
    color: #577083
}
.wix-tabs.is-tabs-toggle .tab-container.active,
.wix-tabs.is-tabs-toggle .tab-container.active:hover {
    background: #3899ec;
    color: #fff
}
.wix-tabs.is-tabs-large .tabs-wrapper {
    width: 100%;
    display: table
}
.wix-tabs.is-tabs-large .tab-container {
    display: table-cell
}
wix-checkbox,
wix-checkbox label {
    display: inline-block;
    vertical-align: middle
}
.wix-tabs.is-tabs-toggle.is-tabs-blue .tab-container,
.wix-tabs.is-tabs-toggle.is-tabs-blue .tab-container:hover {
    border-color: #daeffe
}
.wix-tabs.is-tabs-toggle.is-tabs-large .tab-container {
    box-shadow: 0 2px 0 rgba(223, 229, 235, .6);
    padding: 20px 0
}
.wix-tabs.is-tabs-toggle.is-tabs-large .tab-container:last-child {
    border-radius: 0 8px 8px 0
}
.wix-tabs.is-tabs-toggle.is-tabs-large .tab-container:first-child {
    border-radius: 8px 0 0 8px
}
wix-checkbox label {
    height: 16px;
    width: 16px;
    border: none;
    user-select: none
}
.rzslider,
.wix-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}
wix-checkbox .wix-checkbox-inner {
    border: 1px solid #6eb7fd;
    background-color: #fcfcfc;
    width: 14px;
    height: 14px;
    box-sizing: content-box;
    border-radius: 4px;
    display: block;
    outline: 0
}
wix-checkbox .wix-checkbox-inner:hover:not(:active) {
    border: 1px solid #6eb7fd;
    background-color: #e6f5fe
}
wix-checkbox .wix-checkbox-inner:active {
    background-color: #6eb7fd;
    border: 1px solid transparent
}
wix-checkbox [type=checkbox]:checked+.wix-checkbox-inner,
wix-checkbox [type=checkbox]:indeterminate+.wix-checkbox-inner {
    font-size: 6px;
    text-align: center;
    display: block;
    line-height: 14px;
    vertical-align: middle;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}
.wix-toggle,
.wix-toggle span {
    position: relative;
    display: inline-block
}
wix-checkbox [type=checkbox]:not(.white):checked:not(:disabled)+.wix-checkbox-inner,
wix-checkbox [type=checkbox]:not(.white):indeterminate:not(:disabled)+.wix-checkbox-inner {
    color: #fff
}
wix-checkbox [type=checkbox]:not(.white):checked:not(:disabled)+.wix-checkbox-inner:not(:active),
wix-checkbox [type=checkbox]:not(.white):indeterminate:not(:disabled)+.wix-checkbox-inner:not(:active) {
    background-color: #3899eb;
    border-color: #3899eb
}
wix-checkbox [type=checkbox].white:checked:not(:disabled)+.wix-checkbox-inner,
wix-checkbox [type=checkbox].white:indeterminate:not(:disabled)+.wix-checkbox-inner {
    color: #3899eb
}
wix-checkbox [type=checkbox].white+.wix-checkbox-inner {
    border: 1px solid #c6e2f7;
    background-color: #fff
}
wix-checkbox [type=checkbox].white+.wix-checkbox-inner:active {
    background-color: #c1e4fe
}
wix-checkbox [type=checkbox].white+.wix-checkbox-inner:hover:not(:active) {
    border: 1px solid #c6e2f7;
    background-color: #c1e4fe
}
wix-checkbox [type=checkbox]:not(:disabled)+.wix-checkbox-inner {
    cursor: pointer
}
wix-checkbox [type=checkbox]:disabled+.wix-checkbox-inner {
    pointer-events: none;
    color: #cedae4;
    border: 1px solid #cedae4;
    background-color: #eff2f5
}
.wix-toggle {
    user-select: none
}
.wix-toggle span {
    width: 45px;
    height: 24px;
    border-radius: 999px;
    background-color: #b2dcfc;
    color: #b2dcfc;
    vertical-align: middle;
    transition: background-color .1s;
    box-sizing: border-box;
    cursor: pointer
}
.wix-toggle span .toggle-circle {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 999px;
    box-sizing: border-box;
    transition: left .25s ease-out, margin-left .25s ease-out;
    font-size: 12px;
    text-align: center
}
.wix-toggle span .toggle-circle:before {
    margin-bottom: 1px;
    line-height: inherit;
    font-size: 2px
}
.wix-toggle span:hover {
    color: #4eb7f5;
    background-color: #4eb7f5
}
.wix-toggle [type=checkbox]:checked+span {
    color: #3899ec;
    background-color: #3899ec
}
.wix-toggle [type=checkbox]:checked+span .toggle-circle {
    left: 100%;
    margin-left: -22px
}
.wix-toggle [type=checkbox]:checked+span .toggle-circle:before {
    font-size: 7px;
    color: inherit
}
.wix-toggle [type=checkbox]:checked+span:hover {
    color: #54b8f2;
    background-color: #54b8f2
}
.wix-toggle [type=checkbox]:disabled+span {
    color: #dadada;
    background-color: #dadada;
    pointer-events: none;
    cursor: default
}
.wix-toggle [type=checkbox]:disabled+span .toggle-circle:before {
    color: inherit
}
.wix-toggle [type=checkbox].is-toggle-small+span {
    width: 36px;
    height: 20px
}
.wix-toggle [type=checkbox].is-toggle-small+span .toggle-circle {
    width: 16px;
    height: 16px;
    line-height: 16px
}
.wix-toggle [type=checkbox].is-toggle-small:checked+span .toggle-circle {
    margin-left: -18px
}
.wix-toggle [type=checkbox].is-toggle-small:checked+span .toggle-circle:before {
    font-size: 6px
}
.wix-toggle [type=checkbox].is-toggle-success:not(:disabled)+span {
    color: #577083;
    background-color: #577083
}
.wix-toggle [type=checkbox].is-toggle-success:not(:disabled)+span:hover {
    color: #20455e;
    background-color: #20455e
}
.wix-toggle [type=checkbox].is-toggle-success:not(:disabled):checked+span {
    color: #60bc57;
    background-color: #60bc57
}
.wix-toggle [type=checkbox].is-toggle-success:not(:disabled):checked+span:hover {
    color: #80c979;
    background-color: #80c979
}
.wix-search {
    border: 1px solid #c6e2f7;
    border-radius: 8px;
    display: inline-block;
    padding: 0 0 0 10px;
    min-width: 210px;
    height: 34px
}
.wix-search:hover,
.wix-search:hover input {
    border-color: #c6e2f7!important
}
.wix-search:hover {
    background-color: #eaf7ff
}
.wix-search.focus,
.wix-search.focus input {
    border-color: #4eb7f5!important
}
.wix-search.focus {
    background-color: #fff
}
.wix-search input {
    display: inline-block;
    border: 0!important;
    border-radius: 0!important;
    padding: 0 25px 0 5px!important;
    width: calc(100% - 25px);
    font-size: 16px;
    height: 100%;
    background-color: transparent!important
}
.wix-search input::-webkit-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search input:-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search input::-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search input:-ms-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search input:focus::-webkit-input-placeholder,
.wix-search.focus input::-webkit-input-placeholder,
.wix-search[skin=gray].focus input::-webkit-input-placeholder,
.wix-search[skin=round-light].focus input::-webkit-input-placeholder,
.wix-search[skin=transparent].focus input::-webkit-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search input:focus:-moz-placeholder,
.wix-search.focus input:-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search input:focus::-moz-placeholder,
.wix-search.focus input::-moz-placeholder,
.wix-search[skin=gray].focus input::-moz-placeholder,
.wix-search[skin=round-light].focus input::-moz-placeholder,
.wix-search[skin=transparent].focus input::-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search input:focus:-ms-input-placeholder,
.wix-search.focus input:-ms-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search input::-ms-clear {
    display: none
}
.wix-search .wix-search-icon {
    display: inline-block;
    color: #3899ec
}
.wix-search .wix-search-icon::before {
    height: 19px
}
.wix-search .wix-search-wrapper {
    position: relative;
    display: inline-block;
    width: calc(100% - 27px);
    height: 100%
}
.wix-search.animated {
    width: 210px;
    transition: width .3s ease-out
}
.wix-search.animated.focus {
    width: 250px
}
.wix-search .wix-search-clear {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: calc((100% - 19px)/ 2);
    padding: 5px;
    font-size: 7px;
    color: #7fccf7;
    cursor: pointer
}
.wix-search .wix-search-clear.visible {
    visibility: visible
}
.wix-search .wix-search-clear:hover {
    color: #3899ec
}
.wix-search[skin=gray] {
    border: 1px solid transparent;
    border-radius: 8px;
    display: inline-block;
    padding: 0 0 0 10px;
    min-width: 210px;
    height: 34px
}
.wix-search[skin=gray]:hover {
    border-color: #c6e2f7!important;
    background-color: #c6e2f7
}
.wix-search[skin=gray]:hover input {
    border-color: #c6e2f7!important
}
.wix-search[skin=gray].focus {
    border-color: #4eb7f5!important;
    background-color: #fff
}
.wix-search[skin=gray].focus input {
    border-color: #4eb7f5!important
}
.wix-search[skin=gray] input {
    display: inline-block;
    border: 0!important;
    border-radius: 0!important;
    padding: 0 25px 0 5px!important;
    width: calc(100% - 25px);
    font-size: 16px;
    height: 100%;
    background-color: transparent!important
}
.wix-search[skin=gray] input::-webkit-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search[skin=gray] input:-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search[skin=gray] input::-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search[skin=gray] input:-ms-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search.focus .wix-search[skin=gray] input::-webkit-input-placeholder,
.wix-search[skin=gray] .wix-search.focus input::-webkit-input-placeholder,
.wix-search[skin=gray] input:focus::-webkit-input-placeholder,
.wix-search[skin=gray].focus input::-webkit-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search.focus .wix-search[skin=gray] input:-moz-placeholder,
.wix-search[skin=gray] .wix-search.focus input:-moz-placeholder,
.wix-search[skin=gray] input:focus:-moz-placeholder,
.wix-search[skin=gray].focus input:-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search.focus .wix-search[skin=gray] input::-moz-placeholder,
.wix-search[skin=gray] .wix-search.focus input::-moz-placeholder,
.wix-search[skin=gray] input:focus::-moz-placeholder,
.wix-search[skin=gray].focus input::-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search.focus .wix-search[skin=gray] input:-ms-input-placeholder,
.wix-search[skin=gray] .wix-search.focus input:-ms-input-placeholder,
.wix-search[skin=gray] input:focus:-ms-input-placeholder,
.wix-search[skin=gray].focus input:-ms-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search[skin=gray] input::-ms-clear {
    display: none
}
.wix-search[skin=gray] .wix-search-icon {
    display: inline-block;
    color: #3899ec
}
.wix-search[skin=gray] .wix-search-icon::before {
    height: 19px
}
.wix-search[skin=gray] .wix-search-wrapper {
    position: relative;
    display: inline-block;
    width: calc(100% - 27px);
    height: 100%
}
.wix-search[skin=gray].animated {
    width: 210px;
    transition: width .3s ease-out
}
.wix-search[skin=gray].animated.focus {
    width: 250px
}
.wix-search[skin=gray] .wix-search-clear {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: calc((100% - 19px)/ 2);
    padding: 5px;
    font-size: 7px;
    color: #7fccf7;
    cursor: pointer
}
.wix-search[skin=gray] .wix-search-clear.visible {
    visibility: visible
}
.wix-search[skin=gray] .wix-search-clear:hover {
    color: #3899ec
}
.wix-search[skin=round-light] {
    border: 1px solid #c6e2f7;
    border-radius: 36px;
    display: inline-block;
    padding: 0 0 0 10px;
    min-width: 210px;
    height: 36px;
    line-height: 36px
}
.wix-search[skin=round-light]:hover {
    border-color: #c6e2f7!important;
    background-color: #eaf7ff
}
.wix-search[skin=round-light]:hover input {
    border-color: #c6e2f7!important
}
.wix-search[skin=round-light].focus {
    border-color: #4eb7f5!important;
    background-color: #fff
}
.wix-search[skin=round-light].focus input {
    border-color: #4eb7f5!important
}
.wix-search[skin=round-light] input {
    display: inline-block;
    border: 0!important;
    border-radius: 0!important;
    width: calc(100% - 25px);
    font-size: 16px;
    height: 100%;
    background-color: transparent!important
}
.wix-search[skin=round-light] input::-webkit-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search[skin=round-light] input:-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search[skin=round-light] input::-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search[skin=round-light] input:-ms-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search.focus .wix-search[skin=round-light] input::-webkit-input-placeholder,
.wix-search[skin=round-light] .wix-search.focus input::-webkit-input-placeholder,
.wix-search[skin=round-light] input:focus::-webkit-input-placeholder,
.wix-search[skin=round-light].focus input::-webkit-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search.focus .wix-search[skin=round-light] input:-moz-placeholder,
.wix-search[skin=round-light] .wix-search.focus input:-moz-placeholder,
.wix-search[skin=round-light] input:focus:-moz-placeholder,
.wix-search[skin=round-light].focus input:-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search.focus .wix-search[skin=round-light] input::-moz-placeholder,
.wix-search[skin=round-light] .wix-search.focus input::-moz-placeholder,
.wix-search[skin=round-light] input:focus::-moz-placeholder,
.wix-search[skin=round-light].focus input::-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search.focus .wix-search[skin=round-light] input:-ms-input-placeholder,
.wix-search[skin=round-light] .wix-search.focus input:-ms-input-placeholder,
.wix-search[skin=round-light] input:focus:-ms-input-placeholder,
.wix-search[skin=round-light].focus input:-ms-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search[skin=round-light] input::-ms-clear {
    display: none
}
.wix-search[skin=round-light] .wix-search-icon {
    display: inline-block;
    color: #3899ec
}
.wix-search[skin=round-light] .wix-search-icon::before {
    height: 19px
}
.wix-search[skin=round-light] .wix-search-wrapper {
    position: relative;
    display: inline-block;
    width: calc(100% - 27px);
    height: 100%
}
.wix-search[skin=round-light].animated {
    width: 210px;
    transition: width .3s ease-out
}
.wix-search[skin=round-light].animated.focus {
    width: 250px
}
.wix-search[skin=round-light] .wix-search-clear {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    bottom: calc((100% - 19px)/ 2);
    padding: 5px;
    font-size: 7px;
    cursor: pointer;
    right: -3px;
    top: -6px;
    color: #308ddd
}
.wix-search[skin=round-light] .wix-search-clear.visible {
    visibility: visible
}
.wix-search[skin=round-light] input {
    padding: 0 25px 0 8px!important
}
.wix-search[skin=round-light] .wix-search-clear:hover {
    color: #4eb7f5
}
.wix-search[skin=round-light] .wix-search-clear::before {
    padding: 7px;
    border-radius: 50%;
    background-color: #eaf7ff
}
.wix-search[skin=round-light] .wix-style-svg-font-icons-search::before {
    position: relative;
    top: -2px;
    left: 3px
}
.wix-search[skin=transparent] {
    border-radius: 8px;
    display: inline-block;
    padding: 0 0 0 10px;
    min-width: 210px;
    border: 0;
    height: 24px;
    background-color: transparent!important
}
.wix-search[skin=transparent]:hover {
    border-color: #7fccf7!important;
    background-color: transparent
}
.wix-search[skin=transparent]:hover input {
    border-color: #7fccf7!important
}
.wix-search[skin=transparent].focus {
    border-color: #3899ec!important;
    background-color: transparent
}
.wix-search[skin=transparent].focus input {
    border-color: #3899ec!important
}
.wix-search[skin=transparent] input {
    display: inline-block;
    border: 0!important;
    border-radius: 0!important;
    padding: 0 25px 0 5px!important;
    width: calc(100% - 25px);
    font-size: 16px;
    height: 100%;
    background-color: transparent!important;
    border-bottom: 1px solid #bec5cb!important
}
.wix-search[skin=transparent] input::-webkit-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search[skin=transparent] input:-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search[skin=transparent] input::-moz-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search[skin=transparent] input:-ms-input-placeholder {
    color: #b6c1cd;
    font-style: normal!important
}
.wix-search.focus .wix-search[skin=transparent] input::-webkit-input-placeholder,
.wix-search[skin=transparent] .wix-search.focus input::-webkit-input-placeholder,
.wix-search[skin=transparent] input:focus::-webkit-input-placeholder,
.wix-search[skin=transparent].focus input::-webkit-input-placeholder {
    color: #162d3d;
    font-style: normal!important
}
.wix-search.focus .wix-search[skin=transparent] input:-moz-placeholder,
.wix-search[skin=transparent] .wix-search.focus input:-moz-placeholder,
.wix-search[skin=transparent] input:focus:-moz-placeholder,
.wix-search[skin=transparent].focus input:-moz-placeholder {
    color: #162d3d;
    font-style: normal!important
}
.wix-search.focus .wix-search[skin=transparent] input::-moz-placeholder,
.wix-search[skin=transparent] .wix-search.focus input::-moz-placeholder,
.wix-search[skin=transparent] input:focus::-moz-placeholder,
.wix-search[skin=transparent].focus input::-moz-placeholder {
    color: #162d3d;
    font-style: normal!important
}
.wix-search.focus .wix-search[skin=transparent] input:-ms-input-placeholder,
.wix-search[skin=transparent] .wix-search.focus input:-ms-input-placeholder,
.wix-search[skin=transparent] input:focus:-ms-input-placeholder,
.wix-search[skin=transparent].focus input:-ms-input-placeholder {
    color: #162d3d;
    font-style: normal!important
}
.wix-search[skin=transparent] input::-ms-clear {
    display: none
}
.wix-search[skin=transparent] .wix-search-icon {
    display: inline-block;
    color: #3899ec
}
.wix-search[skin=transparent] .wix-search-icon::before {
    height: 19px
}
.wix-search[skin=transparent] .wix-search-wrapper {
    position: relative;
    display: inline-block;
    width: calc(100% - 27px);
    height: 100%
}
.wix-search[skin=transparent].animated {
    width: 210px;
    transition: width .3s ease-out
}
.wix-search[skin=transparent].animated.focus {
    width: 250px
}
.wix-search[skin=transparent] .wix-search-clear {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    right: 0;
    padding: 5px;
    font-size: 7px;
    color: #7fccf7;
    cursor: pointer;
    bottom: 3px
}
.wix-search[skin=transparent] .wix-search-clear.visible {
    visibility: visible
}
.wix-search[skin=transparent] .wix-search-clear:hover {
    color: #3899ec
}
.wix-search.focus .wix-search[skin=transparent] input:first-line,
.wix-search[skin=transparent] .wix-search.focus input:first-line,
.wix-search[skin=transparent] input:focus:first-line,
.wix-search[skin=transparent].focus input:first-line {
    background-color: #c6e2f7
}
.wix-search.shrank {
    min-width: 36px;
    transition: min-width 130ms ease-out 130ms
}
.wix-search.shrank input {
    margin-left: -28px;
    opacity: 0;
    width: 0;
    transition: width 130ms ease-out
}
.wix-search.shrank:hover {
    background: #4eb7f5;
    border-color: #4eb7f5
}
.wix-search.shrank:hover input {
    cursor: pointer
}
.wix-search.shrank:hover label {
    color: #fff
}
.wix-search.shrank.focus {
    min-width: 210px;
    transition: min-width 130ms ease-out
}
.wix-search.shrank.focus input {
    margin-left: 0;
    opacity: 1;
    cursor: text;
    width: calc(100% - 25px);
    transition: width 130ms ease-out 130ms
}
.wix-search.shrank.focus:hover {
    background: #fff
}
.wix-search.shrank.focus:hover label {
    color: #3899ec
}
.wix-textarea textarea {
    display: inline-block;
    height: initial;
    width: initial
}
wix-input-container {
    position: relative;
    display: inline-block
}
wix-input-container input {
    width: initial
}
wix-input-container input.ng-invalid.ng-dirty+.error-icon-red {
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 7px 9px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    text-align: center;
    background: #ee5951;
    color: #fff
}
wix-input-container .icon-container {
    position: relative;
    display: inline-block
}
wix-input-container .icon-container>i {
    position: absolute;
    right: 6px;
    top: 13%;
    width: 15%;
    height: 75%
}
wix-input-container .error-icon-red {
    display: none
}
wix-calendar {
    display: block
}
.popover-calendar-popover.wix-tooltip.tooltip-in-dropdown.placement-bottom::before {
    border-bottom-color: #3899ec
}
.wix-calendar {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzg5OWVjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background: linear-gradient(to bottom, #3899ec 59px, #fff 59px);
    display: block;
    padding: 0 16.4px;
    border-radius: 6px;
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif
}
.wix-calendar * {
    border: 0;
    outline: 0;
    margin: 0
}
.wix-calendar>.calendar .uib-right {
    margin-left: auto
}
.wix-calendar>.calendar .wix-style-svg-font-icons-data-picker-arrow::before {
    -webkit-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px)
}
.wix-calendar>.calendar .previous.wix-style-svg-font-icons-data-picker-arrow::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 38% 48%;
    -ms-transform-origin: 38% 48%;
    transform-origin: 38% 48%
}
.wix-calendar>.calendar table {
    border-collapse: collapse;
    outline: 0
}
.wix-calendar>.calendar table .title {
    color: #fff
}
.wix-calendar>.calendar table .calendar-primary-btn {
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    color: #162d3d;
    background: 0 0;
    outline: 0
}
.wix-calendar>.calendar table .wix-day-calendar-header {
    height: 59px
}
.wix-calendar>.calendar table .wix-day-calendar-header .calendar-arrow-btn {
    color: #fff
}
.wix-calendar>.calendar table .wix-day-calendar-header .calendar-arrow-btn:hover {
    background-color: #4eb7f5
}
.wix-calendar>.calendar table .week-labels>th {
    color: #b6c1cd;
    text-align: center;
    padding: 33px 0 11px;
    line-height: 11px
}
.wix-calendar>.calendar table .calendar-day .calendar-primary-btn.selected:not(.theme),
.wix-calendar>.calendar table .calendar-day .calendar-primary-btn.theme-end.selected,
.wix-calendar>.calendar table .calendar-day .calendar-primary-btn.theme-start.max-date:not(.selected) {
    background-color: #308ddd;
    color: #fff
}
.wix-calendar>.calendar table .calendar-day {
    padding: 3px 3.6px;
    font-size: 14px
}
.wix-calendar>.calendar table .calendar-day .empty-state {
    width: 35px;
    height: 35px
}
.wix-calendar>.calendar table .calendar-day .calendar-primary-btn.theme-start.selected {
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    border: 1px solid #308ddd
}
.wix-calendar>.calendar table .calendar-day .calendar-primary-btn.theme-end.min-date:not(.selected) {
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    border: 1px solid #308ddd
}
.popover-calendar,
wix-switch-toggles {
    display: inline-block
}
.wix-calendar>.calendar table .calendar-day .calendar-primary-btn:not([disabled]):not(.selected):hover {
    background: #c1e4fe;
    color: #162d3d
}
.wix-calendar>.calendar table .calendar-day .calendar-primary-btn:disabled {
    cursor: default;
    color: #dfe5eb
}
.wix-calendar>.control-buttons {
    background: #fff;
    padding: 7px 12px 18px;
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif
}
.wix-calendar>.control-buttons a {
    color: #3899ec;
    cursor: pointer
}
.wix-tooltip.popover-calendar-popover .wix-tooltip-container {
    padding: 0;
    background: 0 0!important;
    font-size: 16px
}
wix-switch-toggles {
    box-sizing: border-box;
    height: 36px;
    line-height: 34px;
    position: relative;
    transition: border-color .2s
}
wix-switch-toggles * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0
}
wix-switch-toggles>.switch-slider {
    background: #fff;
    border: 1px solid #3899ec;
    border-radius: 8px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: -webkit-transform, width;
    transition-property: transform, width;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    z-index: 1
}
wix-switch-toggles>.toggles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    width: 100%
}
wix-switch-toggles>.toggles>label {
    border-color: #c1e4fe;
    border-style: solid;
    border-width: 1px 0;
    cursor: pointer;
    height: 100%;
    padding: 0 18px;
    position: relative;
    transition: background .2s
}
.rzslider[disabled],
.rzslider[disabled] .rz-bar-wrapper.rz-draggable,
.rzslider[disabled] .rz-ticks .rz-tick {
    cursor: not-allowed
}
wix-switch-toggles>.toggles>label:hover {
    background: #daeffe
}
wix-switch-toggles>.toggles>label:first-child {
    border-left-width: 1px;
    border-radius: 8px 0 0 8px;
    padding-left: 22px
}
wix-switch-toggles>.toggles>label:last-child {
    border-right-width: 1px;
    border-radius: 0 8px 8px 0;
    padding-right: 22px
}
wix-switch-toggles>.toggles>label>input {
    display: none
}
.rzslider,
.rzslider span,
wix-switch-toggles>.toggles>label>.toggle-content>.icon,
wix-switch-toggles>.toggles>label>.toggle-content>i {
    display: inline-block
}
wix-switch-toggles>.toggles>label>.toggle-content {
    background: 0 0;
    border: 0;
    color: #7a92a5;
    font: inherit;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
    z-index: 2
}
wix-switch-toggles>.toggles>label>.toggle-content>.icon+.text,
wix-switch-toggles>.toggles>label>.toggle-content>i+.text {
    padding-left: 6px
}
/*! angularjs-slider - v5.9.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2016-12-12 */

.rzslider {
    position: relative;
    width: 100%;
    height: 4px;
    margin: 35px 0 15px;
    vertical-align: middle;
    user-select: none
}
.rzslider.with-legend {
    margin-bottom: 40px
}
.rzslider[disabled] .rz-pointer {
    cursor: not-allowed;
    background-color: #d8e0f3
}
.rzslider[disabled] .rz-bar.rz-selection,
.rzslider[disabled] .rz-ticks .rz-tick.rz-selected {
    background: #8b91a2
}
.rzslider span {
    position: absolute;
    white-space: nowrap
}
.dp-header,
.dp.dp--alternate {
    display: -webkit-flex;
    display: -ms-flexbox
}
.rzslider .rz-base {
    width: 100%;
    height: 100%;
    padding: 0
}
.rzslider .rz-bar-wrapper {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 32px;
    padding-top: 16px;
    margin-top: -16px;
    box-sizing: border-box
}
.rzslider .rz-bar-wrapper.rz-draggable {
    cursor: move
}
.rzslider .rz-bar {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background: #d8e0f3;
    border-radius: 2px
}
.rzslider .rz-bar.rz-selection {
    z-index: 2;
    background: #0db9f0;
    border-radius: 2px
}
.rzslider .rz-pointer {
    top: -14px;
    z-index: 3;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: #0db9f0;
    border-radius: 16px
}
.rzslider .rz-pointer:after {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 4px
}
.rzslider .rz-pointer:hover:after {
    background-color: #fff
}
.rzslider .rz-pointer.rz-active {
    z-index: 4
}
.rzslider .rz-pointer.rz-active:after {
    background-color: #451aff
}
.rzslider .rz-bubble {
    bottom: 16px;
    padding: 1px 3px;
    color: #55637d;
    cursor: default
}
.rzslider .rz-bubble.rz-selection {
    top: 16px
}
.rzslider .rz-bubble.rz-limit {
    color: #55637d
}
.rzslider .rz-ticks {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box
}
.rzslider .rz-ticks .rz-tick {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin-left: 11px;
    text-align: center;
    cursor: pointer;
    background: #d8e0f3;
    border-radius: 50%
}
.rzslider .rz-ticks .rz-tick.rz-selected {
    background: #0db9f0
}
.rzslider .rz-ticks .rz-tick .rz-tick-value {
    position: absolute;
    top: -30px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.rzslider .rz-ticks .rz-tick .rz-tick-legend {
    position: absolute;
    top: 24px;
    max-width: 50px;
    white-space: normal;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.rzslider .rz-ticks.rz-ticks-values-under .rz-tick-value {
    top: initial;
    bottom: -32px
}
.rzslider.rz-vertical {
    position: relative;
    width: 4px;
    height: 100%;
    padding: 0;
    margin: 0 20px;
    vertical-align: baseline
}
.rzslider.rz-vertical .rz-base {
    width: 100%;
    height: 100%;
    padding: 0
}
.rzslider.rz-vertical .rz-bar-wrapper {
    top: auto;
    left: 0;
    width: 32px;
    height: 100%;
    padding: 0 0 0 16px;
    margin: 0 0 0 -16px
}
.rzslider.rz-vertical .rz-bar {
    bottom: 0;
    left: auto;
    width: 4px;
    height: 100%
}
.rzslider.rz-vertical .rz-pointer {
    top: auto;
    bottom: 0;
    left: -14px!important
}
.rzslider.rz-vertical .rz-bubble {
    bottom: 0;
    left: 16px!important;
    margin-left: 3px
}
.rzslider.rz-vertical .rz-bubble.rz-selection {
    top: auto;
    left: 16px!important
}
.rzslider.rz-vertical .rz-ticks {
    top: 0;
    left: -3px;
    z-index: 1;
    width: 0;
    height: 100%
}
.rzslider.rz-vertical .rz-ticks .rz-tick {
    margin-top: 11px;
    margin-left: auto;
    vertical-align: middle
}
.rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-value {
    top: initial;
    left: 24px;
    -webkit-transform: translate(0, -28%);
    -ms-transform: translate(0, -28%);
    transform: translate(0, -28%)
}
.rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-legend {
    top: initial;
    right: 24px;
    max-width: none;
    white-space: nowrap;
    -webkit-transform: translate(0, -28%);
    -ms-transform: translate(0, -28%);
    transform: translate(0, -28%)
}
.rzslider.rz-vertical .rz-ticks.rz-ticks-values-under .rz-tick-value {
    right: 24px;
    bottom: initial;
    left: initial
}
wix-slider .rzslider .rz-pointer {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(31, 69, 94, .4);
    width: 16px;
    height: 16px;
    top: -5px;
    transition: box-shadow .25s ease-in-out 0s;
    outline: 0
}
wix-slider .rzslider .rz-pointer.rz-active:after,
wix-slider .rzslider .rz-pointer:hover:after {
    background-color: #2b81cb
}
wix-slider .rzslider .rz-pointer:hover {
    box-shadow: 0 1px 2px 2px rgba(138, 209, 250, .58)
}
wix-slider .rzslider .rz-pointer:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #2b81cb
}
.dp,
.dp:before {
    position: absolute;
    left: 50%
}
wix-slider .rzslider .rz-bubble {
    color: #3899ec;
    font-size: 14px;
    bottom: -30px
}
wix-slider .rzslider .rz-bar {
    height: 6px;
    background: #daeffe;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #c0e1f2
}
wix-slider .rzslider .rz-bar.rz-selection {
    background: #3899ec
}
.dp {
    width: 330px;
    height: 348px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .2);
    z-index: 999;
    margin-top: 24px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif
}
.dp-header,
.dp.dp--alternate .dp-header {
    border-radius: 6px 6px 0 0
}
.dp.dp--alternate {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -404px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .2), 0 10px 30px 0 rgba(0, 0, 0, .3)
}
.dp.dp--alternate:before {
    border-width: 12px 11px 0;
    border-color: #fff transparent transparent;
    bottom: -12px;
    top: auto
}
.dp:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 12px;
    border-color: transparent transparent #3899ec;
    top: -12px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.dp-wrapper {
    position: relative
}
.dp-wrapper.is-open .wix-input {
    background-color: #eaf7ff
}
input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 50px!important;
}
