﻿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, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    border: none;
    outline: none;
}

hr {
	display: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

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

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

#skip, .skip {
	font-size:0;
	width:0;
	height:0;
	line-height:0;
	position:absolute;
	left:-9999px;
}

/* Scroll Bar Style Begins */
/***************************/

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    /*border-radius: 4px;*/
}

::-webkit-scrollbar-thumb:hover {
    background: #d7ae6d;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.3);
}

/* Scroll Bar Style Ends */
/*************************/

.clearfix,
section,
.spacer,
.ct,
.cover {
	zoom:1;
}

/* Common Elements Style Begins */
/********************************/

.hidden {
	display: none;
}

.clear {
	clear: both;
}

ul {
	list-style: none;
}

sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.7em;
}

a, a:active, a:link {
	text-decoration: none;
	cursor: pointer;
}

button {
	border: none;
	outline: none;
}

input, textarea, select {
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width:100%;
	padding:0.8em;
	font-family: inherit;
	font-size: 1em;
	font-weight: 300;
	border:1px solid #dfdfdf;
	background-color:#fff;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
}
	input[type="button"] {
		cursor: pointer;
	}
