/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: "Helvetica Neue", Helvetica, sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; text-decoration:none;}
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

@font-face {
    font-family: 'EdoRegular';
    src: url('../fonts/edo-webfont.eot');
    src: url('../fonts/edo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/edo-webfont.woff') format('woff'),
         url('../fonts/edo-webfont.ttf') format('truetype'),
         url('../fonts/edo-webfont.svg#EdoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

   .sl-slider-wrapper {
   	width: 800px;
   	height: 400px;
   	margin: 0 auto;
   	position: relative;
   	overflow: hidden;
   }

   .sl-slider {
   	position: absolute;
   	top: 0;
   	left: 0;
   }

   /* Slide wrapper and slides */

   .sl-slide,
   .sl-slides-wrapper,
   .sl-slide-inner {
   	position: absolute;
   	width: 100%;
   	height: 100%;
   	top: 0;
   	left: 0;
   } 

   .sl-slide {
   	z-index: 1;
   }

   /* The duplicate parts/slices */

   .sl-content-slice {
   	overflow: hidden;
   	position: absolute;
   	-webkit-box-sizing: content-box;
   	-moz-box-sizing: content-box;
   	box-sizing: content-box;
   	background: #fff;
   	-webkit-backface-visibility: hidden;
   	-moz-backface-visibility: hidden;
   	-o-backface-visibility: hidden;
   	-ms-backface-visibility: hidden;
   	backface-visibility: hidden;
   	opacity : 1;
   }

   /* Horizontal slice */

   .sl-slide-horizontal .sl-content-slice {
   	width: 100%;
   	height: 50%;
   	left: -200px;
   	-webkit-transform: translateY(0%) scale(1);
   	-moz-transform: translateY(0%) scale(1);
   	-o-transform: translateY(0%) scale(1);
   	-ms-transform: translateY(0%) scale(1);
   	transform: translateY(0%) scale(1);
   }

   .sl-slide-horizontal .sl-content-slice:first-child {
   	top: -200px;
   	padding: 200px 200px 0px 200px;
   }

   .sl-slide-horizontal .sl-content-slice:nth-child(2) {
   	top: 50%;
   	padding: 0px 200px 200px 200px;
   }

   /* Vertical slice */

   .sl-slide-vertical .sl-content-slice {
   	width: 50%;
   	height: 100%;
   	top: -200px;
   	-webkit-transform: translateX(0%) scale(1);
   	-moz-transform: translateX(0%) scale(1);
   	-o-transform: translateX(0%) scale(1);
   	-ms-transform: translateX(0%) scale(1);
   	transform: translateX(0%) scale(1);
   }

   .sl-slide-vertical .sl-content-slice:first-child {
   	left: -200px;
   	padding: 200px 0px 200px 200px;
   }

   .sl-slide-vertical .sl-content-slice:nth-child(2) {
   	left: 50%;
   	padding: 200px 200px 200px 0px;
   }

   /* Content wrapper */
   /* Width and height is set dynamically */
   .sl-content-wrapper {
   	position: absolute;
   }

   .sl-content {
   	width: 100%;
   	height: 100%;
   	background: #fff;
   }

   /* Default styles for background colors */
   .sl-slide-horizontal .sl-slide-inner {
   	background: #ddd;
   }

   .sl-slide-vertical .sl-slide-inner {
   	background: #ccc;
   }
   /* Animations for content elements */

   .sl-trans-elems .deco{
   	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
   	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
   	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
   	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
   	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
   }
   .sl-trans-elems h2{
   	-webkit-animation: moveUp 1s ease-in-out both;
   	-moz-animation: moveUp 1s ease-in-out both;
   	-o-animation: moveUp 1s ease-in-out both;
   	-ms-animation: moveUp 1s ease-in-out both;
   	animation: moveUp 1s ease-in-out both;
   }
   .sl-trans-elems blockquote{
   	-webkit-animation: fadeIn 0.5s linear 0.5s both;
   	-moz-animation: fadeIn 0.5s linear 0.5s both;
   	-o-animation: fadeIn 0.5s linear 0.5s both;
   	-ms-animation: fadeIn 0.5s linear 0.5s both;
   	animation: fadeIn 0.5s linear 0.5s both;
   }
   .sl-trans-back-elems .deco{
   	-webkit-animation: scaleDown 1s ease-in-out both;
   	-moz-animation: scaleDown 1s ease-in-out both;
   	-o-animation: scaleDown 1s ease-in-out both;
   	-ms-animation: scaleDown 1s ease-in-out both;
   	animation: scaleDown 1s ease-in-out both;
   }
   .sl-trans-back-elems .logo{
   	-webkit-animation: fadeOut 1s ease-in-out both;
   	-moz-animation: fadeOut 1s ease-in-out both;
   	-o-animation: fadeOut 1s ease-in-out both;
   	-ms-animation: fadeOut 1s ease-in-out both;
   	animation: fadeOut 1s ease-in-out both;
   }
   .sl-trans-back-elems blockquote{
   	-webkit-animation: fadeOut 1s linear both;
   	-moz-animation: fadeOut 1s linear both;
   	-o-animation: fadeOut 1s linear both;
   	-ms-animation: fadeOut 1s linear both;
   	animation: fadeOut 1s linear both;
   }
   @-webkit-keyframes roll{
   	0% {-webkit-transform: translateX(500px) rotate(360deg);}
   	100% {-webkit-transform: translateX(0px) rotate(0deg);}
   }
   @-moz-keyframes roll{
   	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
   	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
   }
   @-o-keyframes roll{
   	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
   	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
   }
   @-ms-keyframes roll{
   	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
   	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
   }
   @keyframes roll{
   	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
   	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
   }
   @-webkit-keyframes moveUp{
   	0% {-webkit-transform: translateY(40px);}
   	100% {-webkit-transform: translateY(0px);}
   }
   @-moz-keyframes moveUp{
   	0% {-moz-transform: translateY(40px);}
   	100% {-moz-transform: translateY(0px);}
   }
   @-o-keyframes moveUp{
   	0% {-o-transform: translateY(40px);}
   	100% {-o-transform: translateY(0px);}
   }
   @-ms-keyframes moveUp{
   	0% {-ms-transform: translateY(40px);}
   	100% {-ms-transform: translateY(0px);}
   }
   @keyframes moveUp{
   	0% {transform: translateY(40px);}
   	100% {transform: translateY(0px);}
   }
   @-webkit-keyframes fadeIn{
   	0% {opacity: 0;}
   	100% {opacity: 1;}
   }
   @-moz-keyframes fadeIn{
   	0% {opacity: 0;}
   	100% {opacity: 1;}
   }
   @-o-keyframes fadeIn{
   	0% {opacity: 0;}
   	100% {opacity: 1;}
   }
   @-ms-keyframes fadeIn{
   	0% {opacity: 0;}
   	100% {opacity: 1;}
   }
   @keyframes fadeIn{
   	0% {opacity: 0;}
   	100% {opacity: 1;}
   }
   @-webkit-keyframes scaleDown{
   	0% {-webkit-transform: scale(1);}
   	100% {-webkit-transform: scale(0.5);}
   }
   @-moz-keyframes scaleDown{
   	0% {-moz-transform: scale(1);}
   	100% {-moz-transform: scale(0.5);}
   }
   @-o-keyframes scaleDown{
   	0% {-o-transform: scale(1);}
   	100% {-o-transform: scale(0.5);}
   }
   @-ms-keyframes scaleDown{
   	0% {-ms-transform: scale(1);}
   	100% {-ms-transform: scale(0.5);}
   }
   @keyframes scaleDown{
   	0% {transform: scale(1);}
   	100% {transform: scale(0.5);}
   }
   @-webkit-keyframes fadeOut{
   	0% {opacity: 1;}
   	100% {opacity: 0;}
   }
   @-moz-keyframes fadeOut{
   	0% {opacity: 1;}
   	100% {opacity: 0;}
   }
   @-o-keyframes fadeOut{
   	0% {opacity: 1;}
   	100% {opacity: 0;}
   }
   @-ms-keyframes fadeOut{
   	0% {opacity: 1;}
   	100% {opacity: 0;}
   }
   @keyframes fadeOut{
   	0% {opacity: 1;}
   	100% {opacity: 0;}
   }

     .sl-slider-wrapper {
   	width: 100%;
   	height: 600px;
   	overflow: hidden;
   	position: relative;
   }

     .sl-slider h2,
     .sl-slider blockquote {
   	padding: 100px 30px 10px 30px;
   	width: 80%;
   	max-width: 960px;
   	color: #fff;
   	margin: 0 auto;
   	position: relative;
   	z-index: 100;
   }

     .sl-slider h2 {
   	font-size: 100px;
   	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
   }

     .sl-slider blockquote {
   	font-size: 28px;
   	padding-top: 10px;
   	font-weight: 300;
   	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
   }

     .sl-slider blockquote cite {
   	font-size: 16px;
   	font-weight: 700;
   	font-style: normal;
   	text-transform: uppercase;
   	letter-spacing: 5px;
   	padding-top: 30px;
   	display: inline-block;
   }

    .bg-img {
   	-webkit-box-sizing: content-box;
   	-moz-box-sizing: content-box;
   	box-sizing: content-box;
   	position: absolute;
   	width: 100%;
   	height: 100%;
   	-webkit-background-size: cover;
   	-moz-background-size: cover;
   	background-size: cover;
   	background-position: center center;
   }

    .bg-img-1 {
   	background-image: url(../img/large/1.png);
   }
    .bg-img-2 {
   	background-image: url(../img/large/2.png);
   }
    .bg-img-3 {
   	background-image: url(../img/large/3.jpg);
   }
     .bg-img-4 {
   	background-image: url(../img/large/4.jpg);
   }
   /* Custom navigation arrows */

   .nav-arrows span {
   	position: absolute;
   	z-index: 2000;
   	top: 50%;
   	width: 40px;
   	height: 40px;
   	border: 8px solid #ddd;
   	border: 8px solid rgba(150,150,150,0.4);
   	text-indent: -90000px;
   	margin-top: -40px;
   	cursor: pointer;
	
   	-webkit-transform: rotate(45deg);
   	-moz-transform: rotate(45deg);
   	-o-transform: rotate(45deg);
   	-ms-transform: rotate(45deg);
   	transform: rotate(45deg);
   }

   .nav-arrows span:hover {
   	border-color: rgba(150,150,150,0.9);
   }

   .nav-arrows span.nav-arrow-prev {
   	left: 5%;
   	border-right: none;
   	border-top: none;
   }

   .nav-arrows span.nav-arrow-next {
   	right: 5%;
   	border-left: none;
   	border-bottom: none;
   }

   /* Custom navigation dots */

   .nav-dots {
   	text-align: center;
   	position: absolute;
   	bottom: 2%;
   	height: 30px;
   	width: 100%;
   	left: 0;
   	z-index: 1000;
   }

   .nav-dots span {
   	display: inline-block;
   	position: relative;
   	width: 16px;
   	height: 16px;
   	border-radius: 50%;
   	margin: 3px;
   	background: #ddd;
   	background: rgba(150,150,150,0.4);
   	cursor: pointer;
   	box-shadow: 
   		0 1px 1px rgba(255,255,255,0.4), 
   		inset 0 1px 1px rgba(0,0,0,0.1);
   }

     .nav-dots span {
   	background: rgba(150,150,150,0.1);
   	margin: 6px;
   	-webkit-transition: all 0.2s;
   	-moz-transition: all 0.2s;
   	-ms-transition: all 0.2s;
   	-o-transition: all 0.2s;
   	transition: all 0.2s;
   	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 2px rgba(255, 255, 255, 0.5), 0 4px 3px rgba(0, 0, 0, 0.9);
	}
   .nav-dots span.nav-dot-current, .nav-dots span:hover {
       box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 5px rgba(255, 255, 255, 0.5), 0 9px 5px rgba(0, 0, 0, 0.9);
   }

   .nav-dots span.nav-dot-current:after {
   	content: "";
   	position: absolute;
   	width: 10px;
   	height: 10px;
   	top: 3px;
   	left: 3px;
   	border-radius: 50%;
   	background: rgba(255,255,255,0.8);
   }

   

.floater_menu{
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	height:55px;
	display:none;
	width: 100%;
	opacity:0.9;
}
	.gonnaflynow{
		position: fixed;
	    top: 0;
		z-index:35;
	}
	.logo_large{
		    left: 36.9%;
		    position: absolute;
	}
	.logo_large_img{
	    background: url("../img/logo_large.png") no-repeat scroll center center #002AFF;
	    border-radius: 150px 150px 150px 150px;
	    height: 177px;
	    padding: 50px;
		opacity:0.9;
	    text-indent: -999em;
	    width: 170px;
		-moz-blend-mode: multiply;
		-webkit-blend-mode: multiply;
	}
	.logo img{
			width:100px;
			height:100px;
			margin: 5px;
			border-radius:60px;
			float:left;
			-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    		-moz-transition: all 0.3s ease-out;  /* FF4+ */
	}
	.azul .logo img{
		background: #002aff;
	}
	.vermelho .logo img{
		background: #fcc578;
	}
	.verde .logo img{
		background: #3bb078;
	}
	nav{
		width:980px;
		
		margin:auto;
	}
	
	 #nav a{
		    color: #838383;
		    font-size: 14pt;
		    font-weight: 300;
		    text-transform: uppercase;
			-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
		    -moz-transition: all 0.3s ease-out;  /* FF4+ */
	}
	.azul #nav a:hover{
		color:#002aff;	
	}
	.vermelho #nav a:hover{
		color:#fcc578;
	}
	.verde #nav a:hover{
		color:#3bb078;
		
	}
	nav ul{
		line-height: 50px;
	    text-align: right;
	}
		nav ul li{
			display:inline;
		    margin: 15px 10px;
		    min-width: 100px;
		}
		header {
		    margin-top: 0;
		}
