.cs-icon--arrow-next {
    font-size: 15pt;
    background-image: url('/assets/images/icon-arrow.svg');
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    width: 7px;
    background-size: 9px;
    margin-left: 5px;
    /*transition: all .3s;*/
}

.cs-icon--quote {
    font-size: 15pt;
    background-image: url('/assets/images/icon-speech-bubble.svg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 10.472in;
    height: 7.472in;
    background-size: 10.472in;
}

.cs-icon--facebook:hover {
    background-color: #3b5999;
    transition: all .6s;
} /* Hex: #3b5998  RGB: 59, 89, 152 */

.cs-icon--twitter:hover {
    background-color: #55acee;
    color: #fff;
    transition: all .6s;
} /* Hex: #55acee  RGB: 85, 172, 238 */

.cs-icon--linkedin:hover {
    background-color: #0077B5;
    color: #fff;
    transition: all .6s;
} /* Hex: #007bb5  RGB: 0, 123, 181 */

.cs-icon--youtube:hover {
    background-color: #cd201f;
    color: #fff;
    transition: all .6s;
} /* Hex: #bb0000  RGB: 187, 0, 0 */

.cs-icon--instagram:hover {
    background-image: url('/assets/images/icon-instagram-colors.jpg');
    background-position: center;
    background-size: 50px;
    background-color: #e4405f;
    color: #fff;
    transition: all .6s;
} /* Hex: #125688  RGB: 18, 86, 136 */

.cs-icon--rss:hover {
    background-color: #ff6600;
    color: #fff;
    transition: all .6s;
} /* Hex: #ff6600  RGB: 255, 102, 0 */



/**
* Social Icons
*/
/*.social-icon {
	color: #fff;
}
ul.social-icons {
	margin-top: 10px;
}
.social-icons li {
	vertical-align: top;
	display: inline;
	height: 100px;
}
.social-icons a {
	color: #666;
	text-decoration: none;
}
.social-icons a:hover {
	color: #fff;
	text-decoration: none;
}
.fa-facebook {
	padding:10px 14px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #fff;
}
.fa-facebook:hover {
	background-color: #3d5b99;
}
.fa-twitter {
	padding:10px 12px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #fff;
}
.fa-twitter:hover {
	background-color: #00aced;
}
.fa-rss {
	padding:10px 14px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #fff;
}
.fa-rss:hover {
	background-color: #eb8231;
}
.fa-youtube {
	padding:10px 14px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #fff;
}
.fa-youtube:hover {
	background-color: #e64a41;
}*/
