/* TABLE OF CONTENT

1 - RESET CSS
2 - TYPOGRAPHY
3 - BACKGROUNDS
4 - WRAPPER
5 - HEADER
6 - NAVIGATION
7 - HEADINGS
8 - SECTIONS

	8.1 - OVERWIEV
	8.2 - CALLOUT
	8.3 - PORTFOLIO
	8.4 - PARALLAX
	8.5 - SERVICES
	8.6 - FEATURES
	8.7 - IMAGES
	8.8 - COUNTERS
	8.9 - BLOG
	8.10 - BLOG ARCHIVES
	8.11 - QUOTES
	8.12 - TEAM
	8.13 - CLIENTS
	8.14 - MAP
	8.15 - CONTACTS
	
9 - POST PAGE 
10 - ELEMETS UI	
11 - WIDGETS
12 - FOOTER

*/

/* 1 - RESET */
::-webkit-input-placeholder {opacity:1; }
:-moz-placeholder {opacity:1; }
::-moz-placeholder { opacity:1; } 
:-ms-input-placeholder {  opacity:1; }

::selection {
	background-color: #42b3be;
	color: #fff;
}
::-moz-selection {
	background-color: #42b3be;
	color: #fff;
}


* {
    margin: 0;
    padding: 0;
}
body {opacity:0}

html, body {
    color: black;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
	font-weight: 300;
    height: 100%;
    width: 100%;
	line-height:1.3!important;
	
}

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

img, a, ul, li {
    border: none;
    outline: none;
}

ol li, ul li {
    list-style: none;
}

a:link, a:visited, a:active {
    color: inherit;
}

:focus {
	outline: none !important;
}

a {
    text-decoration: none;
}
a:hover {
   color:#43b2be
}

a,
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
	transition: all 300ms ease 0s;
}

/* html 5 */

header, nav, section, article, footer {
    display: block;
}

/* input */

input, textarea {
	border-radius: 0;
	border: none;
	outline: none;
	
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	width: 100%;
	
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 300;
}

/* 2 - TYPOGRAPHY */

h1 {
    font-size: 40px;
	font-family: "Roboto", Georgia, Serif;
	color:black!important
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
	margin-bottom: 10px;
}

p {
	margin: 10px 0;
}

strong {
	font-weight: 700;
}

ul li,
ol li {
	list-style-position: inside !important;
}

article ul li,
article ol ul li {
	list-style: square;
}

article ul ul li,
article ol ul li,
article ol ol li,
article ul ol li {
	text-indent: 25px;
}

article ol li {
	list-style: decimal;
}

blockquote {
    font-weight: 300;
    margin-bottom: 25px;
    padding: 20px;
	letter-spacing: 1px;
	font-size: 22px;
	border-left-style: solid;
	border-left-width: 3px;
	display: inline-block;
	background-color: #fafafa;
}

blockquote:first-letter {
	font-size: 28px;
	font-weight: 400;	
}


.display-flex {
    display: flex;
    flex-wrap: wrap;
}

/*! Gray v1.4.2 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);

  /* Firefox 35+ */
  filter: grayscale(1);

  /* IE 6-9 */
  filter: gray;
}

.grayscale.grayscale-fade {
  transition: filter .5s;
}

.destaque-livro{float:left;margin-bottom:10px;}

