/*
Template Name: Garden
Description: Responsive Parallax One Page Template
Author: OneStar
Author URI: http://themeforest.net/user/OneStar
Version: 1.0
*/

/* General */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/1ImRNPx4870-D9a1EBUdPBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: local('Raleway Heavy'), local('Raleway-Heavy'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/PKCRbVvRfd5n7BTjtGiFZBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/b9QBgL0iMZfDSpmcXcE8nNeiznanRB67rGZDYkMvKPc.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/b9QBgL0iMZfDSpmcXcE8nCSLrGe-fkSRw2DeVgOoWcQ.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/mg0cGfGRUERshzBlvqxeAO6J62hFWZVScRuaNBOo_rA.woff) format('woff');
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 200;
	font-size: 16px;
	line-height:20px;
	color: #7a7a7a;
	background-color: #ffffff;
	overflow-x:hidden;
}
::selection {
	background: #00628d;
	color:#fff;
}
::-moz-selection {
	background: #00628d; /* Firefox */
	color: #ffffff;
}
img {
	max-width: 100%;
}
a:link {
	color: #00628d;
	text-decoration: none;
}
a:hover {
	color:#00628d;
}
a:visited {
	color: #00628d;
	text-decoration: none;
}
.right {
	float:right;
}
.left {
	float:left;
}
.box-shadow {
	position:absolute;
	z-index:0;
	left:0;
	right:0;
	top:0;
	bottom:0px;
	box-shadow: 0 0 60px rgba(0,0,0, 0.3) inset;
	-webkit-box-shadow: 0 0 60px rgba(0,0,0, 0.3) inset;
	-moz-box-shadow: 0 0 60px rgba(0,0,0, 0.3) inset;
}
.overflow-hidden {overflow-x:hidden;}

/* Navigation */
.menu {
	position: relative;
	top: 0px;
	width: 100%;
	height: 76px;
	background: url(../images/menu-background.png) repeat left top;
	z-index: 9999;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.171);
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.171);
	-moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.171);
}
.sep-shadow {
	background:url(../images/sep-shadow.png) no-repeat center bottom;
	padding-top: 3px;
}
#logo {
	margin-bottom: 0;
	margin-left: -5px;
}
#nav {
	text-align: right;
}
.navigation {
	float: right;
	list-style: none;
	margin: 0;
}
ul.navigation {
	margin: 0;
	padding: 0;
}
.navigation li {
	float: left;
	text-align: left;
	padding: 28px 35px;
	margin-left: 0;
	text-transform: uppercase;
	background: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #003e5c;
	text-shadow: 1px 1px 0 #DDD;
	transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
}
.navigation li:first-child {
	margin-left: 0;
}
.navigation li:hover,
.navigation .active {
	cursor: pointer;
	background: #00628d;
	color: #fff;
	text-shadow: 1px 1px 0 #002f45;
}

/* General Slides */ 
.slide {
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
}


/* Heading */
h1 {
	float: left;
	margin: 0 13px 30px 0;
	padding: 0 19px 0 0;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
	background: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 76px;
	line-height: 65px;
	color: #3e3e3e;
	font-weight: 700;
}

/* Heading Arrow */
.heading-arrow {
	float: right;
	margin: 0 0px 10px 20px;
	padding: 0 7px 0 0;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
	background: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	line-height: 62px;
	color: #3e3e3e;
	font-weight: 700;
}
.heading-description {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	line-height: 18px;
	font-style: italic;
	color: #6b6b6b;
	padding-top: 13px;
}

h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 17px;
	font-style: normal;
	line-height: 19px;
	color: #343434;
}

h4 {
	margin: 0;
	/*padding: 15px 0 5px 0;*/
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
	color: #343434;
}
h5 {
	margin: 0;
	padding: 0 0 17px 0;
	text-transform: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #343434;
}

