/* 
   - Name  : Reset Style
   - Date  : 2014-05-20
   - Group : Style Group 01
*/

@charset "UTF-8";

html {
	height: 100%;
}

/* Initialize all element margin */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td,address {
	margin:0;
	padding:0;
	*zoom: 1;
}

/* Subject Elements */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	line-height:1;
}

/* Removing borders */
fieldset, img, abbr,acronym { border:0 none; }

/* List Elements */
ol, ul { list-style:none; }

/* Removing hr element */
hr { display: none; }

/* ETC */
img, fieldset {
    border: 0 none;
	vertical-align:top;
}

.owl-item img{
width:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:0 none;
	}
caption, th, td {
	text-align:left;
	font-weight: normal;
}
address, caption, strong, em, cite {
	font-weight:normal;
	font-style:normal;
	}
ins { text-decoration:none; }
del { text-decoration:line-through; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }
hr { display:none; }
a:link, a:hover, a:visited, a:active {
	color: #404b50;
	text-decoration: none;
}
input {vertical-align:middle;}
select {vertical-align:middle;}

/* For html5 */
article, aside, detail, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0; padding:0;}
[hidden], area, base, basefont, command, datalist, head,
input[type=hidden], link, menu[type=context], meta, noembed, noframes,
param, script, source, style, track, title
{/* case-insensitive */
	display:none;
}
address, article, aside, blockquote, body, center, dd, dir, div, dl,
dt, figure, figcaption, footer, form, h1, h2, h3, h4, h5, h6, header,
hgroup, hr, html, legend, listing, menu, nav, ol, p, plaintext, pre,
section, summary, ul, xmp{display:block;}
table {display:table;}
caption {display:table-caption;}
colgroup {display:table-column-group;}
col {display:table-column;}
thead {display:table-header-group;}
tbody {display:table-row-group;}
tfoot {display:table-footer-group;}
tr {display:table-row;}
td, th {display:table-cell;}
li {display:list-item;}
ruby {display: ruby;}
rt {display: ruby-text;}