.destaque-livro h4{color:#fff; background:#42b3be; padding:10px 20px; text-transform:uppercase; text-align:left;}

.destaque-livro a{margin-left:20px; line-height:2; color:black; font-size:12px; font-weight:bold; text-transform:uppercase}
.destaque-livro a:hover{color:#42b3be;}


/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition:         -webkit-filter .5s;
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter:         grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter:         none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition:         opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}
/* Fim Gray */

.divisao-artigos .col-1-3 {padding:0 15px 0 0}


.divisao-artigos{position:relative}
.float-right{float:right!important}
.download-pdf{width:120px; margin-top:20px;bottom: 25px}
.partilhar .download-pdf{position:relative;}
.botao-ler-mais{padding:5px 25px; color:#43b2be; background:white; text-transform:uppercase; border: 1px solid #43b2be}
.botao-ler-mais:hover{background:#43b2be; color:white;}


.cor-azul{color:#43b3be!important}
.cor-footer{color:#464646!important}
.banners{
	background:#f6f7f9;
	padding:0;
	line-height:18px;
	font-size:12px;
	color:#FFF;
	text-align:center;
	height:220px;
	margin-top:140px
}
.desktop-categorias{float: left;
    width: 100%;}


.grid{margin:0 -15px}

.sobre-mim {
			background: url(../img/banners/banner_sobre_mim.png) no-repeat center 0;
			background-size: cover;
			overflow: hidden;
			clear: both;
			background-repeat:no-repeat;
			-webkit-background-size:cover;
			-moz-background-size:cover;
			-o-background-size:cover;
			background-size:cover;
			background-position:center;			
}

.servicos {
			background: url(../img/banners/banner_servicos.png) no-repeat center 0;
			background-size: cover;
			overflow: hidden;
			clear: both;
			background-repeat:no-repeat;
			-webkit-background-size:cover;
			-moz-background-size:cover;
			-o-background-size:cover;
			background-size:cover;
			background-position:center;			
}


.contatos {
			background: url(../img/banners/banner_contactos.png) no-repeat center 0;
			background-size: cover;
			overflow: hidden;
			clear: both;
			background-repeat:no-repeat;
			-webkit-background-size:cover;
			-moz-background-size:cover;
			-o-background-size:cover;
			background-size:cover;
			background-position:center;			
}


.portfolio-artigos{
			background: url(../img/banners/banner_portfolio_artigos.png) no-repeat center 0;
			background-size: cover;
			overflow: hidden;
			clear: both;
			background-repeat:no-repeat;
			-webkit-background-size:cover;
			-moz-background-size:cover;
			-o-background-size:cover;
			background-size:cover;
			background-position:center;			
}

.portfolio-clipping{
			background: url(../img/banners/banner_portfolio_clipping.png) no-repeat center 0;
			background-size: cover;
			overflow: hidden;
			clear: both;
			background-repeat:no-repeat;
			-webkit-background-size:cover;
			-moz-background-size:cover;
			-o-background-size:cover;
			background-size:cover;
			background-position:center;			
}


.portfolio-livros{
			background: url(../img/banners/banner_portfolio_livros.png) no-repeat center 0;
			background-size: cover;
			overflow: hidden;
			clear: both;
			background-repeat:no-repeat;
			-webkit-background-size:cover;
			-moz-background-size:cover;
			-o-background-size:cover;
			background-size:cover;
			background-position:center;			
}
.ver-mais-titulo{font-weight:bold;text-transform:uppercase;}
.m-t-portefolio{margin-top:140px!important}
.testemunhos .col-1-4 {text-align:center!important}
.titulo-livros{font-family: "Roboto",Georgia,serif;
    font-size: 18px;
    line-height: 1;
    margin-top: 15px;}
.data-livro{color:#43b2be; font-size:14px; font-weight:500; text-decoration:underline; margin-top:5px}
#page-404{margin: 220px auto 80px auto}
#page-404 h2{text-align:center}
.uppercase{text-transform:uppercase}
.texto-sob-imagem {margin-top:40px;font-size:14px;text-transform:uppercase; color:#43b3be; font-weight:500;  position:relative; margin-bottom:10px;font-family:"Roboto", Georgia, Serif;}
.texto-sob-imagem div:nth-child(1){width:50%; text-align:left}
.texto-sob-imagem div:nth-child(2){width:50%; text-align:right}
.destaque h1{margin-bottom:30px; line-height:0.9; margin-top:5px}

.redes-sociais-nav img{width:38px; height:38px; opacity:0.7; transition: all 300ms ease 0s;}
.redes-sociais-nav img:hover{opacity:1;}
.redes-sociais-nav a{padding-right:5px}
.redes-sociais-contactos a{padding-right:5px}
.redes-sociais-contactos img{width:38px; height:38px; opacity:0.7;}
.redes-sociais-contactos img:hover{opacity:1;}

.redes-sociais-nav a:nth-child(6) img {padding-left:20px;height:42px ; width:42px}
.aside-margin{margin:0px 25px 25px 25px; position:relative}


.div-newsletter form{position:relative; }
.div-newsletter{background:#43b3be;box-sizing: border-box;
   
    float: left;
    width: 100%;}
.div-newsletter input[type="submit"]{position:absolute; right:0; top:0; padding:3px 6px; color:#43b2be}
.feed-rs-mobile{margin-top: 20px; text-align: left;}
.div-newsletter input[type="submit"]:hover{background:rgba(67, 179, 190, 0.6);color:white; border:2px solid #43b3be; transition: all 300ms linear 0s;}


.desktop-feed {margin-top:20px; display:block}
.desktop-feed img{border:0; vertical-align:bottom; margin-right:5px}



.mobile-feed {display:block;}

.div-newsletter input[type="text"]{padding:0 15px; color:#43b2be; font-size:13px}
.divisao-newsletter{
box-sizing: border-box;
   
    float: left;
    width: 100%;

margin-bottom:20px; color:black; border:2px solid black; margin-top:20px}
.titulo-newsletter{color:white; text-transform:uppercase; font-size:24px; font-weight:500}


#widgets .titulo-newsletter{color:white; text-transform:uppercase; font-size:23px; font-weight:500}


.mensagem-newsletter{color:white; font-size:13px}
.feedburner-input {color:#43b2be!important; border:1px solid #43b2be; }
.feedburner-input:hover {color:#fff!important; border:1px solid #43b2be; background: #43b2be}
.icons-footer{display: -webkit-inline-box;
     display: -webkit-inline-flex;
	display: -moz-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-align-self: auto}
.icons-footer img{width:30px}

.div-newsletter-footer{background:transparent; text-align:left }
.div-newsletter-footer form{position:relative}
.div-newsletter-footer input[type="submit"]{right: 0; top: 0; position:absolute; padding:3px 6px; color:#464646}
.div-newsletter-footer input[type="submit"]:hover{background:#464646;color:white; border:2px solid #000; transition: all 300ms linear 0s;}
.div-newsletter-footer input[type="text"]{padding:10px 50px 10px 10px;color:#464646; font-size:13px}
.divisao-newsletter-footer{margin-bottom:10px; color:black; border:2px solid white; margin-top:0px}
.titulo-newsletter-footer{color:white; text-transform:uppercase; font-size:20px; font-weight:500}
.mensagem-newsletter-footer{color:white; font-size:12px}
.grayscale {
    filter: grayscale(1);
}
.grayscale.grayscale-fade{transition: filter 0.5s ease 0s;}


.vertical-align{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
  }
  .vertical-align2{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
  }
  
  
.ver-artigo{bottom: 0;
    color: white;
    font-size: 12px;
    margin-right: 5px;
    margin-top: -30px;
    position: relative;
    text-align: right;
    text-decoration: underline;}
.ver-artigo a{position:relative;}
.ver-artigo a:hover{color:black}
.relacionados{height:150px;background:#43b2be; color:white; font-size:18px; font-weight:700; font-family: "Roboto",Georgia,serif;  line-height:1; vertical-align:middle}
.relacionados a:hover{text-decoration:underline; color:white}
.redes-sociais{font-size:17px}
.fale-comigo{margin:0 0 0 25px; font-size:17px}
.botao-enviar {float:right; margin-right:25px; padding:0}
.botao-enviar input{color:white; text-transform:uppercase; font-size: 16px; background:#43b3be; border:2px solid white; padding:5px 50px!important}
.botao-enviar input:hover{color:#43b3be; background:white; border:2px solid #43b3be;transition: all 300ms linear 0s;}
.bold{font-weight:700}
.entidade{font-size:17px}
.informacoes-pessoa{float:left; text-align:left}
.nome-pessoa{font-size: 17px ; color:#43b3be}
.cargo-pessoa{font-size:12px; text-transform:uppercase}
.aspas1{width:30px}
.aspas2{width:30px; float:right; margin-right:40px}
.testemunhos{padding-top:50px}
.social-share a {padding: 0 8px; opacity:0.7}
.social-share a:hover {opacity:1}

.social-share-aside{text-align:center; margin-top:60px!important}
.f-right{float:right!important}
.f-left{float:left!important}
.destaque{padding-bottom:50px; margin-bottom:40px}
.destaque-fora{padding:15px;}
.destaque-fora2{padding:15px;}
.botoes-back-front img:hover {opacity:1}

.botoes-back-front img {opacity:0.7;max-width:51px; max-height:41px}
.botoes-back-front img:first-child {margin-right:15px}
.nome-autor{color:#43b3be;}
.destaque-dentro{padding-bottom:25px;}
.destaque-dentro h4{font-family: "Roboto", Georgia, Serif;}
.width-100{width:100%}
.img-pessoa{max-width: 160px;}
.descricao-livros{font-size:15px; line-height:1}
.border-1px-ccc{border-bottom:1px solid #ccc}
.widget-content a {font-size:13px}
.icons-com-link:hover li a i{color:black!important}
.contentor-titulo{width:100%; margin:0px auto 0; }
.m-t-titulo{margin-top:200px}
.padding-top-conteudo{padding: 50px 0}


.input-pesquisar{padding:0px 50px 0 15px; position:relative}
.botao-pesquisar{background:rgba(0, 0, 0, 0) url("../img/icons/search.png") no-repeat scroll center right;
padding:0px!important;
background-size: 40px auto; 
transition:all 300ms linear 0s;
position: absolute; 
right: 0;
width:40px!important;
border:2px solid #43b3be;
transition: background-image 0.3s ease;
}

.botao-pesquisar:hover{background:rgba(0, 0, 0, 0) url("../img/icons/search_2.png") no-repeat scroll center right;
background-size: 40px auto;
}



.texto-blog{text-align:center; padding-bottom:2px; font-size:24px; color:#43b2be; font-weight:700; text-transform:uppercase}

.blogue{font-weight:700;
		color:white;
		text-transform:uppercase;
		text-align:center;
		padding-top:30px;
		padding-bottom:30px;}

.pesquisa-home{background-color:#42B3BE!important;}
.widget-content{background-color:black; line-height:1.3}


.line_row {
    margin:25px auto;
    width:90%;
    height:10px;
    background-color:#42b3be ;
    line-height:9px;
    text-align:center;
	position:relative;
	max-width: 1150px;
}

.line_row:after{
    background: #42b3be ;
    bottom: 0;
    content: "";
    height: 10px;
    position: absolute;
    left: -2px;
    transform: skew(25deg);
    width: 5px;
}

.line_row:before{
    background: #42b3be ;
    bottom: 0;
    content: "";
    height: 10px;
    position: absolute;
    right: -2px;
    transform: skew(25deg);
    width: 5px;
}

.line_row-port {
	top:70px;
    margin:25px auto;
    width:90%;
    height:10px;
    background-color:white ;
    line-height:9px;
    text-align:center;
	position:relative;
	max-width: 1150px;
}

.line_row-port:after{
    background: white ;
    bottom: 0;
    content: "";
    height: 10px;
    position: absolute;
    left: -2px;
    transform: skew(25deg);
    width: 5px;
}

.line_row-port:before{
    background: white ;
    bottom: 0;
    content: "";
    height: 10px;
    position: absolute;
    right: -2px;
    transform: skew(25deg);
    width: 5px;
}
.content_titulo-port {
    padding:7px;
    background-color:#43b3be;
    display:inline;
    color:#333;
    border:10px solid #43b3be;
	font-size:40px;
	color: white ;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	
}
.contentor-titulo-port{
	background-color:#43b3be;
	width:100%;
	height: 150px;
    margin-bottom: 0px;
    margin-top: -28px;}

.content_titulo {
    padding:7px;
    background-color:#fff;
    display:inline;
    color:#333;
    border:10px solid #fff;
	font-size:35px;
	color: #42b3be ;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.fonte{margin:15px 0 15px 0; font-size:14px; position:relative}
.data-port{text-decoration:underline; color:#43b3be; line-height:90px}
.linhas-port{margin: 50px 25px}
.sub-titulo-port{font-size:18px; text-transform:uppercase; font-weight:600;font-family: "Roboto",Georgia,serif; }
.sub-categoria{font-size:20px;font-family: "Roboto",Georgia,serif;}
.m-l-25{margin-left:25px!important}
.links-port{background-color:#43b3be; height:auto; width:100%; text-align:center}
.links-port a {color:white; width:100%; padding:5px }
.div-links-port {border: 1px solid white;
    box-sizing: border-box;
    display: inline-flex;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 33.33% !important;}
.div-links-port:hover{background-color:white;}
.div-links-port:hover a{color:black}
.div-links-port.active{background-color:white;}
.div-links-port.active a{color:black}

.m-t-65{margin-top:65px!important}
.m-t-50{margin-top:50px!important}
.m-t-25{margin-top:25px !important}
.widget-box-icons{padding:50px!important}

/* Pricing Tables */
.categorias {
    margin: 0px 0 20px 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.categorias li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
    background: white;
    margin: 0;
    line-height: left;
    padding: 10px 20px;
    font-size: 13px;
	border-bottom:1px solid #43b3be;
	text-transform:uppercase;
	color:#42B3BE;
	font-weight:500;
	transition: all 300ms ease 0s;
}



.categorias-titulo{
     background: #43b3be;
    font-size: 20px;
	border-bottom:2px solid white;
	text-transform:uppercase;
	color:white;
	font-weight:700;
	padding: 10px 20px;
	margin-top:30px
}
.destaque-dentro .img-destaque {width:100%; /*height:280px*/}
.img-destaque{width:100%;}
.destaque-dentro .texto-sob-imagem {color: #43b3be;
    display: table;
    font-family: "Roboto",Georgia,serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
    width: 100%;}
.destaque-dentro .texto-sob-imagem div:nth-child(1){width:50%; text-align:left}
.destaque-dentro .texto-sob-imagem div:nth-child(2){width:50%; text-align:right}


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




.categorias li:hover {
	

   background:rgba(67,179,190,0.6) ;
	color:white;
}
.categorias .active {
    
    background:rgba(67,179,190,0.6) ;
   color:white;
}

/* form */

.dropdown {
	border: 1px solid #ccc;
	padding: 13px 15px;
	color: #ccc;
	background-color: #fff;
	background-image: url(../img/form-arrow.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
}
	
	.dropdown ul { 
		list-style: none; padding: 0; margin: 0; 
		position: absolute;
		top: 48px; left: -1px; /* -1 for the border */
		z-index: 5;
		border: 1px solid #ccc;
		width: 100%;
		color: #ccc;
		background-color: #fff;
		display: none;
	}
	
	.dropdown li { 
		list-style: none; padding: 0; margin: 0; 
		padding: 15px;
	}
		.dropdown li.selected { display: none; }
		.dropdown li:hover { background-color: #333; color: #fff; }
		
	.dropdown.open { border: 1px solid #666; color: #333; }
	.dropdown.open ul { border: 1px solid #666; color: #333; }
	


.high-text {
	display: inline-block;
	padding: 20px;
	color: #fff;
	font-weight: 700;
}

/* 3 - COMMONS */

/* change page */

#curtain {
	position: fixed; 
	width: 0; 
	height: 100%; 
	top: 0; 
	left: 0; 
	background: #fff; 
	z-index: 99999;
}

/* overlay */

.dotted:after {
    background: url("../img/pattern_dot.png") repeat left top rgba(0,0,0,0.5);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	position: absolute;
	top: 0;
	bottom: 0;
}

/* parallax */

.parallax {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}

/* 4 - WRAPPER */

#wrap {
    height: 100%;
    width: 100%;
}

.section {
    clear: both;
    height: auto;
    position: relative;
    width: 100%;
}

/* intro slider */

#intro {
    height: 100%;
	background: #000;
}

#intro-slideshow,
#intro-slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#intro-slideshow span.item-image:after {
    background: url("../img/pattern_dot.png") repeat left top rgba(0,0,0,0.5);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}

#intro-slideshow span.item-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
}

#intro-slideshow .owl-wrapper-outer, #intro-slideshow .owl-wrapper, #intro-slideshow .owl-item {
	height: 100% !important;
}

#intro-slideshow .owl-controls, #post-carousel .owl-controls {
	position: absolute;
	left: 50px;
	bottom: 50px;
	width: 30px;
	height: auto;
	z-index: 999;
}

#intro-slideshow .owl-controls .owl-page span, #blog-carousel .owl-controls .owl-page span, #post-carousel .owl-controls .owl-page span {
	border-radius: 0px !important;
}

/* intro elements */
		
.intro-message {
    position: absolute;
	width: 100%;
	text-align: center;
    top: 40%;
}

.intro-title {
    clear: both;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
	text-align: center;
	color: #fff;
    text-transform: uppercase;
}

.intro-subtitle {
	display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
}

/* 5 - HEADER */

header {
	position: fixed;
	padding: 30px 0 30px 0;
	height: 80px;
	width: 100%;
    top: 0;
	z-index: 9999;
	border-bottom:1px solid #ccc;
}

	.header-dark {
		background-color: #fff !important;
	}

	.header-clear:hover {
		background: rgba(0,0,0,0.3);
	}

header.sticky:hover {
	background: #fff;
}

/* tooltip */

.tooltip {
	border: solid 2px #fff;
	position: absolute;
	top: 0;
	margin-top: -50px;
	width: auto;
	height: 1.3;
	padding: 0 10px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

.tooltip-top {
	position: absolute;
	top: 0;
	margin-top: 75px;
	margin-left: 0;
	width: auto;
	height:1.3;
	padding: 0 10px;
	line-height: 30px;
	background: #333;
	font-size: 14px;
	color: #fff; 
}

.tooltip-top:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #333333 transparent;
}

/* 6 - NAVIGATION */

.main-menu {
	float: right;
	margin-right: 50px;
	margin-top: -10px;
}
	
.main-menu {
	display: block;
}
	

.main-menu ul {
	height:	auto;
}

.main-menu li {
	position: relative;
	display: inline-block;
    text-transform: uppercase;
	list-style: none;
	text-indent: inherit;
	height: 40px !important;  
}

	.header-clear .main-menu li {
		color: #fff;
	}
	
	.header-dark .main-menu li {
		color: #333;
	}
	
.main-menu .menu-item-parent > a:before {
	/*content: '\e114';
	font-family: 'icomoon';*/
	padding-right: 5px;
	cursor: pointer;
	font-size: 10px;
}

.main-menu .active a {
	color:#42B3BE!important;
}


.main-menu li a {
	display: block;
	line-height: 1.3;
	font-weight: 700;
	padding: 0 12px;
	font-size: 16px;
}

	.header-clear .main-menu li a {
		color: #fff;
	}
	
	.header-dark .main-menu li a {
		color: #333;
	}	
	
	
	

	.header-clear .main-menu li:hover a {
		background-color: #fff;
	}
	
	.header-dark .main-menu li:hover a {
		background-color: transparent;
		color: #42B3BE;
		transition: all 200ms linear 0s;
	}
	
	/* sticky nav */

	.sticky {
		background-color: #fff;
		height: 40px;
		padding: 15px 0;
		border-bottom: 1px solid #dfdfdf;
	}
	
	.sticky .main-menu li:hover a {
		color: #42B3BE;
	}
	
	.main-menu .sub-menu {
		display: none;
	}
	
	.main-menu .sub-menu {
		position: absolute;
		left: 0;
		width: 200px;
		padding-top: 29px;
	}
	
	.main-menu li:last-child .sub-menu {
		left: inherit;
		right: 0;
	}
	
	.main-menu .sub-menu .sub-menu {
		position: absolute;
		top: 0;
		padding-top: 0 !important;
		left: 200px;
	}
	
	.main-menu li:last-child .sub-menu .sub-menu {
		left: inherit;
		right: 200px;
	}
		
	.main-menu .sub-menu li {
		display: list-item !important;
		height: 40px !important;
		line-height: 40px !important;
	}
	
	.main-menu .sub-menu li > a {
		padding: 0 20px !important;
		display: block;
		font-size: 12px;
		background-color: rgba(0,0,0,0.3) !important;
	}
		
	.main-menu .sub-menu li:hover > a {
		background-color: #fff !important;
		color: #22313F !important;
	}
	
		.sticky .sub-menu {
			padding-top: 15px;
		}
		
		.sticky .sub-menu li > a {
			color: #fff !important;
		}
		
		.sticky .sub-menu li:hover a {
			color: #fff !important;
		}
		
	/* quick nav */

	#quick-icons  {
		height: 40px;
		padding: 20px 0;
	}
	
	#quick-icons .info-menu,
	#quick-icons .quick-menu {
		float: right;
	}

	#quick-icons li {
		display: inline-block;
		text-align: center;
		cursor: pointer;
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	
		.header-clear #quick-icons li {
			color: #fff;
		}
		
		.header-dark #quick-icons li {
			color: #333;
		}
	
	
	
		.header-clear #quick-icons li:hover {
			border: 2px solid #fff;
		}
		
		

	
	.quick-menu {
		border-left: 1px solid #dfdfdf;
		padding-left: 20px;
		display: none;
	}
	/*
		.sticky #quick-icons li:hover {
			border-style: solid;
			border-width: 2px;
		}*/
	
	.switch-menu {
		display: none;
		float: right;
		margin-right: 25px;
	}
	
	.switch-menu li i {
		display: inline-block;
	}
	
	/* mobile menu */
	
	#mobile-menu {
		display: none;
		text-align:center
	}
	
	#mobile-menu .sub-menu {
		display: none;
	}
		
	#mobile-menu .sub-menu .sub-menu {
		display: block;
	}
	
	#mobile-menu .sub-menu li a:hover {
		background-color: #fff;
		color: #22313F;
	}
	
	#mobile-menu .sub-menu li > a {
		display: block;
		font-size: 12px;
	}
	
	#mobile-menu .sub-menu .sub-menu li a {
		padding-left: 75px;
	}
	
	#mobile-menu .sub-menu .sub-menu .sub-menu {
		display: block;
	}
	
	#mobile-menu .sub-menu .sub-menu .sub-menu li a {
		padding-left: 100px;
	}
	
	#mobile-menu .menu-item-parent {
		position: relative;
	}
	
	/*#mobile-menu .menu-item-parent > a:after {
		content: '\e114';
		font-family: 'icomoon';
		position: absolute;
		right: 35px;
		cursor: default;
		pointer-events: none;
	}*/
	
	#mobile-menu.open {
		height: auto;
	}
	
/* logo */
		
.logo {
	float: left;	
	margin: -20px 50px;
    width: auto;
}

.logo a {
	height: 40px;
	display: block;
}


.logo img {
	height: 120px;
	display: block;
}

#logo-dark {
	display: none;
}

#logo-short {
	display: none;
	margin: 0 25px 0 50px;
}

#logo-short img {
	height: 15px;
	width: auto;
	padding: 10px;
	border-width: 3px;
	border-style: solid;
}
	
	.sticky #logo-dark {
		display: block;
	}
	
	.sticky #logo-white {
		display: none;
	}	
	
#icons-menu {
	position: absolute;
	bottom: 40px;
	width: 100%;
	height: 50px;
	z-index: 998;
	background-color: transparent;
}

#icons-menu ul {
	width: 100%;
	text-align: center;
}

