p {
	margin: 30px 0;
}

.common-title-1 {
	margin: 40px 0 20px 0;
	color: #F35562;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.common-title-2 {
	margin: 10px 0 20px 0;
	color: #F35562;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

#main-img {
	position: relative;
	height: 360px;
	overflow: hidden;
}

#main-img .bg {
	opacity: 0;
}

#pate-title {
	margin: 18px 0;
	text-align: center;
	color: #222;
	font-size: 20px;
	font-weight: bold;
}

#main {
	margin: -80px 0 0 0;
	padding: 20px 0 50px 0;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#main.non-main-img {
	margin: 20px 0 0 0;
}

#main *:last-child {
	/*margin-bottom: 0;*/
}

#main .inner {
	padding: 0 30px;
}

.row-fit .col-2 {
	float: left;
	width: 50%;
}

.lead {
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #E2F3F1;
	color: #0dac97;
	font-size: 15px;
	line-height: 1.7em;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}

.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512;
}
