@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: block;
}

.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: block;
    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;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
    background: #000;
}

.sti-mobile-btn svg {
    fill: #fff;
    width: 24px;
    height: 24px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.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 #aaa;
    background: #f4f4f4;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 100%;
    padding: 5px;
    margin: 0 0 0 5px;
    font-size: 14px;
    vertical-align: baseline;
    cursor: default;
}

.sti-form.sti-form-mobile  {
    left: 99999px !important;
}

.sti-form-label {
    display: inline;
    color: #000 !important;
    margin: 0 0 6px;
    line-height: 1;
    font-size: 14px;
}

.sti-form-copy {
    float: right;
    cursor: pointer;
    font-size: 12px;
    color: #000 !important;
    line-height: 1;
    position: relative;
    padding: 3px 3px 0 0;
}

.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;
}

/* Link Box */
.sti-link-form {
}

.sti-link-form .sti-link-input {
    -webkit-appearance: none;
    border-radius: 0;
    font: inherit;
    position: relative;
    display: block;
    overflow: visible;
    margin: 0 !important;
    background: #fff !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 6px 6px !important;
    border: 1px solid rgba(0,0,0,.2) !important;
    width: 100% !important;
    height: auto !important;
}

.sti-link-form .sti-link-input:focus {
    outline: none;
}

.sti.horizontal .sti-link-form {
    top: 110%;
    left: 0;
    margin-left: 0;
}

.sti.horizontal .sti-link-form .sti-link-input {

}

/* Embed Box */
.sti-embed-form {
}

.sti-embed-form .sti-embed-input {
    -webkit-appearance: none;
    border-radius: 0;
    font: inherit;
    position: relative;
    display: block;
    overflow: visible;
    min-height: auto !important;
    margin: 0 !important;
    background: #fff !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 6px 6px !important;
    border: 1px solid rgba(0,0,0,.2) !important;
    width: 100% !important;
    word-break: break-all;
}

.sti-embed-form .sti-embed-input:focus {
    outline: none;
}

.sti-embed-form .sti-embed-label:hover,
.sti-embed-form .sti-embed-label:focus {
    outline: none;
    color: #000 !important;
}

.sti.horizontal .sti-embed-form {
    top: 110%;
    left: 0;
    margin-left: 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-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-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;
    position: absolute;
    left: 50%;
    top: 50%;
}



/* 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;
    margin-top: -12px;
    margin-left: -12px;
}

.sti.style-flat .sti-share-box .sti-btn.sti-digg-btn svg {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: -13px;
}

.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;
    margin-top: -14px;
    margin-left: -14px;
}

.sti.style-flat .sti-share-box .sti-btn.sti-messenger-btn svg {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
}

.sti.style-flat .sti-share-box .sti-btn.sti-vkontakte-btn svg {
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
}

.sti.style-flat .sti-share-box .sti-btn.sti-gmail-btn svg {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: -13px;
}


/* 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;
    margin-top: -8px;
    margin-left: -8px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-digg-btn svg {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
}

.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;
    margin-top: -10px;
    margin-left: -10px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-messenger-btn svg {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-vkontakte-btn svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-gmail-btn svg {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
}

/* 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;
    margin-top: -7px;
    margin-left: -7px;
}

.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;
    margin-top: -9px;
    margin-left: -9px;
}

.sti.style-box .sti-share-box .sti-btn.sti-whatsapp-btn svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.sti.style-box .sti-share-box .sti-btn.sti-messenger-btn svg {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
}

.sti.style-box .sti-share-box .sti-btn.sti-vkontakte-btn svg {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
}

/* 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;
    margin-top: -8px;
    margin-left: -8px;
}

.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;
    margin-top: -9px;
    margin-left: -9px;
}

.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;
    margin-top: -10px;
    margin-left: -10px;
}

.sti.style-circle .sti-share-box .sti-btn.sti-messenger-btn svg {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}

.sti.style-circle .sti-share-box .sti-btn.sti-vkontakte-btn svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

/* 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;
    margin-top: -7px;
    margin-left: -7px;
}

.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;
    margin-top: -8px;
    margin-left: -8px;
}

.sti.style-square .sti-share-box .sti-btn.sti-whatsapp-btn svg {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
}

.sti.style-square .sti-share-box .sti-btn.sti-messenger-btn svg {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
}

.sti.style-square .sti-share-box .sti-btn.sti-vkontakte-btn svg {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
}

/* Horizontal */
.sti.horizontal .sti-share-box {
}

.sti.horizontal .sti-share-box .sti-btn {
    display: inline-block;
    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;
}

/* Welcome message */
.welcome-panel .welcome-panel-column:first-child {
    width: 60%;
}
.welcome-panel .welcome-panel-column {
    width: 20%;
}