#icons-menu li {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #fff;
	line-height: 54px;
}

#icons-menu li:hover {
	background-color: #fff;
	color: #333;
	border-radius: 100%;
}

#icons-menu li i {
	font-size: 20px;
}

	.sticky-icons {
		position: fixed !important;
		top: 70px;
		background-color: #fff !important;
		border-bottom: 1px solid #dfdfdf;
	}
	
	/* buttons */

	.section .btn-down {
		position: absolute;
		bottom: 50px;
		right: 50px;
		color: #fff;
		cursor: pointer;
		font-size: 30px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		width: 60px;
		border-width: 3px;
		border-style: solid;
		z-index: 999;
	}
	
	.page .btn-down {
		margin: 0 auto;
		cursor: pointer;
		font-size: 30px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		width: 60px;
		border-width: 3px;
		border-style: solid;
	 }
		
	.btn-up {
		display: none;
		cursor: pointer;
		bottom: 80px;
		color: #fff;
		font-size: 30px;
		height: 60px;
		line-height: 60px;
		position: fixed;
		opacity:0.7;
		right: 50px;
		text-align: center;
		width: 60px;
		z-index: 999;
		background-image: url(../img/botao_topo.jpg);
	}
	
	.btn-up:hover {
		
		opacity:1;
	}
	
		
