/*
Theme Name: Scent
Description: Model Agency WordPress Theme
Author: Coffeecream
Theme URI: http://themeforest.net/user/Coffeecream/portfolio
Author URI: http://themeforest.net/user/Coffeecream
Version: 2.5
License: GNU General Public License
*/

/* GLOBAL STYLES
==================================================================*/

body {
	overflow-x: hidden;
}

.layout-boxed > .navbar,
.layout-boxed > section,
.layout-boxed > footer {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

h4 { margin: 20px 0; }

p {
	margin: 0 0 1em;
}

.wpb_text_column { margin:0 !important}
.wpb_row { margin-bottom:1px !important}

h3{
  color: #ED1F28;
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 29px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left:40px;
  background: url('img/arrows-sprite.png') no-repeat 0 0;
  margin:30px 0 10px !important;
  }

a:hover, a:active, a:focus {
  outline: none;
}

/*a,
button,
.navbar,
.models li a img {
	transition: color .5s ease, background .5s ease;
	-moz-transition: color .5s ease, background .5s ease;
	-webkit-transition: color .5s ease, background .5s ease;
	-o-transition: color .5s ease, background .5s ease;
}*/
aside i {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

a:hover {
	text-decoration: none;
}

blockquote {
	border: 0;
	color: #fff;
	font-family: 'PT Serif', serif;
	font-size: 18px;
	font-style: italic;
	padding: 0 20px 10px;
}

blockquote small {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	margin-top: 10px;
}

section,
footer {
	background: #181818;
	position: relative;
	z-index: 100;
}

section {
	padding: 0 0 0px;
	overflow: hidden;
}


.grayscale, .grayscale img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: grayscale(100%);
}

.caret { margin-bottom: 2px; }

.clear {
	clear: both;
	display: table;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.row {
	position: relative;
}

.wpcf7-form .ajax-loader {
	display: none;
}

.post-password-form label {
	float: left;
}
.post-password-form .form-control {
	float: left;
}
.post-password-form input[type="submit"] {
	margin: 22px 0 0 5px;
	float: left;
}

.divider {
	border-bottom: 1px solid #333;
	color: #807154;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 1.5em;
}

.divider i {
	position: relative;
	top: 0.5em;
}

.parallax, .image-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;	
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.parallax {
	height: 200%;
}
.image-bg {
	background-size: cover;	
}

.vc-carousel-slideline img { max-width: 100%; }

.wp-video, .wp-video-shortcode, .mejs-poster.mejs-layer {
	width: 100% !important;
}
video {
	max-width: 100%;
	width: 100%;
}

.mejs-poster.mejs-layer {
	background-size: cover;
}
section.page > video {
bottom: 0;
position: absolute;
pointer-events: none;
right: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background-size: cover;
max-width: none;
}

.page-title {
	margin: 25px 0;
	
	text-align:;
	text-transform: uppercase;
	position: relative;
}
.page-title h2 {
	font-size:30px;
	
	color: #000;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 10px;
  border-bottom: 2px solid #ED1F28;
}
.page-title h4 {
	margin: 0;
}
.page-title a[rel="prev"],
.page-title a[rel="next"] {
	position: absolute;
	font-size: 30px;
	padding: 5px 10px 5px 0;
	left: 0;
	top: 50%;
	margin-top: -55px;
}
.page-title a[rel="prev"] {
	left: auto;
	right: 0;
	padding: 5px 0 5px 10px;
}

section.page > .container {
	z-index: 6;
	position: relative;
}
.page.fullscreen > .container,
.vc_responsive .wpb_row .vc_span12,
.page.fullscreen .wpb_column.vc_column_container {
	position: static !important;
}

.testimonials-carousel {
	text-align: center;
	margin-bottom: 30px;
}
.testimonials-carousel blockquote {
	margin-bottom: 0;
}

.testimonials-grid .item {
	margin-bottom: 30px;
	text-align: center;
}

.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor, .aligncenter {}

section#content > .tint, section#page > .tint { z-index: -1; }


/* TOP NAV
==================================================================*/

.navbar {
	background: #ebebeb !important;
	border: none;
	padding-bottom: 0px;
}
body.hide-nav.page-template-page-home-php .navbar {
}
.admin-bar .navbar-fixed-top {
	top: 32px;
}

.navbar-brand {
	height: auto;
	padding: 10px 15px;
}
@media (max-width: 767px) { .navbar-brand img{ width:250px;} }

.navbar a {
	text-shadow: none !important;
}

.navbar-nav .active > a {
	color: #5e5e5e;
}

.blog-nav {
	top: 0 !important;
}

.navbar-nav > li > a {
	padding:0 30px;
	line-height: 200px;
	height:120px;
	color:#5e5e5e;
	text-transform: uppercase;
	border-right: solid 1px #dbdbdb;
	border-left: solid 1px #fff;
	margin-right:-1px;
	margin-left:-1px;
	font-size: 14px;
}
.navbar-nav > li a:hover {color:#fff; }
.navbar-nav > li:hover {
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-nav > li.current_page_parent > a { color:#ed1f28}


.quemsomos{background: url('img/quem-somos.png') no-repeat; background-position: center; }
.quemsomos:hover{background: #ed1f28 url('img/quem-somos-hover.png') no-repeat; background-position: center; }
.servicos2{background: url('img/planos.png') no-repeat; background-position: center; }
.servicos2:hover{background: #ED1F28 url('img/planos-hover.png') no-repeat; background-position: center; }
.clientes{background: url('img/clientes.png') no-repeat; background-position: center; }
.clientes:hover{background: #ED1F28 url('img/clientes-hover.png') no-repeat; background-position: center; }
.blog{background: url('img/blog.png') no-repeat; background-position: center; }
.blog:hover{background: #ED1F28 url('img/blog-hover.png') no-repeat; background-position: center; }
.contato{background: url('img/contact.png') no-repeat; background-position: center; }
.contato:hover{background: #ED1F28 url('img/contact-hover.png') no-repeat; background-position: center; }

@media (max-width: 767px) {
.quemsomos{background: none; }.quemsomos:hover{background: none }
.servicos2{background: none; }.servicos2:hover{background: none; }
.clientes{background: none; }.clientes:hover{background: none; }
.blog{background: none; }.blog:hover{background: none; }
.contato{background: none; }.contato:hover{background: none; }
}

/* BANNER
==================================================================*/

.fs-slider {
	height: 100% !important;
	width: 100% !important;
	position: absolute !important;
	left: 0;
	top: 0;
}
.slides-navigation,
.slides-pagination {
	z-index: 5;
	font-size: 40px;
}
.slides-navigation a {
	margin: -20px 30px 0;
}
.slides-pagination a {
	border-color: #fff;
}
.slides-pagination a.current {
	background: #fff;
}

.singleslide {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.tint {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}

.welcome {
	color: #fff;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.welcome img {
	max-width: 90%;
	display: block;
	margin: 15px auto;
}

.welcome h1 {
	line-height: 1em;
	margin: 0;
	font-size: 160px;
}

.welcome span {
	display: block;
	font-size: 30px;
	line-height: 1em;
	margin: 0;
}

.welcome h3 {
	line-height: 1em;
	margin: 0;
}

.welcome a {
	letter-spacing: 10px;
	margin-top: 30px;
	padding: 10px 20px 10px 30px;
}

/* BUTTONS
==================================================================*/

.btn-default {
	border: 1px solid #807154;
	letter-spacing: 0.2em;
	padding: 0.7em 1.3em 0.7em 1.5em;
	text-shadow: none;
}

.btn-default:hover,
.btn-default.active {
	border: 1px solid #af0b12 !important;
	background:#ed1f28;
	color:#fff
}

.btn-primary {
	font-weight: bold;
	padding: 0.7em 1.5em;
	background:#ed1f28 !important;
}
.btn-primary:hover { background-position: 0 0; background:#666 !important }

/* ABOUT US
==================================================================*/

.staff-carousel, .staff-grid {
	margin: 30px 0;
	text-align: center;
}
.staff-grid {
	margin-bottom: 0;
	display: table;
	width: 100%;
}

.staff-carousel .item > div {
	margin: 0 30px;
	position: relative;
}

.staff-grid .item {
	margin-bottom: 30px;
}

.staff-carousel img {
	width: 100%;
}

.staff-carousel h5 {
	font-family: "PT Sans", Arial, sans-serif;
	margin: 20px 0 0;
	text-transform: uppercase;
}

.staff-photo {
	position: relative;
}
.staff-carousel .staff-photo:after {
	background: url('img/mask.png');
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.staff-photo img {
	margin: 0 auto;
	display: block;
}

img.mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* Tabs */

.wpb_content_element .wpb_tabs_nav {
	border-bottom: #333 1px solid;
	text-align: center;
}

.wpb_tour .wpb_tabs_nav {
	border: none;
}
body .wpb_tour .wpb_tour_tabs_wrapper li a,
body .wpb_tour .wpb_tour_tabs_wrapper li.ui-tabs-active a {
	border: #333 1px solid !important;
	text-align: left;
	margin-bottom: 2px !important;
}

body .wpb_tabs .wpb_tabs_nav li {
	float: none;
	display: inline-block;
	margin-right: 2px;
}

body .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	border: #333 1px solid;
	border-bottom-color: #181818;
	margin-bottom: -1px;
}

body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
body .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,
body .wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
body .wpb_content_element .wpb_tabs_nav li:hover,
body .wpb_content_element .wpb_tabs_nav li {
	background: none;
}
body .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 30px;
}
body .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
body .wpb_content_element .wpb_accordion_header a {
	padding: 10px 15px;
}

body .flexslider {
	padding: 0;
	border: none;
	border-radius: 0;
}

/* Accordion */

body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	border: #333 1px solid;
	padding: 9px 15px 11px;
}

body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding: 15px;
	border: #333 1px solid;	
}

body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	margin: 5px 0 -1px;
}

body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .ui-accordion-header-icon {
	display: none;
}

/* Separator */

body .vc_separator .vc_sep_holder .vc_sep_line {
	border-color: #333;
}

body .vc_separator h4 {
	font-size: 21px;
}

/* Call to action */

body .wpb_call_to_action,
body .vc_call_to_action {
	background: none;
	border-color: #333;
}

/* Statistics */

body .vc_progress_bar .vc_single_bar {
	background: #333;
	border-radius: 0;
}

body .vc_progress_bar .vc_single_bar .vc_bar {
	border-radius: 0;
}

body .vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_back {
	border-color: #333;
}

/* Maps */

body .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}

.vc-carousel {
	width: 100% !important;
}
.vc-carousel .vc-inner {
	text-align: center;
}
body .vc-carousel-indicators {
	bottom: -40px;
}
body .wpb_images_carousel {
	margin-bottom: 60px;
}

body .vc_btn_white {
	background: none;
	box-shadow: none;
	color: #fff !important;
	border: #807154 1px solid;
}
body .vc_btn_white:hover {
	background: none;
	color: #fff !important;
}

.page-links, .wp-caption-text { margin: 20px 0; }


/* MODELS
==================================================================*/

.filter-menu {
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}

.filter-menu li {
	margin: 5px !important;
}

.models {
	list-style: none;
	margin: 0 0 30px;
	text-align: center;
	padding: 0;
	font-size: 0;
}

.models li {
	display: none;
	opacity: 0;
	overflow: hidden;
	padding: 0;
}
.models.columns-6 li {
	width: 16.3%;
}
.models.columns-4 li {
	width: 24.5%;
}
.models.columns-2 li {
	width: 49.5%;
}

.models li a {
	cursor: url(img/cursor.gif), pointer;
	background: #807154;
	display: block;
	margin: 1px;
}

.models li a img {
	width: 100%;
}

.models li a:hover img {
	opacity: 0.2;
}

.profile {
	list-style: none;
	margin: 0;
	padding: 0;
}

.large-thumbnail img {
	width: 100%;
}

.profile {
	margin-bottom: 30px;
}
.profile li,
.gallery li {
	margin: 0 0 5px;
	padding: 0;
}

.profile strong {
	color: #fff;
	font-weight: normal;
}

.single-model .gallery {
	list-style: none;
	margin-top: 35px;
}

.gallery {
	display: table;
	width: 100%;
}

.gallery-item {
	float: left;
	text-align: center;
}
.gallery-caption {
	margin-top: 5px;
}

.single-model .gallery-item {
	background: #807154;
	margin: 0 3% 3% 0;
	width: 30%;
}

.gallery-columns-3 .gallery-item {
	margin: 0 3% 3% 0;
	width: 30%;	
}

.gallery-columns-4 .gallery-item {
	margin: 0 2% 2% 0;
	width: 23%;	
}

.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1) {
	clear: left;
}

.single-model .gallery-item a img {
	width: 100%;
}

.single-model .gallery-item a:hover img {
	opacity: 0.2;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
}

/* BLOG
==================================================================*/

.blog-carousel h3 {
	font-family: "PT Sans", sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	text-transform: uppercase;
}

.entry-meta {
	color: #888 !important;
	margin-bottom: 1em;
}

.entry-content img, .entry-content figure, .entry-content iframe {
	max-width: 100%;
	height: auto;
}

.blog-carousel .entry-content, .post-grid .entry-content {
	margin-bottom: 1em;
}

.comment-list {
	margin-bottom: 35px;
}

.entry-comments,
.entry-categories,
.entry-tags {
	border-left: 1px solid #333;
	margin-left: 10px;
	padding-left: 10px;
}
.comment-content {
	padding: 0;
}
.comment-content > *:last-child {
	margin-bottom: 0;
}

.form-allowed-tags,
.comment-notes {
	display: none;
}

ul.children {
	padding-left: 110px;
}

.post-thumb {
	margin-bottom: 20px;
}
.post-thumb > img {
	width: 100%;
	height: auto;
}

.post-grid .blog-item {
	margin-bottom: 50px;
}

.post.sticky .entry-title:after {
	content: "\f08d";
	font-family: "FontAwesome";
	float: right;
	margin-right: 10px;
}

.format-audio .post-thumb img {
	margin-bottom: -30px;
}

#blog aside h5 {
	color: #807154;
}

.paging {
	list-style: none;
	margin: 0;
	padding: 27px 0 0 0;
}

.widget ul a, .recentcomments {
	border-top: 1px solid #222;
	color: #ccc;
	display: block;
	padding: 10px 40px 10px 20px;
	position: relative;
}

.widget ul a:hover {
	color: #fff;
	background: #111;
}

.widget ul a i, .recentcomments i {
	right: 20px;
	position: absolute;
	top: 12px;
}

.widget ul a:hover i, .recentcomments:hover i {
	right: 10px;
}

.widget img { max-width: 100%; height: auto; }
.widget select { width: 100%; }

.tagcloud a { font-size: 13px !important; margin-right: 10px; }

.widget .recentcomments a {
	border: none;
}

/* calendar */

.widget_calendar table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
.widget_calendar td, .widget_calendar th, .widget_calendar caption {
	border: #333 1px solid;
	padding: 3px 0 4px;
}
.widget_calendar caption {
	border-bottom: none;
}
.widget_calendar th {
	text-align: center;
}

.entry-title {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}

h1.entry-title, h2.entry-title {
  color: #000;
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 29px;
  padding:0 0 10px 40px;
  background: url('img/arrows-sprite.png') no-repeat 0 0;
  margin:30px 0 10px;
  border-bottom: 2px solid #ed1f28;
}
h2.entry-title {
	border-bottom: none;
	padding:0 0 0 40px;
}

.linha { border-bottom: 2px solid #ed1f28; padding:-20px 0 20px;}
a.imgposts img { width: 100%; height:100%}

.post-more {
	margin: 13px 0 20px;
	clear: both;
}
.post-more p{ text-align:right}

img.pull-left,
.alignleft {
	margin: 5px 20px 0 0;
	float: left;
}

img.pull-right,
.alignright {
	margin: 5px 0 0 20px;
	float: right;
}

.comments {
	margin-top: 30px;
}

.media {
	border-top: 1px solid #333;
	margin-top: 30px !important;
	padding-top: 30px;
}

.media-heading small {
	color: #807154;
}

#blog form {
	margin-top: 30px;
}

code {
	background: none;
	white-space: normal;
}

.welcome-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

/* Widgets
==================================================================*/

.widget > h5 {
  font-weight: bold;
  background: #ED1F28;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-family:inherit;
  font-size:14px;
  margin-left:-15px; 
  margin-right:-15.3px; 
  margin-top:0;
  margin-bottom:15px;
}
.widget li {
	list-style-type: none;
}
.widget ul {
	padding: 0;
	  margin-bottom: 0px;
}


/* PRICE TABLES
==================================================================*/

.prices > div {
	padding: 0;
}

.price-table {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	list-style: none;
	margin: 80px 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.price-table p {
	display: none;
}

.price-table.active {
	margin: 40px 0;
	z-index: 2;
}

.prices > div:first-child .price-table {
	margin-left: 30px;
}

.prices > div:last-child .price-table {
	margin-right: 30px;
}

.price-table li {
	border-bottom: 1px solid #ddd;
	padding: 10px 30px;
	list-style-type: none;
}

.price-table ul {
	padding: 0;
}

li.price-list {
	padding: 0;
	border: none;
}

.price-table .price-title {
	background: #807154;
	border-bottom: 1px solid #73654b;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 15px 30px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	text-transform: uppercase;
}

.price-table.active .price-title {
	padding: 20px 30px;
}

.price-table .price-title span {
	color: #181818;
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.price-table .price-number {
	background: #6d6148;
	border-top: 1px solid #8d7f65;
	color: #fff;
	font-family: "Oranienbaum", Georgia, "Times New Roman";
	font-size: 80px;
	line-height: 1em;
	padding: 15px 30px;
	text-transform: uppercase;
}

.price-table.active .price-number {
	padding: 30px;
}

.price-table .price-number span {
	display: block;
	font-family: "PT Sans", Arial;
	font-size: 13px;
	line-height: 1em;
}

.price-table .price-button {
	padding: 15px 30px;
}

.price-table.active .price-button {
	padding: 30px;
}

/* CONTACT
==================================================================*/

.social-icons a {
	background: #807154;
	border-radius: 50%;
	display: inline-block;
	font-size: 30px;
	height: 70px;
	line-height: 70px;
	margin: 10px;
	width: 70px;
}

.social-icons a:hover {
	background: #fff;
	color: #807154;
}

form .row {
	margin-bottom: 30px;
}

.form-control {
	height: auto;
	padding: 12px;
}


/* PORTFOLIO
==================================================================*/

.portfolio .mix .image-container {
	padding: 0;
	margin: 0 3px;
	position: relative;
}

.c-post .item { text-align: center; }
.c-post h4 { margin: 0; }
.c-post .meta { margin: 4px 0 15px; }
.c-post .meta a { color: inherit; }

.c-portfolio { padding-top: 10px; }

.c-portfolio .item, .c-post .item {
	margin: 0 10px;
	position: relative;
}

.c-portfolio .item img { width: 100%; }

.image-container { position: relative; }
.c-post .image-container { margin-bottom: 18px; }

.c-portfolio .item .hover,
.c-post .item .hover,
.portfolio .mix .image-container .hover {
	background: rgba(128,113,84,.7);
	color: #fff;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;

	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.c-portfolio .item:hover .hover,
.c-post .item:hover .hover,
.portfolio .image-container:hover .hover {
	opacity: 1;
}

.hover-icons {
	list-style: none;
	margin: -35px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}
.c-post .hover-icons {
	margin-top: -10px;
}

.hover-icons span {
	border: 0 !important;
	display: inline-block !important;
	padding: 0 !important;
	position: relative;
}

.hover-icons a {
	display: inline-block;
	padding: 5px;
}

.c-portfolio .hover .view-project,
.portfolio .mix .image-container .hover .view-project {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.c-portfolio .hover .view-project,
.portfolio .mix .image-container .hover .view-project {
	top: -25px;
}

.c-portfolio .item:hover .hover .view-project,
.portfolio .mix .image-container:hover .hover .view-project {
	top: 50%;
}

.c-portfolio .item .hover p,
.portfolio .mix .image-container .hover p {
	margin: 15px 0 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.single-portfolio .post-thumb {
	margin-bottom: 30px;
}
.single-portfolio .post-thumb img {
	width: 100%;
	height: auto;
}

.mejs-poster.mejs-layer {
	background-size: cover;
}

/* PORTFOLIO
==================================================================*/

.filter-menu {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.filter {
	margin-bottom: 5px;
}

ul.portfolio {
	margin-bottom: 40px;
	text-align: center;
}

.left.carousel-control .fa,
.right.carousel-control .fa {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 30px;
}

.portfolio {
	list-style: none;
	padding: 0;
}

.portfolio li {
	display: none;
	margin: 0 0 30px;
	opacity: 0;
	width: 100%;
}

.portfolio li .col-sm-9 {
	padding-left: 0;
}

.portfolio li .col-sm-3 h4 {
	margin: 10px 0;
}

.portfolio img {
	max-width: 100%;
	height: auto;
}

.portfolio span,
.project span {
	border-bottom: 1px solid #333;
	display: block;
	padding: 10px 0;
}

.portfolio2 li,
.portfolio3 li,
.portfolio4 li {
	line-height: 1em;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.portfolio2 li {
	width: 50%;
}

.portfolio3 li {
	width: 33%;
}

.portfolio4 li {
	width: 25%;
}

.portfolio-thumb-large {
	margin-bottom: 20px;
	text-align: center;
}


/* FOOTER
==================================================================*/

#footer {
	background: #000;
	padding: 20px 0 0;
}


/* WPML
==================================================================*/

#lang_sel { display: block; float: right; height: auto; font-family: inherit; margin-left: 15px; }
#lang_sel ul ul { width: auto; top: 100%; border: none; }
#lang_sel ul ul li { background: #000; }
#lang_sel li { width: auto; }
#lang_sel a {
background: none !important;
border: none !important;
padding: 0 15px !important;
line-height: 65px !important;
height: 68px;
}
#lang_sel ul ul a {
line-height: 40px !important;
height: 48px;
}
#lang_sel img.iclflag { border: #fff 1px solid; padding: 2px; height: auto; width: auto; }


/* MOBILE STYLES
==================================================================*/

@media (max-width: 767px) {

	h1 {
		font-size: 110px;
	}

	.welcome span,
	.welcome h3 {
		font-size: 20px;
	}

	.models.columns-6 li {
		width: 32%;		
	}
	.models.columns-4 li {
		width: 49%;		
	}

	.prices .col-sm-4 {
		padding: 0 15px;
	}

	.price-table,
	.price-table.first,
	.price-table.last {
		margin: 15px 0 !important;
	}

	.price-table .price-title,
	.price-table .price-number,
	.price-table .price-button {
		padding: 15px 30px;
	}

	.wpcf7-form .row > div {
		margin-bottom: 30px;
	}

	footer span {
		display: block;
	}

}






.navbar-toggle { display:none !important}
.bg2 { background:#2b2b2b}
.fundoescuro { background:#fff; border-right:solid 30px #373737; border-bottom:solid 30px #373737; border-left:solid 30px #373737; padding-bottom:30px;}
@media (max-width: 767px) {
	.fundoescuro { border-right:solid 5px #373737; border-bottom:solid 5px #373737; border-left:solid 5px #373737; padding-bottom:30px;}	
	.navbar-toggle { display:block !important}
}
.breadcrumb2 { background:#373737; padding:15px 0; color:#fff; margin-left:-15px; margin-right:-15px;}
.breadcrumb2 a{ color:#fff}
.breadcrumb2 p{ margin:0}

.sidebar aside{ padding-bottom:5px;}

.fb_iframe_widget span {
    width: 100% !important; background:#fff !important
}
.fb_iframe_widget.fb-like span { background:none !important}

.noticiashome a{/*color:#EB1F26;*/  font-weight: bold; text-decoration: none; font-size:16px;}
.noticiashome a:hover{color:#EB1F26;}
.noticiashome .link{display: block;  font-weight: normal;}
.noticiashome .link a{color:#EB1F26;  text-decoration: }
.noticiashome ul{list-style:none; margin:0; padding:0; }
.noticiashome ul li img{ width:100%; margin-bottom:10px !important; border: solid 1px #ccc}
.noticiashome ul li {float: left; color:#434D50; margin-bottom:20px}

#nossos-clientes { background:#333333; padding:20px 0}

.wpb_accordion_section { background:#ec1f27}
.wpb_accordion_content { background:#fff; border: solid 1px #e3e3e3 !important}
.wpb_accordion_section h3 { padding-left:180px;}
.wpb_accordion_header a { color: blue; border:0 !important; color:#fff;  background: url(img/bgclientes.jpg) no-repeat right top;}

.logoclientes { position: absolute; top:-19px; left:0px; border: solid 7px #3c4242}
.blocologo {position: relative}
.su-spoiler { margin-top:40px;}
.su-spoiler-icon-plus  { margin-bottom:60px !important;  background: #ec1f27 url(img/bgclientes2.jpg) no-repeat  right -0px; }
.su-spoiler-closed { background: #ec1f27 url(img/bgclientes.jpg) no-repeat right; }
.su-spoiler-title { color:#fff;font-size:16px !important; padding:15px 40px 15px 190px !important}
.su-spoiler-content { background:#fff; border: solid 1px #e3e3e3;}
.su-spoiler-icon { display:none !important}


.vc_grid-item 

.erpProContainer .erpProPostLink span { margin-top:15px !important}

footer.widgets { background:#333333 !important; padding-bottom:20px !important;}
@media (max-width: 767px) { footer.widgets {padding-bottom:0px !important}}
@media (max-width: 767px) { footer.widgets .col-sm-4{ border-bottom: solid 1px #999; padding-bottom:15px; margin-top:15px;} }
footer.widgets ul li, footer.widgets ul li:hover{
	background:none;
}
footer.widgets img{
	margin-top:20px; float:inherit !important
}
footer.widgets ul a{
  border-top: 1px solid #222;
  color: #ccc;
  display: block;
  padding: 5px 20px;
  position: relative;
}

footer.copy { background:#191919 !important; color:#eee; padding-bottom:20px !important;}
@media (max-width: 767px) { footer.copy { text-align:center; } } 
@media (max-width: 767px) { footer.copy img { float:inherit !important; margin:0 auto; display:block;  padding: 0 0 15px 10px !important;} }
footer.widgets h1{
  font-weight: bold;
  font-family: arial;
  color: #fff;
  font-size: 16px;
  margin:0 0 10px 0;
}

#widgettopo { background:#333333; color:#eee; padding:10px 0}

@media (max-width: 767px) { .telefonetopo{ padding-bottom:15px;}  }
@media (max-width: 767px) { .telefonetopo{ padding-bottom:15px;}  }
.socialtopo1 { display: inline-block;}
.socialtopo1 a{ font-size:19px; margin:0 8px 0 0; line-height:10px}
@media (max-width: 767px) { .socialtopo1 a{margin:0 5px 0 0} }	
.fbtopo { display: inline-block; width:100px}


.socialtopo a{ color:#fff; margin-right:8px;}
.socialtopo .fa-facebook-official, .socialtopo .fa-youtube-play, .socialtopo .fa-instagram, .socialtopo .fa-pinterest { font-size:22px; text-align:center}


@media (max-width: 767px) { .socialtopo{ display:none} }

.buscatopo .form-control { padding:0; height:43px; background:url(img/bgcampobusca.jpg) repeat-x; border:0; color:#eee; position:relative; padding:0 60px 0 10px;}
.buscatopo .form-control::-webkit-input-placeholder { color: #999;}
.buscatopo .form-control:-moz-placeholder { color: #999;}
.buscatopo .form-control::-moz-placeholder { color: #999;}
.buscatopo .form-control:-ms-input-placeholder { color: #999;}
.buscatopo .searchbox { position: relative; margin-top:-10px; margin-bottom:-10px; }
.buscatopo .searchbox .btbusca{ position:absolute; right:-1px; top:0; width:56px; height:43px; background:url(img/bgbusca.jpg) no-repeat; border:0}

/*#sc_our_services.smartcat_icons .fa:hover, #sc_our_services.smartcat_columns .sc_service .fa:hover {
  color: #fff !important;
  border: 2px solid red !important;
  background:red !important
}
#sc_our_services .sc_service .sc_service_name a:hover { color:red !important}*/


#sc_our_services.smartcat_icons .sc_service:hover a  {  color:#ed1f28 }

#sc_our_services.smartcat_icons .sc_service:hover .fa { background:#ed1f28 !important; }

#sc_our_services.smartcat_icons:hover .fa {border: 2px solid #ed1f28 }

.sc_service .sc_services_read_more a{ text-transform:uppercase; border: solid 1px #ccc; color:#666 !important; font-size:12px; border-bottom: solid 1px #666 !important; padding:10px 20px; display: inline-block;}
.sc_service:hover .sc_services_read_more a { border: solid 1px #ed1f28; border-bottom: solid 1px #ed1f28 !important}

.cbp-qtcontent { min-height:160px;}
.cbp-qtcontent p{ font-size:16px !important; color:#000 !important }
.cbp-qtcontent .wpb_wrapper{}
.tslider blockquote footer, .tslider blockquote footer a { font-size:16px !important; color:#555 !important}
.tslider blockquote footer:before {content: '' !important;}
.tslider blockquote footer { border-top: solid 1px #ccc; padding-top:15px;}

.socialrodape { text-align:center !important; font-size:30px }
.socialrodape a:hover .fa-facebook-official  { color:#46629e}
.socialrodape a:hover .fa-instagram  { color:#b08a6e}

#click-menu {top:110px !important}
#responsive-menu #responsive-menu-title, #responsive-menu #responsive-menu-title a,
#responsive-menu input { display:none !important}