/*------ social element----------*/
.contentworker-social-icons-list {
 	position: relative;
 	display: block;
 	padding: 0;
}
.contentworker-social-icons-list ul.social_list {
 	display: inline-block;
 	padding: 0;
 	margin: 0;
 	position: relative;
 	list-style: none;
}
.contentworker-social-icons-list ul.social_list li {
    position: relative;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: unset;
    top: auto;
}
.contentworker-social-icons-list ul.social_list li .social-loop-inner {
	position: relative;
	overflow:hidden;
}
.contentworker-social-icons-list ul.social_list li a {
 	font-size: 20px;
 	color: #28262b;
 	text-align: center;
 	width: 2.5em;
 	height: 2.5em;
 	line-height: 2.5em;
 	display: block;
		margin-right: 10px;
}
.contentworker-social-icons-list.text-center ul.social_list{
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.contentworker-social-icons-list.text-left ul.social_list{
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.contentworker-social-icons-list.text-right ul.social_list {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
/*----------style 2------------*/
.contentworker-social-icons-list ul.social_list{
 	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.contentworker-social-icons-list li {
 	display: table-cell;
		float:none;
}
.contentworker-social-icons-list ul.social_list li a {
 	padding:15px 30px;
 	width: 100%;
 	height: 100%;
 	line-height: 1;
 	color: #494949;
 	margin-right: 0;
		border-right: 1px solid #404040;
		display: -webkit-flex;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-align-items: center;
 	-ms-flex-align: center;
 	align-items: center;
}
.contentworker-social-icons-list ul.social_list li:hover a {
		color:#000;
}
.contentworker-social-icons-list ul.social_list li a i.fa {
 	padding-right: 10px;
}
.contentworker-social-icons-list ul.social_list li:last-child a{
		border-right: 0;
}
/*------ social element----------*/
@media (min-width:767px) and (max-width:1024px){
	.text-center{
		text-align: center !important;
		margin: 0 auto !important;
	}
	.text-left{
		text-align: left !important;
		margin-left: 0 !important;
	}
	.text-right{
		text-align: right !important;
		margin-right: 0 !important;
	}	
	
	.contentworker-social-icons-list.text-center ul.social_list{
		-webkit-justify-content: center !important;
		-moz-justify-content: center !important;
		-ms-justify-content: center !important;
		justify-content: center !important;
	}
	.contentworker-social-icons-list.text-left ul.social_list{
		-webkit-justify-content: flex-start !important;
		-moz-justify-content: flex-start !important;
		-ms-justify-content: flex-start !important;
		justify-content: flex-start !important;
	}
	.contentworker-social-icons-list.text-right ul.social_list {
		-webkit-justify-content: flex-end !important;
		-moz-justify-content: flex-end !important;
		-ms-justify-content: flex-end !important;
		justify-content: flex-end !important;
	}
}

@media (max-width:766px){
	.text-left {
			text-align: left !important;
			margin-left: 0 !important;
	}
	.text-center {
		text-align: center !important;
		margin: 0 auto !important;
	}
	.text-right {
		text-align: right !important;
		margin-right: 0 !important;
	}
	.contentworker-social-icons-list.text-center ul.social_list{
	-webkit-justify-content: center !important;
	-moz-justify-content: center !important;
	-ms-justify-content: center !important;
	justify-content: center !important;
	}
	.contentworker-social-icons-list.text-left ul.social_list{
		-webkit-justify-content: flex-start !important;
		-moz-justify-content: flex-start !important;
		-ms-justify-content: flex-start !important;
		justify-content: flex-start !important;
	}
	.contentworker-social-icons-list.text-right ul.social_list {
		-webkit-justify-content: flex-end !important;
		-moz-justify-content: flex-end !important;
		-ms-justify-content: flex-end !important;
		justify-content: flex-end !important;
	}
}

.normal-floating, .hover_floating, .normal-tossing, .hover_tossing, .normal-pulse, .hover_pulse {
    display: inline-block;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
}
.social-icons-list-animation.normal-rotating, .social-icons-list-animation.hover_rotating:hover {
    animation-name: continue-rotating;
    -webkit-animation-name: rotating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; social-icons-list-animation
}
.social-icons-list-animation.normal-tossing, .social-icons-list-animation.hover_tossing:hover {
    animation-name: content_effect_tossing;
    -webkit-animation-name: content_effect_tossing;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.social-icons-list-animation.normal-floating, .social-icons-list-animation.hover_floating:hover {
    animation-name: content_effect_floating;
    -webkit-animation-name: content_effect_floating;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.social-icons-list-animation.normal-pulse, .social-icons-list-animation.hover_pulse:hover {
    animation-name: content_effect_pulse;
    -webkit-animation-name: content_effect_pulse;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes continue-rotating {
    from {
	    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    transform: rotate(0deg) translate(-10px) rotate(0deg);
	}
	to {
	    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}
}
@-webkit-keyframes continue-rotating {
	    from {
	    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    transform: rotate(0deg) translate(-10px) rotate(0deg);
	}
	to {
	    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}
}
.floating {
    animation-name: content_effect_floating;
    -webkit-animation-name: content_effect_floating;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.tossing {
    animation-name: content_effect_tossing;
    -webkit-animation-name: content_effect_tossing;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.pulse {
    animation-name: content_effect_pulse;
    -webkit-animation-name: content_effect_pulse;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.rotate-continue {
    -webkit-animation-name: rotating;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotating;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotating;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotating {
    from {
    -webkit-transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
}
}@-moz-keyframes rotating {
    from {
    -moz-transform: rotate(0deg);
}
to {
    -moz-transform: rotate(360deg);
}
}@keyframes rotating {
    from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}@keyframes content_effect_floating {
    0% {
    transform: translateY(0%);
}
50% {
    transform: translateY(2%);
}
100% {
    transform: translateY(0%);
}
}@-webkit-keyframes content_effect_floating {
    0% {
    -webkit-transform: translateY(0%);
}
50% {
    -webkit-transform: translateY(2%);
}
100% {
    -webkit-transform: translateY(0%);
}
}@keyframes content_effect_tossing {
    0% {
    transform: rotate(-1deg);
}
50% {
    transform: rotate(1deg);
}
100% {
    transform: rotate(-1deg);
}
}@-webkit-keyframes content_effect_tossing {
    0% {
    -webkit-transform: rotate(-1deg);
}
50% {
    -webkit-transform: rotate(1deg);
}
100% {
    -webkit-transform: rotate(-1deg);
}
}@keyframes content_effect_pulse {
    0% {
    transform: scale(.97);
    opacity: 1;
}
50% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(.97);
    opacity: 1;
}
}@-webkit-keyframes content_effect_pulse {
	    0% {
	    -webkit-transform: scale(.97);
	    opacity: .7;
	}
	50% {
	    -webkit-transform: scale(1);
	    opacity: 1;
	}
	100% {
	    -webkit-transform: scale(.97);
	    opacity: .7;
	}
}