@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotateX(-5deg)
  }
  to {
    transform: perspective(400px)
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    transform: perspective(400px)
  }
}
#main-header {
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #fff;
  width: 100%;
 /* box-shadow: 0 1px 0 rgba(0, 0, 0, .1);*/
  position: relative;
/*  z-index: 99999*/
}
.nav li li {
  padding: 0 20px;
  margin: 0
}
.et-menu li li a {
  padding: 6px 20px;
  width: 200px
}
.nav li {
  position: relative;
  line-height: 1em
}
.nav li li {
  position: relative;
  line-height: 2em
}
.nav li ul {
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -webkit-transform: translateZ(0);
  text-align: left
}
.nav li.et-hover > ul {
  visibility: visible
}
.nav li.et-touch-hover > ul, .nav li:hover > ul {
  opacity: 1;
  visibility: visible
}
.nav li li ul {
  z-index: 1000;
  top: -23px;
  left: 240px
}
.nav li.et-reverse-direction-nav li ul {
  left: auto;
  right: 240px
}
.nav li:hover {
  visibility: inherit
}
.et_mobile_menu li a, .nav li li a {
  font-size: 14px;
  transition: all .2s ease-in-out
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
  background-color: rgba(0, 0, 0, .03);
  opacity: .7
}
.et-dropdown-removing > ul {
  display: none
}
.mega-menu .et-dropdown-removing > ul {
  display: block
}
.et-menu .menu-item-has-children > a:first-child:after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800
}
.et-menu .menu-item-has-children > a:first-child {
  padding-right: 20px
}
.et-menu li li.menu-item-has-children > a:first-child:after {
  right: 20px;
  top: 6px
}
.et-menu-nav li.mega-menu {
  position: inherit
}
.et-menu-nav li.mega-menu > ul {
  padding: 30px 20px;
  position: absolute !important;
  width: 100%;
  left: 0 !important
}
.et-menu-nav li.mega-menu ul li {
  margin: 0;
  float: left !important;
  display: block !important;
  padding: 0 !important
}
.et-menu-nav li.mega-menu li > ul {
  animation: none !important;
  padding: 0;
  border: none;
  left: auto;
  top: auto;
  width: 240px !important;
  position: relative;
  box-shadow: none;
  -webkit-box-shadow: none
}
.et-menu-nav li.mega-menu li ul {
  visibility: visible;
  opacity: 1;
  display: none
}
.et-menu-nav li.mega-menu.et-hover li ul, .et-menu-nav li.mega-menu:hover li ul {
  display: block
}
.et-menu-nav li.mega-menu:hover > ul {
  opacity: 1 !important;
  visibility: visible !important
}
.et-menu-nav li.mega-menu > ul > li > a:first-child {
  padding-top: 0 !important;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, .03)
}
.et-menu-nav li.mega-menu > ul > li > a:first-child:hover {
  background-color: transparent !important
}
.et-menu-nav li.mega-menu li > a {
  width: 200px !important
}
.et-menu-nav li.mega-menu.mega-menu-parent li > a, .et-menu-nav li.mega-menu.mega-menu-parent li li {
  width: 100% !important
}
.et-menu-nav li.mega-menu.mega-menu-parent li > .sub-menu {
  float: left;
  width: 100% !important
}
.et-menu-nav li.mega-menu > ul > li {
  width: 25%;
  margin: 0
}
.et-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li {
  width: 33.33%
}
.et-menu-nav li.mega-menu.mega-menu-parent-2 > ul > li {
  width: 50%
}
.et-menu-nav li.mega-menu.mega-menu-parent-1 > ul > li {
  width: 100%
}
.et_pb_fullwidth_menu li.mega-menu .menu-item-has-children > a:first-child:after, .et_pb_menu li.mega-menu .menu-item-has-children > a:first-child:after {
  display: none
}
.et_fullwidth_nav #top-menu li.mega-menu > ul {
  width: auto;
  left: 30px !important;
  right: 30px !important
}
.et_mobile_menu {
  position: absolute;
  left: 0;
  padding: 5%;
  background: #fff;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  z-index: 9999;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}
#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul, .et_pb_menu .et_mobile_menu li ul {
  visibility: visible !important;
  display: block !important;
  padding-left: 10px
}
.et_mobile_menu li li {
  padding-left: 5%
}
.et_mobile_menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, .03);
  color: #666;
  padding: 10px 5%;
  display: block
}
.et_mobile_menu .menu-item-has-children > a {
  font-weight: 700;
  background-color: rgba(0, 0, 0, .03)
}
.et_mobile_menu li .menu-item-has-children > a {
  background-color: transparent
}
.et_mobile_nav_menu {
  float: right;
  display: none
}
.mobile_menu_bar {
  position: relative;
  display: block;
  line-height: 0
}
.mobile_menu_bar:before {
  content: "a";
  font-size: 32px;
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer
}
.et_pb_module .mobile_menu_bar:before {
  top: 2px
}
.mobile_nav .select_page {
  display: none
}
.et-social-icons {
  float: right
}
.et-social-icons li {
  display: inline-block;
  margin-left: 20px
}
.et-social-icon a {
  display: inline-block;
  font-size: 24px;
  position: relative;
  text-align: center;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  color: #666;
  text-decoration: none
}
.et-social-icons a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}
.et-social-icon span {
  display: none
}
.et_duplicate_social_icons {
  display: none
}
@media all and (max-width: 980px) {
  .et-social-icons {
    float: none;
    text-align: center
  }
}
@media all and (max-width: 980px) {
  .et-social-icons {
    margin: 0 0 5px
  }
}
.et_pb_widget {
  float: left;
  max-width: 100%;
  word-wrap: break-word
}
.et_pb_widget a {
  text-decoration: none;
  color: #666
}
.et_pb_widget li a:hover {
  color: #82c0c7
}
.et_pb_widget ol li, .et_pb_widget ul li {
  margin-bottom: .5em
}
.et_pb_widget ol li ol li, .et_pb_widget ul li ul li {
  margin-left: 15px
}
.et_pb_widget select {
  width: 100%;
  height: 28px;
  padding: 0 5px
}
.et_pb_widget_area .et_pb_widget a {
  color: inherit
}
.et_pb_bg_layout_light .et_pb_widget li a {
  color: #666
}
.et_pb_bg_layout_dark .et_pb_widget li a {
  color: inherit
}
.widget_search .screen-reader-text, .et_pb_widget .wp-block-search__label {
  display: none
}
.widget_search input#s, .widget_search input#searchsubmit, .et_pb_widget .wp-block-search__input, .et_pb_widget .wp-block-search__button {
  padding: .7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666
}
.widget_search #s, .et_pb_widget .wp-block-search__input {
  width: 100%;
  border-radius: 3px
}
.widget_search #searchform, .et_pb_widget .wp-block-search {
  position: relative
}
.widget_search #searchsubmit, .et_pb_widget .wp-block-search__button {
  background-color: #ddd;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0
}
#searchsubmit, .et_pb_widget .wp-block-search__button {
  cursor: pointer
}
.et_pb_section {
  position: relative;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover
}
.et_pb_section--absolute, .et_pb_section--fixed {
  width: 100%
}
.et_pb_section.et_section_transparent {
  background-color: transparent
}
.et_pb_fullwidth_section {
  padding: 0
}
.et_pb_fullwidth_section > .et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content) .et_pb_row {
  padding: 0 !important
}
.et_pb_inner_shadow {
  box-shadow: inset 0 0 7px rgba(0, 0, 0, .07)
}
.et_pb_bottom_inside_divider, .et_pb_top_inside_divider {
  display: block;
  background-repeat-y: no-repeat;
  height: 100%;
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0
}
.et_pb_bottom_inside_divider.et-no-transition, .et_pb_top_inside_divider.et-no-transition {
  transition: none !important
}
.et_pb_top_inside_divider {
  margin-top: -1px
}
.et_pb_bottom_inside_divider {
  margin-bottom: -1px
}
.et-fb .section_has_divider.et_fb_element_controls_visible--child > .et_pb_bottom_inside_divider, .et-fb .section_has_divider.et_fb_element_controls_visible--child > .et_pb_top_inside_divider {
  z-index: 1
}
.et_pb_section_video:not(.et_pb_menu):not(.et_pb_fullwidth_menu) {
  overflow: hidden;
  position: relative
}
.et_pb_column > .et_pb_section_video_bg {
  z-index: -1
}
.et_pb_section_video_bg {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  pointer-events: none;
  transition: display .3s
}
.et_pb_section_video_bg.et_pb_section_video_bg_hover, .et_pb_section_video_bg.et_pb_section_video_bg_phone, .et_pb_section_video_bg.et_pb_section_video_bg_tablet, .et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
  display: none
}
.et_pb_section_video_bg .mejs-controls, .et_pb_section_video_bg .mejs-overlay-play {
  display: none !important
}
.et_pb_section_video_bg embed, .et_pb_section_video_bg iframe, .et_pb_section_video_bg object, .et_pb_section_video_bg video {
  max-width: none
}
.et_pb_section_video_bg .mejs-video {
  left: 50%;
  position: absolute;
  max-width: none
}
.et_pb_section_video_bg .mejs-overlay-loading {
  display: none !important
}
.et_pb_social_network_link .et_pb_section_video {
  overflow: visible
}
.et_pb_section_video_on_hover:hover > .et_pb_section_video_bg {
  display: none
}
.et_pb_section_video_on_hover:hover > .et_pb_section_video_bg_hover, .et_pb_section_video_on_hover:hover > .et_pb_section_video_bg_hover_inherit {
  display: block
}
@media (min-width:981px) {
  .et_pb_section {
/*    padding: 4% 0*/
  }
  body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_section, body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
    padding-top: 0
  }
  .et_pb_fullwidth_section {
    padding: 0
  }
  .et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
    display: block
  }
}
@media (max-width:980px) {
  .et_pb_section {
 /*   padding: 50px 0*/
  }
  body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_section, body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
    padding-top: 0
  }
  .et_pb_fullwidth_section {
    padding: 0
  }
  .et_pb_section_video_bg.et_pb_section_video_bg_tablet {
    display: block
  }
  .et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
    display: none
  }
}
@media (min-width:768px) {
  .et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
    display: block
  }
}
@media (min-width:768px) and (max-width:980px) {
  .et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
    display: block
  }
}
@media (max-width:767px) {
  .et_pb_section_video_bg.et_pb_section_video_bg_phone {
    display: block
  }
  .et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
    display: none
  }
}
.et_pb_row {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative
}
body.safari .section_has_divider, body.uiwebview .section_has_divider {
  perspective: 2000px
}
.section_has_divider .et_pb_row {
  z-index: 5
}
.et_pb_row_inner {
  width: 100%;
  position: relative
}
.et_pb_row.et_pb_row_empty, .et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
  display: none
}
.et_pb_row:after, .et_pb_row_inner:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0
}
.et_pb_row_4col .et-last-child, .et_pb_row_4col .et-last-child-2, .et_pb_row_6col .et-last-child, .et_pb_row_6col .et-last-child-2, .et_pb_row_6col .et-last-child-3 {
  margin-bottom: 0
}
.et_pb_column {
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px
}
.et_pb_column--with-menu {
  z-index: 3
}
.et_pb_column.et_pb_column_empty {
  min-height: 1px
}
.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
  margin-right: 0 !important
}
.et_pb_column.et_pb_section_parallax {
  position: relative
}
.et_pb_column, .et_pb_row, .et_pb_row_inner {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}
@media (min-width:981px) {
  .et_pb_row {
 /*   padding: 2% 0*/
  }
  body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_row, body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row {
    padding: 0;
    width: 100%
  }
  .et_pb_column_3_4 .et_pb_row_inner {
    padding: 3.735% 0
  }
  .et_pb_column_2_3 .et_pb_row_inner {
    padding: 4.2415% 0
  }
  .et_pb_column_1_2 .et_pb_row_inner, .et_pb_column_3_5 .et_pb_row_inner {
    padding: 5.82% 0
  }
  .et_section_specialty > .et_pb_row {
    padding: 0
  }
  .et_pb_row_inner {
    width: 100%
  }
  .et_pb_column_single {
    padding: 2.855% 0
  }
  .et_pb_column_single .et_pb_module.et-first-child, .et_pb_column_single .et_pb_module:first-child {
    margin-top: 0
  }
  .et_pb_column_single .et_pb_module.et-last-child, .et_pb_column_single .et_pb_module:last-child {
    margin-bottom: 0
  }
  .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0 !important
  }
  .et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns > .et_pb_row {
    display: -ms-flexbox;
    display: flex;
    direction: ltr
  }
  .et_pb_row.et_pb_equal_columns > .et_pb_column, .et_pb_section.et_pb_equal_columns > .et_pb_row > .et_pb_column {
    -ms-flex-order: 1;
    order: 1
  }
}
@media (max-width:980px) {
  .et_pb_row {
    max-width: 1080px
  }
  body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_row, body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row {
    padding: 0;
    width: 100%
  }
  .et_pb_column .et_pb_row_inner, .et_pb_row {
    padding: 30px 0
  }
  .et_section_specialty > .et_pb_row {
    padding: 0
  }
  .et_pb_column {
    width: 100%;
    margin-bottom: 30px
  }
  .et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child {
    margin-bottom: 0
  }
  .et_section_specialty .et_pb_row > .et_pb_column {
    padding-bottom: 0
  }
  .et_pb_column.et_pb_column_empty {
    display: none
  }
  .et_pb_row_1-2_1-4_1-4, .et_pb_row_1-2_1-6_1-6_1-6, .et_pb_row_1-4_1-4, .et_pb_row_1-4_1-4_1-2, .et_pb_row_1-5_1-5_3-5, .et_pb_row_1-6_1-6_1-6, .et_pb_row_1-6_1-6_1-6_1-2, .et_pb_row_1-6_1-6_1-6_1-6, .et_pb_row_3-5_1-5_1-5, .et_pb_row_4col, .et_pb_row_5col, .et_pb_row_6col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
    width: 47.25%;
    margin-right: 5.5%
  }
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(2n), .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4:nth-child(2n), .et_pb_row_4col > .et_pb_column.et_pb_column_1_4:nth-child(2n) {
    margin-right: 0
  }
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
    width: 47.25%;
    margin-right: 5.5%
  }
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_2, .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(odd) {
    margin-right: 0
  }
  .et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_4col .et_pb_column:nth-last-child(-n+2) {
    margin-bottom: 0
  }
  .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5, .et_pb_row_5col > .et_pb_column.et_pb_column_1_5 {
    width: 47.25%;
    margin-right: 5.5%
  }
  .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5:nth-child(2n), .et_pb_row_5col > .et_pb_column.et_pb_column_1_5:nth-child(2n) {
    margin-right: 0
  }
  .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 {
    width: 47.25%;
    margin-right: 5.5%
  }
  .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5:nth-child(odd), .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_3_5 {
    margin-right: 0
  }
  .et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2), .et_pb_row_5col .et_pb_column:last-child {
    margin-bottom: 0
  }
  .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6, .et_pb_row_6col > .et_pb_column.et_pb_column_1_6 {
    width: 29.666%;
    margin-right: 5.5%
  }
  .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6:nth-child(3n), .et_pb_row_6col > .et_pb_column.et_pb_column_1_6:nth-child(3n) {
    margin-right: 0
  }
  .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 {
    width: 29.666%;
    margin-right: 5.5%
  }
  .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_2, .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6:last-child {
    margin-right: 0
  }
  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2, .et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n+3), .et_pb_row_6col .et_pb_column:nth-last-child(-n+3) {
    margin-bottom: 0
  }
  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
    width: 29.666%;
    margin-right: 5.5%;
    margin-bottom: 0
  }
  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
    margin-right: 0
  }
  .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 {
    width: 47.25%;
    margin-right: 5.5%
  }
  .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6:nth-child(2n) {
    margin-right: 0
  }
  .et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3) {
    margin-bottom: 0
  }
}
@media (max-width:479px) {
  .et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_row .et_pb_column.et_pb_column_1_5, .et_pb_row .et_pb_column.et_pb_column_1_6 {
    width: 100%;
    margin: 0 0 30px
  }
  .et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_4:last-child, .et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_5:last-child, .et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
    margin-bottom: 0
  }
  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
    width: 100%;
    margin: 0 0 30px
  }
  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
    margin-bottom: 0
  }
  .et_pb_column {
    width: 100% !important
  }
}
.et_pb_text {
  word-wrap: break-word
}
.et_pb_text ol, .et_pb_text ul {
  padding-bottom: 1em
}
.et_pb_text > :last-child {
  padding-bottom: 0
}
.et_pb_text_inner {
  position: relative
}
.et_pb_with_border .et_pb_image_wrap {
  border: 0 solid #333
}
.et_pb_image {
  margin-left: auto;
  margin-right: auto;
  line-height: 0
}
.et_pb_image.aligncenter {
  text-align: center
}
.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
  display: block;
  position: relative
}
.et_pb_image {
  display: block
}
.et_pb_image .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%
}
.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
  width: auto
}
.et_pb_image img {
  position: relative
}
.et_pb_image_sticky {
  margin-bottom: 0 !important;
  display: inherit
}
.et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay {
  z-index: 3;
  opacity: 1
}
@media (min-width:981px) {
  .et_pb_section_sticky, .et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2), .et_pb_section_sticky .et_pb_column_single, .et_pb_section_sticky .et_pb_row.et-last-child, .et_pb_section_sticky .et_pb_row:last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child {
    padding-bottom: 0 !important
  }
}
@media (max-width:980px) {
  .et_pb_image_sticky_tablet {
    margin-bottom: 0 !important;
    display: inherit
  }
  .et_pb_section_sticky_mobile, .et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2), .et_pb_section_sticky_mobile .et_pb_column_single, .et_pb_section_sticky_mobile .et_pb_row.et-last-child, .et_pb_section_sticky_mobile .et_pb_row:last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child {
    padding-bottom: 0 !important
  }
  .et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child, .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child {
    margin-bottom: 0
  }
  .et_pb_image_bottom_space_tablet {
    margin-bottom: 30px !important;
    display: block
  }
  .et_always_center_on_mobile {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important
  }
}
@media (max-width:767px) {
  .et_pb_image_sticky_phone {
    margin-bottom: 0 !important;
    display: inherit
  }
  .et_pb_image_bottom_space_phone {
    margin-bottom: 30px !important;
    display: block
  }
}
.et_overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, .9);
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}
.et_overlay:before {
  color: #2ea3f2;
  content: "\E050";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  transition: all .4s
}
.et_portfolio_image, .et_shop_image {
  position: relative;
  display: block
}
.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay, .et_portfolio_image:hover .et_overlay, .et_shop_image:hover .et_overlay {
  z-index: 3;
  opacity: 1
}
#ie7 .et_overlay, #ie8 .et_overlay {
  display: none
}
.et_pb_module.et_pb_has_overlay {
  position: relative
}
.et_pb_module.et_pb_has_overlay .et_overlay, article.et_pb_has_overlay {
  border: none
}
.et_pb_gallery_item {
  word-wrap: break-word
}
.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
  color: #2ea3f2
}
p.et_pb_gallery_caption {
  line-height: 1.7
}
.et_pb_with_border .et_pb_gallery_image, .et_pb_with_border .et_pb_gallery_item {
  border: 0 solid #333
}
.et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title, .et_pb_gallery_grid .et_pb_gallery_item h3 {
  margin-top: 10px
}
.et_pb_gallery_image:hover .et_overlay:before {
  top: 50%
}
.et_pb_gallery_image:hover .et_overlay {
  z-index: 3;
  opacity: 1
}
.et_pb_slider.et_pb_gallery_fullwidth span.et_overlay {
  display: none
}
.et_pb_gallery_fullwidth .et_pb_gallery_item {
  display: none;
  float: left;
  margin-right: -100%;
  position: relative
}
.et_pb_gallery_fullwidth .et_pb_gallery_image img, .et_pb_gallery_fullwidth .et_pb_gallery_item {
  width: 100%
}
.et_pb_gallery_fullwidth .et_pb_gallery_item:first-child {
  display: block
}
.et_pb_gallery .et_pb_gallery_items, .et_pb_gallery.et_pb_section_parallax {
  width: 100%
}
.et_pb_gallery.et_pb_section_parallax:hover {
  overflow: hidden
}
.et_pb_gallery_grid .et_pb_gallery_items {
  transition: height .2s ease-in-out
}
.et_pb_gallery_grid .et_pb_gallery_image {
  position: relative
}
.et_pb_gallery_image {
  line-height: 0
}
.et_pb_gallery_grid .et_pb_gallery_item {
  display: none
}
.et_pb_text_align_left.et_pb_gallery .et_pb_gallery_pagination ul {
  text-align: left
}
.et_pb_text_align_center.et_pb_gallery .et_pb_gallery_pagination ul {
  text-align: center
}
.et_pb_text_align_right.et_pb_gallery .et_pb_gallery_pagination ul {
  text-align: right
}
.et_pb_text_align_justified.et_pb_gallery .et_pb_gallery_pagination ul {
  text-align: justify
}
.et_pb_gallery_grid .et_pb_gallery_item {
  opacity: 1;
  animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1)
}
.et_pb_gallery .et_pb_gallery_pagination {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  position: relative
}
.et_pb_gallery .et_pb_gallery_pagination ul {
  list-style-type: none !important;
  text-align: right;
  margin: 0;
  padding: 0
}
.et_pb_gallery .et_pb_gallery_pagination ul li {
  display: inline-block;
  padding: 10px
}
.et_pb_gallery .et_pb_gallery_pagination ul li a {
  font-size: 16px;
  line-height: 16px;
  color: #999
}
.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
  color: #82c0c7
}
.et_pb_gallery_pagination ul:after {
  content: "";
  width: 100%;
  height: 0;
  display: inline-block
}
.et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a {
  color: #fff
}
.et_pb_gallery .et_pb_bg_layout_light .et-pb-arrow-next, .et_pb_gallery .et_pb_bg_layout_light .et-pb-arrow-prev {
  color: inherit
}
.et_pb_slider.gallery-not-found .et_pb_slide, .et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container {
  min-height: 0 !important
}
@media (min-width:981px) {
  .et_pb_gallery_grid .et_pb_gallery_item img {
    width: 100%
  }
  .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title, .et_pb_gallery_grid .et_pb_gallery_item h3 {
    word-wrap: break-word;
    margin: 10px 0 0;
    padding-bottom: 0
  }
  .et_pb_gallery_grid .et_pb_gallery_item h3 {
    font-size: 18px
  }
  .et_pb_gallery_item .et_pb_gallery_caption {
    font-size: 14px;
    margin: .4em 0 0
  }
  .et_pb_row [class*=et_pb_gutters] .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item.et_pb_grid_item.last_in_row {
    margin-right: 0
  }
}
@media (max-width:980px) {
  .et_pb_bg_layout_light_tablet.et_pb_gallery .et_pb_gallery_pagination ul li a {
    color: #999
  }
  .et_pb_bg_layout_light_tablet.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
    color: #82c0c7
  }
  .et_pb_bg_layout_dark_tablet.et_pb_gallery .et_pb_gallery_pagination ul li a {
    color: #fff
  }
  .et_pb_text_align_left-tablet.et_pb_gallery .et_pb_gallery_pagination ul {
    text-align: left
  }
  .et_pb_text_align_center-tablet.et_pb_gallery .et_pb_gallery_pagination ul {
    text-align: center
  }
  .et_pb_text_align_right-tablet.et_pb_gallery .et_pb_gallery_pagination ul {
    text-align: right
  }
  .et_pb_text_align_justified-tablet.et_pb_gallery .et_pb_gallery_pagination ul {
    text-align: justify
  }
}
@media (max-width:767px) {
  .et_pb_bg_layout_light_phone.et_pb_gallery .et_pb_gallery_pagination ul li a {
    color: #999
  }
  .et_pb_bg_layout_light_phone.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
    color: #82c0c7
  }
  .et_pb_bg_layout_dark_phone.et_pb_gallery .et_pb_gallery_pagination ul li a {
    color: #fff
  }
  .et_pb_text_align_left-phone.et_pb_gallery .et_pb_gallery_pagination ul {
    text-align: left
  }
  .et_pb_text_align_center-phone.et_pb_gallery .et_pb_gallery_pagination ul {
    text-align: center
  }
  .et_pb_text_align_right-phone.et_pb_gallery .et_pb_gallery_pagination ul {
    text-align: right
  }
  .et_pb_text_align_justified-phone.et_pb_gallery .et_pb_gallery_pagination ul {
    text-align: justify
  }
}
.safari .et_pb_gallery_grid .et_pb_gallery_image {
  overflow: visible
}
.et_pb_grid_item.first_in_row {
  clear: both
}
.et_pb_grid_item:not(.first_in_row) {
  clear: none
}
.et_pb_grid_item.et_pb_gallery_item.first_in_row {
  clear: both
}
@media (min-width:981px) {
  .et_pb_grid_item {
    float: left;
    position: relative
  }
}
@media (max-width:980px) {
  .et_pb_column .et_pb_grid_item {
    margin: 0 5.5% 7.5% 0;
    width: 29.666%;
    clear: none;
    float: left
  }
  .et_pb_column .et_pb_grid_item.last_in_row {
    margin-right: 0
  }
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item {
    margin: 0 0 11.5%;
    width: 100%
  }
}
@media (max-width:767px) {
  .et_pb_column .et_pb_grid_item {
    margin: 0 5.5% 9.5% 0;
    width: 47.25%;
    clear: none;
    float: left
  }
  .et_pb_column .et_pb_grid_item:nth-child(3n) {
    margin-right: 5.5%
  }
  .et_pb_column .et_pb_grid_item:nth-child(3n+1) {
    clear: none
  }
  .et_pb_column .et_pb_grid_item .last_in_row, .et_pb_column .et_pb_grid_item:nth-child(2n) {
    margin-right: 0
  }
  .et_pb_column .et_pb_grid_item .first_in_row, .et_pb_column .et_pb_grid_item:nth-child(odd) {
    clear: both
  }
}
@media (max-width:479px) {
  .et_pb_column .et_pb_grid_item {
    margin: 0 0 11.5%;
    width: 100%
  }
  .et_pb_column .et_pb_grid_item .on_last_row {
    margin-bottom: 0
  }
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-2_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-2 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_5col > .et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_6col > .et_pb_column.et_pb_column_1_6 .et_pb_grid_item {
    margin: 0 0 11.5%;
    width: 100%
  }
}
.et_pb_slider {
  position: relative;
  overflow: hidden
}
.et_pb_slide {
  padding: 0 6%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}
