.social_slider {  
	position: fixed;    
	right: -370px;        
	z-index: 99997; 

}/*----- Icons -----*/
   .social_slider .tab-links .facebook_icon{
    float: right;
	height: 45px;
    width: 45px;
    background: url("../../../images/themes/square/facebook.png") no-repeat;
	cursor: pointer;
	position: relative;
    z-index: 99998;
    display: block;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 .social_slider .tab-links .facebook_icon:hover {
 	-webkit-transform:scale(1.1);
    transform:scale(1.1);
    z-index: 99999;
   }
 .social_slider .tab-links .twitter_icon{
    float: right;
	height: 45px;
    width: 45px;
    background: url("../../../images/themes/square/twitter.png") no-repeat;
	cursor: pointer;
	position: relative;
    z-index: 99998;
    display: block;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 .social_slider .tab-links .twitter_icon:hover {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    z-index: 99999;
}
 .social_slider .tab-links .google_icon{
    float: right;
	height: 45px;
    width: 45px;
    background: url("../../../images/themes/square/google.png") no-repeat;
	cursor: pointer;
	position: relative;
    z-index: 99998;
    display: block;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 .social_slider .tab-links .google_icon:hover {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    z-index: 99999;
}
.social_slider .tab-links .youtube_icon{
    float: right;
	height: 45px;
    width: 45px;
    background: url("../../../images/themes/square/youtube.png") no-repeat;
	cursor: pointer;
	position: relative;
    z-index: 99998;
    display: block;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 .social_slider .tab-links .youtube_icon:hover {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    z-index: 99999;
}
 .social_slider .tab-links .linkedin_icon{
    float: right;
	height: 45px;
    width: 45px;
    background: url("../../../images/themes/square/linkedin.png") no-repeat;
	cursor: pointer;
	position: relative;
    z-index: 99998;
    display: block;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 .social_slider .tab-links .linkedin_icon:hover {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    z-index: 99999;
}

 .social_slider .tab-links .pinterest_icon{
    float: right;
	height: 45px;
    width: 45px;
    background: url("../../../images/themes/square/pinterest.png") no-repeat;
	cursor: pointer;
	position: relative;
    z-index: 99998;
    display: block;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 .social_slider .tab-links .pinterest_icon:hover {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    z-index: 99999;
}
 .social_slider .tab-links .vimeo_icon{
    float: right;
	height: 45px;
    width: 45px;
    background: url("../../../images/themes/square/vimeo.png") no-repeat;
	cursor: pointer;
	position: relative;
    z-index: 99998;
    display: block;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 .social_slider .tab-links .vimeo_icon:hover {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    z-index: 99999;
}
 .social_slider .tab-links .vk_icon{
    float: right;
    height: 45px;
    width: 45px;
    background: url("../../../images/themes/square/vk.png") no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 99998;
    display: block;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 .social_slider .tab-links .vk_icon:hover {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    z-index: 99999;
}
.social_slider .tab-links .contactus_icon{
    float: right;
	height: 45px;
    width: 45px;
    background: url("../../../images/themes/square/email.png") no-repeat;
	cursor: pointer;
	position: relative;
    z-index: 99998;
    display: block;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 .social_slider .tab-links .contactus_icon:hover {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    z-index: 99999;
}
.social_slider .tab-links .instagram_icon{
    float: right;
	height: 45px;
    width: 45px;
    background: url("../../../images/themes/square/instagram.png") no-repeat;
	cursor: pointer;
	position: relative;
    z-index: 99998;
    display: block;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 .social_slider .tab-links .instagram_icon:hover {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    z-index: 99999;
}
 .social_slider .tab-content .facebook_box {
    border:10px solid #507cbe;
}
.social_slider .tab-content .twitter_box {
    border: 10px solid #63cdf1;
}
.social_slider .tab-content .google_box {
    border:10px solid #4d4f54;
}
.social_slider .tab-content .youtube_box {
    border:10px solid #f16261;
}
.social_slider .tab-content .linkedin_box {
    border:10px solid #90cadd;
}
.social_slider .tab-content .pinterest_box {
    border: 10px solid #f16261;
}
.social_slider .tab-content .vimeo_box {
    border:10px solid #87d3e0;
}
.social_slider .tab-content .instagram_box .insta-profile-widget {
    border:10px solid #c7c5b3;
}
.social_slider .tab-content .vk_box {
    border:10px solid #627683;
}