/* Slide 1 Start */
.overlay-background {
	background: url(../images/overlay-background.png) repeat left top;
	position: relative;
	top: 0;
	bottom: -57px;
	height: 100%;
	z-index: 999 !important;
}
.home-padding {
	/*padding: 151px 0 151px 0;*/
	/*padding: 170px 0 170px 0;*/
	/*padding: 100px 0 240px 0;*/
	padding: 100px 0 200px 0;
}
.home-text {
	display: inline-block;
	padding: 0 12px 28px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 33px;
	color: #003e5c;
	text-shadow: 1px 1px 0px #B8D8E7;
}
#slide1{
	background: url(../images/home-background.jpg);
	background-size: cover !important;
	width: 100%;
	z-index: 15000;
	text-align: center;
}
#slide1 h1 {
	float: none;
	border-right: none;
	margin: 0;
	padding: 0 0 27px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 160px;
	line-height: 85px;
	color: #ffffff;
	font-weight: 900;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.21);
}
#slide1 h2 {
	margin: 0;
	padding: 0 0 99px 0;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	line-height: 33px;
	color: #ffffff;
	font-weight: 500;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.21);
}
#slide1 .button-bottom {
	display: inline-block;
	margin: 0 10px;
	z-index: 10000;
}
#slide1 .button {
	position: relative;
	z-index: 10;
	display: inline-block;
	cursor: pointer;
	margin: 6px;
	padding: 16px 33px 16px 33px;
	border: none;
	text-transform: uppercase;
	background: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	line-height: 19px;
	font-weight: 400;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#slide1 .button span  {
	position: absolute;
	top: 0%;
	right: 0%;
	background: url(../images/button-bottom.png) no-repeat right;
	background-position: 0 -60px;
	width: 60px;
	height: 60px;
	border: 3px solid #003e5c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#slide1 .button:hover span {
	background-position: 0 0;
	border: 3px solid #ecf0f1;
}
/* Slide 1 End */

/* Border */
.left-border {
	display: inline-block;
	padding-bottom: 7px;
	background: url(../images/left-border.png) no-repeat;
	height: 2px;
	width: 140px;
}
.right-border {
	display: inline-block;
	padding-bottom: 7px;
	background: url(../images/right-border.png) no-repeat;
	height: 2px;
	width: 140px;
}

/* Button to Top */
.block-button-top {
	display: inline-block;
	margin: 0 10px;
	z-index: 10000;
}
.button-top {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	border: none;
	text-transform: uppercase;
	background: url(../images/button-top.png) no-repeat right;
	background-position: 0 0;
	width: 60px;
	height: 60px;
	border: 3px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	margin-bottom: -27px;
}
.button-top:hover {
	background-position: 0 -60px;
	border: 3px solid #ecf0f1;
}

/* Slide 2 Start */
#slide2 {
	background: #fbfbfb;
	padding: 106px 0 69px;
	background-image: url(../images/bg-fundo.jpg);
	background-size: cover !important;
	width: 100%;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
	#slide2 {
		background-image: url(../images/bg-fundo-mobile.jpg);
	}
}
@media screen and (max-width: 766px) {
	#slide2 {
		background-image: none;
		background: #fbfbfb;
	}
}
.quemsomos h2 {
	text-align: center;
	padding-bottom: -15px;
	font-size: 20px;
    line-height: 22px;
}
.quemsomos p {
	font-size: 18px;
	text-align: center;
}

/* Skills */
#skills p {
	padding: 0 0 3px 0;
	font-weight: 400;
	line-height: 20px;
	color: #808080;
}

/* Animated Progress Bar */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* Progress Bar */
.progress {
  overflow: hidden;
  height: 28px;
  margin-bottom: 16px;
  background-color: #f9f9f9;
  -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.bar b {
	color: #ffffff;
	line-height: 27px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  float: left;
  font-size: 12px;
  text-align: center;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #00628d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 29px 29px;
  -moz-background-size: 29px 29px;
  -o-background-size: 29px 29px;
  background-size: 29px 29px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* About */
ul.about-list {
	margin: 4px 0 0 0;
	padding: 0;
}
.about-list li {
	background: url(../images/about-list.png) no-repeat left top;
	padding-left: 23px;
	margin-bottom: 13px;
	color: #a9a9a9;
}
/* Slide 2 End */

/* Slide 3 Start */
#slide3 {
	background-image: url(../images/slide3-background.jpg);
	background-size: cover !important;
	width: 100%;
	text-align: center;
}
#slide3 p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #E7E7E7;
	line-height: 26px;
	font-weight: 400;
	text-transform:uppercase;
	width: 100%;
}
#slide3 h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 69px;
	color: #E7E7E7;
	line-height: 80px;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	border-right: none;
}
.padding-slide3 {
	padding: 169px 0 139px;
}
/* Slide 3 End */ 

/* Slide 4 Start */ 
#slide4 {
	background: #ffffff;
	background-image: url(../images/bg-fundo.jpg);
	background-size: cover !important;
	width: 100%;
	text-align: center;
}

