@charset "utf-8";

.sti {
    position: relative;
    text-align: left;
    z-index: 99;
}
.sti.position-image,
.sti.position-image_hover {
    position: absolute;
}

.sti.sti-shortcode {
    z-index: 1;
    margin: 10px 0;
}
.sti.sti-hover {
    z-index: 9999999999999999;
}

.sti .sti_reset {
	bottom: auto !important;
	/*display: inline-block !important;*/
	float: none !important;
	left: auto !important;
	margin: 0 !important;
	position: relative !important;
	right: auto !important;
	top: auto !important;
}

.sti .sti-share-box {
	position: relative;
	z-index: 99;
	display: flex;
    flex-direction: column;
}

.sti-align-center .sti .sti-share-box {
    text-align: center;
}
.sti-align-right .sti .sti-share-box {
    text-align: right;
}
.sti-align-left .sti .sti-share-box {
    text-align: left;
}

.sti .sti-share-box .sti-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	cursor: pointer;
	-webkit-transition: all 0s linear;
	   -moz-transition: all 0s linear;
	    -ms-transition: all 0s linear;
	     -o-transition: all 0s linear;
	        transition: all 0s linear;	
}

/* Mobile */
.sti-mobile-btn {
	position: absolute;
	z-index: 99;
	cursor: pointer;
	width: 36px;
	height: 36px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sti-mobile-btn svg {
    fill: #fff;
    width: 24px;
    height: 24px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    display: block;
}

.sti-mobile-btn svg path {
    fill: #fff;
}

.sti-mobile-btn .sti-share-box {
	display: none;
}

.sti-mobile-btn.sti-mobile-show .sti-share-box {
	display: block;
}

.sti-mobile-btn.sti-mobile-show {
    width: auto;
    background: transparent;
}

.sti-mobile-btn.sti-mobile-show > svg {
    display: none;
}

.sti-mobile-btn.sti-mobile-show .sti {
    display: block !important;
}

.sti-mobile-btn.sti-mobile-show .sti.horizontal {
    display: inline-block !important;
}

.sti-mobile-btn.position-before,
.sti-mobile-btn.position-after {
    position: relative;
    text-align: left;
    z-index: 1;
}

/* Forms */
.sti-form {
    width: 400px;
    border: 1px solid rgba(0,0,0,.2);
    background: #fff;
    position: absolute;
    border-radius: 6px;
    top: 0;
    left: 100%;
    padding: 10px;
    margin: 0 0 0 5px;
    font-size: 14px;
    vertical-align: baseline;
    cursor: default;
}

.sti-form.sti-form-mobile  {
    left: 99999px !important;
}

.sti.horizontal .sti-form {
    top: 110%;
    left: 0;
    margin-left: 0;
}

.sti-form .sti-form-input,
.sti-form .sti-form-textarea {
    -webkit-appearance: none;
    border-radius: 0;
    font: inherit;
    position: relative;
    display: block;
    overflow: visible;
    background: #fff !important;
    font-size: 14px !important;
    line-height: 18px !important;
    margin: 0 0 8px 0 !important;
    padding: 6px 6px !important;
    width: 100% !important;
    border: 1px solid rgba(0,0,0,.2) !important;
    border-radius: 6px;
    box-sizing: border-box;
}
.sti-form .sti-form-input:focus,
.sti-form .sti-form-textarea:focus {
    border-color: rgba(0,0,0,.5) !important;
}
.sti-form .sti-form-input:last-child,
.sti-form .sti-form-textarea:last-child {
    margin: 0 !important;
}

.sti-form .sti-form-input.invalid,
.sti-form .sti-form-textarea.invalid {
    border-color: rgba(255,0,0,.5) !important;
}

.sti-form .sti-form-input {
    height: auto !important;
}
.sti-form .sti-form-input:focus {
    outline: none;
    color: #000 !important;
}

.sti-form .sti-form-textarea {
    min-height: auto !important;
    word-break: break-all;
}
.sti-form .sti-form-textarea:focus {
    outline: none;
}

.sti-form .sti-form-button {
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 6px;
    margin-bottom: 0;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    background-image: none;
    box-shadow: none;
    white-space: nowrap;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    -o-user-select: none;
    user-select: none;
    color: #000;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
}
.sti-form .sti-form-button:hover,
.sti-form .sti-form-button:focus {
    border-color: rgba(0,0,0,.5);
}

.sti-form .sti-form-loader {

}

.sti-form .sti-form-loader,
.sti-form .sti-form-loader:after {
    border-radius: 50% !important;
    width: 16px;
    height: 16px;
}

.sti-form .sti-form-loader {
    position: absolute;
    display: none;
    right: -30px;
    bottom: 0;
    z-index: 999;
    margin: 0;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid #ededed;
    border-right: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    border-left: 3px solid #555;

}

.sti-form.loading .sti-form-loader {
    display: block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 0.7s infinite linear;
    animation: load8 0.7s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sti-form .sti-form-message {
    font-size: 15px;
    padding-left: 2px;
}

.sti-form .sti-form-label {
    display: block;
    color: #000 !important;
    margin: 8px 0 12px 2px;
    line-height: 1;
    font-size: 16px;
}

.sti-form .sti-form-label:hover,
.sti-form .sti-form-label:focus {
    outline: none;
    color: #000 !important;
}

.sti-form .sti-form-close {
    display: block;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    padding: 3px 3px 0 0;
    top: 15px;
    right: 10px;
    background-size: contain;
    background: url(../images/close.svg) no-repeat 50% 50%;
    height: 20px;
    width: 20px;
}

.sti-form-copy {
    cursor: pointer;
    font-size: 12px;
    color: #000 !important;
    line-height: 1;
    position: absolute;
    padding: 3px 3px 0 0;
    top: 18px;
    right: 12px;
}

.sti-form-copy:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -20px;
    background-size: contain;
    height: 20px;
    width: 20px;
    background: url(../images/yes.svg) no-repeat 50% 50%;
    transition: opacity 0.5s;
}
.sti-form-copy.copied:before {
    opacity: 1;
}

.sti-copied {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    opacity: 0;
    left: 20px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    color: #444;
    border: 1px solid #444;
    transition: opacity 0.2s;
}

.sti-copied.active {
    opacity: 1;
}

.sti-copied .sti-copied-text {
    padding-left: 20px;
    padding-right: 7px;
}

.sti-copied .sti-copied-text:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    margin-left: 10px;
    background-size: contain;
    height: 20px;
    width: 20px;
    background: url(../images/yes.svg) no-repeat 50% 50%;
    transition: opacity 0.5s;
}

