@font-face
{
  font-family: 'Oswald';
  src: url('../font/Oswald-Regular.ttf');
}
@font-face
{
  font-family: 'Oswald Light';
  src: url('../font/Oswald-Light.ttf');
}
@font-face
{
  font-family: 'BebasNeueRegular';
  font-style: normal;
  font-weight: normal;
  src: url('../font/BebasNeue-webfont.eot');
  src: url('../font/BebasNeue-webfont.eot@#iefix') format('embedded-opentype'), url('../font/BebasNeue-webfont.woff') format('woff'), url('../font/BebasNeue-webfont.ttf') format('truetype'), url('../font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
}
html
{
  font-size: 100%;
  ms-text-size-adjust: 100%;
  overflow-y: scroll;
  webkit-text-size-adjust: 100%;
}
body
{
  background-color: #ffffff;
  color: #343434;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  webkit-font-smoothing: antialiased;
  webkit-text-size-adjust: 100%;
}
body #load
{
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 1001;
}
body #qLpercentage
{
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 60px !important;
  line-height: 1;
}
.clear{
  clear: both;
}

@media screen and (max-width: 992px) {
	.main-menu {
		/* min-height: 203px; */
		/* max-height: 203px; */
	}
}

@media (max-width: 767px)
{
  body
  {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.page-wrapper
{
  background: none;
  position: relative;
}
.services-page
{
  padding-bottom: 0;
}
.services-page .fullwidth.grey
{
  margin-bottom: 0;
  padding-bottom: 50px;
}
.portfolio-page
{
  padding-bottom: 0;
}
.fullwidth
{
  padding: 50px 20px;
}
.fullwidth.grey
{
  background-color: #f8f8f8;
}
.fullwidth.first
{
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* Angelo */

.texto-destaque {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  background-color: #000;
  padding: 20px 0;
}
	.texto-destaque h2.menor {
		width: 70%;
		color: #fff;
		font-size: 23px;
		text-align: center;
		font-weight: 400;
	}


/* Angelo */


.fullwidth.last
{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 767px)
{
  .fullwidth
  {
    padding: 50px 20px 20px 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6
{
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}
h1
{
  font-size: 50px;
  margin-bottom: 0px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767px)
{
  h1
  {
    font-size: 54px;
  }
}
h2
{
  color: #000;
  font-size: 44px;
  position: relative;
}
h2.menor
{
  color: #000;
  font: 20px 'Oswald';
  font-size: 20px;
  line-height: 22px;
  margin: auto;
  text-align: justify;
  text-transform: normal !important;
  width: 80%;
}
h2.titleh2
{
  color: #000;
  font: 900 20px 'Oswald Light';
  font-size: 27px !important;
  line-height: 22px;
  text-transform: normal !important;
  width: 100%;
}



.ph2
{
  font: 900 18px 'Oswald Light';
  margin: auto;
  width: 95%;
}
h3
{
  font-size: 30px;
}
h4
{
  font-size: 22px;
}
h4.center
{
  text-align: center;
}

/* Angelo */
h4.descr {
	font-size: 20px;
}

.center {
	text-align: center;
}

.btn-contato, .btn-contato:hover, .btn-contato:focus {
	position: relative;
	top: 40px;
	padding: 20px;
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-family: Oswald;
	background-color: #000;
	text-decoration: none;
}
/* Angelo */


h5
{
  font-size: 20px;
}
h6
{
  font-size: 18px;
}
::-moz-selection,
::selection
{
  background: #992720;
  color: white;
}
a:hover
{
  color: #992720;
}
blockquote
{
  border-color: #FFD600;
  font-family: "Oswald", Times, serif;
  font-style: italic;
  font-weight: normal;
}
blockquote p
{
  margin-bottom: 10px;
}
.highlight
{
  color: #992720;
}
.title
{
  text-align: center;
}
.title h1
{
  background: #000;
  color: #B7DD60;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 20px;

}


@media only screen and (max-width: 767px)
{
  .title h1
  {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px)
{
  .title h2
  {
    font-size: 24px;
    line-height: 1;
  }
}
nav
{
  background: #000;
  border: none;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  background-image: url('images/header_bg.png');
  background-size: 100%;
  background-position: center;
  o-transition: all 0.3s ease-out;
  position: relative;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
  width: 100%;
  z-index: 1000;
}
nav.is-sticky
{
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
}

@media (max-width: 767px)
{
  .main-menu .nav
  {
    display: none;
  }
}
.main-menu .navbar-inner
{
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  filter: none;
  float: right;
  margin-top: 16px;
}
@media (max-width: 767px)
{
  .main-menu .navbar-inner
  {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.main-menu .brand
{
  padding: 30px 15px 30px 30px;
}
@media (max-width: 479px)
{
  .main-menu .brand
  {
    display: none;
  }
}
.main-menu .brand:hover
{
  moz-transition: color 0.5s;
  ms-transition: color 0.5s;
  o-transition: color 0.5s;
  transition: color 0.5s;
  webkit-transition: color 0.5s;
}
.main-menu .brand,
.main-menu .navbar .nav > li > a
{
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
}
.main-menu .navbar .nav > li > a
{
  padding: 30px 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.main-menu .navbar .nav > li > a:hover
{
  color: #992720;
  moz-transition: 992720 0.5s;
  ms-transition: color 0.5s;
  o-transition: color 0.5s;
  transition: color 0.5s;
  webkit-transition: color 0.5s;
}
.main-menu .navbar .nav > li > a.active
{
  color: #EEE;
}
.res-menu
{
  display: none;
}
.logo_innsite
{
  float: right;
  margin-left: -30px !important;
  text-align: right;
}
@media (min-width: 480px) and (max-width: 767px)
{
  .res-menu
  {
    background-color: #eeeeee;
    border: none;
    border-top: solid 1px #e6e6e6;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 25px;
    width: 220px;
  }
  .res-menu option
  {
    background-color: #ffffff;
  }
  .mobile_end
  {
    margin-bottom: 40px;
  }
  .logo_innsite
  {
    float: none;
    margin-left: 5px !important;
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 479px)
{
  .res-menu
  {
    background-color: #eeeeee;
    border: none;
    border-top: solid 1px #e6e6e6;
    display: block;
    margin-top: 25px;
    width: 100%;
  }
  .res-menu option
  {
    background-color: #ffffff;
  }
  .mobile_end
  {
    margin-bottom: 40px;
  }
  .logo_innsite
  {
    float: none;
    margin-left: 5px !important;
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }
}
#home
{
  color: #010101;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.main-menu .navbar .nav > li > a {
    color: #fff;
    text-shadow: 0px 2px 2px #484848;
}
.navbar .brand{
  color: #fff;
  cursor: default;
}
.main-menu .navbar .nav > li > a:hover {
    color: #808080;
}
.home{
  width: 60%;
  margin: 0 auto;
  margin-top: 120px;
  text-align: justify;
  color: #000;
  font: 900 20px 'Oswald Light';
  font-size: 20px;
  line-height: 22px;
}

.intro-wrapper
{
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  background: #fff;
}
.intro-logo
{
  margin: 30px 0 100px;
  position: relative;
  text-align: center;
  width: 100%;
}
.intro-logo a
{
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 0px;
  padding: 25px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.logo{
  float: left;
  width: 30%;
  margin-left: 44px;
  margin-top: 13px;
}
.logo img{
  width: 518px;
  max-width: 80%;
  position: relative;
}
ul.bxslider{
  margin: 0;
}
.intro-logo a:hover
{
  background-color: rgba(0,0,0,0.8);
  color: #000000;
}
.intro-slide .intro-slide-content
{
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 0px;
  padding: 55px 10px 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.intro-parallax
{
  background: url('../img/banner_teste.png') fixed;
  background-color: #992720;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 130% 130%;
}
.sticky-wrapper{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.start-btn
{
  color: #ffffff;
  display: none !important;
  font-size: 50px;
  margin-top: 60px !important;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
}
.start-btn:hover
{
  color: #992720;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  text-decoration: none;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
}
.start-btn:focus,
.start-btn:active
{
  color: #ffffff;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  text-decoration: none;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
}
.parallax
{
  background: #f8f8f8;
  color: #ffffff;
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.parallax .container
{
  display: table;
}
.parallax .parallax-inner,
.parallax .overlay
{
  height: 400px;
}
.parallax-inner
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.overlay
{
  background: url('../img/overlay.png');
  position: absolute;
  width: 100%;
}
.parallax-bg
{
  background-attachment: fixed;
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  width: 100%;
}

.our-skills .progress
{
  background-clip: padding-box;
  background-color: #999999;
  background-image: none;
  border-radius: 0;
  filter: none;
  height: 30px;
  moz-background-clip: padding;
  moz-border-radius: 0;
  position: relative;
  webkit-background-clip: padding-box;
  webkit-border-radius: 0;
}
.our-skills .progress .bar
{
  background-color: #992720;
  background-image: none;
  filter: none;
}
.our-skills .progress .progress-title
{
  color: #ffffff;
  left: 10px;
  position: absolute;
  top: 5px;
}
.our-skills .progress .progress-value
{
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 5px;
}
@media (min-width: 480px) and (max-width: 767px)
{
  .members
  {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 350px;
  }
}
.member-info .thumbnail
{
  background-clip: padding-box;
  border: none;
  border-radius: 3px;
  moz-background-clip: padding;
  moz-border-radius: 3px;
  overflow: hidden;
  padding: 0;
  webkit-background-clip: padding-box;
  webkit-border-radius: 3px;
}
.member-info .thumbnail .caption
{
  background-color: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
}
.member-info .overlay-content
{
  bottom: 0%;
  filter: alpha(opacity = 0);
  left: 5%;
  moz-transition: all 0.3s ease-out;
  ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  ms-transition: all 0.3s ease-out;
  opacity: 0;
  o-transition: all 0.3s ease-out;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
  width: 90%;
  z-index: 2;
}
.member-info .overlay-content h4
{
  color: #ffffff;
}
.member-info .thumbnail:hover .caption
{
  background-color: #992720;
  color: #ffffff;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
}
.member-info .thumbnail:hover .overlay-content
{
  bottom: 30%;
  filter: alpha(opacity = 100);
  ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
}
.member-info .view-profile
{
  background: #992720;
  color: #ffffff !important;
  font-family: 'Oswald', sans-serif;
  font-size: 31px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
p.quote
{
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0 3%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 200;
}
@media (min-width: 768px) and (max-width: 979px)
{
  p.quote
  {
    font-size: 44px;
  }
  .intro-parallax
  {
    background-size: 200% 130%;
  }
}
@media (max-width: 767px)
{
  p.quote
  {
    font-size: 33px;
  }
  .intro-parallax
  {
    background-size: 200% 130%;
  }
}
@media (max-width: 480px)
{
  p.quote
  {
    font-size: 24px;
  }
  .intro-parallax
  {
    background-size: 200% 130%;
  }
}
p.quote i
{
  color: #992720;
  display: inline-table;
  font-size: 25px;
  margin: 0 5px;
  vertical-align: top;
}
p.quote:before
{
  color: #992720;
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 30px;
  left: 0;
  position: absolute;
  top: 0;
}
p.quote:after
{
  color: #992720;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 480px) and (max-width: 767px)
{
  .services-row .container
  {
    width: 350px;
  }
}
.service-features
{
  text-align: center;
}
@media (max-width: 767px)
{
  .service-features
  {
    margin-bottom: 20px;
  }
}
.service-features h3
{
  margin-bottom: 4px;
  padding-top: 20px;
}
.service-features .service-icon
{
  background: #992720;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 70px;
  height: auto;
  margin: 15px auto;
  padding: 25px 20px;
  text-align: center;
  width: 80px;
}
.service-features .img-container
{
  background: #992720;
  border-radius: 3px;
  margin: 0 auto;
  padding: 25px 45px;
  position: relative;
  width: 140px;
}
.service-features .img-container:after
{
  border: 15px solid #992720;
  border-bottom: 0px solid transparent !important;
  border-left: 20px solid transparent !important;
  border-right: 20px solid transparent !important;
  bottom: -15px;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 0;
}
.service-box
{
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 3px;
  margin: 0 0 0px 0;
  moz-background-clip: padding;
  moz-border-radius: 3px;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-out;
  webkit-background-clip: padding-box;
  webkit-border-radius: 3px;
  webkit-transition: all 0.3s ease-out;
}
@media (max-width: 767px)
{
  .service-box
  {
    margin-bottom: 20px;
  }
}
.service-box .service-icon
{
  background: #992720;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 70px;
  height: auto;
  margin: 15px auto;
  padding: 25px 20px;
  text-align: center;
  width: 80px;
}
.service-box:hover
{
  background: #992720;
  border: 1px solid transparent;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.service-box:hover .service-icon
{
  background: #ffffff;
  color: #992720;
}
.testimonial-slider
{
  margin: 0 auto !important;
  position: relative;
  width: 77%;
}
.testimonial-slider .flex-direction-nav li a
{
  background-color: #992720;
  background-size: 28px;
  border-radius: 50%;
  bottom: -40px;
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  text-indent: -9999px;
  top: auto;
  width: 40px;
}
.testimonial-slider .flex-direction-nav li .flex-prev
{
  background-color: #992720;
  background-color: rgba(255, 213, 0, 0.8);
  background-image: url('../img/arrow_left.png');
  background-position: center center;
  background-repeat: no-repeat;
  left: 45%;
}
@media (min-width: 768px) and (max-width: 979px)
{
  .testimonial-slider .flex-direction-nav li .flex-prev
  {
    left: 40%;
  }
}
@media (max-width: 767px)
{
  .testimonial-slider .flex-direction-nav li .flex-prev
  {
    left: 30%;
  }
}
@media (max-width: 479px)
{
  .testimonial-slider .flex-direction-nav li .flex-prev
  {
    left: 20%;
  }
}
.testimonial-slider .flex-direction-nav li .flex-next
{
  background-color: #992720;
  background-color: rgba(255, 213, 0, 0.8);
  background-image: url('../img/arrow_right.png');
  background-position: center center;
  background-repeat: no-repeat;
  left: auto;
  right: 45%;
}
@media (min-width: 768px) and (max-width: 979px)
{
  .testimonial-slider .flex-direction-nav li .flex-next
  {
    right: 40%;
  }
}
@media (max-width: 767px)
{
  .testimonial-slider .flex-direction-nav li .flex-next
  {
    right: 30%;
  }
}
@media (max-width: 479px)
{
  .testimonial-slider .flex-direction-nav li .flex-next
  {
    right: 20%;
  }
}
.testimonial-slider .flex-direction-nav li .disabled
{
  filter: alpha(opacity = 40);
  ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  opacity: 0.4;
}
.testimonial-slider .testimonial-slide .client-testimonial
{
  color: #ffffff;
  font-size: 16px;
  margin: 5px auto 10px;
  padding: 15px;
}
.testimonial-slider .client-info
{
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-post
{
  margin-bottom: 60px;
}
.blog-post .row-fluid .post-wrapper
{
  position: relative;
}
@media (min-width: 1200px)
{
}
@media (max-width: 979px)
{
  .blog-post .row-fluid .post-wrapper
  {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.blog-post .row-fluid .post-meta-wrapper
{
  background-clip: padding-box;
  border: solid 1px #000000;
  border-radius: 3px;
  moz-background-clip: padding;
  moz-border-radius: 3px;
  padding: 5px;
  webkit-background-clip: padding-box;
  webkit-border-radius: 3px;
}
.blog-post .post-media
{
  margin-bottom: 10px;
}
.blog-post .post-title
{
  margin-top: 0;
}
.blog-post .post-title a
{
  color: #000000;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  text-decoration: none;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
}
.blog-post .post-title a:hover
{
  color: #992720;
}
.blog-post .post-content
{
  margin-bottom: 10px;
}
.blog-post .post-meta-before
{
  margin-bottom: 10px;
  margin-left: 0;
}
.blog-post .post-meta-before li
{
  float: left;
  font-size: 11px;
  line-height: 15px !important;
  list-style: none;
  margin: 0 10px 5px 0;
  padding-left: 20px;
}
@media (max-width: 979px)
{
  .blog-post .post-meta-before li
  {
    float: left;
    margin: 0 10px 5px 0;
  }
}
.blog-post .post-meta-before li [class^="icon-"],
.blog-post .post-meta-before li [class*=" icon-"],
.blog-post .post-meta-before li [class^="iconic-"],
.blog-post .post-meta-before li [class*=" iconic-"]
{
  color: #333333;
  display: block;
  float: left;
  margin-left: -20px;
  text-align: center;
  width: 20px;
}
.blog-post .post-meta-before li [class^="icon-"]:before,
.blog-post .post-meta-before li [class*=" icon-"]:before,
.blog-post .post-meta-before li [class^="iconic-"]:before,
.blog-post .post-meta-before li [class*=" iconic-"]:before
{
  vertical-align: top;
}

.icon_none_style, .icon_none_style:hover, .icon_none_style:focus  {
  color: #343434;
  text-decoration: none;
}

.blog-post .post-meta-before a
{
  color: #333333;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  text-decoration: none;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
}
.blog-post .post-meta-before a:hover
{
  color: #ff6633;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
}
.blog-post .read-more
{
  background-clip: padding-box;
  background-color: #000000;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  moz-background-clip: padding;
  moz-border-radius: 3px;
  webkit-background-clip: padding-box;
  webkit-border-radius: 3px;
}
.blog-post .read-more:hover
{
  background-color: #992720;
  border: none;
  color: #ffffff;
}
.view-all
{
  background-color: #992720;
  color: #ffffff;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 13px 20px 10px 20px;
  text-transform: uppercase;
}
.view-all:hover
{
  background-color: #000000;
  color: #ffffff;
}
.media a,
.thumbnail,
.thumbnail .image
{
  position: relative;
}
.media .frame-overlay,
.thumbnail .frame-overlay,
.portfolio article .frame-overlay
{
  background-color: #000000;
  filter: alpha(opacity = 0);
  height: 100%;
  left: 0;
  moz-transition: all 0.3s ease-out;
  ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  ms-transition: all 0.3s ease-out;
  opacity: 0;
  o-transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
  width: 100%;
}
.media a:hover .frame-overlay,
.thumbnail:hover .frame-overlay,
.portfolio article:hover .frame-overlay
{
  filter: alpha(opacity = 50);
  moz-transition: 0.4s;
  ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  ms-transition: 0.4s;
  opacity: 0.5;
  o-transition: 0.4s;
  transition: 0.4s;
  webkit-transition: 0.4s;
}
#filtrable
{
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 16px;
  margin-bottom: -5px;
  margin-left: 0;
  margin-top: -5px;
  text-align: center;
  text-transform: uppercase;
}
#filtrable li
{
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
}
#filtrable a
{
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  padding: 5px 10px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
}
#filtrable a:hover
{
  background-color: #ffce00;
  color: #ffffff;
}
#filtrable .current a
{
  background-color: #992720;
  color: #ffffff;
}
.ico-block
{
  bottom: 40px;
  display: block;
  left: auto;
  position: absolute;
  right: auto;
  width: 100%;
}
.ico-link,
.ico-zoom
{
  background-color: #ffffff;
  filter: alpha(opacity = 50);
  height: 20px;
  left: 50%;
  moz-transition: all 0.3s ease-out;
  ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  ms-transition: all 0.3s ease-out;
  opacity: 0.5;
  o-transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
  width: 20px;
}
.ico-link:hover,
.ico-zoom:hover
{
  filter: alpha(opacity = 100);
  ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
}
.ico-link span,
.ico-zoom span
{
  display: block;
  height: 34px;
  left: -7px;
  position: absolute;
  top: -7px;
  width: 34px;
}
.ico-zoom
{
  margin-left: -34px;
}
.ico-zoom span
{
  background: url('../img/icon_zoom.png') no-repeat 0 0;
}
.ico-link
{
  margin-left: 17px;
}
.ico-link span
{
  background: url('../img/icon_link.png') no-repeat 0 0;
}
.portfolio
{
  background-color: #992720;
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100.1%;
}
.portfolio article
{
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 19.99%;
}
@media (max-width: 979px)
{
  .portfolio article
  {
    width: 33.33%;
  }
}
@media (max-width: 767px)
{
  .portfolio article
  {
    width: 49.9%;
  }
}
@media (max-width: 479px)
{
  .portfolio article
  {
    width: 99.9%;
  }
}
.portfolio .thumbnail
{
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  cursor: default;
  margin: 0;
  moz-background-clip: padding;
  moz-border-radius: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  webkit-background-clip: padding-box;
  webkit-border-radius: 0;
}
.portfolio .thumbnail img
{
  moz-transition: all 0.2s linear;
  ms-transition: all 0.2s linear;
  o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  webkit-transition: all 0.2s linear;
}
.portfolio .thumbnail .caption
{
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.portfolio .thumbnail .title
{
  bottom: 50%;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.portfolio .thumbnail .title a
{
  text-decoration: none;
}
.portfolio .thumbnail .tag
{
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.portfolio .thumbnail .caption,
.portfolio .thumbnail .title,
.portfolio .thumbnail .tag,
.portfolio .thumbnail .ico-block
{
  filter: alpha(opacity = 0);
  ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
}
.portfolio .thumbnail .caption
{
  background-color: #992720;
  background-color: #ffd500;
  moz-transition: all 0.4s ease-in-out;
  ms-transition: all 0.4s ease-in-out;
  o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  webkit-transition: all 0.4s ease-in-out;
}
.portfolio .thumbnail .title
{
  moz-transform: translateY(-100px);
  moz-transition: all 0.2s ease-in-out;
  ms-transform: translateY(-100px);
  ms-transition: all 0.2s ease-in-out;
  o-transform: translateY(-100px);
  o-transition: all 0.2s ease-in-out;
  transform: translateY(-100px);
  transition: all 0.2s ease-in-out;
  webkit-transform: translateY(-100px);
  webkit-transition: all 0.2s ease-in-out;
}
.portfolio .thumbnail .title a
{
  color: #ffffff;
  font-weight: 600;
}
.portfolio .thumbnail .title a:hover
{
  color: #ffffff;
}
.portfolio .thumbnail .tag
{
  color: #ffffff;
  moz-transform: translateY(50px);
  moz-transition: all 0.2s linear;
  ms-transform: translateY(50px);
  ms-transition: all 0.2s linear;
  o-transform: translateY(50px);
  o-transition: all 0.2s linear;
  transform: translateY(50px);
  transition: all 0.2s linear;
  webkit-transform: translateY(50px);
  webkit-transition: all 0.2s linear;
}
.portfolio .thumbnail .ico-block
{
  moz-transform: translateY(50px);
  moz-transition: all 0.2s ease-in-out;
  ms-transform: translateY(50px);
  ms-transition: all 0.2s ease-in-out;
  o-transform: translateY(50px);
  o-transition: all 0.2s ease-in-out;
  transform: translateY(50px);
  transition: all 0.2s ease-in-out;
  webkit-transform: translateY(50px);
  webkit-transition: all 0.2s ease-in-out;
}
.portfolio .thumbnail.hover .title,
.portfolio .thumbnail.hover .tag,
.portfolio .thumbnail.hover .caption,
.portfolio .thumbnail.hover .ico-block
{
  filter: alpha(opacity = 100);
  ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
}
.portfolio .thumbnail.hover .title,
.portfolio .thumbnail.hover .tag,
.portfolio .thumbnail.hover .ico-block
{
  moz-transform: translateY(0px);
  ms-transform: translateY(0px);
  o-transform: translateY(0px);
  transform: translateY(0px);
  webkit-transform: translateY(0px);
}
.portfolio .thumbnail.hover img
{
  moz-transform: scale(1.1, 1.1);
  ms-transform: scale(1.1, 1.1);
  o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  webkit-transform: scale(1.1, 1.1);
}
.portfolio .thumbnail.hover .tag
{
  moz-transition-delay: 0.1s;
  ms-transition-delay: 0.1s;
  o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  webkit-transition-delay: 0.1s;
}
.portfolio .thumbnail.hover .ico-block
{
  moz-transition-delay: 0.4s;
  ms-transition-delay: 0.4s;
  o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  webkit-transition-delay: 0.4s;
}
.portfolio,
.portfolio article
{
  moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  webkit-transition-duration: 0.8s;
}
.portfolio
{
  moz-transition-property: height, width;
  ms-transition-property: height, width;
  o-transition-property: height, width;
  transition-property: height, width;
  webkit-transition-property: height, width;
}
.portfolio article
{
  moz-transition-property: -moz-transform, opacity;
  ms-transition-property: -ms-transform, opacity;
  o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
  webkit-transition-property: -webkit-transform, opacity;
}
.portfolio.no-transition,
.portfolio.no-transition article,
.portfolio article.no-transition
{
  moz-transition-duration: 0s;
  transition-duration: 0s;
  webkit-transition-duration: 0s;
}
#contact
{
  padding-bottom: 0;
}
.gmap
{
  line-height: 0;
  max-width: 100%;
}
.copyright
{
  background: #000;
  font-size: 11px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
.copyright a
{
  color: #ffffff;
}
.copyright a:hover
{
  text-decoration: underline;
}
#af-form
{
  margin-bottom: 30px;
}
#af-form textarea,
#af-form input[type="text"]
{
  background-color: #fbfbfb !important;
  border-color: #eeeeee !important;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
  height: auto;
  moz-box-shadow: none;
  moz-box-sizing: border-box;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  webkit-box-shadow: none;
  webkit-box-sizing: border-box;
  webkit-transition: all 0.3s ease-out;
}
#af-form textarea:hover,
#af-form input[type="text"]:hover,
#af-form textarea:focus,
#af-form input[type="text"]:focus
{
  background-color: #fff !important;
  border-color: #777 !important;
  color: #222222;
}
#af-form textarea
{
  height: 160px !important;
  overflow: auto;
  resize: none;
}
#af-form input.error,
#af-form textarea.error
{
  border: 1px solid #e81123;
}
#af-form .af-outer
{
  margin-bottom: 0;
}
#af-form .form-button
{
  background-color: #575757;
  color: #ffffff;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 13px 50px 10px 50px;
  text-transform: uppercase;
}
#af-form .form-button:hover
{
  background-color: #000000;
}
label.error,
label.ferror
{
  color: #e81123;
  font-size: 13px;
  margin-bottom: 15px;
  padding-left: 16px;
}
.social-icon
{
  background-clip: padding-box;
  background-color: #ffffff !important;
  border-radius: 2px;
  display: inline-block;
  height: 40px;
  margin: 0 5px 5px 0;
  moz-background-clip: padding;
  moz-border-radius: 2px;
  overflow: hidden;
  webkit-background-clip: padding-box;
  webkit-border-radius: 2px;
  width: 40px;
}
.social-icon a
{
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 40px;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  text-indent: -9999px;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
  width: 40px;
}
.social-icon a:hover
{
  background-color: #555555;
  background-position: 0px -40px !important;
}
.social-icons ul
{
  float: right;
  list-style: none;
  margin: 0 0 -1px 0;
}
.social-icons ul li
{
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.social-icons ul li a
{
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  text-indent: -9999px;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
  width: 40px;
}
.social-icons a:hover
{
  background-color: #cccccc;
  background-position: 0px -40px !important;
  opacity: 1;
}
.social-email a
{
  background: url(../img/social/email.png) no-repeat 0 0;
}
.social-email a:hover
{
  background-color: #666666;
}
.social-aim a
{
  background: url(../img/social/aim.png) no-repeat 0 0;
}
.social-aim a:hover
{
  background-color: #e95a00;
}
.social-apple a
{
  background: url(../img/social/apple.png) no-repeat 0 0;
}
.social-apple a:hover
{
  background-color: #606060;
}
.social-behance a
{
  background: url(../img/social/behance.png) no-repeat 0 0;
}
.social-behance a:hover
{
  background-color: #18a3fe;
}
.social-blogger a
{
  background: url(../img/social/blogger.png) no-repeat 0 0;
}
.social-blogger a:hover
{
  background-color: #fb913f;
}
.social-cargo a
{
  background: url(../img/social/cargo.png) no-repeat 0 0;
}
.social-cargo a:hover
{
  background-color: #00c462;
}
.social-delicious a
{
  background: url(../img/social/delicious.png) no-repeat 0 0;
}
.social-delicious a:hover
{
  background-color: #3274d1;
}
.social-deviantart a
{
  background: url(../img/social/deviantart.png) no-repeat 0 0;
}
.social-deviantart a:hover
{
  background-color: #d0de21;
}
.social-digg a
{
  background: url(../img/social/digg.png) no-repeat 0 0;
}
.social-digg a:hover
{
  background-color: #2882c6;
}
.social-dopplr a
{
  background: url(../img/social/dopplr.png) no-repeat 0 0;
}
.social-dopplr a:hover
{
  background-color: #99cc66;
}
.social-dribbble a
{
  background: url(../img/social/dribbble.png) no-repeat 0 0;
}
.social-dribbble a:hover
{
  background-color: #ef5b92;
}
.social-ember a
{
  background: url(../img/social/ember.png) no-repeat 0 0;
}
.social-ember a:hover
{
  background-color: #fb9d00;
}
.social-evernote a
{
  background: url(../img/social/evernote.png) no-repeat 0 0;
}
.social-evernote a:hover
{
  background-color: #77ba2f;
}
.social-facebook a
{
  background: url(../img/social/facebook.png) no-repeat 0 0;
}
.social-facebook a:hover
{
  background-color: #3b5998;
}
.social-flickr a
{
  background: url(../img/social/flickr.png) no-repeat 0 0;
}
.social-flickr a:hover
{
  background-color: #f1628b;
}
.social-forrst a
{
  background: url(../img/social/forrst.png) no-repeat 0 0;
}
.social-forrst a:hover
{
  background-color: #5b9a68;
}
.social-github a
{
  background: url(../img/social/github.png) no-repeat 0 0;
}
.social-github a:hover
{
  background-color: #7292a2;
}
.social-google a
{
  background: url(../img/social/google.png) no-repeat 0 0;
}
.social-google a:hover
{
  background-color: #dd4b39;
}
.social-googleplus a
{
  background: url(../img/social/googleplus.png) no-repeat 0 0;
}
.social-googleplus a:hover
{
  background-color: #d94a39;
}
.social-gowalla a
{
  background: url(../img/social/gowalla.png) no-repeat 0 0;
}
.social-gowalla a:hover
{
  background-color: #ff920d;
}
.social-grooveshark a
{
  background: url(../img/social/grooveshark.png) no-repeat 0 0;
}
.social-grooveshark a:hover
{
  background-color: #f88e00;
}
.social-html5 a
{
  background: url(../img/social/html5.png) no-repeat 0 0;
}
.social-html5 a:hover
{
  background-color: #f3642c;
}
.social-icloud a
{
  background: url(../img/social/icloud.png) no-repeat 0 0;
}
.social-icloud a:hover
{
  background-color: #fb913f;
}
.social-lastfm a
{
  background: url(../img/social/lastfm.png) no-repeat 0 0;
}
.social-lastfm a:hover
{
  background-color: #d21309;
}
.social-linkedin a
{
  background: url(../img/social/linkedin.png) no-repeat 0 0;
}
.social-linkedin a:hover
{
  background-color: #71b2d0;
}
.social-metacafe a
{
  background: url(../img/social/metacafe.png) no-repeat 0 0;
}
.social-metacafe a:hover
{
  background-color: #ef4035;
}
.social-mixx a
{
  background: url(../img/social/mixx.png) no-repeat 0 0;
}
.social-mixx a:hover
{
  background-color: #d80330;
}
.social-myspace a
{
  background: url(../img/social/myspace.png) no-repeat 0 0;
}
.social-myspace a:hover
{
  background-color: #003398;
}
.social-netvibes a
{
  background: url(../img/social/netvibes.png) no-repeat 0 0;
}
.social-netvibes a:hover
{
  background-color: #629e61;
}
.social-newsvine a
{
  background: url(../img/social/newsvine.png) no-repeat 0 0;
}
.social-newsvine a:hover
{
  background-color: #5b965a;
}
.social-orkut a
{
  background: url(../img/social/orkut.png) no-repeat 0 0;
}
.social-orkut a:hover
{
  background-color: #ed2590;
}
.social-paypal a
{
  background: url(../img/social/paypal.png) no-repeat 0 0;
}
.social-paypal a:hover
{
  background-color: #32689a;
}
.social-picasa a
{
  background: url(../img/social/picasa.png) no-repeat 0 0;
}
.social-picasa a:hover
{
  background-color: #444;
}
.social-pinterest a
{
  background: url(../img/social/pinterest.png) no-repeat 0 0;
}
.social-pinterest a:hover
{
  background-color: #cb2027;
}
.social-plurk a
{
  background: url(../img/social/plurk.png) no-repeat 0 0;
}
.social-plurk a:hover
{
  background-color: #f35b36;
}
.social-posterous a
{
  background: url(../img/social/posterous.png) no-repeat 0 0;
}
.social-posterous a:hover
{
  background-color: #f9d560;
}
.social-reddit a
{
  background: url(../img/social/reddit.png) no-repeat 0 0;
}
.social-reddit a:hover
{
  background-color: #cde2f9;
}
.social-rss a
{
  background: url(../img/social/rss.png) no-repeat 0 0;
}
.social-rss a:hover
{
  background-color: #fe9900;
}
.social-skype a
{
  background: url(../img/social/skype.png) no-repeat 0 0;
}
.social-skype a:hover
{
  background-color: #18b7f1;
}
.social-stumbleupon a
{
  background: url(../img/social/stumbleupon.png) no-repeat 0 0;
}
.social-stumbleupon a:hover
{
  background-color: #eb4924;
}
.social-technorati a
{
  background: url(../img/social/technorati.png) no-repeat 0 0;
}
.social-technorati a:hover
{
  background-color: #7ac84f;
}
.social-tumblr a
{
  background: url(../img/social/tumblr.png) no-repeat 0 0;
}
.social-tumblr a:hover
{
  background-color: #3a5976;
}
.social-twitter a
{
  background: url(../img/social/twitter.png) no-repeat 0 0;
}
.social-twitter a:hover
{
  background-color: #48c4d2;
}
.social-vimeo a
{
  background: url(../img/social/vimeo.png) no-repeat 0 0;
}
.social-vimeo a:hover
{
  background-color: #62a0ad;
}
.social-wordpress a
{
  background: url(../img/social/wordpress.png) no-repeat 0 0;
}
.social-wordpress a:hover
{
  background-color: #464646;
}
.social-yahoo a
{
  background: url(../img/social/yahoo.png) no-repeat 0 0;
}
.social-yahoo a:hover
{
  background-color: #ab64bc;
}
.social-yelp a
{
  background: url(../img/social/yelp.png) no-repeat 0 0;
}
.social-yelp a:hover
{
  background-color: #c41200;
}
.social-youtube a
{
  background: url(../img/social/youtube.png) no-repeat 0 0;
}
.social-youtube a:hover
{
  background-color: #f45750;
}
.social-zerply a
{
  background: url(../img/social/zerply.png) no-repeat 0 0;
}
.social-zerply a:hover
{
  background-color: #8db259;
}
.social-zootool a
{
  background: url(../img/social/zootool.png) no-repeat 0 0;
}
.social-zootool a:hover
{
  background-color: #262626;
}
.video
{
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video iframe,
.video object,
.video embed
{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
img
{
  ms-interpolation-mode: bicubic;
}
.btn
{
  background-clip: padding-box;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  filter: none;
  moz-background-clip: padding;
  moz-border-radius: 3px;
  moz-box-shadow: none;
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  text-shadow: none;
  transition: all 0.3s ease-out;
  webkit-background-clip: padding-box;
  webkit-border-radius: 3px;
  webkit-box-shadow: none;
  webkit-transition: all 0.3s ease-out;
}
.btn:hover
{
  moz-transition: all 0.3s ease-out;
  ms-transition: all 0.3s ease-out;
  o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  webkit-transition: all 0.3s ease-out;
}
a,
a:active,
a:focus,
input,
input:active,
input:focus,
select,
select:active,
select:focus
{
  outline: 0 !important;
}
.rodape_txt
{
  color: #FFF !important;
  font: 300 17px 'Oswald Light';
}
.w50
{
  width: 60% !important;
}
.mtop50
{
  margin-top: 50px;
}

.banner{
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

.member-info .thumbnail:hover .caption{
  background-color: #575757;
}

.member-info .view-profile{
  background-color: #575757;
}



@media screen and (max-width: 900px){
  .logo{
    float: none;
    width: 100%;
    margin-top: 0;
    padding-top: 15px;
    margin-left: 0;
    text-align: center;
  }

  .main-menu .navbar-inner{
    float: none;
    margin-top: 0;
  }

  .banner{
    margin-top: 0px;
    margin-left: 0px;
  }

  .w50{
    width: 100% !important;
  }

  .rodape_txt{
    text-align: center !important;
  }

}

.lista-frota{
  margin: auto; width: 90%; text-align: center;
}