/* Services Block */
a.services-block {
	display: block;
	position: relative;
	text-align: center;
	color: #747474;
	font-size: 16px;
	line-height: 20px !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 200;
}
.services-block p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #003e5c;
	padding-top: 10px;
	transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	font-weight: 400;
}
.services-block:hover p {
	color: #00628d;
}
a.services-block .minify-text {
	text-align: justify !important;
}
.icon {
	position: relative;
	z-index: 10;
	top: 0;
	left: 50%;
	margin-left: -35px;
	width: 102px;
	height: 76px;
}
.services-block .full-text {
	display: none;
}
/* Font Awesome Icon */
.fontawesome-icon.large.circle,
.fontawesome-icon.large.circle-deg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	font-size: 30px;
	padding: 20px;
	color: #ffffff;
	background: #003e5c;
}
.services-block .fontawesome-icon.large.circle {
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
    opacity: 1;
}
.services-block:hover .fontawesome-icon.large.circle {
	transform: rotate(720deg) scale(0);
    opacity: 0;
}
.services-block .fontawesome-icon.large.circle-deg {
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transform: rotate(720deg) scale(0);
    opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	font-size: 30px;
	padding: 20px;
	color: #ffffff;
	background: #00628d;
}
.services-block:hover .fontawesome-icon.large.circle-deg {
	transform: rotate(720deg) scale(1);
    opacity: 1;
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
/* Slide 4 End */

/* Slide 5 Start */ 
#slide5{
	background-image: url(../images/slide5-background.jpg);
	background-size: cover !important;
	width: 100%;
	height: auto;
	text-align: center;
}
#slide5 p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #bdc3c7;
	line-height: 18px;
	font-weight: 400;
	text-transform:uppercase;
	width: 100%;
}
#slide5 h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 69px;
	color: #bdc3c7;
	line-height: 80px;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	border-right: none;
}
.padding-slide5 {
	padding: 169px 0 139px;
}
/* Slide 5 End */

/* Slide 6 Start */
#slide6 {
	background: #fbfbfb;
	background-image: url(../images/bg-fundo.jpg);
	background-size: cover !important;
	width: 100%;
	text-align: center;
	padding: 106px 0 69px;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
	#slide6 {
		background-image: url(../images/bg-fundo-mobile.jpg);
	}
}
@media screen and (max-width: 766px) {
	#slide6 {
		background-image: none;
		background: #fbfbfb;
	}
}

/* Project */
.projects-list {
	text-align: center;
	margin-right: -20px !important;
	width: 100%;
}
.image-hover {
	overflow: hidden;
	position: relative;
	width: 315px;
	height: 203px;
	background: #ffffff;
	border: 1px solid #f5f5f5;
	padding: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.image-block {
	display: inline-block;
	margin: 0 8px 8px 0;
}
.zoom, .link {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 220px;
	border: 2px solid #ffffff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.zoom {
	left: 106px;
	background-image: url(../images/zoom.png);
	background-position: 0 0;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.link {
	right: 20px;
	background-image: url(../images/link.png);
	background-position: 0 0;
	z-index: 999;
	transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}
.zoom:hover, .link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 999;
	background-color: #00628d;
}
.zoom a, .link a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}
.image-hover:hover .zoom,
.image-hover:hover .link {
	top: 148px;
}
.item-description {
	position: absolute;
	top: -275px;
	left: 0;
	right: 0;
	height: 240px;
	background: #000000;
	opacity: 0.8;
	text-align: center;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.image-hover:hover .item-description {
	top: 0;
}
.item-description p {
	padding: 20px 20px 20px 20px;
	margin: 0;
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	font-weight: 200;
	border-bottom: 1px dotted #ffffff;
	width: 60%;
	margin: 0px auto;
	margin-bottom: 15px;
}
/* Filter */
#filters {
	margin: 20px;
	margin-top: 0px;
	text-align: center;
}
#filters li {
	display: inline-block;
	position: relative;
}
#filters li a {
	display: block;
	position: relative;
	z-index: 10;
	margin: 0 6px 10px 0;
	padding: 3px 15px;
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
#filters a {
	color: #444444;
}
#filters li a span {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#filters li a:hover span,
#filters li a.selected span {
	width: 100%;
	background: #00628d;
}

/* Isotope */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element {
  overflow: hidden;
  position: relative;
}
.element img {}
/* Slide 6 End */