.about, .portifolio, .contact{
    background-attachment: fixed;
	padding-top:200px;
    overflow: hidden;
    position: relative;
    text-align: center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.about{
	height: 560px;
}
.contact{
	padding-bottom:200px;
}
.about .bglayer{
	position:absolute;
	width: 100%;
}
.left_ab{
	float:left;
}
.right_ab{
	float:right;
}
.about .bglayer2{
	position:absolute;
	width: 100%;
}
.container{
	width:980px;
	margin:auto;
}
.about h2 {
    font-family: Helvetica Neue;
    font-size: 50pt;
    font-weight: lighter;
    line-height: 0;
    text-transform: uppercase;
}
	.portifolio h4{
		color:#838383;
		font-family: Helvetica Neue;
		font-size: 20pt;
		font-weight: lighter;
		line-height:0;
	}
	.portifolio h2{
		color:#fcc578;
     font-family: Helvetica Neue;
     font-size: 73pt;
     font-weight: lighter;
		line-height:0;
	}
	.contact h4 {
	    color: #3BB078;
	    font-family: Helvetica Neue;
	    font-size: 56pt;
	    font-weight: lighter;
	    line-height: 0;
	}
	.about p {
	    color: #838383;
	    font-family: Helvetica,Arial,sans-serif;
	    font-size: 13pt;
	    font-weight: bold;
	    text-align: left;
	}
.azul{
	color:#002aff;
}
.col1{
    float: left;
    width: 290px;
	margin: 15px;
	perspective: 1300px;
}
.col2{
    float: left;
    width: 410px;
	margin: 15px;
	perspective: 1300px;
}
.col1 img {
	display:none;
}
 
.col1 img {
    transform-style: preserve-3d;
}
 
.col1 img.animate {
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    animation: fallPerspective .8s ease-in-out forwards;
	display:block;
}

.team_foto {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.team_foto img{
	max-width:100%;
  margin: 0;
}
#artvl {
    height: 30%;
    left: 26%;
    position: absolute;
    top: 42%;
    width: 10%;
}
#hmfpdm {
    height: 22%;
    left: 49%;
    position: absolute;
    top: 48%;
    width: 11%;
}
#thimori {
    height: 30%;
    position: absolute;
    right: 24%;
    top: 11%;
    width: 13%;
}

