.clearfix {
	*overflow: hidden;
}
.clearfix:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.clean {
	display: block;
	width: 100%;
	clear: both;
}
.link, .link:hover, .links a, .links a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.half_link, .half_link:hover, .half_links a, .half_links a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.row {
}
.row.t-1 {
	margin: 0 -10px;
}
	.row.t-1 > .cell {
		padding: 0 10px;
	}
.row.t-2 {
	margin: 0 -5px;
}
	.row.t-2 > .cell {
		padding: 0 5px;
	}
.row.t-3 {
	margin: 0 -20px;
}
	.row.t-3 > .cell {
		padding: 0 20px;
	}	
	.cell {
		min-height: 10px;
		margin-right: -1px;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cell.s-0 {
		width: 0;
		padding: 0 !important;
	}
	.cell.s-1 {
		width: 8.333%;
	}
	.cell.s-2 {
		width: 16.666%;
	}
	.cell.s-3 {
		width: 25%;
	}
	.cell.s-4 {
		width: 33.333%;
	}
	.cell.s-5 {
		width: 41.666%;
	}
	.cell.s-6 {
		width: 50%;
	}
	.cell.s-7 {
		width: 58.333%;
	}
	.cell.s-8 {
		width: 66.666%;
	}
	.cell.s-9 {
		width: 75%;
	}
	.cell.s-10 {
		width: 83.333%;
	}
	.cell.s-11 {
		width: 91.666%;
	}
	.cell.s-12 {
		width: 100%;
	}
	.cell.s-6a {
		width: 480px;
	}
	.cell.s-6b {
		width: 470px;
	}
	.cell.s-6c {
		width: 500px;
	}
	.cell.s-6d {
		width: 490px;
	}
	.cell.s-5a {
		width: 40%;
	}
	.cell.s-5b {
		width: 46%;
	}
	.cell.s-7a {
		width: 60%;
	}
	.cell.s-7b {
		width: 54%;
	}
	.cell.s-c1a {
		width: 600px;
	}
	.cell.s-c1b {
		width: 140px;
	}
	.cell.s-c1c {
		width: 200px;
	}
	.cell.s-c1d {
		width: 800px;
	}

	.cell.o-1 {
		margin-left: 8.333%;
	}
	.cell.o-2 {
		margin-left: 16.666%;
	}
	.cell.o-3 {
		margin-left: 25%;
	}
	.cell.o-4 {
		margin-left: 33.333%;
	}
	.cell.o-5 {
		margin-left: 41.666%;
	}
	.cell.o-6 {
		margin-left: 50%;
	}
	.cell.o-7 {
		margin-left: 58.333%;
	}
	.cell.o-8 {
		margin-left: 66.666%;
	}
	.cell.o-9 {
		margin-left: 75%;
	}
	.cell.o-10 {
		margin-left: 83.333%;
	}
	.cell.o-11 {
		margin-left: 91.666%;
	}
	.cell.o-12 {
		margin-left: 100%;
	}

.closed {
	position: relative;
	height: 0;
	overflow: hidden;
}
.opened {
	position: relative;
	height: auto;
	overflow: visible;
}

.pos_rel {
	position: relative;
}

.inline {
	display: inline-block;
}
.block {
	display: block;
}
.hidden {
	display: none;
}

.overflow {
	overflow: hidden;
}

.f_left {
	float: left;
}
.f_right {
	float: right;
}

.a_center {
	text-align: center;	
}
.a_left {
	text-align: left;	
}
.a_right {
	text-align: right;	
}
.a_top {
	vertical-align: top;	
}
.a_middle {
	vertical-align: middle;	
}
.a_bottom {
	vertical-align: bottom;	
}

.c_red {
	color: #c13629 !important;
}
.c_grey {
	color: #505050 !important;
}
.c_black {
	color: #000 !important;
}

.bg_blue {
	background: #cce5f0 !important;
}

.m_t05 {
	margin-top: 5px !important;
}
.m_t1 {
	margin-top: 10px !important;
}
.m_t15 {
	margin-top: 15px !important;
}
.m_t2 {
	margin-top: 20px !important;
}
.m_t3 {
	margin-top: 30px !important;
}
.m_t4 {
	margin-top: 40px !important;
}
.m_t6 {
	margin-top: 60px !important;
}
.m_r05 {
	margin-right: 5px !important;
}
.m_r1 {
	margin-right: 10px !important;
}
.m_r2 {
	margin-right: 20px !important;
}
.m_r4 {
	margin-right: 40px !important;
}
.m_l05 {
	margin-left: 5px !important;
}
.m_l1 {
	margin-left: 10px !important;
}
.m_l2 {
	margin-left: 20px !important;
}
.m_l4 {
	/*margin-left: 40px !important;*/
}
.m_b05 {
	margin-bottom: 5px !important;
}
.m_b1 {
	margin-bottom: 10px !important;
}
.m_b15 {
	margin-bottom: 15px !important;
}
.m_b2 {
	margin-bottom: 20px !important;
}
.m_b3 {
	margin-bottom: 30px !important;
}
.m_b4 {
	margin-bottom: 40px !important;
}
.m_b6 {
	margin-bottom: 60px !important;
}

.font_11 {
	font-size: 11px !important;
}
.font_12 {
	font-size: 12px !important;
}
.font_13 {
	font-size: 13px !important;
}
.font_14 {
	font-size: 14px !important;
}
.font_16 {
	font-size: 16px !important;
}
.font_18 {
	font-size: 18px !important;
}
.font_20 {
    font-size: 20px !important;
}

.upper {
    text-transform: uppercase;
}

	



