/* Slide 7 Start */
#slide7{
	background: #ffffff;
	padding: 106px 0 69px;
	background-image: url(../images/bg-fundo.jpg);
	background-size: cover !important;
	width: 100%;
}
#slide7 p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #bdc3c7;
	line-height: 18px;
	font-weight: 400;
	text-transform:uppercase;
	width: 100%;
}
#slide7 h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 69px;
	color: #bdc3c7;
	line-height: 80px;
	font-weight: 400;
	text-transform:uppercase;
	width: 100%;
	text-align: center;
	border-right: none;
}
.padding-slide7 {
	padding: 169px 0 139px;
}
/* Slide 7 End */

/* Slide 8 Start */
#slide8 {
	background: #fbfbfb;
	padding: 106px 0 69px;
	background-image: url(../images/bg-fundo.jpg);
	background-size: cover !important;
	width: 100%;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
	#slide8 {
		background-image: url(../images/bg-fundo-mobile.jpg);
	}
}
@media screen and (max-width: 766px) {
	#slide8 {
		background-image: none;
		background: #fbfbfb;
	}
}

/* Contact Form */
::-webkit-input-placeholder { 
	opacity:1 !important;
	color: #929292 !important;
}
:-moz-placeholder {
	opacity:1 !important;
	color: #929292 !important;
}
::-moz-placeholder {
	opacity:1 !important;
	color: #929292 !important;
}
:-ms-input-placeholder {
	opacity:1 !important;
	color: #929292 !important;
}
.contact-form input[type="text"],
.contact-form textarea {
	width: 93%;
	margin: 22px 0 0 0;
	padding: 17px 10px 17px 21px;
	background: #ffffff;
	font-size: 16px;
	line-height: 21px;
	border: 1px solid #e3e3e3;
	color: #929292;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 200;
}
.contact-form input[type="text"]:first-child {
	margin-top: 0;
}
.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
	border:1px solid #00628d;
}
.contact-form textarea {
	resize: none;
	margin-top: 0;
	height: auto;
    min-height: 178px;
}
.contact-button {
	border: none;
	text-transform: uppercase;
	margin: 0 4px 10px 0;
	padding: 12px 25px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-align: center;
	vertical-align: middle;
	background: #00628d;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.contact-button:hover {
	background: #003e5c;
}
/* Slide 8 End */

/* Footer Start */
#footer {
	background: url(../images/menu-background.png) repeat left top;
	padding: 10px 0 10px;
	height: 54px;
}
.copyright {
	float: left;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color: #003e5c;
	line-height: 48px;
	font-size: 16px;
	margin-top: 7px;
}

/* Back Top */
#button-top-footer {
	float: right;
}
#button-top-footer a.button {
	cursor: pointer;
	position: relative;
	z-index: 300;
	display: block;
	margin: 0;
	width: 40px;
	height: 40px;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background: url(../images/button-top-footer.png) no-repeat top right;
	text-transform: uppercase;
	font-weight: 400;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	margin-top: 7px;
}
#button-top-footer a.button:hover {
	text-decoration: none;
	border: 2px solid #00628d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background-position: 0px -40px;
	margin-top: 7px;
}
/* Footer End */

.boxtab {
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
}
.box-tab-wrap {
	background-color: #ebebeb;
	border-top: 10px solid #7a7a7a;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	height: auto;
}
.boxtab div[class^=tab-] {
	display: none;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

.boxtab div[class^=tab-] h2 {
	font-size: 72px;
	line-height: 78px;
	margin: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.boxtab div[class^=tab-] p {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}
.boxtab .controls {
	display: block;
	width: 100%;
	position: relative;
	top: 60px;
	margin-top: -40px;
}
.boxtab .control-close {
	display: block;
	width: 100%;
	position: relative;
	top: -40px;
	margin-bottom: 10px;
}
.boxtab .control-close a {
	width: 60px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -60px;
}
.boxtab .controls .nav a, .boxtab .control-close a {
	display: inline-block;
	z-index: 999;
	background-color: #00628d;
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.boxtab .controls .nav a.prev {
	float: left;
}
.boxtab .controls .nav a.next {
	float: right;
}

@media only screen and (max-width: 1024px) {
	.boxtab .controls {
		display: none;
	}
}

/*** CUSTOM ***/

.text-center {
	text-align: center;
}

/*** FOOTER ***/

@media screen and (max-width : 479px) {
	.copyright {
		font-size: 14px;
		line-height: 24px;
		width: 240px;
	}
}

/*** FOOTER END ***/

/*** MAPA ***/

.map {
	line-height: 0;
}

/*** MAPA END ***/

/*** CUSTOM END ***/