#wrapper_main_intro
{
	clear:both;
	width:100%;
	height:550px;
	background: url(../images/image1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}
#main_intro
{
	background-color:rgba(48,48,48,0.6);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	color:white;
}
#main_detail
{
	width:800px;
	height:100%;
	margin:0px auto;
	padding:0px;
	text-align:center;
	box-sizing:border-box;
}
#main_detail h1
{
	margin-top:100px;
	font-size:70px;
}
#main_detail p
{
	font-size:20px;
	margin-top:20px;
	line-height:1.38em;
	word-spacing:1px;
}
#main_detail input[type="button"]
{
	margin-top:50px;
	background:none;
	border:none;
	width:200px;
	height:70px;
	border-radius:70px;
	color:white;
	font-weight:bold;
	outline:none;
    border: 3px solid white;
    font-size: 15px;	
	cursor:pointer;
}
#about_wrapper
{
	width:100%;
	background-color:#E6E6E6;
	box-sizing:border-box;
	color:#2E2E2E;	
}
#about
{
	width:800px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	box-sizing:border-box;
	padding:20px;
	color:#424242;
}
#about h1
{
	margin-top:30px;
	color:#424242;
	text-decoration:underline;
}
#about p
{
	font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    word-spacing: 3px;
}
#about ul
{
	margin-top:40px;
}
#about li
{
	display:inline-block;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
}
#about li img
{
	width:80px;
	height:80px;
	border-radius:150px;
	vertical-align:middle;
	margin-right:10px;
	border:5px solid white;
}
#about li span
{
	display: inline-block;
    vertical-align: middle;
}
#about li .name
{
	font-size:25px;
	font-weight:bold;
}
#about li .position
{
	font-size:17px;
	font-weight:normal;
}

#products_wrapper
{
	width:100%;
	box-sizing:border-box;
	color:#2E2E2E;
	margin-top:50px;
	margin-bottom:50px;
}
#products_wrapper h1
{
	color:#424242;
	text-decoration:underline;	
}
#products
{
	width:800px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	box-sizing:border-box;
	padding:20px;
	color:#424242;
	position:relative;
	margin-bottom:30px;
}
#products #left_scroll_btn,#right_scroll_btn
{
	background-color:#838383;
	color:white;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:25px;
	text-align:center;
	border-radius:50px;
	position:absolute;
	top:90;
	z-index:1;
	cursor:pointer;
	font-weight:bold;
}
#products #left_scroll_btn
{
	left:-5;
}
#products #right_scroll_btn
{
	right:-5;
}
#products ul
{
	width:100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
	box-sizing:border-box;
    -ms-overflow-style:none;
    scrollbar-width: none;
	margin-top:20px;
}
#products ul::-webkit-scrollbar
{ 
    display: none;
}
#products li
{
width:150px;
height:150px;
list-style-type:none;
display: inline-block;
vertical-align: middle;
margin-right:10px;
margin-bottom:10px;
border-radius:10px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
overflow:hidden;
}
#products li a
{
	background-color:rgb(0,0,0,0.5);
	color:white;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;	
	padding:10px;
	position:relative;
	box-sizing:border-box;
	text-align:left;
	font-size:22px;
}
#products li a span
{
	display:block;
	font-weight:bold;
	position:absolute;
	left:10;
	right:10;
	bottom:15;
	white-space: pre-wrap;      /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word; 			
}
#contact_wrapper
{
	width:100%;
	background-color:#2E2E2E;
	float:left;
	padding-bottom:100px;
}
#contact
{
	width:800px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	box-sizing:border-box;
	padding:20px;
	color:white;
}
#contact h1
{
	margin-top:30px;
	text-decoration:underline;	
}
#contact #address_div
{
	width:300px;
	float:left;
	margin-top:50px;
	margin-left:55px;
	text-align:left;
	border-right:1px solid white;
}
#contact #address_div .address_label
{
	font-size:20px;
	margin-top:30px;
	font-weight:bold;
}
#contact #address_div .address_label img
{
	width:20px;
	height:17px;
	margin-right:5px;
	margin-top:-5px;
}
#contact #address_div p
{
	margin-top:10px;
	font-size:19px;
	line-height:1.38em;
	word-spacing:1px;	
}
#contact #address_div p a
{
	color:white;
}
#contact #contact_form
{
	float:left;
	width:300px;
	margin-top:50px;
	margin-left:40px;
	text-align:left;
}
#contact #contact_form .contact_label
{
	font-size:20px;
	font-weight:bold;	
	margin-bottom:10px;
}
#contact #contact_form input[type="text"]
{
	margin-top:10px;
	margin-bottom:10px;
	width:300px;
	height:45px;
	border-radius:5px;
	border:none;
	padding:10px;
	font-size:17px;
	outline:none;
}
#contact #contact_form textarea
{
	margin-top:10px;
	margin-bottom:10px;
	width:300px;
	height:100px;
	border-radius:5px;
	border:none;
	padding:10px;
	font-size:17px;
	outline:none;
}
#contact #contact_form input[type="submit"]
{
	margin-top:10px;
	width:300px;
	height:45px;
	border-radius:5px;
	border:none;
	font-size:17px;
	font-weight:bold;
	background:none;
	border:2px solid;
	color:white;
}

@media only screen and (max-width: 960px)
{
#wrapper_main_intro
{
	height:430px;
}
#main_detail,#about,#products,#contact
{
	max-width:800px;
	width:95%;
}
#main_detail h1
{
	margin-top:30px;
	font-size:35px;
}
#main_detail input[type="button"]
{
	margin-top:30px;
}
#contact_wrapper
{
	float:none;
}
#contact #address_div
{
	display:inline-block;
	margin:0px auto;
	margin-top:40px;
	padding:20px;
	min-width:300px;
	max-width:300px;
	float:none;
	vertical-align:middle;
	box-sizing:border-box;
}
#contact #contact_form
{
	display:inline-block;
	margin:0px auto;
	margin-top:40px;
	padding:20px;
	min-width:300px;
	max-width:300px;
	float:none;
	vertical-align:middle;
	box-sizing:border-box;
}
#contact #contact_form input[type="text"],#contact #contact_form textarea, #contact #contact_form input[type="submit"]
{
	width:100%;
}
}
@media only screen and (min-width:380px) and (max-width:579px)
{
#contact #address_div
{
width:90%;
min-width:90%;
max-width:90%;
border:none;
}
#contact #contact_form
{
width:90%;
min-width:90%;
max-width:90%;
border:none;
}	
}
@media only screen and (min-width:300px) and (max-width:379px)
{
}
@media only screen and (min-width:100px) and (max-width:299px)
{
}