/* CSS CV */
/* #E46363 #333333 #669999 */

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;
	color: #333333;
	background: #262836;
	/*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;
}

.page_icon {
	font-size: 120px;
}

.page_title {
	font-size: 64px;
    color: #7df0fb; /* #E46363 */
	text-align: center;
}

.page_title_p {
	font-size: 32px;
    font-weight: bold;
    margin-top: -13px;
    margin-bottom: 14px;
    padding-left: 145px;
}

.separator_01 {
    height: 10px;
    background: #E46363;
    border-radius: 3px;
}

/************************* FORM CSS ***************************/

#form_container {
	padding:15px 15px;
	margin-top:70px;
	background: rgba(0,0,0,0.5);	
	color:#fff;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

/**************************************************************/


