/*
Theme Name: FlatX
Description: Bootstrap One Page HTML5/CSS3 Parallax Resume Template
Version: 1.3
Author: TheThemeLab
Author URI: http://themeforest.net/user/thethemelab
*/

/* ##### GENERAL CLASS ##### */
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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


html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Lato';
	color: #333333;
	line-height: 1.6;
	overflow-x: hidden;
	background: #f2f2f2;
}
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:focus {
	outline: none;
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: none;
	color: #222;
}
iframe {
	border: 0;
}
h1, h2, h3, h4, h5, h6, .section-title, .form-group label {
	font-family: 'Lato';
}
section h3 {
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
}
section img {
	margin-top: 10px;
	clear: left;
}
blockquote {
	border-color: #dedede;
}
.mask {
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
#intro-loader {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -19px;
	background: url("../img/preloader.gif");
}
.section-content {
    padding: 70px 0 100px;
}
.section-title {
    margin-bottom: 35px;
}
.section-title div {
	font-size: 14px;
	letter-spacing: 2px;
}
.section-title div span {
	display: inline-block;
	color: #cccccc;
	text-transform: uppercase;
}
.section-title div span i {
	height: 22px;
	margin: 2px;
	padding: 3px 0px 0px 3px;
	text-align: center;
	width: 22px;
}
.section-title h1 {
	font-size: 40px;
	margin: 10px 0px 0px 0px;
}
.section-title h1, .section-title h2, .section-title h3 {
    color: #EC681D;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}
.section-title h1 i {
	font-style: normal;
	color: #ec681d;
}

.section-title .line-large {
	width: 75px;
	background: #ec681d;
	height: 1px;

}




.container.item_fade_in.text-center > h1 {
	color:#fff;}

p {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 1.6em;
	color: #4D4D4D;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.img-center {
	margin-left: auto;
	margin-right: auto;
}
.new-line {
	margin-top: 70px;
}
.bg1 {
	background-color: #ffffff;
}
.bg2 {
	background-color: #F2F4F6;
}
p.tagline {
    color: #ec681d;
    font-family: 'Lato';
    font-size: 23px;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 0 !important;
    margin-top: 40px;
    padding: 0;
    position: relative;
    text-transform: lowercase;
}


/* ##### NAV BAR ##### */

/*bullets*/

nav.bullets {
    list-style: none outside none;
    margin: -40px 25px 0 0;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99999;
}

nav.bullets ul { margin:0; padding:0; }

nav.bullets li {
    display: block;
    list-style: none outside none;
    margin-bottom: 10px;
}

nav.bullets li a:hover {
	background: none repeat scroll 0 0 #ec681d;
	border:2px solid #ec681d;
}

nav.bullets li > .active {
	background: none repeat scroll 0 0 #ec681d;
	border:2px solid #ec681d;
}

nav.bullets li a {
	border:2px solid #ec681d;
    border-radius: 50%;
    display: block;
    height: 15px;
    margin: 0;
    padding: 0;
    width: 15px;
	transition: all 0.3s ease-out 0s;
}


nav.bullets li > .active > a, nav.bullets li > .active > a:hover, nav.bullets li > .active > a:focus {
	background: #ec681d;

}



#nav-sticky-wrapper {
	height: 70px;
	/*margin-top: -70px;*/
}
#nav-sticky-wrapper is-sticky {
	position: fixed;
	top: 0;
}

.sticky-wrapper {
    position: absolute;
    top: 10px;
    width: 100%;
}

li.logo-menu {
	position: relative;
	float:left;
	
	}

.navbar-default {
	/*border-top:1px solid #EC681D;*/
}

.navbar-header {
    margin-left: -20px;
    padding-left: 0;
    padding-top: 0;
}