body.sti-overlay {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}

.sti-overlay-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #fff;
    z-index: 9999998 !important;
}

.sti-overlay .sti-overlay-mask {
    opacity: 1;
}

/* Email Form */
.sti-form.sti-email-form .sti-form-textarea {
    min-height: 100px !important;
}

.sti-form.sti-email-form.sti-form-mobile {
    position: fixed !important;
    z-index: 9999999 !important;
    top: 10px !important;
    left: 20px !important;
    width: 100%;
    width: calc(100% - 40px) !important;
    border: none;
    margin: 0
}

.sti .sti-facebook-btn { background-color: #3b5998; }
.sti .sti-facebook-btn:hover { background-color: #2d4373; }
.sti .sti-twitter-btn { background-color: #55acee; }
.sti .sti-twitter-btn:hover { background-color: #2795e9; }
.sti .sti-linkedin-btn { background-color: #0077b5; }
.sti .sti-linkedin-btn:hover { background-color: #046293; }
.sti .sti-pinterest-btn { background-color: #ec1a22; }
.sti .sti-pinterest-btn:hover { background-color: #d4171e; }
.sti .sti-tumblr-btn { background-color: #35465C; }
.sti .sti-tumblr-btn:hover { background-color: #222d3c; }
.sti .sti-reddit-btn { background-color: #5f99cf; }
.sti .sti-reddit-btn:hover { background-color: #3a80c1; }
.sti .sti-digg-btn { background-color: #303030; }
.sti .sti-digg-btn:hover { background-color: #171717; }
.sti .sti-delicious-btn { background-color: #4576bd; }
.sti .sti-delicious-btn:hover { background-color: #3c67a3; }
.sti .sti-vkontakte-btn { background-color: #507299; }
.sti .sti-vkontakte-btn:hover { background-color: #43648c; }
.sti .sti-odnoklassniki-btn { background-color: #ff6600; }
.sti .sti-odnoklassniki-btn:hover { background-color: #e55c00; }
.sti .sti-link-btn { background-color: #0f65ef; }
.sti .sti-link-btn:hover,
.sti .sti-link-btn.active { background-color: #0c51bf; }
.sti .sti-email-btn { background-color: #777; }
.sti .sti-email-btn:hover { background-color: #5e5e5e; }
.sti .sti-gmail-btn { background-color: #d93025; }
.sti .sti-gmail-btn:hover { background-color: #ba2e23; }
.sti .sti-download-btn { background-color: #0199e4; }
.sti .sti-download-btn:hover { background-color: #017ec8; }
.sti .sti-whatsapp-btn { background-color: #4dc247; }
.sti .sti-whatsapp-btn:hover { background-color: #4da947; }
.sti .sti-viber-btn { background-color: #7c529f; }
.sti .sti-viber-btn:hover { background-color: #895aae; }
.sti .sti-telegram-btn { background-color: #0088cc; }
.sti .sti-telegram-btn:hover { background-color: #007abe; }
.sti .sti-messenger-btn { background-color: #007fff; }
.sti .sti-messenger-btn:hover { background-color: #0069d1; }
.sti .sti-embed-btn { background-color: #5c6a7c; }
.sti .sti-embed-btn:hover,
.sti .sti-embed-btn.active { background-color: #4b5769; }
.sti .sti-houzz-btn { background-color: #21cf7b; color: #fff; }
.sti .sti-houzz-btn:hover { background-color: #0cc66c; }
.sti .sti-print-btn { background-color: #999; }
.sti .sti-print-btn:hover { background-color: #7c7c7c; }

.sti .sti-share-box .sti-btn {
    position: relative;
}

.sti .sti-share-box .sti-btn svg {
    fill: #fff;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    display: block;
    pointer-events: none;
}

/* Flat style */
.sti.style-flat .sti-share-box .sti-btn {
	width: 48px;
	height: 48px;
}

.sti.style-flat .sti-share-box .sti-btn svg {
    width: 24px;
    height: 24px;
}

.sti.style-flat .sti-share-box .sti-btn.sti-digg-btn svg {
    width: 26px;
    height: 26px;
}

.sti.style-flat .sti-share-box .sti-btn.sti-whatsapp-btn svg,
.sti.style-flat .sti-share-box .sti-btn.sti-telegram-btn svg {
    width: 28px;
    height: 28px;
}

.sti.style-flat .sti-share-box .sti-btn.sti-messenger-btn svg {
    width: 22px;
    height: 22px;
}

.sti.style-flat .sti-share-box .sti-btn.sti-vkontakte-btn svg {
    width: 28px;
    height: 28px;
}

.sti.style-flat .sti-share-box .sti-btn.sti-gmail-btn svg {
    width: 26px;
    height: 26px;
}

/* Flat small style */
.sti.style-flat-small .sti-share-box .sti-btn {
	width: 36px;
	height: 36px;
}

.sti.style-flat-small .sti-share-box .sti-btn svg {
    width: 16px;
    height: 16px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-digg-btn svg {
    width: 18px;
    height: 18px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-whatsapp-btn svg,
.sti.style-flat-small .sti-share-box .sti-btn.sti-telegram-btn svg {
    width: 20px;
    height: 20px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-messenger-btn svg {
    width: 16px;
    height: 16px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-vkontakte-btn svg {
    width: 20px;
    height: 20px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-gmail-btn svg {
    width: 18px;
    height: 18px;
}

/* Box style */
.sti.style-box .sti-share-box {
	width: 38px;
	background-color: #fafafa;
	background-color: rgba(250,250,250,0.8);
	padding: 4px 0px;
	border-radius: 10px;
	-webkit-box-shadow: #ccc 0px 0px 3px 0px;
	   -moz-box-shadow: #ccc 0px 0px 3px 0px;
	        box-shadow: #ccc 0px 0px 3px 0px;
}

.sti.style-box .sti-share-box .sti-btn {	
	width: 24px;
	height: 24px;
	margin: 4px auto;
	border-radius: 2px;
}
.sti.style-box .sti-share-box .sti-btn:hover {
    opacity: 0.7;
}

.sti.style-box .sti-share-box .sti-btn svg {
    width: 14px;
    height: 14px;
}

.sti.style-box .sti-share-box .sti-btn.sti-digg-btn svg,
.sti.style-box .sti-share-box .sti-btn.sti-telegram-btn svg {
    width: 18px;
    height: 18px;
}

.sti.style-box .sti-share-box .sti-btn.sti-whatsapp-btn svg {
    width: 20px;
    height: 20px;
}

.sti.style-box .sti-share-box .sti-btn.sti-messenger-btn svg {
    width: 14px;
    height: 14px;
}

.sti.style-box .sti-share-box .sti-btn.sti-vkontakte-btn svg {
    width: 18px;
    height: 18px;
}

/* Circle */
.sti.style-circle .sti-share-box .sti-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-bottom: 1px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.sti.style-circle .sti-share-box .sti-btn svg {
    width: 16px;
    height: 16px;
}

.sti.style-circle .sti-share-box .sti-btn.sti-digg-btn svg,
.sti.style-circle .sti-share-box .sti-btn.sti-gmail-btn svg {
    width: 18px;
    height: 18px;
}

.sti.style-circle .sti-share-box .sti-btn.sti-whatsapp-btn svg,
.sti.style-circle .sti-share-box .sti-btn.sti-telegram-btn svg {
    width: 20px;
    height: 20px;
}

.sti.style-circle .sti-share-box .sti-btn.sti-messenger-btn svg {
    width: 16px;
    height: 16px;
}

.sti.style-circle .sti-share-box .sti-btn.sti-vkontakte-btn svg {
    width: 20px;
    height: 20px;
}

/* Small square */
.sti.style-square .sti-share-box .sti-btn {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.sti.style-square .sti-share-box .sti-btn svg {
    width: 14px;
    height: 14px;
}

.sti.style-square .sti-share-box .sti-btn.sti-digg-btn svg,
.sti.style-square .sti-share-box .sti-btn.sti-telegram-btn svg {
    width: 16px;
    height: 16px;
}

.sti.style-square .sti-share-box .sti-btn.sti-whatsapp-btn svg {
    width: 18px;
    height: 18px;
}

.sti.style-square .sti-share-box .sti-btn.sti-messenger-btn svg {
    width: 14px;
    height: 14px;
}

.sti.style-square .sti-share-box .sti-btn.sti-vkontakte-btn svg {
    width: 18px;
    height: 18px;
}

/* Horizontal */
.sti.horizontal .sti-share-box {
    flex-direction: row;
}

.sti.horizontal .sti-share-box .sti-btn {
    vertical-align: top;
}

.sti.style-box.horizontal .sti-share-box {
	width: auto;
	padding: 5px;
}
.sti.style-box.horizontal .sti-share-box .sti-btn {
    /*display: inline-block;*/
	margin: 1px 3px;
}

.sti.style-circle.horizontal .sti-share-box .sti-btn {
    margin-bottom: 0;
    margin-right: 1px;
}

.sti.style-square.horizontal .sti-share-box .sti-btn {
    margin-bottom: 0;
    margin-right: 2px;
}


/* Integrations */
#swipebox-slider .sti.position-before,
#swipebox-slider .sti.position-after {
    position: absolute;
    z-index: 9999999;
    top: 0;
    left: 0;
}
.admin-bar .sti.sti-hover {
    z-index: 999999;
}
.theme-Avada .sti.sti-hover {
    z-index: 999999;
}
.theme-flatsome .sti.sti-hover {
    z-index: 29;
}
.theme-porto .sti.sti-hover {
    z-index: 999;
}
.dialog-lightbox-container.elementor-page .sti.sti-hover {
    z-index: 99999;
}
.theme-oceanwp.admin-bar .sti.sti-hover {
    z-index: 999999;
}
.envira-gallery-wrap .sti-mobile-btn {
    position: absolute !important;
    width: 36px !important;
    height: 36px !important;
    background: #000 !important;
}