/* 7 - HEADINGS */

.header-section,
.header-page {
    height: auto;
}

.title-section,
.title-page {
    font-size: 35px;
    font-weight: 700;
	letter-spacing: 2px;    
	margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
	color: #fff;
}

.subtitle-section,
.subtitle-page,
.meta-page {
    font-size: 20px;
    line-height: 130%;
	font-weight: 300;
    text-align: center;
}

/* 8 - SECTIONS */

/* 8.1 - OVERVIEW */

.overw-content {
    height: auto;
}

.overw-box {
	height: 300px;
}

.overw-icon {
	border: 3px solid #fff;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    width: 100px;
	cursor: pointer;
	color: #fff;
}

.overw-icon:hover {
	background-color: #fff;
}

.overw-title {
    color: #fff;
    font-size: 35px;
    line-height: 130%;
	font-weight: 400;
	letter-spacing: 2px;   
    text-align: center;
}

.overw-exc {
    color: #fff;
    text-align: center;
	line-height: 150%;
}

/* 8.2 - CALLOUT */

.callout-layer {
	height: 100%;
}

.callout-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 130%;
	letter-spacing: 2px;    
    text-align: center;
    text-transform: uppercase;
}

.callout-exc {
    font-size: 20px;
    line-height: 130%;
    text-align: center;
}

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

