/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #FFFFFF;
}






blockquote, q {
	quotes: none;
}
@font-face {
    font-family: 'arial_blackregular';
    src: url('arial_black-webfont.eot');
    src: url('arial_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('arial_black-webfont.woff2') format('woff2'),
         url('arial_black-webfont.woff') format('woff'),
         url('arial_black-webfont.ttf') format('truetype'),
         url('arial_black-webfont.svg#arial_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'promptregular';
    src: url('prompt_regular-webfont.eot');
    src: url('prompt_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('prompt_regular-webfont.woff2') format('woff2'),
         url('prompt_regular-webfont.woff') format('woff'),
         url('prompt_regular-webfont.ttf') format('truetype'),
         url('prompt_regular-webfont.svg#promptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('glyphicons-halflings-regular.ttf') format('truetype'),
         
    }
}
ol, ul {
	list-style: none;
}

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

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}






#topBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #ED861F;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
}
#topBtn:hover {
	background-color: #DB2B2D;
}
@font-face {
    font-family: 'serithairegular';
    src: url('serithai_regular-webfont.eot');
    src: url('serithai_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('serithai_regular-webfont.woff2') format('woff2'),
         url('serithai_regular-webfont.woff') format('woff'),
         url('serithai_regular-webfont.ttf') format('truetype'),
         url('serithai_regular-webfont.svg#serithairegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('glyphicons-halflings-regular.ttf') format('truetype'),
         
    }
@media screen and (max-width: 480px) {
	.box-main {
	height: auto;
	width: 85%;
	margin-right: 0%;
	margin-left: 7%;
	float: left;
}
.left-01 {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFF;
	margin-left: 0%;
	background-image: url(../images/bg-all.png);
	background-repeat: no-repeat;
	background-position: 20% bottom;
}

.left-02 {
	float: left;
	width: 100%;
	background-color: #37516a;
	height: auto;
	margin-left: 0%;
}
.left-01-all {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/bg-all.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5%;
}

}
@media screen and (min-width: 481px) and (max-width: 1040px){

	.box-main {
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: 10%;
}
.left-01 {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/bg-all.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.left-01-all {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/bg-all.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 5%;
}


.left-02 {
	float: left;
	width: 100%;
	background-color: #37516a;
	height: auto;

}


}
@media screen and (min-width: 1041px) and (max-width: 3000px){
	.box-main {
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: 10%;
}
.left-01 {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/bg-all.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.left-01-all {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/bg-all.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5%;
}


.left-02 {
	float: left;
	width: 100%;
	background-color: #37516a;
	height: auto;

}

}


#topBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #B4D63A;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
}
#topBtn:hover {
	background-color: #799320;
}
