@import url(web-fonts-url(("Poppins": ("300","400" "500", "600"))));@import url(web-fonts-url(("Itim": ("400"))));@charset "UTF-8";@charset "UTF-8";@charset "UTF-8";.flex-container-fluid, .flex-container { margin-right: auto; margin-left: auto;}.flex-container-fluid { padding-right: 2rem; padding-left: 2rem;}.flex-container-no-padding { padding: 0;}.flex-container-no-padding .flex-row { margin: 0;}.flex-container-no-padding .flex-row > div { padding: 0;}.flex-box-item { margin-bottom: 0.5rem;}.flex-row { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem;}.flex-row.reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}.flex-col.reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}.flex-col-xs, .flex-col-xs-1, .flex-col-xs-2, .flex-col-xs-3, .flex-col-xs-4, .flex-col-xs-5, .flex-col-xs-6, .flex-col-xs-7, .flex-col-xs-8, .flex-col-xs-9, .flex-col-xs-10, .flex-col-xs-11, .flex-col-xs-12, .flex-col-xs-offset-0, .flex-col-xs-offset-1, .flex-col-xs-offset-2, .flex-col-xs-offset-3, .flex-col-xs-offset-4, .flex-col-xs-offset-5, .flex-col-xs-offset-6, .flex-col-xs-offset-7, .flex-col-xs-offset-8, .flex-col-xs-offset-9, .flex-col-xs-offset-10, .flex-col-xs-offset-11, .flex-col-xs-offset-12 { box-sizing: border-box; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; padding-right: 0.5rem; padding-left: 0.5rem;}.flex-col-xs { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%;}.flex-col-xs-1 { -webkit-flex-basis: 8.333%; -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%;}.flex-col-xs-2 { -webkit-flex-basis: 16.666%; -ms-flex-preferred-size: 16.666%; flex-basis: 16.666%; max-width: 16.666%;}.flex-col-xs-3 { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%;}.flex-col-xs-4 { -webkit-flex-basis: 33.333%; -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%;}.flex-col-xs-5 { -webkit-flex-basis: 41.667%; -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%;}.flex-col-xs-6 { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%;}.flex-col-xs-7 { -webkit-flex-basis: 58.333%; -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%;}.flex-col-xs-8 { -webkit-flex-basis: 66.667%; -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%;}.flex-col-xs-9 { -webkit-flex-basis: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%;}.flex-col-xs-10 { -webkit-flex-basis: 83.333%; -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%;}.flex-col-xs-11 { -webkit-flex-basis: 91.667%; -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%;}.flex-col-xs-12 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%;}.flex-col-xs-offset-0 { margin-left: 0;}.flex-col-xs-offset-1 { margin-left: 8.333%;}.flex-col-xs-offset-2 { margin-left: 16.666%;}.flex-col-xs-offset-3 { margin-left: 25%;}.flex-col-xs-offset-4 { margin-left: 33.333%;}.flex-col-xs-offset-5 { margin-left: 41.667%;}.flex-col-xs-offset-6 { margin-left: 50%;}.flex-col-xs-offset-7 { margin-left: 58.333%;}.flex-col-xs-offset-8 { margin-left: 66.667%;}.flex-col-xs-offset-9 { margin-left: 75%;}.flex-col-xs-offset-10 { margin-left: 83.333%;}.flex-col-xs-offset-11 { margin-left: 91.667%;}.start-xs { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; text-align: start;}.center-xs { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center;}.end-xs { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; text-align: end;}.top-xs { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;}.middle-xs { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}.bottom-xs { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;}.around-xs { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around;}.between-xs { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}.first-xs { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1;}.last-xs { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1;}@media only screen and (min-width: 48em) { .flex-container {  width: 49rem; } .flex-col-sm, .flex-col-sm-1, .flex-col-sm-2, .flex-col-sm-3, .flex-col-sm-4, .flex-col-sm-5, .flex-col-sm-6, .flex-col-sm-7, .flex-col-sm-8, .flex-col-sm-9, .flex-col-sm-10, .flex-col-sm-11, .flex-col-sm-12, .flex-col-sm-offset-0, .flex-col-sm-offset-1, .flex-col-sm-offset-2, .flex-col-sm-offset-3, .flex-col-sm-offset-4, .flex-col-sm-offset-5, .flex-col-sm-offset-6, .flex-col-sm-offset-7, .flex-col-sm-offset-8, .flex-col-sm-offset-9, .flex-col-sm-offset-10, .flex-col-sm-offset-11, .flex-col-sm-offset-12 {  box-sizing: border-box;  -webkit-box-flex: 0;  -webkit-flex: 0 0 auto;  -ms-flex: 0 0 auto;  flex: 0 0 auto;  padding-right: 0.5rem;  padding-left: 0.5rem; } .flex-col-sm {  -webkit-box-flex: 1;  -webkit-flex-grow: 1;  -ms-flex-positive: 1;  flex-grow: 1;  -webkit-flex-basis: 0;  -ms-flex-preferred-size: 0;  flex-basis: 0;  max-width: 100%; } .flex-col-sm-1 {  -webkit-flex-basis: 8.333%;  -ms-flex-preferred-size: 8.333%;  flex-basis: 8.333%;  max-width: 8.333%; } .flex-col-sm-2 {  -webkit-flex-basis: 16.666%;  -ms-flex-preferred-size: 16.666%;  flex-basis: 16.666%;  max-width: 16.666%; } .flex-col-sm-3 {  -webkit-flex-basis: 25%;  -ms-flex-preferred-size: 25%;  flex-basis: 25%;  max-width: 25%; } .flex-col-sm-4 {  -webkit-flex-basis: 33.333%;  -ms-flex-preferred-size: 33.333%;  flex-basis: 33.333%;  max-width: 33.333%; } .flex-col-sm-5 {  -webkit-flex-basis: 41.667%;  -ms-flex-preferred-size: 41.667%;  flex-basis: 41.667%;  max-width: 41.667%; } .flex-col-sm-6 {  -webkit-flex-basis: 50%;  -ms-flex-preferred-size: 50%;  flex-basis: 50%;  max-width: 50%; } .flex-col-sm-7 {  -webkit-flex-basis: 58.333%;  -ms-flex-preferred-size: 58.333%;  flex-basis: 58.333%;  max-width: 58.333%; } .flex-col-sm-8 {  -webkit-flex-basis: 66.667%;  -ms-flex-preferred-size: 66.667%;  flex-basis: 66.667%;  max-width: 66.667%; } .flex-col-sm-9 {  -webkit-flex-basis: 75%;  -ms-flex-preferred-size: 75%;  flex-basis: 75%;  max-width: 75%; } .flex-col-sm-10 {  -webkit-flex-basis: 83.333%;  -ms-flex-preferred-size: 83.333%;  flex-basis: 83.333%;  max-width: 83.333%; } .flex-col-sm-11 {  -webkit-flex-basis: 91.667%;  -ms-flex-preferred-size: 91.667%;  flex-basis: 91.667%;  max-width: 91.667%; } .flex-col-sm-12 {  -webkit-flex-basis: 100%;  -ms-flex-preferred-size: 100%;  flex-basis: 100%;  max-width: 100%; } .flex-col-sm-offset-0 {  margin-left: 0; } .flex-col-sm-offset-1 {  margin-left: 8.333%; } .flex-col-sm-offset-2 {  margin-left: 16.666%; } .flex-col-sm-offset-3 {  margin-left: 25%; } .flex-col-sm-offset-4 {  margin-left: 33.333%; } .flex-col-sm-offset-5 {  margin-left: 41.667%; } .flex-col-sm-offset-6 {  margin-left: 50%; } .flex-col-sm-offset-7 {  margin-left: 58.333%; } .flex-col-sm-offset-8 {  margin-left: 66.667%; } .flex-col-sm-offset-9 {  margin-left: 75%; } .flex-col-sm-offset-10 {  margin-left: 83.333%; } .flex-col-sm-offset-11 {  margin-left: 91.667%; } .start-sm {  -webkit-box-pack: start;  -webkit-justify-content: flex-start;  -ms-flex-pack: start;  justify-content: flex-start;  text-align: start; } .center-sm {  -webkit-box-pack: center;  -webkit-justify-content: center;  -ms-flex-pack: center;  justify-content: center;  text-align: center; } .end-sm {  -webkit-box-pack: end;  -webkit-justify-content: flex-end;  -ms-flex-pack: end;  justify-content: flex-end;  text-align: end; } .top-sm {  -webkit-box-align: start;  -webkit-align-items: flex-start;  -ms-flex-align: start;  align-items: flex-start; } .middle-sm {  -webkit-box-align: center;  -webkit-align-items: center;  -ms-flex-align: center;  align-items: center; } .bottom-sm {  -webkit-box-align: end;  -webkit-align-items: flex-end;  -ms-flex-align: end;  align-items: flex-end; } .around-sm {  -webkit-justify-content: space-around;  -ms-flex-pack: distribute;  justify-content: space-around; } .between-sm {  -webkit-box-pack: justify;  -webkit-justify-content: space-between;  -ms-flex-pack: justify;  justify-content: space-between; } .first-sm {  -webkit-box-ordinal-group: 0;  -webkit-order: -1;  -ms-flex-order: -1;  order: -1; } .last-sm {  -webkit-box-ordinal-group: 2;  -webkit-order: 1;  -ms-flex-order: 1;  order: 1; }}@media only screen and (min-width: 64em) { .flex-container {  width: 65rem; } .flex-col-md, .flex-col-md-1, .flex-col-md-2, .flex-col-md-3, .flex-col-md-4, .flex-col-md-5, .flex-col-md-6, .flex-col-md-7, .flex-col-md-8, .flex-col-md-9, .flex-col-md-10, .flex-col-md-11, .flex-col-md-12, .flex-col-md-offset-0, .flex-col-md-offset-1, .flex-col-md-offset-2, .flex-col-md-offset-3, .flex-col-md-offset-4, .flex-col-md-offset-5, .flex-col-md-offset-6, .flex-col-md-offset-7, .flex-col-md-offset-8, .flex-col-md-offset-9, .flex-col-md-offset-10, .flex-col-md-offset-11, .flex-col-md-offset-12 {  box-sizing: border-box;  -webkit-box-flex: 0;  -webkit-flex: 0 0 auto;  -ms-flex: 0 0 auto;  flex: 0 0 auto;  padding-right: 0.5rem;  padding-left: 0.5rem; } .flex-col-md {  -webkit-box-flex: 1;  -webkit-flex-grow: 1;  -ms-flex-positive: 1;  flex-grow: 1;  -webkit-flex-basis: 0;  -ms-flex-preferred-size: 0;  flex-basis: 0;  max-width: 100%; } .flex-col-md-1 {  -webkit-flex-basis: 8.333%;  -ms-flex-preferred-size: 8.333%;  flex-basis: 8.333%;  max-width: 8.333%; } .flex-col-md-2 {  -webkit-flex-basis: 16.666%;  -ms-flex-preferred-size: 16.666%;  flex-basis: 16.666%;  max-width: 16.666%; } .flex-col-md-3 {  -webkit-flex-basis: 25%;  -ms-flex-preferred-size: 25%;  flex-basis: 25%;  max-width: 25%; } .flex-col-md-4 {  -webkit-flex-basis: 33.333%;  -ms-flex-preferred-size: 33.333%;  flex-basis: 33.333%;  max-width: 33.333%; } .flex-col-md-5 {  -webkit-flex-basis: 41.667%;  -ms-flex-preferred-size: 41.667%;  flex-basis: 41.667%;  max-width: 41.667%; } .flex-col-md-6 {  -webkit-flex-basis: 50%;  -ms-flex-preferred-size: 50%;  flex-basis: 50%;  max-width: 50%; } .flex-col-md-7 {  -webkit-flex-basis: 58.333%;  -ms-flex-preferred-size: 58.333%;  flex-basis: 58.333%;  max-width: 58.333%; } .flex-col-md-8 {  -webkit-flex-basis: 66.667%;  -ms-flex-preferred-size: 66.667%;  flex-basis: 66.667%;  max-width: 66.667%; } .flex-col-md-9 {  -webkit-flex-basis: 75%;  -ms-flex-preferred-size: 75%;  flex-basis: 75%;  max-width: 75%; } .flex-col-md-10 {  -webkit-flex-basis: 83.333%;  -ms-flex-preferred-size: 83.333%;  flex-basis: 83.333%;  max-width: 83.333%; } .flex-col-md-11 {  -webkit-flex-basis: 91.667%;  -ms-flex-preferred-size: 91.667%;  flex-basis: 91.667%;  max-width: 91.667%; } .flex-col-md-12 {  -webkit-flex-basis: 100%;  -ms-flex-preferred-size: 100%;  flex-basis: 100%;  max-width: 100%; } .flex-col-md-offset-0 {  margin-left: 0; } .flex-col-md-offset-1 {  margin-left: 8.333%; } .flex-col-md-offset-2 {  margin-left: 16.666%; } .flex-col-md-offset-3 {  margin-left: 25%; } .flex-col-md-offset-4 {  margin-left: 33.333%; } .flex-col-md-offset-5 {  margin-left: 41.667%; } .flex-col-md-offset-6 {  margin-left: 50%; } .flex-col-md-offset-7 {  margin-left: 58.333%; } .flex-col-md-offset-8 {  margin-left: 66.667%; } .flex-col-md-offset-9 {  margin-left: 75%; } .flex-col-md-offset-10 {  margin-left: 83.333%; } .flex-col-md-offset-11 {  margin-left: 91.667%; } .start-md {  -webkit-box-pack: start;  -webkit-justify-content: flex-start;  -ms-flex-pack: start;  justify-content: flex-start;  text-align: start; } .center-md {  -webkit-box-pack: center;  -webkit-justify-content: center;  -ms-flex-pack: center;  justify-content: center;  text-align: center; } .end-md {  -webkit-box-pack: end;  -webkit-justify-content: flex-end;  -ms-flex-pack: end;  justify-content: flex-end;  text-align: end; } .top-md {  -webkit-box-align: start;  -webkit-align-items: flex-start;  -ms-flex-align: start;  align-items: flex-start; } .middle-md {  -webkit-box-align: center;  -webkit-align-items: center;  -ms-flex-align: center;  align-items: center; } .bottom-md {  -webkit-box-align: end;  -webkit-align-items: flex-end;  -ms-flex-align: end;  align-items: flex-end; } .around-md {  -webkit-justify-content: space-around;  -ms-flex-pack: distribute;  justify-content: space-around; } .between-md {  -webkit-box-pack: justify;  -webkit-justify-content: space-between;  -ms-flex-pack: justify;  justify-content: space-between; } .first-md {  -webkit-box-ordinal-group: 0;  -webkit-order: -1;  -ms-flex-order: -1;  order: -1; } .last-md {  -webkit-box-ordinal-group: 2;  -webkit-order: 1;  -ms-flex-order: 1;  order: 1; }}@media only screen and (min-width: 75em) { .flex-container {  width: 76rem; } .flex-col-lg, .flex-col-lg-1, .flex-col-lg-2, .flex-col-lg-3, .flex-col-lg-4, .flex-col-lg-5, .flex-col-lg-6, .flex-col-lg-7, .flex-col-lg-8, .flex-col-lg-9, .flex-col-lg-10, .flex-col-lg-11, .flex-col-lg-12, .flex-col-lg-offset-0, .flex-col-lg-offset-1, .flex-col-lg-offset-2, .flex-col-lg-offset-3, .flex-col-lg-offset-4, .flex-col-lg-offset-5, .flex-col-lg-offset-6, .flex-col-lg-offset-7, .flex-col-lg-offset-8, .flex-col-lg-offset-9, .flex-col-lg-offset-10, .flex-col-lg-offset-11, .flex-col-lg-offset-12 {  box-sizing: border-box;  -webkit-box-flex: 0;  -webkit-flex: 0 0 auto;  -ms-flex: 0 0 auto;  flex: 0 0 auto;  padding-right: 0.5rem;  padding-left: 0.5rem; } .flex-col-lg {  -webkit-box-flex: 1;  -webkit-flex-grow: 1;  -ms-flex-positive: 1;  flex-grow: 1;  -webkit-flex-basis: 0;  -ms-flex-preferred-size: 0;  flex-basis: 0;  max-width: 100%; } .flex-col-lg-1 {  -webkit-flex-basis: 8.333%;  -ms-flex-preferred-size: 8.333%;  flex-basis: 8.333%;  max-width: 8.333%; } .flex-col-lg-2 {  -webkit-flex-basis: 16.666%;  -ms-flex-preferred-size: 16.666%;  flex-basis: 16.666%;  max-width: 16.666%; } .flex-col-lg-3 {  -webkit-flex-basis: 25%;  -ms-flex-preferred-size: 25%;  flex-basis: 25%;  max-width: 25%; } .flex-col-lg-4 {  -webkit-flex-basis: 33.333%;  -ms-flex-preferred-size: 33.333%;  flex-basis: 33.333%;  max-width: 33.333%; } .flex-col-lg-5 {  -webkit-flex-basis: 41.667%;  -ms-flex-preferred-size: 41.667%;  flex-basis: 41.667%;  max-width: 41.667%; } .flex-col-lg-6 {  -webkit-flex-basis: 50%;  -ms-flex-preferred-size: 50%;  flex-basis: 50%;  max-width: 50%; } .flex-col-lg-7 {  -webkit-flex-basis: 58.333%;  -ms-flex-preferred-size: 58.333%;  flex-basis: 58.333%;  max-width: 58.333%; } .flex-col-lg-8 {  -webkit-flex-basis: 66.667%;  -ms-flex-preferred-size: 66.667%;  flex-basis: 66.667%;  max-width: 66.667%; } .flex-col-lg-9 {  -webkit-flex-basis: 75%;  -ms-flex-preferred-size: 75%;  flex-basis: 75%;  max-width: 75%; } .flex-col-lg-10 {  -webkit-flex-basis: 83.333%;  -ms-flex-preferred-size: 83.333%;  flex-basis: 83.333%;  max-width: 83.333%; } .flex-col-lg-11 {  -webkit-flex-basis: 91.667%;  -ms-flex-preferred-size: 91.667%;  flex-basis: 91.667%;  max-width: 91.667%; } .flex-col-lg-12 {  -webkit-flex-basis: 100%;  -ms-flex-preferred-size: 100%;  flex-basis: 100%;  max-width: 100%; } .flex-col-lg-offset-0 {  margin-left: 0; } .flex-col-lg-offset-1 {  margin-left: 8.333%; } .flex-col-lg-offset-2 {  margin-left: 16.666%; } .flex-col-lg-offset-3 {  margin-left: 25%; } .flex-col-lg-offset-4 {  margin-left: 33.333%; } .flex-col-lg-offset-5 {  margin-left: 41.667%; } .flex-col-lg-offset-6 {  margin-left: 50%; } .flex-col-lg-offset-7 {  margin-left: 58.333%; } .flex-col-lg-offset-8 {  margin-left: 66.667%; } .flex-col-lg-offset-9 {  margin-left: 75%; } .flex-col-lg-offset-10 {  margin-left: 83.333%; } .flex-col-lg-offset-11 {  margin-left: 91.667%; } .start-lg {  -webkit-box-pack: start;  -webkit-justify-content: flex-start;  -ms-flex-pack: start;  justify-content: flex-start;  text-align: start; } .center-lg {  -webkit-box-pack: center;  -webkit-justify-content: center;  -ms-flex-pack: center;  justify-content: center;  text-align: center; } .end-lg {  -webkit-box-pack: end;  -webkit-justify-content: flex-end;  -ms-flex-pack: end;  justify-content: flex-end;  text-align: end; } .top-lg {  -webkit-box-align: start;  -webkit-align-items: flex-start;  -ms-flex-align: start;  align-items: flex-start; } .middle-lg {  -webkit-box-align: center;  -webkit-align-items: center;  -ms-flex-align: center;  align-items: center; } .bottom-lg {  -webkit-box-align: end;  -webkit-align-items: flex-end;  -ms-flex-align: end;  align-items: flex-end; } .around-lg {  -webkit-justify-content: space-around;  -ms-flex-pack: distribute;  justify-content: space-around; } .between-lg {  -webkit-box-pack: justify;  -webkit-justify-content: space-between;  -ms-flex-pack: justify;  justify-content: space-between; } .first-lg {  -webkit-box-ordinal-group: 0;  -webkit-order: -1;  -ms-flex-order: -1;  order: -1; } .last-lg {  -webkit-box-ordinal-group: 2;  -webkit-order: 1;  -ms-flex-order: 1;  order: 1; }}@font-face { font-family: "Ionicons"; src: url("//www.loveyourhealth.com.au/wp-content/themes/lyh/../fonts/ionicons.eot?v=2.0.0"); src: url("//www.loveyourhealth.com.au/wp-content/themes/lyh/../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("//www.loveyourhealth.com.au/wp-content/themes/lyh/../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("//www.loveyourhealth.com.au/wp-content/themes/lyh/../fonts/ionicons.woff?v=2.0.0") format("woff"), url("//www.loveyourhealth.com.au/wp-content/themes/lyh/../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal;}.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.ion-alert:before { content: "\f101";}.ion-alert-circled:before { content: "\f100";}.ion-android-add:before { content: "\f2c7";}.ion-android-add-circle:before { content: "\f359";}.ion-android-alarm-clock:before { content: "\f35a";}.ion-android-alert:before { content: "\f35b";}.ion-android-apps:before { content: "\f35c";}.ion-android-archive:before { content: "\f2c9";}.ion-android-arrow-back:before { content: "\f2ca";}.ion-android-arrow-down:before { content: "\f35d";}.ion-android-arrow-dropdown:before { content: "\f35f";}.ion-android-arrow-dropdown-circle:before { content: "\f35e";}.ion-android-arrow-dropleft:before { content: "\f361";}.ion-android-arrow-dropleft-circle:before { content: "\f360";}.ion-android-arrow-dropright:before { content: "\f363";}.ion-android-arrow-dropright-circle:before { content: "\f362";}.ion-android-arrow-dropup:before { content: "\f365";}.ion-android-arrow-dropup-circle:before { content: "\f364";}.ion-android-arrow-forward:before { content: "\f30f";}.ion-android-arrow-up:before { content: "\f366";}.ion-android-attach:before { content: "\f367";}.ion-android-bar:before { content: "\f368";}.ion-android-bicycle:before { content: "\f369";}.ion-android-boat:before { content: "\f36a";}.ion-android-bookmark:before { content: "\f36b";}.ion-android-bulb:before { content: "\f36c";}.ion-android-bus:before { content: "\f36d";}.ion-android-calendar:before { content: "\f2d1";}.ion-android-call:before { content: "\f2d2";}.ion-android-camera:before { content: "\f2d3";}.ion-android-cancel:before { content: "\f36e";}.ion-android-car:before { content: "\f36f";}.ion-android-cart:before { content: "\f370";}.ion-android-chat:before { content: "\f2d4";}.ion-android-checkbox:before { content: "\f374";}.ion-android-checkbox-blank:before { content: "\f371";}.ion-android-checkbox-outline:before { content: "\f373";}.ion-android-checkbox-outline-blank:before { content: "\f372";}.ion-android-checkmark-circle:before { content: "\f375";}.ion-android-clipboard:before { content: "\f376";}.ion-android-close:before { content: "\f2d7";}.ion-android-cloud:before { content: "\f37a";}.ion-android-cloud-circle:before { content: "\f377";}.ion-android-cloud-done:before { content: "\f378";}.ion-android-cloud-outline:before { content: "\f379";}.ion-android-color-palette:before { content: "\f37b";}.ion-android-compass:before { content: "\f37c";}.ion-android-contact:before { content: "\f2d8";}.ion-android-contacts:before { content: "\f2d9";}.ion-android-contract:before { content: "\f37d";}.ion-android-create:before { content: "\f37e";}.ion-android-delete:before { content: "\f37f";}.ion-android-desktop:before { content: "\f380";}.ion-android-document:before { content: "\f381";}.ion-android-done:before { content: "\f383";}.ion-android-done-all:before { content: "\f382";}.ion-android-download:before { content: "\f2dd";}.ion-android-drafts:before { content: "\f384";}.ion-android-exit:before { content: "\f385";}.ion-android-expand:before { content: "\f386";}.ion-android-favorite:before { content: "\f388";}.ion-android-favorite-outline:before { content: "\f387";}.ion-android-film:before { content: "\f389";}.ion-android-folder:before { content: "\f2e0";}.ion-android-folder-open:before { content: "\f38a";}.ion-android-funnel:before { content: "\f38b";}.ion-android-globe:before { content: "\f38c";}.ion-android-hand:before { content: "\f2e3";}.ion-android-hangout:before { content: "\f38d";}.ion-android-happy:before { content: "\f38e";}.ion-android-home:before { content: "\f38f";}.ion-android-image:before { content: "\f2e4";}.ion-android-laptop:before { content: "\f390";}.ion-android-list:before { content: "\f391";}.ion-android-locate:before { content: "\f2e9";}.ion-android-lock:before { content: "\f392";}.ion-android-mail:before { content: "\f2eb";}.ion-android-map:before { content: "\f393";}.ion-android-menu:before { content: "\f394";}.ion-android-microphone:before { content: "\f2ec";}.ion-android-microphone-off:before { content: "\f395";}.ion-android-more-horizontal:before { content: "\f396";}.ion-android-more-vertical:before { content: "\f397";}.ion-android-navigate:before { content: "\f398";}.ion-android-notifications:before { content: "\f39b";}.ion-android-notifications-none:before { content: "\f399";}.ion-android-notifications-off:before { content: "\f39a";}.ion-android-open:before { content: "\f39c";}.ion-android-options:before { content: "\f39d";}.ion-android-people:before { content: "\f39e";}.ion-android-person:before { content: "\f3a0";}.ion-android-person-add:before { content: "\f39f";}.ion-android-phone-landscape:before { content: "\f3a1";}.ion-android-phone-portrait:before { content: "\f3a2";}.ion-android-pin:before { content: "\f3a3";}.ion-android-plane:before { content: "\f3a4";}.ion-android-playstore:before { content: "\f2f0";}.ion-android-print:before { content: "\f3a5";}.ion-android-radio-button-off:before { content: "\f3a6";}.ion-android-radio-button-on:before { content: "\f3a7";}.ion-android-refresh:before { content: "\f3a8";}.ion-android-remove:before { content: "\f2f4";}.ion-android-remove-circle:before { content: "\f3a9";}.ion-android-restaurant:before { content: "\f3aa";}.ion-android-sad:before { content: "\f3ab";}.ion-android-search:before { content: "\f2f5";}.ion-android-send:before { content: "\f2f6";}.ion-android-settings:before { content: "\f2f7";}.ion-android-share:before { content: "\f2f8";}.ion-android-share-alt:before { content: "\f3ac";}.ion-android-star:before { content: "\f2fc";}.ion-android-star-half:before { content: "\f3ad";}.ion-android-star-outline:before { content: "\f3ae";}.ion-android-stopwatch:before { content: "\f2fd";}.ion-android-subway:before { content: "\f3af";}.ion-android-sunny:before { content: "\f3b0";}.ion-android-sync:before { content: "\f3b1";}.ion-android-textsms:before { content: "\f3b2";}.ion-android-time:before { content: "\f3b3";}.ion-android-train:before { content: "\f3b4";}.ion-android-unlock:before { content: "\f3b5";}.ion-android-upload:before { content: "\f3b6";}.ion-android-volume-down:before { content: "\f3b7";}.ion-android-volume-mute:before { content: "\f3b8";}.ion-android-volume-off:before { content: "\f3b9";}.ion-android-volume-up:before { content: "\f3ba";}.ion-android-walk:before { content: "\f3bb";}.ion-android-warning:before { content: "\f3bc";}.ion-android-watch:before { content: "\f3bd";}.ion-android-wifi:before { content: "\f305";}.ion-aperture:before { content: "\f313";}.ion-archive:before { content: "\f102";}.ion-arrow-down-a:before { content: "\f103";}.ion-arrow-down-b:before { content: "\f104";}.ion-arrow-down-c:before { content: "\f105";}.ion-arrow-expand:before { content: "\f25e";}.ion-arrow-graph-down-left:before { content: "\f25f";}.ion-arrow-graph-down-right:before { content: "\f260";}.ion-arrow-graph-up-left:before { content: "\f261";}.ion-arrow-graph-up-right:before { content: "\f262";}.ion-arrow-left-a:before { content: "\f106";}.ion-arrow-left-b:before { content: "\f107";}.ion-arrow-left-c:before { content: "\f108";}.ion-arrow-move:before { content: "\f263";}.ion-arrow-resize:before { content: "\f264";}.ion-arrow-return-left:before { content: "\f265";}.ion-arrow-return-right:before { content: "\f266";}.ion-arrow-right-a:before { content: "\f109";}.ion-arrow-right-b:before { content: "\f10a";}.ion-arrow-right-c:before { content: "\f10b";}.ion-arrow-shrink:before { content: "\f267";}.ion-arrow-swap:before { content: "\f268";}.ion-arrow-up-a:before { content: "\f10c";}.ion-arrow-up-b:before { content: "\f10d";}.ion-arrow-up-c:before { content: "\f10e";}.ion-asterisk:before { content: "\f314";}.ion-at:before { content: "\f10f";}.ion-backspace:before { content: "\f3bf";}.ion-backspace-outline:before { content: "\f3be";}.ion-bag:before { content: "\f110";}.ion-battery-charging:before { content: "\f111";}.ion-battery-empty:before { content: "\f112";}.ion-battery-full:before { content: "\f113";}.ion-battery-half:before { content: "\f114";}.ion-battery-low:before { content: "\f115";}.ion-beaker:before { content: "\f269";}.ion-beer:before { content: "\f26a";}.ion-bluetooth:before { content: "\f116";}.ion-bonfire:before { content: "\f315";}.ion-bookmark:before { content: "\f26b";}.ion-bowtie:before { content: "\f3c0";}.ion-briefcase:before { content: "\f26c";}.ion-bug:before { content: "\f2be";}.ion-calculator:before { content: "\f26d";}.ion-calendar:before { content: "\f117";}.ion-camera:before { content: "\f118";}.ion-card:before { content: "\f119";}.ion-cash:before { content: "\f316";}.ion-chatbox:before { content: "\f11b";}.ion-chatbox-working:before { content: "\f11a";}.ion-chatboxes:before { content: "\f11c";}.ion-chatbubble:before { content: "\f11e";}.ion-chatbubble-working:before { content: "\f11d";}.ion-chatbubbles:before { content: "\f11f";}.ion-checkmark:before { content: "\f122";}.ion-checkmark-circled:before { content: "\f120";}.ion-checkmark-round:before { content: "\f121";}.ion-chevron-down:before { content: "\f123";}.ion-chevron-left:before { content: "\f124";}.ion-chevron-right:before { content: "\f125";}.ion-chevron-up:before { content: "\f126";}.ion-clipboard:before { content: "\f127";}.ion-clock:before { content: "\f26e";}.ion-close:before { content: "\f12a";}.ion-close-circled:before { content: "\f128";}.ion-close-round:before { content: "\f129";}.ion-closed-captioning:before { content: "\f317";}.ion-cloud:before { content: "\f12b";}.ion-code:before { content: "\f271";}.ion-code-download:before { content: "\f26f";}.ion-code-working:before { content: "\f270";}.ion-coffee:before { content: "\f272";}.ion-compass:before { content: "\f273";}.ion-compose:before { content: "\f12c";}.ion-connection-bars:before { content: "\f274";}.ion-contrast:before { content: "\f275";}.ion-crop:before { content: "\f3c1";}.ion-cube:before { content: "\f318";}.ion-disc:before { content: "\f12d";}.ion-document:before { content: "\f12f";}.ion-document-text:before { content: "\f12e";}.ion-drag:before { content: "\f130";}.ion-earth:before { content: "\f276";}.ion-easel:before { content: "\f3c2";}.ion-edit:before { content: "\f2bf";}.ion-egg:before { content: "\f277";}.ion-eject:before { content: "\f131";}.ion-email:before { content: "\f132";}.ion-email-unread:before { content: "\f3c3";}.ion-erlenmeyer-flask:before { content: "\f3c5";}.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4";}.ion-eye:before { content: "\f133";}.ion-eye-disabled:before { content: "\f306";}.ion-female:before { content: "\f278";}.ion-filing:before { content: "\f134";}.ion-film-marker:before { content: "\f135";}.ion-fireball:before { content: "\f319";}.ion-flag:before { content: "\f279";}.ion-flame:before { content: "\f31a";}.ion-flash:before { content: "\f137";}.ion-flash-off:before { content: "\f136";}.ion-folder:before { content: "\f139";}.ion-fork:before { content: "\f27a";}.ion-fork-repo:before { content: "\f2c0";}.ion-forward:before { content: "\f13a";}.ion-funnel:before { content: "\f31b";}.ion-gear-a:before { content: "\f13d";}.ion-gear-b:before { content: "\f13e";}.ion-grid:before { content: "\f13f";}.ion-hammer:before { content: "\f27b";}.ion-happy:before { content: "\f31c";}.ion-happy-outline:before { content: "\f3c6";}.ion-headphone:before { content: "\f140";}.ion-heart:before { content: "\f141";}.ion-heart-broken:before { content: "\f31d";}.ion-help:before { content: "\f143";}.ion-help-buoy:before { content: "\f27c";}.ion-help-circled:before { content: "\f142";}.ion-home:before { content: "\f144";}.ion-icecream:before { content: "\f27d";}.ion-image:before { content: "\f147";}.ion-images:before { content: "\f148";}.ion-information:before { content: "\f14a";}.ion-information-circled:before { content: "\f149";}.ion-ionic:before { content: "\f14b";}.ion-ios-alarm:before { content: "\f3c8";}.ion-ios-alarm-outline:before { content: "\f3c7";}.ion-ios-albums:before { content: "\f3ca";}.ion-ios-albums-outline:before { content: "\f3c9";}.ion-ios-americanfootball:before { content: "\f3cc";}.ion-ios-americanfootball-outline:before { content: "\f3cb";}.ion-ios-analytics:before { content: "\f3ce";}.ion-ios-analytics-outline:before { content: "\f3cd";}.ion-ios-arrow-back:before { content: "\f3cf";}.ion-ios-arrow-down:before { content: "\f3d0";}.ion-ios-arrow-forward:before { content: "\f3d1";}.ion-ios-arrow-left:before { content: "\f3d2";}.ion-ios-arrow-right:before { content: "\f3d3";}.ion-ios-arrow-thin-down:before { content: "\f3d4";}.ion-ios-arrow-thin-left:before { content: "\f3d5";}.ion-ios-arrow-thin-right:before { content: "\f3d6";}.ion-ios-arrow-thin-up:before { content: "\f3d7";}.ion-ios-arrow-up:before { content: "\f3d8";}.ion-ios-at:before { content: "\f3da";}.ion-ios-at-outline:before { content: "\f3d9";}.ion-ios-barcode:before { content: "\f3dc";}.ion-ios-barcode-outline:before { content: "\f3db";}.ion-ios-baseball:before { content: "\f3de";}.ion-ios-baseball-outline:before { content: "\f3dd";}.ion-ios-basketball:before { content: "\f3e0";}.ion-ios-basketball-outline:before { content: "\f3df";}.ion-ios-bell:before { content: "\f3e2";}.ion-ios-bell-outline:before { content: "\f3e1";}.ion-ios-body:before { content: "\f3e4";}.ion-ios-body-outline:before { content: "\f3e3";}.ion-ios-bolt:before { content: "\f3e6";}.ion-ios-bolt-outline:before { content: "\f3e5";}.ion-ios-book:before { content: "\f3e8";}.ion-ios-book-outline:before { content: "\f3e7";}.ion-ios-bookmarks:before { content: "\f3ea";}.ion-ios-bookmarks-outline:before { content: "\f3e9";}.ion-ios-box:before { content: "\f3ec";}.ion-ios-box-outline:before { content: "\f3eb";}.ion-ios-briefcase:before { content: "\f3ee";}.ion-ios-briefcase-outline:before { content: "\f3ed";}.ion-ios-browsers:before { content: "\f3f0";}.ion-ios-browsers-outline:before { content: "\f3ef";}.ion-ios-calculator:before { content: "\f3f2";}.ion-ios-calculator-outline:before { content: "\f3f1";}.ion-ios-calendar:before { content: "\f3f4";}.ion-ios-calendar-outline:before { content: "\f3f3";}.ion-ios-camera:before { content: "\f3f6";}.ion-ios-camera-outline:before { content: "\f3f5";}.ion-ios-cart:before { content: "\f3f8";}.ion-ios-cart-outline:before { content: "\f3f7";}.ion-ios-chatboxes:before { content: "\f3fa";}.ion-ios-chatboxes-outline:before { content: "\f3f9";}.ion-ios-chatbubble:before { content: "\f3fc";}.ion-ios-chatbubble-outline:before { content: "\f3fb";}.ion-ios-checkmark:before { content: "\f3ff";}.ion-ios-checkmark-empty:before { content: "\f3fd";}.ion-ios-checkmark-outline:before { content: "\f3fe";}.ion-ios-circle-filled:before { content: "\f400";}.ion-ios-circle-outline:before { content: "\f401";}.ion-ios-clock:before { content: "\f403";}.ion-ios-clock-outline:before { content: "\f402";}.ion-ios-close:before { content: "\f406";}.ion-ios-close-empty:before { content: "\f404";}.ion-ios-close-outline:before { content: "\f405";}.ion-ios-cloud:before { content: "\f40c";}.ion-ios-cloud-download:before { content: "\f408";}.ion-ios-cloud-download-outline:before { content: "\f407";}.ion-ios-cloud-outline:before { content: "\f409";}.ion-ios-cloud-upload:before { content: "\f40b";}.ion-ios-cloud-upload-outline:before { content: "\f40a";}.ion-ios-cloudy:before { content: "\f410";}.ion-ios-cloudy-night:before { content: "\f40e";}.ion-ios-cloudy-night-outline:before { content: "\f40d";}.ion-ios-cloudy-outline:before { content: "\f40f";}.ion-ios-cog:before { content: "\f412";}.ion-ios-cog-outline:before { content: "\f411";}.ion-ios-color-filter:before { content: "\f414";}.ion-ios-color-filter-outline:before { content: "\f413";}.ion-ios-color-wand:before { content: "\f416";}.ion-ios-color-wand-outline:before { content: "\f415";}.ion-ios-compose:before { content: "\f418";}.ion-ios-compose-outline:before { content: "\f417";}.ion-ios-contact:before { content: "\f41a";}.ion-ios-contact-outline:before { content: "\f419";}.ion-ios-copy:before { content: "\f41c";}.ion-ios-copy-outline:before { content: "\f41b";}.ion-ios-crop:before { content: "\f41e";}.ion-ios-crop-strong:before { content: "\f41d";}.ion-ios-download:before { content: "\f420";}.ion-ios-download-outline:before { content: "\f41f";}.ion-ios-drag:before { content: "\f421";}.ion-ios-email:before { content: "\f423";}.ion-ios-email-outline:before { content: "\f422";}.ion-ios-eye:before { content: "\f425";}.ion-ios-eye-outline:before { content: "\f424";}.ion-ios-fastforward:before { content: "\f427";}.ion-ios-fastforward-outline:before { content: "\f426";}.ion-ios-filing:before { content: "\f429";}.ion-ios-filing-outline:before { content: "\f428";}.ion-ios-film:before { content: "\f42b";}.ion-ios-film-outline:before { content: "\f42a";}.ion-ios-flag:before { content: "\f42d";}.ion-ios-flag-outline:before { content: "\f42c";}.ion-ios-flame:before { content: "\f42f";}.ion-ios-flame-outline:before { content: "\f42e";}.ion-ios-flask:before { content: "\f431";}.ion-ios-flask-outline:before { content: "\f430";}.ion-ios-flower:before { content: "\f433";}.ion-ios-flower-outline:before { content: "\f432";}.ion-ios-folder:before { content: "\f435";}.ion-ios-folder-outline:before { content: "\f434";}.ion-ios-football:before { content: "\f437";}.ion-ios-football-outline:before { content: "\f436";}.ion-ios-game-controller-a:before { content: "\f439";}.ion-ios-game-controller-a-outline:before { content: "\f438";}.ion-ios-game-controller-b:before { content: "\f43b";}.ion-ios-game-controller-b-outline:before { content: "\f43a";}.ion-ios-gear:before { content: "\f43d";}.ion-ios-gear-outline:before { content: "\f43c";}.ion-ios-glasses:before { content: "\f43f";}.ion-ios-glasses-outline:before { content: "\f43e";}.ion-ios-grid-view:before { content: "\f441";}.ion-ios-grid-view-outline:before { content: "\f440";}.ion-ios-heart:before { content: "\f443";}.ion-ios-heart-outline:before { content: "\f442";}.ion-ios-help:before { content: "\f446";}.ion-ios-help-empty:before { content: "\f444";}.ion-ios-help-outline:before { content: "\f445";}.ion-ios-home:before { content: "\f448";}.ion-ios-home-outline:before { content: "\f447";}.ion-ios-infinite:before { content: "\f44a";}.ion-ios-infinite-outline:before { content: "\f449";}.ion-ios-information:before { content: "\f44d";}.ion-ios-information-empty:before { content: "\f44b";}.ion-ios-information-outline:before { content: "\f44c";}.ion-ios-ionic-outline:before { content: "\f44e";}.ion-ios-keypad:before { content: "\f450";}.ion-ios-keypad-outline:before { content: "\f44f";}.ion-ios-lightbulb:before { content: "\f452";}.ion-ios-lightbulb-outline:before { content: "\f451";}.ion-ios-list:before { content: "\f454";}.ion-ios-list-outline:before { content: "\f453";}.ion-ios-location:before { content: "\f456";}.ion-ios-location-outline:before { content: "\f455";}.ion-ios-locked:before { content: "\f458";}.ion-ios-locked-outline:before { content: "\f457";}.ion-ios-loop:before { content: "\f45a";}.ion-ios-loop-strong:before { content: "\f459";}.ion-ios-medical:before { content: "\f45c";}.ion-ios-medical-outline:before { content: "\f45b";}.ion-ios-medkit:before { content: "\f45e";}.ion-ios-medkit-outline:before { content: "\f45d";}.ion-ios-mic:before { content: "\f461";}.ion-ios-mic-off:before { content: "\f45f";}.ion-ios-mic-outline:before { content: "\f460";}.ion-ios-minus:before { content: "\f464";}.ion-ios-minus-empty:before { content: "\f462";}.ion-ios-minus-outline:before { content: "\f463";}.ion-ios-monitor:before { content: "\f466";}.ion-ios-monitor-outline:before { content: "\f465";}.ion-ios-moon:before { content: "\f468";}.ion-ios-moon-outline:before { content: "\f467";}.ion-ios-more:before { content: "\f46a";}.ion-ios-more-outline:before { content: "\f469";}.ion-ios-musical-note:before { content: "\f46b";}.ion-ios-musical-notes:before { content: "\f46c";}.ion-ios-navigate:before { content: "\f46e";}.ion-ios-navigate-outline:before { content: "\f46d";}.ion-ios-nutrition:before { content: "\f470";}.ion-ios-nutrition-outline:before { content: "\f46f";}.ion-ios-paper:before { content: "\f472";}.ion-ios-paper-outline:before { content: "\f471";}.ion-ios-paperplane:before { content: "\f474";}.ion-ios-paperplane-outline:before { content: "\f473";}.ion-ios-partlysunny:before { content: "\f476";}.ion-ios-partlysunny-outline:before { content: "\f475";}.ion-ios-pause:before { content: "\f478";}.ion-ios-pause-outline:before { content: "\f477";}.ion-ios-paw:before { content: "\f47a";}.ion-ios-paw-outline:before { content: "\f479";}.ion-ios-people:before { content: "\f47c";}.ion-ios-people-outline:before { content: "\f47b";}.ion-ios-person:before { content: "\f47e";}.ion-ios-person-outline:before { content: "\f47d";}.ion-ios-personadd:before { content: "\f480";}.ion-ios-personadd-outline:before { content: "\f47f";}.ion-ios-photos:before { content: "\f482";}.ion-ios-photos-outline:before { content: "\f481";}.ion-ios-pie:before { content: "\f484";}.ion-ios-pie-outline:before { content: "\f483";}.ion-ios-pint:before { content: "\f486";}.ion-ios-pint-outline:before { content: "\f485";}.ion-ios-play:before { content: "\f488";}.ion-ios-play-outline:before { content: "\f487";}.ion-ios-plus:before { content: "\f48b";}.ion-ios-plus-empty:before { content: "\f489";}.ion-ios-plus-outline:before { content: "\f48a";}.ion-ios-pricetag:before { content: "\f48d";}.ion-ios-pricetag-outline:before { content: "\f48c";}.ion-ios-pricetags:before { content: "\f48f";}.ion-ios-pricetags-outline:before { content: "\f48e";}.ion-ios-printer:before { content: "\f491";}.ion-ios-printer-outline:before { content: "\f490";}.ion-ios-pulse:before { content: "\f493";}.ion-ios-pulse-strong:before { content: "\f492";}.ion-ios-rainy:before { content: "\f495";}.ion-ios-rainy-outline:before { content: "\f494";}.ion-ios-recording:before { content: "\f497";}.ion-ios-recording-outline:before { content: "\f496";}.ion-ios-redo:before { content: "\f499";}.ion-ios-redo-outline:before { content: "\f498";}.ion-ios-refresh:before { content: "\f49c";}.ion-ios-refresh-empty:before { content: "\f49a";}.ion-ios-refresh-outline:before { content: "\f49b";}.ion-ios-reload:before { content: "\f49d";}.ion-ios-reverse-camera:before { content: "\f49f";}.ion-ios-reverse-camera-outline:before { content: "\f49e";}.ion-ios-rewind:before { content: "\f4a1";}.ion-ios-rewind-outline:before { content: "\f4a0";}.ion-ios-rose:before { content: "\f4a3";}.ion-ios-rose-outline:before { content: "\f4a2";}.ion-ios-search:before { content: "\f4a5";}.ion-ios-search-strong:before { content: "\f4a4";}.ion-ios-settings:before { content: "\f4a7";}.ion-ios-settings-strong:before { content: "\f4a6";}.ion-ios-shuffle:before { content: "\f4a9";}.ion-ios-shuffle-strong:before { content: "\f4a8";}.ion-ios-skipbackward:before { content: "\f4ab";}.ion-ios-skipbackward-outline:before { content: "\f4aa";}.ion-ios-skipforward:before { content: "\f4ad";}.ion-ios-skipforward-outline:before { content: "\f4ac";}.ion-ios-snowy:before { content: "\f4ae";}.ion-ios-speedometer:before { content: "\f4b0";}.ion-ios-speedometer-outline:before { content: "\f4af";}.ion-ios-star:before { content: "\f4b3";}.ion-ios-star-half:before { content: "\f4b1";}.ion-ios-star-outline:before { content: "\f4b2";}.ion-ios-stopwatch:before { content: "\f4b5";}.ion-ios-stopwatch-outline:before { content: "\f4b4";}.ion-ios-sunny:before { content: "\f4b7";}.ion-ios-sunny-outline:before { content: "\f4b6";}.ion-ios-telephone:before { content: "\f4b9";}.ion-ios-telephone-outline:before { content: "\f4b8";}.ion-ios-tennisball:before { content: "\f4bb";}.ion-ios-tennisball-outline:before { content: "\f4ba";}.ion-ios-thunderstorm:before { content: "\f4bd";}.ion-ios-thunderstorm-outline:before { content: "\f4bc";}.ion-ios-time:before { content: "\f4bf";}.ion-ios-time-outline:before { content: "\f4be";}.ion-ios-timer:before { content: "\f4c1";}.ion-ios-timer-outline:before { content: "\f4c0";}.ion-ios-toggle:before { content: "\f4c3";}.ion-ios-toggle-outline:before { content: "\f4c2";}.ion-ios-trash:before { content: "\f4c5";}.ion-ios-trash-outline:before { content: "\f4c4";}.ion-ios-undo:before { content: "\f4c7";}.ion-ios-undo-outline:before { content: "\f4c6";}.ion-ios-unlocked:before { content: "\f4c9";}.ion-ios-unlocked-outline:before { content: "\f4c8";}.ion-ios-upload:before { content: "\f4cb";}.ion-ios-upload-outline:before { content: "\f4ca";}.ion-ios-videocam:before { content: "\f4cd";}.ion-ios-videocam-outline:before { content: "\f4cc";}.ion-ios-volume-high:before { content: "\f4ce";}.ion-ios-volume-low:before { content: "\f4cf";}.ion-ios-wineglass:before { content: "\f4d1";}.ion-ios-wineglass-outline:before { content: "\f4d0";}.ion-ios-world:before { content: "\f4d3";}.ion-ios-world-outline:before { content: "\f4d2";}.ion-ipad:before { content: "\f1f9";}.ion-iphone:before { content: "\f1fa";}.ion-ipod:before { content: "\f1fb";}.ion-jet:before { content: "\f295";}.ion-key:before { content: "\f296";}.ion-knife:before { content: "\f297";}.ion-laptop:before { content: "\f1fc";}.ion-leaf:before { content: "\f1fd";}.ion-levels:before { content: "\f298";}.ion-lightbulb:before { content: "\f299";}.ion-link:before { content: "\f1fe";}.ion-load-a:before { content: "\f29a";}.ion-load-b:before { content: "\f29b";}.ion-load-c:before { content: "\f29c";}.ion-load-d:before { content: "\f29d";}.ion-location:before { content: "\f1ff";}.ion-lock-combination:before { content: "\f4d4";}.ion-locked:before { content: "\f200";}.ion-log-in:before { content: "\f29e";}.ion-log-out:before { content: "\f29f";}.ion-loop:before { content: "\f201";}.ion-magnet:before { content: "\f2a0";}.ion-male:before { content: "\f2a1";}.ion-man:before { content: "\f202";}.ion-map:before { content: "\f203";}.ion-medkit:before { content: "\f2a2";}.ion-merge:before { content: "\f33f";}.ion-mic-a:before { content: "\f204";}.ion-mic-b:before { content: "\f205";}.ion-mic-c:before { content: "\f206";}.ion-minus:before { content: "\f209";}.ion-minus-circled:before { content: "\f207";}.ion-minus-round:before { content: "\f208";}.ion-model-s:before { content: "\f2c1";}.ion-monitor:before { content: "\f20a";}.ion-more:before { content: "\f20b";}.ion-mouse:before { content: "\f340";}.ion-music-note:before { content: "\f20c";}.ion-navicon:before { content: "\f20e";}.ion-navicon-round:before { content: "\f20d";}.ion-navigate:before { content: "\f2a3";}.ion-network:before { content: "\f341";}.ion-no-smoking:before { content: "\f2c2";}.ion-nuclear:before { content: "\f2a4";}.ion-outlet:before { content: "\f342";}.ion-paintbrush:before { content: "\f4d5";}.ion-paintbucket:before { content: "\f4d6";}.ion-paper-airplane:before { content: "\f2c3";}.ion-paperclip:before { content: "\f20f";}.ion-pause:before { content: "\f210";}.ion-person:before { content: "\f213";}.ion-person-add:before { content: "\f211";}.ion-person-stalker:before { content: "\f212";}.ion-pie-graph:before { content: "\f2a5";}.ion-pin:before { content: "\f2a6";}.ion-pinpoint:before { content: "\f2a7";}.ion-pizza:before { content: "\f2a8";}.ion-plane:before { content: "\f214";}.ion-planet:before { content: "\f343";}.ion-play:before { content: "\f215";}.ion-playstation:before { content: "\f30a";}.ion-plus:before { content: "\f218";}.ion-plus-circled:before { content: "\f216";}.ion-plus-round:before { content: "\f217";}.ion-podium:before { content: "\f344";}.ion-pound:before { content: "\f219";}.ion-power:before { content: "\f2a9";}.ion-pricetag:before { content: "\f2aa";}.ion-pricetags:before { content: "\f2ab";}.ion-printer:before { content: "\f21a";}.ion-pull-request:before { content: "\f345";}.ion-qr-scanner:before { content: "\f346";}.ion-quote:before { content: "\f347";}.ion-radio-waves:before { content: "\f2ac";}.ion-record:before { content: "\f21b";}.ion-refresh:before { content: "\f21c";}.ion-reply:before { content: "\f21e";}.ion-reply-all:before { content: "\f21d";}.ion-ribbon-a:before { content: "\f348";}.ion-ribbon-b:before { content: "\f349";}.ion-sad:before { content: "\f34a";}.ion-sad-outline:before { content: "\f4d7";}.ion-scissors:before { content: "\f34b";}.ion-search:before { content: "\f21f";}.ion-settings:before { content: "\f2ad";}.ion-share:before { content: "\f220";}.ion-shuffle:before { content: "\f221";}.ion-skip-backward:before { content: "\f222";}.ion-skip-forward:before { content: "\f223";}.ion-social-android:before { content: "\f225";}.ion-social-android-outline:before { content: "\f224";}.ion-social-angular:before { content: "\f4d9";}.ion-social-angular-outline:before { content: "\f4d8";}.ion-social-apple:before { content: "\f227";}.ion-social-apple-outline:before { content: "\f226";}.ion-social-bitcoin:before { content: "\f2af";}.ion-social-bitcoin-outline:before { content: "\f2ae";}.ion-social-buffer:before { content: "\f229";}.ion-social-buffer-outline:before { content: "\f228";}.ion-social-chrome:before { content: "\f4db";}.ion-social-chrome-outline:before { content: "\f4da";}.ion-social-codepen:before { content: "\f4dd";}.ion-social-codepen-outline:before { content: "\f4dc";}.ion-social-css3:before { content: "\f4df";}.ion-social-css3-outline:before { content: "\f4de";}.ion-social-designernews:before { content: "\f22b";}.ion-social-designernews-outline:before { content: "\f22a";}.ion-social-dribbble:before { content: "\f22d";}.ion-social-dribbble-outline:before { content: "\f22c";}.ion-social-dropbox:before { content: "\f22f";}.ion-social-dropbox-outline:before { content: "\f22e";}.ion-social-euro:before { content: "\f4e1";}.ion-social-euro-outline:before { content: "\f4e0";}.ion-social-facebook:before { content: "\f231";}.ion-social-facebook-outline:before { content: "\f230";}.ion-social-foursquare:before { content: "\f34d";}.ion-social-foursquare-outline:before { content: "\f34c";}.ion-social-freebsd-devil:before { content: "\f2c4";}.ion-social-github:before { content: "\f233";}.ion-social-github-outline:before { content: "\f232";}.ion-social-google:before { content: "\f34f";}.ion-social-google-outline:before { content: "\f34e";}.ion-social-googleplus:before { content: "\f235";}.ion-social-googleplus-outline:before { content: "\f234";}.ion-social-hackernews:before { content: "\f237";}.ion-social-hackernews-outline:before { content: "\f236";}.ion-social-html5:before { content: "\f4e3";}.ion-social-html5-outline:before { content: "\f4e2";}.ion-social-instagram:before { content: "\f351";}.ion-social-instagram-outline:before { content: "\f350";}.ion-social-javascript:before { content: "\f4e5";}.ion-social-javascript-outline:before { content: "\f4e4";}.ion-social-linkedin:before { content: "\f239";}.ion-social-linkedin-outline:before { content: "\f238";}.ion-social-markdown:before { content: "\f4e6";}.ion-social-nodejs:before { content: "\f4e7";}.ion-social-octocat:before { content: "\f4e8";}.ion-social-pinterest:before { content: "\f2b1";}.ion-social-pinterest-outline:before { content: "\f2b0";}.ion-social-python:before { content: "\f4e9";}.ion-social-reddit:before { content: "\f23b";}.ion-social-reddit-outline:before { content: "\f23a";}.ion-social-rss:before { content: "\f23d";}.ion-social-rss-outline:before { content: "\f23c";}.ion-social-sass:before { content: "\f4ea";}.ion-social-skype:before { content: "\f23f";}.ion-social-skype-outline:before { content: "\f23e";}.ion-social-snapchat:before { content: "\f4ec";}.ion-social-snapchat-outline:before { content: "\f4eb";}.ion-social-tumblr:before { content: "\f241";}.ion-social-tumblr-outline:before { content: "\f240";}.ion-social-tux:before { content: "\f2c5";}.ion-social-twitch:before { content: "\f4ee";}.ion-social-twitch-outline:before { content: "\f4ed";}.ion-social-twitter:before { content: "\f243";}.ion-social-twitter-outline:before { content: "\f242";}.ion-social-usd:before { content: "\f353";}.ion-social-usd-outline:before { content: "\f352";}.ion-social-vimeo:before { content: "\f245";}.ion-social-vimeo-outline:before { content: "\f244";}.ion-social-whatsapp:before { content: "\f4f0";}.ion-social-whatsapp-outline:before { content: "\f4ef";}.ion-social-windows:before { content: "\f247";}.ion-social-windows-outline:before { content: "\f246";}.ion-social-wordpress:before { content: "\f249";}.ion-social-wordpress-outline:before { content: "\f248";}.ion-social-yahoo:before { content: "\f24b";}.ion-social-yahoo-outline:before { content: "\f24a";}.ion-social-yen:before { content: "\f4f2";}.ion-social-yen-outline:before { content: "\f4f1";}.ion-social-youtube:before { content: "\f24d";}.ion-social-youtube-outline:before { content: "\f24c";}.ion-soup-can:before { content: "\f4f4";}.ion-soup-can-outline:before { content: "\f4f3";}.ion-speakerphone:before { content: "\f2b2";}.ion-speedometer:before { content: "\f2b3";}.ion-spoon:before { content: "\f2b4";}.ion-star:before { content: "\f24e";}.ion-stats-bars:before { content: "\f2b5";}.ion-steam:before { content: "\f30b";}.ion-stop:before { content: "\f24f";}.ion-thermometer:before { content: "\f2b6";}.ion-thumbsdown:before { content: "\f250";}.ion-thumbsup:before { content: "\f251";}.ion-toggle:before { content: "\f355";}.ion-toggle-filled:before { content: "\f354";}.ion-transgender:before { content: "\f4f5";}.ion-trash-a:before { content: "\f252";}.ion-trash-b:before { content: "\f253";}.ion-trophy:before { content: "\f356";}.ion-tshirt:before { content: "\f4f7";}.ion-tshirt-outline:before { content: "\f4f6";}.ion-umbrella:before { content: "\f2b7";}.ion-university:before { content: "\f357";}.ion-unlocked:before { content: "\f254";}.ion-upload:before { content: "\f255";}.ion-usb:before { content: "\f2b8";}.ion-videocamera:before { content: "\f256";}.ion-volume-high:before { content: "\f257";}.ion-volume-low:before { content: "\f258";}.ion-volume-medium:before { content: "\f259";}.ion-volume-mute:before { content: "\f25a";}.ion-wand:before { content: "\f358";}.ion-waterdrop:before { content: "\f25b";}.ion-wifi:before { content: "\f25c";}.ion-wineglass:before { content: "\f2b9";}.ion-woman:before { content: "\f25d";}.ion-wrench:before { content: "\f2ba";}.ion-xbox:before { content: "\f30c";}.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s;}.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: 0.75s; animation-duration: 0.75s;}@-webkit-keyframes bounce { from, 20%, 53%, 80%, to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } 40%, 43% {  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);  -webkit-transform: translate3d(0, -30px, 0);  transform: translate3d(0, -30px, 0); } 70% {  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);  -webkit-transform: translate3d(0, -15px, 0);  transform: translate3d(0, -15px, 0); } 90% {  -webkit-transform: translate3d(0, -4px, 0);  transform: translate3d(0, -4px, 0); }}@keyframes bounce { from, 20%, 53%, 80%, to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } 40%, 43% {  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);  -webkit-transform: translate3d(0, -30px, 0);  transform: translate3d(0, -30px, 0); } 70% {  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);  -webkit-transform: translate3d(0, -15px, 0);  transform: translate3d(0, -15px, 0); } 90% {  -webkit-transform: translate3d(0, -4px, 0);  transform: translate3d(0, -4px, 0); }}.bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom;}@-webkit-keyframes flash { from, 50%, to {  opacity: 1; } 25%, 75% {  opacity: 0; }}@keyframes flash { from, 50%, to {  opacity: 1; } 25%, 75% {  opacity: 0; }}.flash { -webkit-animation-name: flash; animation-name: flash; }@-webkit-keyframes pulse { from {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); } 50% {  -webkit-transform: scale3d(1.05, 1.05, 1.05);  transform: scale3d(1.05, 1.05, 1.05); } to {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); }}@keyframes pulse { from {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); } 50% {  -webkit-transform: scale3d(1.05, 1.05, 1.05);  transform: scale3d(1.05, 1.05, 1.05); } to {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); }}.pulse { -webkit-animation-name: pulse; animation-name: pulse;}@-webkit-keyframes rubberBand { from {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); } 30% {  -webkit-transform: scale3d(1.25, 0.75, 1);  transform: scale3d(1.25, 0.75, 1); } 40% {  -webkit-transform: scale3d(0.75, 1.25, 1);  transform: scale3d(0.75, 1.25, 1); } 50% {  -webkit-transform: scale3d(1.15, 0.85, 1);  transform: scale3d(1.15, 0.85, 1); } 65% {  -webkit-transform: scale3d(0.95, 1.05, 1);  transform: scale3d(0.95, 1.05, 1); } 75% {  -webkit-transform: scale3d(1.05, 0.95, 1);  transform: scale3d(1.05, 0.95, 1); } to {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); }}@keyframes rubberBand { from {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); } 30% {  -webkit-transform: scale3d(1.25, 0.75, 1);  transform: scale3d(1.25, 0.75, 1); } 40% {  -webkit-transform: scale3d(0.75, 1.25, 1);  transform: scale3d(0.75, 1.25, 1); } 50% {  -webkit-transform: scale3d(1.15, 0.85, 1);  transform: scale3d(1.15, 0.85, 1); } 65% {  -webkit-transform: scale3d(0.95, 1.05, 1);  transform: scale3d(0.95, 1.05, 1); } 75% {  -webkit-transform: scale3d(1.05, 0.95, 1);  transform: scale3d(1.05, 0.95, 1); } to {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); }}.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand;}@-webkit-keyframes shake { from, to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% {  -webkit-transform: translate3d(-10px, 0, 0);  transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% {  -webkit-transform: translate3d(10px, 0, 0);  transform: translate3d(10px, 0, 0); }}@keyframes shake { from, to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% {  -webkit-transform: translate3d(-10px, 0, 0);  transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% {  -webkit-transform: translate3d(10px, 0, 0);  transform: translate3d(10px, 0, 0); }}.shake { -webkit-animation-name: shake; animation-name: shake;}@-webkit-keyframes headShake { 0% {  -webkit-transform: translateX(0);  transform: translateX(0); } 6.5% {  -webkit-transform: translateX(-6px) rotateY(-9deg);  transform: translateX(-6px) rotateY(-9deg); } 18.5% {  -webkit-transform: translateX(5px) rotateY(7deg);  transform: translateX(5px) rotateY(7deg); } 31.5% {  -webkit-transform: translateX(-3px) rotateY(-5deg);  transform: translateX(-3px) rotateY(-5deg); } 43.5% {  -webkit-transform: translateX(2px) rotateY(3deg);  transform: translateX(2px) rotateY(3deg); } 50% {  -webkit-transform: translateX(0);  transform: translateX(0); }}@keyframes headShake { 0% {  -webkit-transform: translateX(0);  transform: translateX(0); } 6.5% {  -webkit-transform: translateX(-6px) rotateY(-9deg);  transform: translateX(-6px) rotateY(-9deg); } 18.5% {  -webkit-transform: translateX(5px) rotateY(7deg);  transform: translateX(5px) rotateY(7deg); } 31.5% {  -webkit-transform: translateX(-3px) rotateY(-5deg);  transform: translateX(-3px) rotateY(-5deg); } 43.5% {  -webkit-transform: translateX(2px) rotateY(3deg);  transform: translateX(2px) rotateY(3deg); } 50% {  -webkit-transform: translateX(0);  transform: translateX(0); }}.headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake;}@-webkit-keyframes swing { 20% {  -webkit-transform: rotate3d(0, 0, 1, 15deg);  transform: rotate3d(0, 0, 1, 15deg); } 40% {  -webkit-transform: rotate3d(0, 0, 1, -10deg);  transform: rotate3d(0, 0, 1, -10deg); } 60% {  -webkit-transform: rotate3d(0, 0, 1, 5deg);  transform: rotate3d(0, 0, 1, 5deg); } 80% {  -webkit-transform: rotate3d(0, 0, 1, -5deg);  transform: rotate3d(0, 0, 1, -5deg); } to {  -webkit-transform: rotate3d(0, 0, 1, 0deg);  transform: rotate3d(0, 0, 1, 0deg); }}@keyframes swing { 20% {  -webkit-transform: rotate3d(0, 0, 1, 15deg);  transform: rotate3d(0, 0, 1, 15deg); } 40% {  -webkit-transform: rotate3d(0, 0, 1, -10deg);  transform: rotate3d(0, 0, 1, -10deg); } 60% {  -webkit-transform: rotate3d(0, 0, 1, 5deg);  transform: rotate3d(0, 0, 1, 5deg); } 80% {  -webkit-transform: rotate3d(0, 0, 1, -5deg);  transform: rotate3d(0, 0, 1, -5deg); } to {  -webkit-transform: rotate3d(0, 0, 1, 0deg);  transform: rotate3d(0, 0, 1, 0deg); }}.swing { -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing;}@-webkit-keyframes tada { from {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); } 10%, 20% {  -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);  transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% {  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% {  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); }}@keyframes tada { from {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); } 10%, 20% {  -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);  transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% {  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% {  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); }}.tada { -webkit-animation-name: tada; animation-name: tada; }@-webkit-keyframes wobble { from {  -webkit-transform: none;  transform: none; } 15% {  -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);  transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% {  -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);  transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% {  -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);  transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% {  -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);  transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% {  -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);  transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to {  -webkit-transform: none;  transform: none; }}@keyframes wobble { from {  -webkit-transform: none;  transform: none; } 15% {  -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);  transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% {  -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);  transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% {  -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);  transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% {  -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);  transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% {  -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);  transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to {  -webkit-transform: none;  transform: none; }}.wobble { -webkit-animation-name: wobble; animation-name: wobble;}@-webkit-keyframes jello { from, 11.1%, to {  -webkit-transform: none;  transform: none; } 22.2% {  -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);  transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% {  -webkit-transform: skewX(6.25deg) skewY(6.25deg);  transform: skewX(6.25deg) skewY(6.25deg); } 44.4% {  -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);  transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% {  -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);  transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% {  -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);  transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% {  -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);  transform: skewX(0.39063deg) skewY(0.39063deg); } 88.8% {  -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);  transform: skewX(-0.19531deg) skewY(-0.19531deg); }}@keyframes jello { from, 11.1%, to {  -webkit-transform: none;  transform: none; } 22.2% {  -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);  transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% {  -webkit-transform: skewX(6.25deg) skewY(6.25deg);  transform: skewX(6.25deg) skewY(6.25deg); } 44.4% {  -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);  transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% {  -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);  transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% {  -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);  transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% {  -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);  transform: skewX(0.39063deg) skewY(0.39063deg); } 88.8% {  -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);  transform: skewX(-0.19531deg) skewY(-0.19531deg); }}.jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; transform-origin: center;}@-webkit-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% {  opacity: 0;  -webkit-transform: scale3d(0.3, 0.3, 0.3);  transform: scale3d(0.3, 0.3, 0.3); } 20% {  -webkit-transform: scale3d(1.1, 1.1, 1.1);  transform: scale3d(1.1, 1.1, 1.1); } 40% {  -webkit-transform: scale3d(0.9, 0.9, 0.9);  transform: scale3d(0.9, 0.9, 0.9); } 60% {  opacity: 1;  -webkit-transform: scale3d(1.03, 1.03, 1.03);  transform: scale3d(1.03, 1.03, 1.03); } 80% {  -webkit-transform: scale3d(0.97, 0.97, 0.97);  transform: scale3d(0.97, 0.97, 0.97); } to {  opacity: 1;  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); }}@keyframes bounceIn { from, 20%, 40%, 60%, 80%, to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% {  opacity: 0;  -webkit-transform: scale3d(0.3, 0.3, 0.3);  transform: scale3d(0.3, 0.3, 0.3); } 20% {  -webkit-transform: scale3d(1.1, 1.1, 1.1);  transform: scale3d(1.1, 1.1, 1.1); } 40% {  -webkit-transform: scale3d(0.9, 0.9, 0.9);  transform: scale3d(0.9, 0.9, 0.9); } 60% {  opacity: 1;  -webkit-transform: scale3d(1.03, 1.03, 1.03);  transform: scale3d(1.03, 1.03, 1.03); } 80% {  -webkit-transform: scale3d(0.97, 0.97, 0.97);  transform: scale3d(0.97, 0.97, 0.97); } to {  opacity: 1;  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); }}.bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn;}@-webkit-keyframes bounceInDown { from, 60%, 75%, 90%, to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% {  opacity: 0;  -webkit-transform: translate3d(0, -3000px, 0);  transform: translate3d(0, -3000px, 0); } 60% {  opacity: 1;  -webkit-transform: translate3d(0, 25px, 0);  transform: translate3d(0, 25px, 0); } 75% {  -webkit-transform: translate3d(0, -10px, 0);  transform: translate3d(0, -10px, 0); } 90% {  -webkit-transform: translate3d(0, 5px, 0);  transform: translate3d(0, 5px, 0); } to {  -webkit-transform: none;  transform: none; }}@keyframes bounceInDown { from, 60%, 75%, 90%, to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% {  opacity: 0;  -webkit-transform: translate3d(0, -3000px, 0);  transform: translate3d(0, -3000px, 0); } 60% {  opacity: 1;  -webkit-transform: translate3d(0, 25px, 0);  transform: translate3d(0, 25px, 0); } 75% {  -webkit-transform: translate3d(0, -10px, 0);  transform: translate3d(0, -10px, 0); } 90% {  -webkit-transform: translate3d(0, 5px, 0);  transform: translate3d(0, 5px, 0); } to {  -webkit-transform: none;  transform: none; }}.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown;}@-webkit-keyframes bounceInLeft { from, 60%, 75%, 90%, to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% {  opacity: 0;  -webkit-transform: translate3d(-3000px, 0, 0);  transform: translate3d(-3000px, 0, 0); } 60% {  opacity: 1;  -webkit-transform: translate3d(25px, 0, 0);  transform: translate3d(25px, 0, 0); } 75% {  -webkit-transform: translate3d(-10px, 0, 0);  transform: translate3d(-10px, 0, 0); } 90% {  -webkit-transform: translate3d(5px, 0, 0);  transform: translate3d(5px, 0, 0); } to {  -webkit-transform: none;  transform: none; }}@keyframes bounceInLeft { from, 60%, 75%, 90%, to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% {  opacity: 0;  -webkit-transform: translate3d(-3000px, 0, 0);  transform: translate3d(-3000px, 0, 0); } 60% {  opacity: 1;  -webkit-transform: translate3d(25px, 0, 0);  transform: translate3d(25px, 0, 0); } 75% {  -webkit-transform: translate3d(-10px, 0, 0);  transform: translate3d(-10px, 0, 0); } 90% {  -webkit-transform: translate3d(5px, 0, 0);  transform: translate3d(5px, 0, 0); } to {  -webkit-transform: none;  transform: none; }}.bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft;}@-webkit-keyframes bounceInRight { from, 60%, 75%, 90%, to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from {  opacity: 0;  -webkit-transform: translate3d(3000px, 0, 0);  transform: translate3d(3000px, 0, 0); } 60% {  opacity: 1;  -webkit-transform: translate3d(-25px, 0, 0);  transform: translate3d(-25px, 0, 0); } 75% {  -webkit-transform: translate3d(10px, 0, 0);  transform: translate3d(10px, 0, 0); } 90% {  -webkit-transform: translate3d(-5px, 0, 0);  transform: translate3d(-5px, 0, 0); } to {  -webkit-transform: none;  transform: none; }}@keyframes bounceInRight { from, 60%, 75%, 90%, to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from {  opacity: 0;  -webkit-transform: translate3d(3000px, 0, 0);  transform: translate3d(3000px, 0, 0); } 60% {  opacity: 1;  -webkit-transform: translate3d(-25px, 0, 0);  transform: translate3d(-25px, 0, 0); } 75% {  -webkit-transform: translate3d(10px, 0, 0);  transform: translate3d(10px, 0, 0); } 90% {  -webkit-transform: translate3d(-5px, 0, 0);  transform: translate3d(-5px, 0, 0); } to {  -webkit-transform: none;  transform: none; }}.bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight;}@-webkit-keyframes bounceInUp { from, 60%, 75%, 90%, to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from {  opacity: 0;  -webkit-transform: translate3d(0, 3000px, 0);  transform: translate3d(0, 3000px, 0); } 60% {  opacity: 1;  -webkit-transform: translate3d(0, -20px, 0);  transform: translate3d(0, -20px, 0); } 75% {  -webkit-transform: translate3d(0, 10px, 0);  transform: translate3d(0, 10px, 0); } 90% {  -webkit-transform: translate3d(0, -5px, 0);  transform: translate3d(0, -5px, 0); } to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }}@keyframes bounceInUp { from, 60%, 75%, 90%, to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from {  opacity: 0;  -webkit-transform: translate3d(0, 3000px, 0);  transform: translate3d(0, 3000px, 0); } 60% {  opacity: 1;  -webkit-transform: translate3d(0, -20px, 0);  transform: translate3d(0, -20px, 0); } 75% {  -webkit-transform: translate3d(0, 10px, 0);  transform: translate3d(0, 10px, 0); } 90% {  -webkit-transform: translate3d(0, -5px, 0);  transform: translate3d(0, -5px, 0); } to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }}.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp;}@-webkit-keyframes bounceOut { 20% {  -webkit-transform: scale3d(0.9, 0.9, 0.9);  transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% {  opacity: 1;  -webkit-transform: scale3d(1.1, 1.1, 1.1);  transform: scale3d(1.1, 1.1, 1.1); } to {  opacity: 0;  -webkit-transform: scale3d(0.3, 0.3, 0.3);  transform: scale3d(0.3, 0.3, 0.3); }}@keyframes bounceOut { 20% {  -webkit-transform: scale3d(0.9, 0.9, 0.9);  transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% {  opacity: 1;  -webkit-transform: scale3d(1.1, 1.1, 1.1);  transform: scale3d(1.1, 1.1, 1.1); } to {  opacity: 0;  -webkit-transform: scale3d(0.3, 0.3, 0.3);  transform: scale3d(0.3, 0.3, 0.3); }}.bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut;}@-webkit-keyframes bounceOutDown { 20% {  -webkit-transform: translate3d(0, 10px, 0);  transform: translate3d(0, 10px, 0); } 40%, 45% {  opacity: 1;  -webkit-transform: translate3d(0, -20px, 0);  transform: translate3d(0, -20px, 0); } to {  opacity: 0;  -webkit-transform: translate3d(0, 2000px, 0);  transform: translate3d(0, 2000px, 0); }}@keyframes bounceOutDown { 20% {  -webkit-transform: translate3d(0, 10px, 0);  transform: translate3d(0, 10px, 0); } 40%, 45% {  opacity: 1;  -webkit-transform: translate3d(0, -20px, 0);  transform: translate3d(0, -20px, 0); } to {  opacity: 0;  -webkit-transform: translate3d(0, 2000px, 0);  transform: translate3d(0, 2000px, 0); }}.bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown;}@-webkit-keyframes bounceOutLeft { 20% {  opacity: 1;  -webkit-transform: translate3d(20px, 0, 0);  transform: translate3d(20px, 0, 0); } to {  opacity: 0;  -webkit-transform: translate3d(-2000px, 0, 0);  transform: translate3d(-2000px, 0, 0); }}@keyframes bounceOutLeft { 20% {  opacity: 1;  -webkit-transform: translate3d(20px, 0, 0);  transform: translate3d(20px, 0, 0); } to {  opacity: 0;  -webkit-transform: translate3d(-2000px, 0, 0);  transform: translate3d(-2000px, 0, 0); }}.bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft;}@-webkit-keyframes bounceOutRight { 20% {  opacity: 1;  -webkit-transform: translate3d(-20px, 0, 0);  transform: translate3d(-20px, 0, 0); } to {  opacity: 0;  -webkit-transform: translate3d(2000px, 0, 0);  transform: translate3d(2000px, 0, 0); }}@keyframes bounceOutRight { 20% {  opacity: 1;  -webkit-transform: translate3d(-20px, 0, 0);  transform: translate3d(-20px, 0, 0); } to {  opacity: 0;  -webkit-transform: translate3d(2000px, 0, 0);  transform: translate3d(2000px, 0, 0); }}.bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight;}@-webkit-keyframes bounceOutUp { 20% {  -webkit-transform: translate3d(0, -10px, 0);  transform: translate3d(0, -10px, 0); } 40%, 45% {  opacity: 1;  -webkit-transform: translate3d(0, 20px, 0);  transform: translate3d(0, 20px, 0); } to {  opacity: 0;  -webkit-transform: translate3d(0, -2000px, 0);  transform: translate3d(0, -2000px, 0); }}@keyframes bounceOutUp { 20% {  -webkit-transform: translate3d(0, -10px, 0);  transform: translate3d(0, -10px, 0); } 40%, 45% {  opacity: 1;  -webkit-transform: translate3d(0, 20px, 0);  transform: translate3d(0, 20px, 0); } to {  opacity: 0;  -webkit-transform: translate3d(0, -2000px, 0);  transform: translate3d(0, -2000px, 0); }}.bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp;}@-webkit-keyframes fadeIn { from {  opacity: 0; } to {  opacity: 1; }}@keyframes fadeIn { from {  opacity: 0; } to {  opacity: 1; }}.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn;}@-webkit-keyframes fadeInDown { from {  opacity: 0;  -webkit-transform: translate3d(0, -100%, 0);  transform: translate3d(0, -100%, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}@keyframes fadeInDown { from {  opacity: 0;  -webkit-transform: translate3d(0, -100%, 0);  transform: translate3d(0, -100%, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}@-webkit-keyframes fadeInDownBig { from {  opacity: 0;  -webkit-transform: translate3d(0, -2000px, 0);  transform: translate3d(0, -2000px, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}@keyframes fadeInDownBig { from {  opacity: 0;  -webkit-transform: translate3d(0, -2000px, 0);  transform: translate3d(0, -2000px, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}.fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig;}@-webkit-keyframes fadeInLeft { from {  opacity: 0;  -webkit-transform: translate3d(-100%, 0, 0);  transform: translate3d(-100%, 0, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}@keyframes fadeInLeft { from {  opacity: 0;  -webkit-transform: translate3d(-100%, 0, 0);  transform: translate3d(-100%, 0, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}@-webkit-keyframes fadeInLeftBig { from {  opacity: 0;  -webkit-transform: translate3d(-2000px, 0, 0);  transform: translate3d(-2000px, 0, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}@keyframes fadeInLeftBig { from {  opacity: 0;  -webkit-transform: translate3d(-2000px, 0, 0);  transform: translate3d(-2000px, 0, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig;}@-webkit-keyframes fadeInRight { from {  opacity: 0;  -webkit-transform: translate3d(100%, 0, 0);  transform: translate3d(100%, 0, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}@keyframes fadeInRight { from {  opacity: 0;  -webkit-transform: translate3d(100%, 0, 0);  transform: translate3d(100%, 0, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight;}@-webkit-keyframes fadeInRightBig { from {  opacity: 0;  -webkit-transform: translate3d(2000px, 0, 0);  transform: translate3d(2000px, 0, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}@keyframes fadeInRightBig { from {  opacity: 0;  -webkit-transform: translate3d(2000px, 0, 0);  transform: translate3d(2000px, 0, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}.fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig;}@-webkit-keyframes fadeInUp { from {  opacity: 0;  -webkit-transform: translate3d(0, 100%, 0);  transform: translate3d(0, 100%, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}@keyframes fadeInUp { from {  opacity: 0;  -webkit-transform: translate3d(0, 100%, 0);  transform: translate3d(0, 100%, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}@-webkit-keyframes fadeInUpBig { from {  opacity: 0;  -webkit-transform: translate3d(0, 2000px, 0);  transform: translate3d(0, 2000px, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}@keyframes fadeInUpBig { from {  opacity: 0;  -webkit-transform: translate3d(0, 2000px, 0);  transform: translate3d(0, 2000px, 0); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig;}@-webkit-keyframes fadeOut { from {  opacity: 1; } to {  opacity: 0; }}@keyframes fadeOut { from {  opacity: 1; } to {  opacity: 0; }}.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut;}@-webkit-keyframes fadeOutDown { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(0, 100%, 0);  transform: translate3d(0, 100%, 0); }}@keyframes fadeOutDown { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(0, 100%, 0);  transform: translate3d(0, 100%, 0); }}.fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown;}@-webkit-keyframes fadeOutDownBig { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(0, 2000px, 0);  transform: translate3d(0, 2000px, 0); }}@keyframes fadeOutDownBig { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(0, 2000px, 0);  transform: translate3d(0, 2000px, 0); }}.fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig;}@-webkit-keyframes fadeOutLeft { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(-100%, 0, 0);  transform: translate3d(-100%, 0, 0); }}@keyframes fadeOutLeft { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(-100%, 0, 0);  transform: translate3d(-100%, 0, 0); }}.fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft;}@-webkit-keyframes fadeOutLeftBig { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(-2000px, 0, 0);  transform: translate3d(-2000px, 0, 0); }}@keyframes fadeOutLeftBig { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(-2000px, 0, 0);  transform: translate3d(-2000px, 0, 0); }}.fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig;}@-webkit-keyframes fadeOutRight { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(100%, 0, 0);  transform: translate3d(100%, 0, 0); }}@keyframes fadeOutRight { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(100%, 0, 0);  transform: translate3d(100%, 0, 0); }}.fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight;}@-webkit-keyframes fadeOutRightBig { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(2000px, 0, 0);  transform: translate3d(2000px, 0, 0); }}@keyframes fadeOutRightBig { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(2000px, 0, 0);  transform: translate3d(2000px, 0, 0); }}.fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig;}@-webkit-keyframes fadeOutUp { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(0, -100%, 0);  transform: translate3d(0, -100%, 0); }}@keyframes fadeOutUp { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(0, -100%, 0);  transform: translate3d(0, -100%, 0); }}.fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp;}@-webkit-keyframes fadeOutUpBig { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(0, -2000px, 0);  transform: translate3d(0, -2000px, 0); }}@keyframes fadeOutUpBig { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(0, -2000px, 0);  transform: translate3d(0, -2000px, 0); }}.fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig;}@-webkit-keyframes flip { from {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);  -webkit-animation-timing-function: ease-out;  animation-timing-function: ease-out; } 40% {  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);  -webkit-animation-timing-function: ease-out;  animation-timing-function: ease-out; } 50% {  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in; } 80% {  -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);  transform: perspective(400px) scale3d(0.95, 0.95, 0.95);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in; } to {  -webkit-transform: perspective(400px);  transform: perspective(400px);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in; }}@keyframes flip { from {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);  -webkit-animation-timing-function: ease-out;  animation-timing-function: ease-out; } 40% {  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);  -webkit-animation-timing-function: ease-out;  animation-timing-function: ease-out; } 50% {  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in; } 80% {  -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);  transform: perspective(400px) scale3d(0.95, 0.95, 0.95);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in; } to {  -webkit-transform: perspective(400px);  transform: perspective(400px);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in; }}.animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip;}@-webkit-keyframes flipInX { from {  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in;  opacity: 0; } 40% {  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in; } 60% {  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);  opacity: 1; } 80% {  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);  transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to {  -webkit-transform: perspective(400px);  transform: perspective(400px); }}@keyframes flipInX { from {  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in;  opacity: 0; } 40% {  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in; } 60% {  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);  opacity: 1; } 80% {  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);  transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to {  -webkit-transform: perspective(400px);  transform: perspective(400px); }}.flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX;}@-webkit-keyframes flipInY { from {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in;  opacity: 0; } 40% {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in; } 60% {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);  opacity: 1; } 80% {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);  transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to {  -webkit-transform: perspective(400px);  transform: perspective(400px); }}@keyframes flipInY { from {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in;  opacity: 0; } 40% {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);  -webkit-animation-timing-function: ease-in;  animation-timing-function: ease-in; } 60% {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);  opacity: 1; } 80% {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);  transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to {  -webkit-transform: perspective(400px);  transform: perspective(400px); }}.flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY;}@-webkit-keyframes flipOutX { from {  -webkit-transform: perspective(400px);  transform: perspective(400px); } 30% {  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);  opacity: 1; } to {  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);  opacity: 0; }}@keyframes flipOutX { from {  -webkit-transform: perspective(400px);  transform: perspective(400px); } 30% {  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);  opacity: 1; } to {  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);  opacity: 0; }}.flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important;}@-webkit-keyframes flipOutY { from {  -webkit-transform: perspective(400px);  transform: perspective(400px); } 30% {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);  transform: perspective(400px) rotate3d(0, 1, 0, -15deg);  opacity: 1; } to {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);  opacity: 0; }}@keyframes flipOutY { from {  -webkit-transform: perspective(400px);  transform: perspective(400px); } 30% {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);  transform: perspective(400px) rotate3d(0, 1, 0, -15deg);  opacity: 1; } to {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);  opacity: 0; }}.flipOutY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY;}@-webkit-keyframes lightSpeedIn { from {  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);  transform: translate3d(100%, 0, 0) skewX(-30deg);  opacity: 0; } 60% {  -webkit-transform: skewX(20deg);  transform: skewX(20deg);  opacity: 1; } 80% {  -webkit-transform: skewX(-5deg);  transform: skewX(-5deg);  opacity: 1; } to {  -webkit-transform: none;  transform: none;  opacity: 1; }}@keyframes lightSpeedIn { from {  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);  transform: translate3d(100%, 0, 0) skewX(-30deg);  opacity: 0; } 60% {  -webkit-transform: skewX(20deg);  transform: skewX(20deg);  opacity: 1; } 80% {  -webkit-transform: skewX(-5deg);  transform: skewX(-5deg);  opacity: 1; } to {  -webkit-transform: none;  transform: none;  opacity: 1; }}.lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;}@-webkit-keyframes lightSpeedOut { from {  opacity: 1; } to {  -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);  transform: translate3d(100%, 0, 0) skewX(30deg);  opacity: 0; }}@keyframes lightSpeedOut { from {  opacity: 1; } to {  -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);  transform: translate3d(100%, 0, 0) skewX(30deg);  opacity: 0; }}.lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in;}@-webkit-keyframes rotateIn { from {  -webkit-transform-origin: center;  transform-origin: center;  -webkit-transform: rotate3d(0, 0, 1, -200deg);  transform: rotate3d(0, 0, 1, -200deg);  opacity: 0; } to {  -webkit-transform-origin: center;  transform-origin: center;  -webkit-transform: none;  transform: none;  opacity: 1; }}@keyframes rotateIn { from {  -webkit-transform-origin: center;  transform-origin: center;  -webkit-transform: rotate3d(0, 0, 1, -200deg);  transform: rotate3d(0, 0, 1, -200deg);  opacity: 0; } to {  -webkit-transform-origin: center;  transform-origin: center;  -webkit-transform: none;  transform: none;  opacity: 1; }}.rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn;}@-webkit-keyframes rotateInDownLeft { from {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  -webkit-transform: rotate3d(0, 0, 1, -45deg);  transform: rotate3d(0, 0, 1, -45deg);  opacity: 0; } to {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  -webkit-transform: none;  transform: none;  opacity: 1; }}@keyframes rotateInDownLeft { from {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  -webkit-transform: rotate3d(0, 0, 1, -45deg);  transform: rotate3d(0, 0, 1, -45deg);  opacity: 0; } to {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  -webkit-transform: none;  transform: none;  opacity: 1; }}.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft;}@-webkit-keyframes rotateInDownRight { from {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  -webkit-transform: rotate3d(0, 0, 1, 45deg);  transform: rotate3d(0, 0, 1, 45deg);  opacity: 0; } to {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  -webkit-transform: none;  transform: none;  opacity: 1; }}@keyframes rotateInDownRight { from {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  -webkit-transform: rotate3d(0, 0, 1, 45deg);  transform: rotate3d(0, 0, 1, 45deg);  opacity: 0; } to {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  -webkit-transform: none;  transform: none;  opacity: 1; }}.rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight;}@-webkit-keyframes rotateInUpLeft { from {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  -webkit-transform: rotate3d(0, 0, 1, 45deg);  transform: rotate3d(0, 0, 1, 45deg);  opacity: 0; } to {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  -webkit-transform: none;  transform: none;  opacity: 1; }}@keyframes rotateInUpLeft { from {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  -webkit-transform: rotate3d(0, 0, 1, 45deg);  transform: rotate3d(0, 0, 1, 45deg);  opacity: 0; } to {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  -webkit-transform: none;  transform: none;  opacity: 1; }}.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft;}@-webkit-keyframes rotateInUpRight { from {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  -webkit-transform: rotate3d(0, 0, 1, -90deg);  transform: rotate3d(0, 0, 1, -90deg);  opacity: 0; } to {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  -webkit-transform: none;  transform: none;  opacity: 1; }}@keyframes rotateInUpRight { from {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  -webkit-transform: rotate3d(0, 0, 1, -90deg);  transform: rotate3d(0, 0, 1, -90deg);  opacity: 0; } to {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  -webkit-transform: none;  transform: none;  opacity: 1; }}.rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight;}@-webkit-keyframes rotateOut { from {  -webkit-transform-origin: center;  transform-origin: center;  opacity: 1; } to {  -webkit-transform-origin: center;  transform-origin: center;  -webkit-transform: rotate3d(0, 0, 1, 200deg);  transform: rotate3d(0, 0, 1, 200deg);  opacity: 0; }}@keyframes rotateOut { from {  -webkit-transform-origin: center;  transform-origin: center;  opacity: 1; } to {  -webkit-transform-origin: center;  transform-origin: center;  -webkit-transform: rotate3d(0, 0, 1, 200deg);  transform: rotate3d(0, 0, 1, 200deg);  opacity: 0; }}.rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut;}@-webkit-keyframes rotateOutDownLeft { from {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  opacity: 1; } to {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  -webkit-transform: rotate3d(0, 0, 1, 45deg);  transform: rotate3d(0, 0, 1, 45deg);  opacity: 0; }}@keyframes rotateOutDownLeft { from {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  opacity: 1; } to {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  -webkit-transform: rotate3d(0, 0, 1, 45deg);  transform: rotate3d(0, 0, 1, 45deg);  opacity: 0; }}.rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft;}@-webkit-keyframes rotateOutDownRight { from {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  opacity: 1; } to {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  -webkit-transform: rotate3d(0, 0, 1, -45deg);  transform: rotate3d(0, 0, 1, -45deg);  opacity: 0; }}@keyframes rotateOutDownRight { from {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  opacity: 1; } to {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  -webkit-transform: rotate3d(0, 0, 1, -45deg);  transform: rotate3d(0, 0, 1, -45deg);  opacity: 0; }}.rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight;}@-webkit-keyframes rotateOutUpLeft { from {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  opacity: 1; } to {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  -webkit-transform: rotate3d(0, 0, 1, -45deg);  transform: rotate3d(0, 0, 1, -45deg);  opacity: 0; }}@keyframes rotateOutUpLeft { from {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  opacity: 1; } to {  -webkit-transform-origin: left bottom;  transform-origin: left bottom;  -webkit-transform: rotate3d(0, 0, 1, -45deg);  transform: rotate3d(0, 0, 1, -45deg);  opacity: 0; }}.rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft;}@-webkit-keyframes rotateOutUpRight { from {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  opacity: 1; } to {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  -webkit-transform: rotate3d(0, 0, 1, 90deg);  transform: rotate3d(0, 0, 1, 90deg);  opacity: 0; }}@keyframes rotateOutUpRight { from {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  opacity: 1; } to {  -webkit-transform-origin: right bottom;  transform-origin: right bottom;  -webkit-transform: rotate3d(0, 0, 1, 90deg);  transform: rotate3d(0, 0, 1, 90deg);  opacity: 0; }}.rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight;}@-webkit-keyframes hinge { 0% {  -webkit-transform-origin: top left;  transform-origin: top left;  -webkit-animation-timing-function: ease-in-out;  animation-timing-function: ease-in-out; } 20%, 60% {  -webkit-transform: rotate3d(0, 0, 1, 80deg);  transform: rotate3d(0, 0, 1, 80deg);  -webkit-transform-origin: top left;  transform-origin: top left;  -webkit-animation-timing-function: ease-in-out;  animation-timing-function: ease-in-out; } 40%, 80% {  -webkit-transform: rotate3d(0, 0, 1, 60deg);  transform: rotate3d(0, 0, 1, 60deg);  -webkit-transform-origin: top left;  transform-origin: top left;  -webkit-animation-timing-function: ease-in-out;  animation-timing-function: ease-in-out;  opacity: 1; } to {  -webkit-transform: translate3d(0, 700px, 0);  transform: translate3d(0, 700px, 0);  opacity: 0; }}@keyframes hinge { 0% {  -webkit-transform-origin: top left;  transform-origin: top left;  -webkit-animation-timing-function: ease-in-out;  animation-timing-function: ease-in-out; } 20%, 60% {  -webkit-transform: rotate3d(0, 0, 1, 80deg);  transform: rotate3d(0, 0, 1, 80deg);  -webkit-transform-origin: top left;  transform-origin: top left;  -webkit-animation-timing-function: ease-in-out;  animation-timing-function: ease-in-out; } 40%, 80% {  -webkit-transform: rotate3d(0, 0, 1, 60deg);  transform: rotate3d(0, 0, 1, 60deg);  -webkit-transform-origin: top left;  transform-origin: top left;  -webkit-animation-timing-function: ease-in-out;  animation-timing-function: ease-in-out;  opacity: 1; } to {  -webkit-transform: translate3d(0, 700px, 0);  transform: translate3d(0, 700px, 0);  opacity: 0; }}.hinge { -webkit-animation-name: hinge; animation-name: hinge; }@-webkit-keyframes rollIn { from {  opacity: 0;  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}@keyframes rollIn { from {  opacity: 0;  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to {  opacity: 1;  -webkit-transform: none;  transform: none; }}.rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; }@-webkit-keyframes rollOut { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);  transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); }}@keyframes rollOut { from {  opacity: 1; } to {  opacity: 0;  -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);  transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); }}.rollOut { -webkit-animation-name: rollOut; animation-name: rollOut;}@-webkit-keyframes zoomIn { from {  opacity: 0;  -webkit-transform: scale3d(0.3, 0.3, 0.3);  transform: scale3d(0.3, 0.3, 0.3); } 50% {  opacity: 1; }}@keyframes zoomIn { from {  opacity: 0;  -webkit-transform: scale3d(0.3, 0.3, 0.3);  transform: scale3d(0.3, 0.3, 0.3); } 50% {  opacity: 1; }}.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn;}@-webkit-keyframes zoomInDown { from {  opacity: 0;  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}@keyframes zoomInDown { from {  opacity: 0;  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}.zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown;}@-webkit-keyframes zoomInLeft { from {  opacity: 0;  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);  transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}@keyframes zoomInLeft { from {  opacity: 0;  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);  transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}.zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft;}@-webkit-keyframes zoomInRight { from {  opacity: 0;  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);  transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}@keyframes zoomInRight { from {  opacity: 0;  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);  transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}.zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight;}@-webkit-keyframes zoomInUp { from {  opacity: 0;  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}@keyframes zoomInUp { from {  opacity: 0;  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}.zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp;}@-webkit-keyframes zoomOut { from {  opacity: 1; } 50% {  opacity: 0;  -webkit-transform: scale3d(0.3, 0.3, 0.3);  transform: scale3d(0.3, 0.3, 0.3); } to {  opacity: 0; }}@keyframes zoomOut { from {  opacity: 1; } 50% {  opacity: 0;  -webkit-transform: scale3d(0.3, 0.3, 0.3);  transform: scale3d(0.3, 0.3, 0.3); } to {  opacity: 0; }}.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut;}@-webkit-keyframes zoomOutDown { 40% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to {  opacity: 0;  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);  -webkit-transform-origin: center bottom;  transform-origin: center bottom;  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}@keyframes zoomOutDown { 40% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to {  opacity: 0;  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);  -webkit-transform-origin: center bottom;  transform-origin: center bottom;  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}.zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown;}@-webkit-keyframes zoomOutLeft { 40% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); } to {  opacity: 0;  -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);  transform: scale(0.1) translate3d(-2000px, 0, 0);  -webkit-transform-origin: left center;  transform-origin: left center; }}@keyframes zoomOutLeft { 40% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); } to {  opacity: 0;  -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);  transform: scale(0.1) translate3d(-2000px, 0, 0);  -webkit-transform-origin: left center;  transform-origin: left center; }}.zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft;}@-webkit-keyframes zoomOutRight { 40% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); } to {  opacity: 0;  -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);  transform: scale(0.1) translate3d(2000px, 0, 0);  -webkit-transform-origin: right center;  transform-origin: right center; }}@keyframes zoomOutRight { 40% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); } to {  opacity: 0;  -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);  transform: scale(0.1) translate3d(2000px, 0, 0);  -webkit-transform-origin: right center;  transform-origin: right center; }}.zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight;}@-webkit-keyframes zoomOutUp { 40% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to {  opacity: 0;  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);  -webkit-transform-origin: center bottom;  transform-origin: center bottom;  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}@keyframes zoomOutUp { 40% {  opacity: 1;  -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);  transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to {  opacity: 0;  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);  -webkit-transform-origin: center bottom;  transform-origin: center bottom;  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}.zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp;}@-webkit-keyframes slideInDown { from {  -webkit-transform: translate3d(0, -100%, 0);  transform: translate3d(0, -100%, 0);  visibility: visible; } to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }}@keyframes slideInDown { from {  -webkit-transform: translate3d(0, -100%, 0);  transform: translate3d(0, -100%, 0);  visibility: visible; } to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }}.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown;}@-webkit-keyframes slideInLeft { from {  -webkit-transform: translate3d(-100%, 0, 0);  transform: translate3d(-100%, 0, 0);  visibility: visible; } to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }}@keyframes slideInLeft { from {  -webkit-transform: translate3d(-100%, 0, 0);  transform: translate3d(-100%, 0, 0);  visibility: visible; } to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }}.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft;}@-webkit-keyframes slideInRight { from {  -webkit-transform: translate3d(100%, 0, 0);  transform: translate3d(100%, 0, 0);  visibility: visible; } to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }}@keyframes slideInRight { from {  -webkit-transform: translate3d(100%, 0, 0);  transform: translate3d(100%, 0, 0);  visibility: visible; } to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }}.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight;}@-webkit-keyframes slideInUp { from {  -webkit-transform: translate3d(0, 100%, 0);  transform: translate3d(0, 100%, 0);  visibility: visible; } to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }}@keyframes slideInUp { from {  -webkit-transform: translate3d(0, 100%, 0);  transform: translate3d(0, 100%, 0);  visibility: visible; } to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }}.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp;}@-webkit-keyframes slideOutDown { from {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } to {  visibility: hidden;  -webkit-transform: translate3d(0, 100%, 0);  transform: translate3d(0, 100%, 0); }}@keyframes slideOutDown { from {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } to {  visibility: hidden;  -webkit-transform: translate3d(0, 100%, 0);  transform: translate3d(0, 100%, 0); }}.slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown;}@-webkit-keyframes slideOutLeft { from {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } to {  visibility: hidden;  -webkit-transform: translate3d(-100%, 0, 0);  transform: translate3d(-100%, 0, 0); }}@keyframes slideOutLeft { from {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } to {  visibility: hidden;  -webkit-transform: translate3d(-100%, 0, 0);  transform: translate3d(-100%, 0, 0); }}.slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft;}@-webkit-keyframes slideOutRight { from {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } to {  visibility: hidden;  -webkit-transform: translate3d(100%, 0, 0);  transform: translate3d(100%, 0, 0); }}@keyframes slideOutRight { from {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } to {  visibility: hidden;  -webkit-transform: translate3d(100%, 0, 0);  transform: translate3d(100%, 0, 0); }}.slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight;}@-webkit-keyframes slideOutUp { from {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } to {  visibility: hidden;  -webkit-transform: translate3d(0, -100%, 0);  transform: translate3d(0, -100%, 0); }}@keyframes slideOutUp { from {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); } to {  visibility: hidden;  -webkit-transform: translate3d(0, -100%, 0);  transform: translate3d(0, -100%, 0); }}.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp;}html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}body { margin: 0;}article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block;}audio, canvas, progress, video { display: inline-block; vertical-align: baseline;}audio:not([controls]) { display: none; height: 0;}[hidden], template { display: none;}a { background-color: transparent;}a:focus, a:active, a:hover { outline: 0; text-decoration: none;}abbr[title] { border-bottom: 1px dotted;}b, strong { font-weight: bold;}dfn { font-style: italic;}h1 { font-size: 2em; margin: 0.67em 0;}mark { background: #ff0; color: #000;}small { font-size: 80%;}sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup { top: -0.5em;}sub { bottom: -0.25em;}img { border: 0;}svg:not(:root) { overflow: hidden;}figure { margin: 1em 40px;}hr { box-sizing: content-box; height: 0;}pre { overflow: auto;}code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em;}button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0;}button { overflow: visible;}button, select { text-transform: none;}button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer;}button[disabled], html input[disabled] { cursor: default;}button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}input { line-height: normal;}input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0;}input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto;}input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}legend { border: 0; padding: 0;}textarea { overflow: auto;}optgroup { font-weight: bold;}table { border-collapse: collapse; border-spacing: 0;}td, th { padding: 0;}* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}body { font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857; color: #333; background-color: #f7f7f7;}input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit;}a { color: #000; text-decoration: none;}a:hover, a:focus { color: #93b7bb; text-decoration: none;}a:focus { outline: none; text-decoration: none;}figure { margin: 0;}img { vertical-align: middle;}.img-responsive { display: block; max-width: 100%; height: auto;}.img-rounded { border-radius: 20px;}.img-thumbnail { padding: 4px; line-height: 1.42857; background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 20px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto;}.img-circle { border-radius: 50%;}hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee;}.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; 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;}[role="button"] { cursor: pointer;}h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit;}h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777;}h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px;}h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%;}h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px;}h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%;}h1, .h1 { font-size: 36px;}h2, .h2 { font-size: 30px;}h3, .h3 { font-size: 24px;}h4, .h4 { font-size: 18px;}h5, .h5 { font-size: 14px;}h6, .h6 { font-size: 12px;}p { margin: 0 0 10px;}.lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4;}@media (min-width: 768px) { .lead {  font-size: 21px; }}small, .small { font-size: 85%;}mark, .mark { background-color: #fcf8e3; padding: 0.2em;}.text-left { text-align: left;}.text-right { text-align: right;}.text-center { text-align: center;}.text-justify { text-align: justify;}.text-nowrap { white-space: nowrap;}.text-lowercase { text-transform: lowercase;}.text-uppercase, .initialism { text-transform: uppercase;}.text-capitalize { text-transform: capitalize;}.text-muted { color: #777;}.text-primary { color: #fbe217;}a.text-primary:hover, a.text-primary:focus { color: #dbc404;}.text-success { color: #3c763d;}a.text-success:hover, a.text-success:focus { color: #2b542c;}.text-info { color: #31708f;}a.text-info:hover, a.text-info:focus { color: #245269;}.text-warning { color: #8a6d3b;}a.text-warning:hover, a.text-warning:focus { color: #66512c;}.text-danger { color: #a94442;}a.text-danger:hover, a.text-danger:focus { color: #843534;}.bg-primary { color: #fff;}.bg-primary { background-color: #fbe217;}a.bg-primary:hover, a.bg-primary:focus { background-color: #dbc404;}.bg-success { background-color: #dff0d8;}a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3;}.bg-info { background-color: #d9edf7;}a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee;}.bg-warning { background-color: #fcf8e3;}a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5;}.bg-danger { background-color: #f2dede;}a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9;}.page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee;}ul, ol { margin-top: 0; margin-bottom: 10px;}ul ul, ol ul, ul ol, ol ol { margin-bottom: 0;}.list-unstyled { padding-left: 0; list-style: none;}.list-inline { padding-left: 0; list-style: none; margin-left: -5px;}.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px;}dl { margin-top: 0; margin-bottom: 20px;}dt, dd { line-height: 1.42857;}dt { font-weight: bold;}dd { margin-left: 0;}.dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table;}.dl-horizontal dd:after { clear: both;}@media (min-width: 768px) { .dl-horizontal dt {  float: left;  width: 160px;  clear: left;  text-align: right;  overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap; } .dl-horizontal dd {  margin-left: 180px; }}abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777;}.initialism { font-size: 90%;}blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee;}blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0;}blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #777;}blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0';}.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eee; border-left: 0; text-align: right;}.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: '';}.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014';}address { margin-bottom: 20px; font-style: normal; line-height: 1.42857;}code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace;}code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 20px;}kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 20px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);}kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none;}pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; color: #333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 20px;}pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0;}.pre-scrollable { max-height: 340px; overflow-y: scroll;}.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px;}.container:before, .container:after { content: " "; display: table;}.container:after { clear: both;}@media (min-width: 768px) { .container {  width: 750px; }}@media (min-width: 992px) { .container {  width: 970px; }}@media (min-width: 1200px) { .container {  width: 1170px; }}.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px;}.container-fluid:before, .container-fluid:after { content: " "; display: table;}.container-fluid:after { clear: both;}.row { margin-left: -15px; margin-right: -15px;}.row:before, .row:after { content: " "; display: table;}.row:after { clear: both;}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px;}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left;}.col-xs-1 { width: 8.33333%;}.col-xs-2 { width: 16.66667%;}.col-xs-3 { width: 25%;}.col-xs-4 { width: 33.33333%;}.col-xs-5 { width: 41.66667%;}.col-xs-6 { width: 50%;}.col-xs-7 { width: 58.33333%;}.col-xs-8 { width: 66.66667%;}.col-xs-9 { width: 75%;}.col-xs-10 { width: 83.33333%;}.col-xs-11 { width: 91.66667%;}.col-xs-12 { width: 100%;}.col-xs-pull-0 { right: auto;}.col-xs-pull-1 { right: 8.33333%;}.col-xs-pull-2 { right: 16.66667%;}.col-xs-pull-3 { right: 25%;}.col-xs-pull-4 { right: 33.33333%;}.col-xs-pull-5 { right: 41.66667%;}.col-xs-pull-6 { right: 50%;}.col-xs-pull-7 { right: 58.33333%;}.col-xs-pull-8 { right: 66.66667%;}.col-xs-pull-9 { right: 75%;}.col-xs-pull-10 { right: 83.33333%;}.col-xs-pull-11 { right: 91.66667%;}.col-xs-pull-12 { right: 100%;}.col-xs-push-0 { left: auto;}.col-xs-push-1 { left: 8.33333%;}.col-xs-push-2 { left: 16.66667%;}.col-xs-push-3 { left: 25%;}.col-xs-push-4 { left: 33.33333%;}.col-xs-push-5 { left: 41.66667%;}.col-xs-push-6 { left: 50%;}.col-xs-push-7 { left: 58.33333%;}.col-xs-push-8 { left: 66.66667%;}.col-xs-push-9 { left: 75%;}.col-xs-push-10 { left: 83.33333%;}.col-xs-push-11 { left: 91.66667%;}.col-xs-push-12 { left: 100%;}.col-xs-offset-0 { margin-left: 0%;}.col-xs-offset-1 { margin-left: 8.33333%;}.col-xs-offset-2 { margin-left: 16.66667%;}.col-xs-offset-3 { margin-left: 25%;}.col-xs-offset-4 { margin-left: 33.33333%;}.col-xs-offset-5 { margin-left: 41.66667%;}.col-xs-offset-6 { margin-left: 50%;}.col-xs-offset-7 { margin-left: 58.33333%;}.col-xs-offset-8 { margin-left: 66.66667%;}.col-xs-offset-9 { margin-left: 75%;}.col-xs-offset-10 { margin-left: 83.33333%;}.col-xs-offset-11 { margin-left: 91.66667%;}.col-xs-offset-12 { margin-left: 100%;}@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {  float: left; } .col-sm-1 {  width: 8.33333%; } .col-sm-2 {  width: 16.66667%; } .col-sm-3 {  width: 25%; } .col-sm-4 {  width: 33.33333%; } .col-sm-5 {  width: 41.66667%; } .col-sm-6 {  width: 50%; } .col-sm-7 {  width: 58.33333%; } .col-sm-8 {  width: 66.66667%; } .col-sm-9 {  width: 75%; } .col-sm-10 {  width: 83.33333%; } .col-sm-11 {  width: 91.66667%; } .col-sm-12 {  width: 100%; } .col-sm-pull-0 {  right: auto; } .col-sm-pull-1 {  right: 8.33333%; } .col-sm-pull-2 {  right: 16.66667%; } .col-sm-pull-3 {  right: 25%; } .col-sm-pull-4 {  right: 33.33333%; } .col-sm-pull-5 {  right: 41.66667%; } .col-sm-pull-6 {  right: 50%; } .col-sm-pull-7 {  right: 58.33333%; } .col-sm-pull-8 {  right: 66.66667%; } .col-sm-pull-9 {  right: 75%; } .col-sm-pull-10 {  right: 83.33333%; } .col-sm-pull-11 {  right: 91.66667%; } .col-sm-pull-12 {  right: 100%; } .col-sm-push-0 {  left: auto; } .col-sm-push-1 {  left: 8.33333%; } .col-sm-push-2 {  left: 16.66667%; } .col-sm-push-3 {  left: 25%; } .col-sm-push-4 {  left: 33.33333%; } .col-sm-push-5 {  left: 41.66667%; } .col-sm-push-6 {  left: 50%; } .col-sm-push-7 {  left: 58.33333%; } .col-sm-push-8 {  left: 66.66667%; } .col-sm-push-9 {  left: 75%; } .col-sm-push-10 {  left: 83.33333%; } .col-sm-push-11 {  left: 91.66667%; } .col-sm-push-12 {  left: 100%; } .col-sm-offset-0 {  margin-left: 0%; } .col-sm-offset-1 {  margin-left: 8.33333%; } .col-sm-offset-2 {  margin-left: 16.66667%; } .col-sm-offset-3 {  margin-left: 25%; } .col-sm-offset-4 {  margin-left: 33.33333%; } .col-sm-offset-5 {  margin-left: 41.66667%; } .col-sm-offset-6 {  margin-left: 50%; } .col-sm-offset-7 {  margin-left: 58.33333%; } .col-sm-offset-8 {  margin-left: 66.66667%; } .col-sm-offset-9 {  margin-left: 75%; } .col-sm-offset-10 {  margin-left: 83.33333%; } .col-sm-offset-11 {  margin-left: 91.66667%; } .col-sm-offset-12 {  margin-left: 100%; }}@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {  float: left; } .col-md-1 {  width: 8.33333%; } .col-md-2 {  width: 16.66667%; } .col-md-3 {  width: 25%; } .col-md-4 {  width: 33.33333%; } .col-md-5 {  width: 41.66667%; } .col-md-6 {  width: 50%; } .col-md-7 {  width: 58.33333%; } .col-md-8 {  width: 66.66667%; } .col-md-9 {  width: 75%; } .col-md-10 {  width: 83.33333%; } .col-md-11 {  width: 91.66667%; } .col-md-12 {  width: 100%; } .col-md-pull-0 {  right: auto; } .col-md-pull-1 {  right: 8.33333%; } .col-md-pull-2 {  right: 16.66667%; } .col-md-pull-3 {  right: 25%; } .col-md-pull-4 {  right: 33.33333%; } .col-md-pull-5 {  right: 41.66667%; } .col-md-pull-6 {  right: 50%; } .col-md-pull-7 {  right: 58.33333%; } .col-md-pull-8 {  right: 66.66667%; } .col-md-pull-9 {  right: 75%; } .col-md-pull-10 {  right: 83.33333%; } .col-md-pull-11 {  right: 91.66667%; } .col-md-pull-12 {  right: 100%; } .col-md-push-0 {  left: auto; } .col-md-push-1 {  left: 8.33333%; } .col-md-push-2 {  left: 16.66667%; } .col-md-push-3 {  left: 25%; } .col-md-push-4 {  left: 33.33333%; } .col-md-push-5 {  left: 41.66667%; } .col-md-push-6 {  left: 50%; } .col-md-push-7 {  left: 58.33333%; } .col-md-push-8 {  left: 66.66667%; } .col-md-push-9 {  left: 75%; } .col-md-push-10 {  left: 83.33333%; } .col-md-push-11 {  left: 91.66667%; } .col-md-push-12 {  left: 100%; } .col-md-offset-0 {  margin-left: 0%; } .col-md-offset-1 {  margin-left: 8.33333%; } .col-md-offset-2 {  margin-left: 16.66667%; } .col-md-offset-3 {  margin-left: 25%; } .col-md-offset-4 {  margin-left: 33.33333%; } .col-md-offset-5 {  margin-left: 41.66667%; } .col-md-offset-6 {  margin-left: 50%; } .col-md-offset-7 {  margin-left: 58.33333%; } .col-md-offset-8 {  margin-left: 66.66667%; } .col-md-offset-9 {  margin-left: 75%; } .col-md-offset-10 {  margin-left: 83.33333%; } .col-md-offset-11 {  margin-left: 91.66667%; } .col-md-offset-12 {  margin-left: 100%; }}@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {  float: left; } .col-lg-1 {  width: 8.33333%; } .col-lg-2 {  width: 16.66667%; } .col-lg-3 {  width: 25%; } .col-lg-4 {  width: 33.33333%; } .col-lg-5 {  width: 41.66667%; } .col-lg-6 {  width: 50%; } .col-lg-7 {  width: 58.33333%; } .col-lg-8 {  width: 66.66667%; } .col-lg-9 {  width: 75%; } .col-lg-10 {  width: 83.33333%; } .col-lg-11 {  width: 91.66667%; } .col-lg-12 {  width: 100%; } .col-lg-pull-0 {  right: auto; } .col-lg-pull-1 {  right: 8.33333%; } .col-lg-pull-2 {  right: 16.66667%; } .col-lg-pull-3 {  right: 25%; } .col-lg-pull-4 {  right: 33.33333%; } .col-lg-pull-5 {  right: 41.66667%; } .col-lg-pull-6 {  right: 50%; } .col-lg-pull-7 {  right: 58.33333%; } .col-lg-pull-8 {  right: 66.66667%; } .col-lg-pull-9 {  right: 75%; } .col-lg-pull-10 {  right: 83.33333%; } .col-lg-pull-11 {  right: 91.66667%; } .col-lg-pull-12 {  right: 100%; } .col-lg-push-0 {  left: auto; } .col-lg-push-1 {  left: 8.33333%; } .col-lg-push-2 {  left: 16.66667%; } .col-lg-push-3 {  left: 25%; } .col-lg-push-4 {  left: 33.33333%; } .col-lg-push-5 {  left: 41.66667%; } .col-lg-push-6 {  left: 50%; } .col-lg-push-7 {  left: 58.33333%; } .col-lg-push-8 {  left: 66.66667%; } .col-lg-push-9 {  left: 75%; } .col-lg-push-10 {  left: 83.33333%; } .col-lg-push-11 {  left: 91.66667%; } .col-lg-push-12 {  left: 100%; } .col-lg-offset-0 {  margin-left: 0%; } .col-lg-offset-1 {  margin-left: 8.33333%; } .col-lg-offset-2 {  margin-left: 16.66667%; } .col-lg-offset-3 {  margin-left: 25%; } .col-lg-offset-4 {  margin-left: 33.33333%; } .col-lg-offset-5 {  margin-left: 41.66667%; } .col-lg-offset-6 {  margin-left: 50%; } .col-lg-offset-7 {  margin-left: 58.33333%; } .col-lg-offset-8 {  margin-left: 66.66667%; } .col-lg-offset-9 {  margin-left: 75%; } .col-lg-offset-10 {  margin-left: 83.33333%; } .col-lg-offset-11 {  margin-left: 91.66667%; } .col-lg-offset-12 {  margin-left: 100%; }}table { background-color: transparent;}caption { padding-top: 8px; padding-bottom: 8px; color: #777; text-align: left;}th { text-align: left;}.table { width: 100%; max-width: 100%; margin-bottom: 20px;}.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #ddd;}.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd;}.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0;}.table > tbody + tbody { border-top: 2px solid #ddd;}.table .table { background-color: #f7f7f7;}.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px;}.table-bordered { border: 1px solid #ddd;}.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd;}.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px;}.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9;}.table-hover > tbody > tr:hover { background-color: #f5f5f5;}table col[class*="col-"] { position: static; float: none; display: table-column;}table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell;}.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5;}.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8;}.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8;}.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6;}.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7;}.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3;}.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3;}.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc;}.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede;}.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc;}.table-responsive { overflow-x: auto; min-height: 0.01%;}@media screen and (max-width: 767px) { .table-responsive {  width: 100%;  margin-bottom: 15px;  overflow-y: hidden;  -ms-overflow-style: -ms-autohiding-scrollbar;  border: 1px solid #ddd; } .table-responsive > .table {  margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {  white-space: nowrap; } .table-responsive > .table-bordered {  border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {  border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {  border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {  border-bottom: 0; }}fieldset { padding: 0; margin: 0; border: 0; min-width: 0;}legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5;}label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold;}input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal;}input[type="file"] { display: block;}input[type="range"] { display: block; width: 100%;}select[multiple], select[size] { height: auto;}input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857; color: #555;}.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}.form-control::-moz-placeholder { color: #999; opacity: 1;}.form-control:-ms-input-placeholder { color: #999;}.form-control::-webkit-input-placeholder { color: #999;}.form-control::-ms-expand { border: 0; background-color: transparent;}.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eee; opacity: 1;}.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed;}textarea.form-control { height: auto;}input[type="search"] { -webkit-appearance: none;}@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {  line-height: 34px; } input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], input[type="time"].input-sm, .input-group-sm > input.form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input.form-control[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input.form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"], .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {  line-height: 30px; } input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], input[type="time"].input-lg, .input-group-lg > input.form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input.form-control[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input.form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"], .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {  line-height: 46px; }}.form-group { margin-bottom: 15px;}.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px;}.radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer;}.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9;}.radio + .radio, .checkbox + .checkbox { margin-top: -5px;}.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer;}.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px;}input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed;}.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed;}.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed;}.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px;}.form-control-static.input-lg, .input-group-lg > .form-control.form-control-static, .input-group-lg > .input-group-addon.form-control-static, .input-group-lg > .input-group-btn > .btn.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control.form-control-static, .input-group-sm > .input-group-addon.form-control-static, .input-group-sm > .input-group-btn > .btn.form-control-static { padding-left: 0; padding-right: 0;}.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 20px;}select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn { height: 30px; line-height: 30px;}textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple] { height: auto;}.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 20px;}.form-group-sm select.form-control { height: 30px; line-height: 30px;}.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto;}.form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5;}.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 20px;}select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn { height: 46px; line-height: 46px;}textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple] { height: auto;}.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 20px;}.form-group-lg select.form-control { height: 46px; line-height: 46px;}.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto;}.form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.33333;}.has-feedback { position: relative;}.has-feedback .form-control { padding-right: 42.5px;}.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none;}.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px;}.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px;}.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d;}.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;}.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8;}.has-success .form-control-feedback { color: #3c763d;}.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b;}.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;}.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3;}.has-warning .form-control-feedback { color: #8a6d3b;}.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442;}.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;}.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede;}.has-error .form-control-feedback { color: #a94442;}.has-feedback label ~ .form-control-feedback { top: 25px;}.has-feedback label.sr-only ~ .form-control-feedback { top: 0;}.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373;}@media (min-width: 768px) { .form-inline .form-group {  display: inline-block;  margin-bottom: 0;  vertical-align: middle; } .form-inline .form-control {  display: inline-block;  width: auto;  vertical-align: middle; } .form-inline .form-control-static {  display: inline-block; } .form-inline .input-group {  display: inline-table;  vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {  width: auto; } .form-inline .input-group > .form-control {  width: 100%; } .form-inline .control-label {  margin-bottom: 0;  vertical-align: middle; } .form-inline .radio, .form-inline .checkbox {  display: inline-block;  margin-top: 0;  margin-bottom: 0;  vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label {  padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {  position: relative;  margin-left: 0; } .form-inline .has-feedback .form-control-feedback {  top: 0; }}.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px;}.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px;}.form-horizontal .form-group { margin-left: -15px; margin-right: -15px;}.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table;}.form-horizontal .form-group:after { clear: both;}@media (min-width: 768px) { .form-horizontal .control-label {  text-align: right;  margin-bottom: 0;  padding-top: 7px; }}.form-horizontal .has-feedback .form-control-feedback { right: 15px;}@media (min-width: 768px) { .form-horizontal .form-group-lg .control-label {  padding-top: 11px;  font-size: 18px; }}@media (min-width: 768px) { .form-horizontal .form-group-sm .control-label {  padding-top: 6px;  font-size: 12px; }}.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; transition: all 0.4s ease; border-radius: 20px; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 16px; padding: 9px 16px;}.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}.btn:hover, .btn:focus, .btn.focus { color: #999; text-decoration: none;}.btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);}.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none;}a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none;}.btn-default { color: #999; background-color: #fff; border-color: #ccc;}.btn-default:focus, .btn-default.focus { color: #999; background-color: #e6e6e6; border-color: #8c8c8c;}.btn-default:hover { color: #999; background-color: #e6e6e6; border-color: #adadad;}.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #999; background-color: #e6e6e6; border-color: #adadad;}.btn-default:active:hover, .btn-default.active:hover, .open > .btn-default.dropdown-toggle:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .btn-default.dropdown-toggle:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle.focus { color: #999; background-color: #d4d4d4; border-color: #8c8c8c;}.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none;}.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc;}.btn-default .badge { color: #fff; background-color: #999;}.btn-primary { color: #000; background-color: #fbe217; border-color: #f4da04;}.btn-primary:focus, .btn-primary.focus { color: #000; background-color: #dbc404; border-color: #776a02;}.btn-primary:hover { color: #000; background-color: #dbc404; border-color: #b8a403;}.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #000; background-color: #dbc404; border-color: #b8a403;}.btn-primary:active:hover, .btn-primary.active:hover, .open > .btn-primary.dropdown-toggle:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .btn-primary.dropdown-toggle:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle.focus { color: #000; background-color: #b8a403; border-color: #776a02;}.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none;}.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #fbe217; border-color: #f4da04;}.btn-primary .badge { color: #fbe217; background-color: #000;}.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c;}.btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625;}.btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439;}.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #398439;}.btn-success:active:hover, .btn-success.active:hover, .open > .btn-success.dropdown-toggle:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .btn-success.dropdown-toggle:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #398439; border-color: #255625;}.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none;}.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c;}.btn-success .badge { color: #5cb85c; background-color: #fff;}.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da;}.btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85;}.btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc;}.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc;}.btn-info:active:hover, .btn-info.active:hover, .open > .btn-info.dropdown-toggle:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .btn-info.dropdown-toggle:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1b6d85;}.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none;}.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da;}.btn-info .badge { color: #5bc0de; background-color: #fff;}.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236;}.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d;}.btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512;}.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d58512;}.btn-warning:active:hover, .btn-warning.active:hover, .open > .btn-warning.dropdown-toggle:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .btn-warning.dropdown-toggle:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #d58512; border-color: #985f0d;}.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none;}.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236;}.btn-warning .badge { color: #f0ad4e; background-color: #fff;}.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a;}.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19;}.btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925;}.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #ac2925;}.btn-danger:active:hover, .btn-danger.active:hover, .open > .btn-danger.dropdown-toggle:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .btn-danger.dropdown-toggle:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #ac2925; border-color: #761c19;}.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none;}.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a;}.btn-danger .badge { color: #d9534f; background-color: #fff;}.btn-link { color: #000; font-weight: normal; border-radius: 0;}.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none;}.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent;}.btn-link:hover, .btn-link:focus { color: #93b7bb; text-decoration: none; background-color: transparent;}.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777; text-decoration: none;}.btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 20px;}.btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 20px;}.btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 20px;}.btn-block { display: block; width: 100%;}.btn-block + .btn-block { margin-top: 5px;}input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%;}.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear;}.fade.in { opacity: 1;}.collapse { display: none;}.collapse.in { display: block;}tr.collapse.in { display: table-row;}tbody.collapse.in { display: table-row-group;}.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease;}.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent;}.dropup, .dropdown { position: relative;}.dropdown-toggle:focus { outline: 0;}.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .15); border-radius: 20px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175); background-clip: padding-box;}.dropdown-menu.pull-right { right: 0; left: auto;}.dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5;}.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #333; white-space: nowrap;}.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5;}.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #fbe217;}.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777;}.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed;}.open > .dropdown-menu { display: block;}.open > a { outline: 0;}.dropdown-menu-right { left: auto; right: 0;}.dropdown-menu-left { left: 0; right: auto;}.dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857; color: #777; white-space: nowrap;}.dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990;}.pull-right > .dropdown-menu { right: 0; left: auto;}.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: "";}.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px;}@media (min-width: 768px) { .navbar-right .dropdown-menu {  right: 0;  left: auto; } .navbar-right .dropdown-menu-left {  left: 0;  right: auto; }}.btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle;}.btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left;}.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2;}.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px;}.btn-toolbar { margin-left: -5px;}.btn-toolbar:before, .btn-toolbar:after { content: " "; display: table;}.btn-toolbar:after { clear: both;}.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left;}.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px;}.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0;}.btn-group > .btn:first-child { margin-left: 0;}.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0;}.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0;}.btn-group > .btn-group { float: left;}.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0;}.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0;}.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0;}.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0;}.btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px;}.btn-group > .btn-lg + .dropdown-toggle, .btn-group > .btn-group-lg > .btn + .dropdown-toggle, .btn-group-lg > .btn-group > .btn + .dropdown-toggle { padding-left: 12px; padding-right: 12px;}.btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);}.btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none;}.btn .caret { margin-left: 0;}.btn-lg .caret, .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0;}.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .btn-group-lg > .dropup .btn .caret { border-width: 0 5px 5px;}.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%;}.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; display: table;}.btn-group-vertical > .btn-group:after { clear: both;}.btn-group-vertical > .btn-group > .btn { float: none;}.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0;}.btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0;}.btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0;}.btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0;}.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0;}.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0;}.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0;}.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate;}.btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%;}.btn-group-justified > .btn-group .btn { width: 100%;}.btn-group-justified > .btn-group .dropdown-menu { left: auto;}[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none;}.input-group { position: relative; display: table; border-collapse: separate;}.input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0;}.input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0;}.input-group .form-control:focus { z-index: 3;}.input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell;}.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0;}.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle;}.input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 20px;}.input-group-addon.input-sm, .input-group-sm > .form-control.input-group-addon, .input-group-sm > .input-group-addon.input-group-addon, .input-group-sm > .input-group-btn > .btn.input-group-addon { padding: 5px 10px; font-size: 12px; border-radius: 20px;}.input-group-addon.input-lg, .input-group-lg > .form-control.input-group-addon, .input-group-lg > .input-group-addon.input-group-addon, .input-group-lg > .input-group-btn > .btn.input-group-addon { padding: 10px 16px; font-size: 18px; border-radius: 20px;}.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0;}.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0;}.input-group-addon:first-child { border-right: 0;}.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0;}.input-group-addon:last-child { border-left: 0;}.input-group-btn { position: relative; font-size: 0; white-space: nowrap;}.input-group-btn > .btn { position: relative;}.input-group-btn > .btn + .btn { margin-left: -1px;}.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2;}.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px;}.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px;}.nav { margin-bottom: 0; padding-left: 0; list-style: none;}.nav:before, .nav:after { content: " "; display: table;}.nav:after { clear: both;}.nav > li { position: relative; display: block;}.nav > li > a { position: relative; display: block; padding: 10px 15px;}.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eee;}.nav > li.disabled > a { color: #777;}.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777; text-decoration: none; background-color: transparent; cursor: not-allowed;}.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eee; border-color: #000;}.nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5;}.nav > li > a > img { max-width: none;}.nav-tabs { border-bottom: 1px solid #ddd;}.nav-tabs > li { float: left; margin-bottom: -1px;}.nav-tabs > li > a { margin-right: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 20px 20px 0 0;}.nav-tabs > li > a:hover { border-color: #eee #eee #ddd;}.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555; background-color: #f7f7f7; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default;}.nav-pills > li { float: left;}.nav-pills > li > a { border-radius: 20px;}.nav-pills > li + li { margin-left: 2px;}.nav-pills > li.active > a, .nav-pills > li.is-active > a, .nav-pills > li.active > a:hover, .nav-pills > li.is-active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li.is-active > a:focus { color: #fff; background-color: #fbe217;}.nav-stacked > li { float: none;}.nav-stacked > li + li { margin-top: 2px; margin-left: 0;}.nav-justified, .nav-tabs.nav-justified { width: 100%;}.nav-justified > li, .nav-tabs.nav-justified > li { float: none;}.nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px;}.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto;}@media (min-width: 768px) { .nav-justified > li, .nav-tabs.nav-justified > li {  display: table-cell;  width: 1%; } .nav-justified > li > a, .nav-tabs.nav-justified > li > a {  margin-bottom: 0; }}.nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0;}.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 20px;}.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd;}@media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {  border-bottom: 1px solid #ddd;  border-radius: 20px 20px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {  border-bottom-color: #f7f7f7; }}.tab-content > .tab-pane { display: none;}.tab-content > .active { display: block;}.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0;}.navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent;}.navbar:before, .navbar:after { content: " "; display: table;}.navbar:after { clear: both;}@media (min-width: 768px) { .navbar {  border-radius: 20px; }}.navbar-header:before, .navbar-header:after { content: " "; display: table;}.navbar-header:after { clear: both;}@media (min-width: 768px) { .navbar-header {  float: left; }}.navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); -webkit-overflow-scrolling: touch;}.navbar-collapse:before, .navbar-collapse:after { content: " "; display: table;}.navbar-collapse:after { clear: both;}.navbar-collapse.in { overflow-y: auto;}@media (min-width: 768px) { .navbar-collapse {  width: auto;  border-top: 0;  box-shadow: none; } .navbar-collapse.collapse {  display: block !important;  height: auto !important;  padding-bottom: 0;  overflow: visible !important; } .navbar-collapse.in {  overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {  padding-left: 0;  padding-right: 0; }}.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px;}@media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {  max-height: 200px; }}.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px;}@media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {  margin-right: 0;  margin-left: 0; }}.navbar-static-top { z-index: 1000; border-width: 0 0 1px;}@media (min-width: 768px) { .navbar-static-top {  border-radius: 0; }}.navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030;}@media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom {  border-radius: 0; }}.navbar-fixed-top { top: 0; border-width: 0 0 1px;}.navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0;}.navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px;}.navbar-brand:hover, .navbar-brand:focus { text-decoration: none;}.navbar-brand > img { display: block;}@media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {  margin-left: -15px; }}.navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 20px;}.navbar-toggle:focus { outline: 0;}.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px;}.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px;}@media (min-width: 768px) { .navbar-toggle {  display: none; }}.navbar-nav { margin: 7.5px -15px;}.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px;}@media (max-width: 767px) { .navbar-nav .open .dropdown-menu {  position: static;  float: none;  width: auto;  margin-top: 0;  background-color: transparent;  border: 0;  box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {  padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a {  line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {  background-image: none; }}@media (min-width: 768px) { .navbar-nav {  float: left;  margin: 0; } .navbar-nav > li {  float: left; } .navbar-nav > li > a {  padding-top: 15px;  padding-bottom: 15px; }}.navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); margin-top: 8px; margin-bottom: 8px;}@media (min-width: 768px) { .navbar-form .form-group {  display: inline-block;  margin-bottom: 0;  vertical-align: middle; } .navbar-form .form-control {  display: inline-block;  width: auto;  vertical-align: middle; } .navbar-form .form-control-static {  display: inline-block; } .navbar-form .input-group {  display: inline-table;  vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {  width: auto; } .navbar-form .input-group > .form-control {  width: 100%; } .navbar-form .control-label {  margin-bottom: 0;  vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox {  display: inline-block;  margin-top: 0;  margin-bottom: 0;  vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label {  padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {  position: relative;  margin-left: 0; } .navbar-form .has-feedback .form-control-feedback {  top: 0; }}@media (max-width: 767px) { .navbar-form .form-group {  margin-bottom: 5px; } .navbar-form .form-group:last-child {  margin-bottom: 0; }}@media (min-width: 768px) { .navbar-form {  width: auto;  border: 0;  margin-left: 0;  margin-right: 0;  padding-top: 0;  padding-bottom: 0;  -webkit-box-shadow: none;  box-shadow: none; }}.navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0;}.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 0; border-bottom-left-radius: 0;}.navbar-btn { margin-top: 8px; margin-bottom: 8px;}.navbar-btn.btn-sm, .btn-group-sm > .btn.navbar-btn { margin-top: 10px; margin-bottom: 10px;}.navbar-btn.btn-xs, .btn-group-xs > .btn.navbar-btn { margin-top: 14px; margin-bottom: 14px;}.navbar-text { margin-top: 15px; margin-bottom: 15px;}@media (min-width: 768px) { .navbar-text {  float: left;  margin-left: 15px;  margin-right: 15px; }}@media (min-width: 768px) { .navbar-left {  float: left !important; } .navbar-right {  float: right !important;  margin-right: -15px; } .navbar-right ~ .navbar-right {  margin-right: 0; }}.navbar-default { background-color: #f8f8f8; border-color: #e7e7e7;}.navbar-default .navbar-brand { color: #777;}.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent;}.navbar-default .navbar-text { color: #777;}.navbar-default .navbar-nav > li > a { color: #777;}.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent;}.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7;}.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent;}.navbar-default .navbar-toggle { border-color: #ddd;}.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd;}.navbar-default .navbar-toggle .icon-bar { background-color: #888;}.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7;}.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555;}@media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a {  color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {  color: #333;  background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {  color: #555;  background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {  color: #ccc;  background-color: transparent; }}.navbar-default .navbar-link { color: #777;}.navbar-default .navbar-link:hover { color: #333;}.navbar-default .btn-link { color: #777;}.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333;}.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc;}.navbar-inverse { background-color: #222; border-color: #090909;}.navbar-inverse .navbar-brand { color: #9d9d9d;}.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent;}.navbar-inverse .navbar-text { color: #9d9d9d;}.navbar-inverse .navbar-nav > li > a { color: #9d9d9d;}.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent;}.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #090909;}.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent;}.navbar-inverse .navbar-toggle { border-color: #333;}.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333;}.navbar-inverse .navbar-toggle .icon-bar { background-color: #fff;}.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010;}.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; color: #fff;}@media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {  border-color: #090909; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider {  background-color: #090909; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {  color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {  color: #fff;  background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {  color: #fff;  background-color: #090909; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {  color: #444;  background-color: transparent; }}.navbar-inverse .navbar-link { color: #9d9d9d;}.navbar-inverse .navbar-link:hover { color: #fff;}.navbar-inverse .btn-link { color: #9d9d9d;}.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff;}.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444;}.breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 20px;}.breadcrumb > li { display: inline-block;}.breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #ccc;}.breadcrumb > .active { color: #777;}.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 20px;}.pagination > li { display: inline;}.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857; text-decoration: none; color: #000; background-color: #fff; border: 1px solid #ddd; margin-left: -1px;}.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 20px; border-top-left-radius: 20px;}.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 20px; border-top-right-radius: 20px;}.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #93b7bb; background-color: #eee; border-color: #ddd;}.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #fbe217; border-color: #fbe217; cursor: default;}.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777; background-color: #fff; border-color: #ddd; cursor: not-allowed;}.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.33333;}.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 20px; border-top-left-radius: 20px;}.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 20px; border-top-right-radius: 20px;}.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5;}.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 20px; border-top-left-radius: 20px;}.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 20px; border-top-right-radius: 20px;}.pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center;}.pager:before, .pager:after { content: " "; display: table;}.pager:after { clear: both;}.pager li { display: inline;}.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px;}.pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eee;}.pager .next > a, .pager .next > span { float: right;}.pager .previous > a, .pager .previous > span { float: left;}.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777; background-color: #fff; cursor: not-allowed;}.label { display: inline; padding: 0.2em 0.6em 0.3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25em;}.label:empty { display: none;}.btn .label { position: relative; top: -1px;}a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer;}.label-default { background-color: #777;}.label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e;}.label-primary { background-color: #fbe217;}.label-primary[href]:hover, .label-primary[href]:focus { background-color: #dbc404;}.label-success { background-color: #5cb85c;}.label-success[href]:hover, .label-success[href]:focus { background-color: #449d44;}.label-info { background-color: #5bc0de;}.label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5;}.label-warning { background-color: #f0ad4e;}.label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f;}.label-danger { background-color: #d9534f;}.label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c;}.badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777; border-radius: 10px;}.badge:empty { display: none;}.btn .badge { position: relative; top: -1px;}.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px;}.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #000; background-color: #fff;}.list-group-item > .badge { float: right;}.list-group-item > .badge + .badge { margin-right: 5px;}.nav-pills > li > a > .badge { margin-left: 3px;}a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer;}.thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857; background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 20px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out;}.thumbnail > img, .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto;}.thumbnail .caption { padding: 9px; color: #333;}a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #000;}.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 20px;}.alert h4 { margin-top: 0; color: inherit;}.alert .alert-link { font-weight: bold;}.alert > p, .alert > ul { margin-bottom: 0;}.alert > p + p { margin-top: 5px;}.alert-dismissable, .alert-dismissible { padding-right: 35px;}.alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit;}.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d;}.alert-success hr { border-top-color: #c9e2b3;}.alert-success .alert-link { color: #2b542c;}.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f;}.alert-info hr { border-top-color: #a6e1ec;}.alert-info .alert-link { color: #245269;}.alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b;}.alert-warning hr { border-top-color: #f7e1b5;}.alert-warning .alert-link { color: #66512c;}.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442;}.alert-danger hr { border-top-color: #e4b9c0;}.alert-danger .alert-link { color: #843534;}@-webkit-keyframes progress-bar-stripes { from {  background-position: 40px 0; } to {  background-position: 0 0; }}@keyframes progress-bar-stripes { from {  background-position: 40px 0; } to {  background-position: 0 0; }}.progress { overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 20px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);}.progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #fbe217; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease;}.progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-size: 40px 40px;}.progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite;}.progress-bar-success { background-color: #5cb85c;}.progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-info { background-color: #5bc0de;}.progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-warning { background-color: #f0ad4e;}.progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-danger { background-color: #d9534f;}.progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.media { margin-top: 15px;}.media:first-child { margin-top: 0;}.media, .media-body { zoom: 1; overflow: hidden;}.media-body { width: 10000px;}.media-object { display: block;}.media-object.img-thumbnail { max-width: none;}.media-right, .media > .pull-right { padding-left: 10px;}.media-left, .media > .pull-left { padding-right: 10px;}.media-left, .media-right, .media-body { display: table-cell; vertical-align: top;}.media-middle { vertical-align: middle;}.media-bottom { vertical-align: bottom;}.media-heading { margin-top: 0; margin-bottom: 5px;}.media-list { padding-left: 0; list-style: none;}.list-group { margin-bottom: 20px; padding-left: 0;}.list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd;}.list-group-item:first-child { border-top-right-radius: 20px; border-top-left-radius: 20px;}.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px;}a.list-group-item, button.list-group-item { color: #555;}a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333;}a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5;}button.list-group-item { width: 100%; text-align: left;}.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eee; color: #777; cursor: not-allowed;}.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit;}.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777;}.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #fbe217; border-color: #fbe217;}.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit;}.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #fefbe0;}.list-group-item-success { color: #3c763d; background-color: #dff0d8;}a.list-group-item-success, button.list-group-item-success { color: #3c763d;}a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit;}a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6;}a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d;}.list-group-item-info { color: #31708f; background-color: #d9edf7;}a.list-group-item-info, button.list-group-item-info { color: #31708f;}a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit;}a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3;}a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f;}.list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3;}a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b;}a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit;}a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc;}a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b;}.list-group-item-danger { color: #a94442; background-color: #f2dede;}a.list-group-item-danger, button.list-group-item-danger { color: #a94442;}a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit;}a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc;}a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442;}.list-group-item-heading { margin-top: 0; margin-bottom: 5px;}.list-group-item-text { margin-bottom: 0; line-height: 1.3;}.panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 20px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05);}.panel-body { padding: 15px;}.panel-body:before, .panel-body:after { content: " "; display: table;}.panel-body:after { clear: both;}.panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 19px; border-top-left-radius: 19px;}.panel-heading > .dropdown .dropdown-toggle { color: inherit;}.panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit;}.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit;}.panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 19px; border-bottom-left-radius: 19px;}.panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0;}.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0;}.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 19px; border-top-left-radius: 19px;}.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 19px; border-bottom-left-radius: 19px;}.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0;}.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0;}.list-group + .panel-footer { border-top-width: 0;}.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0;}.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px;}.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 19px; border-top-left-radius: 19px;}.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 19px; border-top-right-radius: 19px;}.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 19px;}.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 19px;}.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 19px; border-bottom-left-radius: 19px;}.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 19px; border-bottom-right-radius: 19px;}.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 19px;}.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 19px;}.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd;}.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0;}.panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0;}.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0;}.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0;}.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0;}.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0;}.panel > .table-responsive { border: 0; margin-bottom: 0;}.panel-group { margin-bottom: 20px;}.panel-group .panel { margin-bottom: 0; border-radius: 20px;}.panel-group .panel + .panel { margin-top: 5px;}.panel-group .panel-heading { border-bottom: 0;}.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd;}.panel-group .panel-footer { border-top: 0;}.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd;}.panel-default { border-color: #ddd;}.panel-default > .panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd;}.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd;}.panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333;}.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd;}.panel-primary { border-color: #fbe217;}.panel-primary > .panel-heading { color: #fff; background-color: #fbe217; border-color: #fbe217;}.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #fbe217;}.panel-primary > .panel-heading .badge { color: #fbe217; background-color: #fff;}.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #fbe217;}.panel-success { border-color: #d6e9c6;}.panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6;}.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6;}.panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d;}.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6;}.panel-info { border-color: #bce8f1;}.panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1;}.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1;}.panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f;}.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1;}.panel-warning { border-color: #faebcc;}.panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc;}.panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc;}.panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b;}.panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc;}.panel-danger { border-color: #ebccd1;}.panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1;}.panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1;}.panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442;}.panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1;}.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden;}.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0;}.embed-responsive-16by9 { padding-bottom: 56.25%;}.embed-responsive-4by3 { padding-bottom: 75%;}.well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 20px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);}.well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15);}.well-lg { padding: 24px; border-radius: 20px;}.well-sm { padding: 9px; border-radius: 20px;}.close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20);}.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50);}button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none;}.modal-open { overflow: hidden;}.modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0;}.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out;}.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);}.modal-open .modal { overflow-x: hidden; overflow-y: auto;}.modal-dialog { position: relative; width: auto; margin: 10px;}.modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 20px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); background-clip: padding-box; outline: 0;}.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000;}.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0);}.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50);}.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5;}.modal-header:before, .modal-header:after { content: " "; display: table;}.modal-header:after { clear: both;}.modal-header .close { margin-top: -2px;}.modal-title { margin: 0; line-height: 1.42857;}.modal-body { position: relative; padding: 15px;}.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5;}.modal-footer:before, .modal-footer:after { content: " "; display: table;}.modal-footer:after { clear: both;}.modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0;}.modal-footer .btn-group .btn + .btn { margin-left: -1px;}.modal-footer .btn-block + .btn-block { margin-left: 0;}.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll;}@media (min-width: 768px) { .modal-dialog {  width: 600px;  margin: 30px auto; } .modal-content {  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);  box-shadow: 0 5px 15px rgba(0, 0, 0, .5); } .modal-sm {  width: 300px; }}@media (min-width: 992px) { .modal-lg {  width: 900px; }}.tooltip { position: absolute; z-index: 1070; display: block; font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0);}.tooltip.in { opacity: 0.9; filter: alpha(opacity=90);}.tooltip.top { margin-top: -3px; padding: 5px 0;}.tooltip.right { margin-left: 3px; padding: 0 5px;}.tooltip.bottom { margin-top: 3px; padding: 5px 0;}.tooltip.left { margin-left: -3px; padding: 0 5px;}.tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 20px;}.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid;}.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000;}.tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000;}.tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000;}.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000;}.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000;}.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000;}.tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000;}.tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000;}.popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 14px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .2); border-radius: 20px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2);}.popover.top { margin-top: -10px;}.popover.right { margin-left: 10px;}.popover.bottom { margin-top: 10px;}.popover.left { margin-left: -10px;}.popover-title { margin: 0; padding: 8px 14px; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 19px 19px 0 0;}.popover-content { padding: 9px 14px;}.popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid;}.popover > .arrow { border-width: 11px;}.popover > .arrow:after { border-width: 10px; content: "";}.popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px;}.popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff;}.popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999; border-right-color: rgba(0, 0, 0, 0.25);}.popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff;}.popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px;}.popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff;}.popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, 0.25);}.popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px;}.clearfix:before, .clearfix:after { content: " "; display: table;}.clearfix:after { clear: both;}.center-block { display: block; margin-left: auto; margin-right: auto;}.pull-right { float: right !important;}.pull-left { float: left !important;}.hide { display: none !important;}.show { display: block !important;}.invisible { visibility: hidden;}.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}.hidden { display: none !important;}.affix { position: fixed;}@at-root { @-ms-viewport {  width: device-width; }}.visible-xs { display: none !important;}.visible-sm { display: none !important;}.visible-md { display: none !important;}.visible-lg { display: none !important;}.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important;}@media (max-width: 767px) { .visible-xs {  display: block !important; } table.visible-xs {  display: table !important; } tr.visible-xs {  display: table-row !important; } th.visible-xs, td.visible-xs {  display: table-cell !important; }}@media (max-width: 767px) { .visible-xs-block {  display: block !important; }}@media (max-width: 767px) { .visible-xs-inline {  display: inline !important; }}@media (max-width: 767px) { .visible-xs-inline-block {  display: inline-block !important; }}@media (min-width: 768px) and (max-width: 991px) { .visible-sm {  display: block !important; } table.visible-sm {  display: table !important; } tr.visible-sm {  display: table-row !important; } th.visible-sm, td.visible-sm {  display: table-cell !important; }}@media (min-width: 768px) and (max-width: 991px) { .visible-sm-block {  display: block !important; }}@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline {  display: inline !important; }}@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block {  display: inline-block !important; }}@media (min-width: 992px) and (max-width: 1199px) { .visible-md {  display: block !important; } table.visible-md {  display: table !important; } tr.visible-md {  display: table-row !important; } th.visible-md, td.visible-md {  display: table-cell !important; }}@media (min-width: 992px) and (max-width: 1199px) { .visible-md-block {  display: block !important; }}@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline {  display: inline !important; }}@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block {  display: inline-block !important; }}@media (min-width: 1200px) { .visible-lg {  display: block !important; } table.visible-lg {  display: table !important; } tr.visible-lg {  display: table-row !important; } th.visible-lg, td.visible-lg {  display: table-cell !important; }}@media (min-width: 1200px) { .visible-lg-block {  display: block !important; }}@media (min-width: 1200px) { .visible-lg-inline {  display: inline !important; }}@media (min-width: 1200px) { .visible-lg-inline-block {  display: inline-block !important; }}@media (max-width: 767px) { .hidden-xs {  display: none !important; }}@media (min-width: 768px) and (max-width: 991px) { .hidden-sm {  display: none !important; }}@media (min-width: 992px) and (max-width: 1199px) { .hidden-md {  display: none !important; }}@media (min-width: 1200px) { .hidden-lg {  display: none !important; }}.visible-print { display: none !important;}@media print { .visible-print {  display: block !important; } table.visible-print {  display: table !important; } tr.visible-print {  display: table-row !important; } th.visible-print, td.visible-print {  display: table-cell !important; }}.visible-print-block { display: none !important;}@media print { .visible-print-block {  display: block !important; }}.visible-print-inline { display: none !important;}@media print { .visible-print-inline {  display: inline !important; }}.visible-print-inline-block { display: none !important;}@media print { .visible-print-inline-block {  display: inline-block !important; }}@media print { .hidden-print {  display: none !important; }}.mm-menu, .mm-panels, .mm-panels > .mm-panel { margin: 0; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; box-sizing: border-box;}.mm-btn, .mm-menu { box-sizing: border-box;}.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover { text-decoration: none;}.mm-hidden { display: none !important;}.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) { display: block;}.mm-wrapper { overflow-x: hidden; position: relative;}.mm-menu { padding: 0; position: absolute;}.mm-panels, .mm-panels > .mm-panel { background: inherit; border-color: inherit; position: absolute;}.mm-btn, .mm-panel.mm-highest { z-index: 1;}.mm-panels { overflow: hidden;}.mm-panel { -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);}.mm-panel.mm-opened { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.mm-panel.mm-subopened { -webkit-transform: translate3d(-30%, 0, 0); transform: translate3d(-30%, 0, 0);}.mm-panels > .mm-panel { -webkit-overflow-scrolling: touch; overflow: scroll; overflow-x: hidden; overflow-y: auto; padding: 0 20px;}.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}.mm-panels > .mm-panel.mm-hasnavbar { padding-top: 40px;}.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before { content: ''; display: block; height: 20px;}.mm-vertical .mm-panel { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important;}.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel { display: none; padding: 10px 0 10px 10px;}.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after { border-color: transparent;}.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel { display: block;}.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next { height: 40px; bottom: auto;}.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after { top: 16px; bottom: auto;}.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); right: 19px;}.mm-btn { width: 40px; height: 40px; position: absolute; top: 0;}.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before { content: ''; border: 2px solid transparent; display: block; width: 5px; height: 5px; margin: auto; position: absolute; top: 0; bottom: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}.mm-clear:before, .mm-close:before { border-right: none; border-bottom: none; right: 18px;}.mm-clear:after, .mm-close:after { border-left: none; border-top: none; right: 25px;}.mm-arrow:after, .mm-next:after, .mm-prev:before { content: ''; border: 2px solid transparent; display: block; width: 8px; height: 8px; margin: auto; position: absolute; top: 0; bottom: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}.mm-prev:before { border-right: none; border-bottom: none; left: 23px;}.mm-arrow:after, .mm-next:after { border-top: none; border-left: none; right: 23px;}.mm-navbar { border-bottom: 1px solid; border-color: inherit; text-align: center; line-height: 20px; height: 40px; padding: 0 40px; margin: 0; position: absolute; top: 0; left: 0; right: 0;}.mm-navbar > * { display: block; padding: 10px 0;}.mm-navbar .mm-btn:first-child { padding-left: 20px; left: 0;}.mm-navbar .mm-btn:last-child { text-align: right; padding-right: 20px; right: 0;}.mm-panel .mm-navbar { display: none;}.mm-panel.mm-hasnavbar .mm-navbar { display: block;}.mm-listview, .mm-listview > li { list-style: none; display: block; padding: 0; margin: 0;}.mm-listview { font: inherit; font-size: 14px; line-height: 20px;}.mm-listview > li { position: relative;}.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after { border-color: inherit;}.mm-listview > li > a, .mm-listview > li > span { color: inherit; display: block; padding: 12px 30px; margin: 0;}.mm-panel .bee { margin: 0 auto;}.mm-listview > li.title_sep { padding: 12px 30px; border-top: #ccc 2px solid;}.mm-listview > li.title_sep strong { color: #000; font-weight: 300; text-transform: uppercase; letter-spacing: 2px;}.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow { padding-right: 50px;}.mm-listview .mm-next { background: rgba(3, 2, 1, 0); width: 50px; padding: 0; position: absolute; right: 0; top: 0; bottom: 0; z-index: 2;}.mm-listview .mm-next:before { content: ''; border-left-width: 1px; border-left-style: solid; display: block; position: absolute; top: 0; bottom: 0; left: 0;}.mm-listview .mm-next + a, .mm-listview .mm-next + span { margin-right: 50px;}.mm-listview .mm-next.mm-fullsubopen { width: 100%;}.mm-listview .mm-next.mm-fullsubopen:before { border-left: none;}.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span { padding-right: 50px; margin-right: 0;}.mm-panels > .mm-panel > .mm-listview { margin: 0px -20px;}.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview { margin-top: -20px;}.mm-listview .mm-inset { list-style: disc inside; padding: 0 10px 15px 40px; margin: 0;}.mm-listview .mm-inset > li { padding: 5px 0;}.mm-listview .mm-divider { font-size: 10px; text-transform: uppercase; text-indent: 20px; line-height: 25px;}.mm-listview .mm-spacer { padding-top: 40px;}.mm-listview .mm-spacer > .mm-next { top: 40px;}.mm-listview .mm-spacer.mm-divider { padding-top: 25px;}.mm-menu { background: #f3f3f3; border-color: rgba(0, 0, 0, .1); color: rgba(0, 0, 0, .7);}.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * { color: rgba(0, 0, 0, .3);}.mm-menu .mm-btn:after, .mm-menu .mm-btn:before { border-color: rgba(0, 0, 0, .3);}.mm-menu .mm-listview { border-color: rgba(0, 0, 0, .1);}.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after { border-color: rgba(0, 0, 0, .3);}.mm-menu .mm-listview > li a:not(.mm-next) { -webkit-tap-highlight-color: rgba(255, 255, 255, .5); tap-highlight-color: rgba(255, 255, 255, .5);}.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span { background: rgba(255, 255, 255, .5);}.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next { background: rgba(0, 0, 0, .05);}.mm-page { box-sizing: border-box; position: relative;}.mm-slideout { -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; z-index: 1;}html.mm-opened { overflow-x: hidden; position: relative;}html.mm-blocking, html.mm-blocking body { overflow: hidden;}html.mm-background .mm-page { background: inherit;}#mm-blocker { background: rgba(3, 2, 1, 0); display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 2;}html.mm-blocking #mm-blocker { display: block;}.mm-menu.mm-offcanvas { z-index: 0; display: none; position: fixed; width: 80%; min-width: 140px; max-width: 440px;}.mm-menu.mm-offcanvas.mm-current { display: block;}html.mm-opening .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0);}@media all and (max-width: 175px) { html.mm-opening .mm-slideout {  -webkit-transform: translate3d(140px, 0, 0);  transform: translate3d(140px, 0, 0); }}@media all and (min-width: 550px) { html.mm-opening .mm-slideout {  -webkit-transform: translate3d(440px, 0, 0);  transform: translate3d(440px, 0, 0); }}.mm-menu.mm-autoheight.mm-bottom, .mm-menu.mm-autoheight.mm-top { max-height: 80%;}.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-autoheight.mm-top.mm-fullscreen { max-height: 100%;}.mm-menu.mm-measureheight .mm-panel { display: block !important;}.mm-menu.mm-measureheight > .mm-panels > .mm-panel { bottom: auto !important; height: auto !important;}.mm-menu.mm-columns { -webkit-transition-property: width, max-width, -webkit-transform; transition-property: width, max-width, -webkit-transform; transition-property: transform, width, max-width; transition-property: transform, width, max-width, -webkit-transform;}.mm-menu.mm-columns .mm-panels > .mm-panel { width: 100%; right: auto; display: none; -webkit-transition-property: width, -webkit-transform; transition-property: width, -webkit-transform; transition-property: transform, width; transition-property: transform, width, -webkit-transform;}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened { border-right: 1px solid; border-color: inherit; display: block; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); z-index: 2;}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 { display: block; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);}.mm-menu.mm-offcanvas.mm-columns-0 { width: 80%; min-width: 140px; max-width: 0;}html.mm-opening.mm-columns-0 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0);}@media all and (max-width: 175px) { html.mm-opening.mm-columns-0 .mm-slideout {  -webkit-transform: translate3d(140px, 0, 0);  transform: translate3d(140px, 0, 0); }}@media all and (min-width: 0px) { html.mm-opening.mm-columns-0 .mm-slideout {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 { display: block; -webkit-transform: translate3d(200%, 0, 0); transform: translate3d(200%, 0, 0);}.mm-menu.mm-offcanvas.mm-columns-1 { width: 80%; min-width: 140px; max-width: 440px;}html.mm-opening.mm-columns-1 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0);}@media all and (max-width: 175px) { html.mm-opening.mm-columns-1 .mm-slideout {  -webkit-transform: translate3d(140px, 0, 0);  transform: translate3d(140px, 0, 0); }}@media all and (min-width: 550px) { html.mm-opening.mm-columns-1 .mm-slideout {  -webkit-transform: translate3d(440px, 0, 0);  transform: translate3d(440px, 0, 0); }}.mm-menu.mm-columns-1 .mm-panels > .mm-panel { width: 100%;}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 { -webkit-transform: translate3d(200%, 0, 0); transform: translate3d(200%, 0, 0);}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 { display: block; -webkit-transform: translate3d(300%, 0, 0); transform: translate3d(300%, 0, 0);}.mm-menu.mm-offcanvas.mm-columns-2 { width: 80%; min-width: 140px; max-width: 880px;}html.mm-opening.mm-columns-2 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0);}@media all and (max-width: 175px) { html.mm-opening.mm-columns-2 .mm-slideout {  -webkit-transform: translate3d(140px, 0, 0);  transform: translate3d(140px, 0, 0); }}@media all and (min-width: 1100px) { html.mm-opening.mm-columns-2 .mm-slideout {  -webkit-transform: translate3d(880px, 0, 0);  transform: translate3d(880px, 0, 0); }}.mm-menu.mm-columns-2 .mm-panels > .mm-panel { width: 50%;}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 { -webkit-transform: translate3d(300%, 0, 0); transform: translate3d(300%, 0, 0);}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 { display: block; -webkit-transform: translate3d(400%, 0, 0); transform: translate3d(400%, 0, 0);}.mm-menu.mm-offcanvas.mm-columns-3 { width: 80%; min-width: 140px; max-width: 1320px;}html.mm-opening.mm-columns-3 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0);}@media all and (max-width: 175px) { html.mm-opening.mm-columns-3 .mm-slideout {  -webkit-transform: translate3d(140px, 0, 0);  transform: translate3d(140px, 0, 0); }}@media all and (min-width: 1650px) { html.mm-opening.mm-columns-3 .mm-slideout {  -webkit-transform: translate3d(1320px, 0, 0);  transform: translate3d(1320px, 0, 0); }}.mm-menu.mm-columns-3 .mm-panels > .mm-panel { width: 33.34%;}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 { -webkit-transform: translate3d(400%, 0, 0); transform: translate3d(400%, 0, 0);}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 { display: block; -webkit-transform: translate3d(500%, 0, 0); transform: translate3d(500%, 0, 0);}.mm-menu.mm-offcanvas.mm-columns-4 { width: 80%; min-width: 140px; max-width: 1760px;}html.mm-opening.mm-columns-4 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0);}@media all and (max-width: 175px) { html.mm-opening.mm-columns-4 .mm-slideout {  -webkit-transform: translate3d(140px, 0, 0);  transform: translate3d(140px, 0, 0); }}@media all and (min-width: 2200px) { html.mm-opening.mm-columns-4 .mm-slideout {  -webkit-transform: translate3d(1760px, 0, 0);  transform: translate3d(1760px, 0, 0); }}.mm-menu.mm-columns-4 .mm-panels > .mm-panel { width: 25%;}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 { -webkit-transform: translate3d(500%, 0, 0); transform: translate3d(500%, 0, 0);}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 { display: block; -webkit-transform: translate3d(600%, 0, 0); transform: translate3d(600%, 0, 0);}.mm-menu.mm-offcanvas.mm-columns-5 { width: 80%; min-width: 140px; max-width: 2200px;}html.mm-opening.mm-columns-5 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0);}@media all and (max-width: 175px) { html.mm-opening.mm-columns-5 .mm-slideout {  -webkit-transform: translate3d(140px, 0, 0);  transform: translate3d(140px, 0, 0); }}@media all and (min-width: 2750px) { html.mm-opening.mm-columns-5 .mm-slideout {  -webkit-transform: translate3d(2200px, 0, 0);  transform: translate3d(2200px, 0, 0); }}.mm-menu.mm-columns-5 .mm-panels > .mm-panel { width: 20%;}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 { -webkit-transform: translate3d(600%, 0, 0); transform: translate3d(600%, 0, 0);}.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 { display: block; -webkit-transform: translate3d(700%, 0, 0); transform: translate3d(700%, 0, 0);}.mm-menu.mm-offcanvas.mm-columns-6 { width: 80%; min-width: 140px; max-width: 2640px;}html.mm-opening.mm-columns-6 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0);}@media all and (max-width: 175px) { html.mm-opening.mm-columns-6 .mm-slideout {  -webkit-transform: translate3d(140px, 0, 0);  transform: translate3d(140px, 0, 0); }}@media all and (min-width: 3300px) { html.mm-opening.mm-columns-6 .mm-slideout {  -webkit-transform: translate3d(2640px, 0, 0);  transform: translate3d(2640px, 0, 0); }}.mm-menu.mm-columns-6 .mm-panels > .mm-panel { width: 16.67%;}em.mm-counter { font: inherit; font-size: 14px; font-style: normal; text-indent: 0; line-height: 20px; display: block; margin-top: -10px; position: absolute; right: 45px; top: 50%;}em.mm-counter + a.mm-next { width: 90px;}em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span { margin-right: 90px;}em.mm-counter + a.mm-fullsubopen { padding-left: 0;}.mm-vertical > .mm-counter { top: 12px; margin-top: 0;}.mm-vertical.mm-spacer > .mm-counter { margin-top: 40px;}.mm-nosubresults > .mm-counter { display: none;}.mm-menu em.mm-counter { color: rgba(0, 0, 0, .3);}.mm-divider > span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0; line-height: 25px;}.mm-divider.mm-opened a.mm-next:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}.mm-collapsed:not(.mm-uncollapsed) { display: none;}.mm-fixeddivider { background: inherit; display: none; position: absolute; top: 0; left: 0; right: 0; z-index: 2; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.mm-fixeddivider:after { content: none !important; display: none !important;}.mm-hasdividers .mm-fixeddivider { display: block;}.mm-menu .mm-fixeddivider span { background: rgba(0, 0, 0, .05);}html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout { -webkit-transition-duration: 0s; transition-duration: 0s;}.mm-menu.mm-dropdown { box-shadow: 0 2px 10px rgba(0, 0, 0, .3); height: 80%;}html.mm-dropdown .mm-slideout { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; z-index: 0;}html.mm-dropdown #mm-blocker { -webkit-transition-delay: 0s !important; transition-delay: 0s !important; z-index: 1;}html.mm-dropdown .mm-menu { z-index: 2;}html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu { display: none;}.mm-menu.mm-tip:before { content: ''; background: inherit; box-shadow: 0 2px 10px rgba(0, 0, 0, .3); display: block; width: 15px; height: 15px; position: absolute; z-index: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}.mm-menu.mm-tipleft:before { left: 22px;}.mm-menu.mm-tipright:before { right: 22px;}.mm-menu.mm-tiptop:before { top: -8px;}.mm-menu.mm-tipbottom:before { bottom: -8px;}.mm-iconpanel .mm-panel { -webkit-transition-property: left, -webkit-transform; transition-property: left, -webkit-transform; transition-property: transform, left; transition-property: transform, left, -webkit-transform;}.mm-iconpanel .mm-panel.mm-opened { border-left: 1px solid; border-color: inherit;}.mm-iconpanel .mm-panel.mm-subopened { overflow-y: hidden; left: -40px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.mm-iconpanel .mm-panel.mm-iconpanel-0 { left: 0;}.mm-iconpanel .mm-panel.mm-iconpanel-1 { left: 40px;}.mm-iconpanel .mm-panel.mm-iconpanel-2 { left: 80px;}.mm-iconpanel .mm-panel.mm-iconpanel-3 { left: 120px;}.mm-iconpanel .mm-panel.mm-iconpanel-4 { left: 160px;}.mm-iconpanel .mm-panel.mm-iconpanel-5 { left: 200px;}.mm-iconpanel .mm-panel.mm-iconpanel-6 { left: 240px;}.mm-subblocker { background: inherit; opacity: 0; display: block; -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease;}.mm-subopened .mm-subblocker { opacity: 0.6; position: absolute; top: 0; right: 0; bottom: -100000px; left: 0; z-index: 3;}.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top { border-bottom: none;}.mm-menu > .mm-navbar { background: inherit; padding: 0; z-index: 3; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.mm-navbar-bottom { border-top-width: 1px; border-top-style: solid; top: auto; bottom: 0;}.mm-navbar-bottom ~ .mm-navbar-bottom { border-top: none;}.mm-navbar.mm-hasbtns { padding: 0 40px;}.mm-navbar[class*=mm-navbar-content-] > * { box-sizing: border-box; display: block; float: left;}.mm-navbar .mm-breadcrumbs { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-overflow-scrolling: touch; overflow-x: auto; text-align: left; padding: 0 0 0 17px;}.mm-navbar .mm-breadcrumbs > * { display: inline-block; padding: 10px 3px;}.mm-navbar .mm-breadcrumbs > a { text-decoration: underline;}.mm-navbar.mm-hasbtns .mm-breadcrumbs { margin-left: -40px;}.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs { margin-left: 0; padding-left: 0;}.mm-navbar-top-1 { top: 0;}.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 { top: 40px;}.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 { top: 80px;}.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 { top: 120px;}.mm-hasnavbar-top-4 .mm-panels { top: 160px;}.mm-navbar-bottom-1 { bottom: 0;}.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 { bottom: 40px;}.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 { bottom: 80px;}.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 { bottom: 120px;}.mm-hasnavbar-bottom-4 .mm-panels { bottom: 160px;}.mm-navbar-size-2 { height: 80px;}.mm-navbar-size-3 { height: 120px;}.mm-navbar-size-4 { height: 160px;}.mm-navbar-content-2 > * { width: 50%;}.mm-navbar-content-3 > * { width: 33.33%;}.mm-navbar-content-4 > * { width: 25%;}.mm-navbar-content-5 > * { width: 20%;}.mm-navbar-content-6 > * { width: 16.67%;}.mm-sronly { text-indent: 10px; overflow: hidden; display: block; width: 1px; height: 1px; position: absolute; z-index: -1;}.mm-search, .mm-search input { box-sizing: border-box;}.mm-search { height: 40px; padding: 7px 10px 0; position: relative;}.mm-search input { border: none !important; outline: 0 !important; box-shadow: none !important; border-radius: 26px; font: inherit; font-size: 14px; line-height: 26px; display: block; width: 100%; height: 26px; min-height: 26px; max-height: 26px; margin: 0; padding: 0 10px;}.mm-search input::-ms-clear { display: none;}.mm-search .mm-clear, .mm-search .mm-next { right: 0;}.mm-panel > .mm-search { width: 100%; position: absolute; top: 0; left: 0;}.mm-panel.mm-hassearch { padding-top: 40px;}.mm-panel.mm-hassearch.mm-hasnavbar { padding-top: 80px;}.mm-panel.mm-hassearch.mm-hasnavbar .mm-search { top: 40px;}.mm-noresultsmsg { text-align: center; font-size: 21px; padding: 40px 0;}.mm-noresults .mm-indexer { display: none !important;}li.mm-nosubresults > a.mm-next { display: none;}li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span { padding-right: 10px;}.mm-panels > .mm-resultspanel:not(.mm-opened) { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.mm-menu .mm-search input { background: rgba(0, 0, 0, .05); color: rgba(0, 0, 0, .7);}.mm-menu .mm-noresultsmsg { color: rgba(0, 0, 0, .3);}.mm-indexer { background: inherit; text-align: center; font-size: 12px; box-sizing: border-box; width: 20px; position: absolute; top: 0; bottom: 0; right: -100px; z-index: 3; -webkit-transition: right 0.4s ease; transition: right 0.4s ease; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.mm-indexer a { text-decoration: none; display: block; height: 3.85%;}.mm-indexer ~ .mm-panel.mm-hasindexer { padding-right: 40px;}.mm-hasindexer .mm-indexer { right: 0;}.mm-hasindexer .mm-fixeddivider { right: 20px;}.mm-menu .mm-indexer a { color: rgba(0, 0, 0, .3);}.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) { -webkit-transition: background 0.4s ease; transition: background 0.4s ease;}.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) { background: rgba(255, 255, 255, .5);}input.mm-check, input.mm-toggle { position: absolute; left: -10000px;}label.mm-check, label.mm-toggle { margin: 0; position: absolute; top: 50%; z-index: 2; right: 20px;}label.mm-check:before, label.mm-toggle:before { content: ''; display: block;}label.mm-toggle { border-radius: 30px; width: 50px; height: 30px; margin-top: -15px;}label.mm-toggle:before { border-radius: 30px; width: 28px; height: 28px; margin: 1px;}input.mm-toggle:checked ~ label.mm-toggle:before { float: right;}label.mm-check { width: 30px; height: 30px; margin-top: -15px;}label.mm-check:before { border-left: 3px solid; border-bottom: 3px solid; width: 40%; height: 20%; margin: 25% 0 0 20%; opacity: 0.1; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}input.mm-check:checked ~ label.mm-check:before { opacity: 1;}li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle { bottom: auto; margin-top: 0; top: 5px;}label.mm-toggle + a, label.mm-toggle + span { padding-right: 80px;}label.mm-check + a, label.mm-check + span { padding-right: 60px;}a.mm-next + label.mm-check, a.mm-next + label.mm-toggle { right: 60px;}a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span { margin-right: 50px;}a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span { padding-right: 70px;}a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span { padding-right: 50px;}em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle { right: 100px;}em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span { margin-right: 90px;}.mm-menu label.mm-toggle { background: rgba(0, 0, 0, .1);}.mm-menu label.mm-toggle:before { background: #f3f3f3;}.mm-menu input.mm-toggle:checked ~ label.mm-toggle { background: #4bd963;}.mm-menu label.mm-check:before { border-color: rgba(0, 0, 0, .7);}.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after { content: none;}.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after { left: 0 !important;}.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after { right: 20px;}.mm-menu.mm-effect-menu-zoom { -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease;}html.mm-opened .mm-menu.mm-effect-menu-zoom { -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center;}html.mm-opening .mm-menu.mm-effect-menu-zoom { -webkit-transform: scale(1, 1) translate3d(0, 0, 0); transform: scale(1, 1) translate3d(0, 0, 0);}html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom { -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0); transform: scale(0.7, 0.7) translate3d(30%, 0, 0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center;}html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom { -webkit-transform: scale(1, 1) translate3d(0, 0, 0); transform: scale(1, 1) translate3d(0, 0, 0);}.mm-menu.mm-effect-menu-slide { -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease;}html.mm-opened .mm-menu.mm-effect-menu-slide { -webkit-transform: translate3d(-30%, 0, 0); transform: translate3d(-30%, 0, 0);}html.mm-opening .mm-menu.mm-effect-menu-slide { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide { -webkit-transform: translate3d(30%, 0, 0); transform: translate3d(30%, 0, 0);}html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.mm-menu.mm-effect-menu-fade { opacity: 0; -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease;}html.mm-opening .mm-menu.mm-effect-menu-fade { opacity: 1;}.mm-menu.mm-effect-panels-zoom .mm-panel { -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0); transform: scale(1.5, 1.5) translate3d(100%, 0, 0); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center;}.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened { -webkit-transform: scale(1, 1) translate3d(0, 0, 0); transform: scale(1, 1) translate3d(0, 0, 0);}.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened { -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);}.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li { -webkit-transition: none 0.4s ease; transition: none 0.4s ease;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) { -webkit-transition-delay: 50ms; transition-delay: 50ms;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) { -webkit-transition-delay: 150ms; transition-delay: 150ms;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) { -webkit-transition-delay: 0.2s; transition-delay: 0.2s;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) { -webkit-transition-delay: 250ms; transition-delay: 250ms;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) { -webkit-transition-delay: 0.3s; transition-delay: 0.3s;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) { -webkit-transition-delay: 350ms; transition-delay: 350ms;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) { -webkit-transition-delay: 0.4s; transition-delay: 0.4s;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) { -webkit-transition-delay: 450ms; transition-delay: 450ms;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) { -webkit-transition-delay: 0.5s; transition-delay: 0.5s;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) { -webkit-transition-delay: 550ms; transition-delay: 550ms;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) { -webkit-transition-delay: 0.6s; transition-delay: 0.6s;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) { -webkit-transition-delay: 650ms; transition-delay: 650ms;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) { -webkit-transition-delay: 0.7s; transition-delay: 0.7s;}.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) { -webkit-transition-delay: 750ms; transition-delay: 750ms;}.mm-menu.mm-effect-listitems-slide .mm-listview > li { -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); opacity: 0;}html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1;}.mm-menu.mm-effect-listitems-fade .mm-listview > li { -webkit-transition-property: opacity; transition-property: opacity; opacity: 0;}html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li { opacity: 1;}.mm-menu.mm-effect-listitems-drop .mm-listview > li { -webkit-transition-property: opacity, top; transition-property: opacity, top; opacity: 0; top: -25%;}html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li { opacity: 1; top: 0;}.mm-menu.mm-offcanvas.mm-fullscreen { width: 100%; min-width: 140px; max-width: 10000px;}html.mm-opening.mm-fullscreen .mm-slideout { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);}@media all and (max-width: 140px) { html.mm-opening.mm-fullscreen .mm-slideout {  -webkit-transform: translate3d(140px, 0, 0);  transform: translate3d(140px, 0, 0); }}@media all and (min-width: 10000px) { html.mm-opening.mm-fullscreen .mm-slideout {  -webkit-transform: translate3d(10000px, 0, 0);  transform: translate3d(10000px, 0, 0); }}html.mm-right.mm-opening.mm-fullscreen .mm-slideout { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);}@media all and (max-width: 140px) { html.mm-right.mm-opening.mm-fullscreen .mm-slideout {  -webkit-transform: translate3d(-140px, 0, 0);  transform: translate3d(-140px, 0, 0); }}@media all and (min-width: 10000px) { html.mm-right.mm-opening.mm-fullscreen .mm-slideout {  -webkit-transform: translate3d(-10000px, 0, 0);  transform: translate3d(-10000px, 0, 0); }}.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top { height: 100%; min-height: 140px; max-height: 10000px;}html.mm-opened.mm-fullscreen .mm-page { box-shadow: none !important;}.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before { content: none; display: none;}.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: column nowrap; -ms-flex-flow: column nowrap; flex-flow: column nowrap; height: 100%; margin-top: 0; margin-bottom: 0;}.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) { -webkit-box-flex: 1; -webkit-flex: 1 1 0; -ms-flex: 1 1 0; flex: 1 1 0;}.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span { box-sizing: border-box; height: 100%;}.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before { content: ''; vertical-align: middle; display: inline-block; height: 100%; width: 0;}.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span { text-overflow: clip; white-space: normal;}html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker { opacity: 0;}html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker { opacity: 0.3; -webkit-transition: opacity 0.4s ease 0.4s; transition: opacity 0.4s ease 0.4s;}html.mm-pagedim #mm-blocker { background: inherit;}html.mm-pagedim-white #mm-blocker { background: #fff;}html.mm-pagedim-black #mm-blocker { background: #000;}.mm-menu.mm-pageshadow:after { content: ""; display: block; width: 20px; height: 120%; position: absolute; left: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0, 0, 0, .3);}.mm-menu.mm-pageshadow.mm-right:after { left: auto; right: 100%;}.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after { content: none; display: none;}.mm-menu.mm-popup { -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; opacity: 0; box-shadow: 0 2px 10px rgba(0, 0, 0, .3); height: 80%; min-height: 140px; max-height: 880px; top: 50%; left: 50%; bottom: auto; right: auto; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0);}html.mm-popup.mm-opening .mm-menu.mm-popup { opacity: 1;}html.mm-popup .mm-slideout { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; z-index: 0;}html.mm-popup #mm-blocker { -webkit-transition-delay: 0s !important; transition-delay: 0s !important; z-index: 1;}html.mm-popup .mm-menu { z-index: 2;}.mm-menu.mm-offcanvas.mm-right { left: auto; right: 0;}html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate3d(-80%, 0, 0); transform: translate3d(-80%, 0, 0);}@media all and (max-width: 175px) { html.mm-right.mm-opening .mm-slideout {  -webkit-transform: translate3d(-140px, 0, 0);  transform: translate3d(-140px, 0, 0); }}@media all and (min-width: 550px) { html.mm-right.mm-opening .mm-slideout {  -webkit-transform: translate3d(-440px, 0, 0);  transform: translate3d(-440px, 0, 0); }}html.mm-front .mm-slideout { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; z-index: 0;}html.mm-front #mm-blocker { z-index: 1;}html.mm-front .mm-menu.mm-offcanvas { z-index: 2;}.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next { -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);}.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);}.mm-menu.mm-offcanvas.mm-top { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);}.mm-menu.mm-offcanvas.mm-bottom { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); top: auto; bottom: 0;}.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top { width: 100%; min-width: 100%; max-width: 100%; height: 80%; min-height: 140px; max-height: 880px;}html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.mm-menu.mm-theme-dark { background: #333; border-color: rgba(0, 0, 0, .15); color: rgba(255, 255, 255, .8);}.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter { color: rgba(255, 255, 255, .4);}.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before { border-color: rgba(255, 255, 255, .4);}.mm-menu.mm-theme-dark .mm-listview { border-color: rgba(0, 0, 0, .15);}.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after { border-color: rgba(255, 255, 255, .4);}.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) { -webkit-tap-highlight-color: rgba(0, 0, 0, .1); tap-highlight-color: rgba(0, 0, 0, .1);}.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span { background: rgba(0, 0, 0, .1);}.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next { background: rgba(255, 255, 255, .05);}.mm-menu.mm-theme-dark label.mm-check:before { border-color: rgba(255, 255, 255, .8);}.mm-menu.mm-pageshadow.mm-theme-dark:after { box-shadow: 0 0 20px rgba(0, 0, 0, .5);}.mm-menu.mm-theme-dark .mm-search input { background: rgba(255, 255, 255, .3); color: rgba(255, 255, 255, .8);}.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg { color: rgba(255, 255, 255, .4);}.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) { background: rgba(0, 0, 0, .1);}.mm-menu.mm-theme-dark label.mm-toggle { background: rgba(0, 0, 0, .15);}.mm-menu.mm-theme-dark label.mm-toggle:before { background: #333;}.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle { background: #4bd963;}.mm-menu.mm-theme-white { background: #fff; border-color: rgba(0, 0, 0, .1); color: rgba(0, 0, 0, .6);}.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter { color: rgba(0, 0, 0, .3);}.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before { border-color: rgba(0, 0, 0, .3);}.mm-menu.mm-theme-white .mm-listview { border-color: rgba(0, 0, 0, .1);}.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview > li .mm-next:after { border-color: rgba(0, 0, 0, .3);}.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) { -webkit-tap-highlight-color: rgba(0, 0, 0, .05); tap-highlight-color: rgba(0, 0, 0, .05);}.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span { background: rgba(0, 0, 0, .05);}.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next { background: rgba(0, 0, 0, .03);}.mm-menu.mm-theme-white label.mm-check:before { border-color: rgba(0, 0, 0, .6);}.mm-menu.mm-pageshadow.mm-theme-white:after { box-shadow: 0 0 10px rgba(0, 0, 0, .2);}.mm-menu.mm-theme-white .mm-search input { background: rgba(0, 0, 0, .05); color: rgba(0, 0, 0, .6);}.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg { color: rgba(0, 0, 0, .3);}.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) { background: rgba(0, 0, 0, .05);}.mm-menu.mm-theme-white label.mm-toggle { background: rgba(0, 0, 0, .1);}.mm-menu.mm-theme-white label.mm-toggle:before { background: #fff;}.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle { background: #4bd963;}.mm-menu.mm-theme-black { background: #000; border-color: rgba(255, 255, 255, .2); color: rgba(255, 255, 255, .6);}.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter { color: rgba(255, 255, 255, .4);}.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before { border-color: rgba(255, 255, 255, .4);}.mm-menu.mm-theme-black .mm-listview { border-color: rgba(255, 255, 255, .2);}.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview > li .mm-next:after { border-color: rgba(255, 255, 255, .4);}.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) { -webkit-tap-highlight-color: rgba(255, 255, 255, .3); tap-highlight-color: rgba(255, 255, 255, .3);}.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span { background: rgba(255, 255, 255, .3);}.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next { background: rgba(255, 255, 255, .2);}.mm-menu.mm-theme-black label.mm-check:before { border-color: rgba(255, 255, 255, .6);}.mm-menu.mm-pageshadow.mm-theme-black:after { content: none; display: none;}.mm-menu.mm-theme-black .mm-search input { background: rgba(255, 255, 255, .3); color: rgba(255, 255, 255, .6);}.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg { color: rgba(255, 255, 255, .4);}.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) { background: rgba(255, 255, 255, .3);}.mm-menu.mm-theme-black label.mm-toggle { background: rgba(255, 255, 255, .2);}.mm-menu.mm-theme-black label.mm-toggle:before { background: #000;}.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle { background: #4bd963;}.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after { content: ''; display: block; clear: both;}.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after { content: none; display: none;}.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li { width: 50%; height: 0; padding: 50% 0 0; float: left; position: relative;}.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after { left: 0; top: 0; border-right-width: 1px; border-right-style: solid; z-index: -1;}.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs { width: 12.5%; padding-top: 12.5%;}.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s { width: 25%; padding-top: 25%;}.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l { width: 75%; padding-top: 75%;}.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl { width: 100%; padding-top: 100%;}.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span { line-height: 1px; text-align: center; padding: 50% 10px 0; margin: 0; position: absolute; top: 0; right: 1px; bottom: 1px; left: 0;}.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next { width: auto;}.mm-menu.mm-tileview .mm-panel { padding-left: 0; padding-right: 0;}.mm-menu.mm-tileview .mm-listview { margin: 0;}.morphsearch { width: 200px; background: #fff; position: absolute; z-index: 10000; top: 9px; right: 125px; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transition-property: min-height, width, top, right; transition-property: min-height, width, top, right; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);}.morphsearch.open { width: 100%; min-height: 100%; top: 0px; right: 0px; position: fixed;}.morphsearch-form { width: 100%; margin: 0 auto; position: relative; -webkit-transition-property: width, height, -webkit-transform; transition-property: width, height, transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);}.morphsearch.open .morphsearch-form { width: 80%; height: 160px; -webkit-transform: translate3d(0, 3em, 0); transform: translate3d(0, 3em, 0);}.morphsearch-input { width: 100%; height: 100%; padding: 7px 15px; font-weight: 700; border: none; border-radius: 12px; background: transparent; font-size: 0.8em; color: #000; -webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1); transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);}.morphsearch-input::-ms-clear { display: none;}.morphsearch.hideInput .morphsearch-input { color: transparent; -webkit-transition: color 0.3s; transition: color 0.3s;}.morphsearch.open .morphsearch-input { font-size: 7em; }.morphsearch-input::-webkit-input-placeholder { color: #c2c2c2;}.morphsearch-input:-moz-placeholder { color: #c2c2c2;}.morphsearch-input::-moz-placeholder { color: #c2c2c2;}.morphsearch-input:-ms-input-placeholder { color: #c2c2c2; }.gn-search:focus::-webkit-input-placeholder { color: transparent;}input[type="search"] { -webkit-box-sizing: border-box; box-sizing: border-box;}.morphsearch-input:focus, .morphsearch-submit:focus { outline: none;}.morphsearch-submit { position: absolute; width: 80px; height: 80px; text-indent: 100px; overflow: hidden; right: 0; top: 50%; background: transparent url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/svg/magnifier.svg) no-repeat center center; background-size: 100%; border: none; pointer-events: none; transform-origin: 50% 50%; opacity: 0; -webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1); transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);}.morphsearch.open .morphsearch-submit { pointer-events: auto; opacity: 1; -webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1); transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; -webkit-transition-delay: 0.5s; transition-delay: 0.5s;}.morphsearch-close { width: 36px; height: 36px; position: absolute; right: 1em; top: 1em; overflow: hidden; text-indent: 100%; cursor: pointer; pointer-events: none; opacity: 0; -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1);}.morphsearch.open .morphsearch-close { opacity: 1; pointer-events: auto; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; -webkit-transition-delay: 0.5s; transition-delay: 0.5s;}.morphsearch-close::before, .morphsearch-close::after { content: ''; position: absolute; width: 2px; height: 100%; top: 0; left: 50%; border-radius: 3px; opacity: 0.2; background: #000;}.morphsearch-close:hover.morphsearch-close::before, .morphsearch-close:hover.morphsearch-close::after { opacity: 1;}.morphsearch-close::before { -webkit-transform: rotate(45deg); transform: rotate(45deg);}.morphsearch-close::after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}.morphsearch-content { color: #333; margin-top: 4.5em; width: 100%; height: 0; overflow: hidden; padding: 0 10.5%; background: #f1f1f1; position: absolute; pointer-events: none; opacity: 0; display: none;}.morphsearch.open .morphsearch-content { opacity: 1; height: auto;  overflow: visible; pointer-events: auto; -webkit-transition: opacity 0.3s 0.5s; transition: opacity 0.3s 0.5s;}.dummy-column { width: 30%; padding: 0 0 6em; float: left; opacity: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translateY(100px); -webkit-transition: -webkit-transform 0.5s, opacity 0.5s; transition: transform 0.5s, opacity 0.5s;}.morphsearch.open .dummy-column:first-child { -webkit-transition-delay: 0.4s; transition-delay: 0.4s;}.morphsearch.open .dummy-column:nth-child(2) { -webkit-transition-delay: 0.45s; transition-delay: 0.45s;}.morphsearch.open .dummy-column:nth-child(3) { -webkit-transition-delay: 0.5s; transition-delay: 0.5s;}.morphsearch.open .dummy-column { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.dummy-column:nth-child(2) { margin: 0 5%;}.dummy-column h2 { font-size: 1em; letter-spacing: 1px; text-transform: uppercase; font-weight: 800; color: #c2c2c2; padding: 0.5em 0;}.round { border-radius: 50%;}.dummy-media-object { padding: 0.75em; display: block; margin: 0.3em 0; cursor: pointer; border-radius: 5px; background: rgba(118, 117, 128, 0.05);}.dummy-media-object:hover, .dummy-media-object:focus { background: rgba(118, 117, 128, 0.1);}.dummy-media-object img { display: inline-block; width: 50px; margin: 0 10px 0 0; vertical-align: middle;}.dummy-media-object h3 { vertical-align: middle; font-size: 0.85em; display: inline-block; font-weight: 700; margin: 0 0 0 0; width: calc(100% - 70px); color: rgba(145, 145, 145, 0.7);}.dummy-media-object:hover h3 { color: #ec5a62; }.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); opacity: 0; pointer-events: none; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);}.morphsearch.open ~ .overlay { opacity: 1;}@media screen and (max-width: 53.125em) { .morphsearch-input {  padding: 0 25% 0 10px; } .morphsearch.open .morphsearch-input {  font-size: 2em; } .dummy-column {  float: none;  width: auto;  padding: 0 0 2em; } .dummy-column:nth-child(2) {  margin: 0; } .morphsearch.open .morphsearch-submit {  -webkit-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);  transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1); }}@media screen and (max-width: 60.625em) { .morphsearch {  width: 80%;  top: 10%;  right: 10%; }}.grid { position: relative; margin: 0 auto; padding: 0; list-style: none; text-align: center; }.grid figure { position: relative; float: left; overflow: hidden; margin: 0; min-width: 320px; max-width: 770px; max-height: 360px; width: 100%; background: #fff; text-align: center; cursor: pointer;}.grid figure div { position: relative; display: block; min-height: 100%; max-width: 100%; opacity: 1;}.grid figure figcaption { padding: 2em; color: #fff; text-transform: uppercase; font-size: 1.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden;}.grid figure figcaption::before, .grid figure figcaption::after { pointer-events: none;}.grid figure figcaption, .grid figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }.grid figure figcaption > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0;}.grid figure h2 { word-spacing: -0.15em; font-weight: 300;}.grid figure h2 span { font-weight: 800;}.grid figure h2, .grid figure p { margin: 0;}.grid figure p { letter-spacing: 1px; font-size: 68.5%; margin-top: 10%;    }figure.effect-bubba { background: #000;}figure.effect-bubba:hover { background: #fff;}figure.effect-bubba div { opacity: 1; -webkit-transition: opacity 0.35s; transition: opacity 0.35s;}figure.effect-bubba:hover div { opacity: 0.5;}figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after { position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px; content: ''; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s;}figure.effect-bubba figcaption::before { border-top: 1px dashed #fbe217; border-bottom: 1px dashed #fbe217; -webkit-transform: scale(0, 1); transform: scale(0, 1);}figure.effect-bubba figcaption::after { border-right: 1px dashed #fbe217; border-left: 1px dashed #fbe217; -webkit-transform: scale(1, 0); transform: scale(1, 0);}figure.effect-bubba h2 { padding-top: 20%; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0);}@media (max-width: 768px) { figure.effect-bubba h2 {  padding-top: 13%; }}@media (max-width: 480px) { figure.effect-bubba h2 {  padding-top: 20%; }}figure.effect-bubba:hover h2 { padding-top: 10%;}figure.effect-bubba p { padding: 20px 2.5em; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0);}figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}figure.effect-bubba:hover h2, figure.effect-bubba:hover p, figure.effect-bubba:hover a { opacity: 1; -webkit-transform: translate3d(0, 0, 0); color: #000;}div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right { height: 13px;}div.pp_default .pp_top .pp_left { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;}div.pp_default .pp_top .pp_middle { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite_x.png) top left repeat-x;}div.pp_default .pp_top .pp_right { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;}div.pp_default .pp_content .ppt { color: #f8f8f8;}div.pp_default .pp_content_container .pp_left { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px;}div.pp_default .pp_content_container .pp_right { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px;}div.pp_default .pp_next:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite_next.png) center right no-repeat; cursor: pointer;}div.pp_default .pp_previous:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer;}div.pp_default .pp_expand { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px;}div.pp_default .pp_expand:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer;}div.pp_default .pp_contract { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px;}div.pp_default .pp_contract:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer;}div.pp_default .pp_close { width: 30px; height: 30px; background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer;}div.pp_default .pp_gallery ul li a { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border: 1px solid #aaa;}div.pp_default .pp_social { margin-top: 7px;}div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto;}div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height: 30px; width: 30px;}div.pp_default .pp_nav .pp_pause { background-position: -51px -29px;}div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; width: 20px; margin: 4px 0 0;}div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px;}div.pp_default .pp_content_container .pp_details { margin-top: 5px;}div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative;}div.pp_default .pp_nav .currentTextHolder { font-family: Georgia; font-style: italic; color: #999; font-size: 11px; left: 75px; line-height: 25px; position: absolute; top: 2px; margin: 0; padding: 0 0 0 10px;}div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity: 0.7;}div.pp_default .pp_description { font-size: 11px; font-weight: 700; line-height: 14px; margin: 5px 50px 5px 0;}div.pp_default .pp_bottom .pp_left { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;}div.pp_default .pp_bottom .pp_middle { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;}div.pp_default .pp_bottom .pp_right { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;}div.pp_default .pp_loaderIcon { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/default/loader.gif) center center no-repeat;}div.light_rounded .pp_top .pp_left { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_right { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_next:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat; cursor: pointer;}div.light_rounded .pp_previous:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer;}div.light_rounded .pp_expand { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer;}div.light_rounded .pp_expand:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer;}div.light_rounded .pp_contract { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer;}div.light_rounded .pp_contract:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer;}div.light_rounded .pp_close { width: 75px; height: 22px; background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer;}div.light_rounded .pp_nav .pp_play { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px;}div.light_rounded .pp_nav .pp_pause { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px;}div.light_rounded .pp_arrow_previous { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_next { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_bottom .pp_left { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_right { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_top .pp_left { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_right { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_next:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat; cursor: pointer;}div.dark_rounded .pp_previous:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer;}div.dark_rounded .pp_expand { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer;}div.dark_rounded .pp_expand:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer;}div.dark_rounded .pp_contract { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer;}div.dark_rounded .pp_contract:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer;}div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer;}div.dark_rounded .pp_description { margin-right: 85px; color: #fff;}div.dark_rounded .pp_nav .pp_play { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px;}div.dark_rounded .pp_nav .pp_pause { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px;}div.dark_rounded .pp_arrow_previous { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_next { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_bottom .pp_left { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_right { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content { background: #000;}div.dark_square .pp_description { color: #fff; margin: 0 85px 0 0;}div.dark_square .pp_loaderIcon { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;}div.dark_square .pp_expand { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer;}div.dark_square .pp_expand:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer;}div.dark_square .pp_contract { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer;}div.dark_square .pp_contract:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer;}div.dark_square .pp_close { width: 75px; height: 22px; background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer;}div.dark_square .pp_nav { clear: none;}div.dark_square .pp_nav .pp_play { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px;}div.dark_square .pp_nav .pp_pause { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px;}div.dark_square .pp_arrow_previous { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_next { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_next:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat; cursor: pointer;}div.dark_square .pp_previous:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer;}div.light_square .pp_expand { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer;}div.light_square .pp_expand:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer;}div.light_square .pp_contract { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer;}div.light_square .pp_contract:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer;}div.light_square .pp_close { width: 75px; height: 22px; background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer;}div.light_square .pp_nav .pp_play { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px;}div.light_square .pp_nav .pp_pause { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px;}div.light_square .pp_arrow_previous { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_next { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_next:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_square/btnNext.png) center right no-repeat; cursor: pointer;}div.light_square .pp_previous:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer;}div.facebook .pp_top .pp_left { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content_container .pp_left { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_expand { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer;}div.facebook .pp_expand:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer;}div.facebook .pp_contract { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer;}div.facebook .pp_contract:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer;}div.facebook .pp_close { width: 22px; height: 22px; background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer;}div.facebook .pp_description { margin: 0 37px 0 0;}div.facebook .pp_loaderIcon { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px;}div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default;}div.facebook .pp_arrow_next { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px;}div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default;}div.facebook .pp_nav { margin-top: 0;}div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px;}div.facebook .pp_nav .pp_play { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px;}div.facebook .pp_nav .pp_pause { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px;}div.facebook .pp_next:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer;}div.facebook .pp_previous:hover { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer;}div.facebook .pp_bottom .pp_left { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus { outline: none;}div.pp_overlay { background: #000; display: none; left: 0; position: absolute; top: 0; width: 100%; z-index: 9500;}div.pp_pic_holder { display: none; position: absolute; width: 100px; z-index: 10000;}.pp_content { height: 40px; min-width: 40px;}* html .pp_content { width: 40px;}.pp_content_container { position: relative; text-align: left; width: 100%;}.pp_content_container .pp_left { padding-left: 20px;}.pp_content_container .pp_right { padding-right: 20px;}.pp_content_container .pp_details { float: left; margin: 10px 0 2px;}.pp_description { display: none; margin: 0;}.pp_social { float: left; margin: 0;}.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden;}.pp_social .twitter { float: left;}.pp_nav { clear: right; float: left; margin: 3px 10px 0 0;}.pp_nav p { float: left; white-space: nowrap; margin: 2px 4px;}.pp_nav .pp_play, .pp_nav .pp_pause { float: left; margin-right: 4px; text-indent: -10000px;}a.pp_arrow_previous, a.pp_arrow_next { display: block; float: left; height: 15px; margin-top: 3px; overflow: hidden; text-indent: -10000px; width: 14px;}.pp_hoverContainer { position: absolute; top: 0; width: 100%; z-index: 2000;}.pp_gallery { display: none; left: 50%; margin-top: -50px; position: absolute; z-index: 10000;}.pp_gallery div { float: left; overflow: hidden; position: relative;}.pp_gallery ul { float: left; height: 35px; position: relative; white-space: nowrap; margin: 0 0 0 5px; padding: 0;}.pp_gallery ul a { border: 1px rgba(0, 0, 0, 0.5) solid; display: block; float: left; height: 33px; overflow: hidden;}.pp_gallery ul a img { border: 0;}.pp_gallery li { display: block; float: left; margin: 0 5px 0 0; padding: 0;}.pp_gallery li.default a { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat; display: block; height: 33px; width: 50px;}.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next { margin-top: 7px !important;}a.pp_next { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat; display: block; float: right; height: 100%; text-indent: -10000px; width: 49%;}a.pp_previous { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat; display: block; float: left; height: 100%; text-indent: -10000px; width: 49%;}a.pp_expand, a.pp_contract { cursor: pointer; display: none; height: 20px; position: absolute; right: 30px; text-indent: -10000px; top: 10px; width: 20px; z-index: 20000;}a.pp_close { position: absolute; right: 0; top: 0; display: block; line-height: 22px; text-indent: -10000px;}.pp_loaderIcon { display: block; height: 24px; left: 50%; position: absolute; top: 50%; width: 24px; margin: -12px 0 0 -12px;}#pp_full_res { line-height: 1 !important;}#pp_full_res .pp_inline { text-align: left;}#pp_full_res .pp_inline p { margin: 0 0 15px;}div.ppt { color: #fff; display: none; font-size: 17px; z-index: 9999; margin: 0 0 5px 15px;}div.pp_default .pp_content, div.light_rounded .pp_content { background-color: #fff;}div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline { color: #000;}div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a { border-color: #fff;}div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details { position: relative;}div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content { background: #fff;}div.light_rounded .pp_description, div.light_square .pp_description { margin-right: 85px;}div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important;}div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default;}div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default;}div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle { background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder { color: #c4c4c4;}div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline { color: #fff;}.pp_top, .pp_bottom { height: 20px; position: relative;}* html .pp_top, * html .pp_bottom { padding: 0 20px;}.pp_top .pp_left, .pp_bottom .pp_left { height: 20px; left: 0; position: absolute; width: 20px;}.pp_top .pp_middle, .pp_bottom .pp_middle { height: 20px; left: 20px; position: absolute; right: 20px;}* html .pp_top .pp_middle, * html .pp_bottom .pp_middle { left: 0; position: static;}.pp_top .pp_right, .pp_bottom .pp_right { height: 20px; left: auto; position: absolute; right: 0; top: 0; width: 20px;}.pp_fade, .pp_gallery li.default a img { display: none;}.scroll-wrapper { overflow: hidden !important; padding: 0 !important; position: relative;}.scroll-wrapper > .scroll-content { border: none !important; box-sizing: content-box !important; height: auto; left: 0; margin: 0; max-height: none; max-width: none !important; overflow: scroll !important; padding: 0; position: relative !important; top: 0; width: auto !important;}.scroll-wrapper > .scroll-content::-webkit-scrollbar { height: 0; width: 0;}.scroll-wrapper.scroll--rtl { direction: rtl;}.scroll-element { box-sizing: content-box; display: none;}.scroll-element div { box-sizing: content-box;}.scroll-element .scroll-bar, .scroll-element .scroll-arrow { cursor: default;}.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible { display: block;}.scroll-textarea { border: 1px solid #ccc; border-top-color: #999; }.scroll-textarea > .scroll-content { overflow: hidden !important;}.scroll-textarea > .scroll-content > textarea { border: none !important; box-sizing: border-box; height: 100% !important; margin: 0; max-height: none !important; max-width: none !important; overflow: scroll !important; outline: none; padding: 2px; position: relative !important; top: 0; width: 100% !important;}.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar { height: 0; width: 0;}.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div { border: none; margin: 0; padding: 0; position: absolute; z-index: 10;}.scrollbar-inner > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%;}.scrollbar-inner > .scroll-element.scroll-x { bottom: 2px; height: 8px; left: 0; width: 100%;}.scrollbar-inner > .scroll-element.scroll-y { height: 100%; right: 2px; top: 0; width: 8px;}.scrollbar-inner > .scroll-element .scroll-element_outer { overflow: hidden;}.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: 0.4;}.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0;}.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2;}.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191;}.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px;}.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px;}.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px;}.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div { border: none; margin: 0; padding: 0; position: absolute; z-index: 10;}.scrollbar-outer > .scroll-element { background-color: #fff;}.scrollbar-outer > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%;}.scrollbar-outer > .scroll-element.scroll-x { bottom: 0; height: 12px; left: 0; width: 100%;}.scrollbar-outer > .scroll-element.scroll-y { height: 100%; right: 0; top: 0; width: 12px;}.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px;}.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px;}.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden;}.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eee;}.scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track, .scrollbar-outer > .scroll-element .scroll-bar { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9;}.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2;}.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px;}.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top: -12px; margin-top: 12px;}.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px;}.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px;}.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px;}.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px;}.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div { background: none; border: none; margin: 0; padding: 0; position: absolute; z-index: 10;}.scrollbar-macosx > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%;}.scrollbar-macosx > .scroll-element .scroll-element_track { display: none;}.scrollbar-macosx > .scroll-element .scroll-bar { background-color: #6c6e71; display: block; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; transition: opacity 0.2s linear;}.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: 0.7;}.scrollbar-macosx > .scroll-element.scroll-x { bottom: 0px; height: 0px; left: 0; min-width: 100%; overflow: visible; width: 100%;}.scrollbar-macosx > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0px; top: 0; width: 0px; }.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px;}.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px;}.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px;}.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px;}.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px;}.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px;}.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10;}.scrollbar-light > .scroll-element { background-color: #fff;}.scrollbar-light > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%;}.scrollbar-light > .scroll-element .scroll-element_outer { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.scrollbar-light > .scroll-element .scroll-element_size { background: #dbdbdb; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+'); background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8)); background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%); background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%); background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%); background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.scrollbar-light > .scroll-element.scroll-x { bottom: 0; height: 17px; left: 0; min-width: 100%; width: 100%;}.scrollbar-light > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0; top: 0; width: 17px;}.scrollbar-light > .scroll-element .scroll-bar { background: #fefefe; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+'); background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5)); background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%); background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%); background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%); background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%); border: 1px solid #dbdbdb; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px;}.scrollbar-light > .scroll-content.scroll-scrollx_visible { top: -17px; margin-top: 17px;}.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px;}.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px;}.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px;}.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px;}.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px;}.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px;}.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px;}.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px;}.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10;}.scrollbar-rail > .scroll-element { background-color: #fff;}.scrollbar-rail > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%;}.scrollbar-rail > .scroll-element .scroll-element_size { background-color: #999; background-color: rgba(0, 0, 0, 0.3);}.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size { background-color: #666; background-color: rgba(0, 0, 0, 0.5);}.scrollbar-rail > .scroll-element.scroll-x { bottom: 0; height: 12px; left: 0; min-width: 100%; padding: 3px 0 2px; width: 100%;}.scrollbar-rail > .scroll-element.scroll-y { height: 100%; min-height: 100%; padding: 0 2px 0 3px; right: 0; top: 0; width: 12px;}.scrollbar-rail > .scroll-element .scroll-bar { background-color: #d0b9a0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar { box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px;}.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px;}.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px;}.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px;}.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px;}.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px;}.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px;}.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px;}.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px;}.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px;}.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div { background: none; border: none; margin: 0; padding: 0; position: absolute; z-index: 10;}.scrollbar-dynamic > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%;}.scrollbar-dynamic > .scroll-element.scroll-x { bottom: 2px; height: 7px; left: 0; min-width: 100%; width: 100%;}.scrollbar-dynamic > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 2px; top: 0; width: 7px;}.scrollbar-dynamic > .scroll-element .scroll-element_outer { opacity: 0.3; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;}.scrollbar-dynamic > .scroll-element .scroll-element_size { background-color: #ccc; opacity: 0; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; -ms-transition: opacity 0.2s; transition: opacity 0.2s;}.scrollbar-dynamic > .scroll-element .scroll-bar { background-color: #6c6e71; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar { bottom: 0; height: 7px; min-width: 24px; top: auto;}.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar { left: auto; min-height: 24px; right: 0; width: 7px;}.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer { bottom: 0; top: auto; left: 2px; -webkit-transition: height 0.2s; -moz-transition: height 0.2s; -o-transition: height 0.2s; -ms-transition: height 0.2s; transition: height 0.2s;}.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer { left: auto; right: 0; top: 2px; -webkit-transition: width 0.2s; -moz-transition: width 0.2s; -o-transition: width 0.2s; -ms-transition: width 0.2s; transition: width 0.2s;}.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px;}.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px;}.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer { overflow: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: 0.7;}.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size { opacity: 1;}.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar { height: 100%; width: 100%; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;}.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer { height: 20px; min-height: 7px;}.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer { min-width: 7px; width: 20px; }.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10;}.scrollbar-chrome > .scroll-element { background-color: #fff;}.scrollbar-chrome > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%;}.scrollbar-chrome > .scroll-element .scroll-element_track { background: #f1f1f1; border: 1px solid #dbdbdb;}.scrollbar-chrome > .scroll-element.scroll-x { bottom: 0; height: 16px; left: 0; min-width: 100%; width: 100%;}.scrollbar-chrome > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0; top: 0; width: 16px;}.scrollbar-chrome > .scroll-element .scroll-bar { background-color: #d9d9d9; border: 1px solid #bdbdbd; cursor: default; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}.scrollbar-chrome > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; border-color: #a9a9a9;}.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; border-color: #7e7e7e; }.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px;}.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top: -16px; margin-top: 16px;}.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px;}.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px;}.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb;}.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px;}.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px;}.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb;}.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px;}.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px;}.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px;}.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px;}.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px;}.owl-carousel { display: none; width: 100%;  -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; }.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y;}.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}.owl-carousel .owl-stage-outer { position: relative;  overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;}.owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d;}.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none;}.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}.owl-carousel.owl-loaded { display: block;}.owl-carousel.owl-loading { opacity: 0; display: block;}.owl-carousel.owl-hidden { opacity: 0;}.owl-carousel.owl-refresh .owl-item { display: none;}.owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}.owl-carousel.owl-grab { cursor: move; cursor: grab;}.owl-carousel.owl-rtl { direction: rtl;}.owl-carousel.owl-rtl .owl-item { float: right;}.no-js .owl-carousel { display: block;}.owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both;}.owl-carousel .owl-animated-in { z-index: 0;}.owl-carousel .owl-animated-out { z-index: 1;}.owl-carousel .fadeOut { animation-name: fadeOut;}@keyframes fadeOut { 0% {  opacity: 1; } 100% {  opacity: 0; }}.owl-height { transition: height 500ms ease-in-out;}.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease;}.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d;}.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000;}.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("//www.loveyourhealth.com.au/wp-content/themes/lyh/owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform 100ms ease;}.owl-carousel .owl-video-play-icon:hover { transform: scale(1.3, 1.3);}.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none;}.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease;}.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%;}.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent;}.owl-theme .owl-nav [class*='owl-'] { color: #fff; font-size: 14px; margin: 5px; padding: 4px 7px; background: #d6d6d6; display: inline-block; cursor: pointer; border-radius: 3px;}.owl-theme .owl-nav [class*='owl-']:hover { background: #869791; color: #fff; text-decoration: none;}.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default;}.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px;}.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent;}.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline;}.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #d6d6d6; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px;}.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791;}@font-face { font-family: PaymentFont; src: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../fonts/paymentfont-webfont.eot); src: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'), url('//www.loveyourhealth.com.au/wp-content/themes/lyh/../fonts/paymentfont-webfont.woff') format('woff2'), url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../fonts/paymentfont-webfont.woff) format('woff'), url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../fonts/paymentfont-webfont.ttf) format('truetype'), url(//www.loveyourhealth.com.au/wp-content/themes/lyh/../fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg'); font-weight: 400; font-style: normal;}.pf { display: inline-block; font: normal normal normal 14px/1 PaymentFont; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.pf-amazon:before { content: "\f000";}.pf-american-express:before { content: "\f001";}.pf-american-express-alt:before { content: "\f002";}.pf-atm:before { content: "\f003";}.pf-bankomat:before { content: "\f004";}.pf-bank-transfer:before { content: "\f005";}.pf-bitcoin:before { content: "\f006";}.pf-bitcoin-sign:before { content: "\f007";}.pf-braintree:before { content: "\f008";}.pf-btc:before { content: "\f009";}.pf-card:before { content: "\f00a";}.pf-carta-si:before { content: "\f00b";}.pf-cash:before { content: "\f00c";}.pf-cash-on-delivery:before { content: "\f00d";}.pf-cb:before { content: "\f00e";}.pf-cirrus:before { content: "\f00f";}.pf-cirrus-alt:before { content: "\f010";}.pf-clickandbuy:before { content: "\f011";}.pf-credit-card:before { content: "\f012";}.pf-diners:before { content: "\f013";}.pf-discover:before { content: "\f014";}.pf-ec:before { content: "\f015";}.pf-eps:before { content: "\f016";}.pf-eur:before { content: "\f017";}.pf-facture:before { content: "\f018";}.pf-fattura:before { content: "\f019";}.pf-flattr:before { content: "\f01a";}.pf-giropay:before { content: "\f01b";}.pf-gittip:before, .pf-gratipay:before { content: "\f01c";}.pf-google-wallet:before { content: "\f01d";}.pf-google-wallet-alt:before { content: "\f01e";}.pf-gbp:before { content: "\f01f";}.pf-ideal:before { content: "\f020";}.pf-ils:before { content: "\f021";}.pf-inr:before { content: "\f022";}.pf-invoice:before { content: "\f023";}.pf-invoice-sign:before { content: "\f024";}.pf-invoice-sign-alt:before { content: "\f025";}.pf-invoice-sign-alt-o:before { content: "\f026";}.pf-invoice-sign-o:before { content: "\f027";}.pf-jcb:before { content: "\f028";}.pf-jpy:before { content: "\f029";}.pf-krw:before { content: "\f02a";}.pf-maestro:before { content: "\f02b";}.pf-maestro-alt:before { content: "\f02c";}.pf-mastercard:before { content: "\f02d";}.pf-mastercard-alt:before { content: "\f02e";}.pf-mastercard-securecode:before { content: "\f02f";}.pf-ogone:before { content: "\f030";}.pf-paybox:before { content: "\f031";}.pf-paylife:before { content: "\f032";}.pf-paypal:before { content: "\f033";}.pf-paypal-alt:before { content: "\f034";}.pf-paysafecard:before { content: "\f035";}.pf-postepay:before { content: "\f036";}.pf-quick:before { content: "\f037";}.pf-rechnung:before { content: "\f038";}.pf-ripple:before { content: "\f039";}.pf-rub:before { content: "\f03a";}.pf-skrill:before { content: "\f03b";}.pf-sofort:before { content: "\f03c";}.pf-square:before { content: "\f03d";}.pf-stripe:before { content: "\f03e";}.pf-truste:before { content: "\f03f";}.pf-try:before { content: "\f040";}.pf-unionpay:before { content: "\f041";}.pf-usd:before { content: "\f042";}.pf-verified-by-visa:before { content: "\f043";}.pf-verisign:before { content: "\f044";}.pf-visa:before { content: "\f045";}.pf-visa-electron:before { content: "\f046";}.pf-western-union:before { content: "\f047";}.pf-western-union-alt:before { content: "\f048";}.pf-wirecard:before { content: "\f049";}.pf-sepa:before { content: "\f04a";}.pf-sepa-alt:before { content: "\f04b";}.pf-apple-pay:before { content: "\f04c";}.pf-interac:before { content: "\f04d";}.pf-paymill:before { content: "\f04e";}.pf-dankort:before { content: "\f04f";}.pf-bancontact-mister-cash:before { content: "\f050";}.pf-moip:before { content: "\f051";}.pf-pagseguro:before { content: "\f052";}.pf-cash-on-pickup:before { content: "\f053";}.pf-sage:before { content: "\f054";}.pf-elo:before { content: "\f055";}.pf-elo-alt:before { content: "\f056";}.pf-payu:before { content: "\f057";}.pf-mercado-pago:before { content: "\f058";}.pf-mercado-pago-sign:before { content: "\f059";}.pf-payshop:before { content: "\f05a";}.pf-multibanco:before { content: "\f05b";}.pf-gratipay-sign:before { content: "\f05c";}.pf-six:before { content: "\f05d";}.pf-cashcloud:before { content: "\f05e"; }h4.mega-block-title { text-align: left !important; padding: 5px 10px !important;}.widget_nav_menu { padding: 0px 10px !important;}#header { height: 223px;}@media (max-width: 1024px) { #header {  height: 216px; }}@media (max-width: 768px) { #header {  height: 112px; }}@media (max-width: 480px) { #header {  height: 105px; }}#header .promo_bar { text-align: center; background: #fbe217; color: #000; font-size: 16px; padding: 5px; z-index: 99; width: 100%;}@media (max-width: 480px) { #header .promo_bar {  font-size: 10px; }}#header .promo_bar .btn { margin-left: 15px; padding: 6px 25px; background: #fff; border: #fff;}#header .promo_bar .btn:hover { background: #000; color: #fff;}@media (max-width: 768px) { #header .promo_bar .btn {  margin: 10px 0; }}#header .sticky_bar { display: none;}#header h1 { margin: 0; padding: 0;}#header .logo { position: absolute; top: -25px; z-index: 10;}#header .top_bar { background: #fff; padding: 8px 0; font-weight: 300; font-size: 12px; line-height: 1.7; border-top: 4px solid #7b9a9f;}#header .top_bar .top_menu { margin: 0;}#header .top_bar .top_menu > li { display: inline; margin-right: 15px;}#header .top_bar .top_menu > li:last-child { margin-right: 0;}#header .top_bar .top_menu > li > a { color: #666;}#header .top_bar .top_menu > li > a:hover { color: #7b9a9f;}#header .top_bar .aussiepowa { margin-top: 8px;}#header .top_bar .aussiepowa span { text-transform: uppercase; color: #7b9a9f; font-weight: 400;}#header .top_bar .shop_menu { margin: 0; text-align: right; float: right;}#header .top_bar .shop_menu > li { display: inline; margin-right: 10px;}#header .top_bar .shop_menu > li:after { content: '';}#header .top_bar .shop_menu > li:last-child { margin-right: 0;}#header .top_bar .shop_menu > li > a { color: #666;}#header .top_bar .shop_menu > li > a:hover { color: #7b9a9f;}#header .top_bar .shop_menu > li > a.account-link { font-weight: 400; background: #7b9a9f; padding: 7px 25px; border-radius: 50px; color: #fff;}#header .top_bar .shop_menu > li > a span { font-size: 14px;}#header .top_bar .shop_menu > li .social > a { color: #666; margin-right: 5px;}#header .top_bar .shop_menu > li .social > a:last-child { margin-right: 0;}#header .top_bar .shop_menu > li .social > a:hover { color: #7b9a9f;}#header .top_bar .shop_menu > li .social > a span { font-size: 18px;}#header .header_main { background-color: rgba(151, 184, 185, 0.9);}#header .header_main .header_cart { padding-top: 15px; text-align: right; position: relative;}#header .header_main .header_cart .ion-ios-search { font-size: 27px; line-height: 1; position: relative; top: 3px;}#header .header_main .header_cart > a { position: relative; top: -3px; color: #fff; float: right;}#header .header_main .header_cart > a:hover { opacity: 0.7;}#header .header_main .header_cart > a:first-child { margin-right: 20px;}#header .header_main .header_cart > a em { font-size: 11px; font-style: normal; opacity: 0.6;}#header .header_main .header_cart > a > span { font-size: 17px;}#header .header_main .header_cart form { float: right; top: -3px; margin-right: 10px; position: relative;}#header .header_main .header_cart form input { border-radius: 20px; border: 0; padding: 5px 17px; color: #666; font-size: 12px; font-weight: 300; width: 225px; height: 35px;}#header .header_main .header_cart form input:focus { outline: none;}#header .header_main .header_cart form button { border: 0; background: transparent; position: absolute; top: 6px; right: 2px;}#header .header_main #main_navigation { text-align: right; padding: 18px 0;}#header .header_main #main_navigation #mega-menu-primary { float: right; margin: 0px 0 0px 0; position: static;}#header .header_main #main_navigation #mega-menu-primary > li { float: left; margin-right: 0px;}#header .header_main #main_navigation #mega-menu-primary > li:last-child { margin-right: 0;}#header .header_main #main_navigation #mega-menu-primary > li > a { color: #fff; font-size: 17px;}#header .header_main #main_navigation #mega-menu-primary > li > a:after { content: ''; display: block; width: 0; height: 3px; background: #fbe217; transition: width 0.3s; margin: 3px 0 0;}#header .header_main #main_navigation #mega-menu-primary > li > a:hover:after { width: 100%;}#header .header_main #main_navigation #mega-menu-primary > li.current-menu-item a:after { width: 100%;}#header .header_main #main_navigation #mega-menu-primary li.cart_utils { display: none; float: left; line-height: 1;}#header .header_main #main_navigation #mega-menu-primary li.cart_utils > a { position: relative; top: -3px; color: #fff;}#header .header_main #main_navigation #mega-menu-primary li.cart_utils > a:hover { opacity: 0.7;}#header .header_main #main_navigation #mega-menu-primary li.cart_utils > a:first-child { margin-right: 10px;}#header .header_main #main_navigation #mega-menu-primary li.cart_utils > a em { border-radius: 50%; color: #000; font-style: normal; height: 10px; margin-top: -10px; padding: 0 6px; text-align: center; width: 10px; background: #fbe217; font-size: 11px; position: relative; top: -19px; right: 4px;}#header .header_main #main_navigation #mega-menu-primary li.cart_utils > a > span { font-size: 32px;}#header .header_main .usps { margin-top: 10px; text-align: right; text-transform: uppercase; font-size: 11px;}#header .header_main .usps > span { margin-right: 28px;}#header .header_main .usps > span:last-child { margin-right: 0;}#header .header_main .usps > span > span { color: #fbe217; margin-right: 2px;}#header .mobile_utils { position: relative; z-index: 9999;}#header .mobile_utils .cart-link { font-size: 35px; padding: 1px 13px; position: absolute; right: 0; top: 0;}#header .mobile_utils a { color: #fff;}#header #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu { width: 100%; background: #fff;}#header #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu h4 { text-align: center; border-bottom: 1px solid #ccc; color: #93b7bb; padding: 15px 0px; margin: 0 auto;}#header #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li { text-align: center; padding: 0px;}#header #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li ul { list-style: none; padding: 10px 0px;}#header #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li ul a { margin: 7px 0; display: block;}#header #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li ul .SeeMore { color: #7b9a9f;  padding: 1px; display: inline-block; border-radius: 10px; font-size: 11px; line-height: 23px; font-weight: 600;}#header #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li img { height: 100%;}#header #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #header #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu { margin-top: 23px; z-index: 3; padding: 20px 0px 0px 20px; border-bottom: 1px solid #ccc;}#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { line-height: 1.4; font-size: 14px; color: #93b7bb; text-transform: none; border-bottom: 1px solid #666; padding-bottom: 5px; min-height: 0px;}#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover { color: #7b9a9f;}#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link { font-size: 12px; padding-top: 5px;}#header .col-md-10, #header #mega-menu-wrap-primary { position: static;}@media (min-width: 992px) and (max-width: 1200px) { #header .header_main #main_navigation #mega-menu-primary > li > a {  font-size: 14px;  font-weight: 100; }}@media (min-width: 768px) and (max-width: 992px) { #header .top_bar {  background: #93b7bb; } #header .header_main {  background: transparent;  padding: 0; } #header .logo {  left: 0;  right: 0;  position: absolute;  margin: 0 auto;  display: block;  top: -76px;  z-index: 10;  width: 120px; }}@media (max-width: 768px) { #header .top_bar {  background: #93b7bb; } #header .header_main {  background: transparent;  padding: 0;  background-image: none !important; } #header .logo {  left: 0;  right: 0;  position: absolute;  margin: 0 auto;  display: block;  top: -77px;  width: 100px;  height: auto;  z-index: 10; }}@media (max-width: 1200px) { #header .top_bar .aussiepowa {  margin-left: 15px; }}.generic-menu { display: inline-block; margin: 0px; padding: 6px;}.generic-menu li { display: inline-block;}.generic-menu li a { color: #fff; font-weight: 100; padding: 10px;}.Aligner { display: flex; align-items: center;}.background_cover { background-size: cover; background-repeat: no-repeat; background-position: center;}.background_contain { background-size: contain; background-repeat: no-repeat; background-position: center;}.table_outer_home { width: 100%; height: 100%; display: table;}.table_outer { width: 100%; height: 100%; display: table;}.table_inner_bot { width: 100%; height: 100%; display: table-cell; text-align: center; vertical-align: bottom;}.table_inner_right { width: 100%; height: 100%; display: table-cell; text-align: right; vertical-align: middle;}.table_inner_left { width: 100%; height: 100%; display: table-cell; text-align: left; vertical-align: middle;}.table_inner_mid { width: 100%; height: 100%; display: table-cell; text-align: center; vertical-align: middle;}.table_inner_top { width: 100%; height: 100%; display: table-cell; text-align: center; vertical-align: top;}ul#mega-menu-primary { padding: 5px 0px !important;}.shop_menu span.ion-android-cart { font-size: 16px;}#header .top_bar .shop_menu > li:last-child { margin-right: 0; background-color: #fbe217; border-radius: 20px; padding: 5px 10px 5px 14px;}#header .sticky_bar .shop_menu > li:last-child { margin-right: 0; background-color: #fbe217; border-radius: 20px; padding: 4px 10px 4px 14px;}.header_utils em { font-style: normal; color: #000; font-size: 11px;}.header_utils span.woocommerce-Price-amount.amount { color: #000;}.header_utils span.ion-android-cart { color: #000;}.why_health { padding: 0px 0px 40px;}ul.mega-sub-menu.container { padding: 3% 20% 1% !important;}.mega-menu-item li { text-align: left !important;}.mega-menu-item li a { text-align: left;}@media (max-width: 768px) { .header-scrolled .promo_bar {  display: none; }}.header-scrolled .sticky_bar { position: fixed !important; width: 100% !important; display: block !important; z-index: 1000 !important; background: #fff; top: 0px; left: 0px; padding: 4px 15px; font-weight: 300; font-size: 12px; line-height: 1.7;}.header-scrolled .sticky_bar .aussiepowa { text-align: left;}.header-scrolled .sticky_bar .social span { color: #7b9a9f;}.header-scrolled .sticky_bar span { text-transform: uppercase; color: #000; font-weight: 400;}.header-scrolled .sticky_bar .shop_menu { margin: 0; text-align: right; float: right; font-size: 12px;}.header-scrolled .sticky_bar .shop_menu span.ion-android-cart { color: #000;}.header-scrolled .sticky_bar .shop_menu > li { display: inline; margin-right: 10px;}.header-scrolled .sticky_bar .shop_menu > li:after { content: '';}.header-scrolled .sticky_bar .shop_menu > li:last-child { margin-right: 0;}.header-scrolled .sticky_bar .shop_menu > li > a { color: #666;}.header-scrolled .sticky_bar .shop_menu > li > a:hover { color: #7b9a9f;}.header-scrolled .sticky_bar .shop_menu > li > a.account-link { font-weight: 400; background: #7b9a9f; padding: 6px 25px; border-radius: 50px; color: #fff;}.header-scrolled .sticky_bar .shop_menu > li > a.account-link:hover { background: #ccc;}.header-scrolled .sticky_bar .shop_menu > li > a span { font-size: 14px;}.header-scrolled .sticky_bar .shop_menu > li .social > a { color: #666; margin-right: 5px;}.header-scrolled .sticky_bar .shop_menu > li .social > a:last-child { margin-right: 0;}.header-scrolled .sticky_bar .shop_menu > li .social > a:hover { color: #7b9a9f;}.header-scrolled .sticky_bar .shop_menu > li .social > a span { font-size: 21px;}@media (max-width: 768px) { .header-scrolled .sticky_bar {  display: none !important; }}.header-scrolled .top_bar { display: none;}@media (max-width: 992px) { .header-scrolled .top_bar {  display: block;  position: fixed;  z-index: 100;  width: 100%; }}.header-scrolled .header_main { position: fixed; width: 100%; z-index: 1001; top: 43px;}.header-scrolled .header_main .col-md-10 .header_cart { display: none;}.header-scrolled .header_main .col-md-10 #main_navigation { padding: 5px 0 !important;}.header-scrolled .logo { position: absolute !important; top: -57px !important; z-index: 10 !important; width: 100px !important;}@media (max-width: 768px) { .header-scrolled .logo {  top: -35px !important; }}.header-scrolled #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, .header-scrolled #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu { margin-top: 9px !important;}.shipping-calculator-button { font-weight: 400; background: #7b9a9f; padding: 6px 25px; border-radius: 50px; color: #fff; display: inline-block; margin: 10px 0px 0px;}#mobile_menu .list-unstyled { margin-top: 15px;}#mobile_menu #search { position: relative; width: 225px;}#mobile_menu #search input { border-radius: 20px; border: 0; padding: 5px 17px; color: #666; font-size: 12px; font-weight: 300; width: 225px; height: 35px;}#mobile_menu #search button { border: 0; background: transparent; position: absolute; top: 6px; right: 2px;}#footer #newsletter_subscribe { background-color: rgba(151, 184, 185, 0.9); padding: 30px 0; text-align: center;}#footer #newsletter_subscribe .title { color: #fff; letter-spacing: 3px; font-size: 24px; display: block; margin-bottom: 10px; font-weight: 300; text-transform: uppercase;}#footer #newsletter_subscribe p { margin-bottom: 20px; color: #fff; font-weight: 100; letter-spacing: 1px;}#footer #newsletter_subscribe .input-lg, #footer #newsletter_subscribe .input-group-lg > .form-control, .input-group-lg > #footer #newsletter_subscribe .form-control, #footer #newsletter_subscribe .input-group-lg > .input-group-addon, .input-group-lg > #footer #newsletter_subscribe .input-group-addon, #footer #newsletter_subscribe .input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > #footer #newsletter_subscribe .btn { width: 100%; border: 0; font-size: 16px; padding: 10px 20px; transition: all 0.4s ease; border: #fff 2px solid; background: rgba(255, 255, 255, .5); font-weight: 300;}#footer #newsletter_subscribe .input-lg:focus, #footer #newsletter_subscribe .input-group-lg > .form-control:focus, .input-group-lg > #footer #newsletter_subscribe .form-control:focus, #footer #newsletter_subscribe .input-group-lg > .input-group-addon:focus, .input-group-lg > #footer #newsletter_subscribe .input-group-addon:focus, #footer #newsletter_subscribe .input-group-lg > .input-group-btn > .btn:focus, .input-group-lg > .input-group-btn > #footer #newsletter_subscribe .btn:focus { border: #fbe217 2px solid; background: #fff; outline: none;}#footer #newsletter_subscribe .input-lg:focus::-webkit-input-placeholder, #footer #newsletter_subscribe .input-group-lg > .form-control:focus::-webkit-input-placeholder, .input-group-lg > #footer #newsletter_subscribe .form-control:focus::-webkit-input-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-addon:focus::-webkit-input-placeholder, .input-group-lg > #footer #newsletter_subscribe .input-group-addon:focus::-webkit-input-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-btn > .btn:focus::-webkit-input-placeholder, .input-group-lg > .input-group-btn > #footer #newsletter_subscribe .btn:focus::-webkit-input-placeholder { color: #333; opacity: 1;}#footer #newsletter_subscribe .input-lg:focus:-moz-placeholder, #footer #newsletter_subscribe .input-group-lg > .form-control:focus:-moz-placeholder, .input-group-lg > #footer #newsletter_subscribe .form-control:focus:-moz-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-addon:focus:-moz-placeholder, .input-group-lg > #footer #newsletter_subscribe .input-group-addon:focus:-moz-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-btn > .btn:focus:-moz-placeholder, .input-group-lg > .input-group-btn > #footer #newsletter_subscribe .btn:focus:-moz-placeholder { color: #333; opacity: 1;}#footer #newsletter_subscribe .input-lg:focus::-moz-placeholder, #footer #newsletter_subscribe .input-group-lg > .form-control:focus::-moz-placeholder, .input-group-lg > #footer #newsletter_subscribe .form-control:focus::-moz-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-addon:focus::-moz-placeholder, .input-group-lg > #footer #newsletter_subscribe .input-group-addon:focus::-moz-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-btn > .btn:focus::-moz-placeholder, .input-group-lg > .input-group-btn > #footer #newsletter_subscribe .btn:focus::-moz-placeholder { color: #333; opacity: 1;}#footer #newsletter_subscribe .input-lg:focus:-ms-input-placeholder, #footer #newsletter_subscribe .input-group-lg > .form-control:focus:-ms-input-placeholder, .input-group-lg > #footer #newsletter_subscribe .form-control:focus:-ms-input-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-addon:focus:-ms-input-placeholder, .input-group-lg > #footer #newsletter_subscribe .input-group-addon:focus:-ms-input-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-btn > .btn:focus:-ms-input-placeholder, .input-group-lg > .input-group-btn > #footer #newsletter_subscribe .btn:focus:-ms-input-placeholder { color: #333; opacity: 1;}#footer #newsletter_subscribe .input-lg::-webkit-input-placeholder, #footer #newsletter_subscribe .input-group-lg > .form-control::-webkit-input-placeholder, .input-group-lg > #footer #newsletter_subscribe .form-control::-webkit-input-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-addon::-webkit-input-placeholder, .input-group-lg > #footer #newsletter_subscribe .input-group-addon::-webkit-input-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-btn > .btn::-webkit-input-placeholder, .input-group-lg > .input-group-btn > #footer #newsletter_subscribe .btn::-webkit-input-placeholder { color: #fff; opacity: 1;}#footer #newsletter_subscribe .input-lg:-moz-placeholder, #footer #newsletter_subscribe .input-group-lg > .form-control:-moz-placeholder, .input-group-lg > #footer #newsletter_subscribe .form-control:-moz-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-addon:-moz-placeholder, .input-group-lg > #footer #newsletter_subscribe .input-group-addon:-moz-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-btn > .btn:-moz-placeholder, .input-group-lg > .input-group-btn > #footer #newsletter_subscribe .btn:-moz-placeholder { color: #fff; opacity: 1;}#footer #newsletter_subscribe .input-lg::-moz-placeholder, #footer #newsletter_subscribe .input-group-lg > .form-control::-moz-placeholder, .input-group-lg > #footer #newsletter_subscribe .form-control::-moz-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-addon::-moz-placeholder, .input-group-lg > #footer #newsletter_subscribe .input-group-addon::-moz-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-btn > .btn::-moz-placeholder, .input-group-lg > .input-group-btn > #footer #newsletter_subscribe .btn::-moz-placeholder { color: #fff; opacity: 1;}#footer #newsletter_subscribe .input-lg:-ms-input-placeholder, #footer #newsletter_subscribe .input-group-lg > .form-control:-ms-input-placeholder, .input-group-lg > #footer #newsletter_subscribe .form-control:-ms-input-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-addon:-ms-input-placeholder, .input-group-lg > #footer #newsletter_subscribe .input-group-addon:-ms-input-placeholder, #footer #newsletter_subscribe .input-group-lg > .input-group-btn > .btn:-ms-input-placeholder, .input-group-lg > .input-group-btn > #footer #newsletter_subscribe .btn:-ms-input-placeholder { color: #fff; opacity: 1;}#footer #newsletter_subscribe .btn:before { border-radius: 20px;}#footer .usps { text-transform: uppercase; font-size: 15px; padding: 20px 0; background: #fff; text-align: center;}@media (max-width: 480px) { #footer .usps .heart {  margin-bottom: 15px; }}#footer .usps span span { color: #fbe217; margin-right: 2px;}#footer .usps span .organic { color: #93b7bb;}#footer .usps span .eco { color: #ccc;}#footer .usps span .fair { color: #222;}#footer .footer_main { background: #eee;}#footer .footer_main .container { position: relative; overflow: hidden;}#footer .footer_main .content { padding: 40px 0;}#footer .footer_main .content .payment-icons { padding: 0 0 5%; text-align: center;}#footer .footer_main .content .payment-icons i { font-size: 32px; color: #666;}@media (max-width: 768px) { #footer .footer_main .content .payment-icons i {  font-size: 22px; }}@media (max-width: 480px) { #footer .footer_main .content .payment-icons i {  margin-bottom: 15px; }}#footer .footer_main .bee { position: absolute; bottom: -65px; right: 0;}#footer .footer_main .footer_links strong { text-transform: uppercase;}#footer .footer_main .footer_links > li { margin-top: 5px;}#footer .footer_main .footer_links > li:first-child { margin-top: 0;}#footer .footer_main .footer_links > li > a { font-weight: 300; color: #666; font-size: 12px;}#footer .footer_main .footer_links > li > a:hover { color: #93b7bb;}#footer .footer_main .contact { margin-bottom: 15px;}#footer .footer_main .contact a { font-size: 20px; font-weight: 300;}#footer .footer_main .contact a span { color: #93b7bb;}#footer .footer_main .payment-methods strong { font-size: 11px; display: block; margin-bottom: 5px; text-transform: uppercase;}#footer .footer_main .payment-methods span { font-size: 23px; color: #999;}#footer .copyright { padding: 15px 10px;}#footer .copyright small { display: block; text-align: center; text-transform: uppercase; font-size: 11px; letter-spacing: 1.5px; font-weight: 300;}#footer .copyright .credit { text-align: center;}#footer .copyright .credit img { margin: 10px auto 0 auto; filter: grayscale(100); transition: all 0.2s ease; opacity: 0.4;}#footer .copyright .credit img:hover { filter: grayscale(0); opacity: 1;}@media (min-width: 768px) and (max-width: 992px) { #footer #newsletter_subscribe input {  margin-bottom: 15px; } #footer .usps {  line-height: 1.4; } #footer .usps span span {  display: block;  font-size: 32px; }}@media (max-width: 768px) { #footer #newsletter_subscribe {  padding: 20px 0; } #footer #newsletter_subscribe .title {  font-size: 18px; } #footer #newsletter_subscribe input {  margin-bottom: 15px; } #footer .usps {  line-height: 1.4; } #footer .usps span span {  display: block;  font-size: 32px; }}body:not(.home) #header { margin-bottom: 50px;}.usps { text-transform: uppercase; font-size: 15px; padding: 20px 0; background: #fff; text-align: center;}.usps span span { color: #fbe217; margin-right: 2px;}.scribble_heading { letter-spacing: 2px; font-size: 24px; margin: 0 0 25px 0; padding: 0; text-align: center; text-transform: uppercase; font-weight: 300;}#page_content { margin-bottom: 30px;}.page-title { text-transform: uppercase; font-weight: 300; margin-bottom: 15px; margin-top: 0;}.woocommerce nav.woocommerce-pagination ul li { margin-right: 10px !important; margin-bottom: 20px !important;}a.prdctfltr_woocommerce_filter.pf_ajax_oval i { font-size: 32px;}.product-image { height: 250px; width: 100%; padding: 0px !important;}.woocommerce .products .product h3 { min-height: 70px !important;}.btn-grey { background-color: #eee; border-color: #ccc; width: 100%;}.btn-grey:hover { background-color: #ccc; border-color: #eee;}.about-brand { border-top: 1px solid #ccc; padding-top: 15px;}.about-brand span { color: #7b9a9f;}.background_cover { background-size: cover; background-repeat: no-repeat; background-position: center;}.short-desc .features ul li { margin-bottom: 5px; font-size: 12px;}.short-desc .features ul li:before { content: "\f00c"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; margin-right: 10px; color: #77a464;}@media (min-width: 768px) and (max-width: 992px) { .prdctfltr_wc .prdctfltr_filter_title > span, .prdctfltr_title_remove {  display: none; } .prdctfltr_woocommerce_filter_titlec {  display: inline !important; }}@media (max-width: 768px) {  .prdctfltr_wc .prdctfltr_filter_title > span, .prdctfltr_title_remove, .woocommerce .term-description, .wc_bread {  display: none; } .prdctfltr_woocommerce_filter_titlec {  display: inline !important; }}.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px;}.col-xs-15 { width: 20%; float: left;}@media (min-width: 768px) { .col-sm-15 {  width: 20%;  float: left; }}@media (min-width: 992px) { .col-md-15 {  width: 20%;  float: left; }}@media (min-width: 1200px) { .col-lg-15 {  width: 20%;  float: left; }}.welcome { padding: 40px 10px !important;}#header #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li img { padding: 10px 30px;}.feat_image_term { height: 200px;}.term_row { padding: 20px;}.brand-intro p { border-bottom: 1px solid #ccc; padding: 2% 0; margin-bottom: 5%;}.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: none !important;}#contact .map .address { padding: 10%; margin: 15% 0; background: #efefef;}@media (max-width: 768px) { #contact .map .address {  margin: 5% 0; }}#contact .map .address h2 { border-bottom: 3px solid #7b9a9f; width: 85%; padding-bottom: 5px;}#contact .contact-form { margin-top: 15px;}#contact .contact-form .wpcf7 input, #contact .contact-form .wpcf7 textarea { width: 100%; border: 0; font-size: 16px; padding: 10px 20px; transition: all 0.4s ease; border: #fff 2px solid; background: #efefef; font-weight: 300; border-radius: 20px;}#contact .contact-form .wpcf7 input:focus, #contact .contact-form .wpcf7 textarea:focus { border: #fbe217 2px solid; background: #fff; outline: none;}#contact .contact-form .wpcf7 .wpcf7-submit { color: #000; background-color: #fbe217; border-color: #f4da04; width: 20%; text-align: center; margin: 0 auto; display: block;}@media (max-width: 768px) { #contact .contact-form .wpcf7 .wpcf7-submit {  width: 40%; }}#contact .contact-form .wpcf7 .wpcf7-submit:hover { color: #000; background-color: #dbc404; border-color: #b8a403;}#about { display: block; padding: 15px 0; color: #666;}#about .first-about { font-size: 18px; line-height: 24px; font-weight: 500; border-bottom: 1px dashed #fbe217; padding-bottom: 15px; margin-bottom: 30px;}#posts { padding: 20px 0;}#posts .widget { background: #fff; padding: 30px;}#posts .widget:first-child { margin-top: 54px;}#posts .widget .widget-title { margin-top: 0px;}#posts .widget ul { list-style: none; padding-left: 0px;}#posts .widget ul li a { margin-left: 0px;}#posts .grid { background: #fff; padding: 30px;}#posts .single-post { padding: 20px 20px 35px; margin-bottom: 15px; display: block; border-bottom: 1px dashed #fbe217;}#posts .single-post:last-child { border: none;}#posts .single-post .post-info { text-align: left;}#posts .single-post .post-info .post-author, #posts .single-post .post-info .post-date { float: left; margin-right: 15px; color: #7b9a9f;}#posts .single-post .post-info h3 { margin-top: 10px;}#posts .single-post .post-image img { width: 100%; height: auto; display: block; margin: 0 auto; border: 3px solid #fff;}.single-post .post-entry { background: #fff; padding: 35px;}.single-post .post-entry ul { margin-left: 0px;}.single-post #categories-3 { margin-top: 0px;}#categories-3 { background: #fff; padding: 30px; margin-top: 54px;}#categories-3 h2 { margin: 0; border-bottom: 1px solid #7b9a9f; padding-bottom: 20px; width: 75%;}#categories-3 ul { padding: 0;}#categories-3 ul li { list-style: none; line-height: 24px;}#commentform label { display: none;}#commentform textarea { width: 100%; background: #efefef; border: #f7f7f7 2px solid; font-size: 16px; padding: 10px 20px; border-radius: 20px; transition: all 0.4s ease;}#commentform textarea:focus { border: #fbe217 2px solid; background: #fff; outline: none;}#commentform .comment-subscription-form { font-size: 10px !important;}#commentform input#submit { font-weight: 400; background: #fbe217; padding: 7px 25px; border-radius: 50px; color: #000; border: none;}#commentform input#submit:hover { color: #000; background-color: #dbc404; border-color: #b8a403;}#page .wpcf7 { margin: 3% 0;}#page .wpcf7 .wpcf7-submit { width: 40%; text-align: center; margin: 0 auto;}#page .wpcf7 span, #page .wpcf7 label { display: block;}#page .wpcf7 input, #page .wpcf7 textarea { width: 100%; border: 0; font-size: 16px; padding: 10px 20px; transition: all 0.4s ease; border: #fff 2px solid; background: #efefef; font-weight: 300; display: block; border-radius: 20px;}#page .wpcf7 input:focus, #page .wpcf7 textarea:focus { border: #fbe217 2px solid; background: #fff; outline: none;}#page .wpcf7 .wpcf7-submit { color: #000; background-color: #fbe217; border-color: #f4da04; width: 20%; text-align: center; margin: 0 auto; display: block;}@media (max-width: 768px) { #page .wpcf7 .wpcf7-submit {  width: 40%; }}#page .wpcf7 .wpcf7-submit:hover { color: #000; background-color: #dbc404; border-color: #b8a403;}#page .embed-youtube iframe, #page .embed-youtube object, #page .embed-youtube embed { width: 100%; height: 100%;}.author-page .author-bio { background: #fff none repeat scroll 0 0; margin-top: -30px; padding: 20px 0;}.author-page .author-bio .social { margin: 20px 0px;}.author-page .author-bio .social a { background: #f7f7f7; padding: 7px 9px; border-radius: 50%; font-size: 20px; height: 40px; width: 40px; display: inline-block; text-align: center; color: #999;}.author-page .author-bio .social a:hover { color: #666;}.author-page .img-circle { border: #fbe217 2px solid; margin: 10% auto;}.author-page h1 { font-weight: 300;}.author-page h1 span { font-size: 13px; text-transform: uppercase; display: block; color: #94b7bb; margin-top: 5px;}.author-page .author-description { color: #666; font-size: 13px; font-weight: 300; line-height: 1.8;}.author-page .panels { padding: 30px 0;}.author-page .panels .author-posts { padding: 5%; background: #fff;}.author-page .panels .author-posts .owl-carousel .owl-item img { max-height: 400px; margin: 0 auto; width: auto;}.author-page .panels .author-posts .owl-next { position: absolute; right: 0px; top: 50%; font-size: 40px; color: #ccc;}.author-page .panels .author-posts .owl-prev { position: absolute; left: 0px; top: 50%; font-size: 40px; color: #ccc;}.author-page .panels .author-posts h2 { font-weight: 300; text-transform: uppercase; margin: 0 0 20px 0;}.author-page .panels .author-posts .post { margin-bottom: 30px;}.author-page .panels .author-posts .post:last-child { margin-bottom: 0;}.author-page .panels .author-posts .post .cat { text-transform: uppercase; display: inline-block; font-size: 11px; color: #9ebdc2; margin-bottom: 5px;}.author-page .panels .author-posts .post h3 { margin: 0 0 5px 0; font-size: 20px;}.author-page .panels .author-posts .post time { display: block; color: #999; font-weight: 300; font-size: 12px; text-transform: uppercase; margin-bottom: 15px;}.author-page .panels .author-posts .post p { color: #666; font-size: 13px; font-weight: 300; line-height: 1.8; margin: 0;}.post-entry { position: relative; z-index: 1;}.post-entry.single { margin-bottom: 50px;}.post-entry .date { display: block; color: #999; font-weight: 300; font-size: 12px; text-transform: uppercase; margin-bottom: 5px;}.post-entry .by { font-weight: 300; color: #999; display: block; border-bottom: #eee 2px solid; padding-bottom: 20px; margin-bottom: 20px;}.post-entry .by a { color: #333;}.post-entry .cat { text-transform: uppercase; display: inline-block; color: #9ebdc2; margin-bottom: 5px;}.post-entry h1 { margin: 0 0 5px 0; color: #000;}.post-entry h2 { font-weight: 600; margin-bottom: 15px !important;}.post-entry h3 { margin-bottom: 15px !important; color: #000; font-size: 21px; line-height: 1.3; font-weight: 300;}.post-entry p { color: #666; margin-bottom: 15px !important; line-height: 1.7; font-weight: 300; font-size: 16px;}.post-entry p strong { color: #222;}.post-entry blockquote p { margin-bottom: 0 !important;}.post-entry img { margin-bottom: 15px;}.post-entry ul, .post-entry ol { margin-left: 45px; margin-bottom: 20px !important;}.post-entry ul > li { list-style: square outside none; font-size: 15px; color: #666; font-weight: 300; margin-top: 8px !important;}.post-entry ul > li:first-child { margin-top: 0;}.widget { margin-bottom: 30px;}.widget:last-child { margin-bottom: 0;}.widget .widget-title { font-size: 20px; margin-bottom: 15px !important;}.widget ul { margin: 0 !important;}.widget ul li > a { color: #999;}.widget ul li > a:hover { color: #000;}#slideshow { position: relative; margin: 0 auto;}#slideshow .owl-prev, #slideshow .owl-next { position: absolute; color: #fff; cursor: pointer; font-size: 56px; z-index: 10; top: 42%; opacity: 0.5; transition: all 0.3s ease-in;}#slideshow .owl-prev:hover, #slideshow .owl-next:hover { opacity: 1;}#slideshow .owl-prev { left: 25px;}#slideshow .owl-next { right: 25px;}.owl-item { width: 100%;}.owl-item .bk_slide { height: 50vh; width: 100%; position: relative;}.owl-item .bk_slide a { height: 100%; position: absolute; width: 100%; top: 0px; left: 0px;}.owl-item .bk_slide .call_button { font-size: 20px; text-transform: uppercase; letter-spacing: 2px; padding: 20px 40px !important; display: inline-block; margin-top: 14%; font-weight: 100;}.button_yellow { font-weight: 400; background: #fbe217; padding: 7px 25px; border-radius: 50px; color: #000;}@media (max-width: 1366px) { .owl-item .bk_slide {  height: 450px; }}@media (max-width: 1024px) { .owl-item .bk_slide {  height: 400px; }}@media (min-width: 768px) and (max-width: 992px) { #slideshow .owl-prev, #slideshow .owl-next {  display: none !important; } .owl-item .bk_slide {  height: 370px;  width: 100%; }}@media (max-width: 768px) { #slideshow .owl-prev, #slideshow .owl-next {  display: none !important; } .owl-item .bk_slide {  height: 300px;  width: 100%; }}@media (max-width: 480px) { #slideshow .owl-prev, #slideshow .owl-next {  display: none !important; } .owl-item .bk_slide {  height: 130px;  width: 100%; }}.before_welcome { background-color: #eee; color: #666; text-align: center; padding: 30px;}#marketing_boxes .mbox { background-size: cover; background-repeat: no-repeat; background-position: center center; max-height: 600px; position: relative; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; padding: 0px;}#marketing_boxes .mbox .background_cover { height: 300px;}@media (max-width: 768px) { #marketing_boxes .mbox .background_cover {  height: 210px; }}#marketing_boxes .mbox figure.effect-bubba { margin-bottom: 10px; min-width: 100% !important; max-width: 100% !important;}#marketing_boxes .mbox figure.effect-bubba p { padding: 50px 2.5em;}#marketing_boxes .mbox a { height: 100%; top: 0; left: 0;}#marketing_boxes .mbox.multi:before { padding-bottom: 0;}#marketing_boxes .mbox.multi div:before { padding-bottom: 63%;}#marketing_boxes .extra-info { text-align: left;   padding: 3% 5% 5%; display: inline-block; font-weight: 600;}#marketing_boxes .extra-info div { color: #7b9a9f; font-size: 17px;}#marketing_boxes .extra-info span { font-weight: 500;}@media (min-width: 768px) and (max-width: 992px) { #marketing_boxes .mbox:before {  padding-bottom: 50%; } #marketing_boxes .mbox.multi div:before {  padding-bottom: 100%; }}@media (max-width: 768px) { #marketing_boxes .mbox:before {  padding-bottom: 50%; } #marketing_boxes .mbox.multi div:before {  padding-bottom: 100%; }}h2.scribble_heading { color: #7b9a9f; font-size: 28px;}#best_sellers { padding: 40px 0; background: #fff;}#best_sellers .product { text-align: center;}#best_sellers span.woocommerce-Price-amount.amount { font-size: 20px;}#best_sellers .owl-prev, #best_sellers .owl-next { position: absolute; font-size: 4rem; top: 37%; color: #94b7bb; z-index: 999;}#best_sellers .owl-prev { left: 1%;}#best_sellers .owl-next { right: 1%;}#best_sellers .product-image { margin-bottom: 15px;}.products .btn-primary { color: #000; background-color: #f4da04 !important; border-color: #f4da04;}.welcome { background: #fff; padding: 40px 0;}.welcome p { text-align: center; color: #666; margin: 0; border-bottom: #eee 2px dashed; padding-bottom: 20px;}.welcome h3 { text-align: center; margin: 0; padding: 50px 0px 25px; text-transform: uppercase;}@media (max-width: 768px) { .welcome .why_health {  padding: 0px; }}.welcome .why_health .usp { border-right: 1px solid #ccc; padding-right: 15px;}@media (max-width: 768px) { .welcome .why_health .usp {  text-align: center;  padding-bottom: 30px;  border: none;  padding-right: 0px; }}@media (max-width: 768px) { .welcome .why_health .usp p {  text-align: center; }}.welcome .why_health div:last-child .usp { border: none;}.welcome .thirty-day img { height: 140px;}@media (max-width: 768px) { .welcome .thirty-day img {  height: 80px; }}@media (max-width: 768px) { .welcome .thirty-day {  padding-bottom: 30px; } .welcome .thirty-day img {  text-align: center;  margin: 0 auto;  display: block;  max-width: 40%; }}@media (max-width: 768px) { .welcome .Aligner {  display: block; }}.welcome .usp_images { background-size: 40px; background-repeat: no-repeat; height: 50px; width: 50px; display: inline-block; background-position: center; margin-right: 10px; border: 3px solid #fbe217 !important; border-radius: 50%; padding: 40px;}.welcome span { display: block; font-size: 10px; color: #000; margin-top: 5px;}.welcome .usp p { color: #93b7bb; text-align: left; border-bottom: 0px; padding-bottom: 0px;}.Aligner { display: flex; align-items: center;}.woocommerce-account .welcome { border: 1px solid #ccc; border-radius: 5px;}.woocommerce-account .no-break { display: none;}@media (max-width: 768px) { .welcome .usp img {  max-width: 250px;  margin: 0 auto; }}#featured_nutritionists { padding: 40px 0; overflow: hidden; position: relative;}#featured_nutritionists h2.scribble_heading { padding-bottom: 30px;}#featured_nutritionists:after { background: rgba(0, 0, 0, 0) url("//www.loveyourhealth.com.au/wp-content/themes/lyh/./images/svg/heart.svg") no-repeat scroll 0 0 / cover; content: ""; height: 100%; opacity: 0.1; position: absolute; top: 0; width: 100%; z-index: -1;}#featured_nutritionists .bio { padding: 50px 0 0px; font-size: 20px; background-color: rgba(151, 184, 185, 0.9); text-align: center;}#featured_nutritionists .bio h3 a { color: #fff;}#featured_nutritionists .bio p { font-weight: 100; color: #666; font-size: 13px; padding: 0px 15px 20px; color: #fff; margin: 0px;}#featured_nutritionists .owl-item { margin-bottom: 20px;}#featured_nutritionists .owl-prev, #featured_nutritionists .owl-next { position: absolute; font-size: 4rem; top: 50%; color: #94b7bb;}#featured_nutritionists .owl-prev { left: 5%;}#featured_nutritionists .owl-next { right: 5%;}.ft_image_nut { position: relative; text-align: center;}.ft_image_nut img { width: 212px !important; height: 212px; display: block; margin: 0 auto; border: 3px solid #fff; margin-bottom: -40px;}.ft_articles { background-color: #fff; height: 1%; overflow: hidden; padding: 13px 10px;}.ft_articles li { margin-bottom: 10px;}.ft_articles li .ft_nut_img { height: 70px;}.ft_articles li h5 { font-weight: 100; font-size: 12px;}.ft_articles a { text-align: center; display: block; color: #94b7bb;}@media (min-width: 768px) and (max-width: 992px) { #featured_nutritionists div[class^=col-] {  margin-bottom: 25px; } #featured_nutritionists div[class^=col-]:last-child {  margin-bottom: 0; }}@media (max-width: 768px) { #featured_nutritionists div[class^=col-] {  margin-bottom: 25px; } #featured_nutritionists div[class^=col-]:last-child {  margin-bottom: 0; }}#featured_brands { background: #fff; padding: 40px 0;}#featured_brands img { opacity: 0.6; padding: 25px; filter: grayscale(100%); transition: all 0.2s ease-in;}#featured_brands img:hover { opacity: 1; filter: grayscale(0%);}@media (max-width: 768px) { #featured_brands .owl-controls {  display: none; }}.products .product h3 { padding: 0.5em 0; margin: 0; font-size: 1em; line-height: 1.3; background-color: #fff; padding: 20px 10px 10px; text-align: center; border-bottom: 1px solid #eee; min-height: 50px !important; display: inline-block;}.error404 .page-content { margin-bottom: 30px;}.error404 input { border-radius: 6px; border: 0; padding: 5px 10px; color: #666; font-size: 12px; font-weight: 300; width: 225px;}.hamburger { padding: 15px 15px; display: inline-block; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible;}.hamburger:hover { opacity: 0.7;}.hamburger-box { width: 40px; height: 24px; display: inline-block; position: relative;}.hamburger-inner { display: block; top: 50%; margin-top: -2px;}.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { width: 40px; height: 4px; background-color: #fff !important; border-radius: 4px; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease;}.hamburger-inner::before, .hamburger-inner::after { content: ""; display: block;}.hamburger-inner::before { top: -10px;}.hamburger-inner::after { bottom: -10px;}.hamburger--3dx .hamburger-box { perspective: 80px;}.hamburger--3dx .hamburger-inner { transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);}.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);}.hamburger--3dx.is-active .hamburger-inner { background-color: transparent; transform: rotateY(180deg);}.hamburger--3dx.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg);}.hamburger--3dx.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg);}.hamburger--3dx-r .hamburger-box { perspective: 80px;}.hamburger--3dx-r .hamburger-inner { transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);}.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);}.hamburger--3dx-r.is-active .hamburger-inner { background-color: transparent; transform: rotateY(-180deg);}.hamburger--3dx-r.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg);}.hamburger--3dx-r.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg);}.hamburger--3dy .hamburger-box { perspective: 80px;}.hamburger--3dy .hamburger-inner { transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);}.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);}.hamburger--3dy.is-active .hamburger-inner { background-color: transparent; transform: rotateX(-180deg);}.hamburger--3dy.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg);}.hamburger--3dy.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg);}.hamburger--3dy-r .hamburger-box { perspective: 80px;}.hamburger--3dy-r .hamburger-inner { transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);}.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);}.hamburger--3dy-r.is-active .hamburger-inner { background-color: transparent; transform: rotateX(180deg);}.hamburger--3dy-r.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg);}.hamburger--3dy-r.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg);}.hamburger--arrow.is-active .hamburger-inner::before { transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);}.hamburger--arrow.is-active .hamburger-inner::after { transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);}.hamburger--arrow-r.is-active .hamburger-inner::before { transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);}.hamburger--arrow-r.is-active .hamburger-inner::after { transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);}.hamburger--arrowalt .hamburger-inner::before { transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);}.hamburger--arrowalt .hamburger-inner::after { transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);}.hamburger--arrowalt.is-active .hamburger-inner::before { top: 0; transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1); transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);}.hamburger--arrowalt.is-active .hamburger-inner::after { bottom: 0; transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1); transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);}.hamburger--arrowalt-r .hamburger-inner::before { transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);}.hamburger--arrowalt-r .hamburger-inner::after { transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);}.hamburger--arrowalt-r.is-active .hamburger-inner::before { top: 0; transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1); transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);}.hamburger--arrowalt-r.is-active .hamburger-inner::after { bottom: 0; transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1); transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);}.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after { transition-property: none;}.hamburger--boring.is-active .hamburger-inner { transform: rotate(45deg);}.hamburger--boring.is-active .hamburger-inner::before { top: 0; opacity: 0;}.hamburger--boring.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg);}.hamburger--collapse .hamburger-inner { top: auto; bottom: 0; transition-duration: 0.15s; transition-delay: 0.15s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--collapse .hamburger-inner::after { top: -20px; transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;}.hamburger--collapse .hamburger-inner::before { transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--collapse.is-active .hamburger-inner { transform: translate3d(0, -10px, 0) rotate(-45deg); transition-delay: 0.32s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--collapse.is-active .hamburger-inner::after { top: 0; opacity: 0; transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;}.hamburger--collapse.is-active .hamburger-inner::before { top: 0; transform: rotate(-90deg); transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--collapse-r .hamburger-inner { top: auto; bottom: 0; transition-duration: 0.15s; transition-delay: 0.15s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--collapse-r .hamburger-inner::after { top: -20px; transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;}.hamburger--collapse-r .hamburger-inner::before { transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--collapse-r.is-active .hamburger-inner { transform: translate3d(0, -10px, 0) rotate(45deg); transition-delay: 0.32s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--collapse-r.is-active .hamburger-inner::after { top: 0; opacity: 0; transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;}.hamburger--collapse-r.is-active .hamburger-inner::before { top: 0; transform: rotate(90deg); transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--elastic .hamburger-inner { top: 2px; transition-duration: 0.4s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);}.hamburger--elastic .hamburger-inner::before { top: 10px; transition: opacity 0.15s 0.4s ease;}.hamburger--elastic .hamburger-inner::after { top: 20px; transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);}.hamburger--elastic.is-active .hamburger-inner { transform: translate3d(0, 10px, 0) rotate(135deg); transition-delay: 0.1s;}.hamburger--elastic.is-active .hamburger-inner::before { transition-delay: 0s; opacity: 0;}.hamburger--elastic.is-active .hamburger-inner::after { transform: translate3d(0, -20px, 0) rotate(-270deg); transition-delay: 0.1s;}.hamburger--elastic-r .hamburger-inner { top: 2px; transition-duration: 0.4s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);}.hamburger--elastic-r .hamburger-inner::before { top: 10px; transition: opacity 0.15s 0.4s ease;}.hamburger--elastic-r .hamburger-inner::after { top: 20px; transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);}.hamburger--elastic-r.is-active .hamburger-inner { transform: translate3d(0, 10px, 0) rotate(-135deg); transition-delay: 0.1s;}.hamburger--elastic-r.is-active .hamburger-inner::before { transition-delay: 0s; opacity: 0;}.hamburger--elastic-r.is-active .hamburger-inner::after { transform: translate3d(0, -20px, 0) rotate(270deg); transition-delay: 0.1s;}.hamburger--emphatic { overflow: hidden;}.hamburger--emphatic .hamburger-inner { transition: background-color 0.2s 0.25s ease-in;}.hamburger--emphatic .hamburger-inner::before { left: 0; transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;}.hamburger--emphatic .hamburger-inner::after { top: 10px; right: 0; transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;}.hamburger--emphatic.is-active .hamburger-inner { transition-delay: 0s; transition-timing-function: ease-out; background-color: transparent;}.hamburger--emphatic.is-active .hamburger-inner::before { left: -80px; top: -80px; transform: translate3d(80px, 80px, 0) rotate(45deg); transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);}.hamburger--emphatic.is-active .hamburger-inner::after { right: -80px; top: -80px; transform: translate3d(-80px, 80px, 0) rotate(-45deg); transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);}.hamburger--emphatic-r { overflow: hidden;}.hamburger--emphatic-r .hamburger-inner { transition: background-color 0.2s 0.25s ease-in;}.hamburger--emphatic-r .hamburger-inner::before { left: 0; transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;}.hamburger--emphatic-r .hamburger-inner::after { top: 10px; right: 0; transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;}.hamburger--emphatic-r.is-active .hamburger-inner { transition-delay: 0s; transition-timing-function: ease-out; background-color: transparent;}.hamburger--emphatic-r.is-active .hamburger-inner::before { left: -80px; top: 80px; transform: translate3d(80px, -80px, 0) rotate(-45deg); transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);}.hamburger--emphatic-r.is-active .hamburger-inner::after { right: -80px; top: 80px; transform: translate3d(-80px, -80px, 0) rotate(45deg); transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);}.hamburger--slider .hamburger-inner { top: 2px;}.hamburger--slider .hamburger-inner::before { top: 10px; transition-property: transform, opacity; transition-timing-function: ease; transition-duration: 0.2s;}.hamburger--slider .hamburger-inner::after { top: 20px;}.hamburger--slider.is-active .hamburger-inner { transform: translate3d(0, 10px, 0) rotate(45deg);}.hamburger--slider.is-active .hamburger-inner::before { transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0); opacity: 0;}.hamburger--slider.is-active .hamburger-inner::after { transform: translate3d(0, -20px, 0) rotate(-90deg);}.hamburger--slider-r .hamburger-inner { top: 2px;}.hamburger--slider-r .hamburger-inner::before { top: 10px; transition-property: transform, opacity; transition-timing-function: ease; transition-duration: 0.2s;}.hamburger--slider-r .hamburger-inner::after { top: 20px;}.hamburger--slider-r.is-active .hamburger-inner { transform: translate3d(0, 10px, 0) rotate(-45deg);}.hamburger--slider-r.is-active .hamburger-inner::before { transform: rotate(45deg) translate3d(5.71429px, -6px, 0); opacity: 0;}.hamburger--slider-r.is-active .hamburger-inner::after { transform: translate3d(0, -20px, 0) rotate(90deg);}.hamburger--spring .hamburger-inner { top: 2px; transition: background-color 0s 0.15s linear;}.hamburger--spring .hamburger-inner::before { top: 10px; transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--spring .hamburger-inner::after { top: 20px; transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--spring.is-active .hamburger-inner { transition-delay: 0.32s; background-color: transparent;}.hamburger--spring.is-active .hamburger-inner::before { top: 0; transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, 10px, 0) rotate(45deg);}.hamburger--spring.is-active .hamburger-inner::after { top: 0; transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, 10px, 0) rotate(-45deg);}.hamburger--spring-r .hamburger-inner { top: auto; bottom: 0; transition-duration: 0.15s; transition-delay: 0s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--spring-r .hamburger-inner::after { top: -20px; transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;}.hamburger--spring-r .hamburger-inner::before { transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--spring-r.is-active .hamburger-inner { transform: translate3d(0, -10px, 0) rotate(-45deg); transition-delay: 0.32s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--spring-r.is-active .hamburger-inner::after { top: 0; opacity: 0; transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;}.hamburger--spring-r.is-active .hamburger-inner::before { top: 0; transform: rotate(90deg); transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--stand .hamburger-inner { transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;}.hamburger--stand .hamburger-inner::before { transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--stand .hamburger-inner::after { transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--stand.is-active .hamburger-inner { transform: rotate(90deg); background-color: transparent; transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;}.hamburger--stand.is-active .hamburger-inner::before { top: 0; transform: rotate(-45deg); transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--stand.is-active .hamburger-inner::after { bottom: 0; transform: rotate(45deg); transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--stand-r .hamburger-inner { transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;}.hamburger--stand-r .hamburger-inner::before { transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--stand-r .hamburger-inner::after { transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--stand-r.is-active .hamburger-inner { transform: rotate(-90deg); background-color: transparent; transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;}.hamburger--stand-r.is-active .hamburger-inner::before { top: 0; transform: rotate(-45deg); transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--stand-r.is-active .hamburger-inner::after { bottom: 0; transform: rotate(45deg); transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--spin .hamburger-inner { transition-duration: 0.3s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--spin .hamburger-inner::before { transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;}.hamburger--spin .hamburger-inner::after { transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--spin.is-active .hamburger-inner { transform: rotate(225deg); transition-delay: 0.14s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--spin.is-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;}.hamburger--spin.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--spin-r .hamburger-inner { transition-duration: 0.3s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--spin-r .hamburger-inner::before { transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;}.hamburger--spin-r .hamburger-inner::after { transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--spin-r.is-active .hamburger-inner { transform: rotate(-225deg); transition-delay: 0.14s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--spin-r.is-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;}.hamburger--spin-r.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--squeeze .hamburger-inner { transition-duration: 0.1s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--squeeze .hamburger-inner::before { transition: top 0.1s 0.14s ease, opacity 0.1s ease;}.hamburger--squeeze .hamburger-inner::after { transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger--squeeze.is-active .hamburger-inner { transform: rotate(45deg); transition-delay: 0.14s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--squeeze.is-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.1s ease, opacity 0.1s 0.14s ease;}.hamburger--squeeze.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger--vortex .hamburger-inner { transition-duration: 0.3s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);}.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after { transition-duration: 0s; transition-delay: 0.1s; transition-timing-function: linear;}.hamburger--vortex .hamburger-inner::before { transition-property: top, opacity;}.hamburger--vortex .hamburger-inner::after { transition-property: bottom, transform;}.hamburger--vortex.is-active .hamburger-inner { transform: rotate(765deg); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);}.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after { transition-delay: 0s;}.hamburger--vortex.is-active .hamburger-inner::before { top: 0; opacity: 0;}.hamburger--vortex.is-active .hamburger-inner::after { bottom: 0; transform: rotate(90deg);}.hamburger--vortex-r .hamburger-inner { transition-duration: 0.3s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);}.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after { transition-duration: 0s; transition-delay: 0.1s; transition-timing-function: linear;}.hamburger--vortex-r .hamburger-inner::before { transition-property: top, opacity;}.hamburger--vortex-r .hamburger-inner::after { transition-property: bottom, transform;}.hamburger--vortex-r.is-active .hamburger-inner { transform: rotate(-765deg); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);}.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after { transition-delay: 0s;}.hamburger--vortex-r.is-active .hamburger-inner::before { top: 0; opacity: 0;}.hamburger--vortex-r.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg);}.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after { background-color: #fff;}.hamburger--header { padding-left: 5px; padding-right: 0; margin-right: -5px; vertical-align: middle; cursor: default;}.hamburger--header .hamburger-inner, .hamburger--header .hamburger-inner::before, .hamburger--header .hamburger-inner::after { background-color: #222;}.hamburger--header.hamburger--elastic .hamburger-inner, .hamburger--header.hamburger--slider .hamburger-inner { top: 2px;}.hamburger--header:hover { opacity: 1;}.hamburger-wrap { text-align: center;}.hamburger--accessible { display: inline-block;}.hamburger--accessible .hamburger-box { display: inline-block; vertical-align: middle;}.hamburger--accessible .hamburger-inner, .hamburger--accessible .hamburger-inner::before, .hamburger--accessible .hamburger-inner::after { background-color: #222;}.hamburger-label { font-weight: 600; text-transform: uppercase; display: inline-block; margin-left: 5px; vertical-align: middle;}.hamburger-label-hidden { display: none;}.hamburger--example { outline: 1px dashed cyan;}.hamburger--example .hamburger-box { outline: 1px dashed green;}.hamburger--example .hamburger-inner, .hamburger--example .hamburger-inner::before, .hamburger--example .hamburger-inner::after { background-color: #222;}.name { font-size: 0.8em; font-weight: 600; color: #fff; padding-top: 1.25em; padding-top: 2em; width: 100%; position: absolute; top: 0; left: 0;}.information-directions { font-size: 14px; width: 100%;}.browsers, .types { padding-left: 0; list-style: none;}.browsers li, .types li { margin-bottom: 0.25em;}.browsers { padding-left: 1em; column-count: 2;}.hint { display: none; margin-bottom: 1em;}.hint.is-visible { display: block;}@media only screen and (min-width: 320px) { .browsers {  column-count: 2; }}@media only screen and (min-width: 480px) { .types {  column-count: 2; } .browsers {  column-count: 3; }}@media only screen and (min-width: 640px) { .information-directions {  font-size: 15px; }}.woocommerce.widget { padding: 20px; background: #fff; margin-bottom: 20px;}.woocommerce.widget .widget-title { margin: 0 0 15px 0; text-transform: lowercase; font-size: 13px; letter-spacing: 1px; font-family: Tombow;}.woocommerce.widget:last-child { margin-bottom: 0;}.products { clear: both;}.products .product h3 { padding: 0.5em 0; margin: 0; font-size: 1em; line-height: 1.3; background-color: #fff; padding: 20px 10px 10px; text-align: center; border-bottom: 1px solid #eee; min-height: 80px;}.products span.price { text-align: center; background-color: #fff; padding: 10px; margin-bottom: 0px !important; font-size: 29px !important;}.products .afterpay-payment-info {  background-color: #fff; padding: 0px 10px 6px; font-size: 12px; width: 100%; color: #666; text-align: center;}.products .product { text-align: center;}.page-numbers span.page-numbers.dots { border: 0px !Important; padding: 0px !Important; color: #666 !important;}nav.prdctfltr-pagination.prdctfltr-pagination-default { text-align: center; padding: 20px 0px;}.prdctfltr_widget_title { font-size: 14px; text-transform: uppercase;}.prdctfltr_filter .widget_title { margin: 0 0 0px 0 !important;}.prdctfltr_add_scroll { margin-top: 10px;}.prdctfltr-pagination { margin: 50px 0; text-align: center;}nav.prdctfltr-pagination.prdctfltr-pagination-load-more a, nav.prdctfltr-pagination.prdctfltr-pagination-load-more span { padding: 20px 50px !important;}nav.prdctfltr-pagination.prdctfltr-pagination-load-more a:hover { border-color: #7b9a9f !important; color: #7b9a9f !important;}.shipping-calculator-button { font-weight: 400; background: #7b9a9f; padding: 6px 25px; border-radius: 50px; color: #fff; display: inline-block; margin: 10px 0px 0px;}div.wpcf7 { margin: 0; padding: 0;}div.wpcf7-response-output { margin: 2em 0.5em 1em; padding: 0.2em 1em;}div.wpcf7 .screen-reader-response { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; margin: 0; padding: 0; border: 0;}div.wpcf7-mail-sent-ok { border: 2px solid #398f14;}div.wpcf7-mail-sent-ng { border: 2px solid #ff0000;}div.wpcf7-spam-blocked { border: 2px solid #ffa500;}div.wpcf7-validation-errors { border: 2px solid #f7e700;}.wpcf7-form-control-wrap { position: relative;}span.wpcf7-not-valid-tip { color: #f00; font-size: 1em; font-weight: normal; display: block;}.use-floating-validation-tip span.wpcf7-not-valid-tip { position: absolute; top: 20%; left: 20%; z-index: 100; border: 1px solid #ff0000; background: #fff; padding: .2em .8em;}span.wpcf7-list-item { display: inline-block; margin: 0 0 0 1em;}span.wpcf7-list-item-label::before,span.wpcf7-list-item-label::after { content: " ";}.wpcf7-display-none { display: none;}div.wpcf7 .ajax-loader { visibility: hidden; display: inline-block; background-image: url('//www.loveyourhealth.com.au/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif'); width: 16px; height: 16px; border: none; padding: 0; margin: 0 0 0 4px; vertical-align: middle;}div.wpcf7 .ajax-loader.is-active { visibility: visible;}div.wpcf7 div.ajax-error { display: none;}div.wpcf7 .placeheld { color: #888;}div.wpcf7 .wpcf7-recaptcha iframe { margin-bottom: 0;}div.wpcf7 input[type="file"] { cursor: pointer;}div.wpcf7 input[type="file"]:disabled { cursor: default;}@charset "utf-8";.usersinfo{ float:; width:100%;}.userlist{ float:left; width:100%; margin: 10px 0;}.useravtar{ float:left; margin-right: 15px;}.usernicename{ display:block;}.useremail{ display:block;}.useravtar{ float:left;}.wad-discount{  color: red;}.wad-facebook, .wad-instagram{  display: inline-block;  padding: 5px;    padding-left: 40px;  color: white;  background-size: 22px !important;}.wad-facebook{  background: url("//www.loveyourhealth.com.au/wp-content/plugins/woo-advanced-discounts/public/css/../images/facebook.png") 10px center #3B5998 no-repeat;}.wad-instagram{  background: url("//www.loveyourhealth.com.au/wp-content/plugins/woo-advanced-discounts/public/css/../images/instagram.png") 10px center #D8CDBC no-repeat;}.order-discount img{  display: inline-block;  max-width: 15px;  vertical-align: text-bottom;}.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}body.toplevel_page_woo-notification { overflow-x: hidden;}#message-purchased { border: 0 none; border-radius: 0; bottom: 20px; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4); display: none; font-family: tahoma, sans-serif; left: 20px; padding: 0; position: fixed; right: auto !important; text-align: left; top: auto !important; width: auto; z-index: 99999;}#message-purchased.bottom_right { left: auto !important; right: 20px !important;}#message-purchased.top_right { left: auto !important; right: 20px !important; top: 20px !important; bottom: auto !important;}#message-purchased.top_left { left: auto !important; top: 20px !important; bottom: auto !important;}#message-purchased img { cursor: pointer; float: left; max-height: 85px; max-width: 85px; width: auto; align-self: center;}#message-purchased.img-right img { cursor: pointer; float: right; max-height: 85px; max-width: 120px; width: auto;}#message-purchased p { float: left; font-size: 13px; line-height: 20px; margin: 0 0 0 13px; padding: 10px 5px 5px 0; width: auto;}#message-purchased p a { color: #000; display: block; font-size: 15px; font-weight: 700; width: 100%; margin: 0;}#message-purchased p a:hover { color: #000;}#message-purchased p small { display: block; font-size: 10px; margin-bottom: 8px;}#message-purchased { padding-right: 25px;}#message-purchased.img-right { padding: 0;}#message-purchased #notify-close { background: rgba(0, 0, 0, 0) url("//www.loveyourhealth.com.au/wp-content/plugins/woo-notification/css/../images/close.png") repeat scroll 0 0 / cover; cursor: pointer; height: 16px; position: absolute; right: 10px; top: 10px; width: 16px;}@media screen and (max-width: 767px) { #message-purchased { bottom: 0 !important; box-sizing: border-box; left: 0 !important; top: auto !important; width: 100%; padding: 0; } #message-purchased img { max-width: 20%; } #message-purchased a img { max-width: 100%; } #message-purchased p { font-size: 11px; width: 70%; } #message-purchased p a { font-size: 13px; } #message-purchased p small { margin-bottom: 0; }}#woo-notification-audio { display: none;}#message-purchased { background-color: #ffffff; color: #0f0f0f;}#message-purchased a { color: #0f0f0f;}@keyframes nFadeIn { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: none; }}#message-purchased.fade-in { animation-duration: 1s; animation-fill-mode: both; animation-name: nFadeIn; opacity: 0;}@keyframes nFadeOut { 0% { opacity: 1; } 100% { bottom: 0; opacity: 0; transform: translate3d(0px, 100%, 0px); }}#message-purchased.fade-out { animation-duration: 1s; animation-fill-mode: both; animation-name: nFadeOut; opacity: 1;}@keyframes nbounceIn { from, 20%, 40%, 60%, 80%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: scale3d(.3, .3, .3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(.9, .9, .9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(.97, .97, .97); } to { opacity: 1; transform: scale3d(1, 1, 1); }}#message-purchased.bounceIn { animation-duration: 1s; animation-name: nbounceIn;}@keyframes nbounceInDown { from, 60%, 75%, 90%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: translate3d(0, -3000px, 0); } 60% { opacity: 1; transform: translate3d(0, 25px, 0); } 75% { transform: translate3d(0, -10px, 0); } 90% { transform: translate3d(0, 5px, 0); } to { transform: none; }}#message-purchased.bounceInDown { animation-duration: 1s; animation-name: nbounceInDown;}@keyframes nbounceInLeft { from, 60%, 75%, 90%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; transform: translate3d(25px, 0, 0); } 75% { transform: translate3d(-10px, 0, 0); } 90% { transform: translate3d(5px, 0, 0); } to { transform: none; }}#message-purchased.bounceInLeft { animation-duration: 1s; animation-name: nbounceInLeft;}@keyframes nbounceInRight { from, 60%, 75%, 90%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { opacity: 0; transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; transform: translate3d(-25px, 0, 0); } 75% { transform: translate3d(10px, 0, 0); } 90% { transform: translate3d(-5px, 0, 0); } to { transform: none; }}#message-purchased.bounceInRight { animation-duration: 1s; animation-name: nbounceInRight;}@keyframes nbounceInUp { from, 60%, 75%, 90%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { opacity: 0; transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; transform: translate3d(0, -20px, 0); } 75% { transform: translate3d(0, 10px, 0); } 90% { transform: translate3d(0, -5px, 0); } to { transform: translate3d(0, 0, 0); }}#message-purchased.bounceInUp { animation-duration: 1.5s; animation-name: nbounceInUp;}@keyframes nbounceOut { 20% { transform: scale3d(.9, .9, .9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; transform: scale3d(.3, .3, .3); }}#message-purchased.bounceOut { animation-duration: 1.5s; animation-name: nbounceOut; opacity: 0;}@keyframes nbounceOutDown { 20% { transform: translate3d(0, 10px, 0); } 40%, 45% { opacity: 1; transform: translate3d(0, -20px, 0); } to { opacity: 0; transform: translate3d(0, 2000px, 0); }}#message-purchased.bounceOutDown { animation-duration: 1.5s; animation-name: nbounceOutDown; opacity: 0;}@keyframes nbounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0, 0); } to { opacity: 0; transform: translate3d(-2000px, 0, 0); }}#message-purchased.bounceOutLeft { animation-duration: 1.5s; animation-name: nbounceOutLeft; opacity: 0;}@keyframes nbounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0, 0); } to { opacity: 0; transform: translate3d(2000px, 0, 0); }}#message-purchased.bounceOutRight { animation-duration: 1.5s; animation-name: nbounceOutRight; opacity: 0;}@keyframes nbounceOutUp { 20% { transform: translate3d(0, -10px, 0); } 40%, 45% { opacity: 1; transform: translate3d(0, 20px, 0); } to { opacity: 0; transform: translate3d(0, -2000px, 0); }}#message-purchased.bounceOutUp { animation-duration: 1.5s; animation-name: nbounceOutUp; opacity: 0;}@keyframes nfadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0); } to { opacity: 1; transform: none; }}#message-purchased.fadeInDown { animation-duration: 1s; animation-name: nfadeInDown;}@keyframes nfadeInDownBig { from { opacity: 0; transform: translate3d(0, -2000px, 0); } to { opacity: 1; transform: none; }}#message-purchased.fadeInDownBig { animation-duration: 1s; animation-name: nfadeInDownBig;}@keyframes nfadeInLeft { from { opacity: 0; transform: translate3d(-100%, 0, 0); } to { opacity: 1; transform: none; }}#message-purchased.fadeInLeft { animation-duration: 1s; animation-name: nfadeInLeft;}@keyframes nfadeInLeftBig { from { opacity: 0; transform: translate3d(-2000px, 0, 0); } to { opacity: 1; transform: none; }}#message-purchased.fadeInLeftBig { animation-duration: 1s; animation-name: nfadeInLeftBig;}@keyframes nfadeInRight { from { opacity: 0; transform: translate3d(100%, 0, 0); } to { opacity: 1; transform: none; }}#message-purchased.fadeInRight { animation-duration: 1s; animation-name: nfadeInRight;}@keyframes nfadeInRightBig { from { opacity: 0; transform: translate3d(2000px, 0, 0); } to { opacity: 1; transform: none; }}#message-purchased.fadeInRightBig { animation-duration: 1s; animation-name: nfadeInRightBig;}@keyframes nfadeInUp { from { opacity: 0; transform: translate3d(0, 100%, 0); } to { opacity: 1; transform: none; }}#message-purchased.fadeInUp { animation-duration: 1s; animation-name: nfadeInUp;}@keyframes nfadeInUpBig { from { opacity: 0; transform: translate3d(0, 2000px, 0); } to { opacity: 1; transform: none; }}#message-purchased.fadeInUpBig { animation-duration: 1s; animation-name: nfadeInUpBig;}@keyframes nfadeOutDown { from { opacity: 1; } to { opacity: 0; transform: translate3d(0, 100%, 0); }}#message-purchased.fadeOutDown { animation-duration: 1.5s; animation-name: nfadeOutDown; opacity: 0;}@keyframes nfadeOutDownBig { from { opacity: 1; } to { opacity: 0; transform: translate3d(0, 2000px, 0); }}#message-purchased.fadeOutDownBig { animation-duration: 1.5s; animation-name: nfadeOutDownBig; opacity: 0;}@keyframes nfadeOutLeft { from { opacity: 1; } to { opacity: 0; transform: translate3d(-100%, 0, 0); }}#message-purchased.fadeOutLeft { animation-duration: 1.5s; animation-name: nfadeOutLeft; opacity: 0;}@keyframes nfadeOutLeftBig { from { opacity: 1; } to { opacity: 0; transform: translate3d(-2000px, 0, 0); }}#message-purchased.fadeOutLeftBig { animation-duration: 1.5s; animation-name: nfadeOutLeftBig; opacity: 0;}@keyframes nfadeOutRight { from { opacity: 1; } to { opacity: 0; transform: translate3d(100%, 0, 0); }}#message-purchased.fadeOutRight { animation-duration: 1.5s; animation-name: nfadeOutRight; opacity: 0;}@keyframes nfadeOutRightBig { from { opacity: 1; } to { opacity: 0; transform: translate3d(2000px, 0, 0); }}#message-purchased.fadeOutRightBig { animation-duration: 1.5s; animation-name: nfadeOutRightBig; opacity: 0;}@keyframes nfadeOutUp { from { opacity: 1; } to { opacity: 0; transform: translate3d(0, -100%, 0); }}#message-purchased.fadeOutUp { animation-duration: 1.5s; animation-name: nfadeOutUp; opacity: 0;}@keyframes nfadeOutUpBig { from { opacity: 1; } to { opacity: 0; transform: translate3d(0, -2000px, 0); }}#message-purchased.fadeOutUpBig { animation-duration: 1.5s; animation-name: nfadeOutUpBig; opacity: 0;}@keyframes nflipInX { from { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { transform: perspective(400px); }}#message-purchased.flipInX { animation-duration: 1s; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; animation-name: nflipInX;}@keyframes nflipInY { from { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { transform: perspective(400px); }}#message-purchased.flipInY { animation-duration: 1s; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; animation-name: nflipInY;}@keyframes nflipOutX { from { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; }}#message-purchased.flipOutX { animation-duration: 1.5s; animation-name: nflipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; opacity: 0;}@keyframes nflipOutY { from { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; }}#message-purchased.flipOutY { animation-duration: 1.5s; animation-name: nflipOutY; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; opacity: 0;}@keyframes nlightSpeedIn { from { transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); opacity: 1; } to { transform: none; opacity: 1; }}#message-purchased.lightSpeedIn { animation-duration: 1s; animation-name: nlightSpeedIn; animation-timing-function: ease-out;}@keyframes nlightSpeedOut { from { opacity: 1; } to { transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; }}#message-purchased.lightSpeedOut { animation-duration: 1.5s; animation-name: nlightSpeedOut; animation-timing-function: ease-in; opacity: 0;}@keyframes nrotateIn { from { transform-origin: center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { transform-origin: center; transform: none; opacity: 1; }}#message-purchased.rotateIn { animation-duration: 1s; animation-name: nrotateIn;}@keyframes nrotateInDownLeft { from { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { transform-origin: left bottom; transform: none; opacity: 1; }}#message-purchased.rotateInDownLeft { animation-duration: 1s; animation-name: nrotateInDownLeft;}@keyframes nrotateInDownRight { from { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { transform-origin: right bottom; transform: none; opacity: 1; }}#message-purchased.rotateInDownRight { animation-duration: 1s; animation-name: nrotateInDownRight;}@keyframes nrotateInUpLeft { from { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { transform-origin: left bottom; transform: none; opacity: 1; }}#message-purchased.rotateInUpLeft { animation-duration: 1s; animation-name: nrotateInUpLeft;}@keyframes nrotateInUpRight { from { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { transform-origin: right bottom; transform: none; opacity: 1; }}#message-purchased.rotateInUpRight { animation-duration: 1s; animation-name: nrotateInUpRight;}@keyframes nrotateOut { from { transform-origin: center; opacity: 1; } to { transform-origin: center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; }}#message-purchased.rotateOut { animation-duration: 1.5s; animation-name: nrotateOut; opacity: 0;}@keyframes nrotateOutDownLeft { from { transform-origin: left bottom; opacity: 1; } to { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }}#message-purchased.rotateOutDownLeft { animation-duration: 1.5s; animation-name: nrotateOutDownLeft; opacity: 0;}@keyframes nrotateOutDownRight { from { transform-origin: right bottom; opacity: 1; } to { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }}#message-purchased.rotateOutDownRight { animation-duration: 1.5s; animation-name: nrotateOutDownRight; opacity: 0;}@keyframes nrotateOutUpLeft { from { transform-origin: left bottom; opacity: 1; } to { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }}#message-purchased.rotateOutUpLeft { animation-duration: 1.5s; animation-name: nrotateOutUpLeft; opacity: 0;}@keyframes nrotateOutUpRight { from { transform-origin: right bottom; opacity: 1; } to { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; }}#message-purchased.rotateOutUpRight { animation-duration: 1.5s; animation-name: nrotateOutUpRight; opacity: 0;}@keyframes nrollIn { from { opacity: 0; transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; transform: none; }}#message-purchased.rollIn { animation-duration: 1s; animation-name: nrollIn;}@keyframes nrollOut { from { opacity: 1; } to { opacity: 0; transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); }}#message-purchased.rollOut { animation-duration: 1.5s; animation-name: nrollOut; opacity: 0;}@keyframes nzoomIn { from { opacity: 0; transform: scale3d(.3, .3, .3); } 50% { opacity: 1; }}#message-purchased.zoomIn { animation-duration: 1s; animation-name: nzoomIn;}@keyframes nzoomInDown { from { opacity: 0; transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }}#message-purchased.zoomInDown { animation-duration: 1s; animation-name: nzoomInDown;}@keyframes nzoomInLeft { from { opacity: 0; transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }}#message-purchased.zoomInLeft { animation-duration: 1s; animation-name: nzoomInLeft;}@keyframes nzoomInRight { from { opacity: 0; transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }}#message-purchased.zoomInRight { animation-duration: 1s; animation-name: nzoomInRight;}@keyframes nzoomInUp { from { opacity: 0; transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }}#message-purchased.zoomInUp { animation-duration: 1s; animation-name: nzoomInUp;}@keyframes nzoomOut { from { opacity: 1; } 50% { opacity: 0; transform: scale3d(.3, .3, .3); } to { opacity: 0; }}#message-purchased.zoomOut { animation-duration: 1.5s; animation-name: nzoomOut; opacity: 0;}@keyframes nzoomOutDown { 40% { opacity: 1; transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }}#message-purchased.zoomOutDown { animation-duration: 1.5s; animation-name: nzoomOutDown; opacity: 0;}@keyframes nzoomOutLeft { 40% { opacity: 1; transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); } to { opacity: 0; transform: scale(.1) translate3d(-2000px, 0, 0); transform-origin: left center; }}#message-purchased.zoomOutLeft { animation-duration: 1.5s; animation-name: nzoomOutLeft; opacity: 0;}@keyframes nzoomOutRight { 40% { opacity: 1; transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); } to { opacity: 0; transform: scale(.1) translate3d(2000px, 0, 0); transform-origin: right center; }}#message-purchased.zoomOutRight { animation-duration: 1.5s; animation-name: nzoomOutRight; opacity: 0;}@keyframes nzoomOutUp { 40% { opacity: 1; transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }}#message-purchased.zoomOutUp { animation-duration: 1.5s; animation-name: nzoomOutUp; opacity: 0;}@keyframes nslideInDown { from { transform: translate3d(0, -100%, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); }}#message-purchased.slideInDown { animation-duration: 1s; animation-name: nslideInDown;}@keyframes nslideInLeft { from { transform: translate3d(-100%, 0, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); }}#message-purchased.slideInLeft { animation-duration: 1s; animation-name: nslideInLeft;}@keyframes nslideInRight { from { transform: translate3d(100%, 0, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); }}#message-purchased.slideInRight { animation-duration: 1s; animation-name: nslideInRight;}@keyframes nslideInUp { from { transform: translate3d(0, 100%, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); }}#message-purchased.slideInUp { animation-duration: 1s; animation-name: nslideInUp;}@keyframes nslideOutDown { from { transform: translate3d(0, 0, 0); opacity: 1; } to { visibility: hidden; transform: translate3d(0, 100%, 0); opacity: 0; }}#message-purchased.slideOutDown { animation-duration: 1.5s; animation-name: nslideOutDown; opacity: 0;}@keyframes nslideOutLeft { from { transform: translate3d(0, 0, 0); opacity: 1; } to { visibility: hidden; transform: translate3d(-100%, 0, 0); opacity: 0; }}#message-purchased.slideOutLeft { animation-duration: 1.5s; animation-name: nslideOutLeft; opacity: 0;}@keyframes nslideOutRight { from { transform: translate3d(0, 0, 0); opacity: 1; } to { visibility: hidden; transform: translate3d(100%, 0, 0); opacity: 0; }}#message-purchased.slideOutRight { animation-duration: 1.5s; animation-name: nslideOutRight; opacity: 0;}@keyframes nslideOutUp { from { transform: translate3d(0, 0, 0); opacity: 1; } to { visibility: hidden; opacity: 0; transform: translate3d(0, -100%, 0); }}#message-purchased.slideOutUp { animation-duration: 1.5s; animation-name: nslideOutUp; opacity: 0;}#message-purchased .wn-nonajax { display: flex;}#message-purchased.extended { width: 400px;}#message-purchased.extended.wn-boxing::before { background-color: #c41c2f;}#message-purchased.extended::before { right: 0; position: absolute; top: 0; content: " "; bottom: 0; left: 0; background-repeat: no-repeat; background-position: top right;}#message-purchased.extended > * { z-index: 1;}#message-purchased.extended img { padding: 7px 0 7px 5px;}#message-purchased.extended p { width: 270px;}#message-purchased.extended p a { width: 270px; overflow: hidden; text-overflow: ellipsis; padding-right: 0;}#message-purchased.extended.wn-boxing::before { background-color: #c41c2f;}#message-purchased.extended.wn-christmas { border-bottom-right-radius: 0; border-top-right-radius: 0; background-color: #ec6a6f;}#message-purchased.extended.wn-christmas::before { right: -47px; background-position: bottom right;}#message-purchased.extended.wn-black_friday::before { background-size: auto 100%;}#message-purchased.extended.wn-valentine::before { background-position: bottom right; background-color: #fce9f6;}

                #message-purchased{
                        background-color: ;                       
                        color: !important;
                        border-radius:px ;
                }
                #message-purchased img{
                       border-radius:px 0 0 px;
                }
                 #message-purchased a{
                        color: !important;
                }
iframe[name='google_conversion_frame'] {  height: 0 !important;  width: 0 !important;  line-height: 0 !important;  font-size: 0 !important;  margin-top: -13px;  float: left;}.tax-product_brand .brand-description { overflow: hidden; zoom: 1;}.tax-product_brand .brand-description img.brand-thumbnail { width: 25%; float: right;}.tax-product_brand .brand-description .text { width: 72%; float: left;}.widget_brand_description img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;   box-sizing: border-box;     width: 100%; max-width: none; height: auto; margin: 0 0 1em;}.widget .brand-thumbnails, .brand-thumbnails { overflow: hidden; zoom: 1; margin: 0; clear: both; list-style: none;}.widget .brand-thumbnails li, .brand-thumbnails li { float: left; padding: 0; margin: 0 2% 2% 0;}.widget .brand-thumbnails li.last, .brand-thumbnails li.last { margin-right: 0;}.widget .brand-thumbnails li img, .brand-thumbnails li img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;   box-sizing: border-box;     width: 100%; max-width: none; height: auto; margin: 0;}.brand-thumbnails-description li { text-align: center;}.brand-thumbnails-description li .term-thumbnail img { display: inline;}.brand-thumbnails-description li .term-description { margin-top: 1em; text-align: left;}#brands_a_z h3:target { text-decoration: underline;}ul.brands_index { list-style: none outside; overflow: hidden; zoom: 1;}ul.brands_index li { float: left; margin: 0 2px 2px 0;}ul.brands_index li a, ul.brands_index li span { border: 1px solid #ccc; padding: 6px; line-height: 1em; float: left; text-decoration: none;}ul.brands_index li span { border-color: #eee; color: #ddd;}ul.brands_index li a:hover { border-width: 2px; padding: 5px; text-decoration: none;}ul.brands_index li a.active { border-width: 2px; padding: 5px;}div#brands_a_z a.top { border: 1px solid #ccc; padding: 4px; line-height: 1em; float: right; text-decoration: none; font-size: 0.8em;}#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link { -moz-transition: none; -o-transition: none; -webkit-transition: none; transition: none; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -ms-border-radius: 0 0 0 0; -o-border-radius: 0 0 0 0; border-radius: 0 0 0 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; background: none; border: 0; bottom: auto; box-sizing: border-box; clip: auto; color: #666; display: block; float: none; font-family: inherit; font-size: 14px; height: auto; left: auto; line-height: 1.7; list-style-type: none; margin: 0; min-height: 0; opacity: 1; outline: none; overflow: visible; padding: 0; position: relative; right: auto; text-align: left; text-decoration: none; text-transform: none; top: auto; vertical-align: baseline; visibility: inherit; width: auto;}#mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after { display: none;}#mega-menu-wrap-primary { background: rgba(0, 0, 0, 0); -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 0px 0px 0px 0px; -ms-border-radius: 0px 0px 0px 0px; -o-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px;}#mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus { -webkit-box-shadow: inset 0px 0px 3px 1px #0ff; -moz-box-shadow: inset 0px 0px 3px 1px #0ff; -ms-box-shadow: inset 0px 0px 3px 1px #0ff; -o-box-shadow: inset 0px 0px 3px 1px #0ff; box-shadow: inset 0px 0px 3px 1px #0ff;}#mega-menu-wrap-primary #mega-menu-primary { visibility: visible; text-align: left; padding: 0px 0px 0px 0px;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary {  background: #222; }}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary {  padding: 0; }}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link { cursor: pointer; display: inline;}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group { vertical-align: middle; display: inline-block;}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description { line-height: 1.5; display: block;}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description { font-style: italic; font-size: 0.8em; text-transform: none; font-weight: normal;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link { display: table-cell; vertical-align: middle; line-height: initial;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link:before { display: block; margin: 0 0 6px 0; text-align: center;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below { display: inline-block;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link {  display: block;  line-height: 40px; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {  display: inline-block;  margin: 0 6px 0 0;  text-align: left; }}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link:before { float: right; margin: 0 0 0 6px;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-animating > ul.mega-sub-menu { pointer-events: none;}#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link { cursor: default;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link { cursor: pointer;}#mega-menu-wrap-primary #mega-menu-primary p { margin-bottom: 10px;}#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img { max-width: 100%;}#mega-menu-wrap-primary #mega-menu-primary .widget_media_image figure, #mega-menu-wrap-primary #mega-menu-primary .widget_media_image .wp-caption { width: auto !important;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu { display: block; visibility: hidden; opacity: 1;}#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu { opacity: 0; transition-duration: 200ms; transition-timing-function: ease-in; transition-property: opacity, visibility;}#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu { opacity: 1;}#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu { opacity: 0; margin-top: 10px; transition-duration: 200ms; transition-timing-function: ease-in; transition-property: opacity, margin-top, visibility;}#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu { opacity: 1; margin-top: 0;}#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu { margin-top: 10px; transition-duration: 200ms; transition-timing-function: ease-in; transition-property: margin-top, visibility;}#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu { margin-top: 0;}#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu { visibility: visible;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu { visibility: inherit; opacity: 1;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^='dashicons']:before { font-family: dashicons;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before { display: inline-block; font: inherit; font-family: dashicons; position: static; margin: 0 6px 0 0px; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: inherit;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before { margin: 0;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before { margin: 0 6px 0 0;}#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link { -webkit-border-radius: 0px 0px 0 0; -moz-border-radius: 0px 0px 0 0; -ms-border-radius: 0px 0px 0 0; -o-border-radius: 0px 0px 0 0; border-radius: 0px 0px 0 0;}#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu { right: 0;}#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link { -webkit-border-radius: 0px 0px 0 0; -moz-border-radius: 0px 0px 0 0; -ms-border-radius: 0px 0px 0 0; -o-border-radius: 0px 0px 0 0; border-radius: 0px 0px 0 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item { position: static;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item { margin: 0 0px 0 0; display: inline-block; height: auto; vertical-align: middle;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right { float: right;}@media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {  margin: 0 0 0 0px; }}@media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-float-left {  float: left; }}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus { background: rgba(0, 0, 0, 0); color: #fff; font-weight: normal; text-decoration: none; border-color: #fff;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { border-top: 0px solid #fff; border-left: 0px solid #fff; border-right: 0px solid #fff; border-bottom: 0px solid #fff; outline: none; text-decoration: none; padding: 0px 10px 0px 10px; line-height: 40px; font-weight: normal; height: 40px; vertical-align: baseline; text-align: left; width: auto; display: block; color: #fff; text-transform: none; text-decoration: none; background: rgba(0, 0, 0, 0); -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 0px 0px 0px 0px; -ms-border-radius: 0px 0px 0px 0px; -o-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; font-family: inherit; font-size: 14px;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {  text-align: left;  color: #fff;  font-size: 14px; }}@media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link {  line-height: inherit;  display: table-cell;  vertical-align: middle; }}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {  display: none; }}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {  display: list-item;  margin: 0;  clear: both;  border: 0; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {  float: none; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {  -webkit-border-radius: 0 0 0 0 0 0 0;  -moz-border-radius: 0 0 0 0 0 0 0;  -ms-border-radius: 0 0 0 0 0 0 0;  -o-border-radius: 0 0 0 0 0 0 0;  border-radius: 0 0 0 0 0 0 0;  border: 0;  margin: 0;  line-height: 40px;  height: 40px;  padding: 0 10px; }}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row { width: 100%; float: left;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column { float: left; min-height: 1px;}@media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {  width: 8.33333%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {  width: 16.66667%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {  width: 25%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {  width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {  width: 41.66667%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {  width: 50%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {  width: 58.33333%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {  width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {  width: 75%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {  width: 83.33333%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {  width: 91.66667%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {  width: 100%; }}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {  width: 50%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-menu-clear {  clear: left; }}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { padding: 15px 15px 15px 15px; width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu { z-index: 999; -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 0px 0px 0px 0px; -ms-border-radius: 0px 0px 0px 0px; -o-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; background: #f1f1f1; padding: 10px 20px 20px 20px; position: absolute; width: 100%; border-top: 0px solid #fff; border-left: 0px solid #fff; border-right: 0px solid #fff; border-bottom: 0px solid #fff; max-width: none; left: 0;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {  float: left;  position: static;  width: 100%; }}@media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {  width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {  width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {  width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {  width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {  width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {  width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {  width: 25%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {  width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {  width: 75%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {  width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {  width: 20%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {  width: 40%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {  width: 60%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {  width: 80%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {  width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {  width: 16.66667%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {  width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {  width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {  width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {  width: 83.33333%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {  width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {  width: 14.28571%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {  width: 28.57143%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {  width: 42.85714%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {  width: 57.14286%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {  width: 71.42857%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {  width: 85.71429%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {  width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {  width: 12.5%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {  width: 25%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {  width: 37.5%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {  width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {  width: 62.5%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {  width: 75%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {  width: 87.5%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {  width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {  width: 11.11111%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {  width: 22.22222%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {  width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {  width: 44.44444%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {  width: 55.55556%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {  width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {  width: 77.77778%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {  width: 88.88889%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {  width: 100%; }}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description { margin: 5px 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu { clear: both;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu { margin-left: 10px;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu { margin-left: 20px;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { color: #666; font-family: inherit; font-size: 14px; display: block; float: left; clear: none; padding: 15px 15px 15px 15px; vertical-align: top;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear { clear: left;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title { color: #555; font-family: inherit; font-size: 16px; text-transform: uppercase; text-decoration: none; font-weight: bold; margin: 0px 0px 0px 0px; padding: 0px 0px 5px 0px; vertical-align: top; display: block; border-top: 0px solid #555; border-left: 0px solid #555; border-right: 0px solid #555; border-bottom: 0px solid #555;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { color: #555; font-family: inherit; font-size: 16px; text-transform: uppercase; text-decoration: none; font-weight: bold; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; vertical-align: top; display: block; border-top: 0px solid #555; border-left: 0px solid #555; border-right: 0px solid #555; border-bottom: 0px solid #555;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus { color: #555; font-weight: bold; text-decoration: none; background: rgba(0, 0, 0, 0);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link { color: #666; font-family: inherit; font-size: 14px; text-transform: none; text-decoration: none; font-weight: normal; margin: 0; padding: 0px 0px 0px 0px; vertical-align: top; display: block;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus { color: #666; font-weight: normal; text-decoration: none; background: rgba(0, 0, 0, 0);}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {  border: 0;  padding: 10px;  -webkit-border-radius: 0 0 0 0;  -moz-border-radius: 0 0 0 0;  -ms-border-radius: 0 0 0 0;  -o-border-radius: 0 0 0 0;  border-radius: 0 0 0 0; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {  width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {  clear: left; }}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { color: #666; font-family: inherit; font-size: 14px; text-transform: none; text-decoration: none; font-weight: normal; margin: 0; border: 0; padding: 0px 0px 0px 0px; vertical-align: top; display: block;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus { color: #666; font-weight: normal; text-decoration: none; background: rgba(0, 0, 0, 0);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu { z-index: 999; position: absolute; width: 100%; border-top: 0px solid #fff; border-left: 0px solid #fff; border-right: 0px solid #fff; border-bottom: 0px solid #fff; padding: 0px 0px 0px 0px; background: #f1f1f1; max-width: none;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {  float: left;  position: static;  width: 100%;  padding: 0;  border: 0; }}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {  clear: both; }}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link { display: block; background: #f1f1f1; color: #666; font-family: inherit; font-size: 14px; font-weight: normal; padding: 0px 10px 0px 10px; line-height: 35px; text-decoration: none; text-transform: none; vertical-align: baseline;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link { border-top-left-radius: 0px; border-top-right-radius: 0px;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {  border-top-left-radius: 0;  border-top-right-radius: 0; }}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {  border-bottom-right-radius: 0;  border-bottom-left-radius: 0; }}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus { background: #ddd; font-weight: normal; text-decoration: none; color: #666;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu { position: absolute; left: 100%; top: 0;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {  position: static;  left: 0;  width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {  padding-left: 20px; }}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after { content: '\f140'; display: inline-block; font-family: dashicons; margin: 0 0 0 6px; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); color: inherit;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children a.mega-menu-link:after {  float: right; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {  content: '\f142'; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after {  display: none; }}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after { display: none;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after { content: '\f139'; float: right; margin: 0;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {  content: '\f140'; }}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link { text-align: right;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {  text-align: left; }}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before { float: right; margin: 0 0 0 6px;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {  float: left;  margin: 0 6px 0 0; }}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after { content: '\f141'; float: left; margin: 0;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {  content: '\f140';  float: right; }}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu { left: -100%; top: 0;}#mega-menu-wrap-primary #mega-menu-primary li[class^='mega-lang-item'] > a.mega-menu-link > img { display: inline;}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.iclflag { display: inline; margin-right: 8px;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile {  display: none; }}@media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop {  display: none; }}#mega-menu-wrap-primary .mega-menu-toggle { display: none; z-index: 1; cursor: pointer; background: #222; -webkit-border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; -ms-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; line-height: 40px; height: 40px; text-align: center; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; outline: none;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary .mega-menu-toggle {  display: block; }}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block { text-align: left; display: inline-block; height: 100%;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-left { float: left; margin-left: 6px;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-center { float: none; margin-left: 3px; margin-right: 3px;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-right { float: right; margin-right: 6px;}@media only screen and (max-width: 600px) { #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {  display: none; } #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {  display: none;  visibility: visible;  opacity: 1; } #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {  display: block; } #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {  display: block; }}#mega-menu-wrap-primary .mega-menu-toggle { }#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before { content: '\f333'; font-family: 'dashicons'; font-size: 24px; margin: 0 0 0 5px; color: #fff;}#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:before { content: '\f153';}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after { content: 'MENU'; color: #fff; float: left;}#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after { content: 'MENU';}#mega-menu-wrap-primary { clear: both;  width: 100%;}@font-face{font-family:dashicons;src:url(//www.loveyourhealth.com.au/wp-includes/css/../fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(//www.loveyourhealth.com.au/wp-includes/css/../fonts/dashicons.ttf) format("truetype"),url(//www.loveyourhealth.com.au/wp-includes/css/../fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-move:before{content:"\f545"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-laptop:before{content:"\f547"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}.dashicons-paperclip:before{content:"\f546"}@charset "UTF-8";.clear,.woocommerce .woocommerce-breadcrumb:after {  clear: both}@-webkit-keyframes spin {  100% {    -webkit-transform: rotate(360deg)  }}@-moz-keyframes spin {  100% {    -moz-transform: rotate(360deg)  }}@keyframes spin {  100% {    -webkit-transform: rotate(360deg);    -moz-transform: rotate(360deg);    -ms-transform: rotate(360deg);    -o-transform: rotate(360deg);    transform: rotate(360deg)  }}@font-face {  font-family: 'WooCommerce';  src:  url('//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../../fonts/WooCommerce.eot?jj1bj4');  src:  url('//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../../fonts/WooCommerce.eot?jj1bj4#iefix') format('embedded-opentype'),    url('//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../../fonts/WooCommerce.ttf?jj1bj4') format('truetype'),    url('//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../../fonts/WooCommerce.woff?jj1bj4') format('woff'),    url('//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../../fonts/WooCommerce.svg?jj1bj4#WooCommerce') format('svg');  font-weight: normal;  font-style: normal;}.wizard, .tabcontrol { background: #fff; padding: 20px;}.why_register {margin: 15px 0 0 0;}.why_register strong {text-transform: uppercase; color: #333;}.why_register li {color: #666; font-weight: 300; margin-top: 5px;}.why_register li span {color: #93b7bb;}#ship-to-different-address {font-size: 13px;}.woocommerce-checkout .checkout #payment {background: #eee;}#customer_login h2 {text-transform: uppercase; font-weight: 300;}#customer_login .woocommerce-LostPassword.lost_password {margin: 10px 0 0 0; font-size: 12px;}#customer_login .btn {margin-right: 10px;}.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {display: none;}.order-details h2 {font-size: 16px; text-transform: uppercase; margin-bottom: 15px!important;}.wc_bread { margin: 15px 0; font-size: 11px; color: #999;}.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering { padding-left: 15px!important; padding-right: 15px!important; z-index: 9999!important;}.prdctfltr_wc .prdctfltr_buttons label, .prdctfltr_wc .prdctfltr_buttons span { color: #666; text-transform: uppercase;}.prdctfltr_filter > span { font-size: 13px; text-transform: uppercase; color: #9ebdc2;}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span { color: #666; font-weight: 300;}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label.prdctfltr_active > span { color: #000; font-weight: 500;}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label:hover > span { color: #000;}.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_close_sidebar { text-transform: uppercase;}.prdctfltr_wc { border-bottom: #eee 2px solid; background: #fff; margin-bottom: 20px!important; padding: 15px;}.prdctfltr_wc .prdctfltr_filter_title { font-weight: normal!important; color: #666; font-size: 12px; margin-bottom: 0!important;}.prdctfltr_wc .prdctfltr_filter_title .sep { color: #ccc; font-size: 10px;}.prdctfltr_woocommerce_filter_titlec {margin-right: 10px; text-transform: uppercase!important; color: #000;}.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter i::before, .prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter i { vertical-align: middle;}.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {margin-left: 0!important; margin-right: 5px!important;}.woocommerce .term-description p { color: #666; font-weight: 300; font-size: 13px; line-height: 1.8;}p.demo_store {  position: fixed;  top: 0;  left: 0;  right: 0;  margin: 0;  width: 100%;  font-size: 1em;  padding: 1em 0;  text-align: center;  background-color: #a46497;  color: #fff;  z-index: 99998;  box-shadow: 0 1px 1em rgba(0, 0, 0, .2)}p.demo_store a {  color: #fff}.admin-bar p.demo_store {  top: 32px}.woocommerce .blockUI.blockOverlay {  position: relative}.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {  height: 1em;  width: 1em;  position: absolute;  top: 50%;  left: 50%;  margin-left: -.5em;  margin-top: -.5em;  display: block;  content: "";  -webkit-animation: spin 1s ease-in-out infinite;  -moz-animation: spin 1s ease-in-out infinite;  animation: spin 1s ease-in-out infinite;  background: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../images/icons/loader.svg) center center;  background-size: cover;  line-height: 1;  text-align: center;  font-size: 2em;  color: rgba(0, 0, 0, .75)}.woocommerce a.remove {  display: block;  font-size: 1.5em;  height: 1em;  width: 1em;  text-align: center;  line-height: 1;  border-radius: 100%;  color: red!important;  text-decoration: none;  font-weight: 700;  border: 0;  font-size:14px;}.woocommerce a.remove:hover { color: #000;  }.woocommerce small.note {  display: block;  color: #777;  font-size: .857em;  margin-top: 10px}.woocommerce .woocommerce-breadcrumb {  margin: 0 0 1em;  padding: 0;  font-size: .92em;  color: #777}.woocommerce .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:before {  content: " ";  display: table}.woocommerce .woocommerce-breadcrumb a {  color: #777}.woocommerce .quantity .qty {  width: 4.5em;  text-align: center;  height: 40px;  border-radius: 16px;  border: #CCC 1px solid;}.woocommerce div.product {  margin-bottom: 30px;  position: relative}.woocommerce div.product .product_title {  clear: none;  margin-top: 0;  padding: 0;  font-size:32px;  font-weight: 300;  line-height: 1.2;}.woocommerce div.product .short-desc { margin-bottom: 20px;}.woocommerce div.product .short-desc p { color: #333; margin-bottom: 15px;}.woocommerce div.product .short-desc .features p{ font-size:12px;}.woocommerce #reviews #comments .add_review:after,.woocommerce .products ul:after,.woocommerce div.product form.cart:after,.woocommerce div.product p.cart:after,.woocommerce nav.woocommerce-pagination ul,.woocommerce ul.products:after {  clear: both}.woocommerce div.product p.price,.woocommerce div.product span.price {  color: #77a464;  font-size: 20px;}.woocommerce.single-product .product p.price {  border-top: #ccc 1px solid;  padding-top:20px; margin-bottom: 15px; } .woocommerce.single-product #bis_outofstock { background: #fff; border: #ccc 1px solid; padding: 25px; } .woocommerce.single-product #bis_outofstock #bis_form_title { text-transform: uppercase; color: #222; } .woocommerce.single-product #bis_outofstock *:last-child {margin-bottom: 0;}.woocommerce.single-product #bis_outofstock .notifymeptag {margin-bottom: 0; display: block} .woocommerce.single-product #bis_outofstock .notifymeptag input[type=text] { display: inline-block; padding: 5px; color: #666; margin-right: 5px;}.woocommerce.single-product #bis_outofstock .notifymeptag #backinstock_button { background: #fbe217; color: #000; padding: 5px; border: 0; padding: 8px 12px; }.woocommerce.single-product #bis_outofstock .notifymeptag #backinstock_button:hover {background: #ccc;} .woocommerce.single-product #bis_outofstock .outofstock_error_msg, .outofstock_success_msg {margin-bottom: 5px; font-size: 11px; text-transform: uppercase;}.woocommerce.single-product .stock.out-of-stock { text-transform: uppercase;}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins {  background: inherit;  font-weight: 700}.woocommerce div.product p.price del,.woocommerce div.product span.price del {  opacity: .5}.woocommerce div.product p.stock {  font-size: .92em}.woocommerce div.product .stock {  color: #77a464}.woocommerce div.product .out-of-stock {  color: red}.woocommerce div.product .woocommerce-product-rating {  margin-bottom: 20px;}.woocommerce div.product div.images,.woocommerce div.product div.summary {  margin-bottom: 3em}.woocommerce div.product div.images img {  display: block;  height: auto;  box-shadow: none;  max-width:350px;  width: 100%;  margin:0 auto;}.woocommerce div.product div.images div.thumbnails {  padding-top: 1em}.woocommerce div.product div.social {  text-align: right;  margin: 0 0 1em}.woocommerce div.product div.social span {  margin: 0 0 0 2px}.woocommerce div.product div.social span span {  margin: 0}.woocommerce div.product div.social span .stButton .chicklets {  padding-left: 16px;  width: 0}.woocommerce div.product div.social iframe {  float: left;  margin-top: 3px}.woocommerce div.product .woocommerce-tabs ul.tabs {  list-style: none;  padding: 0 0 0 0.4em;  margin: 0;  overflow: hidden;  position: relative}.woocommerce div.product .woocommerce-tabs ul.tabs li {  border: 1px solid #d3ced2;  background-color: #ebe9eb;  display: inline-block;  position: relative;  z-index: 0;  border-radius: 4px 4px 0 0;  margin: 0 -5px;  padding: 0.5em 2em;}.woocommerce div.product .woocommerce-tabs ul.tabs li a {  display: inline-block;  padding: .5em 0;  font-weight: 300;  color: #515151;  text-decoration: none;  text-transform:uppercase;  line-height: 1.6; }.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #9ebdc2!important; font-weight: bold;}.woocommerce div.product form.cart:after,.woocommerce div.product form.cart:before,.woocommerce div.product p.cart:after,.woocommerce div.product p.cart:before {  display: table;  content: " "}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {  text-decoration: none;  color: #6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active {  background: #fff;  z-index: 2;  border-bottom-color: #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {  color: inherit;  text-shadow: inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {  box-shadow: 2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {  box-shadow: -2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before {}.woocommerce div.product .woocommerce-tabs ul.tabs li:before {}.woocommerce div.product .woocommerce-tabs ul.tabs li:after {}.woocommerce div.product .woocommerce-tabs ul.tabs:before {  position: absolute;  content: " ";  width: 100%;  bottom: 0;  left: 0;  border-bottom: 1px solid #d3ced2;  z-index: 1}.woocommerce #reviews_summary h3 { margin: 0 0 15px 0; text-transform: uppercase; font-size: 16px;}.ywar_review_count,.ywar_review_row span {color: #9ebdc2;}.woocommerce span.review-rating-value {display: none;}.woocommerce div.product .woocommerce-tabs .panel {  margin: 0 0 3em;  padding: 30px;  border-radius: 0;  border: #d3ced2 1px solid;  box-shadow: 0 0 0 transparent;  border-top: 0;}.woocommerce div.product .woocommerce-tabs #tab-description p { color: #666;}.woocommerce div.product .woocommerce-tabs #tab-description *:last-child { margin-bottom: 0;}.woocommerce div.product form.cart,.woocommerce div.product p.cart {  margin-bottom: 2em}.woocommerce div.product form.cart div.quantity {  float: left;  margin: 0 4px 0 0}.woocommerce div.product form.cart table {  border-width: 0 0 1px}.woocommerce div.product form.cart table td {  padding-left: 0}.woocommerce div.product form.cart table div.quantity {  float: none;  margin: 0}.woocommerce div.product form.cart table small.stock {  display: block;  float: none}.woocommerce div.product form.cart .variations {  margin-bottom: 1em;  border: 0;  width: 100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {  border: 0;  vertical-align: top;  line-height: 2em}.woocommerce div.product form.cart .variations label {  font-weight: 700}.woocommerce div.product form.cart .variations select {  max-width: 100%;  min-width: 75%;  display: inline-block;  margin-right: 1em}.woocommerce div.product form.cart .variations td.label {  padding-right: 1em}.woocommerce div.product form.cart .woocommerce-variation-description p {  margin-bottom: 1em}.woocommerce div.product form.cart .reset_variations {  visibility: hidden;  font-size: .83em}.woocommerce div.product form.cart .wc-no-matching-variations {  display: none}.woocommerce div.product form.cart .button {  vertical-align: middle;  float: left}.woocommerce div.product form.cart .group_table td.label {  padding-right: 1em;  padding-left: 1em}.woocommerce div.product form.cart .group_table td {  vertical-align: top;  padding-bottom: .5em;  border: 0}.woocommerce .related.products h2 { font-weight: 300; letter-spacing: 2px; text-transform: uppercase; text-align: center; margin: 0 0 20px 0;}.woocommerce span.onsale {  min-height: 3.236em;  min-width: 3.236em;  padding: .202em;  font-weight: 700;  position: absolute;  text-align: center;  line-height: 3.236;  top: -.5em;  left: -.5em;  margin: 0;  border-radius: 100%;  background-color: #77a464;  color: #fff;  font-size: .857em;  -webkit-font-smoothing: antialiased}.woocommerce .products ul,.woocommerce ul.products {  margin: 0 0 1em;  padding: 0;  list-style: none;  clear: both}.woocommerce .products ul:after,.woocommerce .products ul:before,.woocommerce ul.products:after,.woocommerce ul.products:before {  content: " ";  display: table}.woocommerce .products ul li,.woocommerce ul.products li {  list-style: none;}.woocommerce .products .product .onsale {  top: 0;  right: 0;  left: auto;  margin: -.5em -.5em 0 0}.woocommerce .products .product h3 {  padding: .5em;  margin: 0;  font-size: 1em;  line-height: 1.3;  width: 100%;}.woocommerce .products .product a {  text-decoration: none}.woocommerce .products .product a img {  width: 100%;  height: auto;  display: block;  margin: 0 0 1em;  box-shadow: none}.woocommerce .products .product strong {  display: block}.woocommerce .products .product .star-rating {  font-size: .857em}.woocommerce .products .product .button {  margin-top: 1em}.woocommerce .products .product .price {  color: #77a464;  display: block;  font-weight: 400;  margin-bottom: .5em;  font-size: 14px}.woocommerce .products .product .price.oos { color: red; text-transform: uppercase;}.woocommerce .products .product .price del {  color: inherit;  opacity: .5;  display: block}.woocommerce .products .product .price ins {  background: 0 0;  font-weight: 700}.woocommerce .products .product .price .from {  font-size: .67em;  margin: -2px 0 0;  text-transform: uppercase;  color: rgba(132, 132, 132, .5)}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count {  margin: 0 0 1em}.woocommerce .woocommerce-ordering select {  vertical-align: top}.woocommerce nav.woocommerce-pagination {  text-align: center}.woocommerce nav.woocommerce-pagination ul {  display: inline-block;  white-space: nowrap;  padding: 0;  border-right: 0;  margin: 1px}.woocommerce nav.woocommerce-pagination ul li {  padding: 0;  margin: 0;  float: left;  display: inline;  overflow: hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {  margin: 0;  text-decoration: none;  line-height: 1;  font-size: 1em;  font-weight: 400;  padding: .5em;  min-width: 1em;  display: block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current {  background: #ebe9eb;  color: #8a7e88}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {  font-size: 100%;  margin: 0;  line-height: 1;  cursor: pointer;  position: relative;  text-decoration: none;  overflow: visible;  padding: .618em 1em;  font-weight: 700;  border-radius: 3px;  left: auto;  color: #515151;  background-color: #ebe9eb;  border: 0;  white-space: nowrap;  display: inline-block;  background-image: none;  box-shadow: none;  -webkit-box-shadow: none;  text-shadow: none}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading {  opacity: .25;  padding-right: 2.618em}.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after {  font-family: WooCommerce;  content: "\e01c";  vertical-align: top;  -webkit-font-smoothing: antialiased;  font-weight: 400;  position: absolute;  top: .618em;  right: 1em;  -webkit-animation: spin 2s linear infinite;  -moz-animation: spin 2s linear infinite;  animation: spin 2s linear infinite}.woocommerce #respond input#submit.added:after,.woocommerce a.button.added:after,.woocommerce button.button.added:after,.woocommerce input.button.added:after {  font-family: WooCommerce;  content: "\e017";  margin-left: .53em;  vertical-align: bottom}.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {  background-color: #dad8da;  text-decoration: none;  background-image: none;  color: #515151}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {  background-color: #fbe217;  color: #000;  -webkit-font-smoothing: antialiased}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {  background-color: #935386;  color: #fff}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover {  background-color: #a46497;  color: #fff}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled] {  color: inherit;  cursor: not-allowed;  opacity: .5;  padding: .618em 1em}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover {  color: inherit;  background-color: #ebe9eb}.woocommerce .cart .button,.woocommerce .cart input.button {  float: none}.woocommerce a.added_to_cart {  padding-top: .5em;  white-space: nowrap;  display: inline-block}.woocommerce #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:before,.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:before,.woocommerce #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:before {  content: " ";  display: table}.woocommerce #reviews #comments ol.commentlist { padding: 0;}.woocommerce #reviews h2 small {  float: right;  color: #777;  font-size: 15px;  margin: 10px 0 0}.woocommerce #reviews h2 small a {  text-decoration: none;  color: #777}.woocommerce #reviews h3 {  margin: 0}.woocommerce #reviews #respond {  margin: 0;  border: 0;  padding: 0}.woocommerce #reviews #comment {  height: 75px}.woocommerce #reviews #comments h2 {  clear: none;  font-size: 16px;  text-transform: uppercase;  margin: 0 0 20px 0;}.woocommerce #review_form #respond:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist:after,.woocommerce .woocommerce-product-rating:after,.woocommerce td.product-name dl.variation:after {  clear: both}.woocommerce #reviews #comments ol.commentlist {  margin: 0;  width: 100%;  background: 0 0;  list-style: none}.woocommerce #reviews #comments ol.commentlist li {  padding: 0;  margin: 0 0 20px;  position: relative;  background: 0;  border: 0}.woocommerce #reviews #comments ol.commentlist li:last-child {margin-bottom: 0;}.woocommerce #reviews #comments ol.commentlist li .meta {  color: #777;  font-size: .75em}.woocommerce #reviews #comments ol.commentlist li img.avatar {  float: left;  position: absolute;  top: 0;  left: 0;  padding: 3px;  width: 32px;  height: auto;  background: #ebe9eb;  border: 1px solid #e4e1e3;  margin: 0;  box-shadow: none;  display:none;}#review_form_wrapper { margin-top: 30px; padding-top: 30px; border-top: #eee 2px solid;}.woocommerce #reviews #comments ol.commentlist li .comment-text {  margin: 0 0 0 0px;  border: 1px solid #eee;  border-radius: 4px;  padding: 2em;}.woocommerce #reviews #comments ol.commentlist li .comment-text p {  margin: 0 0 1em;  font-weight:300;  color: #666;}.woocommerce #review_form #reply-title { text-transform: uppercase; margin-bottom: 20px!important;}.woocommerce #review_form p.stars a {color: #ccc;}.woocommerce #review_form p.stars a:hover {color: #e8c60e;}.woocommerce .review_title {color: #000;}.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child {margin-bottom: 0;}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {  font-size: .83em}.woocommerce #reviews #comments ol.commentlist ul.children {  list-style: none;  margin: 20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {  display: none}.woocommerce #reviews #comments ol.commentlist #respond {  border: 1px solid #e4e1e3;  border-radius: 4px;  padding: 1em 1em 0;  margin: 20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li:before {  content: ""}.woocommerce .woocommerce-review-link { font-size: 11px; text-transform: uppercase; color: #999;}.woocommerce .star-rating {  float: right;  overflow: hidden;  position: relative;  height: 1em;  line-height: 1;  font-size: 1em;  width: 5.4em;  font-family: star;  color: #e8c60e;}.woocommerce .star-rating:before {  content: "\73\73\73\73\73";  color: #d3ced2;  float: left;  top: 0;  left: 0;  position: absolute}.woocommerce .star-rating span {  overflow: hidden;  float: left;  top: 0;  left: 0;  position: absolute;  padding-top: 1.5em}.woocommerce .star-rating span:before {  content: "\53\53\53\53\53";  top: 0;  position: absolute;  left: 0}.woocommerce .woocommerce-product-rating {  line-height: 2;  display: block}.woocommerce .woocommerce-product-rating:after,.woocommerce .woocommerce-product-rating:before {  content: " ";  display: table}.woocommerce .woocommerce-product-rating .star-rating {  margin: .5em 4px 0 0;  float: left}.woocommerce .products .star-rating {  display: block;  margin: 0 0 .5em;  float: none}.woocommerce .hreview-aggregate .star-rating {  margin: 10px 0 0}.woocommerce #review_form #respond {  position: static;  margin: 0;  width: auto;  padding: 0;  background: 0 0;  border: 0}.woocommerce #review_form #respond:after,.woocommerce #review_form #respond:before {  content: " ";  display: table}.woocommerce p.stars a:before,.woocommerce p.stars a:hover~a:before {  content: "\e021"}.woocommerce #review_form #respond p {  margin: 0 0 10px;  font-size: 13px;  text-transform: uppercase;  color: #222;}.woocommerce #review_form #respond .form-submit input {  left: auto}.woocommerce #review_form #respond textarea {  box-sizing: border-box;  width: 100%}.woocommerce p.stars a {  position: relative;  height: 1em;  width: 1em;  text-indent: -999em;  display: inline-block;  text-decoration: none}.woocommerce p.stars a:before {  display: block;  position: absolute;  top: 0;  left: 0;  width: 1em;  height: 1em;  line-height: 1;  font-family: WooCommerce;  text-indent: 0}.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th {  line-height: 1.5;  border-bottom: 1px dotted rgba(0, 0, 0, .1);  border-top: 0;  margin: 0}.woocommerce p.stars.selected a.active:before,.woocommerce p.stars:hover a:before {  content: "\e020"}.woocommerce p.stars.selected a.active~a:before {  content: "\e021"}.woocommerce p.stars.selected a:not(.active):before {  content: "\e020"}.woocommerce table.shop_attributes {  border: 0;  border-top: 1px dotted rgba(0, 0, 0, .1);  margin-bottom: 1.618em;  width: 100%}.woocommerce table.shop_attributes th {  width: 150px;  font-weight: 700;  padding: 8px}.woocommerce table.shop_attributes td {  font-style: italic;  padding: 0}.woocommerce table.shop_attributes td p {  margin: 0;  padding: 8px 0}.woocommerce table.shop_attributes .alt td,.woocommerce table.shop_attributes .alt th {  background: rgba(0, 0, 0, .025)}.woocommerce table.shop_table {  border: 1px solid rgba(0, 0, 0, .1);  margin: 0 -1px 24px 0;  text-align: left;  width: 100%;  border-collapse: separate;  border-radius: 5px}.woocommerce table.shop_table th {  font-weight: 700;  padding: 9px 12px}.woocommerce .cart_totals h2 { text-transform: uppercase; font-size: 20px;}.woocommerce table.shop_table.cart th { background: #9ebdc2; color: #fff;}.woocommerce table.shop_table.cart td { background: #fff;}.woocommerce table.shop_table .order-total { font-size: 18px;}.woocommerce table.shop_table td {  border-top: 1px solid rgba(0, 0, 0, .1);  padding: 6px 12px;  vertical-align: middle}.woocommerce table.shop_table #coupon_code {display: inline-block; width: auto;}.woocommerce table.shop_table td small {  font-weight: 400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th {  border-top: 0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {  font-weight: 700;  border-top: 1px solid rgba(0, 0, 0, .1)}.woocommerce table.my_account_orders {  font-size: .85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th {  padding: 4px 8px;  vertical-align: middle}.woocommerce table.my_account_orders .button {  white-space: nowrap}.woocommerce table.my_account_orders .order-actions {  text-align: right}.woocommerce table.my_account_orders .order-actions .button {  margin: .125em 0 .125em .25em}.woocommerce td.product-name dl.variation {  margin: .25em 0}.woocommerce td.product-name dl.variation:after,.woocommerce td.product-name dl.variation:before {  content: " ";  display: table}.woocommerce td.product-name dl.variation dd,.woocommerce td.product-name dl.variation dt {  display: inline-block;  float: left;  margin-bottom: 1em}.woocommerce td.product-name dl.variation dt {  font-weight: 700;  padding: 0 0 .25em;  margin: 0 4px 0 0;  clear: left}.woocommerce ul.cart_list li dl:after,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li dl:after,.woocommerce ul.product_list_widget li:after {  clear: both}.woocommerce td.product-name dl.variation dd {  padding: 0 0 .25em}.woocommerce td.product-name dl.variation dd p:last-child {  margin-bottom: 0}.woocommerce td.product-name p.backorder_notification {  font-size: .83em}.woocommerce td.product-quantity {  min-width: 80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget {  list-style: none;  padding: 0;  margin: 0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li {  padding: 4px 0;  margin: 0;  list-style: none}.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before {  content: " ";  display: table}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a {  display: block;  font-weight: 700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img {  float: right;  margin-left: 4px;  width: 32px;  height: auto;  box-shadow: none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl {  margin: 0;  padding-left: 1em;  border-left: 2px solid rgba(0, 0, 0, .1)}.woocommerce ul.cart_list li dl:after,.woocommerce ul.cart_list li dl:before,.woocommerce ul.product_list_widget li dl:after,.woocommerce ul.product_list_widget li dl:before {  content: " ";  display: table}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt {  display: inline-block;  float: left;  margin-bottom: 1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt {  font-weight: 700;  padding: 0 0 .25em;  margin: 0 4px 0 0;  clear: left}#add_payment_method .wc-proceed-to-checkout:after,.woocommerce .order_details:after,.woocommerce .widget_layered_nav ul li:after,.woocommerce .widget_rating_filter ul li:after,.woocommerce .widget_shopping_cart .buttons:after,.woocommerce-account .addresses .title:after,.woocommerce-account .woocommerce:after,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:after,.woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after,.woocommerce.widget_shopping_cart .buttons:after {  clear: both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd {  padding: 0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child {  margin-bottom: 0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating {  float: none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total {  border-top: 3px double #ebe9eb;  padding: 4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong {  min-width: 40px;  display: inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li {  padding-left: 2em;  position: relative;  padding-top: 0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove {  position: absolute;  top: 0;  left: 0}.woocommerce .widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:before,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:before {  content: " ";  display: table}.woocommerce form .form-row {  padding: 3px;  margin: 0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {  -webkit-transition: opacity .5s .5s ease;  -moz-transition: opacity .5s .5s ease;  transition: opacity .5s .5s ease;  opacity: 0}.woocommerce form .form-row label {  line-height: 2}.woocommerce form .form-row label.hidden {  visibility: hidden}.woocommerce form .form-row label.inline {  display: inline}.woocommerce form .form-row select {  cursor: pointer;  margin: 0}.woocommerce form .form-row .required {  color: red;  font-weight: 700;  border: 0}.woocommerce form .form-row .input-checkbox {  display: inline;  margin: -2px 8px 0 0;  text-align: center;  vertical-align: middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {  box-sizing: border-box;  width: 100%;  margin: 0;  outline: 0;  line-height: 1}.woocommerce form .form-row textarea {  height: 4em;  line-height: 1.5;  display: block;  -moz-box-shadow: none;  -webkit-box-shadow: none;  box-shadow: none}.woocommerce form .form-row .select2-container {  width: 100%;  line-height: 2em}.woocommerce form .form-row.woocommerce-invalid label {  color: #a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select {  border-color: #a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select {  border-color: #69bf29}.woocommerce form .form-row::-webkit-input-placeholder {  line-height: normal}.woocommerce form .form-row:-moz-placeholder {  line-height: normal}.woocommerce form .form-row:-ms-input-placeholder {  line-height: normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register, .woocommerce-ResetPassword.lost_reset_password {  border: 1px solid #d3ced2;  padding: 20px;  margin: 2em 0;  text-align: left;  border-radius: 8px;  background: #fff;}.woocommerce ul#shipping_method {  list-style: none;  margin: 0;  padding: 0}.woocommerce ul#shipping_method li {  margin: 0;  padding: .25em 0 .25em 22px;  text-indent: -22px;  list-style: none}.woocommerce ul#shipping_method li input {  margin: 3px .5ex}.woocommerce ul#shipping_method li label {  display: inline}.woocommerce ul#shipping_method .amount {  font-weight: 700}.woocommerce p.woocommerce-shipping-contents {  margin: 0}.woocommerce .order_details {  margin: 0 0 1.5em;  list-style: none}.woocommerce .order_details:after,.woocommerce .order_details:before {  content: " ";  display: table}.woocommerce .order_details li {  float: left;  margin-right: 2em;  text-transform: uppercase;  font-size: .715em;  line-height: 1;  border-right: 1px dashed #d3ced2;  padding-right: 2em;  margin-left: 0;  padding-left: 0;  list-style-type: none}.woocommerce .order_details li strong {  display: block;  font-size: 1.4em;  text-transform: none;  line-height: 1.5}.woocommerce .order_details li:last-of-type {  border: none}.woocommerce .widget_layered_nav ul {  margin: 0;  padding: 0;  border: 0;  list-style: none}.woocommerce .widget_layered_nav ul li {  padding: 0 0 1px;  list-style: none}.woocommerce .widget_layered_nav ul li:after,.woocommerce .widget_layered_nav ul li:before {  content: " ";  display: table}.woocommerce .widget_layered_nav ul li.chosen a:before,.woocommerce .widget_layered_nav_filters ul li a:before {  line-height: 1;  content: "";  font-family: WooCommerce;  font-weight: 400;  color: #a00;  speak: none;  font-variant: normal;  text-transform: none;  -webkit-font-smoothing: antialiased;  text-decoration: none}.woocommerce .widget_layered_nav ul li a,.woocommerce .widget_layered_nav ul li span {  padding: 1px 0}.woocommerce .widget_layered_nav ul li.chosen a:before {  margin-right: .618em}.woocommerce .widget_layered_nav_filters ul {  margin: 0;  padding: 0;  border: 0;  list-style: none;  overflow: hidden;  zoom: 1}.woocommerce .widget_layered_nav_filters ul li {  float: left;  padding: 0 1px 1px 0;  list-style: none}.woocommerce .widget_layered_nav_filters ul li a {  text-decoration: none}.woocommerce .widget_layered_nav_filters ul li a:before {  margin-right: .618em}.woocommerce .widget_price_filter .price_slider {  margin-bottom: 1em}.woocommerce .widget_price_filter .price_slider_amount {  text-align: right;  line-height: 2.4;  font-size: .8751em}.woocommerce .widget_price_filter .price_slider_amount .button {  font-size: 1.15em;  float: left}.woocommerce .widget_price_filter .ui-slider {  position: relative;  text-align: left;  margin-left: .5em;  margin-right: .5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {  position: absolute;  z-index: 2;  width: 1em;  height: 1em;  background-color: #77a464;  border-radius: 1em;  cursor: ew-resize;  outline: 0;  top: -.3em;  margin-left: -.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range {  position: absolute;  z-index: 1;  font-size: .7em;  display: block;  border: 0;  border-radius: 1em;  background-color: #77a464}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {  border-radius: 1em;  background-color: #fbe217;  border: 0}.woocommerce .widget_price_filter .ui-slider-horizontal {  height: .5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {  top: 0;  height: 100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {  left: -1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {  right: -1px}.woocommerce .widget_rating_filter ul {  margin: 0;  padding: 0;  border: 0;  list-style: none}.woocommerce .widget_rating_filter ul li {  padding: 0 0 1px;  list-style: none}.woocommerce .widget_rating_filter ul li:after,.woocommerce .widget_rating_filter ul li:before {  content: " ";  display: table}.woocommerce .widget_rating_filter ul li a {  padding: 1px 0;  text-decoration: none}.woocommerce .widget_rating_filter ul li .star-rating {  float: none;  display: inline-block}.woocommerce .widget_rating_filter ul li.chosen a:before {  font-family: WooCommerce;  speak: none;  font-weight: 400;  font-variant: normal;  text-transform: none;  line-height: 1;  -webkit-font-smoothing: antialiased;  margin-right: .618em;  content: "";  text-decoration: none;  color: #a00}.woocommerce-error,.woocommerce-info,.woocommerce-message {  padding: 1em 2em 1em 3.5em!important;  margin: 0 0 2em!important;  position: relative;  background-color: #fff;  color: #515151;  border-top: 3px solid #a46497;  list-style: none!important;  width: auto;  word-wrap: break-word}.woocommerce-error:after,.woocommerce-error:before,.woocommerce-info:after,.woocommerce-info:before,.woocommerce-message:after,.woocommerce-message:before {  content: " ";  display: table}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before {  font-family: WooCommerce;  content: "\e028";  display: inline-block;  position: absolute;  top: 1em;  left: 1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button {  float: right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li {  list-style: none!important;  padding-left: 0!important;  margin-left: 0!important}.woocommerce-message {  border-top-color: #8fae1b}.woocommerce-message:before {  content: "\e015";  color: #8fae1b}.woocommerce-info {  border-top-color: #1e85be}.woocommerce-info:before {  color: #1e85be}.woocommerce-error {  border-top-color: #b81c23}.woocommerce-error:before {  content: "\e016";  color: #b81c23}.woocommerce-account .addresses .title:after,.woocommerce-account .addresses .title:before,.woocommerce-account .woocommerce:after,.woocommerce-account .woocommerce:before {  content: " ";  display: table}.woocommerce-account .addresses { border-top: #eee 2px solid; padding-top: 15px;}.woocommerce-account .addresses .title h3 {  float: left;  text-transform: uppercase;  font-size: 14px;  margin-top: 0;  margin-bottom: 5px!important;}.woocommerce-account .addresses address { color: #666; font-size: 12px;}.woocommerce-account .addresses .title .edit,.woocommerce-account ul.digital-downloads li .count {  float: right}.woocommerce-account ol.commentlist.notes li.note p.meta {  font-weight: 700;  margin-bottom: 0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child {  margin-bottom: 0}.woocommerce-account ul.digital-downloads {  margin-left: 0;  padding-left: 0}.woocommerce-account ul.digital-downloads li {  list-style: none;  margin-left: 0;  padding-left: 0}.woocommerce-account ul.digital-downloads li:before {  font-family: WooCommerce;  speak: none;  font-weight: 400;  font-variant: normal;  text-transform: none;  line-height: 1;  -webkit-font-smoothing: antialiased;  margin-right: .618em;  content: "";  text-decoration: none}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail {  min-width: 32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img {  width: 32px;  box-shadow: none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th {  vertical-align: middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text {  float: left;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  border: 1px solid #d3ced2;  padding: 6px 6px 5px;  margin: 0 4px 0 0;  outline: 0;  line-height: 1}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input {  margin: 0;  vertical-align: middle;  line-height: 1}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout {  padding: 1em 0}#add_payment_method .wc-proceed-to-checkout:after,#add_payment_method .wc-proceed-to-checkout:before,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-cart .wc-proceed-to-checkout:before,.woocommerce-checkout .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:before {  content: " ";  display: table}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {  display: block;  text-align: center;  margin-bottom: 1em;  font-size: 1.25em;  padding: 1em}#add_payment_method .cart-collaterals .shipping_calculator .button,.woocommerce-cart .cart-collaterals .shipping_calculator .button,.woocommerce-checkout .cart-collaterals .shipping_calculator .button {  width: 100%;  float: none;  display: block}#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button:after,.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after,.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button:after {  font-family: WooCommerce;  speak: none;  font-weight: 400;  font-variant: normal;  text-transform: none;  line-height: 1;  -webkit-font-smoothing: antialiased;  margin-left: .618em;  content: "";  text-decoration: none}#add_payment_method #payment ul.payment_methods li:after,#add_payment_method #payment ul.payment_methods li:before,#add_payment_method #payment ul.payment_methods:after,#add_payment_method #payment ul.payment_methods:before,.woocommerce-cart #payment ul.payment_methods li:after,.woocommerce-cart #payment ul.payment_methods li:before,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-cart #payment ul.payment_methods:before,.woocommerce-checkout #payment ul.payment_methods li:after,.woocommerce-checkout #payment ul.payment_methods li:before,.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:before {  content: " ";  display: table}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small {  color: #777;  font-size: .83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table {  border-collapse: separate;  margin: 0 0 6px;  padding: 0;  background: #fff;}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {  border-top: 0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th {  width: 40%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th {  vertical-align: top;  border-left: 0;  border-right: 0;  line-height: 1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small {  color: #777}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select {  width: 100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td {  color: #77a464}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th {  border-top: 1px solid #ebe9eb}#add_payment_method .cart-collaterals .cross-sells .products .product,.woocommerce-cart .cart-collaterals .cross-sells .products .product,.woocommerce-checkout .cart-collaterals .cross-sells .products .product {  margin-top: 0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {  float: left;  clear: none}#add_payment_method .checkout .col-2 .form-row-first,#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .notes {  clear: left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small {  font-size: 11px;  color: #777;  font-weight: 400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address {  padding: 0;  clear: left;  width: 100%}#add_payment_method #payment ul.payment_methods li:after,#add_payment_method #payment ul.payment_methods:after,#add_payment_method .checkout .shipping_address,.single-product .twentythirteen p.stars,.woocommerce-cart #payment ul.payment_methods li:after,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout #payment ul.payment_methods li:after,.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout .checkout .shipping_address {  clear: both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {  background: #ebe9eb;  border-radius: 5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods {  text-align: left;  padding: 1em;  border-bottom: 1px solid #d3ced2;  margin: 0;  list-style: none}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li {  line-height: 2;  text-align: left;  margin: 0;  font-weight: 400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input {  margin: 0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img {  vertical-align: middle;  margin: -2px 0 0 .5em;  padding: 0;  position: relative;  box-shadow: none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img {  margin-left: 2px}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row {  padding: 1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box {  position: relative;  box-sizing: border-box;  width: 100%;  padding: 1em;  margin: 1em 0;  font-size: .92em;  border-radius: 2px;  line-height: 1.5;  background-color: #dfdcde;  color: #515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea {  border-color: #bbb3b9 #c7c1c6 #c7c1c6}#add_payment_method #payment div.payment_box::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {  color: #bbb3b9}#add_payment_method #payment div.payment_box:-moz-placeholder,.woocommerce-cart #payment div.payment_box:-moz-placeholder,.woocommerce-checkout #payment div.payment_box:-moz-placeholder {  color: #bbb3b9}#add_payment_method #payment div.payment_box:-ms-input-placeholder,.woocommerce-cart #payment div.payment_box:-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {  color: #bbb3b9}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {  list-style: none;  margin: 0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {  margin: 0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {  cursor: pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {  vertical-align: middle;  margin: -3px 1em 0 0;  position: relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {  border: 0;  padding: 0;  margin: 1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {  font-size: 1.5em;  padding: 8px;  background-repeat: no-repeat;  background-position: right .618em center;  background-size: 32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {  background-image: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {  background-image: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {  background-image: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {  background-image: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {  background-image: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {  background-image: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {  background-image: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {  background-image: url(//www.loveyourhealth.com.au/wp-content/themes/lyh/scss/woo/../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help {  font-size: .857em;  color: #777;  font-weight: 400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row {  margin: 0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child {  margin-bottom: 0}#add_payment_method #payment div.payment_box:before,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before {  content: "";  display: block;  border: 1em solid #dfdcde;  border-right-color: transparent;  border-left-color: transparent;  border-top-color: transparent;  position: absolute;  top: -.75em;  left: 0;  margin: -1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal {  float: right;  line-height: 52px;  font-size: .83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img {  max-height: 52px;  vertical-align: middle}.woocommerce-password-strength {  text-align: center;  font-weight: 600;  padding: 3px .5em;  font-size: 1em}.woocommerce-password-strength.strong {  background-color: #c1e1b9;  border-color: #83c373}.woocommerce-password-strength.short {  background-color: #f1adad;  border-color: #e35b5b}.woocommerce-password-strength.bad {  background-color: #fbc5a9;  border-color: #f78b53}.woocommerce-password-strength.good {  background-color: #ffe399;  border-color: #ffc733}.woocommerce-password-hint {  margin: .5em 0 0;  display: block}.product.has-default-attributes.has-children>.images {  opacity: 0}#content.twentyeleven .woocommerce-pagination a {  font-size: 1em;  line-height: 1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary {  padding: 0}.twentythirteen .woocommerce-breadcrumb {  padding-top: 40px}.twentyfourteen .products .product {  margin-top: 0!important}body:not(.search-results) .twentysixteen .entry-summary {  color: inherit;  font-size: inherit;  line-height: inherit}.twentysixteen .price ins {  background: inherit;  color: inherit}.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce #content div.product div.thumbnails:after,.woocommerce #content div.product div.thumbnails:before,.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:before {  content: " ";  display: table}.woocommerce #content div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product div.thumbnails a.first,.woocommerce #content div.product div.thumbnails:after,.woocommerce .cart-collaterals:after,.woocommerce .col2-set:after,.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails:after,.woocommerce ul.products,.woocommerce ul.products li.first,.woocommerce ul.products:after,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page .cart-collaterals:after,.woocommerce-page .col2-set:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page ul.products,.woocommerce-page ul.products li.first,.woocommerce-page ul.products:after {  clear: both}.woocommerce .col2-set,.woocommerce-page .col2-set {  width: 100%}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {  float: left;  width: 48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {  float: right;  width: 48%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a {  float: left;  width: 30.75%;  margin-right: 3.8%;  margin-bottom: 1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last {  margin-right: 0}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a {  width: 100%;  margin-right: 0;  float: none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a {  width: 48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a {  width: 22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a {  width: 16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {  }.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li {  display: inline-block}.woocommerce #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:before,.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:before,.woocommerce div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:before,.woocommerce ul.products:after,.woocommerce ul.products:before,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:before,.woocommerce-page ul.products:after,.woocommerce-page ul.products:before {  content: " ";  display: table}.woocommerce #content div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:after {  clear: both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img {  float: right;  height: auto}.woocommerce .products .product,.woocommerce-page .products .product { position: relative; min-height:450px;}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last {  margin-right: 0}.woocommerce-page.columns-1 .products .product,.woocommerce.columns-1 .products .product {  width: 100%;  margin-right: 0}.woocommerce-page.columns-2 .products .product,.woocommerce.columns-2 .products .product {  width: 48%}.woocommerce-page.columns-3 .products .product,.woocommerce.columns-3 .products .product {  width: 30.75%}.woocommerce-page.columns-5 .products .product,.woocommerce.columns-5 .products .product {  width: 16.95%}.woocommerce-page.columns-6 .products .product,.woocommerce.columns-6 .products .product {  width: 13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count {  float: left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering {  float: right}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li {  display: inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img {  height: auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions {  text-align: right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text {  width: 80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon {  float: left}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label {  display: none}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:before,.woocommerce .cart-collaterals:after,.woocommerce .cart-collaterals:before,.woocommerce form .form-row:after,.woocommerce form .form-row:before,.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:before,.woocommerce-page .cart-collaterals:after,.woocommerce-page .cart-collaterals:before,.woocommerce-page form .form-row:after,.woocommerce-page form .form-row:before,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:after,.woocommerce-page ul.product_list_widget li:before {  content: " ";  display: table}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals {  width: 100%}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related {  width: 30.75%;  float: left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells {  width: 48%;  float: left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products {  float: none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li {  width: 48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator {  width: 48%;  clear: right;  float: right}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce form .form-row-wide,.woocommerce form .form-row:after,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page form .form-row-wide,.woocommerce-page form .form-row:after,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after {  clear: both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {  width: 47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals {  float: right;  width: 48%}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img {  float: right;  height: auto}.woocommerce form .form-row label,.woocommerce-page form .form-row label {  display: block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox {  display: inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select {  width: 100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text {  box-sizing: border-box;  width: 100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last {  float: left;  width: 47%;  overflow: visible}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last {  float: right}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select {  width: auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions {  text-align: left;  padding: 0 1em 0 0;  float: left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {  float: right}.woocommerce-account .woocommerce-MyAccount-navigation {}.woocommerce-account .woocommerce-MyAccount-content { padding: 30px; background: #fff; border-radius: 8px;}.woocommerce-account .woocommerce-MyAccount-content p { color: #666; font-weight: 300;}.woocommerce-account .woocommerce-MyAccount-content p.welcome { font-size: 16px; color: #000; }.woocommerce-account .woocommerce-MyAccount-content *:last-child {margin-bottom: 0;}.woocommerce-account .woocommerce-MyAccount-content input[type='submit'] { margin-top:15px;}.woocommerce-account legend { margin: 20px 0; border: 0; padding: 0; font-size: 18px; text-transform: uppercase;}.woocommerce-page.left-sidebar #content.twentyeleven {  width: 58.4%;  margin: 0 7.6%;  float: right}.woocommerce-page.right-sidebar #content.twentyeleven {  margin: 0 7.6%;  width: 58.4%;  float: left}.twentyfourteen .tfwc {  padding: 12px 10px 0;  max-width: 474px;  margin: 0 auto}.twentyfourteen .tfwc .product .entry-summary {  padding: 0!important;  margin: 0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {  margin-top: 0}.twentyfourteen .tfwc .product .images img {  margin-bottom: 1em}.woocommerce-Tabs-panel p{ line-height: 1.4;  color: #666;  font-weight: 300;  font-size: 14px;}@media screen and (min-width:673px) {  .twentyfourteen .tfwc {    padding-right: 30px;    padding-left: 30px  }}@media screen and (min-width:1040px) {  .twentyfourteen .tfwc {    padding-right: 15px;    padding-left: 15px  }}@media screen and (min-width:1110px) {  .twentyfourteen .tfwc {    padding-right: 30px;    padding-left: 30px  }}@media screen and (min-width:1218px) {  .twentyfourteen .tfwc {    margin-right: 54px  }  .full-width .twentyfourteen .tfwc {    margin-right: auto  }}.twentyfifteen .t15wc {  padding-left: 7.6923%;  padding-right: 7.6923%;  padding-top: 7.6923%;  margin-bottom: 7.6923%;  background: #fff;  box-shadow: 0 0 1px rgba(0, 0, 0, .15)}.twentyfifteen .t15wc .page-title {  margin-left: 0}@media screen and (min-width:38.75em) {  .twentyfifteen .t15wc {    margin-right: 7.6923%;    margin-left: 7.6923%;    margin-top: 8.3333%  }}@media screen and (min-width:59.6875em) {  .twentyfifteen .t15wc {    margin-left: 8.3333%;    margin-right: 8.3333%;    padding: 10%  }  .single-product .twentyfifteen .entry-summary {    padding: 0!important  }}.twentysixteen .site-main {  margin-right: 7.6923%;  margin-left: 7.6923%}.twentysixteen .entry-summary {  margin-right: 0;  margin-left: 0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary {  width: 46.42857%}@media screen and (min-width:44.375em) {  .twentysixteen .site-main {    margin-right: 23.0769%  }}@media screen and (min-width:56.875em) {  .twentysixteen .site-main {    margin-right: 0;    margin-left: 0  }  .no-sidebar .twentysixteen .site-main {    margin-right: 15%;    margin-left: 15%  }  .no-sidebar .twentysixteen .entry-summary {    margin-right: 0;    margin-left: 0  }}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1 {  float: right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2 {  float: left}.rtl .woocommerce form .form-row-first,.rtl .woocommerce form .form-row-last,.rtl .woocommerce-page form .form-row-first,.rtl .woocommerce-page form .form-row-last {  float: right}.rtl .woocommerce form .form-row-last,.rtl .woocommerce-page form .form-row-last {  float: left}.socal-sharing{ margin: 0 auto;  text-align: center;  margin-bottom: 5%;}#stpulldown{ display: none!important;}nav.prdctfltr-pagination.prdctfltr-pagination-default ul.page-numbers li span.current, nav.woocommerce-pagination ul.page-numbers li span.current{ color: #000;  background-color: rgba(251, 226, 23, 0.5);  border: none;  border-radius: 50%;  padding: 15px 0px;  font-size: 16px;  width:50px;}nav.prdctfltr-pagination.prdctfltr-pagination-default ul.page-numbers li span.current:hover, nav.woocommerce-pagination ul.page-numbers li span.current:hover{ background-color: rgba(251, 226, 23, 0.8);  border-color: #b8a403;}nav.prdctfltr-pagination.prdctfltr-pagination-default ul.page-numbers li a, nav.woocommerce-pagination ul.page-numbers li a{ color: #fff;  background-color: rgba(161, 191, 191, 0.5);  border: none;  border-radius: 50%;  padding: 15px 0px;  font-size: 16px;  width:50px;}nav.prdctfltr-pagination.prdctfltr-pagination-default ul.page-numbers li a:hover, nav.woocommerce-pagination ul.page-numbers li a:hover{ background-color: rgba(161, 191, 191, 0.8);  border-color: #ccc;  color:#fff;}nav.prdctfltr-pagination.prdctfltr-pagination-default ul.page-numbers li a.next, nav.woocommerce-pagination ul.page-numbers li a.next{ padding:15px;}.woocommerce nav.woocommerce-pagination ul{ border:none;}.products .btn-primary{ color: #000;  background-color: rgba(251, 226, 23, 0.5);  border-color: #f4da04;}.products .btn-primary:hover{ background-color: rgba(251, 226, 23, 0.8);}.page-numbers span.page-numbers.dots{ margin-top:30px; color:#7b9a9f!important;}.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter i{ color:#7b9a9f;}@media (max-width: 767px) { .woocommerce .shop_table thead{ display:none; } .woocommerce .cart_item td{   display: block;   width: 100%; } #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{ width:100%; margin:0 auto; } .cart_item a, .cart_item span{ text-align: center; width: 100%; margin: 0 auto; } .woocommerce table.shop_table.cart td{ text-align:center; } .woocommerce table.shop_table td{ border:none; } .woocommerce .cart .button, .woocommerce .cart input.button{ margin-top:5px; width:100%; } .woocommerce table.shop_table #coupon_code{ width:100%; display: block; } .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{ float:none; } .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{ width:100%; }}.brand-thumbnails{ padding:0px;}.brand-thumbnails li{ width:25%!important; margin:0;}.brand-thumbnails li a{ height:300px; display: block; margin: 0 auto; text-align: center;}.brand-thumbnails li a img{ width:200px;}@media (max-width: 768px){ .brand-thumbnails li{ width:50%!important; }}@media (max-width: 414px){ .brand-thumbnails li{ width:100%!important; }}#basket-empty .bee{ margin:10% 0;}.tax-product_cat .term_row{ display:none;}ebe9eb.woocommerce .term-description p{ margin-bottom:5%;}.dropdown_product_cat{ width:100%;}.widget_layered_nav{ padding:0px 20px 20px; background:#fff;}.woocommerce .widget_layered_nav ul{ max-height: 200px; overflow-y:scroll;}.woocommerce.widget .widget-title{ font-size:20px; font-weight: 500; text-transform: none; font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 0px;}.woocommerce.widget ul{ max-height:200px; overflow-y: scroll; list-style: none; padding:0px; position: relative;}.woocommerce.widget:last-child{ margin-bottom:25px;}.woocommerce.widget ul li:before{ content: '\f21b'; font-family:'Ionicons'; font-size:14px; margin-right:10px; color:#ebe9eb;  position: absolute;  margin: 0px;}.widget_brand_nav ul li:before{ content: '\f21b'!important; font-family:'Ionicons'; font-size:14px; margin-right:10px; color:#ebe9eb; float: left;}.widget_brand_nav ul li.chosen:before, .widget_brand_nav ul li:hover:before, .woocommerce.widget ul li:hover:before{ content: '\f375'!important; color:#77A464;}3.widget_brand_nav ul li a:before{ display: none;}.wc-layered-nav-term .count{ display: none;}.widget ul li { margin:5px 0; padding:1px 0;}.widget ul li > a{ margin-left:25px; display: block;}.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{ background-color:#7b9a9f;}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{ background-color: #ebe9eb;}.product-summary-box, .delivery-info, .about-brand{ padding:30px; background:#fff;}.shipping-info{ text-align: center; padding:15px; background:#93b7bb; color:#fff; font-size:16px;}.shipping-info:before{ content: '\f0d1'; font-family: 'FontAwesome'; font-size:18px; margin-right:5px;}.about-brand{ margin-top:20px; font-size:12px;}.payment-icons pf{ color:#666;}.afterpay-logo{ width:80px; margin:0 0 25px;}@media (max-width: 414px){ .tabs li{ width:100%; } }.woocommerce-message {  max-width:1140px;  margin:2em auto!important;}.woocommerce .products .product .onsale{ z-index: 9999; padding: 1px 0 0 0; margin:0;}.woocommerce .products .product .price.oos{ font-size:14px!important; color:#77a464!important; padding:21px 0;}.home .woocommerce-loop-product__title, .woocommerce-page .woocommerce-loop-product__title, h2.woocommerce-loop-product__title{ font-size: 20px !important; color: #94B7BB !important;}.woocommerce-page #page_content div.term-description{ display: none; }.woocommerce .products .product, .woocommerce-page .products .product {  min-height: 500px !important; }.archive li.product-category.product, .search-results li.product-category.product{ display: none;}.home div.ft_articles > ul > li:nth-child(3),.home div.ft_articles > ul > li:nth-child(4),.home div.ft_articles > ul > li:nth-child(5),.home div.ft_articles > ul > li:nth-child(6),.home div.ft_articles > ul > li:nth-child(7),.home div.ft_articles > ul > li:nth-child(8),.home div.ft_articles > ul > li:nth-child(9),.home div.ft_articles > ul > li:nth-child(10){display:none !important;}.home .ft_articles li h5{  font-weight: normal;  color: #77a464;  font-size: 14px;  text-align: left;}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(//www.loveyourhealth.com.au/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(//www.loveyourhealth.com.au/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(//www.loveyourhealth.com.au/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(//www.loveyourhealth.com.au/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text],.contact-form input[type=url]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#aaa;margin-left:4px;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea{width:250px;max-width:100%;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}@font-face{font-family:Noticons;src:url(//wordpress.com/i/noticons/Noticons.woff)}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:-ms-flexbox;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin-top:4px}.comment-likes-widget-placeholder::before{-webkit-font-smoothing:antialiased;font-family:Noticons;font-size:20px;line-height:.9;color:#5cb5d4;content:'\f408';width:16px;display:inline-block;vertical-align:middle}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:2px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em 0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.googleplus1_button .g-plus{vertical-align:top!important}.reddit_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px;top:0\9}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(//www.loveyourhealth.com.au/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;*display:inline;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(//www.loveyourhealth.com.au/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(//www.loveyourhealth.com.au/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(//www.loveyourhealth.com.au/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(//www.loveyourhealth.com.au/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}#subscribe-email input{width:95%}.comment-subscription-form .subscribe-label{display:inline!important}.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest.com"]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(//secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(//secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}.widget_eu_cookie_law_widget.widget{border:none;bottom:1em;display:none;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:center;justify-content:center}.flickr-images img{max-width:100%;margin:5px}
                        .notifymeptag {

                    display:inline-flex;
                    clear: both;

                }
                    .outofstock_success_msg{
                color:#008000;
                font-style:normal;
                font-weight:normal;
            }
            .outofstock_error_msg{
                color:#C12B2B;
                font-style:normal;
                font-weight:normal;
            }
                img#wpstats{display:none}.woocommerce-product-gallery{ opacity: 1 !important; }
				/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* MOVED TO CSS PLUGIN 
.home .woocommerce-loop-product__title, .woocommerce-page .woocommerce-loop-product__title, .woocommerce-loop-product__title{
	font-size: 20px !important;
	color: #94B7BB !important;
}

.woocommerce-page #page_content div.term-description{
  display: none;	
}

*/			/** Mega Menu CSS: fs **/