﻿/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}


.cdm-icon {
	fill: #fff;
	/*position: absolute;*/
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 18px;
	z-index: 5;
	background: #0087BE;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 2px 1px rgba(46,68,83,0.15);
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	animation-name: bounce-appear;
	animation-delay: 0.8s;
	animation-fill-mode: both;
	animation-duration: .40s;
}

.cdm-icon:hover {
	background: #00aadc;
	transition: background .15s ease-in-out;
}

.cdm-icon--hidden {
	display: none;
}

.cdm-icon svg {
	width: 18px;
	height: 18px;
}

.cdm-icon--text {
	margin-left: -2em;
}

.cdm-icon--header-image {
	margin: 10px;
}

@keyframes bounce-appear {
	from, 20%, 40%, 60%, 80%, to {animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
	0% {opacity: 0;transform: scale3d(.3, .3, .3);}
	20% {transform: scale3d(1.1, 1.1, 1.1);}
	40% {transform: scale3d(.9, .9, .9);}
	60% {opacity: 1;transform: scale3d(1.03, 1.03, 1.03);}
	80% {transform: scale3d(.97, .97, .97);}
	to {opacity: 1;transform: scale3d(1, 1, 1);}
}
/* =Infinity Styles
-------------------------------------------------------------- */
.cdm-pos {
  top: 274px; left: 437.453px; right: auto;
}