@charset "utf-8";

.main_left {
	font-size: 11px;
	
	float: left;
	/*max-width: 430px;*/
	max-width: 45%;
	maring-left: 0em;
	margin-top: 0em;
	margin-bottom: 6em;
	background-color: #fff;
	padding: 1em 1em 1em 1em;
	border-radius: 0px 10px 10px 0px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .45);
	float: left;
	clear: both;
		
	-o-transition: background .5s ease-in, box-shadow .5s ease-in;
	-ms-transition: background .5s ease-in, box-shadow .5s ease-in;
	-moz-transition: background .5s ease-in, box-shadow .5s ease-in;
	-webkit-transition: background .5s ease-in, box-shadow .5s ease-in;
	transition: background .5s ease-in, box-shadow .5s ease-in;
}

a {
	font-weight: normal;
}

a:HOVER {
	text-decoration: none;	
}

.main_left:HOVER {
	background-color: #777;
}

.main_left:HOVER img {
	opacity: 0.5;
}

img {
	-o-transition: opacity .5s ease-in, box-shadow .5s ease-in;
	-ms-transition: opacity .5s ease-in, box-shadow .5s ease-in;
	-moz-transition: opacity .5s ease-in, box-shadow .5s ease-in;
	-webkit-transition: opacity .5s ease-in, box-shadow .5s ease-in;
	transition: opacity .5s ease-in, box-shadow .5s ease-in;
}

h1 {
	font-size: 2.3em;
	padding-bottom: 0.2em;
	border-bottom: double 5px #383F49;
}

.main_right {
	font-size: 11px;	
	
	float: right;
	/*max-width: 430px;*/
	max-width: 45%;
	maring-left: 0em;
	margin-top: 0em;
	margin-bottom: 6em;
	background-color: #fff;
	padding: 1em 1em 1em 1em;
	border-radius: 10px 0px 0px 10px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .45);
	float: right;
}

h2 {
	font-weight: normal;
}

h3 {
	font-weight: normal;
}

.description {
	font-size: 1.2em;
	margin-top: 0.5em;
}

.description_right {
	font-size: 1.2em;
	margin-top: 0.5em;
	padding-left: 1em;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 0.3em;
}

.img_left {
	width: 100%;
	margin-top: 0.5em;
}

.img_right {
	width: 200px;
	margin-top: 0.5em;
}

.right_option {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-radius: 5px 5px 5px 5px;
	
	-o-transition: background .5s ease-in, box-shadow .5s ease-in;
	-ms-transition: background .5s ease-in, box-shadow .5s ease-in;
	-moz-transition: background .5s ease-in, box-shadow .5s ease-in;
	-webkit-transition: background .5s ease-in, box-shadow .5s ease-in;
	transition: background .5s ease-in, box-shadow .5s ease-in;
}

.right_option:HOVER {
	background-color: #777;
}

.right_option:HOVER img {
	opacity: 0.3;
}

hr {
	height: 2px;
	background-color: #383F49;
	border: none;
}