/*
	IAMAS 2016 - ProjectsPage
*/

body
{
	background : url(../imgs/bg_projects.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

div.item
{
	margin-top    : 3%;
	margin-bottom : 2%;
}

div#content p
{
	color          : #7f7f80;
	max-width      : 650px;
	text-align     : justify;
	text-justify   : inter-ideograph;
	line-height    : 1.8em;
	margin         : 0 auto;
	padding-bottom : 2%;
}

div#content > div#proj_list
{
	max-width     : 650px;
	text-align    : left;
	margin        : 0 auto;
	margin-bottom : 5%;
}

div#content > div#proj_list > div.proj_item
{
	font-size   : 1.1em;
	font-weight : bold;
	margin      : 1.3% 0;
}

div#content > div#proj_list > div.proj_item > span:hover
{
	color           : #ff008c;
	text-decoration : underline;
	cursor          : pointer;
}

div#content > div.tour_information
{
	max-width      : 650px;
	padding-bottom : 2%;
	text-align     : left;
	margin         : 0 auto;
}

div#content > div.tour_information > div.tour_info_item
{
	color       : #ff008c;
	text-align  : left;
	padding     : 0;
	margin-left : -1%;
}

div#content > div.tour_information > div.col-sm-10
{
	padding     : 0;
	margin-left : -5%;
}

@media screen and ( max-width:768px ){
	div#content > div.tour_information > div.col-sm-10
	{
		margin-left : 0;
	}
}


div#content > div.contact
{
	margin-top : 3%;
}
