/* **********************************************************************************
   C A R D   I M A G E   C S S
   ********************************************************************************** */

@import 'http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css';
@import 'http://fonts.googleapis.com/css?family=Roboto:700,400';

/*
*  Basic Reset
*/
 
*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/*
 * Basics Styles
 */
html {
	font-size: 62.5%;
}
body {
	background-color: #eee;
	font-family: Roboto;
	font-weight: 400;
	font-size: 1.6em;
	line-height: 1.6;
	color: #666;
}

a {
	text-decoration: none;
	color: #3498db;
}
	a:hover {
		color: #2980b9;
	}

h2 {
	line-height: 1.2;
	margin-bottom: 1.6rem;
}

.ci_wrapper {
	max-width: 400px;
	margin: 0px auto;
	padding-left: 0.3em;
	/*padding-right: 0.3em;*/
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
}

/**
 * Helpers
 */
.ci_border-tlr-radius { 
	border-top-left-radius: 2px;
	border-top-right-radius: 2px; 
}

.ci_text-center { text-align: center; }

.ci_radius { border-radius: 2px; }

.ci_padding-tb { padding-top: 1.6rem; padding-bottom: 1.6rem;}

.ci_shadowDepth0 { box-shadow: 0 1px 3px rgba(0,0,0, 0.12); }

.ci_shadowDepth1 {
   box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24);      
}


/**
 * Card Styles
 */

.ci_card {
	background-color: #fff;
	margin-bottom: 1.6rem;
}

.ci_card__padding {
	padding: 1.6rem;
}
 
.ci_card__image {
	min-height: 100px;
	background-color: #eee;
}
	.ci_card__image img {
		width: 100%;
		max-width: 100%;
		display: block;
	}

.ci_card__content {
	position: relative;
        border: 3px;
        border-top-style: solid;
        border-top-color: coral;
}

/* card meta */
.ci_card__meta time {
	font-size: 1.5rem;
	color: #bbb;
	margin-left: 0.8rem;
}

/* card article */
.ci_card__article a {
	text-decoration: none;
	color: #444;
	transition: all 0.5s ease;
}
	.ci_card__article a:hover {
		color: #2980b9;
	}

/* card action */
.ci_card__action {
	overflow: hidden;
	padding-right: 1.6rem;
	padding-left: 1.6rem;
	padding-bottom: 1.6rem;
}
	 
.ci_card__author {}

	.ci_card__author img,
	.ci_card__author-content {
		display: inline-block;
		vertical-align: middle;
	}

	.ci_card__author img{
		border-radius: 50%;
		margin-right: 0.6em;
	}

.ci_card__share {
	float: right;
	position: relative;
	margin-top: -42px;
}

.ci_card__social {
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
	width: 160px;
	transform: translateZ(0);
  	transform: translateX(0px);
  	transition: transform 0.35s ease;
}
	.ci_card__social--active {
		visibility: visible;
		/*z-index: 3;*/
		transform: translateZ(0);
 		transform: translateX(-48px);
  		transition: transform 0.35s ease;
	}

.ci_share-toggle {
	z-index: 2;
}
.ci_share-toggle:before {
	content: "\f1e0";
	font-family: 'FontAwesome';
	color: #3498db;
}
	.ci_share-toggle.share-expanded:before {
		content: "\f00d";
	}

.ci_share-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s ease;
	outline: 0;

	box-shadow: 
	  		0 2px 4px rgba(0,0,0, 0.12),
	    	0 2px 4px rgba(0,0,0, 0.24);
}
	.ci_share-icon:hover,
	.ci_share-icon:focus {
		box-shadow: 
	  		0 3px 6px rgba(0,0,0, 0.12),
	    	0 3px 6px rgba(0,0,0, 0.24);

	    -webkit-transform: scale(1.2);
	    -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	    -o-transform: scale(1.2);
	    transform: scale(1.2);
	}

.ci_facebook {
	background-color: #3b5998; 
}
.ci_twitter {
	background-color: #00abe3; 
}
.ci_googleplus {
	background-color: #d3492c;
}

.ci_facebook,
.ci_twitter,
.ci_googleplus {
	color: #fff;
}

	.ci_facebook:hover,
	.ci_twitter:hover,
	.ci_googleplus:hover {
		color: #eee;
	}

/* **********************************************************************************
   B A D G E   P E R   C A R D
   ********************************************************************************** */
.badge_tipologia {
    font-style: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
}
.online {
    color: #ffffff;
    background-color: #009944;
}
.offline {
    color: #ffffff;
    background-color: #cf000f;
}
.sospeso {
    color: #ffffff;
    background-color: #FFBF18;
}
.da_non_perdere {
    color: #ffffff;
    background-color: #d79e2b;
}
.affittabile {
    color: #ffffff;
    background-color: #3d6bc4;
}
.prenotabile {
    color: #ffffff;
    background-color: #745765;
}
.curiosita {
    color: #ffffff;
    background-color: 	#928076;
}
.oggetto {
    color: #ffffff;
    background-color: #f1a629;
}