@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 {
	color: #f5821f;
	outline: none;
	text-decoration: under;
}

a:hover {
	text-decoration: none;
}

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

footer {
	position: relative;
}

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

header {
	background-color: yellow;
	position: relative;
	z-index: 30;
}

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;
	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 {
/*	background-color: #B6D2E7;*/
	min-height: 400px;
	position: relative;
	z-index: 5;
}

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

td {
	padding: 0;
	vertical-align: top;
}

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;
}

.from_editor_div img {
	display: inline-block !important;
}
