@media only screen and (max-width: 768px) {
	
}
@media only screen and (min-width: 768px) {
}


@media only screen and (min-width: 1024px) {
}


@media only screen and (min-width: 1250px) {
}


@media only screen and (min-width: 1400px) {
}


* {
	box-sizing: border-box;
}

a:link,
a:active,
a:visited {
	outline: none;
	text-decoration: underline;
	color: #e83a3a;
}

a:hover {
	text-decoration: none;
}

body {
	color: #333;
	margin: 0;
	overflow-y: scroll;
	background-color: #f9f9f9;
}

footer {
	position: relative;
	z-index: 20;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 !important;
}

h1 {
	color: #212121;
}

h4 {
	color: #e83a3a;
}

header {
	position: relative;
}

iframe {
	border: none;
	display: block;
	margin: 0;
}


img {
	display: block;
	width: 100%;
}

input[type="checkbox"] {
	margin: 3px;
}

input[type="submit"],
input[type="button"] {
	border: 1px solid #666;	
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="text"],
input[type="file"],
input[type="password"],
input[type="date"] {
	border: 1px solid #666;
	margin: 0;
	outline: none;
	padding: 3px;
	width: 200px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="password"] {
	border: 1px solid #666;
	outline: none;
}

p {
	margin: 0;
	padding: 0;
}

section {
	min-height: 400px;
	position: relative;
	z-index: 21;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td {
	padding: 0;
	margin: 0;
}

.from_editor_div li {
	list-style-image: url(../images/bullet.svg);
}

textarea {
	border: 1px solid #666;
	height: 150px;
	outline: none;
	padding: 3px;
	width: 400px;
}

textarea:focus {
	border: 1px solid #666;
}


.from_editor_div h1,
.from_editor_div h2,
.from_editor_div h3,
.from_editor_div h4,
.from_editor_div h5,
.from_editor_div h6 {
	padding: 0 0 5px;
}