@import url("http://fonts.googleapis.com/css?family=Raleway:400,300");
/*azul claro*/
/*azul oscuro*/
/*verde*/
/*verde claro*/
/*#F4F4F4*/
/*naranja*/
@font-face {
  font-family: 'officina';
  src: url("/Fonts/OfficinaSanITCMedium.eot");
  src: url("/Fonts/OfficinaSanITCMedium.ttf") format("truetype"), url("/Fonts/OfficinaSanITCMedium.eot?#iefix") format("embedded-opentype");
  /* IE9+ */
}

@font-face {
  font-family: 'bebas';
  src: url("/Fonts/BebasNeue-webfont.eot");
  src: url("/Fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/BebasNeue-webfont.woff") format("woff"), url("/Fonts/BebasNeue-webfont.ttf") format("truetype"), url("/Fonts/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/Fonts/Roboto-Condensed.woff) format("woff");
}

/*@font-face {
    font-family: 'MyFontFamily';
    src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'), 
         url('myfont-webfont.woff') format('woff'), 
         url('myfont-webfont.ttf')  format('truetype'),
         url('myfont-webfont.svg#svgFontName') format('svg');
         }*/
@font-face {
  font-family: officina_it;
  src: url("/Fonts/OfficinaSanITCMediumItalic.ttf");
}

@font-face {
  font-family: code;
  src: url("/Fonts/SourceCodePro-Light.ttf");
}

/* line 4, Post.scss */
.attachments-posts h5 {
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  color: #7f7f7f;
}
/* line 10, Post.scss */
.attachments-posts .filmstrip {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
/* line 15, Post.scss */
.attachments-posts ul {
  list-style: none;
  font-size: 0px;
  white-space: nowrap;
  margin-bottom: 20px;
}
/* line 20, Post.scss */
.attachments-posts ul li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 25, Post.scss */
.attachments-posts ul li img {
  width: 100%;
}
/* line 31, Post.scss */
.attachments-posts .post-photos li {
  width: 25%;
}
/* line 33, Post.scss */
.attachments-posts .post-photos li img {
  border: 1px solid #d7d7d7;
}
/* line 39, Post.scss */
.attachments-posts .post-videos li {
  width: 50%;
}

/*
.news {
	color: $font-color
}

#post-details {
	padding: 20px;
	margin-top: 20px;
	margin-right: 20px;
	background: #FFF;
	border: $border;
	.share-link {
		right: 5px;
		bottom: -16px;
		top: initial;
		left: initial;
	}
	.post-cover {
		position: relative;
		width: 100%;
		height: 300px;
		margin-bottom:10px;
	}
	img {
		width: 100%;
		height:100%;
	}

	.post-author
	{
		border: $border;
		margin-right:3px; 
		float: left;
	}

	.post-author, .post-author img {
		width:30px; 
		height:30px;
	}

	.post-date {
		font-family: officina1, Arial;
		font-size: 11px;
		color: #7F7F7F;
	}

	.post-info {
		width: 50%; 
		height:260px; 
		position: absolute;
		top: 20px;
		right: 20px;
		background: rgba(255,255,255,0.8);
		padding:20px;
		@include box-sizing;

		h3 {
			font: 24px/30px $font-title;
			color: #333;
			margin-bottom:5px;
		}
		.msg-count {
			margin-right:10px;
		}
	}

	.post-content{
		div.source,
		div.post-tags,
		div.text,
		div.post-videos {
			padding: 10px 0px;
		}
		
		label	{
			font-size: 14px;
			font-weight:bold;
			color: #7F7F7F;
			font-family: officina1, Arial;
			margin-right:5px;
		}

		.source a {
			margin-left:3px;
		}

		.text {

			a {
				color: #21AEEC;
			}

			.question-title {
				.q-title {
					font-size: 16px;
					padding: 0 7px 7px;
					margin-left: 30px;
					width: 85%;
					line-height: 110%;
				}
			}

			p {
				margin: 5px 0;
			}
		}

		.post-tags {
			font-family: 'Segoe UI', officina1, Arial;
			padding: 0 0 5px;
			position: relative;

			a {
				color: #cc4125;
				display: inline-block;
				margin-right: 3px;
			}
		
			a:hover {
				text-decoration: underline;
			}
		}

		.post-photos	{
			width:50%;
			float:left;
			padding: 10px 0px;
			a	{
				color: #7F7F7F;
			}
			
			ul {
				list-style:none outside none;
			}

			li {
				float:left;
				width: 68%;
				padding: 2px;
				@include box-sizing;
			}
			li:nth-child(2),
			li:nth-child(3) {
				width: 32%;
			}
		}

		.post-videos	{
			width:50%;
			float:left;

			.post-wrapper {
				position: relative;
				width: 160px; 
				height: 132px;  
				float: left; 
				margin-right: 5px;
				border: 1px solid #ccc;

				.embed-play {
					top: 50px;
					left: 60px;
				}
			}
		}

		.post-documents{
			.feed-item-box {
				width: 320px;
				float: left;
			}
		}

		.feed-item-box {
			padding: 10px 15px 10px 0;
		}
	}
}
*/
