html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	width: 100%;
	/* height: 100%; */
	overflow-x: hidden;
}
.min-height{
	min-height: 100%;
}

body {
	line-height: 1;
	font-family: "Be Vietnam Pro", sans-serif;
}
.page-content{
	padding: 15px 15px;
    box-shadow: 0px 0px 5px -1px #000;
    border-radius: 4px;
    margin-bottom: 15px;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============ */

.my-container {
	padding: 0 35px;
}

.my-row {
	margin-left: -15px;
	margin-right: -15px;
}
.my-row-reset{
	margin-left: 0px;
	margin-right: 0px;
}
.my-reset-col, .my-col-full {
	padding: 0 !important;
}

.my-reset-col-right {
	padding-right: 0;
}

.my-reset-col-left {
	padding-left: 0;
}