.navbar-wrapper {

	border-bottom: medium none !important;
	box-shadow: 0 !important;
	transition: all 0.3s ease-out 0s;
	z-index: 10;
	text-align: center;
	height: 90px;
}
.navbar-collapse {
	min-height: 70px !important;
}
.navbar-collapse.in {
	overflow-y: visible !important;
}
.navbar-wrapper .container {
	padding: 25px 0;
}
.navbar {
    background: url("../img/polygon-pattern.jpg") repeat scroll 0 0 #09090e;
    border: medium none;
    border-radius: 0;
    height: 100px;
/*    margin: 20px 0 0;*/
    padding-bottom: 0;
    position: relative;
}
.navbar ul.nav {
	margin: 20px auto 0px auto;
}
.navbar .nav > li {
	display: block;
	float: left;
  	color: #ffffff;
}
.navbar .nav > li > a,.navbar .nav > li > a:focus {
	color: #fff;
	display: block;
	font-weight: 400;
	text-shadow: none;
	line-height: 30px;
	transition: all 0.3s ease-out 0s;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #ec681d;
	background-color: transparent;
	transition: all 0.3s ease-out 0s;
	border-radius: 5px;
}
.navbar .nav > .active > a:focus {
	background-color: transparent;
}
.navbar .nav > li > a:hover {
	color: #ec681d;
	height: 100%;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

.navbar-default .navbar-toggle {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    float: right;
    margin: 33px auto 0;
    padding: 0;
    position: absolute;
    right: 21px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
	border: 0;
	outline: none;
}
.dropdown-menu {
	border-width: 0 0 1px 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.dropdown-menu > li > a {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #222;
	background: none;
}
.navbar-logo {
    color: #FFFFFF;
    font-size: 34px;
    letter-spacing: -3px;
    line-height: 1.2;
    margin-left: 23px;
    position: relative;
    text-transform: uppercase;
    top: 6px;
	z-index: 9999999;
}




/* ##### HOME SECTION ##### */

h3.linha-apoio {
    background: none repeat scroll 0 0 #EC681D;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 400;
    margin: 30px 0 0;
    padding: 11px;
    text-transform: none;
}

h3.linha-apoio i {
    font-weight: 100;
    padding-left: 15px;
    padding-right: 15px;
}


.col-md-8.item_top > p {	
	padding-top:40px;
	}


#home {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
}
#home h1 {
 	color: #99FFFF;
    font-size: 60px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 980px;
    text-transform: uppercase;
}

.vcard > h2 {
    color: #99ffff;
    display: inline;
	font-weight: 100;
}

#home h4 {
	margin: 0px;
	color: #ffffff;
}
#home .vcard {

	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