.callout-icons ul {
    text-align: center;
}

.callout-icons li {
    cursor: pointer;
    display: inline-block;
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    margin: 0 5px;
    text-align: center;
    width: 70px;
	color: #fff;
}

/* 8.3 - PORTFOLIO */

#portfolio {
	position: relative;
}

.port-content {
    height: 100%;
}

.port-filter ul {
    text-align: center;
}

.port-filter li {
	cursor: pointer;
	font-weight: 400;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 5px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.port-filter li:hover, .port-filter li.selected {
	color: #fff;
}

.port-item {
    height: 350px;
    position: relative;
	
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

	.port-caption {
		background-color: rgba(0,0,0,0.7);
		bottom: 20px;
		height: auto;
		left: 20px;
		right: 20px;
		position: absolute;
		top: 20px;
		width: auto;
		
		transform: scale(0,0);
		-moz-transform: scale(0,0);
		-webkit-transform: scale(0,0);
		-o-transform: scale(0,0);
		-ms-transform: scale(0,0);
		
		transform-origin: center center;
		-moz-transform-origin: center center;
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		-ms-transform-origin: center center;
	}
	
	.port-title {
		color: #fff;
		font-size: 16px;
		line-height: 120%;
		letter-spacing: 2px;		
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
	}
	
	.port-date {
		color: #fff;
		font-size: 13px;
		line-height: 120%;
		letter-spacing: 2px;		
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
	}
	
	.port-icon {
		margin: 0 auto;
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		width: 50px;
		color: #fff;
	}

.port-item:hover .port-caption {
    transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
}

.port-item img {
    height: 100%;
    width: auto;
}

/* 8.4 - PARALLAX */

.parallax-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 130%;
	letter-spacing: 2px;    
    text-align: center;
    text-transform: uppercase;
}

.parallax-exc {
    font-size: 20px;
    line-height: 130%;
    text-align: center;
}

/* 8.5 - SERVICES */

.serv-layer {
	height: 100%;
	width: auto;
}

.serv-box {
    border-width: 3px;
    border-style: solid;
}

.serv-icon {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
}

.serv-title {
    font-size: 35px;
	letter-spacing: 2px;    
	font-weight: 400;
	line-height: 130%;
    text-align: center;
}

.serv-exc {
    text-align: center;
	line-height: 150%;
}

/* 8.6 - FEATURES */

.feat-content {
    height: auto;
}

.feat-list {
    height: auto;
    margin: 0 auto;
}

.feat-icon {
	border-radius: 100%;
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 10px auto;
    text-align: center;
    width: 70px;
	cursor: pointer;
	border-style: solid;
	border-width: 3px;
}

.feat-icon:hover {
	color: #fff;
}

.feat-title {
    font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;    
	text-align: center;
    text-transform: uppercase;
}

.feat-exc {
    text-align: center;
	line-height: 150%;
}

/* 8.7 - IMAGES */

.image-box {
	position: relative;
	height: 600px;
}

.image {
	position: absolute;
	left: 0;
	top: 0;
	height: auto; 
}

.image img {
	width: 100%;
	height: auto;
}

/* 8.8 - COUNTERS */

.count-layer {
	height: 100%;
	width: 100%;
}

.count-icon {
	font-size: 35px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
}	

.count-title {
    text-align: center;
	letter-spacing: 2px;    
	font-weight: 400;
	text-transform: uppercase;
}

.count-value {
    font-size: 50px;
    text-align: center;
	font-weight: 700;
}

/* 8.9 - BLOG */

.blog-list .blog-box {
	margin: 0;
}

.blog-list .blog-detail {
	overflow: hidden;
	min-height: 300px;
}

.blog-list .blog-exc {
	overflow: hidden;
	max-height: auto;
}

.blog-list .blog-box {
	padding: 0;
}

.blog-layer {
	height: 100%;
	width: 100%;
}

.blog-date {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
	text-align: center;
    text-transform: uppercase;
}

.blog-thumb .blog-date {
	font-size: 14px;
	position: absolute;
	top: 30%;
	width: 100%;
	color: #333;
}

.blog-thumb {
    height: 220px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

#blog-carousel .blog-thumb {
	border: 10px solid #fff;
}

.blog-caption {
	background-color: #fff;
	bottom: 20px;
	height: auto;
	left: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: auto;
	
	transform: scale(0,0);
	-moz-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	
	transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
}

.blog-thumb:hover .blog-caption {
    transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
}
	
.blog-icon {
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	position: absolute;
	right: 50%;
	margin-right: -25px;
	top: 50px;
}
		
.blog-exc {
	line-height: 150%;
    text-align: left;
	margin-bottom:60px
}

.blog-more {
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	position: absolute;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	top: 50%;
}

.blog-title {
    font-size: 25px;
    font-weight: 700;
	letter-spacing: 2px;    
	text-align: left;
    text-transform: uppercase;
	font-family:"Roboto", Georgia, Serif;
}

.blog-meta {
    padding: 5px 0;
    text-align: center;
	font-weight: 400;
}

.blog-cat,
.blog-author {
    margin: 0 10px;
    text-align: center;
}

#blog-image {
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	height: 600px;
	width: 100%;
	clear: both;
}

