table.ddd-report-table {
    width: auto;
    border-collapse: collapse;
    margin-top: 20px;
}
table.ddd-report-table * {
    text-align: left;
    font-size: 15px;
}
table.ddd-report-table td,
table.ddd-report-table th {
    border: 1px solid;
    padding: 7px 5px;
}
table.ddd-report-table td a,
table.ddd-report-table th a,
table.ddd-report-table td a:hover,
table.ddd-report-table td a:focus {
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;
    border-bottom: 1px dotted !important;
    box-shadow: none !important;
}
table.ddd-report-table tr.ddd-header-row td {
    font-weight: 700;
}
.ddd_warning span {
    color: #fff !important;
    background-color: #ff5a08 !important;
    padding: 5px 10px;
}
.ddd_ok span {
    color: #fff !important;
    background-color: green !important;
    padding: 5px 10px;
}
/* Tabs */
.ddd-assistant a.nav-tab.disabled {
    pointer-events: none !important;
    opacity: 0.3;
}
/* Secure input key and email */
input[name='ddd_assistant_data[api_key]'],
input[name='ddd_assistant_data[activation_email]'] {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
/* License message */
span#ddd-active,
span#ddd-not-active {
    width: 221px !important;
    text-align: center;
    display: inline-block;
    padding: 4px 0 4px 5px;
    border: 2px solid;
}
span#ddd-active {
    border-color: #66ab03;
}
span#ddd-not-active {
    border-color: #ca336c;
}
.ddd-assistant form {
    padding: 20px 37px;
    background: #fff;
}
.ddd-assistant .main {
    position: relative;
    clear: both;
    display: inline-block;
    width: 100%;
}
.ddd-assistant>h1 {
    background: #525975;
    padding: 25px 65px;
    line-height: .8;
    position: relative;
    border-radius: 4px 4px 0 0;
    color: #fff;
}
.ddd-assistant>h1:before {
    content: url(//logos-net.pl/wp-content/plugins/divi-den-on-demand/css/../include/ddd-icon.png);
    position: absolute;
    left: 19px;
    top: 19px;
}
.ddd-assistant .nav-tab-wrapper {
    background-color: #757a90;
    padding-top: 0 !important;
}
.ddd-assistant .nav-tab-wrapper a {
    box-sizing: border-box;
    color: white;
    padding: 20px;
    display: inline-block;
    transition: all 0.3s;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    border: none;
}
.ddd-assistant .nav-tab {
    line-height: inherit;
    background: inherit;
    margin-left: 0 !important;
}
.ddd-assistant .nav-tab-wrapper a.nav-tab-active,
.ddd-assistant .nav-tab-wrapper a:hover {
    background-color: #B6BAC6;
}
/**
 * Inputs
 */
#epanel .ddd-assistant .divi-button .et-box-title {
    padding: 10px 0px 10px 0;
    position: relative;
}
#epanel .ddd-assistant .divi-button .et-box-description {
    position: absolute;
    top: 11px;
    right: 0;
    opacity: 0;
    width: 18px;
    height: 18px;
    color: #32373C;
    content: '';
    text-align: center;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
}
.rtl #epanel .ddd-assistant .divi-button .et-box-description {
    right: auto;
    left: 0;
}
#epanel .ddd-assistant .divi-button .et-box-description:before {
    content: 't';
    font-family: 'ETmodules';
    font-size: 16px;
}
#epanel .ddd-assistant .divi-button:hover .et-box-description {
    opacity: 1;
}
#epanel .ddd-assistant .divi-button div.et-box-title h3 {
    word-wrap: break-word;
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.ddd-assistant .divi-button .et-box-title {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    float: left;
}
.ddd-assistant .divi-button .et-box-content {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding: 0;
    box-sizing: border-box;
}
.ddd-assistant .divi-button-small-1:not(.et-hidden-option) .et-box-content,
.ddd-assistant .divi-button-small-2:not(.et-hidden-option) .et-box-content {
    width: 225px;
}
.ddd-assistant .divi-button .et-box-content input,
.ddd-assistant .divi-button .et-box-content .et-upload-buttons {
    vertical-align: top;
    float: left;
}
.rtl .ddd-assistant .divi-button .et-box-content input,
.rtl .ddd-assistant .divi-button .et-box-content .et-upload-buttons {
    float: right;
}
.ddd-assistant .divi-button .et-box-content input[type="number"] {
    border-radius: 4px;
    border: none;
    box-shadow: none;
    background: #F1F5F9;
    font-size: 14px;
    color: #32373C;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
    min-height: 39px;
}
.ddd-assistant .divi-button select,
.ddd-assistant .divi-button input[type="text"],
.ddd-assistant .divi-button input[type="password"],
.ddd-assistant .divi-button textarea {
    margin-left: 0;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    background: #F1F5F9;
    padding: 13px;
    font-size: 14px;
    color: #32373C;
    height: auto;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}
