.content_item{
	text-align: left;
	border: 0px solid white;
	
}
.art_text_3clmns{
	display: inline-block;
	border: 0px solid black;
	vertical-align: top;
	padding: 1em;
	line-height: 150%;
	text-align: justify;
}
.art_text_1clmns{
	display: inline-block;
	border: 0px solid black;
	vertical-align: top;
	padding: 1em;
	line-height: 150%;
	text-align: left;
}
.art_img{
	display: inline-block;
	border: 0px solid black;
	padding: 10px;
	padding-top: 20px;
}
.art_main{
	display: inline-block;
	text-align: center;
	border: 0px solid black;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	
}
.art_title{
	width: 100%;
	background-color: #CF813E;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color: #2E2B36;
	text-align: center;
}
.contacts{
	line-height: 250%;
}

ul.profile{
	
}
ul.profile li{
	list-style-type: none;
}
ul.sub_profile{
	
}
ul.sub_profile li{
	list-style-type: square;
}
li.category{
	margin-left: 1em;
	font-size: 1.2em;
	margin-top: 1em;
}
li.sub_category{
	margin: 1em;
	margin-left: 4em;
	font-size: 0.8em;
}

.portfolio_gallery_item{
	padding: 2em;
	display: inline-block;
	
}
.gallery_img{
	width: 250px;
	height: auto;
	border-radius: 10px;
	border: 3px solid #2E2B36;
	vertical-align: top;
}

@media screen and (min-width: 651px){ /* DESKTOP */
	.art_text_3clmns{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
		column-count: 2;
		width: 66%;
	}
	.art_img{
		width: auto;
		max-width: 30%;
	}
}

@media screen and (max-width: 650px){ /* MOBILE */
	.art_text_3clmns{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
		width: auto;
	}
	.art_img{
		width: 100%;
		text-align: center;
	}
}