/* CSS Index */
body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	/*	
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(bg.png) no-repeat 0 0, url('../img/Wave_IOT_invert.png') no-repeat 0 0;

	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('../img/Wave_IOT_invert.png') no-repeat 0 0;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.5))), url('../img/Wave_IOT_invert.png') no-repeat 0 0;
	
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%), url('../img/Wave_IOT_invert.png') no-repeat 0 0;
	
	background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%), url('../img/Wave_IOT_invert.png') no-repeat 0 0;
	
	background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%), url('../img/Wave_IOT_invert.png') no-repeat 0 0;
	
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%), url('../img/Wave_IOT_invert.png') no-repeat 0 0;
	*/
	/*background-image: url('../img/IOT.png');	*/
	background-repeat: no-repeat;
	background-position: 94% 92%;
	background-size: 40%;
	
}

#page_container {
	content: "";
	margin: 0px;
    padding: 0px;
	margin-top: 57px;
	/*margin: 0;
	padding: 0;
	background-image: url(../images/bg_001.jpg);
	background-repeat: none;
	background-color: #222;
	background-size: cover;
	background-position: center top;
	-o-background-size: cover;
	-moz-background-size: cover;
	height: 100%;
	width: 100%;
	background-attachment: scroll;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;*/
}

.first_row {
	margin: 0px;
	padding: 0px;
}

#img_top_home {
	position: relative;
	width: 100px;
	top: 35px;
	left: 50px;	
	opacity: 1;
}

#home_page_box {
	position: relative;
	width: 680px;
	margin: 0 auto;
	margin-top: -70px;
	font-size: 14px;
	text-align: center;
}

#welcome_img{
	width:70%;
	margin-top: 30px;
}

#welcome_txt {
	width: 100%;
    float: left;
    color: #333333;
    font-size: 25px;
    border-bottom: 3px solid #333;
	margin-top: 15px;
}

#welcome_txt_2 {
	margin-top: 15px;
    color: #333333;
    text-align: justify;
	font-size: 16px;
    width: 100%;
}

.sign_txt {
	margin-top: 15px;
    color: #333333;
    width: 100%;
	font-size: 26px;
	font-style: italic;
    margin-bottom: 30px;
    padding-right: 14px;
    text-align: right;
}

.item-title_1{
	font-size: 20px;
}

.txt_02_cur {
    font-size: 14px;
    color: #FFF;
}

#red_point_mail_img {
	margin-right: 15px; 
	margin-left: 65px;
}

/***************** ARROW ANIMATION *******************/

.bounce_first {
	/*
	-moz-animation: bounce_first 2s infinite;
	-webkit-animation: bounce_first 2s infinite;
	animation: bounce_first 2s infinite;
	*/
}

@keyframes bounce_first {
	0%, 20%, 50%, 80%, 100% {
		transform:rotate(45deg) translateX(0) translateY(0);
	}
	40% {
		transform:rotate(45deg) translateX(-30px) translateY(30px);
	}
	60% {
		transform:rotate(45deg) translateX(-15px) translateY(15px);
	}
}
/*****************************************************/	

@media (max-width: 992px) {
	
}

@media (max-width: 767px) {
	#page_container {
		margin-top: 65px;
	}
	
	#welcome_img{
		width:88%;
	}
	.item-title_1{
		font-size: 12px;
	}
	
	#red_point_mail_img {
		margin-left:2.5%;
	}
}