#team_desc ul {
    list-style: none outside none;
    padding: 0;
    text-align: left;
}
#team_desc .selected{
	font-weight:500;
}
#team_desc h3 {
    font-weight: 300;
	cursor: pointer;
}
.individual_desc:before {
    content: "<";
    font-size: x-large;
    height: 0;
    left: -14px;
    position: absolute;
    top: -23px;
    width: 0;
}
.individual_desc {
    border-left: 2px solid;
    display: none;
    left: 180px;
    padding: 0 10px;
    position: absolute;
    top: 19px;
}
.image-top{
	z-index:100;
}
#team_desc li{
	position:relative;
}
.individual_desc > p {
    color: #8F8F8F;
    font-size: 0.9em;
    margin: 0;
}

.coluna_1, .coluna_2, .coluna_3, .coluna_4, .coluna_5, .coluna_6, .coluna_7, .coluna_8, .coluna_9, .coluna_10, .coluna_11, .coluna_12 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.coluna_12 {
    float: left;
    margin: 0;
    width: 100%;
}
.coluna_8 {
    float: left;
    min-height: 300px;
    padding: 1% 2%;
    width: 61.27%;
}
.coluna_7 {
    float: left;
    padding: 1%;
    width: 51.9388%;
}
.coluna_6 {
    float: left;
    padding: 1%;
    width: 46.9388%;
}
.coluna_5 {
    float: left;
    padding: 1%;
    width: 38.7755%;
}
.coluna_4 {
    float: left;
    padding: 1%;
    width: 30.6122%;
}
.coluna_3 {
    float: left;
    margin: 1%;
    width: 22.449%;
}
.alpha {
    margin-left: 0;
}
.omega {
    margin-right: 0;
}

