/* CSS Document */

.title{
	color:#3a4c51;
	margin-top:75px;
	text-transform:lowercase;
	font-weight:100;
	font-size:26px;
	color:#666;
}

.container{
	max-width:800px;
	margin:auto;
	width:100%;
}

.wrapimages{
	max-width:800px;
	margin:auto;
	margin-top:75px;
}

.dlbutton{
	max-height:35px;
	display:inline-block;
	margin-right:5px;
	opacity:0.6;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.dlbutton:hover{
	opacity:0.3;
}


.wrapimages .image{
	width:100%;
	margin-bottom:75px;
}

.wrapimages .image .bi{
	border-radius:4px;
	max-width:100%;
	display:block;
	margin-bottom:10px;
}

.contact{
	margin-top:75px;
	padding-bottom:50px;
}

.wrapnora{
	position:fixed;
	z-index:100;
	bottom:40%;
	left:calc(50% - 60px);
	max-width:120px;
	font-size:0.8em;
}

.nora{	
	max-width:155px;
}


.noratext{
	background:#fff;
	padding:8px;
	border:1px solid #ccc;
	position:relative;
	font-size:12px;
	top:-6px;
	z-index:101;
	left:15px;
	color:#666;
	text-align:center;

}
.noratriangle{
	left:70px;
	position:relative;
	width:0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #ffffff transparent transparent transparent;
}


@media all and (max-width:850px)
{
	.container{
		width:90%;
	}
	
	.wrapimages{
		width:90%;
	}
	
	.iright,.ileft{
		float:none;
		margin:auto;
		margin-bottom:55px;
	}
}
	