@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
img {
	height: auto;
	max-width: 100%;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#01b2fe;
}

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

.centered {
	text-align: center
}


.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00b3fe;
  border-color: #00b3fe;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}


/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* Testimonials Wrap */
#twrap {
	background: url(http://bertellis.com.br/static/img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #384452;
}

#footerwrap p {
	color: #bfc9d3;
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #00b3fe
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: #00b3fe;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#blue h3 {
	color: white;
	margin-left: 15px;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/* Contact Page */
#contactwrap {
	background: url(http://bertellis.com.br/static/img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}	

.share i {
	padding-right: 15px;
	font-size: 18px;
}

/*	################################################################
	PAGE PRODUCTS
################################################################# */
.projects_holder img {
	max-width: 100%;
	height: auto;
}

.projects_holder {
	font-size: .1px;
	line-height: 0;
	list-style-type: none;
	text-align: justify;
}
.projects_holder:after, .projects_holder:before {
	content: "";
	display: inline-block!important;
	width: 100%}
.projects_holder>.mix {
	display: none;
	position: relative;
	vertical-align: top;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
	transition: all .7s ease-out;
	text-align: left;
}
.projects_holder .mix .image {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
}
.projects_holder article .image img {
	position: relative;
	display: block;
	width: 100%;
	z-index: 100;
}
.projects_holder article .image img, .portfolio_slider .portfolio_slides li.item img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.projects_holder.hover_text.no_space article .image img {
	margin: 0 1px;
}
.projects_holder article .image_holder:hover .image img, .portfolio_slider .portfolio_slides li.item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.projects_holder article .image_holder, .projects_holder article .portfolio_description {
	display: block;
	position: relative;
}
.projects_holder article .portfolio_description {
	padding: 20px 0 22px;
	text-align: center;
	background-color: #fff;
	border-style: none;
	border-top: none!important;
	border-width: 1px;
	border-color: #fefefe;
}
.projects_holder article .portfolio_description.text_align_left {
	text-align: left;
}
.projects_holder article .portfolio_description.text_align_center {
	text-align: center;
}
.projects_holder article .portfolio_description.text_align_right {
	text-align: right;
}
.standard_no_space.projects_holder article .portfolio_description {
	margin: 0 -1px 0 0;
}
.projects_holder article .portfolio_description .portfolio_title {
	display: block;
	margin: 0 0 7px 0;
}
.portfolio_slider .image_holder .separator.small {
	margin: 10px auto;
	background-color: #fff;
}
.projects_holder article .hover_feature_holder_title .separator.small, .projects_masonry_holder article .hover_feature_holder_title .separator.small {
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.projects_holder article .portfolio_description .separator.small {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wpb_column>.wpb_wrapper .portfolio_slider .image_holder .separator.small {
	background-color: #fff;
}
.portfolio_slider .image_holder .separator.small.transparent {
	background-color: transparent!important;
}
.projects_holder.hover_text article .hover_feature_holder_title .separator {
	background-color: #fff;
}
.projects_holder.hover_text article .hover_feature_holder_title .portfolio_title a, .projects_holder.hover_text article span.text_holder span.text_inner .hover_feature_holder_title .project_category {
	color: #fff;
}
.projects_holder.hover_text article span.text_holder span.text_inner .hover_feature_holder_title .project_category {
	font-weight: 500;
}
.projects_holder.hover_text article .hover_feature_holder_title .portfolio_title {
	margin: 0 0 7px;
}
.projects_holder article .portfolio_description .project_category, .projects_holder.hover_text article .project_category {
	line-height: 22px;
	display: block;
	font-size: 13px;
	font-weight: 500;
}
.portfolio_single .portfolio_like {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 0;
}
.portfolio_single .dots {
	padding: 0 7px 0 4px;
}
.portfolio_single .dots i {
	font-size: 3px;
	vertical-align: middle;
}
.portfolio_single .portfolio_like a {
	display: block;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
}
.portfolio_single .portfolio_like span {
	line-height: 19px;
}
.portfolio_slider .portfolio_like a:hover i, .portfolio_slider .portfolio_like span {
	color: #e0e0e0;
}
.projects_holder article .portfolio_like a, .projects_holder article .portfolio_like:hover a {
	color: #fff;
}
.projects_holder article span.text_holder {
	background-color: #000;
	background-color: rgba(21, 21, 21, 0.78);
	bottom: 0;
	display: inline-block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	visibility: visible;
	overflow: hidden;
	width: 100%;
	z-index: 200;
}
.touch .projects_holder article span.text_holder {
	display: none!important;
	height: 0!important;
	width: 0!important;
	opacity: 0!important;
	visibility: hidden!important;
}
.projects_holder article:hover span.text_holder {
	height: 100%!important;
}
.projects_holder article .image_holder:hover span.text_holder {
	opacity: 1;
	filter: alpha(opacity=100);
}
.projects_holder.hover_text.with_mask article .image_holder:hover .image_hover {
	opacity: 0;
	filter: alpha(opacity=0);
}
.projects_holder article span.text_holder span.text_outer {
	display: table;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.projects_holder article span.text_holder span span.text_inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.projects_holder article span.text_holder span span.text_inner .project_category {
	color: #a6a6a6;
	display: block;
	font-size: 13px;
	line-height: 22px;
}
.projects_holder article .feature_holder, .projects_holder article .feature_holder .feature_holder_icons {
	display: inline-block;
}
.projects_holder.hover_text article .feature_holder {
	width: 100%}
.projects_holder.hover_text article .feature_holder .feature_holder_icons {
	margin: 20px 0 0 0;
}
.portfolio_slider, .portfolio_slides .image_holder {
	position: relative;
	display: block;
	-webkit-backface-visibility: hidden;
}
.portfolio_slides .image_pixel_hover {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 100;
}
.touch .portfolio_slides .image_pixel_hover {
	display: none!important;
}
.portfolio_slides li:hover .image_pixel_hover {
	background-color: #000;
	background-color: rgba(21, 21, 21, 0.78);
}
.portfolio_slides .image_holder .image {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	transition: transform .4s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.portfolio_slides .hover_feature_holder {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
}
.touch .portfolio_slides .hover_feature_holder {
	display: none!important;
}
.portfolio_slides .hover_feature_holder_icons {
	position: relative;
	opacity: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0 0 30px;
	-webkit-transition: opacity .4s ease-in-out .1s;
	-moz-transition: opacity .4s ease-in-out .1s;
	-o-transition: opacity .4s ease-in-out .1s;
	-ms-transition: opacity .4s ease-in-out .1s;
	transition: opacity .4s ease-in-out .1s;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	display: none;
}
.portfolio_slides li:hover .hover_feature_holder_icons {
	opacity: 1;
}
.portfolio_slides .hover_feature_holder_icons_inner {
	display: inline-block;
	position: relative;
}
.portfolio_slides .hover_feature_holder_outer {
	position: relative;
	opacity: 1!important;
	top: 0;
	height: 100%;
	display: table;
	width: 100%}
.portfolio_slides .hover_feature_holder_inner {
	height: 100%;
	width: 100%;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5%;
	text-align: center;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.portfolio_slides .hover_feature_holder_inner .portfolio_title {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.portfolio_slides .hover_feature_holder_inner .portfolio_title a {
	color: #fff;
}
.portfolio_slides .hover_feature_holder_inner .qbutton {
	margin-top: 24px;
	margin-left: 5px;
	margin-right: 5px;
}
.portfolio_slides .hover_feature_holder_inner .qbutton:hover {
	border-color: #1abc9c;
}
.portfolio_slides li:hover .hover_feature_holder_inner {
	opacity: 1;
}
.projects_holder.hover_text article .image_holder {
	overflow: hidden;
}
.projects_holder.hover_text.no_space article .image_holder {
	margin: 0 -1px;
}
.projects_holder article a.lightbox, .projects_holder article a.preview, .projects_holder article .portfolio_like, .portfolio_slider a.lightbox, .portfolio_slider a.preview, .portfolio_slider .portfolio_like {
	position: relative;
	display: inline-block;
	margin: 0 0 5px 0;
	-webkit-backface-visibility: hidden;
}
.projects_holder article a.lightbox, .portfolio_slider a.lightbox {
	margin: 0 10px 0 0;
}
.projects_holder article .portfolio_like, .portfolio_slider .portfolio_like {
	margin: 0 0 0 10px;
}
.projects_holder article .portfolio_like i, .portfolio_slider .portfolio_like i {
	line-height: 20px;
	margin: 4px 0 0 0;
}
.portfolio_like .qode-like-count span {
	display: none;
}
.projects_holder article .portfolio_like .qode-like-count, .portfolio_slider article .portfolio_like .qode-like-count {
	font-size: 13px;
	line-height: 13px;
	color: #fff;
}
.projects_holder .filler {
	display: inline-block;
	height: 0;
}
.projects_holder.v6 .mix, .projects_holder.v6.hover_text .mix {
	width: 15.7%;
	margin: 0 0 1.2%}
.projects_holder.v6.hover_text .mix {
	margin: 0 0 1.7%}
.projects_holder.v6 .filler, .projects_holder.v6.hover_text .filler {
	width: 15.7%}
.projects_holder.v6.standard_no_space .mix, .projects_holder.v6.hover_text.no_space .mix {
	width: 16.66%;
	margin: 0;
}
.projects_holder.v6.standard_no_space .mix {
	margin: 0;
}
.projects_holder.v6.standard_no_space .filler, .projects_holder.v6.hover_text.no_space .filler {
	width: 16.66%}
.safari_browser .projects_holder.v6.standard_no_space .mix, .safari_browser .projects_holder.v6.hover_text.no_space .mix {
	width: 16.6%}
.safari_browser .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .filler {
	width: 16.6%}
.projects_holder.v5 .mix, .projects_holder.v5.hover_text .mix {
	width: 18%;
	margin: 0 0 2.9%}
.projects_holder.v5.hover_text .mix {
	margin: 0 0 2%}
.projects_holder.v5 .filler, .projects_holder.v5.hover_text .filler {
	width: 18.5%}
.projects_holder.v5.standard_no_space .mix, .projects_holder.v5.hover_text.no_space .mix {
	width: 19.99%;
	margin: 0;
}
.projects_holder.v5.standard_no_space .mix {
	margin: 0;
}
.projects_holder.v5.standard_no_space .filler, .projects_holder.v5.hover_text.no_space .filler {
	width: 19.99%}
.safari_browser .projects_holder.v5.standard_no_space .mix, .safari_browser .projects_holder.v5.hover_text.no_space .mix {
	width: 19.93%}
.safari_browser .projects_holder.v5.standard_no_space .filler, .safari_browser .projects_holder.v5.hover_text.no_space .filler {
	width: 19.93%}
.projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix {
	width: 23.5%;
	margin: 0 0 2.5%}
.projects_holder.v4.hover_text .mix {
	margin: 0 0 2.2%}
.projects_holder.v4 .filler, .projects_holder.v4.hover_text .filler {
	width: 23.5%}
.projects_holder.v4.standard_no_space .mix, .projects_holder.v4.hover_text.no_space .mix {
	width: 24.99%;
	margin: 0;
}
.projects_holder.v4.standard_no_space .mix {
	margin: 0;
}
.projects_holder.v4.standard_no_space .filler, .projects_holder.v4.hover_text.no_space .filler {
	width: 24.99%}
.projects_holder.v3 .mix, .projects_holder.v3.hover_text .mix {
	width: 32%;
	margin: 0 0 2.4%}
.projects_holder.v3.hover_text .mix {
	margin: 0 0 2.2%}
.projects_holder.v3 .filler, .projects_holder.v3.hover_text .filler {
	width: 32%}
.projects_holder.v3.standard_no_space .mix, .projects_holder.v3.hover_text.no_space .mix {
	width: 33.32%;
	margin: 0;
}
.projects_holder.v3.standard_no_space .mix {
	margin: 0;
}
.projects_holder.v3.standard_no_space .filler, .projects_holder.v3.hover_text.no_space .filler {
	width: 33.32%}
.safari_browser .projects_holder.v3.standard_no_space .mix, .safari_browser .projects_holder.v3.hover_text.no_space .mix {
	width: 33.3%}
.safari_browser .projects_holder.v3.standard_no_space .filler, .safari_browser .projects_holder.v3.hover_text.no_space .filler {
	width: 33.3%}
.projects_holder.v2 .mix, .projects_holder.v2.hover_text .mix {
	width: 49%;
	margin: 0 0 2.4%}
.projects_holder.v2.hover_text .mix {
	margin: 0 0 2.1%}
.projects_holder.v2 .filler, .projects_holder.v2.hover_text .filler {
	width: 49%}
.projects_holder.v2.standard_no_space .mix, .projects_holder.v2.hover_text.no_space .mix {
	width: 49.99%;
	margin: 0;
}