/*  max-width:600px;*/
}
#home .nameCard:before {
	width: 0;
	border-top: 26px solid rgba(255,255,255,0.6);
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	content: '';
}
#home .nameCard:after {
	width: 0;
	border-bottom: 26px solid rgba(255,255,255,0.6);
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	content: '';
}
#home .nameCard {
	background: rgba(252,111,92,1);
	width: auto;
	float: left;
	padding: 25px;
	margin-top: -50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#home .idCard {
	width: 48%;
	float: right;
	text-align: right;
	padding-top: 15px;
}
#home .idCard span {
	float: right;
	font-size: 15px;
}
#home .idCard i {
	clear: both;
	float: right;
	text-align: center;
	width: 25px;
	height: 25px;
	padding-top: 5px;
	margin: 0px 10px 5px 10px;
	background-color: #ec681d;
}
#fullscreen-slider {
	display: none;
	position: relative;
	z-index: 0;
}
#cycle-loader {
	height: 32px;
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	width: 32px;
	z-index: 999;
}
.mc-image {
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.slide-content {
	height: 100%;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	margin: 0px auto;
  text-align: center;
  background-color: rgba(0,0,0,0.50);
}
.slide-content .text-center {
	vertical-align: middle;
	display: table-cell;
	min-width: 300px;
}
.header1 {
	background: url("../img/overlay.png") repeat center;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: -70px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.header1 h1 {
	font-size: 140px;
	line-height: 110%;
  letter-spacing: -8px !important;
}
.header1 p {
	font-size: 30px;
	line-height: 120%;
	width: 80%;
	margin: 0px auto;
}
.header2 {
	padding: 20px;
	margin-top: -70px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
  color:#ffffff;
}
.header2 .heading {
    display: block;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;    
}
.header2 .box-heading {
    display: block;
    font-size: 80px;
    line-height: 100px;
    width: 100%;
    margin:20px auto;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.header2 .box-inner {
    border: 5px solid #FFFFFF;
    display: inline-block;
    padding: 0 20px;
}
.header2 .head-text {
    display: block;
    font-size: 18px;
    margin-bottom: 50px;
    width: 100%;
}

.header-video {
	background: url();
}
/* ##### Work Experience ##### */
.timeline-content #timeline {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: url("../img/timeline.png") repeat-y top center;
}
.timeline-content #timeline .timeline-item {
	clear: both;
	margin-bottom: 20px;
	width: 50%;
	float: left;
	padding-top: 15px;
}
.timeline-content #timeline .post {
	margin: 0 90px 0 0;
	position: relative;
	min-height: 100px;
	background: #fff;
	box-shadow: none;
	border: 0;
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.timeline-content #timeline .post-body {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.timeline-content #timeline .post-body .post-title, .timeline-content #timeline .post-body .post-text {
  color:#222222;
	margin: 20px;
}
.timeline-content #timeline .post-body a {
	display: block;
	overflow: hidden;
}
.timeline-content #timeline .post-title h4{
	margin-bottom: 12px;
	text-transform: uppercase;
}
.timeline-content #timeline .post-info {
	left: 100%;
	margin: -95px 11px 0 11px;
	position: absolute;
	top: 50%;
	width: 160px;
	z-index: 1000;
}
.timeline-content #timeline .post-info .info-date {
	font-size: 17px;
	background-color: #ec681d;
  color:#ffffff;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.timeline-content #timeline .post-info .box-inner {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: 10px auto;
	background-color: #333333;
	color: #ffffff;
}
.timeline-content #timeline .post-info .box-inner i {
	border: 2px solid #e1e1e1;
	padding: 7px;
	margin-top: 10px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
}
.timeline-content #timeline .arrow-left {
	border-color: rgba(0, 0, 0, 0) #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 9px;
	right: 100%;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	width: 0px;
	height: 0px;
}
.timeline-content #timeline .arrow-right {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
	border-style: solid;
	border-width: 9px;
	left: 100%;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	width: 0px;
	height: 0px;
}
.timeline-content #timeline .timeline-item:nth-child(2n) {
	float: right;
}
.timeline-content #timeline .timeline-item:nth-child(2n) .post {
	margin-left: 90px;
	margin-right: 0;
}
.timeline-content #timeline .timeline-item:nth-child(2n) .post-info {
	left: auto;
	right: 100%;
}
.timeline-content .action {
	margin-top: 50px;
}
/* ##### EDUCATION ##### */
.education {
	width: 100%;
	min-height: 100px;
	display: table;
	background-color: #F2F4F6;
	box-shadow: none;
	border: 0;
	-webkit-border-radius: 10px 20px 20px 10px;
	-moz-border-radius: 10px 20px 20px 10px;
	border-radius: 10px 20px 20px 10px;
}
.edu-post p {
	margin-top: 20px;
}
.edu-post {
	width: 70%;
	height: 100%;
	display: table-cell;
	padding: 15px;
	margin: 0px;
}
.edu-post:after {
	content: " ";
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #F2F4F6;
	border-style: solid;
	border-width: 9px;
	left: 70%;
	margin-top: -11px;
	top: 50%;
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 10;
}
.edu-grade {
	width: 30%;
	height: 100%;
	display: table-cell;
	padding: 15px;
	margin: 0px;
	color: #ffffff;
	background-color: #ec681d;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius:  0px 10px 10px 0px;
}
.edu-grade h3, .edu-grade h5 {
	color: #ffffff;
}
.edu-new-line {
	margin-top: 30px;
}

/* ##### SERVICES ##### */
.services {
	width: 100%;
	min-height: 100px;
	box-shadow: none;
	border: 0;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;

}
.services-icon i {
    color: #EC681D;

}

.fa-4x {
    font-size: 6em;
}

.services-post p {
    color: #666666;
    font-size: 1.5em;
    margin-top: 20px;
}

.services-post {
	width: 100%;
	display: table;
	padding: 15px;
	margin: 0px;
    text-align: center;
}
.services-icon {
	color: #FFFFFF;
    margin: 0;
    text-align: center;
    width: 100%;
}
.services-icon h3, .services-icon h5 {
	color: #ffffff;
}

.services-post > h4 {
	font-size:30px;
	font-weight:400;
	
	
	
}

.services-new-line {
	margin-top: 30px;
}

/* ##### EFFECT ##### */
.rotate {
	display: inline-block;
	max-width: 100%;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}
.rotate:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.zoom img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zoom:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
/* IE 9 */
	-moz-transform: scale(1.2);
