.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}


*{
	font-family: 'Oswald', sans-serif;
}

pre, pre span{
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
}

a:link {
	color: #cccccc;
}
a:visited {
	color: #99ccff;
}
a:hover {
	color: #cc99ff;
}

#ascensorBuilding{
	overflow: hidden;
}

#ascensorBuilding section:first-child article h1{
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

section{
	overflow: hidden;
	box-shadow: inset 0 0 0px 10px rgb(0,0,0);
}

section article{
	margin-top: 40px;
}

section aside{
	margin-top: 40px;
}



/*content*/

div.portfolio {
	overflow: auto;
}

div.portfolio li {
	list-style-type: none;
}

div.portfolio li img {
	border: solid 1px #999;
	border-radius: 6px;
}


/*Floor1*/

#ascensorFloor1{
	background: url('../images/top.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	color: #fff;
}

/*Floor1 end*/



/*Floor2*/

#ascensorFloor2{
	background: url('../images/prof.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	color: #fff;
}

/*Floor2 end*/


/*Floor3*/

#ascensorFloor3{
	background: url('../images/artist.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	color: #fff;
}

article.container_3 div.portfolio {
	width: 84%;
	margin-top: 20px;
	padding: 20px 10px 0 10px;
	background: rgba(51, 51, 51, 0.7);
	border-radius: 12px;
}

article.container_3 div.portfolio ul li {
	float: left;
	margin: 0 10px 20px 10px;
}



/*Floor3 end*/



/*Floor4*/

#ascensorFloor4{
	background: url('../images/live.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	color: #fff;
}

article.container_4 div.portfolio {
	width: 56%;
	margin-top: 20px;
	padding: 20px 10px 0 10px;
	background: rgba(51, 51, 51, 0.5);
	border-radius: 12px;
}

article.container_4 div.portfolio ul li {
	float: left;
	margin: 0 10px 20px 10px;
}

/*Floor4 end*/



/*Floor5*/

#ascensorFloor5{
	background: url('../images/mono.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	color: #fff;
}

article.container_5 div.portfolio {
	float: left;
	width: 420px;
	margin-top: 20px;
	padding: 20px 0 20px 20px;
	background: rgba(51, 51, 51, 0.2);
	border-radius: 12px;
}

article.container_5 div.portfolio ul li {
	float: left;
	margin-right: 20px;
}

article.container_5 div.portfolio_2 {
	float: right;
	width: 420px;
	margin-top: 20px;
	padding: 20px 0 20px 20px;
	background: rgba(51, 51, 51, 0.2);
	border-radius: 12px;
}

article.container_5 div.portfolio_2 ul li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}

/*Floor5 end*/



/*Floor6*/

#ascensorFloor6{
	background: url('../images/model.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

article.container_6 div.portfolio {
	float: left;
	width: 280px;
	margin-top: 20px;
	padding: 20px 0 0 20px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 12px;
}

article.container_6 div.portfolio ul li {
	float: left;
	margin: 0 20px 20px 0;
}

article.container_6 div.portfolio_2 {
	float: right;
	width: 280px;
	margin-top: 20px;
	padding: 20px 0 0 20px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 12px;
}

article.container_6 div.portfolio_2 ul li {
	float: left;
	margin: 0 20px 20px 0;
	list-style-type: none;
}

/*Floor6 end*/



/*Floor7*/

#ascensorFloor7{
	background: url('../images/earth.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	color: #fff;
}

article.container_7 div.portfolio {
	width: 100%;
	margin-top: 3%;
	padding: 40px 20px 0 20px;
	background: rgba(51, 51, 51, 0.2);
	border-radius: 12px;
}

article.container_7 div.portfolio ul li {
	float: left;
	margin: 0 20px 40px 20px;
}

/*Floor7 end*/



/*Floor8*/

#ascensorFloor8{
	background: url('../images/winter.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	color: #fff;
}

article.container_8 div.portfolio {
	width: 100%;
	margin-top: 3%;
	padding: 40px 20px 0 20px;
	background: rgba(51, 51, 51, 0.1);
	border-radius: 12px;
}

article.container_8 div.portfolio ul li {
	float: left;
	margin: 0 20px 40px 20px;
}

/*Floor8 end*/



/*Floor9*/

#ascensorFloor9{
	background: url('../images/contact.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	color: #fff;
}

/*Floor9 end*/





/*content*/



.twitter-share-button {
	position: fixed !important;
	z-index: 7777;
	top: 30px;
	left: 89%;
}

.fb-like,.fb_edge_widget_with_comment{
	position: fixed !important;
	z-index: 7778;
	top: 55px;
	left: 89%;
}


@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