/* 8.10 - BLOG ARCHIVE */

.page .blog-exc {
	font-size: 14px;
}

.page .blog-icon {
	top: 150px;
}

.blog-frame {
	border-width: 3px;
	border-style: solid;
	padding: 10px 10px 0 10px;
}

/* blog nav */

.blog-nav ul,
.port-nav ul {
	width: 100%;
	text-align: center;
}

.blog-nav li,
.port-nav li {
	display: inline-block;
	border-width: 3px;
	border-style: solid;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
}

.blog-next,
.port-next {
	margin-left: 25px;
}

.blog-prev,
.port-prev {
	margin-right: 25px;
}

/* 8.11 - QUOTES */

.quote-content {
    height: auto;
}

.quote-layer {
	height: 100%;
	width: 100%;
}

.quote-thumb {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;	
	
	border-radius: 100%;
	margin: 0 auto;
	height: 110px;
	width: 110px;
	border: 3px solid #fff;
	margin-bottom: 20px;
	overflow: hidden;
}

.quote-exc {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.quote-author {
    color: #fff;
    font-size: 40px;
	font-weight: 400;
    text-align: center;
}

/* 8.12 - TEAM */

#map .team-box {
	width: 250px;
	margin: 20px 0 20px 20px;
}

.team-thumb {
	clear: both;
	height: 300px;
	position: relative;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

.team-caption {
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 996;	
	opacity: 0;
	cursor: pointer;
}

.team-thumb:hover .team-caption {
	opacity: 1;
}

.team-name {
	text-align: center;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 2px;
}

.team-skills {
	font-weight: 400;
}

.team-skills ul {
	width: 100%;
	text-align: center;
}

.team-skills li {
	margin-bottom: 10px;
}
      
.team-skills li .bar-bg {
	background: #dfdfdf; 
	width: auto; 
	height: 30px; 
	line-height: 30px; 
	margin: 0 20px; 
	text-align: left;
}

 .team-skills li .bar-val {
	text-indent: 20px; 
	color: #fff; 
	height: 30px; 
	line-height: 30px;
}

.team-detail {
	clear: both;
	margin-top: 10px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	border-style: solid;
	border-width: 3px;
}

.team-role {
	float: left;
}

.team-contact {
	font-size: 20px;
	float: right;
}

.team-contact i {
	cursor: pointer;
	padding-left: 10px;
}

/* 8.13 - CLIENTS */

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

.client-thumb {
	display: inline-block;
}

/* 8.14 - MAP */

.map-content {
	height: auto;
}

.map {
	border: 0;
	height: 500px;
	width: 100%;
}

.gmap {
	height: 500px; 
	position: relative; 
	overflow: hidden;
}

.map-icon {
    color: #fff;
    cursor: pointer;
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    margin: 150px auto 10px auto;
    text-align: center;
    width: 70px;
}

.map-title {
	font-size: 35px;
    font-weight: 700;
	letter-spacing: 2px; 
	margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.map-subtitle {
	font-size: 25px;
	line-height: 130%;
    text-align: center;
}

#gmap_markers {
	display: none;
}

/* 8.15 - CONTACTS */

.contact-content {
	height: auto;
}

.contact-message {
	height: auto;
}

.contact-icons {
	margin-bottom: 20px;
}

.contact-icons li {
    cursor: pointer;
    display: inline-block;
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    margin: 0 5px;
    text-align: center;
    width: 70px;
	color: #fff;
}

.contact-exc {
	font-size: 16px;
	line-height: 30px;
}

.contact-detail li {
	list-style: none;
	line-height: 150%;
	font-size: 20px;
	font-weight: 400;
}

.contact-detail li i {
	margin-right: 10px;
}

	.contact-btn:hover {
		background-color: #fff;
		border-width: 3px;
		border-style: solid;
	}
	
/* form elements */

	input {
		height: 40px;
		clear: both;
		margin-bottom: 10px;
		line-height: 100%;
		padding: 0 25px;
		border-style: solid;
		border-width: 2px;
		background-color: #fff;
	}
	
	textarea {
		min-height: 140px;
		clear: both;
		padding: 25px;
		margin-bottom: 10px;
		background-color: #fff;
		border-style: solid;
		border-width: 2px;
		resize:none;
	}
	
	input[type="submit"] {
		width: auto;
		padding: 0 25px;
		clear: both; 
		border-style: solid;
		border-width: 2px;
		color: #fff;
		cursor: pointer;
	}
	
/* 9 - POST PAGE */

/* 	page header */

#post-image .header-page {
	position: absolute;
	padding: 0;
	width: 100%;
	bottom: 0;
}