/* Firefox */
	-webkit-transform: scale(1.2);
/* Safari and Chrome */
	-o-transform: scale(1.2);
/* Opera */
}
.item_top {
	top: -30px;
	opacity: 0;
	position: relative;
}
.item_bottom {
	bottom: -30px;
	opacity: 0;
	position: relative;
	
}
.item_left {
	left: -60px;
	opacity: 0;
	position: relative;
}
.item_right {
	right: -60px;
	opacity: 0;
	position: relative;
}
.item_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}
/* ---------- Skills Details ------------*/
section.skill-section {
	padding: 60px 0px 0px 0px;
}
#l-inhalt {
	visibility: hidden;
	display: block;
	opacity: 0;
	float: none;
	height: 300px;
	transition: opacity 0.2s ease-out;
}
.l-bar-wrapper {
	height: 18.75em;
	position: relative;
	bottom: 0;
	width: 6.25em;
}
nav.slide-effect a {
	vertical-align: middle;
}
#l-inhalt.show {
	opacity: 1;
	transition: opacity 0.5s ease-in;
}
#l-inhalt.show {
	opacity: 1;
	transition: opacity 0.5s ease-in;
}
.bar {
	cursor: pointer;
	height: 0;
	transition: height 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
	width: 80px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.l-skills-pink {
	left: 240px;
	top: 60px;
}
.l-skills-blue {
	left: 90px;
	top: 30px;
}
.l-skills-green {
	left: 140px;
	top: 160px;
}
/* --------- Skills Buttons Hover ----*/
.btn-skills {
	position: relative;
	width: 150px;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	font-size: 1em;
}
.btn-skills:hover, .btn-skills:focus {
	outline: none;
}
.slide-effect {
	position: relative;
	z-index: 1;
	text-align: center;
}
.btn-skills {
	overflow: hidden;
	margin: 0 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn-skills span {
	display: block;
	padding: 10px 20px;
	background: #ec681d;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.btn-skills::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateY(-25%);
}
.btn-skills:hover span, .btn-skills:focus span, .btn-skills.active span {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}
.btn-skills:hover::before, .btn-skills:focus::before, .btn-skills.active:before {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.skills-pink {
	border-left: 4px #f3377a solid;
}
.skills-green {
	border-left:  4px #A5DA26 solid;
}
.skills-blue {
	border-left: 4px #1b7ee4 solid;
}
.btn-skills.skills-blue::before {
	background-color: #1b7ee4 !important;
}
.btn-skills.skills-pink::before {
	background-color: #f3377a;
}
.btn-skills.skills-green::before {
	background-color: #a5da26;
}
/*--------------PIE Chart ---------- */
#pie-container {
	padding-top: 100px;
	max-width: 500px;
	position: relative;
	margin: 7em auto 0px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.bar, .skill-caption {
	position: absolute;
	bottom: 0;
}
.bar {
	height: 0%;
	background-color: #328be7;
	text-align: left;
	color: rgba(255, 255, 255, 0.6);
}
.skill-caption {
	font-size: 1.625em;
	margin-bottom: 2em;
	font-weight: 300;
	width: 100%;
	color: white;
	white-space: nowrap;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	writing-mode: lr-tb;
}
.bar2 {
	left: 100px;
}
.bar3 {
	left: 200px;
}
.bar4 {
	left: 300px;
}
.bar5 {
	left: 400px;
}
/* ##### CONTACT ##### */

h3.contacto {
    font-weight: 400;
    text-transform: none;
}
.form-group {
	position: relative;
  clear:both;
}
.form-group label {
	text-transform: uppercase;
	margin-top: 30px;
}
.form-group label.error {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	text-transform: none;
	color: red;
	font-weight: 400;
}
.form-group .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	border-color: #DEDEDE;
}
.form-group .form-control:focus {
	border-color: #afafaf;
}
.form-group .form-control.input-lg {
	font-size: 14px;
}
.form-group .form-control.error, .form-group .form-control.error:focus {
	border: 1px solid #DEDEDE;
}
.form-group textarea {
	height: 150px;
	resize: vertical;
}
.form-button {
	margin-top: 50px;
}
.form-respond .content-message {
	margin: 50px 0;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f5f5f5;
}
.form-respond .content-message i {
	color: #222;
}
.form-respond .content-message h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 10px 0px 0 0;
}
#map_canvas {
	width: 100%;
	height: 250px;
}
.contact-block {
	padding-top: 38px;
}
.contact-block h4 {
	padding-left: 40px;
}
.contact-info {
	padding-top: 9px;
}
.contact-info i {
	color: #EC681D;
    float: left;
    font-size: 20px;
    line-height: 24px;
    margin-right: 15px;
    text-align: center;
    width: 24px;
}
.contact-info span {
    color: #666666;
    float: left;
    font-size: 17px;
    height: auto;
    margin-bottom: 20px;
    width: auto;
}
.contact-info li {
	list-style-type: none;
	clear: both;
	float: none;
}
/* ##### FOOTER ##### */
footer {
	font-size: 14px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
}
footer .social-icon {
	margin-top: 50px;
}
footer .social-icon a {
	color: #CFCFCF;
	padding: 0 20px 35px 20px;
	display: inline-block;
}
footer .social-icon a:hover {
	color: #ec681d;
}

