 

/* 1 - Global Style
------------------------------------------------------------------------*/
body {
	color: #444;
	font-size: 16px;
	line-height: 23px;
 	overflow-x: hidden;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;

	text-rendering: optimizeLegibility !important;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;

	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
p,
.description {
	color: #444;
 	font-size: 15px;
	font-weight: 300;
	/*line-height: 26px;
	margin-top: 15px;*/
}
.description {
	color: #444;
 	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	margin-top: 0px;
}
a {
	text-decoration: none;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a:focus,
a:hover {
	color: #444;
	text-decoration: none;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}
h1,h2,h3,h4,h5,h6 {
 	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul,
li {
	margin: 0;
	padding: 0;
}
li {
	display: inline-block;
	list-style: none;
}
img {
	max-width: 100%;
}
a:focus {
	outline: 0;
}
a:hover {
	color: #272727;
}
.media {
	padding: 0;
	margin: 0;
}
select:focus,
input:focus,
button:focus,
textarea:focus,
.form-control:focus,
button {
	box-shadow: none;
	outline: 0;
}
iframe {
	border: none;
	border-radius: 0;
	width: 100%;
}