.container_12 .suffix_3, .container_16 .suffix_4 {
    padding-right: 25%;
}
.container_12 .suffix_6, .container_16 .suffix_8 {
    padding-right: 50%;
}
.container_12 .suffix_9, .container_16 .suffix_12 {
    padding-right: 75%;
}
.container_12 .suffix_1 {
    padding-right: 8.333%;
}
.container_12 .suffix_2 {
    padding-right: 16.666%;
}
.container_12 .suffix_4 {
    padding-right: 33.333%;
}
.container_12 .suffix_5 {
    padding-right: 41.666%;
}
.container_12 .suffix_7 {
    padding-right: 58.333%;
}
.container_12 .suffix_8 {
    padding-right: 66.666%;
}
.container_12 .suffix_10 {
    padding-right: 83.333%;
}
.container_12 .suffix_11 {
    padding-right: 91.666%;
}

.container_12 .prefix_3, .container_16 .prefix_4 {
    padding-left: 25%;
}
.container_12 .prefix_6, .container_16 .prefix_8 {
    padding-left: 50%;
}
.container_12 .prefix_9, .container_16 .prefix_12 {
    padding-left: 75%;
}
.container_12 .prefix_1 {
    padding-left: 8.333%;
}
.container_12 .prefix_2 {
    padding-left: 16.666%;
}
.container_12 .prefix_4 {
    padding-left: 33.333%;
}
.container_12 .prefix_5 {
    padding-left: 41.666%;
}
.container_12 .prefix_7 {
    padding-left: 58.333%;
}
.container_12 .prefix_8 {
    padding-left: 66.666%;
}
.container_12 .prefix_10 {
    padding-left: 83.333%;
}
.container_12 .prefix_11 {
    padding-left: 91.666%;
}
 
@keyframes fallPerspective {
    100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

.grid {
    padding: 20px 20px 100px 20px;
    max-width: 1300px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
 
.grid li {
    display: inline-block;
    width: 400px;
    margin: 0;
    padding: 20px;
    text-align: left;
    position: relative;
}
.grid figure {
    margin: 0;
    position: relative;
}
.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}
.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #3bb078;
    color: #eee;
}
.grid figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}

 
.grid figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: none repeat scroll 0 0 #1B9058;
    color: #fff;
}
.cs-style-3 figure {
    overflow: hidden;
}
.cs-style-3 figure img {
    transition: transform 0.4s;
}
 
.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
    transform: translateY(-50px);
}
.cs-style-3 figcaption {
    height: 100px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s, opacity 0.1s;
}
.cs-style-3 figcaption a {
    position: absolute;
    bottom: 20px;
    left: 20px;
}



/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media screen and (max-width: 660px) {

	.demo-2 .sl-slider-wrapper {
		height: 500px;
	}

	.demo-2 .sl-slider h2 {
		font-size: 36px;
	}

	.demo-2 .sl-slider blockquote {
		font-size: 16px;
	}

}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