.social-icon a i.fa-4x {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    display: block;
    font-size: 38px;
    height: 80px;
    line-height: 72px;
    width: 80px;
	color:#fff;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icon a i.fa-4x:hover {
    border: 3px solid #EC681D;
	color:#EC681D;
}


ul.contact-info li {
	display:inline-block;
}


.vcard > div {
    border: 0 none;
    bottom: 0;
    color: #fff;
    float: left;
    margin: 80px auto 0;
	position: relative;
    width: 100%;
}

.vcard span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
    top: -26px;
}
span.line-large {
    background: none repeat scroll 0 0 #fff;
    float: right;
    height: 1px;
    margin: 0 auto 0 -40px;
    position: absolute;
    text-align: center;
    top: 71px;
    width: 75px;
}

.fa-times {padding-right:5px;}

#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #222;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 100;
	display: none;
}
#back-top:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
/**BUTTON**/
.btn-default {
  color: #666666;
	border: 1px solid #c7c7c7;
	box-shadow: 0 2px 0 0 #ec681d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background-color: #ec681d;
	border-color: #ec681d;
	color: #ffffff;
}
.btn {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.25s ease 0s;
}
.btn:hover, .btn:active, .btn:focus {
	color: #FFFFFF;
	opacity: 1;
}
.btn-dark {
    background: none repeat scroll 0 0 #1E1E1E;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 18px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-dark:hover {
	background: none repeat scroll 0 0 #ec681d;
}


/*===================================================================================*/
/*  PARALLAX                                                                            */
/*===================================================================================*/

.one-parallax {
	background: url('../images/bg3.jpg')  no-repeat; 
	background-size: 100% auto; 
	background-position: 0 700px;  
	background-position: 0 0; 
	background-attachment:fixed;
	display:block;

}

.two-parallax {
	background: url('../images/bg2.jpg')  no-repeat; 
	background-size: 100% auto; 
	background-position: 0 0; 
	background-attachment:fixed;
	display:block;

}

.three-parallax {
	background: url('../images/bg1.jpg') no-repeat; 
	background-size: 100% auto; 
	background-position: 0 -499px; 
	background-attachment:fixed;
	display:block;
}