/* Firefox fix */
.ddd-assistant .divi-button select {
    padding: 10px 13px;
}
.ddd-assistant .divi-button input[type="text"]:focus,
.ddd-assistant .divi-button input[type="password"]:focus,
.ddd-assistant .divi-button textarea:focus {
    background: #E0E5EA;
}
.ddd-assistant .divi-button select,
.ddd-assistant .divi-button input[type="text"],
.ddd-assistant .divi-button input[type="password"] {
    height: 39px;
}
.ddd-assistant .divi-button select {}
/**
 * Yes / No toggle styling
 */
input.et-checkbox.yes_no_button {
    display: none;
}
.ddd-assistant .et_pb_yes_no_button {
    width: 100%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ddd-assistant .et_pb_yes_no_button.et_pb_off_state {
    background-color: #F1F5F9;
}
.ddd-assistant .et_pb_yes_no_button.et_pb_on_state {
    background-color: #008BDB;
}
.ddd-assistant .et_pb_yes_no_button span.et_pb_button_slider {
    position: absolute;
    background: #FFF;
    width: 50%;
    height: 30px;
    margin: 5px 0;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ddd-assistant .et_pb_yes_no_button.et_pb_off_state span.et_pb_button_slider {
    left: 5px;
}
.rtl .ddd-assistant .et_pb_yes_no_button.et_pb_off_state span.et_pb_button_slider {
    left: 50%;
    margin-left: -5px;
}
.ddd-assistant .et_pb_yes_no_button.et_pb_on_state span.et_pb_button_slider {
    left: 50%;
    margin-left: -5px;
}
.rtl .ddd-assistant .et_pb_yes_no_button.et_pb_on_state span.et_pb_button_slider {
    left: 5px;
    margin-left: 0;
}
.ddd-assistant .et_pb_yes_no_button.et_pb_on_state span.et_pb_value_text.et_pb_on_value {
    margin-left: 0;
    margin-right: 0;
}
.ddd-assistant .et_pb_yes_no_button.et_pb_off_state span.et_pb_value_text.et_pb_off_value {
    margin-right: 0;
    margin-left: 0;
}
.ddd-assistant .et_pb_yes_no_button span.et_pb_value_text {
    padding: 11px;
    float: left;
    width: 50%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rtl .ddd-assistant .et_pb_yes_no_button span.et_pb_value_text {
    float: right;
}
.ddd-assistant span.et_pb_value_text.et_pb_off_value {
    color: #8E969E;
}
.ddd-assistant span.et_pb_value_text.et_pb_on_value {
    color: #FFF;
}
.ddd-assistant .et_pb_yes_no_button_wrapper select {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 0px !important;
    height: 0px !important;
}
.ddd-assistant .et_pb_yes_no_button_wrapper {
    width: 200px;
    position: relative;
}
.ddd-assistant .et_pb_yes_no_button {
    float: left;
}
.ddd-assistant .et-hidden-option .et_pb_yes_no_button {
    display: none;
}
.ddd-assistant .divi-button .et-box-content {
    width: 225px;
    margin-top: 6px;
    float: right;
}
.ddd-assistant .et-epanel-box {
    background: #fff;
    padding: 0 11px 15px 0;
    display: block;
}
.ddd-assistant .et-core-modal-action {
    display: block;
    color: white;
    font-size: 16px;
    line-height: 115%;
    width: fit-content;
    max-width: 600px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 15px 20px;
    cursor: pointer;
    transition: background .5s;
    background: #00BBA3;
    text-decoration: none;
    color: #fff !important;
    border-radius: 4px;
	position: relative !important;
}
.ddd-assistant .et-core-modal-action:hover,
.ddd-assistant .et-core-modal-action:focus,
.ddd-assistant .et-core-modal-action:active {
    background: #007cc3;
    box-shadow: none;
}
.ddd-assistant .button.button-primary {
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    color: #FFF;
    cursor: pointer;
    background-color: #00C3AA;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 300;
    height: 53px;
    line-height: 53px;
    display: inline-block;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.ddd-assistant .button.button-primary:hover {
    background-color: #007cc3;
}
.ddd-assistant .et-box-subtitle {
    margin-top: -12px !important;
    font-size: 13px;
}
body .ddd-tab-section h3.sectionSaved {
    display: block !important;
    text-align: center;
    max-width: 450px;
    margin: 40px auto;
    line-height: 155%;
}
/* Iframe */
body .ddd-assistant .loaded_message,
body .ddd-assistant .saving_message {
    display: none;
    position: absolute;
    top: 53px;
    text-align: center;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100000;
}
body .ddd-assistant .loaded_message h3.sectionSaved,
body .ddd-assistant .saving_message h3.sectionSaved {
    top: 0;
    height: 100%;
    color: #fff;
    font-size: 2em;
    line-height: 125%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    margin: -5% 0 0 -25%;
}
body .ddd-assistant .loaded_message span.close,
body .ddd-assistant .saving_message span.close {
    color: rgba(255, 255, 255, 0.7);
    font-size: 36px;
    line-height: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
}
body .ddd-assistant .loaded_message span.close:hover,
body .ddd-assistant .saving_message span.close:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 1)
}
@media only screen and (max-width: 1280px) {
    .ddd-assistant .et-epanel-box {
        max-width: 100%;
    }
    .ddd-assistant select#ddd_page_transitions {
        height: 44px;
    }
}
@media only screen and (max-width: 768px) {
    .ddd-assistant .left,
    .ddd-assistant .right {
        float: none;
        width: 100%;
    }
    .ddd-assistant .nav-tab-wrapper a {
        font-size: 16px;
        padding: 15px;
    }
    .ddd-assistant .nav-tab {
        margin: 0 !important;
    }
    .ddd-assistant>h1 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 580px) {
    .ddd-assistant .divi-button .et-box-content {
    display: block; float: none;}
    .ddd-assistant .divi-button .et-box-title {
        width: 100%;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    float: none;
    }
    .ddd-assistant .et_pb_yes_no_button.et_pb_on_state {margin-bottom: 10px;}
    body .ddd-assistant iframe:not(.ddp-youtube) {    margin-top: -30px;}
}
@media only screen and (max-width: 481px) {
    .ddd-assistant .nav-tab-wrapper a {
        font-size: 14px;
        padding: 10px;
    }
    .ddd-assistant .nav-tab {
        margin: 0 !important;
    }
    .ddd-assistant>h1 {
        font-size: 17px;
        padding: 25px 0 25px 50px;
    }
}
@media (min-height: 1000px){
     body .ddd-assistant iframe:not(.ddp-youtube) { min-height: 750px!important; }
}
@media (min-height: 1100px){
     body .ddd-assistant iframe:not(.ddp-youtube) { min-height: 850px !important; }
}
@media (min-height: 1200px){
    body .ddd-assistant iframe:not(.ddp-youtube){  min-height: 950px !important; }
}
/* menu icon */
.toplevel_page_divi_den_on_demand_dashboard .wp-menu-image img {
    max-width: 21px;
    margin-top: 6px;
}
li.ddd>a>span {
    display: block;
    float: right;
    margin-top: 0px;
    margin-left: 8px;
}
li.ddd>a>img {
    margin-top: -2px;
    margin-bottom: -4px;
}
/* iframe */
.et-pb-main-settings-full.ddd-tab {
    top: 0;
}
body .ddd-tab-section :not(iframe) {
    display: none !important;
}
body .ddd-tab {
    opacity: 0;
}
body .ddd-tab iframe {
    width: 100% !important;
    min-height: 100%;
}
body .ddd-tab #et_pb_select_category {
    display: none !important;
}
body .ddd-assistant iframe:not(.ddp-youtube) {
    width: 100%;
    min-height: 700px;
}
 body .ddd-assistant iframe:not(.ddp-youtube)#supportIframe {
    min-height: 800px;
}
.ddd-replace-content {
    padding: 0 2%;
}
.ddd-replace-content label {
    font-size: 16px;
}
.ddd-replace-content label input {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    margin-right: 6px !important;
    margin-top: -3px !important;
}
.ddd-replace-content label input:before {
    margin-top: 0px !important;
    margin-left: -5px !important;
}
/*  Sections */
body .ddd-tab-section iframe {
    min-height: 100%;
}
.ddd-tab-section {
    display: none;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body #et-boc .et-l .et-fb-modules-list li .et_module_title {
    white-space: initial !important;
}
@media (max-height: 1000px){
body .ddd-tab-section iframe, body .et_pb_library_modal iframe  {height: auto !important; min-height: 100% !important;}
}
/* Accordion */
.ddd-accordion {
    max-width: 585px;
}
.ddd-accordion:nth-child(2) {
    margin-top: 20px;
}
.ddd-accordion:last-child {
    border-bottom: 1px solid #bbb
}
.ddd-accordion h3 {
    border-top: 1px solid #bbb;
    margin: 0;
    padding: 15px 0 5px 12px;
    font-family: Arial !important;
}
 .ddd-accordion .ddd-accordion-header h3 {
        padding: 15px 0 11px 10px;
}
.ddp-php-templates {
    margin-bottom: 23px;
}
.ddp-php-templates .ddd-accordion h3 span,
.ddp-php-templates .ddd-accordion.opened h3 span {
    line-height: 70%;
}
.ddd-accordion-header {
    cursor: pointer;
}
.ddd-accordion-header:hover {
    background: #ecfbff;
}
.ddd-accordion h3 span {
    float: right;
    line-height: 15px;
    font-size: 25px;
    padding-right: 12px;
    font-family: Arial !important;
}
.ddd-accordion.opened h3 span {
    line-height: 15px;
}
.ddd-accordion-content {
    display: none;
    padding-left: 12px;
    padding-bottom: 8px;
    padding-top: 0;
    padding-right: 12px;
}
.ddd-accordion.opened .ddd-accordion-content {
    display: block;
}
.ddd-accordion.opened {
    background: #ecfbff;
}
.ddd-accordion p {
    font-size: 15px;
    margin-top: 0 !important;
}
.ddd-accordion .ddd-accordion-header>p {
    padding-left: 12px;
    margin-bottom: 0 !important;
    padding-bottom: 12px;
}
@media only screen and (min-width: 2000px) {
    body .ddd-assistant iframe:not(.ddp-youtube) {
        min-height: 83vh !important;
    }
}
span.eeb-nodis{display:none !important}span.eeb-rtl{unicode-bidi:bidi-override !important;direction:rtl !important;display:inline !important}span.eeb-rtl span.eeb-sd,span.eeb-nrtl span.eeb-sd{display:inline !important;padding-left:0 !important}span.eeb-nrtl{word-break:break-all !important}.eeb-encoded{position:relative;margin-top:-.3em;z-index:1000;color:green}
.footer-widget h4,#main-footer .widget_block h1,#main-footer .widget_block h2,#main-footer .widget_block h3,#main-footer .widget_block h4,#main-footer .widget_block h5,#main-footer .widget_block h6{color:#2ea3f2}.footer-widget li:before{border-color:#2ea3f2}.bottom-nav li.current-menu-item>a{color:#2ea3f2}#main-footer{background-color:#222}#footer-widgets{padding:6% 0 0}.footer-widget{float:left;color:#fff}.last{margin-right:0}.footer-widget .fwidget:last-child{margin-bottom:0 !important}#footer-widgets .footer-widget li{padding-left:14px;position:relative}#footer-widgets .footer-widget li:before{border-radius:3px;border-style:solid;border-width:3px;content:"";left:0;position:absolute;top:9px}#footer-widgets .footer-widget a{color:#fff}#footer-widgets .footer-widget li a{color:#fff;text-decoration:none}#footer-widgets .footer-widget li a:hover{color:rgba(255,255,255,.7)}.footer-widget .widget_adsensewidget ins{min-width:160px}#footer-bottom{background-color:#1f1f1f;background-color:rgba(0,0,0,.32);padding:15px 0 5px}#footer-bottom a{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}#footer-info{text-align:left;color:#666;padding-bottom:10px;float:left}#footer-info a{font-weight:700;color:#666}#footer-info a:hover{opacity:.7}#et-footer-nav{background-color:rgba(255,255,255,.05)}.bottom-nav{padding:15px 0}.bottom-nav li{font-weight:600;display:inline-block;font-size:14px;padding-right:22px}.bottom-nav a{color:#bbb;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.bottom-nav a:hover{opacity:.7}@media all and (max-width:980px){.footer-widget:nth-child(n){width:46.25% !important;margin:0 7.5% 7.5% 0 !important}.et_pb_footer_columns1 .footer-widget{width:100% !important;margin:0 7.5% 7.5% 0 !important}#footer-widgets .footer-widget .fwidget{margin-bottom:16.21%}.et_pb_gutters1 .footer-widget:nth-child(n){width:50% !important;margin:0 !important}.et_pb_gutters1 #footer-widgets .footer-widget .fwidget{margin-bottom:0}#footer-widgets{padding:8% 0}#footer-widgets .footer-widget:nth-child(2n){margin-right:0 !important}#footer-widgets .footer-widget:nth-last-child(-n+2){margin-bottom:0 !important}.bottom-nav{text-align:center}#footer-info{float:none;text-align:center}}@media all and (max-width:767px){#footer-widgets .footer-widget,.et_pb_gutters1 #footer-widgets .footer-widget{width:100% !important;margin-right:0 !important}#footer-widgets .footer-widget:nth-child(n),#footer-widgets .footer-widget .fwidget{margin-bottom:9.5% !important}.et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n),.et_pb_gutters1 #footer-widgets .footer-widget .fwidget{margin-bottom:0 !important}#footer-widgets{padding:10% 0}#footer-widgets .footer-widget .fwidget:last-child{margin-bottom:0 !important}#footer-widgets .footer-widget:last-child{margin-bottom:0 !important}}@media all and (max-width:479px){#footer-widgets .footer-widget:nth-child(n),.footer-widget .fwidget{margin-bottom:11.5% !important}#footer-widgets .footer-widget.last{margin-bottom:0 !important}.et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n),.et_pb_gutters1 #footer-widgets .footer-widget .fwidget{margin-bottom:0 !important}#footer-widgets{padding:12% 0}}@media all and (min-width:981px){.et_pb_gutters3 .footer-widget{margin-right:5.5%;margin-bottom:5.5%}.et_pb_gutters3 .footer-widget:last-child{margin-right:0}.et_pb_gutters3.et_pb_footer_columns6 .footer-widget{width:12.083%}.et_pb_gutters3.et_pb_footer_columns6 .footer-widget .fwidget{margin-bottom:45.517%}.et_pb_gutters3.et_pb_footer_columns5 .footer-widget{width:15.6%}.et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget{margin-bottom:35.256%}.et_pb_gutters3.et_pb_footer_columns4 .footer-widget{width:20.875%}.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget{margin-bottom:26.347%}.et_pb_gutters3.et_pb_footer_columns3 .footer-widget{width:29.667%}.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget{margin-bottom:18.539%}.et_pb_gutters3.et_pb_footer_columns2 .footer-widget{width:47.25%}.et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget{margin-bottom:11.64%}.et_pb_gutters3.et_pb_footer_columns1 .footer-widget{width:100%}.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget{margin-bottom:5.5%}.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1){width:73.625%;clear:both}.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget{margin-bottom:7.47%}.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2){width:20.875%}.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget{margin-bottom:26.347%}.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1){width:20.875%;clear:both}.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget{margin-bottom:26.347%}.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2){width:73.625%}.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget{margin-bottom:7.47%}.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1){width:64.833%}.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget{margin-bottom:8.483%}.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2){width:29.667%}.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget{margin-bottom:18.539%}.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1){width:29.667%}.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget{margin-bottom:18.539%}.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2){width:64.833%}.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget{margin-bottom:8.483%}.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2){width:20.875%}.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget{margin-bottom:26.347%}.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3){width:47.25%}.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget{margin-bottom:11.64%}.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child{width:47.25%}.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget{margin-bottom:11.64%}.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)){width:20.875%}.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget{margin-bottom:26.347%}.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2){width:15.6%}.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget{margin-bottom:35.256%}.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3){width:57.8%}.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget{margin-bottom:9.516%}.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child{width:57.8%}.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget{margin-bottom:9.516%}.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)){width:15.6%}.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget{margin-bottom:35.256%}.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1){width:57.8%}.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget{margin-bottom:9.516%}.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2){width:36.7%}.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget{margin-bottom:14.986%}.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1){width:36.7%}.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget{margin-bottom:14.986%}.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2){width:57.8%}.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget{margin-bottom:9.516%}.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child{width:47.25%}.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget{margin-bottom:11.64%}.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)){width:12.083%}.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget{margin-bottom:45.517%}.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3){width:12.083%}.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget{margin-bottom:45.517%}.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4){width:47.25%}.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget{margin-bottom:11.64%}.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)){width:20.875%}.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget{margin-bottom:26.347%}.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2){width:47.25%}.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget{margin-bottom:11.64%}.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)){width:15.6%}.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget{margin-bottom:35.256%}.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2){width:57.8%}.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget{margin-bottom:9.516%}}.et_pb_row{width:80%;max-width:1080px;margin:auto;position:relative}body.safari .section_has_divider,body.uiwebview .section_has_divider{-webkit-perspective:2000px;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:-webkit-box;display:-ms-flexbox;display:flex}.rtl .et_pb_row.et_pb_equal_columns,.rtl .et_pb_row_inner.et_pb_equal_columns,.rtl .et_pb_section.et_pb_equal_columns>.et_pb_row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.et_pb_row.et_pb_equal_columns>.et_pb_column,.et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column{-webkit-box-ordinal-group:2;-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:-webkit-box;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_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;-webkit-transition:all .3s;transition:all .3s;border:1px solid #e5e5e5;-webkit-box-sizing:border-box;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%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:32px;-webkit-transition:all .4s;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_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}