/*******************************************************/
/* GENERAL */
/*******************************************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 12px;
	font-family: "arial";
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

h1 {
	font-size:24px; 
	color:#006cb0;
	font-weight: bold;
}

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

h3 {
	font-weight: bold;
	font-size: 16px;
}

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

a:link,
a:visited,
a:active{
	text-decoration: none; 
	color: #5396CB;
}

a:hover {
	text-decoration: underline; 
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
    margin-right: 1.5em;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
    margin-left: 1.5em;
}

.container {
	max-width: 900px;
}

.space-main {
	padding: 30px 0;
	min-height: 600px;
}

/*******************************************************/
/* HEADER */
/*******************************************************/
header {
	background-color: #0062A1;
}

.logo {
	padding: 25px 0;
}

.bg-hdr {
	background-image: url('../image/hdr.jpg');
	background-repeat: no-repeat;
}

.headline {
	padding: 80px 0 0 0;
}

/*******************************************************/
/* HOMEPAGE */
/*******************************************************/
.intro {
	background-color: #EEEEEE;
	margin: 0 0 10px 0;
	padding: 15px 0;
}

.separator {
	background-image: url('../image/separator.jpg');
	background-repeat: repeat-x;
	height: 15px;
}

.products {
	max-width: 800px;
	margin: 0 auto;
}

.show-low {
	display: none;
}

/*******************************************************/
/* NAVIGATION */
/*******************************************************/
.hide-nav-desktop {
	background-image: url('../image/menu.jpg');
	background-repeat: repeat-x;
	margin: 1px 0;

}

.hide-nav-mobile {
	display: none;
}

nav {
	color: #ffffff;
	text-transform: uppercase;
}

nav a:link,
nav a:visited,
nav a:active{
	text-decoration: none; 
	color: #ffffff;
}

/* main over */
.nav > li > a:hover, 
.nav > li > a:focus {
	background-color: #000000;
	color: #ffffff;
}

.nav .open > a:link,
.nav .open > a:visited,
.nav .open > a:active,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
  color: #000000;
}

/*drop-down*/
.dropdown-menu {
	background-color: #2CB541;
	color: #ffffff;
}

.dropdown-menu a:link,
.dropdown-menu a:visited,
.dropdown-menu a:active{
	text-decoration: none; 
	color: #ffffff;
}

.dropdown-menu a:hover {
	text-decoration: none; 
}

/* dropdown over */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0;
  margin-right: 0;
  padding: 8px !important;

}


/*******************************************************/
/* FOOTER */
/*******************************************************/
footer {
	background-image: url('../image/footer.jpg');
	background-repeat: repeat-x;
	margin: 30px 0 0 0;
}

.logo-footer {
	padding: 25px 0;
}

.footer-text ul {
	padding: 40px 0 0 30px;
}

.footer-text ul li { 
	list-style-type: none;
	display: inline;
}

.footer-text li {
	margin: 0 15px 0 0;
}

footer a:link,
footer a:visited,
footer a:active
	{
		text-decoration: none; 
		color:#ffffff; 
}

footer a:hover {
	text-decoration: underline;
}

.larkin {
	text-align: right;
	padding: 30px 0;
}

.larkin a:link,
.larkin a:visited,
.larkin a:active{
	text-decoration: none; 
	color:#000000; 
}

.larkin A:hover {
	text-decoration: underline;
	color:#000000;
}

/*******************************************************/
/* PRODUCTS */
/*******************************************************/
.table-style h3 {
	color: #ffffff;
	font-size: 14px;
	margin: 2px;
	font-weight: bold;
}

.hide-low {
	/* margin: 30px 0 0 0; */
}


/*******************************************************/
/* MEDIA QUERIES */
/*******************************************************/

img {
	max-width: 100%;
	max-height: auto;
}

/* IE 10+ VIEWPORT FIX */
@-ms-viewport { width: device-width;}
@viewport { width: device-width;}

/* WIDTH 1200 */
@media screen and (max-width: 1200px) {

}


/* WIDTH 992 */
@media screen and (max-width: 992px) {

	.products {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}

}


/* WIDTH 768 */
@media screen and (max-width: 768px) {

	.hide-nav-desktop {
		display: none;
	}

	.container {
		padding: 0 20px;
	}

	.bg-hdr {
		background-image: none;
	}

	.logo,
	.headline,
	.logo-footer,
	.footer-text ul,
	.larkin 
	{
		text-align: center;
	}

	.headline {
		padding: 0;
	}

	footer {
		background-image: none;
		background-color: #000000;
	}

	.footer-text ul {
	padding: 10px 0;
	}

	.hide-low {
		display: none;
	}

	.show-low {
		display: inline;
	}

	.space-main {
	padding: 30px 20px 0 20px;
	min-height: 100px;
	}
}

/* WIDTH 360 */
@media screen and (max-width: 360px) {

	.content-div img, input {
		max-width: 320px;
	}

	.wrap-cells-table td
	{
		display: block;
		float: left;
	}

}

/* WIDTH 320 */
@media screen and (max-width: 320px) {

	.content-div img, input {
		max-width: 280px;
	}

	.wrap-cells-table td
	{
		display: block;
		float: left;
	}

}

/*******************************************************/
/* ADDED BY SUNG-WHI KIM */
/*******************************************************/
.request-input {
    width: 100%;
}

.application-images-container {
    max-width: 850px;
    width: 100%;
}

.application-images-container img {
    margin: 30px 0px 30px 30px;
    max-width: 85%;
}