.arrow {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    left: 5px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.fa.fa-angle-down.fa-4x {
    color: #99FFFF;

}


/*===================================================================================*/
/*  LOGIN                                                                            */
/*===================================================================================*/


section.login {
    background: url("../img/polygon-pattern.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    bottom: 0;
    color: #99ffff;
    float: right;
    font-size: 20px;
    margin: 16px;
    min-width: 585px;
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;
    z-index: 50;
}

section.login label { 
	color: #FFFFFF;
    float: left;
    font-size: 13px;
    margin: 5px 10px;
    position: relative;

}


section.login input {
    border: 0 none;
    border-radius: 3px;
    float: left;
    font-size: 15px;
    height: 32px;
    margin: 2px;
    padding-left: 35px;
    text-align: left;
    width: 146px;
}

section.login .submit-login, section.login button, section.login a { 
	background: none repeat scroll 0 0 #ec681d;
/*    border: 1px solid #ec681d;*/
    border-radius: 4px;
    color: #fff;
    float: left;
    font-family: 'lato';
    font-size: 13px;
    height: 32px;
    margin: 2px;
    padding: 5px 17px;
    text-align: center;
    text-decoration: none;
    text-transform: none;

 }
 
 section.login a:hover {opacity:0.5;}
 
section.login a.registar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px dashed #4e4e5b;
    color: #99ffff;
}

input.user {
	background: url("../img/icons/user.png") no-repeat scroll 3px center #fff;
	}
input.pass {
	background: url("../img/icons/pass.png") no-repeat scroll 3px center #fff;
	}

 
 .fa {
    color: #99FFFF;
	margin-right: 0;

}
 
section.login a.logout, section.login a.logout:hover {	
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    color: #99FFFF;
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
    text-decoration: underline;
    text-transform: none;
}

 
 
 
 section.login .submit-login:hover, section.login button:hover,  section.login a:hover { 
	background: none repeat scroll 0 0 #1B1F23;
    box-shadow: 0px 0px 0 0 #1B1F23;
    color: #99FFFF;
		transition:all 0.2s ease 0.0s;
		-moz-transition:all 0.2s easeInOutCirc 0.0s; /* Firefox 4 */
			-webkit-transition:all 0.2s easeInOutCirc 0.0s; /* Safari and Chrome */
				-o-transition:all 0.2s easeInOutCirc 0.0s; /* Opera */

 }


p.registar {
    color: #99ffff;
    float: right;
    font-size: 12px;
    font-weight: 500;
    margin-right: 19px;
    margin-top: 18px;
    text-align: right;
    width: 576px;
}


/*===================================================================================*/
/*  CATEGORIAS                                                                            */
/*===================================================================================*/

.current > a {
    color: #373a3c;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

li.current {
	display:inline-block;
}

.current { color: #000 !important; }

#listagem li.active > a { 
color: #ec681d; text-decoration: none;
}

#listagem li:hover > a { 
color: #ec681d; 
}

img.pub {width: 80%; float: left;}


p.categoria-title {
  
    clear: left;
    color: #ccc;
    font-size: 40px;
    font-weight: 400;
    left: 10px;
    letter-spacing: -1px;
    margin-bottom: 0;
    padding-bottom: 11px;
    position: relative;
    text-align: left;
    top: -10px;
}




/*===================================================================================*/
/*  PRODUTOS                                                                            */
/*===================================================================================*/

.produtos-row {
    border-top: 1px solid #ccc;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 50px;
}

.row li {
    display: inline;
    list-style: none outside none;
    width: 100%;
}

li.current {
	display:inline-block;
}

.row li h1 {
    clear: both;
    color: #151414;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 20px auto 0;
    padding: 0;
    position: relative;
}

.row li h2 {
	color: #ff642f;
    display: block;
    font-family: 'Lato';
    font-size: 10px;
    font-weight: 400;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    text-transform: uppercase;
	}
	
a.cotacao-info {
	background:#fff;
	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	
	}	
	
a.cotacao-info span {
    background: none repeat scroll 0 0 #ff642f;
    height: 100%;
    position: relative;
    width: 100%;
	display: block;
	padding:0; margin:0;
}

a.cotacao-info img, a.cotacao-info h2 {

	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}


a.cotacao-info:hover img {opacity:0.3; }
a.cotacao-info:hover h2 {opacity:1.0; top: 35%;}


	
a.cotacao-info h2 {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 80px;
    margin: 0 auto;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top:1em;
    vertical-align: middle;
    width: 100%;
}
	
a#cotacao, a#cotacao-detalhe {
    border: 1px solid #ff642f;
    border-radius: 3px;
    bottom: 0;
    color: #ff642f;
    display: block;
    float: left;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    margin: 15px auto 8px;
    padding: 8px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

a#cotacao-detalhe {
    font-size: 19px;
    height: 60px;
    line-height: 46px;
}

a#cotacao:hover, a#cotacao-detalhe:hover {background:#ff642f; color: #fff;}

p.descricao {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}


p.descricao-cotacao {
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.icon-file-text-alt:before {
    content: "";
}
.list-n-fa-4 {
    font-size: 4em;
}

[class^="icon-"], [class*=" icon-"] {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    bottom: 87px;
    color: #ccc;
    display: inline;
    height: auto;
    line-height: normal;
    margin-top: 0;
    position: absolute;
    right: 9px;
    vertical-align: baseline;
    width: auto;
}

.cotacao-title {
    clear: left;
    color: #ff642f;
    display: inline;
    float: left;
    font-size: 16px;
    font-weight: 800;
    margin-top: 11px;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
}


h1#slogan {
    clear: left;
    text-transform: uppercase;
}

