
/* CSS Document */
* {
	margin: 0;
	padding: 0;

}

html {
	height: 100%;
	width: 100%;
}

body {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	min-width: 320px;
	color: #666666;
	position: relative;
	-webkit-text-size-adjust: none;
	transition: all 1000ms;
	font-family:'',arial;
}
body > .wrapper {
	position: relative;
}

.wrapper-tail {
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

a {
	text-decoration: none;
 /*-webkit-transition: .4s; -o-transition: .4s; transition: .4s;*/
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #333;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

/* Headings */
h1 {
	font-size: 35px;
	font-weight: normal;
	line-height: 1.15;
	color:#444444;
	text-align: center;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.25;
	color: #333;
	margin: 0;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	color: #333333;
}

h4 {
	font-size: 18px;
	font-weight: bold;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

/* Forms */
form {
	display: inline;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

/* Table */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
	border: 1px solid #ddd!important;
}

caption,th,td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	border-left: 1px solid #ddd!important;
}

tr {
	border-top: 1px solid #ddd;
}

/* Content */
strong {
	font-weight: bold;
}

address {
	font-style: normal;
	margin-bottom: 5px;
}

cite {
	font-style: normal;
}

q,
blockquote {
	quotes: none;
}

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

small,big {
	font-size: 1em;
}

sup {
	font-size: 1em;
	vertical-align: top;
}

/* Lists */
ul,ol {
	list-style: none;
	margin-bottom:0;
}
hr{
	width: 50px;
	height: 3px;
	background: #f16338;
	border: none;
	margin-top: 18px;
	margin-bottom: 20px;
	margin-left:0 ;
	padding-left: 0;
}

@media (max-width: 767px) {
	body{
		padding-top: 50px;
	}
	h2{
		font-size: 20px;
	}
}


