.btnPill1,.btnPill2,.btnPill3{
	border-radius: 50px;
	border: 2px solid;
	padding: 8px 25px; 
	margin: 5px;
	vertical-align: middle;
	box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px 0;
	box-sizing: border-box; display: inline-block;
	text-decoration: none !important; line-height: 1.2em;
}

.btnPill3{ 
	border-color: #fff;
	background-color: #d01c25;
	color:#fff !important; padding: 15px 0px;
}

.btnPill1{ 
	border-color: #fff;
	background-color: #d01c25;
	padding-left: 60px;
	color:#fff !important;
}


.btnPill2{ 
	border-color:#d61a29;
	padding-right: 60px;
	
}
.btnPill2>strong{ 
	color: #ff0b00;
}

.btnPill2:hover, .btnPill1:hover, .btnPill3:hover{border-color: #fb8332;}

.btnDL2 {
	background: url("../img/icon-download-r.png") no-repeat right;
	background-size:contain;
}

.btnUser {
	background-image: url("../img/icon-user-w.png");
    background-repeat: no-repeat;
	background-size:contain;
}

.btnPlay {
	background-image: url("../img/idea/icon-play.png");
    background-repeat: no-repeat;
	background-size:contain;
}

.btnFull {
	background-image: url("../img/icon-full-w.png");
	background-repeat: no-repeat;
	background-size:contain;
}

.fancybox-slide--iframe .fancybox-content {
	width: 90%;
	height: 600px;
	max-width: 1400px;
	max-height: 80%;
	margin: 0;
}