@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Raleway:200,300,400,600,500,900,700,800");


	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		color: #2b364a;
	}
	
	h3 {
		line-height: 180%;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
		color: #2b364a;
	}
	
	a
	{
		color: #0000FF;
	}
	
	a:hover
	{
		text-decoration: none;
	}


#header-wrapper {
	overflow: hidden;
	background: #333 url(../img/bg1.jpg) no-repeat center top;
	background-size: cover;
}

#page {
	overflow: hidden;
	padding: 6em 0em 5em 0em;
	background: #FFF;
}

#page .title {
	padding-top: 1.5em;
		padding-bottom: 1.2em;
		font-size: 1.4em;
		font-weight: 600;
	}
	
#page h3 {
		padding: 1em 0em;
		font-weight: 600;
		font-size: 1.1em;
	}

#page strong {
		padding: 1em 0em;
		font-weight: 600;
	}

	.b1 {
		display: inline-block;
		margin-top: 2em;
		width: 250px !important;
		padding: 12px 0px;
		border-radius: 25px;
		border: 1px solid #8cc63f;
		letter-spacing: 2px;
		text-align: center;
		text-decoration: none !important;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 600;
		color: #8cc63f;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		
	}
	
	#whatisvoc {
		overflow: hidden;
		margin-bottom: 4em;
		padding-bottom: 4em;
		border-bottom: 1px solid;
		border-color: rgba(0,0,0,.1);
	}
	
	#whatisvoc article {
	}

	#procedure {
	}

	#procedure .left {
		float: left;
		width: 300px;
	}

	#procedure .right {
		float: right;
		width: 650px;
	}
	
	
	.b1:hover {
		background: #8cc63f;
		text-decoration: none !important;
		color: #FFF;
	}
	
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 8em 0em 6em 0em;
		text-align: center;
	}
	
	#logo h1 {
		display: block;
		padding: 0.80em 0em;
		font-size: 3em;
		color: #FFF;
	}
	
	#logo span {
		display: inline-block;
		padding: 0.20em 0em;
		text-transform: uppercase;
		text-shadow: 0px 1px 0px #333;
		font-size: 2em;
		color: #FFF;
	}
	
	#logo .subtext {
		display: block;
	}
	
	#logo .border
	{
		padding-top: 0.80em;
		border-top: 4px solid rgba(255,255,255,.2);
	}
	
	#logo strong {
		color: #8bc53f;
	}
	
	#logo a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.6);
	}
	
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em 10em 0em;
		border-top: 1px solid rgba(0,0,0,0.08);
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(255,255,255,0.4);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.8);
	}


/*********************************************************************************/
/* Section #4                                                                    */
/*********************************************************************************/

	#footer {
		overflow: hidden;
		padding: 5em 0em;
		background: #f1f1f1;
	}
	
	#footer h2 {
		margin-bottom: 2em;
		text-transform: uppercase !important;
		font-size: 1.1em;
		font-weight: 600;
		color: #666666;
	}

	#footer .button {
		padding: 10px 0px;
		border-color: #00a7de;
		font-size: 0.90em;
		color: #00a7de;
	}
	
	#footer .button:hover {
		background: #00a7de;
		color: #FFF;
	}
	
	#toTop {
		display: block;
		position: fixed;
		top: 70%;
		right: 2em;
	}
	
	#toTop .fa {
		display: inline-block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		border: 2px solid #8cc63f;
		text-align: center;
		line-height: 50px;
		font-size: 2em;
		font-weight: 200 !important;
		color: #8cc63f;
	}
	

	ul.info {
	}
	
	ul.info h3 {
		margin-bottom: 1em;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 1em;
		font-weight: 600;
	}
	
	ul.info li {
		padding: 1.20em 0em;
		border-top: 1px solid;
		border-color: rgba(0,0,0,.1);
	}
	
	ul.info li:first-child {
		padding-top: 0;
		border-top: none;
	}
	
	ul.info a {
		text-decoration: none;
	}
	
	ul.info .fa {
		display: inline-block;
		width: 30px;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		margin-bottom: 0.50em;
		width: 270px !important;
		padding: 15px 0px;
		border-radius: 25px;
		border: 1px solid #8cc63f;
		letter-spacing: 2px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1.1em;
		font-weight: 600;
		color: #8cc63f;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.button:hover {
		background: #8cc63f;
		color: #FFF;
	}
		
/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
		padding-left: 2em;
	}
	
	ul.style1 .fa {
		padding-right: 1em;
		color: #2b364a;
	}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 0 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

	.box {
		padding: 10px 20px 0px 20px;
	}