.header-layer-page {
	width: 100%;
	height: 100%;
}

#post-image {
	background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	height: 600px;
	width: 100%;
	clear: both;
	position: relative;
}

.post-meta {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
}

.post-meta span {
	font-size: 20px;
	letter-spacing: 2px;
	padding: 0 10px;
	font-weight: 400;
}

.post-wrap {
	height: 100%;
}

.post-content {
	line-height: 1.3;
	font-size: 16px;
}

/* post video */

iframe.post-video {
	width: 100%;
	border: none;
}

iframe.post-audio {
	width: 100%;
	border: none;
	overflow: hidden;
}

/* post gallery */



.gallery-thumb {
    height: 300px;
    position: relative;
	
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

.gallery-caption {
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	
	transform: scale(0,0);
	-moz-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	
	transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
}

.gallery-thumb:hover .gallery-caption {
    transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
}
	
.gallery-icon {
	font-size: 25px;
	text-align: center;
	width: 50px;
	line-height: 300px;
	position: absolute;
	right: 50%;
	margin-right: -25px;
	color: #fff;
	cursor: pointer;
}

/* 	post slider */

.slide-image {
	background-attachment: fixed;
    background-position: center center;
    background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	height: 600px;
	width: 100%;
	clear: both;
	position: relative;
}

/* post comments */

.post-comment {
	list-style: none;
}

	.user-thumb {
		float: left;
		width: 40px;
		height: 40px;
		overflow: hidden;
		border-width: 3px;
		border-style: solid;
		border-radius: 100%;
		padding: 10px;
	}
	
	.user-thumb img {
		width: 100%;
		height: auto;
	}
	
	.user-wrap {
		padding-top: 10px;
		float: left;
	}
		
	.user-comment {
		display: inline-block;
		border-left-width: 3px;
		border-left-style: solid;
		font-size: 16px;
		line-height: 30px;
		margin-left: 31px;
	}
	
	.reply-comment {
		display: inline-block;
		padding: 5px;
		font-size: 16px;
		margin-left: 56px;
		font-weight: 400;
		cursor: pointer;
		color: #fff;
	}

/* 10 - ELEMENTS UI */

.ui-accordion .ui-accordion-header {
	padding: 10px 0;
	margin-bottom: -2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.ui-accordion .ui-accordion-content,
.ui-tabs .ui-tabs-panel {
	padding: 10px;
	border-style: solid;
	border-width: 2px;
}

.ui-tabs .ui-tabs-nav li {
	margin: 5px 5px 5px 0;
	border-style: solid;
	border-width: 2px;
}

.ui-tabs .ui-tabs-nav li a {
	display: block;
	padding: 10px;
}

.ui-toggle .ui-toggle-header {
	
	
	margin: 5px 0;
	cursor: pointer;
	background: #43b3be;
	font-size: 20px;
	font-weight:700;
	color:white;
	}

	.ui-toggle .ui-toggle-header strong {
	padding:20px;
	
	}
	
.categoria-titulo-mobile{background: rgba(0, 0, 0, 0) url("../img/seta.png") no-repeat scroll 95% center / 20px 10px;
    border-bottom: 2px solid white;
    padding: 10px 0;}

.ui-toggle .ui-toggle-content {
	display: none;
}

.ui-btn {
	display: inline-block;
	border-style: solid;
	border-width: 2px;
	font-weight: 400;
}

.ui-btn a {
	display: block;
}

.ui-btn:hover a {
	color: #fff;
}

.ui-btn-small a {
	padding: 5px;
}

.ui-btn-medium a {
	padding: 10px;
}

.ui-btn-large a {
	padding: 15px;
}
	
/* 11 - WIDGETS */

aside {
	margin-top: 0px !important;
	display:block
}

.widget-title {
	font-size: 16px;
    font-weight: 700;
	letter-spacing: 2px;    
	text-transform: uppercase;
	color: #fff;	
}

.widget-exc {
	font-size: 16px;
	line-height: 1.3;
}

.widget-logo {
	margin-left: 30px;margin-top: 50px;
}
.widget-logo img{
	width: 200px;
}
.widget-address {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 10px;
}

.widget-phone {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}

.widget-post li,
.widget-port li {
	margin-bottom: 0px;
	clear: both;
	position: relative;
}

.widget-post .post-date,
.widget-port .port-date {
	text-align: center;
	padding: 10px;
	font-weight: 700;
	height: auto;
	width: 30px;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	position: absolute;
	top: 0;
	left: 0;
}
	
.widget-post .post-detail,
.widget-port .port-detail {
	padding-left: 0px;
	height: auto;
}
	
.widget-post .post-title,
.widget-port .port-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	width: auto;
	margin: 0;
	text-transform: uppercase;
}
.widget-post .post-exc:hover	a{color:#42b3be}
#footer-copy a:hover {color:#42b3be}

.widget-post .post-exc,
.widget-port .port-client,
.widget-port .port-skills {
	display: block;
}

.widget-port .port-client {
	text-transform: capitalize;
	font-weight: 400;
}

.widget-form input,
.widget-form textarea {
	border: 2px solid #fff;
}

.widget-form textarea {
	min-height: 100px;
	max-height: 100px;
}
	
/* 12 - FOOTER */

.footer-layer {
	height: 100%;
	width: 100%;
	padding: 10px 0;
}

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

.footer-icons ul {
    text-align: center;
}

.footer-icons li {
	margin:5px
}



#footer-copy {
	float: left;
	height: auto;
	text-align: center;	
	color: black;
	width:100%;
	font-size:13px
}


/* chrome fix */

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    
	#blog .parallax, #quotes .parallax {
		background-attachment: scroll;
	}

}