body {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #fff;
	background-repeat: repeat;
}
 html, body, #map-canvas {
        margin: 0;
        padding: 0;
        height: 305px !important;
        margin-top: 14px;
      }	
@font-face {
    font-family: 'DINSchrift1451MittelschriftAlt';
    src: url('dinmittelschrift-alternate.eot');
    src: url('dinmittelschrift-alternate.eot') format('embedded-opentype'),
         url('dinmittelschrift-alternate.woff') format('woff'),
         url('dinmittelschrift-alternate.ttf') format('truetype'),
         url('dinmittelschrift-alternate.svg#DINSchrift1451MittelschriftAlt') format('svg');
}
@font-face {
    font-family: 'DIN1451StdMittelschrift';
    src: url('dinmitte.eot');
    src: url('dinmitte.eot') format('embedded-opentype'),
         url('dinmitte.woff') format('woff'),
         url('dinmitte.ttf') format('truetype'),
         url('dinmitte.svg#DIN1451StdMittelschrift') format('svg');
}
@font-face {
    font-family: 'DIN1451StdEngschrift';
    src: url('dinengschriftstd.eot');
    src: url('dinengschriftstd.eot') format('embedded-opentype'),
         url('dinengschriftstd.woff') format('woff'),
         url('dinengschriftstd.ttf') format('truetype'),
         url('dinengschriftstd.svg#DIN1451StdEngschrift') format('svg');
}
#about #container{
	cursor: pointer;
}

.hide { display: none; }
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#main-menu a {
	color: #87B2C7;
	padding: 6px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
ul#main-menu li.current a, ul#main-menu a:hover {
	color: #2C2525;
	text-decoration: none;
}
ul#main-menu li.current a {
	color: #333;
	border-bottom: 3px solid #333;
}
.inner_content {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 500px;
	display: block;
	overflow: hidden;
}
span.guide {
	padding-top: 102px;
}
.inner_content h1 {
	padding-top: 0;
	margin: 0 0 3px 0;
	font-weight: normal;
	color: #92C78A;
	font-family: 'DIN1451StdMittelschrift';
	font-size: 37px;
}
.wrapper {
	position: relative;
	z-index: 10002;
	width: auto;
	min-width: 100%;
}
.up {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
/* Header Styling */
#header_alpha {
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 1000;
	top: 0;
	padding-top: 20px;
	background: rgba(255, 255, 255, 0.9);
}
#header_alpha:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;
          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8);

          z-index: 100;
}
#header {
	position: fixed;
	width: 100%;
	height: 90px;
	z-index: 1100;
	top: 0;
}
.header_promote {
	float: left;
	margin-top: 10px;
	top: 0;
}
.inner_header {
	position: relative;
	z-index: 1100;
	margin: 0 auto;
	width: 960px;
	display: block;
	top: 0;
}
.logo {
	float: left;
	width: 350px;
	height: 80px;
	margin: 20px -75px 5px 0;
	opacity: 1;
}
.menu {
	float: left;
	width: auto;
	margin-top: 84px;
}
.menu li {
	float: left;
	margin: 0 0 0 30px;
}
.menu li a {
	color: #92C78A;
	padding: 6px;
	font-family: 'DINSchrift1451MittelschriftAlt';
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
}
.logo:hover {
	border: none;
}
/* Feature Styling */
#feature {
	background: transparent;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 30px;
	position: relative;
	min-width: 100%;
	width: 100%;
}
#feature h1 {
	color: #fff;
	font-family: 'Pacifico';
	font-size: 90px;
	margin: 0 0 40px 0;
	text-shadow: 4px 4px 0 #2c2525;
	line-height: 140px;
	font-weight: normal;
}
#feature .slider {
	position: relative;
	margin: 0 auto;
	width: 750px;
	opacity:0;
	height: 300px;
	background: #fff;
	border: 10px solid #fff;
}
#feature .slider:firstchild{
	position: relative;
	margin: 0 auto;
	width: 750px;
	opacity:1;
	height: 300px;
	background: #fff;
	border: 10px solid #fff;
}
/* Section Styling */
#about, #portfolio,#contact {
	margin-bottom: 30px;
	display: block;
}
/* About Styling */
#about {
	background: transparent;
	position: relative;
	width: 100%;
	margin-top: -40px;
}
#container {
	width: 960px;
	overflow: hidden;
	height: 100%;
}
/* SET TO THE TOTAL WIDTH OF ALL DIVS */
#slider-wrapper {
	width: 6720px;
}
/* THESE ARE THE INDIVIDUAL SLIDE PROPERTIES */
.slide {
	width: 960px;
	height: 500px;
	overflow: hidden;
	float: left;
}
#about_navButtons a {
	display: block;
	width: 30px;
	height: 30px;
	background: url('../_img/arrows.png')no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	position: absolute;
	transition: all 200ms ease-in-out;
}
.about-text {
	margin: 105px 50px 50px 470px;
}
.about-text h3{
	color:#000;
	font-size:45px;
	text-transform:uppercase;
}
.about-text p{
	color:#87b2c7;
	text-transform:uppercase;
	text-align:justify;
	font-size: 13px;
}
#about_right a {
	background-position: -30px 0;;
	right: 15px;
}
#about_left a {
	left: 15px;
}
#slider:hover #about_navButtons a {
	opacity: 1;
}
#about .profile {
	float: left;
	width: 150px;
	margin-right: 40px;
}
#about .profile img {
	border: 8px solid #fff;
}
#about .more-info {
	background: #fff;
	float: left;
	padding: 10px;
	width: 700px;
	height: 151px;
}
#about .more-info p {
	margin: 0;
	color: #2c2525;
}
#about h2 {
	margin: 0 0 15px 0;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#about .more-info h2 {
	margin: 0 0 15px 0;
	color: #2c2525;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#about .skills {
	height: 300px;
	width: 300px;
	float: left;
	margin-top: 30px;
	margin-right: 80px;
}
#about .skills ul.skills-set li {
	background: #fff;
	width: 300px;
	height: 18px;
	padding: 5px 5px 5px 0;
	border: 3px solid #fff;
	margin-bottom: 10px;
}
#about .skills ul.skills-set li:hover {
	opacity: 0.7;
}
#about .skills ul.skills-set li strong {
	background: #493f49;
	padding-right: 20px;
	padding: 6px;
	color: #fff;
	border-right: 5px solid #555;
	padding-right: 180px;
}
#about .skills ul.skills-set li em {
	float: right;
	font-style: normal;
}
#about .graph {
	float: left;
	width: 320px;
	margin-top: 30px;
}
/* Portfolio Styling */
#portfolio {
	background: transparent; 0 -280px no-repeat;
	position: relative;
	width: 100%;
	height: 500px;
}
#inner_portfolio {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 500px;
	display: block;
	overflow: hidden;
}

