
/**** default Style Reset ****/
@font-face {
	font-family: Helvetica;
	src: url("fonts/Helvetica-Condensed-Light-Li.ttf");
}
@font-face {
	font-family: GeosansLight;
	src: url("fonts/GeosansLight.ttf");
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: GeosansLight, Helvetica, Arial, Lucida, sans-serif;
}
p {
	font-family: GeosansLight;
	font-weight: bold;
	line-height: 1.2;
}
body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	/* text-transform: uppercase; */
}

form input, form textarea, form select {
	padding: 20px 10px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	width: 100%;
	    margin-bottom: 8px;
	outline: 0;
	font-weight: bold;
	color: #292b2c;
	border: 0;
	background: rgba(0,0,0, .1);
	font-size: 14px;
	height: 32px;
	font-family: GeosansLight, Helvetica, Arial, Lucida, sans-serif;
}
form textarea {
	resize: none;
	height: auto;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #292b2c;
	opacity: 1;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #292b2c;
	opacity: 1;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #292b2c;
	opacity: 1;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #292b2c;
	opacity: 1;
}

iframe {
	width: 100%;
	height: 100%;
}

figcaption{
	 
	font-size: 14px;
		color: black;
		font-family: times new roman;

}

#section2 {
	height: 480px;
  }

  .sec-2-img{
	width: 100%;
	height: 100%;
  }