h1.titulo {
	clear: left;
    font-size: 40px;
    margin-top: 0;
    text-transform: uppercase;
}
	
h2.categoria {
    clear: left;
    color: #ff642f;
    display: block;
    font-family: 'Lato';
    font-size: 10px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0 0 16px;
    position: relative;
    text-transform: uppercase;
}
	
	
a.return {
    background: url("../img/icons/return.png") no-repeat scroll 14px 0 #fff;
    border: medium none;
    float: left;
    height: 70px;
    left: -30px;
    margin-bottom: 16px;
    margin-top: 10px;
    position: relative;
    width: 70px;
}

/*===================================================================================*/
/*  PEDIDO COTACAO                                                                            */
/*===================================================================================*/

.cotacao-right > p {
    font-size: 15px;
}


/*===================================================================================*/
/*  WRAPPER                                                                            */
/*===================================================================================*/

#portfolio-wrap{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: 5000;
    display: none;
    overflow: hidden;
}

#portfolio-page{
    height: 100%;
    width: 100%;
    display: table;
}

#portfolio-page #portfolio-content{
    vertical-align: middle;
    display: table-cell;
}
#protfolio-control{
    margin: 40px 0 0;
}

#protfolio-control #prev-project,
#protfolio-control #close-project,
#protfolio-control #next-project{
    display: inline-block;
    font-size: 40px;
    color: #CCC;
    display: inline-block;
    margin-bottom: 40px;
}

/*===================================================================================*/
/*  PROJECT DETAILS                                                                  */
/*===================================================================================*/
#portfolio-items img{
    margin:0px !important;
}
.img img{
    width: 100%;
}
.project-desc h3{
    margin: 0 0 20px;
    text-align: center;
}
.project-desc .line-strong{
margin-bottom:20px;
}
.project-desc .list-details{
    margin: 0px 0px 20px 0px;
    padding: 0;
    list-style: none;
}
.project-desc .list-details li{
    padding: 10px 0;
    border-bottom: 1px dashed #ec681d;
}


.project-desc .list-details li i{
    margin-right: 10px;
}

