@charset "utf-8";

.sti {
    position: absolute;
    text-align: left;
    z-index: 9999999;
}

.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: 999;
	display: block;
}

.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: 999;
	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 {
    background: transparent;
}

.sti-mobile-btn.sti-mobile-show > svg {
    display: none;
}


/* Link Box */
.sti .sti-link-form {
    width: 400px;
    border: 1px solid #aaa;
    background: #f4f4f4;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 100%;
    padding: 2px;
    margin: 0;
    margin-left: 5px;
    font-size: 14px;
    vertical-align: baseline;
}

.sti .sti-link-form .sti-link-label {
    display: none;
}

.sti .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: 386px !important;
}

.sti .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 {

}

.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-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-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;
}


/* 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;
}

/* 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 {
    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;
}