.filter li{
	float: left;
	padding-left:5px;
	color: #6B6B6B;
}
.filter li a .current{
	color: #404041;
	text-transform:uppercase;
}
.filter li a{
	color: #6B6B6B;
	text-transform: uppercase;
	text-decoration: none;	
	font-family: 'DIN1451StdMittelschrift';
}
.filter a:hover, .current a {
	color: #404041 !important;
}

.portfolio ul{
	margin-top:30px;
}
.portfolio li{
	float: left;
	margin-right: 11px;
	margin-bottom: 1em;
}

.portfolio img{
	width: 220px;
	height: 150px;
}
/* Styling for contact section */

#contact {
	background: transparent;
	margin-bottom: 0;
}
#contact p {
	color: #92C78A;
	font-family: 'DIN1451StdMittelschrift';	
	margin: 0 0 10px 0;
}
#contact h2 {
	margin: 0 0 10px 0;
	color: #b2cd3c;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
}
#contact .form {
	width: 323px;
	margin-right: 40px;
	float: left;
}
#contact .map {
	width: 523px;
	float: left;
}
#contact .map strong {
	margin-right: 7px;
}
#contact .map span {
	margin-right: 20px;
	line-height: 22px;
}
#contact input {
	width: 300px;
	height: 25px;
	border: 1px solid #333;
	background: #fff;
	display: block;
	margin-bottom: 20px;
	padding: 5px 10px;
	color: #999;
}
#contact textarea {
	width: 300px;
	height: 235px;
	border: 1px solid #333;
	background: #fff;
	display: block;
	margin-bottom: 20px;
	color: #999;
	padding: 5px 10px;
}
button.alt-1 {
	border: none;
	border: 1px solid ##333;
	background: #312b2b;
	padding: 7px 10px;
	color: #fff;
	font-size: 12px;
}
button.alt-1:hover {
	border: none;
	border: 1px solid ##333;
	background: #4c4646;
	padding: 7px 10px;
	color: #fff;
	font-size: 12px;
}
button.alt-2 {
	border: none;
	border: 1px solid ##333;
	background: #92C78A;
	padding: 7px 10px;
	color: #fff;
	font-size: 12px;
	float: right;
}
button.alt-2:hover {
	border: none;
	border: 1px solid ##333;
	background: #fff;
	padding: 7px 10px;
	color: #b2cd3c;
	font-size: 12px;
}
.error {
	color: #d96969;
	font-size: 12px;
}
/* Footer Styles */

#footer {
	background: #92C78A;
	padding-top: 20px;
}
#footer p {
	float: left;
	width: 410px;
	color: #b2cd3c;
	font-size: 12px;
}
#footer ul {
	float: left;
	width: 328px;
	padding-top: 20px;
}
#footer ul li {
	float: left;
	padding-right: 10px;
}
#footer img {
	float: left;
}
.fancybox{
	z-index:999999999999999999999999999999 !important;
}
strong, b {
font-weight: bold !important;
}
#social{

    float: right;
    margin-top: 5px;
    position: absolute;
    margin-left: 97.5%;

	
}
.fb_iframe_widget{
	float:left;
}
#twitter-widget-0{
	
	float:right;
}

.fancybox-video-fix{
	width: 263px !important;
	margin-left: 150px;
}

.marcas{
	position: relative;
	padding: 4px 0px 0 4px;
	vertical-align: bottom;
}
#indicators{
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 47%;
}
#indicators li {
	background-color: #6B6B6B;
	width: 5px;
	height: 5px;
	float: left;
	display: block;
	visibility: visible;
	border-radius: 50%;
	margin-right: 3px;
}
#indicators li.active {
	background-color: #A0CE99;
}