/** * Reset */

body, form {
	margin: 0;
	padding: 0
}

img {
	border: 0;
	display:block
}

p img {
	display: inline;
}

.ie9 img[src$=".svg"] {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
	}
}

header, footer, nav, section, aside, article, figure, figcaption {
	display: block
}

body {
	font-size: 100.01%
}

select, input, textarea {
	font-size: 99%
}

#container, .inside {
	position: relative
}

#main, #left, #right {
	float: left;
	position: relative
}

#main {
	width: 100%;
}

#main .inside {
	min-height: 1px
}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

img {
	max-width: 100%;
	height: auto;
}

.ie7 img {
	-ms-interpolation-mode: bicubic
}

.ie8 img {
	width: auto
}

.ce_gallery ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none
}

.ce_gallery li {
	float: left
}

.ce_gallery li.col_first {
	clear: left
}

.block {
	overflow: hidden
}

.clear, #clear {
	height: .1px;
	font-size: .1px;
	line-height: .1px;
	clear: both
}

.invisible {
	width: 0;
	height: 0;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline
}

#container:after, .custom:after {
	content: "";
	display: table;
	clear: both
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

table {
	border-spacing: 0;
}

p.header {
	display: none;
}

/** * Grid */

.full {
	width: 100%;
	clear: both;
	float: none;
}

.half_width, .one_half {
	width: 49%;
}

.one_third {
	width: 32%;
}

.two_third {
	width: 66%;
}


.one_fourth {
	width: 23.5%;
}

.two_fourth {
	width: 49%;
}

.one_fifth {
	width: 18.4%;
}

.three_fourth {
	width: 74%;
}

.four_fifth {
	width: 79%;
}

.two_fifth {
	width: 37.2%;
}

.three_fifth {
	width: 58%;
}

.one_sixth {
	width: 15%;
}

.four_sixth {
	width: 65.4%
}

.one_seventh {
	width: 12.57%;
}

.one_eight {
	width: 10.2%;
}

.one_half, .half_width, .one_third, .two_third, .one_fourth, .two_fourth, .one_fifth, .four_fifth, .one_sixth, .one_seventh, .one_eight, .two_fifth, .three_fifth, .four_sixth, .three_fourth {
	position: relative;
	float: left;
	margin-right: 2%;
}

.one_eight {
	margin-right: 1%;
}

.last {
	margin-right: 0 !important;
}