.et_pb_slider .et_pb_slide {
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  width: 100%;
  text-align: center;
  list-style: none !important;
  background-position: 50%;
  background-size: 100%;
  background-size: cover
}
.et_pb_slider .et_pb_slide:first-child {
  display: list-item
}
.et-pb-controllers {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10
}
.et-pb-controllers a {
  display: inline-block;
  background-color: hsla(0, 0%, 100%, .5);
  text-indent: -9999px;
  border-radius: 7px;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  padding: 0;
  opacity: .5
}
.et-pb-controllers .et-pb-active-control {
  opacity: 1
}
.et-pb-controllers a:last-child {
  margin-right: 0
}
.et-pb-controllers .et-pb-active-control {
  background-color: #fff
}
.et_pb_slides .et_pb_temp_slide {
  display: block
}
.et_pb_slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0
}
@media (max-width:980px) {
  .et_pb_bg_layout_light_tablet .et-pb-controllers .et-pb-active-control {
    background-color: #333
  }
  .et_pb_bg_layout_light_tablet .et-pb-controllers a {
    background-color: rgba(0, 0, 0, .3)
  }
  .et_pb_bg_layout_light_tablet .et_pb_slide_content {
    color: #333
  }
  .et_pb_bg_layout_dark_tablet .et_pb_slide_description {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
  }
  .et_pb_bg_layout_dark_tablet .et_pb_slide_content {
    color: #fff
  }
  .et_pb_bg_layout_dark_tablet .et-pb-controllers .et-pb-active-control {
    background-color: #fff
  }
  .et_pb_bg_layout_dark_tablet .et-pb-controllers a {
    background-color: hsla(0, 0%, 100%, .5)
  }
}
@media (max-width:767px) {
  .et-pb-controllers {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    height: 14px
  }
  .et_transparent_nav .et_pb_section:first-child .et-pb-controllers {
    bottom: 18px
  }
  .et_pb_bg_layout_light_phone.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light_phone.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    background-color: hsla(0, 0%, 100%, .9)
  }
  .et_pb_bg_layout_light_phone .et-pb-controllers .et-pb-active-control {
    background-color: #333
  }
  .et_pb_bg_layout_dark_phone.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark_phone.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper, .et_pb_bg_layout_light_phone .et-pb-controllers a {
    background-color: rgba(0, 0, 0, .3)
  }
  .et_pb_bg_layout_dark_phone .et-pb-controllers .et-pb-active-control {
    background-color: #fff
  }
  .et_pb_bg_layout_dark_phone .et-pb-controllers a {
    background-color: hsla(0, 0%, 100%, .5)
  }
}
.et_mobile_device .et_pb_slider_parallax .et_pb_slide, .et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
  background-attachment: scroll
}
.et-pb-arrow-next, .et-pb-arrow-prev {
  position: absolute;
  top: 50%;
  z-index: 100;
  font-size: 48px;
  color: #fff;
  margin-top: -24px;
  transition: all .2s ease-in-out;
  opacity: 0
}
.et_pb_bg_layout_light .et-pb-arrow-next, .et_pb_bg_layout_light .et-pb-arrow-prev {
  color: #333
}
.et_pb_slider:hover .et-pb-arrow-prev {
  left: 22px;
  opacity: 1
}
.et_pb_slider:hover .et-pb-arrow-next {
  right: 22px;
  opacity: 1
}
.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
  background-color: #333
}
.et_pb_bg_layout_light .et-pb-controllers a {
  background-color: rgba(0, 0, 0, .3)
}
.et-pb-arrow-next:hover, .et-pb-arrow-prev:hover {
  text-decoration: none
}
.et-pb-arrow-next span, .et-pb-arrow-prev span {
  display: none
}
.et-pb-arrow-prev {
  left: -22px
}
.et-pb-arrow-next {
  right: -22px
}
.et-pb-arrow-prev:before {
  content: "4"
}
.et-pb-arrow-next:before {
  content: "5"
}
.format-gallery .et-pb-arrow-next, .format-gallery .et-pb-arrow-prev {
  color: #fff
}
.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-prev {
  left: 0
}
.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-next {
  right: 0
}
.et_pb_column_1_4 .et_pb_slider .et_pb_slide, .et_pb_column_1_5 .et_pb_slider .et_pb_slide, .et_pb_column_1_6 .et_pb_slider .et_pb_slide {
  min-height: 170px
}
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-next {
  right: 0
}
@media (max-width:980px) {
  .et_pb_bg_layout_light_tablet .et-pb-arrow-next, .et_pb_bg_layout_light_tablet .et-pb-arrow-prev {
    color: #333
  }
  .et_pb_bg_layout_dark_tablet .et-pb-arrow-next, .et_pb_bg_layout_dark_tablet .et-pb-arrow-prev {
    color: #fff
  }
}
@media (max-width:767px) {
  .et_pb_slider:hover .et-pb-arrow-prev {
    left: 0;
    opacity: 1
  }
  .et_pb_slider:hover .et-pb-arrow-next {
    right: 0;
    opacity: 1
  }
  .et_pb_bg_layout_light_phone .et-pb-arrow-next, .et_pb_bg_layout_light_phone .et-pb-arrow-prev {
    color: #333
  }
  .et_pb_bg_layout_dark_phone .et-pb-arrow-next, .et_pb_bg_layout_dark_phone .et-pb-arrow-prev {
    color: #fff
  }
}
.et_mobile_device .et-pb-arrow-prev {
  left: 22px;
  opacity: 1
}
.et_mobile_device .et-pb-arrow-next {
  right: 22px;
  opacity: 1
}
@media (max-width:767px) {
  .et_mobile_device .et-pb-arrow-prev {
    left: 0;
    opacity: 1
  }
  .et_mobile_device .et-pb-arrow-next {
    right: 0;
    opacity: 1
  }
}
.mfp-wrap .mfp-container button:hover {
  background: transparent !important
}
.mfp-wrap .mfp-arrow:active {
  position: absolute;
  top: 50%
}
.mfp-wrap .mfp-close:active {
  position: absolute;
  top: -10px
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left:after, .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.mfp-fade.mfp-bg {
  opacity: .001;
  transition: all .5s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}
.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}
.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}
.mfp-fade .mfp-wrap .mfp-content {
  opacity: .001;
  transition: all .5s ease-out
}
.mfp-bg {
  z-index: 1000000;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80)
}
.mfp-bg, .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed
}
.mfp-wrap {
  z-index: 1000001;
  outline: none !important;
  -webkit-backface-visibility: hidden
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.mfp-align-top .mfp-container:before {
  display: none
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}
.mfp-ajax-cur {
  cursor: progress
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}
.mfp-auto-cursor .mfp-content {
  cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.mfp-loading.mfp-figure {
  display: none
}
.mfp-hide {
  display: none !important
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}
.mfp-preloader a {
  color: #ccc
}
.mfp-preloader a:hover {
  color: #fff
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none
}
button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none
}
button::-moz-focus-inner {
  padding: 0;
  border: 0
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}
.mfp-close:active {
  top: 1px
}
.mfp-close-btn-in .mfp-close {
  color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px
}
.mfp-arrow {
  position: absolute;
  opacity: .55;
  filter: alpha(opacity=55);
  margin: 0;
  top: 50%;
  margin-top: -32px;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}
.mfp-arrow-left {
  left: 10px
}
.mfp-arrow-right {
  right: 10px
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}
.mfp-iframe-holder .mfp-close {
  top: -40px
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}
.mfp-arrow {
  background: none !important;
  margin-top: -32px !important;
  line-height: 1em !important
}
.mfp-arrow, .mfp-arrow:after {
  width: 48px !important;
  height: 48px !important
}
.mfp-arrow:after {
  margin: 0 !important;
  top: 0 !important;
  border: none !important
}
.mfp-arrow-left {
  left: 0 !important
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left:after, .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
  border: none;
  font-size: 64px;
  color: #fff
}
.mfp-arrow-left:before, .mfp-arrow-right:before {
  display: none
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
  content: "4"
}
.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
  content: "5"
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  font-size: 64px;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 200;
  top: -10px;
  opacity: .2
}
.mfp-iframe-holder .mfp-close:hover, .mfp-image-holder .mfp-close:hover {
  opacity: 1
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}
.mfp-figure, img.mfp-img {
  line-height: 0
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}
.mfp-figure figure {
  margin: 0
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}
.mfp-image-holder .mfp-content {
  max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}
@media screen and (max-height:300px), screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}
@media (max-width:900px) {
  .mfp-arrow {
    transform: scale(.75)
  }
  .mfp-arrow-left {
    transform-origin: 0
  }
  .mfp-arrow-right {
    transform-origin: 100%
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}