.slider_container{
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
  width:640px;
}
.slider_container .flex-direction-nav li{
	list-style: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	right: -40px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.slider_container .flex-direction-nav li:first-child{
	right: auto;
	left: -40px;
}
.slider_container:hover .flex-direction-nav li {
	right: 0;
}
.slider_container:hover .flex-direction-nav li:first-child {
	left: 0;
}
.slider_container .flex-direction-nav a{
	position: absolute;
	width: 40px;
	top: 0;
	bottom: 0;
	font-size: 0;
	line-height: 0;
}
.slider_container .flex-direction-nav a:after{
	display: block;
	position: absolute;
	content: "";
	width: 16px;
	height: 26px;
	background: url(http://statfa.net/landing/flatx/html-template/images/slider_controls.png) 0 bottom no-repeat;
	top: 50%;
	margin-top: -13px;
	left: 12px;
}
.slider_container .flex-direction-nav a.flex-next:after{
	left: auto;
	right: 12px;
	background-position: right bottom;
}
.slider_container .flex-direction-nav a:hover{
	background: transparent;
}
.slider_container .flex-direction-nav a:hover:after {
	background-position: 0 0;
}
.slider_container .flex-direction-nav a.flex-next{
	right: 0;
	left: auto;
}
.slider_container .flex-direction-nav a.flex-next:hover:after {
	background-position: right 0;
}
.slider_container ul.slides li {
	list-style: none;
	display: none;
}
.slider_container ul.slides{
	height: auto;
	overflow: hidden;
	margin: 0;
  padding:0;
}
.slider_container .flex-direction-nav {
	margin: 0;
}
/*===================================================================================*/
/*  PROJECT FILLER                                                                   */
/*===================================================================================*/

#portfolio-filter{
    margin: 0px 0 30px;
}

.portfolio-filter-list {
	padding:0;
    margin: 0;
    overflow: hidden;
}

.portfolio-filter-list li {
    text-transform: uppercase;
    margin: 5px;
    display: inline-block;
}

.portfolio-filter-list a {
    color: #000000;
    font-size: 11px;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.1em;
    font-weight: 300;
    text-decoration: none !important;
    border: 1px solid #1e1e1e;
   	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
   	border-radius: 4px;
}

.portfolio-filter-list a:hover {
    border: 1px solid #ec681d;
    background-color: #ec681d;
    color:#ffffff;
    opacity: 1;
}

.portfolio-filter-list a.active {
    border: 1px solid #ec681d;
    background-color: #ec681d;
    color:#ffffff;
}

/*===================================================================================*/
/*  PROJECT ITEMS                                                                    */
/*===================================================================================*/

.portfolio-items {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.portfolio-items article {
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
}

.portfolio-items article *
{
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.portfolio-items article img
{
    width: 100%;
}

.portfolio-items article:hover img
{

    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.portfolio-items article .overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    color: #ffffff;
    top:0;
    left:0;
    opacity: 0;
    text-align: center;
    padding: 50px 10px;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}

.portfolio-items article .overlay i{
    font-size: 40px;
}

.portfolio-items article .overlay h3
{
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color:#ffffff;
}

.portfolio-items article .overlay h3:after
{
    border-bottom: 1px solid #ec681d;
    content: ' ';
    width: 180px;
    display: block;
    margin: 10px auto;
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
}

.portfolio-items article:hover .overlay
{
    opacity: 0.85;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-items article .overlay span
{
    font-size: 11px;
    font-family:Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

/*===================================================================================*/
/*  ISOTOPE                                                                          */
/*===================================================================================*/

.isotope-hidden.isotope-item{
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item{
    z-index: 2;

    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
        -ms-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
        -ms-transition-property: height, width;
         -o-transition-property: height, width;
            transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: top, left, opacity;
         -o-transition-property: top, left, opacity;
            transition-property: transform, opacity;
}


/* Registo Form /////////////////////////////////////////////////////////////////// */


form ul.registo {
    clear: both;
    display: inline;
    height: 40px;
    width: 100%;
	margin:0;
	padding:0;
}


form ul li.registo {
    clear: both;
    display: inline;
    height: 40px;
    width: 100%;
}

form ul li.registo input, select {
    border: 0 none;
    clear: both;
    color: #666666;
    display: block;
    font-family: 'lato';
    font-size: 16px;
    font-weight: 400;
    height: 52px;
    padding-left: 10px;
    width: 100%;
}

button, select {
    font-size: 17px;
    margin-top: 20px;
    padding: 12px;
    text-transform: none;
}

form ul li.registo input.submit-login {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #1B1F23;
    border-radius: 3px;
    color: #1B1F23;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom: 35px;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

form ul li.registo input.submit-login:hover {
    background: #1B1F23;
    color: #fff;
	transition:all 0.7s ease 0s;
		-moz-transition:all 0.7s ease 0s; /* Firefox 4 */
			-webkit-transition:all 0.7s ease 0s; /* Safari and Chrome */
				-o-transition:all 0.7s ease 0s; /* Opera */
}

.inline_content h2 {
	margin-top:0;

}

p.registo-ok {
    color: #ec681d;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    left: 50px;
    margin-right: 23px;
    position: absolute;
    text-transform: uppercase;
    top: -29px;
}


section.produtos p.pedido-enviado {
	border: medium none;
    color: #EC681D;
    display: inline;
    float: left;
    font-size: 39px;
    font-weight: normal;
    line-height: 44px;
    margin: 53px;
    padding: 0;
    text-transform: uppercase;
    width: 400px;
}

section.produtos img.valido {	
	position:absolute;
	right: 0;
    top: 40px; 
	background:none;
	width:158px;
	height:166px;
	
}


form ul li.registo label {
    float: left;
    font-size: 15px;
    font-weight: 500;
    left: 0;
    margin-top: 6px;
    text-align: left;
    text-transform: lowercase;
}


form ul li.quantidade label {
    clear: both;
    float: left;
    font-size: 20px;
    margin-top: 20px;
    position: relative;
    text-transform: none;
}

form ul li.quantidade select {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 35px;
    font-weight: normal;
    height: 73px;
    margin-bottom: 20px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: 150px;
}

form ul li.quantidade .select-arrow {
	clear: left;
    display: inline;
    float: left;
    font-size: 26px;
    height: 66px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 126px;

}
