/*colors*/
.grey { color: #666;} .light-grey {color: #F1F1F1; } .light-grey-bg {background: #F1F1F1; } .pink { color: #cb4171; } .pink-bg { background-color: #cb4171 !important; color: #FFF !important;} .green { color: #72b7b9;} .green-bg {background: #72b7b9;} .yellow {color: #ffc50f;} .greendealbg { background-color: #70a533 !important;} .greendeal { color: #70a533 !important;} .redbg {background: red !important;}

.pink-bg-tone {
	background: -webkit-radial-gradient(70% 70% ellipse,#ee583f 8%,#d92d77 42%,#cb4171 58%);
    background: radial-gradient(ellipse at 70% 70%,#ee583f 8%,#d92d77 42%,#cb4171 58%);	
}

.light-grey-bg:hover {background: #DDD;}

.coralbg {
    background-color: #FA396F !important;
} 

.coraldarkbg {
	background-color: #dc1c51 !important	;
}

.coralborder { 
	border: 2px solid #FA396F !important;
}

.coral {
    color: #FA396f;
}

.bluebg {
	background-color: #1ec1e9 !important;	
}

.bluedarkbg {
	background-color: #15abd0 !important;	
}

.blueborder {
	border: 2px solid #1ec1e9 !important;
}

.yellowbg {
	background-color: #ffc000 !important;	
}

.yellowdarkbg {
	background-color: #e8af00 !important;	
}

.yellowgold {
	color: #fff4d0 !important;	
}

.yellowborder {
	border: 2px solid #ffc000 !important;
}

.turqbg {
    background-color: #46D8D2;
}

.greenbg {
	background-color: #00d0ae;		
}

.greendarkbg {
	background-color: #03b699 !important	;
}

.greenborder { 
	border: 2px solid #00d0ae !important;
}

.turq {
    color: #46D8D2;
}

.white {
    color: #fff!important;
}

.twitter-blue{
	color: #00aced;
}

.instagram-blue {
	color: #517fa4;
}

.pinterest-red {
	color: #cb2027;	
}

.youtube-red {
	color: #cc181e;
}

.facebook-blue{
	color: #3b5998;	
}

.facebook-bg {
	background: #3b5998;
	color: #FFF !important;
}

.facebook-bg:hover {
	background: #355db0;
	color: #FFF !important;
	border-color: #3b5998
}

