/*
    GREENED - A Responsive Bootstrap Under Construction Theme by Gioska :: style.css
    Designed and Developed by Gioska
--------------------------------------------------------------------------------------------------------*/

/* Body */

body{   
    width: 100%;
     
}

/*-----------------------------------------------------------------------------------------------------------------------*/	


/* Overlay for the fullscreen Slideshow Background (index3) */

#overlay{
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background-repeat: repeat;
	z-index: -197;
	opacity:0.5;
}


/*-----------------------------------------------------------------------------------------------------------------------*/	

/* Title Header About Section*/

#workingtext{
	font-family: Trebuchet MS; 
	color: #323232;
	font-size: 1.50em;
	font-weight:normal;
	padding: 110px 30px 0px 30px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	list-style-type: none;
	text-transform: uppercase;
	

}

/*-----------------------------------------------------------------------------------------------------------------------*/	


/* Container logo */

.container-logo {
	position: inherit;
	width: 100px;
	opacity: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* Logo */

.logo { 
	margin: 0 auto; 
	opacity: 0; 
	position: fixed; 
	top: -100px; 
	z-index:999; 
	text-align:left;}

.logo a { 
	display:block; 
}

.logo span {
	position: absolute;
	top: -3000px;
}

	  

/*-----------------------------------------------------------------------------------------------------------------------*/	

/* Container Text First Page */

.container-first-text{  
		margin: 0 auto; 
        max-width: 1080px;
		padding:0px 0px 0px 0px;
		text-align: left;
      }
	  

.container-first-text p{
	font-family: Trebuchet MS, Sans-Serif, Arial;
	color: #000000;
	font-size: 1.5em;


	font-weight:;
	padding: 5px 5px 5px 5px;
	text-align: left;
	list-style-type: none;
	text-transform: center;


	text-shadow: 2px 2px 2px #;
	}




/*-----------------------------------------------------------------------------------------------------------------------*/	

/* Font Colors */

.font-dark {
	color:#525252;
}

.font-blue {
	color:#35bae5;	
}

.font-green {
	color: #0033FF;
}

.font-yellow {
	color:#f2c133;
}

.font-pink {
	color:#fb67d5;
}

.font-white {
	color:#fff;
}


/* Block Home*/

.blockhome {
	
	position: absolute;
    margin-left:-530px;
    left:50%;
    width:1060px;
	background-position: center;
}
#logo{
      position:absolute;
      left:0px;
      top: 20px;
      width:360px;
     
     
      
 }
 
#addressBox{
      position:absolute;
      left:360px;
      top:65px;
      width:660px;
      padding:20px;
      font-size:28px;
      font-weight:normal; 
      font-family: Georgia, "Times New Roman", Times, serif;  
      text-align:center; 
      
      
 } 
#topMenu {
	position: absolute;
	height: 24px;
	width: 674px;
	left: 365px;
	top: 20px;
	padding: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.normalLinkSelected {
	color: #3853A4;
	font-weight: bold;
	text-decoration: none;
}
 
#mainText {
    top: 282px;
    left: 350px;
    height:470px;
    position:absolute;
    text-align: left;
    width:650px;
    padding:30px;
    font-size:20px;
    font-weight:normal; 
    font-family: Georgia, Serif;   
    border-top-color:#000000;
    border-top-width:1px;
    border-top-style:solid;
    
           }
           
#leftBox {
    top: 282px;
    left: 0px;
    position:absolute;
    text-align: left;
    width:290px;
    padding:30px;
    font-size:18px;
    font-weight:normal; 
    font-family: Georgia, Serif;     
   border-top-color:#000000;
    border-top-width:1px;
    border-top-style:solid;
           }
           
#footerBar {
    top: 813px;
    left: 0px;
    position:absolute;
    text-align: center;
    width:1040px;
    height:15px;
    padding:10px;
    font-size:12px;
    font-weight:normal; 
    font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", Arial, sans-serif;     
    text-align:center;
    vertical-align:middle;
    color:#ffffff;
    background-color:#000000;
    
    }
.normalLink {
	font-variant: normal;
	color: #3853A4;
	text-decoration: none;
	font-weight: normal;
}
 .textItalics{
              font-style:italic;
              }
/*-----------------------------------------------------------------------------------------------------------------------*/	


}



/* End Css - :) */
