@charset 'utf-8';
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,500,500italic,700,700italic&amp;subset=latin,cyrillic-ext,latin-ext,cyrillic);
@import url(fontello/css/fontello.css);



/* Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    /*font-family: inherit;*/
   font-family: 'helvetica','Open Sans','sans-serif';
    font-size: 105%;
    font-style: inherit;
    /*font-weight: inherit;*/
   font-weight:normal;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; 			/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; 			/* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; 	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; 		/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	scrollbar-width: none;
}

.mapa{
	margin-top:63px;
}
.btnmapa{
	background-color: #4db6ac;
	border-radius: 5px;
	color: #fff;
	padding: 5px;
	margin-top:10px;
	text-align: center;
	width: 100px;
	
}
.btnmapa:hover{
	background: #4db6ac;
	color:#fff;
	cursor:pointer;
}
.area_localiz{
	padding: 10px;
	border: 1px solid #4db6ac;
	margin-top:10px;
}
.clearboth:after {
    width: 100%;
    content: "";
    display: block;
    clear: both;
}
.clear {
    width: 100%;
    clear: both;
}
.visible {
    display:block;
    visibility:visible;
}

.image_wrapper {
    overflow:hidden;
    position:relative;
}
.image_wrapper img {
    width:100%;
    height:auto;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.pic_wrapper {
    width: 100%;
    padding: 5px;
    background-color:#fafafa;
    border: 1px solid #efefef;
    border-top:none;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:    0px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow:         0px 1px 0px rgba(0, 0, 0, 0.05);	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image_wrapper .image_overlay {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#ffffff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}
.image_wrapper:hover .image_overlay {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: 0.50;
}
.image_wrapper .image_link,
.image_wrapper .image_zoom {
    position:absolute;
    top:50%;
    width:50px;
    height:50px;
    border-radius:50%;
    background-color:#6f6f6f;
    margin-top:-25px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}
.image_wrapper .image_link:hover,
.image_wrapper .image_zoom:hover {
    background-color:#4db6ac;
}
.image_wrapper .image_link {
    left:-50px;
    margin-left:-53px;
}
.image_wrapper:hover .image_link {
    left:50%;
}
.image_wrapper .image_zoom {
    right:-50px;
    margin-right:-53px;
}
.image_wrapper:hover .image_zoom {
    right:50%;
}
.image_wrapper .image_link [class^="icon-"]:before,
.image_wrapper .image_link [class*=" icon-"]:before,
.image_wrapper .image_zoom [class^="icon-"]:before,
.image_wrapper .image_zoom [class*=" icon-"]:before {
    font-size:18px;
    left: 16px;
    top: 16px;
    color:#ffffff;
}
.image_wrapper .image_zoom [class^="icon-"]:before,
.image_wrapper .image_zoom [class*=" icon-"]:before {
    left: 18px;
}

ul.slides {
    margin:0;
}
ul.slides li {
    list-style:none;
}

.post_info {
    font-size:12px;
    color:#ababab;
}
.post_info a {
    font-style:italic;
    color:#6f6f6f !important;
}
.post_info a:hover {
    color:#4db6ac !important;
}
.post_info_delimiter {
    display: inline-block;
    height:10px;
    margin-left:10px;
    border-left:1px solid #6f6f6f;
    padding-left:10px;
}
.post_info .post_views,
.post_info .post_comments {
    position:relative;
    display:inline-block;
    padding-left:20px;
}
.post_info .post_views [class^="icon-"]:before,
.post_info .post_views [class*=" icon-"]:before,
.post_info .post_comments [class^="icon-"]:before,
.post_info .post_comments [class*=" icon-"]:before {
    font-size: 15px;
    left: 0;
    top: 4px;
    color:#d7d7d7;
}
.post_views a,
.post_comments a {
    color:#ababab !important;
    font-weight:normal !important;
    font-style:normal !important;
}
.post_views a:hover,
.post_comments a:hover {
    color:#4db6ac !important;
    font-weight:normal !important;
    font-style:normal !important;
}
.post_comments a:hover .comments_number {
    color:#4db6ac !important;
}
.post_views a:hover [class^="icon-"]:before,
.post_views a:hover [class*=" icon-"]:before,
.post_comments a:hover [class^="icon-"]:before,
.post_comments a:hover [class*=" icon-"]:before {
    color:#4db6ac !important;
}

.btn_catalogo{
	/*
	background-color: #4db6ac;
    border-radius: 5px;
    color: #fff;
    float: right;
    margin-right: 40px;
    padding: 5px;
    text-align: center;
    width: 100px;
    */
   float:right;padding: 5px; border: 1px solid #4db6ac; border-radius:5px;font-size:12px;width:100px;
   margin-top:10px;
    color: #4db6ac;
    min-width:120px;
    text-align:center;
}
.btn_catalogo:hover{
	background: #4db6ac;
	color:#fff;
    min-width:120px;
    text-align: center;
}

/* 201911301_1 */
.btn_minutaproposta{
	float:right;padding: 3px; border: 1px solid #4db6ac; border-radius:5px;font-size:12px;width:100px;
	margin-top:6px;margin-right:5px;
	   
}
/* 201911301_1 */
.btn_minutaproposta:hover{
/*	background: #4db6ac;*/
	color:#4db6ac;
	cursor:pointer;

}
/* 201911301_1 */
.btn_minutaproposta_topo{
		margin-top:-50px;
}
/* 201911301_1 */
.btn_minutaproposta_original{
		margin-top:0px;
}

.cabec_ficha{
	display:inline-block;
	width:100%;
}

.lote_ficha{
	float:left;
}

.pesquisa{
	position:relative;
	display:block;
	width:100%;
	margin:auto;
	margin-top:-200px;
}
.btn_pesquisa{
	background: #4db6ac;
    border-radius: 5px;
    color: #fff;
    float: right;
    text-align: center;
    width: 100px;
    height:30px;
    border:none;
    _margin-top:25px;
    font-weight: normal;
    border: 1px solid #000;
    margin-top:50px;
}
.btn_pesquisa:hover{
	background: #4db6ac;
	_border: 1px solid #000;

}
#procurar-vendas{
	right: 0;
	position: relative;
	top: 0px;
	width:100%;
}
.area_pesquisa{
	_border:1px solid #4db6ac;
	margin-bottom:10px;
	margin-bottom: 10px;
	_background-color: rgba(200, 200, 200, 0.6);
}
.area_filtro_pesquisa{
	padding:10px;
	width:690px;
	position:relative;
	display:inline-block;
	width:100%;
	padding-top:0px;
}
.area_filtro_pesquisa .criterios{
	width:80%;
	position:relative;
	float:left
}

.area_filtro_pesquisa .criterios .tipos_bens {
	width:95%;
	margin-bottom:10px;
	padding:10px;
	background-color: rgba(250,170,0,0.5);
	border-radius:5px;
}

.area_filtro_pesquisa .criterios .tipos_bens input[type="checkbox"]{
	margin-right:5px;
}
.area_filtro_pesquisa .criterios .tipos_bens span{
	color:#000;
	min-width:100px;
	
}

.area_filtro_pesquisa .criterios .tipos_bens .item{
	_border:1px #000 solid;
	_min-width:150px;
	display: inline-block;	
	margin-right:55px;
}

.area_filtro_pesquisa .criterios .pesq_local select{
	margin-right: 5px; 
	width:225px;
	float: left
}

.area_btn_pesquisa{
	_border-left:1px solid #4db6ac;
	_height:82px;
	display:inline-block;
	_width: 130px;
	width:13%;
}
.pesquisa_tipovenda{
	display:block;
	position:relative;
	padding:0px;
	width:100%;
	height:200px;
}
/*
.pesquisa_tipovenda a{
	color: #4db6ac;
	display: inline-block;
	padding: 5px;
	border: 1px #000 solid;
	background-color: #000;
	border-radius: 10px;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
	min-width:120px;
	text-align:center;
	text-decoration: none;
}

.pesquisa_tipovenda .current{
	background-color:#4db6ac;
	color:#000;
	border-color:#4db6ac;
}
*/	

.botao_vendas{
	height:100%;
	float:left;
	position:relative;
	display:inline-block;
	background-color: rgba(87,181,58,.34);
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	z-index:1;
}

.botao_vendas:hover{
	background-color: rgba(98,239,54,.34);
}

.leilao_electronico{
	width:24.9%;
	margin-right:1px;
	line-height:200px;
}
.leilao_presencial{
	width:24.9%;
	margin-right:1px;
	line-height:200px;
}
.carta_fechada{
	width:24.9%;
	height:49.9%;
	margin-right:1px;
	margin-bottom:1px;
	line-height:100px;
}
.negociacao{
	width:24.9%;
	height:49.9%;
	margin-right:1px;
	margin-bottom:1px;
	line-height:100px;
}
.centro_oportunidades{
	width:24.9%;
	height:49.9%;
	margin-right:1px;
	line-height:100px;
}
.pos_leilao{
	width:24.9%;
	height:49.9%;
	line-height:100px;
}

.filtro_vazio{
	font-size:30px;
	width: 100%;
	display: block;
	font-weight: lighter;
	padding-top: 25px;
	color: #666;
	text-transform: uppercase;
}

.lista_vendas{
	_margin-top:80px;
}

.destaques{
	margin-top:230px;
	padding-left:10px;
	padding-right:10px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.destaques h2{
	color:	#4db6ac;
}

.destaques img{
	width: 42%;
	float: left;
	margin: 2%;
	border: 1px solid #ccc;
	padding: 3px;
	height: 80px;
}

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

.zona1{
	display:block;
	width:25%;
	_border-right:1px solid #000;
	float:left;
	background-color: #b9e3ae;
	_height:250px;
}
.zona1 .margem{
	padding:30px;
}
.zona1 p{
	font-size:15px;
}
.zona1 .etiqueta{
	color: #f66420;
	width: 100%;
	display: block;
	text-align: left;
	
}
.zona1 .valor{
	display: block;
	width: 100%;
	text-align: left;
	color:#1c2829;
	margin-bottom:20px;
}
.zona2{
	display:block;
	width:49%;
	_border-right:1px solid #000;
	float:left;
	background-color: #fff;
	_height:250px;
}

.zona2 .titulo{
	color:#f66420;
	text-transform:uppercase;
}
.zona2  .title_area{
	padding:0px !important;
	float:left;
	width:70%;
}
.zona2 .botoes{
	width:20%;
	float:right;
	padding:0px !important;
}
.zona2 .margem{
	padding:30px;
}
.zona3{
	display:block;
	width:25%;
	float:left;
	_height:250px;
	background-color: #ffffff;
}
.zona3 div{
	_height:100%;
	width:100%;
}
.foto_venda{
	width:100%;
	height:100%;
}
.foto_venda img{
	height:100%;
}

.documentos_verba .doc_tit {
	border-bottom: 1px solid #000000;
}
/* Icons */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    display:block;
    position: absolute;
    left:0;
    top:0;
    margin:0;
    padding:0;
}

.doc a{
	color:#000 !important;
}


/* Basic tags settings
-------------------------------------------------------------- */
body, button, input, select, textarea {
    background: #fff;
    color: #000;
    outline: none;
    /*font-family: Ubuntu, Arial, Helvetica, sans-serif;*/
   font-family:'Open Sans','sans-serif';
   font-weight:normal;
    font-size: 14px;
    line-height: 20px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
table {
    border-collapse:collapse;
    border-spacing: 0;
}
caption, th {
    font-weight: bold;
    text-align: center;
}
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

::selection {
    background: #a2a9ae; /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #a2a9ae; /* Firefox */
    color: #fff;
}

h1,h2,h3,h4,h5,h6 {
    /*clear: both;*/
    color:#191919;
    /*font-weight:bold;*/
   font-weight:normal;
    margin:30px 0 16px 0;
}
h1.title,h2.title,h3.title,h4.title,h5.title,h6.title {
    text-transform:uppercase;
}
h1 {	font-size: 21px; font-weight:500; }
h2 {	font-size: 18px; }
h3 {	font-size: 16px; }
h4 {	font-size: 14px; }
h5 {	font-size: 13px; }
h6 {	font-size: 12px; }

p {
    margin-bottom: 20px;
}
ul, ol {
    margin: 0 0 20px 20px;
}
li > ul,
li > ol {
    margin-bottom: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em 20px;
}
address {
    margin: 0 0 1.5em;
}
pre {
    font-family: "Courier New", Courier, monospace;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font-family: "Courier New", Courier, monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
/*    background: #fff9c0;*/
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
}
figure img {
    vertical-align: top;
    width:100%;
    height:auto;
}
figure figcaption {
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background:#000000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: 0.5;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    padding: 5px 9px 4px;
}
figure:hover figcaption {
    margin-bottom: -30px;
}

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




/* Form fields settings
-------------------------------------------------------------- */
button,
input,
select,
textarea {
    font-size: 100%;	/* Corrects font size not being inherited in all browsers */
    margin: 0;			/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    height: 28px;
    line-height: 28px;
    color: #191919;
    font-weight: bold;
    padding: 0 10px;
    -webkit-box-shadow: 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 1px 1px rgba(0,0,0,.05);
    box-shadow: 1px 1px rgba(0,0,0,.05);
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
    background: -webkit-linear-gradient(#ffffff 0%, #f5f5f5 100%);
    background: -moz-linear-gradient(#ffffff 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(#ffffff 0%, #f5f5f5 100%);
    background: -o-linear-gradient(#ffffff 0%, #f5f5f5 100%);
    background: linear-gradient(#ffffff 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
    cursor: pointer;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border: 1px solid #c3c6c7;
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdfdfd 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdfdfd 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdfdfd 0%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdfdfd 0%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdfdfd 0%,#ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.05);
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: none; /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
    outline: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 18px;
    padding: 3px 6px 3px;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.04);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.04);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.04);
    border-radius: 2px;
    resize: none;
    -webkit-appearance: none;
    height:30px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: none;
    color: #6f6f6f;
    border-color: #66AFE9;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top; /* Improves readability and alignment in all browsers */
    padding: 3px;
    height:70px;
}




/* Screen readers
-------------------------------------------------------------- */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}




/* Links
-------------------------------------------------------------- */
a {
    color: #4db6ac;
    text-decoration:none;
}
a:hover {
    color: #4db6ac;
}
a:visited {
    color: #4db6ac;
}
a,
a:hover,
a:focus,
a:active {
    outline: 0;
}
a img {
    border: 0;
}




/* Alignment Styles
-------------------------------------------------------------- */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.text-justify{
	text-align:justify;
}


/* Page settings
-------------------------------------------------------------- */
#page {
    background-color:#1c2829;
    _min-width:1170px;
}

.boxed #page {
    width: 1230px;
    margin:0 auto;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 0px 5px 1px rgba(0, 0, 0, 0.2);	
}

/* Content and sidebar area*/
#main_inner {
    width: 1170px;
    margin:0 auto;
    background-color:#fff;
    padding:20px;
    margin-bottom:20px;
}
#main_inner_banner {
    width: 1170px;
    margin:0 auto;
    background: #efefef;
}
.with_sidebar #content {		width: 872px; }
.without_sidebar #content {		_width: 1170px; }

.left_sidebar #sidebar_main {	float:left; }
.left_sidebar #content {		float:right; }
.right_sidebar #sidebar_main {	float:right; }
.right_sidebar #content {		float:left; }

.banner{
	_margin-top: -134px;
	_position: absolute;
	z-index: 0;
	width:100%;
}

.banner img{
	width:100%;
}

.left0{
	margin-left:0px !important;
}
.padding0{
	padding:0px !important;
}
.margin0{
	margin:0px !important;
}
.fundo_verbas{
	background-color:#1c2829;
}
/* Main slider
-------------------------------------------------------------- */
#main_slider_inner {
    padding-bottom:20px;
}
.main_slider_fixed #main_slider_inner {
    width: 1170px;
    margin:0 auto;
    padding-top:30px;
}
#main_slider_inner .sc_slider_flex .slides li {
    min-height:450px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
#main_slider_inner .sc_slider_flex .slides li a {
    display:block;
    min-height:450px;
}





/* Google map
-------------------------------------------------------------- */
#main_map_inner {
    padding-bottom:20px;
}



/* Header
-------------------------------------------------------------- */

.logo_default{
	float:left;
	margin-top:-30px;
}

/* Top line*/
#header{
	position:absolute;
	width:100%;
	z-index: 1;
}

#header_top {
	height: 40px;
	_border-bottom: 1px solid #ededed;
	_background-color: #000000;
	width: 1170px;
	margin: auto;
}
#header_top_inner {
    color:#ababab;
    _width: 1170px;
    margin:0 auto;
    overflow:hidden;
}

#header_top_inner [class^="icon-"]:before,
#header_top_inner [class*=" icon-"]:before {
    font-size:23px;
    top:8px;
    color:#c9c9c9;
}

#header_top_inner .call_us {
    font-size: 13px;
    position:relative;
    float:right;
/*    width:220px;*/
    height:31px;
 /*   border-right: 1px solid #ededed;*/
    padding:9px 0 0 15px;
    overflow:hidden;
}

#header_top_inner .login_or_register {
    font-size: 13px;
    position:relative;
    float:right;
    margin-left:15px;
    padding:9px 0 0 25px;
    overflow:hidden;
}
#header_top_inner .login_or_register a {
    color:#fff;
}
#header_top_inner .login_or_register a:hover {
    color:#fff;
    text-decoration: none;
}

#header_top_inner .login_or_register .fa {
    color: #fff;
	margin-right: 5px;
	font-size: 23px;
	margin-left: 25px;
}

#header_top_inner .header_icons {
    width: 280px;
    float:right;
    overflow:hidden;
    position:relative;
}
#header_top_inner .header_icons [class^="icon-"]:before,
#header_top_inner .header_icons [class*=" icon-"]:before {
    font-size:20px;
    top:10px;
}

#header_top_inner .social {
    float:right;
    display:block;
    position:relative;
    width: 38px;
    height:40px;
}
#header_top_inner .social:hover [class^="icon-"]:before,
#header_top_inner .social:hover [class*=" icon-"]:before {
    color:#4db6ac;
}

#header_top_inner .header_icons .search_link [class^="icon-"]:before,
#header_top_inner .header_icons .search_link [class*=" icon-"]:before {
    font-size:23px;
    color:#4db6ac;
    margin-left:10px;
    top:8px;
}
#header_top_inner .header_icons .searchform {
    display: none;
    position:absolute;
    right:10px;
    top:6px;
    z-index:1000;
}
#header_top_inner .header_icons .searchform .field_search {
    width:190px;
    border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;		
}
#header_top_inner .header_icons .search_link {
    float:right;
    position: relative;
    width: 40px;
    height: 41px;
    display: block;
    margin-right:4px;
}
#header_top_inner .header_icons .search_over {
    position: relative;
    width: 40px;
    height: 60px;
    background: #fff;
    z-index: 999;
    display: block;
}
#header_top_inner .header_icons .search_link:after {
    display: block;
    width: 0px;
    position: absolute;
    top: 1px;
    bottom: 0;
    content: "";
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0, .3);
    -moz-box-shadow: 0 0 2px 1px rgba(0,0,0, .3);
    box-shadow: 0 0 2px 1px rgba(0,0,0, .3);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
#header_top_inner .header_icons .search_link:before {
    display: block;
    width: 0px;
    position: absolute;
    top: 1px;
    bottom: 0;
    content: "";
    right: 0;
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0, .3);
    -moz-box-shadow: 0 0 2px 1px rgba(0,0,0, .3);
    box-shadow: 0 0 2px 1px rgba(0,0,0, .3);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

/* Middle section - logo and mainmenu */
#header_middle {
    width:100%;
    position:relative;
    _min-height:104px;
    _border-bottom:5px solid #4db6ac;
    background-color:rgba(87,181,58,0.34);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0, .1);
    -moz-box-shadow: 0 0 3px rgba(0,0,0, .1);
    box-shadow: 0 0 3px rgba(0,0,0, .1);
    height:93px;
}
.menu_fixed #header_middle_wrapper {
    position:fixed;
    top: 0;
    left: 0;
    z-index:9000;
    width:100%;
}
.menu_fixed #header_middle {
    margin:0 auto;
    -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0, .1);
    -moz-box-shadow: 0 1px 5px 1px rgba(0,0,0, .1);
    box-shadow: 0 1px 5px 1px rgba(0,0,0, .1);	
    display:none;
}
.boxed.menu_fixed #header_middle {
    width:1230px;
}
#header_middle_fixed {
    display:none;
    min-height:104px;
}
.menu_fixed #header_middle_fixed {
    display:block;
}
#header_middle_inner {
    width: 1167px;
    margin:0 auto;
}
#header_middle_inner:after {
    content:"";
    display:block;
    height:0;
    clear:both;
}
#header_middle_inner .logo {
    float: left;
    padding:0 10px 0 0;
    line-height:104px;
}
#header_middle_inner .logo img {
    max-height: 100px;
    vertical-align:middle;
}
#header_middle_inner .logo_default {
    float: left;
    padding:2px 0 0 0;
    max-width: 160px;
    max-height: 100px;
}
#header_middle_inner .logo_default a {
    font-size:35px;
    color:#373737;
    font-weight:500;
    text-transform:uppercase;
}
#header_middle_inner .logo_default a:hover {
    color:#4db6ac;
}
#header_middle_inner .logo_norma {
    display:inline-block;
    width:24px;
    height: 24px;
    position:relative;
    margin:0 2px;
}
#header_middle_inner .logo_norma_top {
    position:absolute;
    left:0;
    top:0;
    width:24px;
    height:4px;
    display:block;
    background-color:#4db6ac;
}
#header_middle_inner .logo_norma_top:before {
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:7px;
    display:block;
    background-color:#4db6ac;
}
#header_middle_inner .logo_norma_top:after {
    content:"";
    position:absolute;
    left:20px;
    top:4px;
    width:4px;
    height:7px;
    display:block;
    background-color:#4db6ac;
}
#header_middle_inner .logo_norma_bottom {
    position:absolute;
    left:0;
    top:20px;
    width:24px;
    height:4px;
    display:block;
    background-color:#7f7f7f;
}
#header_middle_inner .logo_norma_bottom:before {
    content:"";
    position:absolute;
    left:0;
    top:-5px;
    width:4px;
    height:5px;
    display:block;
    background-color:#7f7f7f;
}
#header_middle_inner .logo_norma_bottom:after {
    content:"";
    position:absolute;
    left:20px;
    top:-5px;
    width:4px;
    height:5px;
    display:block;
    background-color:#7f7f7f;
}

/* Main Menu */
#header_middle_inner #mainmenu_area {
    /*max-width:870px;*/
    float:right;
}
#header_middle_inner #mainmenu_area:after {
    content:"";
    display:block;
    height:0;
    clear:both;
}
#header_middle_inner #mainmenu {
    margin:41px 0 0 0;
    list-style:none;
}

#header_middle_inner #mainmenu > li  {
    float: left;
    text-transform:uppercase;
    font-weight:bold;
    margin-left: 35px;
    position:relative;
}
#header_middle_inner #mainmenu > li:first-child {
    margin-left: 0;
}
#header_middle_inner #mainmenu > li > a {
    display:block;
    height:61px;
    border-bottom:2px solid transparent;
    color: #ffffff;
}
#header_middle_inner #mainmenu > li.current-menu-item > a {
    color:#4db6ac;
}
#header_middle_inner #mainmenu > li > a:hover,
#header_middle_inner #mainmenu > li.sfHover > a {
    color: #4db6ac;
   /* border-bottom-color:#4db6ac;*/
	text-decoration:none;
	
}
#header_middle_inner #mainmenu > li.sfHover > a:after {
    content:"";
    position:absolute;
    display:block;
    top: 26px;
    left: 50%;
    width: 0px;
    height:0px;
    margin-left:-2px;
    border-width: 3px;
    border-style: solid;
    border-color: #191919 transparent transparent transparent;
}

/* Second level*/
#header_middle_inner #mainmenu > li ul {
    position: absolute;
    left: 0;
    top: 63px;
    margin:0;
    z-index: 1999;
    display: none;
    background: #4db6ac;
    width: 210px;
}
#header_middle_inner #mainmenu > li ul li {
    float:none;
    list-style: none;
    position: relative;
}
#header_middle_inner #mainmenu > li ul li a {
    display: block;
    font-weight:normal;	
    text-transform:uppercase;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 10px;
    color: #ffffff;
}
#header_middle_inner #mainmenu > li ul li.current-menu-item > a {
    background-color:#6f6f6f;
}
#header_middle_inner #mainmenu > li ul li + li a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#header_middle_inner #mainmenu > li ul li a:hover,
#header_middle_inner #mainmenu > li ul li.sfHover > a {
    color: #ffffff; 
    background: #373737;
}

#header_middle_inner #mainmenu > li ul li ul {
    left: 211px;
    top: 0;
}
#header_middle_inner #mainmenu > li ul li ul li ul li ul {
    left: -211px;
    top: 0;
}

/* Main menu substitute on resolution < 600 */
.select-menu {
    height: 30px;
    position: relative;
    margin-top:11px;
}
.select-menu .holder {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: #959595;
    padding: 0 7px;
    pointer-events:none;
    z-index: 999;
    background: #fcfcfc;
}
.select-menu .icon {
    height: 29px;
    right: 0;
    border-left: 1px solid #e0e0e0;
    //background: url(../images/menu-select.gif) 11px 10px no-repeat;
    width: 28px;
    position: absolute;
    z-index: 1100;
    pointer-events:none;
}
.select-menu .selected-item.first {
    position: relative;
    padding: 0 6px;
    margin: 0;
    border: 1px solid #e0e0e0;
    color: #959595;
    font-size: 13px;
    border-radius: 2px;
    background: #FCFCFC;
    z-index: 999;
    background: #fcfcfc;
    height: 28px;
    line-height: 28px;
}
.select-menu .select-menu-list {
    width: 100%;
    height: 30px;
}
.select-menu .select-menu-list li {
    list-style: none;
    line-height: 20px;
    margin: 0 0 5px 0;
}
.select-menu .select-menu-list li a {
    text-decoration: none;
    display: block;
}



/* Main section
-------------------------------------------------------------- */
#main {
    /* border-top:1px solid #f2f2f2; */
   
}

.fbshareCurrentPage{
	cursor: pointer;
}

/* Breadcrumbs */
#main #breadcrumbs_area {
    height:275px;
    border-bottom:1px solid #ededed;
    overflow:hidden;
    background-color:#1c2829;
}
#main #breadcrumbs_area a{
	color:#4db6ac;
}
#main #breadcrumbs_area i{
	color:#4db6ac;
	font-size:15px;

}

#main #breadcrumbs_inner {
    width: 1170px;
    margin:175px auto;
}
#main #breadcrumbs_inner .title {
    float:left;
    _max-width:65%;
    margin:22px 0 0 0;
    color:#fff;
}
#main #breadcrumbs_inner .breadcrumbs {
    float:right;
    _max-width:500px;
    margin: 22px 0 0 0;
    overflow:hidden;
}

.main_home{
	_margin-top:-25%;
}
.slogan{
	display: block;
	height: 150px;
	position: absolute;
	left: 60%;
	top: 40%;	
}

.slogan_l1{
	font-size: 23px;
	color: #fff;
	float: right;
	line-height: 75px;
	display: inline-block;
	text-align: right;
	width: 100%;
	
}

.slogan_l2{
	font-size: 81px;
	color: #fff;
	float: right;
	line-height: 80px;
	display: inline-block;
	text-align: right;
	width: 100%;
	font-weight: bold;
}

.breadcrumbs li {
    list-style:none;
    float:left;
    font-size:12px;
}/*
.breadcrumbs li+li:before {
    content: "/";
    display:block;
    margin:0 2px;
    float:left;
}*/
.breadcrumbs, .breadcrumbs li, .breadcrumbs li a {
    color: #ababab;
}
.breadcrumbs li a:hover {
    color: #4db6ac;
}
/*
.breadcrumbs-menu li+li:before {
    content: " ";
    display:block;
    margin:0 2px;
    float:left;
}

.breadcrumbs-menu li+li:after {
	
	content: " ";
    display:block;
    margin:0 2px;
    float:left;
}
*/
#main #breadcrumbs_inner .breadcrumbs-menu {
    margin-right: 15px;
}

.breadcrumb.breadcrumbs-menu{
    color: #000;
}

.breadcrumbs.breadcrumbs-menu, .breadcrumbs.breadcrumbs-menu li, .breadcrumbs.breadcrumbs-menu li a{
    color: #000;
    margin-left:10px;
    text-decoration:none;
}

.breadcrumbs-menu li a:hover{
    color: #4db6ac;
}


/* --------------------- Blog section ------------------------ */
#content {
    _padding-bottom: 30px;
}
.content_blog article {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom:1px solid #1c2829;
    position:relative;
    overflow:hidden;
    padding-right: 10px;
    text-align:justify;
	_display: flex;
}
.content_blog article .flex{
	display:flex;
}
#content .readmore {
    text-align:right;
    float:right;
    _margin-top:-6px;
    font-size:12px;
}
#content .sc_slider {
    margin-bottom:30px;
}
#content .sc_slider_revo {
    height:auto !important;
}
#content .video_container {
    margin-bottom:20px;
}

#content .more-link {
    /*
    display: inline-block;
    height:25px;
    line-height:25px;
    padding: 0 6px;
    color: #191919;
    font-size: 12px;
    text-decoration: underline;
	text-transform: uppercase;
	min-width:110px;
	text-align:right;
	*/
	
	background: #4db6ac;
	border-radius: 5px;
	color: #fff;
	float: right;
	padding:5px;
	text-align: center;
	_width: 100px;
	/*height: 30px;*/
	border: 1px solid #4db6ac;
	_margin-top: 25px;
	font-weight: normal;
	text-decoration:none;
	min-width:120px !important;
	
}
#content .more-link:hover {
    background: #4db6ac;
	color: #fff !important;
}
.content_blog .post_title {
    margin: 0;
	_height: 70px;
}
.content_blog .post_title a {
    color: #191919;
}
.content_blog .post_title a:hover {
    _color: #4db6ac;
    text-decoration: none;
}
.content_blog .post_format_quote blockquote {
    margin:0;
}
.content_blog .post_format_quote .post_content {
    position:relative;
    padding: 16px 16px 1px 40px;
    background-color:#fafafa;
    font-size:18px;
    margin-top:0;
    margin-bottom:20px;
}
.content_blog .post_format_quote .pic_wrapper {
    margin-top:0;
}
.content_blog .post_format_quote .post_content:before {
    content: "\e81d";
    position:absolute;
    display:block;
    font-family: 'fontello';
    font-size:18px;
    color:#4db6ac;
    left: 18px;
    top:18px;
}
.content_blog .post_format_quote .post_content a {
    color:#191919;
    font-weight:bold;
    font-style:normal;
    font-size:14px;
}
.content_blog .post_format_quote .post_content a:hover {
    color:#4db6ac;
}
.content_blog .post_format_quote .post_content .readmore {
    margin: 16px -16px 0 0;
}

.content_blog #portfolio_iso_filters {
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
    background: -webkit-linear-gradient(#ffffff 0%, #f3f3f3 100%);
    background: -moz-linear-gradient(#ffffff 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(#ffffff 0%, #f3f3f3 100%);
    background: -o-linear-gradient(#ffffff 0%, #f3f3f3 100%);
    background: linear-gradient(#ffffff 0%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    -webkit-box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    inset -1px 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow:         inset -1px 1px 1px rgba(255, 255, 255, 0.75);
}
.content_blog #portfolio_iso_filters a {
    display:inline-block;
    height:40px;
    line-height:40px;
    color:#191919;
    font-weight:normal;
    padding:0 20px;
    border-right:1px solid #dcdcdc;
}
.content_blog #portfolio_iso_filters a.current,
.content_blog #portfolio_iso_filters a:hover {
    color:#FFFFFF;
    background: #4db6ac;
}
.titulo_empresa{
	text-align:center;
}
.conteudo_empresa{
	text-align: justify;
	float:none;
	margin:auto;
	width:75%;
}

/* Page navigation*/
#nav_pages,
#nav_pages_parts {
    overflow: hidden;
    clear: both;
    margin-top: 20px;
}
#nav_pages ul {
    margin: 0;
    overflow: hidden;
}
#nav_pages li {
    margin-right: 5px;
    list-style: none;
    float: left;
}
#nav_pages li a,
#nav_pages li span,
.nav_pages_parts a,
.nav_pages_parts > span,
.nav_comments a,
.nav_comments > span {
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
    background: -webkit-linear-gradient(#ffffff 0%, #f3f3f3 100%);
    background: -moz-linear-gradient(#ffffff 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(#ffffff 0%, #f3f3f3 100%);
    background: -o-linear-gradient(#ffffff 0%, #f3f3f3 100%);
    background: linear-gradient(#ffffff 0%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    text-decoration: none;
    text-align:center;
    border: 1px solid #e5e5e5;
    border-radius:2px;
    display: inline-block;
    width:28px;
    height:28px;
    color: #ababab;
    line-height:28px;
}
.nav_pages_parts > span.pages {
    background:none;
    filter:none;
    text-align:left;
    width:auto;
    border:none;
}
#nav_pages li a:hover,
.nav_pages_parts a:hover,
.nav_comments a:hover {
    background: #fafafa;
    filter: none;
    color: #4db6ac;
}
#nav_pages li.pager_current span,
#nav_pages li a.current,
.nav_pages_parts > span.page_num,
.nav_comments span {
    background: #191919;
    border-color: #191919;
}
.nav_pages_parts {
    margin: 10px  0;
}
#nav_pages .pager_pages span {	
    width:90px; 
    background:none;
    filter:none;
    border-color:transparent;
    text-align:left;
}
#nav_pages .pager_first a,
#nav_pages .pager_last a {
    width:60px; 
}





/* ----------- Blog style 1 -------------------- */
.content_blog.blog_style_b1 article {
    padding-left:70px; 
    min-height:150px;
}
.left_sidebar .content_blog.blog_style_b1 article {
    padding-left:0; 
    padding-right:70px; 
}

.blog_style_b1 .post_info_1 {
    position: absolute;
    left: 0px;
    top: 0;
    width:50px;
    height:150px;
    color:#ffffff;
}
.left_sidebar .blog_style_b1 .post_info_1 {
    left: auto;
    right: 0px;
}
.post_info_1 .post_format,
.post_info_1 .post_comments,
.post_info_1 .post_date {
    width:50px;
    height:50px;
    position:relative;
}
.post_info_1 .post_format {	background-color:#4db6ac; color:#ffffff; }
.post_info_1 .post_format [class^="icon-"]:before,
.post_info_1 .post_format [class*=" icon-"]:before {
    font-size: 20px;
    display:block;
    margin:0;
    padding:0;
    line-height:50px;
    width:50px;
    height:50px;
    text-align:center;
}

.post_info_1 .post_date {	background-color:#191919; }
.post_info_1 .post_date span {
    display:block;
    text-align:center;
}
.post_info_1 .post_date .day {	font-size:18px;	font-weight:bold; padding-top: 6px; }
.post_info_1 .post_date .month {	font-size:13px; }
.post_info_1 .post_comments span {
    display:block;
    text-align:center;
}
.post_info_1 .post_comments .comments_number {	font-size:14px;	font-weight:bold; padding-top: 4px; color: #6f6f6f; }
.post_info_1 .post_comments [class^="icon-"]:before,
.post_info_1 .post_comments [class*=" icon-"]:before {
    left: 17px;
    top: 24px;
    color:#c9c9c9;
}

.blog_style_b1 .pic_wrapper,
.blog_style_b1 .sc_slider {
    height:401px;
    margin-bottom:22px;
}
.blog_style_b1 .title_area {
    margin-bottom: 22px;
}
.blog_style_b1 .post_info_2 {
    margin-bottom:22px;
}
.blog_style_b1 .post_content {
    margin-bottom:4px;
}
.blog_style_b1 .post_info_3 {
    padding-top:4px;
}

.blog_style_b1 .sc_slider ul.slides {
    height: 391px;
}
.blog_style_b1 .readmore {
    max-width:100px;
    float:right;
}


/* ----------- Blog style 2 -------------------- */
.blog_style_b2 .title_area {
    padding-left:20px;
    border-left:2px solid #4db6ac;
    margin-bottom:22px;
}
.blog_style_b2 .post_info_2 {
    padding-top: 14px;
}
.blog_style_b2 .pic_wrapper,
.blog_style_b2 .sc_slider {
    height:401px;
    margin-bottom:22px;
}
.blog_style_b2 .post_content {
    margin-bottom:4px;
}
.blog_style_b2 .readmore {
    max-width:100px;
    float:right;
}
.blog_style_b2 .post_info_3 {
    padding-top:4px;
}



/* ----------- Blog style 3 -------------------- */
.blog_style_b3 .pic_wrapper {
    width: 270px;
    /*height:232px;*/
    float:left;
    margin:0 30px 16px 0;
    position:relative;
    z-index:1;
}
.blog_style_b3 .sc_slider {
    height:401px;
    margin-bottom: 16px;
}
.blog_style_b3 .title_area,
.content_blog.post_single .subtitle_area {
    margin-bottom:14px;
}
.content_blog.post_single .subtitle_area .post_subtitle {
    text-transform:uppercase;
}
.blog_style_b3 .post_title,
.content_blog.post_single .subtitle_area .post_subtitle,
.content_blog.post_single #comments #reply-title {
    clear:none;
    margin-top:0;
    padding-bottom: 18px;
    _overflow:hidden;
    position:relative;
	font-size: 17px;
}
/*.blog_style_b3 .post_title:after,*/
.content_blog.post_single .subtitle_area .post_subtitle:after,
.content_blog.post_single #comments #reply-title:after {
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    height:0;
    width:60px;
    border-bottom:2px solid #4db6ac;
}
.blog_style_b3.content_blog .post_format_quote .post_content {
    background-color:#ffffff;
    border:1px solid #e5e5e5;
    margin-bottom:20px;
    padding-bottom:20px;
}
.blog_style_b3.content_blog > article {
    padding-bottom: 0;
    border-bottom:none;
}
#content.blog_style_b3 .readmore {
    text-align:left;
}
#content.blog_style_b3 .post_info_3 {
    clear:both;
    margin-top:16px;
    background-color:#fafafa;
    padding:15px 60px 15px 20px;
    border-bottom:1px solid #e5e5e5;
    position:relative;
}
#content.blog_style_b3 .post_info_3 .post_comments {
    position:absolute;
    right:20px;
    top:15px;
}

.detalhe_verba{
	float: left;
	position: relative;
	width: 58%;
	min-height: 275px;

}
.area_licitacao{
	float: left;
	position: relative;
	width: 100%;

}

.leilao_terminado{
	color:red;
	margin-top:20px;
	font-size:22px;	

}

.leilao_terminado p{
}

#leilao_terminado{
	color:red;
	margin-top:20px;
	font-size:22px;	

}

#leilao_terminado p{
}

#lote_vendido{
	color:green;
	font-size:22px;	

}
/* --- info boxes detalhe lote --- */
.lancemaisalto{
	color:green;
	text-align:right;
	margin-right:20px;	
	margin-bottom:0px;
	font-size:150%;
}

.lancemaisaltocatalogo{
	color:green;
	text-align:right;
	margin-top:10px;
	font-size:150%;
}

.infobox_valores{
	width:100%;
	float:left;
	text-align:center;
	border-top: 1px solid #4db6ac;
	border-bottom: 1px solid #4db6ac;
	padding-top:10px;
}
.infobox_valores_pesq{
	padding-top:0px;
	margin-top:10px;
}
.infobox_tempo{
	width:24%;
	float:left;
	text-align:center;
	_border: 1px solid #4db6ac;
}
.infobox_valorbase{
	width:24%;
	float:left;
	text-align:center;
	_border: 1px solid #4db6ac;
}
.infobox_valoractual{
	width:24%;
	float:left;
	text-align:center;
	_border: 1px solid #4db6ac;
}
.infobox_localvenda{
	float:left;
	text-align:center;
}
.infobox_datavenda{
	float:left;
	text-align:center;
}

.infobox_datavenda p{
	color:#000;
}

.infobox_localvenda p{
	color:#000;
}
	
.area_form_licitar{
	width:27%;
	float:left;
	text-align:center;
	_border: 1px solid #4db6ac;
}
.form_licitar{
	padding: 5px 0px 0px 0px;
}
.form_licitar_input_valor{
	margin-left:55px;
	float:left;
}
.form_licitar_input_valor input{
	text-align: right;
	border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
	box-shadow: none;
	border-bottom: 1px dashed #4db6ac;
	width:120px;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: inherit;
	color: #000;


}
.form_licitar_submit{
	
	float:left;
	margin-top:6px;
	margin-left:5px;
}
.form_licitar_submit input{
	_height:35px;
	background: #4db6ac;
	border-radius: 5px;
	color: #fff;
	float: right;
	text-align: center;
	width: 80px;
	height: 30px;
	border: none;
	_margin-top: 25px;
	font-weight: normal;

	
}

.form_licitar_submit input:hover{
	background: #4db6ac;

}

.form_licitar_input_valor_euro{
	font-family: "Open Sans";
	font-size: 22px;
	font-style: inherit;
	color: #000;
}

.infoxbox_33percent{
	width:33%;
}

.infoxbox_100percent{
	width:100%;
}

.infoxbox_50percent{
	width:50%;
}

#detalhe_lote_voltar{
/*	top:5px;
	position:relative;
	right:5px;*/
}
/* ----------- Portfolio styles --------------------- */
.portfolio_iso_pages strong {
    font-weight: normal;
}
.portfolio_items .image_wrapper:hover img {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

/* ----------- Portfolio style 1 -------------------- */
.blog_style_p1 .portfolio_items article {
    margin-top:30px;
}
.blog_style_p1 .image_wrapper {
    width: 38%;
    _height:275px;
    float:left;
    margin:0 30px 10px 0;
    position:relative;
    z-index:1;
}
.blog_style_p1 .title_area {
    padding-right:50px;
    position:relative;
}
.blog_style_p1 .title_area.without_thumb {
    margin-top:0;
}
.blog_style_p1 .title_area .post_title {
    margin:0 0 13px;
    clear:none;
}
.blog_style_p1 .title_area .post_views {
    position:absolute;
    right:0px;
    top:0px;
    padding-left:20px;
    color: #ababab;
    font-size:12px;
}
.blog_style_p1 .title_area .post_views [class^="icon-"]:before,
.blog_style_p1 .title_area .post_views [class*=" icon-"]:before {
    font-size: 15px;
    left: 0;
    top: 4px;
    color:#d7d7d7;
}
.blog_style_p1 .title_area .post_categories {
    display:block;
    font-size:12px;
    font-style:italic;
}
.blog_style_p1 .title_area .post_categories a {
    color: #ababab;
}
.blog_style_p1 .title_area .post_categories a:hover {
    color: #4db6ac;
}
.blog_style_p1.content_blog .post_format_quote .post_content {
    background-color:#ffffff;
    border:1px solid #e5e5e5;
    margin-bottom:20px;
    padding-bottom:20px;
}
#content.blog_style_p1 .readmore {
    text-align:left;
}


/* ----------- Portfolio style 2-4 -------------------- */
.blog_style_p2 .portfolio_items,
.blog_style_p3 .portfolio_items,
.blog_style_p4 .portfolio_items {
    margin:20px -20px 0 -10px;
}
.blog_style_p2.content_blog article {	width:590px; height:485px; }
.blog_style_p2 .image_wrapper {			width:570px; height:400px; }
.blog_style_p3.content_blog article {	width:390px; height:405px; }
.blog_style_p3 .image_wrapper {			width:370px; height:320px; }
.blog_style_p4.content_blog article {	width:290px; height:305px; }
.blog_style_p4 .image_wrapper {			width:270px; height:220px; }

.blog_style_p2.content_blog article,
.blog_style_p3.content_blog article,
.blog_style_p4.content_blog article {
    padding:9px;
    border:1px solid transparent;
    margin: 0 10px 10px 0;
    float:left;
}
.blog_style_p2.content_blog article:hover,
.blog_style_p3.content_blog article:hover,
.blog_style_p4.content_blog article:hover {
    border-color: #e5e5e5;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:    0px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow:         0px 1px 0px rgba(0, 0, 0, 0.05);	
}
.blog_style_p2 .image_wrapper,
.blog_style_p3 .image_wrapper,
.blog_style_p4 .image_wrapper {
    margin-bottom:14px;
}
.blog_style_p2 .title_area,
.blog_style_p3 .title_area,
.blog_style_p4 .title_area {
    padding-right:50px;
    position:relative;
}
.blog_style_p2 .title_area .post_title,
.blog_style_p3 .title_area .post_title,
.blog_style_p4 .title_area .post_title {
    clear:none;
}
.blog_style_p2 .title_area .post_views,
.blog_style_p3 .title_area .post_views,
.blog_style_p4 .title_area .post_views {
    position:absolute;
    right:0px;
    top:0px;
    padding-left:20px;
    color: #ababab;
    font-size:12px;
}
.blog_style_p2 .title_area .post_views [class^="icon-"]:before,
.blog_style_p2 .title_area .post_views [class*=" icon-"]:before,
.blog_style_p3 .title_area .post_views [class^="icon-"]:before,
.blog_style_p3 .title_area .post_views [class*=" icon-"]:before,
.blog_style_p4 .title_area .post_views [class^="icon-"]:before,
.blog_style_p4 .title_area .post_views [class*=" icon-"]:before {
    font-size: 15px;
    left: 0;
    top: 4px;
    color:#d7d7d7;
}
.blog_style_p2 .title_area .post_categories,
.blog_style_p3 .title_area .post_categories,
.blog_style_p4 .title_area .post_categories {
    display:block;
    font-size:12px;
    font-style:italic;
}
.blog_style_p2 .title_area .post_categories a,
.blog_style_p3 .title_area .post_categories a,
.blog_style_p4 .title_area .post_categories a {
    color: #ababab;
}
.blog_style_p2 .title_area .post_categories a:hover,
.blog_style_p3 .title_area .post_categories a:hover,
.blog_style_p4 .title_area .post_categories a:hover {
    color: #4db6ac;
}

/* ======================================= ISOTOPE SETTINGS =================================== */
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* ======================================= /ISOTOPE SETTINGS =================================== */





/* Single post
-------------------------------------------------------------- */
.content_blog.post_single > article {
    border-bottom:none;
}
.blog_style_p1.post_single .title_area .post_title {
    margin:0;
}

/* Social icons */
.content_blog .post_social {
    margin-top:25px;
    height:40px;
    line-height:40px;
    border:1px solid #e5e5e5;
    border-radius:2px;
    padding:0 0 0 20px;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
    background: -webkit-linear-gradient(#ffffff 0%, #f3f3f3 100%);
    background: -moz-linear-gradient(#ffffff 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(#ffffff 0%, #f3f3f3 100%);
    background: -o-linear-gradient(#ffffff 0%, #f3f3f3 100%);
    background: linear-gradient(#ffffff 0%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    overflow: hidden;
}
.content_blog .post_social .social_label {
    color:#191919;
    font-weight:bold;
    float:left;
}
.content_blog .post_social [class^="icon-"]:before,
.content_blog .post_social [class*=" icon-"]:before {
    font-size:20px;
    top:10px;
    color:#c9c9c9;
}
.content_blog .post_social .social {
    float:right;
    display:block;
    position:relative;
    width: 38px;
    height:40px;
}
.content_blog .post_social .social:hover [class^="icon-"]:before,
.content_blog .post_social .social:hover [class*=" icon-"]:before {
    color:#4db6ac;
}

/* Author details */
.content_blog .post_author_details {
    margin-top:30px;
    border:1px solid #e5e5e5;
    padding:20px 20px 0 20px;
    background: #ffffff;
    overflow: hidden;
}
.content_blog .post_author_details .post_author_avatar_wrapper {
    width:50px;
    height:50px;
    padding:3px;
    float:left;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.25);	
    border-radius:50%;
    margin:0 20px 20px 0;
}
.content_blog .post_author_details .post_author_avatar {
    width:50px;
    height:50px;
    border-radius:50%;
    padding:0;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;	
    border: none;
}
.content_blog .post_author_details .extra_wrap {
    overflow:hidden;
}
.content_blog .post_author_details .extra_wrap h3 {
    margin:0 0 12px 0;
}
.content_blog .post_author_details .extra_wrap h3 a {
    color:#191919;
}
.content_blog .post_author_details .extra_wrap h3 a:hover {
    color:#4db6ac;
}

/* Related posts*/
.content_blog.post_single #related_posts {
    margin-top:25px;
    overflow:hidden;
}
.content_blog.post_single #related_posts .subtitle_area {
    margin-bottom:20px;
}
.content_blog.post_single #related_posts .related_posts_item {
    width:270px;
    margin-right:30px;
    float:left;
}
.content_blog.post_single #related_posts .related_posts_item .pic_wrapper {
    width:100%;
    height:170px;
    margin:0 0 16px 0;
    float:none;
}
.content_blog.post_single #related_posts .related_posts_item.last {
    margin-right:0;
}
.content_blog.post_single #related_posts .related_posts_item .title_area a {
    color:#191919;
}
.content_blog.post_single #related_posts .related_posts_item .title_area a:hover {
    color:#4db6ac;
}
.content_blog.post_single #related_posts .related_posts_item .title_area {
    margin:16px 0 0 0;
    padding-right:40px;
    position:relative;
    border-left:none;
    padding-left:0;
}
.content_blog.post_single #related_posts .related_posts_item .title_area .related_posts_title {
    margin:0;
}
.content_blog.post_single #related_posts .related_posts_item .title_area .post_comments {
    position:absolute;
    display:inline-block;
    padding-left:20px;
    right:0;
    color: #ababab;
    font-size:12px;
}
.content_blog.post_single #related_posts .related_posts_item .title_area .post_comments [class^="icon-"]:before,
.content_blog.post_single #related_posts .related_posts_item .title_area .post_comments [class*=" icon-"]:before {
    font-size: 15px;
    left: 0;
    top: 4px;
    color:#d7d7d7;
}

/* Comments */
.content_blog.post_single #comments {
    margin-top:40px;
    overflow:hidden;
}
.page-template-contacts-php #comments {
    margin-top:20px !important;
}
.content_blog.post_single #comments .post_subtitle span {
    color: #6f6f6f;
    display:inline-block;
    margin-left:6px;
    font-weight:normal;
}
.content_blog.post_single #comments ol,
.content_blog.post_single #comments ul {
    margin:0;
    list-style:none;
}
.content_blog.post_single #comments .comment-list {
    margin-bottom:40px;
}
.content_blog.post_single #comments li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom:16px;
    margin-bottom:20px;
    color: #6f6f6f;
}
.content_blog.post_single #comments li p {
    color: #6f6f6f;
    margin-bottom:0;
}
.content_blog.post_single #comments .children {
    margin-left: 60px;
}
.content_blog.post_single #comments .comment_title_area {
    padding-right:80px;
    position:relative;
}
.content_blog.post_single #comments .comment_title_area .comment_title {
    margin:0;
    padding:4px 0 4px 0;
}
.content_blog.post_single #comments .comment_title_area .comment_title a {
    color:#191919;
}
.content_blog.post_single #comments .comment_title_area .comment_title a:hover {
    color:#4db6ac;
}
.content_blog.post_single #comments .comment_title_area .comment_reply {
    position:absolute;
    display:inline-block;
    padding-left:20px;
    right:0;
    top:0;
    font-size:12px;
}
.content_blog.post_single #comments .comment_title_area .comment_reply a {
    color: #ababab;
}
.content_blog.post_single #comments .comment_title_area .comment_reply a:hover {
    color: #4db6ac;
}
.content_blog.post_single #comments .comment_title_area .comment_reply [class^="icon-"]:before,
.content_blog.post_single #comments .comment_title_area .comment_reply [class*=" icon-"]:before {
    font-size: 15px;
    left: 0;
    top: 4px;
    color:#d7d7d7;
}
.content_blog.post_single #comments .comment_date {
    position:relative;
    display:inline-block;
    padding-left:16px;
}
.content_blog.post_single #comments .comment_date [class^="icon-"]:before,
.content_blog.post_single #comments .comment_date [class*=" icon-"]:before {
    left: 0;
    top: 4px;
    color:#d7d7d7;
}
.content_blog.post_single #comments .comment_author_avatar_wrapper {
    width:50px;
    height:50px;
    padding:3px;
    float:left;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:    0px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow:         0px 1px 0px rgba(0, 0, 0, 0.05);	
    border-radius:50%;
    margin:0 20px 20px 0;
}
.content_blog.post_single #comments .comment_author_avatar {
    width:50px;
    height:50px;
    border-radius:50%;
    padding:0;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;	
    border: none;
}
.content_blog.post_single #comments .extra_wrap {
    overflow:hidden;
}
.content_blog.post_single #comments .comment_content {
    margin-top:12px;
}
.content_blog.post_single #comments .comment_not_approved {
    color:#ababab;
    font-size:12px;
    font-style:italic;
    margin-top:16px;
}

.rgpd_consent_agrad{
	font-size:25pt;
	font-weight: bold;
	text-align: center;
}
.rgpd_consent_info1{
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

/* Comment form */
.content_blog.post_single #comments #reply-title {
    text-transform:uppercase;
    margin:0 0 16px;
}
.content_blog.post_single #commentform p, 
.content_blog.post_single #rgpdform p, 
.content_blog.post_single #recoveryform p {
    margin-bottom:10px;
}
.content_blog.post_single #commentform label,
.content_blog.post_single #rgpdform label,
.content_blog.post_single #recoveryform label {
    display:block;
    margin-bottom:4px;
    color:#191919;
}
.content_blog.post_single #commentform label span,
.content_blog.post_single #rgpdform label span,
.content_blog.post_single #recoveryform label span {
    color:#ababab;
    font-style:italic;
    font-size:12px;
}
.content_blog.post_single #commentform .comment-form-author,
.content_blog.post_single #commentform .comment-form-email,
.content_blog.post_single #commentform .comment-form-website,
.content_blog.post_single #recoveryform .comment-form-author,
.content_blog.post_single #recoveryform .comment-form-email,
.content_blog.post_single #recoveryform .comment-form-website,
.content_blog.post_single #rgpdform .comment-form-author,
.content_blog.post_single #rgpdform .comment-form-email,
.content_blog.post_single #rgpdform .comment-form-website,
{
    width:270px;
    margin-right:30px;
    float:left;
}
.content_blog.post_single #commentform .comment-form-website,
.content_blog.post_single #rgpdform .comment-form-website,
.content_blog.post_single #recoveryform .comment-form-website {
    margin-right:0;
}
.content_blog.post_single #commentform .comment-form-comment,
.content_blog.post_single #recoveryform .comment-form-comment {
    clear: both;
}
.content_blog.post_single #commentform input[type="text"],
.content_blog.post_single #commentform textarea,
.content_blog.post_single #recoveryform input[type="text"],
.content_blog.post_single #recoveryform textarea,
.content_blog.post_single #rgpdform input[type="text"],
.content_blog.post_single #rgpdform textarea, {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:14px;
    color:#6f6f6f;
    border:1px solid #e5e5e5;
    border-radius:0;
    margin-bottom:10px;
    background:#fafafa;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;	
}
.content_blog.post_single #commentform textarea,
.content_blog.post_single #rgpdform textarea,
.content_blog.post_single #recoveryform textarea {
    height:90px;
}
.content_blog.post_single #commentform #submit:hover,
.content_blog.post_single #recoveryform #submit:hover {
    color:#4db6ac;
}
.content_blog.post_single #commentform .error_fields_class,
.content_blog.post_single #recoveryform .error_fields_class {
    border-color:#4db6ac !important;
}


/* ----------- Portfolio style 1 -------------------- */
.blog_style_p1.post_single .pic_wrapper {
    padding:0;
    border:0;
    height: auto; /*500px;*/
    width:100%;
    float:none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;	
}
.blog_style_p1.post_single .post_title_area {
    margin:23px 300px 9px 0;
}
.blog_style_p1.post_single .post_title_area.no_details {
    margin-right:0;
}
.blog_style_p1.post_single > article {
    border-bottom:1px solid #e5e5e5;
}
.blog_style_p1.post_single #related_posts .post_info a {
    color:#ababab !important;
}
.blog_style_p1.post_single #related_posts .post_info a:hover {
    color:#4db6ac !important;
}
.blog_style_p1.post_single .post_details {
    float:right;
    margin:16px 0 20px 30px;
    padding:20px;
    border:1px solid #e5e5e5;
    width:228px;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:    0px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow:         0px 1px 0px rgba(0, 0, 0, 0.05);	
}
.blog_style_p1.post_single .post_details .post_title {
    margin-bottom:16px;
}
.blog_style_p1.post_single .post_details .post_url {
    margin-bottom:10px;
    padding:8px 10px;
    background-color:#fafafa;
    overflow:hidden;
}
.blog_style_p1.post_single .post_details .post_url a {
    color:#4db6ac !important;
    font-style: normal;
}
.blog_style_p1.post_single .post_details .post_url a:hover {
    color:#191919 !important;
}



/* Page 404
-------------------------------------------------------------- */
.content_blog article.page_404,
.content_blog article.page_no_results {
    padding-left:0 !important;
    padding-right:0 !important;
    border:none !important;
}
.content_blog article.page_404 .title_area {
    margin:0;
}
.content_blog article.page_404 .title_area .post_title {
    text-align: center;
    font-size:300px;
    line-height:300px;
    font-weight:normal;
    color: #c8c8c8;
    margin:0;
}
.content_blog article.page_404 .post_content .post_subtitle {
    text-align: center;
    color:#4db6ac;
    margin-top:14px;
}
.content_blog article.page_404 .post_content .text {
    text-align:center;
}
.content_blog article.page_404 .post_content .searchform {
    margin:14px auto 30px;
    border: 1px solid #e5e5e5;
    width:220px;
    text-align:left;
}
.content_blog article.page_404 .post_content .searchform input {
    border: none;
    width:188px;
}
.content_blog article.page_404 .post_content .search_form_link {
    position:relative;
}
.content_blog article.page_404 .post_content .search_form_link .icon-search:before {
    color:#c9c9c9;
    font-size:18px;
}
.content_blog article.page_404 .post_content .search_form_link:hover .icon-search:before {
    color:#4db6ac;
}
.content_blog article.page_404 .post_content .go_home {
    height:30px;
    line-height:30px;
    font-size:14px;
    font-weight:500;
    padding:0 10px;
}



/* Sidebar
-------------------------------------------------------------- */
#sidebar_main {
    width: 350px;
    padding:28px 0 0;
    overflow:hidden;
}
.morada_contactos{
	width:48% !important;
	float:left;
	border-right:1px solid #4db6ac;
}
.form_contactos{
	width:48% !important;
	float:left;
	margin-left:2%;
}

#sidebar_main h1, #sidebar_main h2, #sidebar_main h3, #sidebar_main h4, #sidebar_main h5, #sidebar_main h6,
#advert_sidebar_inner h1, #advert_sidebar_inner h2, #advert_sidebar_inner h3, #advert_sidebar_inner h4, #advert_sidebar_inner h5, #advert_sidebar_inner h6 {
    margin:0;
}

#sidebar_main .widget {
    margin-bottom: 40px;
    overflow:hidden;
}
#sidebar_main .widget .widget_title {
    font-size:18px;
    padding-bottom: 18px;
    margin-bottom:20px;
    text-transform:uppercase;
    color:#191919;
    overflow:hidden;
    position:relative;
}
#sidebar_main .widget .widget_title:after {
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    height:0;
    width:60px;
    _border-bottom:2px solid #4db6ac;
}
.widget ul li.current-menu-item > a{
    font-weight:bold;
}
#sidebar_main .widget ul,
#advert_sidebar_inner .widget ul  {
    margin:0;
    list-style:none;
}
#sidebar_main .widget ul li,
#advert_sidebar_inner .widget ul li  {
    padding: 6px 0 6px 27px;
    position:relative;
    border-bottom:1px solid #e5e5e5;
}
#sidebar_main .widget ul li li,
#advert_sidebar_inner .widget ul li li {
    border-bottom:none;
    padding: 6px 0 0 27px;
}
#sidebar_main .widget ul li:before,
#advert_sidebar_inner .widget ul li:before {
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:10px;
    width:13px;
    height:13px;
    border:1px solid #e5e5e5;
    border-radius:50%;
    background: #f5f5f5;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f5f5f5));
    background: -webkit-linear-gradient(#fefefe 0%, #f5f5f5 100%);
    background: -moz-linear-gradient(#fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(#fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(#fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(#fefefe 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f5f5',GradientType=0 );
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow:    inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow:         inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
}
#sidebar_main .widget ul li:hover:before,
#advert_sidebar_inner .widget ul li:hover:before {
    background:#4db6ac;
    border-color:#4db6ac;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}
#sidebar_main .widget ul li:after,
#advert_sidebar_inner .widget ul li:after {
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:10px;
    width:15px;
    height:15px;
    background-image:url(../images/bullets.png);
    background-repeat:no-repeat;
    background-position:left top;
}
#sidebar_main .widget ul li:hover:after,
#advert_sidebar_inner .widget ul li:hover:after {
    background-position:left bottom;
}
#sidebar_main .widget ul li a,
#advert_sidebar_inner .widget ul li a {
    color:#6f6f6f;
}
#sidebar_main .widget ul li a:hover,
#advert_sidebar_inner .widget ul li a:hover {
    color:#4db6ac;
}
#sidebar_main .widget select,
#advert_sidebar_inner .widget select {
    width:100%;
    height:24px;
    border:1px solid #e5e5e5;
}
#sidebar_main .widget.widget_tag_cloud,
#advert_sidebar_inner .widget.widget_tag_cloud {
    overflow:hidden;
}
#sidebar_main .widget.widget_tag_cloud a,
#advert_sidebar_inner .widget.widget_tag_cloud a {
    display:block;
    float:left;
    margin:0 5px 5px 0;
    font-size: 13px !important;
    line-height:27px;
    font-weight:normal !important;
    height:26px;
    padding: 0 9px;
    border:1px solid #e5e5e5;
    border-radius:2px;
    color:#6f6f6f;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:    0px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow:         0px 1px 0px rgba(0, 0, 0, 0.05);	
}
#sidebar_main .widget.widget_tag_cloud a:hover,
#advert_sidebar_inner .widget.widget_tag_cloud a:hover {
    color:#ffffff;
    border-color:#4db6ac;
    background-color:#4db6ac;
}
#sidebar_main .widget.widget_recent_entries span.post-date,
#advert_sidebar_inner .widget.widget_recent_entries span.post-date {
    color:#ababab;
    font-size:12px;
    display:block;
}

#sidebar_main .widget.widget_calendar table,
#advert_sidebar_inner .widget.widget_calendar table {
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
}
#sidebar_main .widget.widget_calendar table td,
#sidebar_main .widget.widget_calendar table th,
#advert_sidebar_inner .widget.widget_calendar table td,
#advert_sidebar_inner .widget.widget_calendar table th {
    border:1px solid #e5e5e5;
    height:28px;
    vertical-align:middle;
}
#sidebar_main .widget.widget_calendar caption,
#advert_sidebar_inner .widget.widget_calendar caption {
    text-align:left;
    padding-bottom:20px;
}
#sidebar_main .widget.widget_calendar table tfoot td a,
#advert_sidebar_inner .widget.widget_calendar table tfoot td a {
    color:#191919;
}
#sidebar_main .widget.widget_calendar table tfoot td,
#advert_sidebar_inner .widget.widget_calendar table tfoot td {
    border: none;
}
#sidebar_main .widget.widget_calendar table tfoot td#next,
#advert_sidebar_inner .widget.widget_calendar table tfoot td#next {
    text-align:right;
}
#sidebar_main .widget.widget_calendar table tfoot a:hover,
#advert_sidebar_inner .widget.widget_calendar table tfoot a:hover {
    color:#4db6ac;
}
#sidebar_main .widget.widget_calendar table tbody a,
#advert_sidebar_inner .widget.widget_calendar table tbody a {
    display:block;
    height:28px;
    line-height:28px;
    color:#191919;
}
#sidebar_main .widget.widget_calendar table tbody a:hover,
#advert_sidebar_inner .widget.widget_calendar table tbody a:hover {
    background-color:#efefef;
    color:#4db6ac;
}
#sidebar_main .widget.widget_calendar table tbody td,
#advert_sidebar_inner .widget.widget_calendar table tbody td {
    text-align:center;
    color:#ababab;
    background-color:#fafafa;
}
#sidebar_main .widget.widget_calendar table tbody td.pad,
#advert_sidebar_inner .widget.widget_calendar table tbody td.pad {
    border:none;
    background:none;
}
#sidebar_main .widget.widget_calendar table thead th,
#advert_sidebar_inner .widget.widget_calendar table thead th {
    background-color:#efefef;
}
#sidebar_main .widget.widget_calendar table #today,
#advert_sidebar_inner .widget.widget_calendar table #today {
    color:#ffffff;
    background-color:#6f6f6f;
}



#sidebar_main .widget.widget_search #s,
#advert_sidebar_inner .widget.widget_search #s {
    width:180px;
}


#sidebar_main .widget .post_item,
#advert_sidebar_inner .widget .post_item {
    margin-top:16px;
    padding-top:14px;
    border-top:1px dashed #d9d9d9;
    font-size:12px;
    color:#ababab;
    overflow:hidden;
}
#sidebar_main .widget .post_item:first-child,
#sidebar_main .widget .post_item.first,
#advert_sidebar_inner .widget .post_item:first-child,
#advert_sidebar_inner .widget .post_item.first {
    margin-top:0;
    padding-top:0;
    border-top:none;
}
#sidebar_main .widget .pic_wrapper,
#advert_sidebar_inner .widget .pic_wrapper {
    width: 81px;
    height:51px;
    overflow:hidden;
    padding:3px;
    margin:0 10px 10px 0;
    float:left;
}
#advert_sidebar_inner .widget .pic_wrapper {
    width: 44px;
    height:44px;
    padding:0;
    border:2px solid #e5e5e5;
}
#advert_sidebar_inner .widget .pic_wrapper img {
    margin-left:-15px;
    height:44px;
    width:auto;
    max-width:none;
}
#sidebar_main .widget .post_wrapper,
#advert_sidebar_inner .widget .post_wrapper {
    overflow:hidden;
    position:relative;
    top:-5px;
}
#sidebar_main .widget .post_title,
#advert_sidebar_inner .widget .post_title {
    clear:none;
}
#sidebar_main .widget .post_title a,
#advert_sidebar_inner .widget .post_title a {
    color:#191919;
}
#sidebar_main .widget .post_title a:hover,
#advert_sidebar_inner .widget .post_title a:hover {
    color:#4db6ac;
}
#sidebar_main .widget .post_author a,
#advert_sidebar_inner .widget .post_author a {
    color:#6f6f6f;
    font-style:italic;
}
#sidebar_main .widget .post_author a:hover,
#advert_sidebar_inner .widget .post_author a:hover {
    color:#4db6ac;
}

#sidebar_main .widget.widget_flickr,
#advert_sidebar_inner .widget.widget_flickr {
    overflow:hidden;
}
#sidebar_main .widget .flickr_images,
#advert_sidebar_inner .widget .flickr_images {
    margin-right:-10px;
}
#sidebar_main .widget .flickr_images a,
#advert_sidebar_inner .widget .flickr_images a {
    display:block;
    float:left;
    margin:0 10px 10px 0;
    border:2px solid #e5e5e5;
    width:56px;
    height:56px;
}
#sidebar_main .widget .flickr_images a img,
#advert_sidebar .widget .flickr_images a img,
#footer_sidebar .widget .flickr_images a img {
    width:100%;
    height:100%;
}

#sidebar_main .widget.widget_popular_posts .tab_content,
#advert_sidebar_inner .widget.widget_popular_posts .tab_content {
    padding: 16px 20px;
    border: 1px solid #e5e5e5;
}
#sidebar_main .widget.widget_popular_posts .tabs,
#advert_sidebar_inner .widget.widget_popular_posts .tabs {
    position:relative;
}
#sidebar_main .widget.widget_popular_posts .tabs a,
#advert_sidebar_inner .widget.widget_popular_posts .tabs a {
    width:106px;
    height:55px;
    line-height:55px;
    display:inline-block;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#7d7d7d;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#ececec));
    background: -webkit-linear-gradient(#fafafa 0%, #ececec 100%);
    background: -moz-linear-gradient(#fafafa 0%, #ececec 100%);
    background: -ms-linear-gradient(#fafafa 0%, #ececec 100%);
    background: -o-linear-gradient(#fafafa 0%, #ececec 100%);
    background: linear-gradient(#fafafa 0%, #ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec',GradientType=0 );
}
#sidebar_main .widget.widget_popular_posts .tabs a.current,
#advert_sidebar_inner .widget.widget_popular_posts .tabs a.current {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background:#ffffff;
    color:#191919;
}
#sidebar_main .widget.widget_popular_posts .tabs a.current:after,
#advert_sidebar_inner .widget.widget_popular_posts .tabs a.current:after {
    content:"";
    background:#ffffff;
    display:block;
    position:absolute;
    width:106px;
    height:2px;
    bottom:-1px;
}


#sidebar_main .sc_contact_form .field input,
#sidebar_main .sc_contact_form .field textarea,
#advert_sidebar_inner .sc_contact_form .field input,
#advert_sidebar_inner .sc_contact_form .field textarea {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:14px;
    color:#6f6f6f;
    border:1px solid #e5e5e5;
    margin-bottom:10px;
}
#sidebar_main .sc_contact_form .button,
#advert_sidebar_inner .sc_contact_form .button {
    text-align: right;
}
#sidebar_main .sc_contact_form .button a,
#advert_sidebar_inner .sc_contact_form .button a {
    display:inline-block;
    width:72px;
    height:32px;
    line-height:32px;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
    background-color:#4db6ac;
    text-transform:uppercase;
    text-align:center;
}
#sidebar_main .sc_contact_form .button a:hover,
#advert_sidebar_inner .sc_contact_form .button a:hover {
    color:#ababab;
    background-color:#191919;
}

.widget_contacts{
	
}

#sidebar_main .widget_contacts .widget_inner div,
#advert_sidebar_inner .widget_contacts .widget_inner div {
    padding-left:25px;
    position:relative;
    line-height:30px;
}
#sidebar_main .widget_contacts .widget_inner div.contacts_address,
#advert_sidebar_inner .widget_contacts .widget_inner div.contacts_address {
    padding-left:0;
    font-weight:bold;
    color:#191919;
    line-height:20px;
}
#sidebar_main .widget_contacts .widget_inner  [class^="icon-"]:before,
#advert_sidebar_inner .widget_contacts .widget_inner [class*=" icon-"]:before {
    top: 8px;
    color:#d7d7d7;
    font-size:17px;
}
#sidebar_main .widget_contacts .widget_inner a,
#advert_sidebar_inner .widget_contacts .widget_inner a {
    color:#6f6f6f;
}
#sidebar_main .widget_contacts .widget_inner a:hover,
#advert_sidebar_inner .widget_contacts .widget_inner a:hover {
    color:#4db6ac;
}



#sidebar_main .widget_social .widget_inner,
#advert_sidebar_inner .widget_social .widget_inner {
    max-width:200px;
}
#sidebar_main .widget_social a,
#advert_sidebar_inner .widget_social a {
    position:relative;
    display:inline-block;
    margin:0 10px 10px 0;
    width:20px;
    height:20px;
}
#sidebar_main .widget_social a [class^="icon-"]:before,
#advert_sidebar_inner .widget_social a [class*=" icon-"]:before {
    color:#d7d7d7;
    font-size:20px;
}
#sidebar_main .widget_social a:hover [class^="icon-"]:before,
#advert_sidebar_inner .widget_social a:hover [class*=" icon-"]:before {
    color:#4db6ac;
}

#sidebar_main .widget_qrcode_vcard .personal_data p,
#advert_sidebar_inner .widget_qrcode_vcard .personal_data p {
    margin-bottom:0;
}
#sidebar_main .widget_qrcode_vcard .personal_data a,
#advert_sidebar_inner .widget_qrcode_vcard .personal_data a {
    color:#191919;
}
#sidebar_main .widget_qrcode_vcard .personal_data a:hover,
#advert_sidebar_inner .widget_qrcode_vcard .personal_data a:hover {
    color:#4db6ac;
}





/* Advertisement sidebar
-------------------------------------------------------------- */

/* Advertisement Widgets area */
#advert_sidebar {
    border-top: 1px solid #ededed;
    background-color:#fcfcfc;
    overflow:hidden;
}
#advert_sidebar_inner {
    color:#6f6f6f;
    width: 1170px;
    margin:0 auto;
    padding:0 0 20px 0;
    overflow:hidden;
}
#advert_sidebar_inner .widget {
    width:270px;
    margin:30px 0 0 30px;
    float:left;
}
#advert_sidebar_inner .widget:first-child,
#advert_sidebar_inner .widget.widget-number-1,
#advert_sidebar_inner .widget.widget-number-5,
#advert_sidebar_inner .widget.widget-number-9,
#advert_sidebar_inner .widget.widget-number-13 {
    margin-left:0;
    clear:both;
}
#advert_sidebar_inner .widget.widget_text {
    width:268px;
    border-right:2px solid #4db6ac;
}
#advert_sidebar_inner .widget .widget_title {
    margin-bottom:6px;
    text-transform:uppercase;
    color:#191919;
    display:block;
}
#advert_sidebar_inner .widget p {
    margin-bottom:4px;
}

/* Adverticement */
#advert_sidebar_inner .widget.widget_advert .widget_title {
    display:none;
}
.widget.widget_advert .image_wrapper {
    display:block;
}
.widget.widget_advert .image_wrapper img {
    width:auto;
    max-width:100%;
}





/* Footer
-------------------------------------------------------------- */

/* Footer Widgets area */
#footer_sidebar {
    border-bottom: 1px solid #3f3f3f;
    background-color:#373737;
    overflow:hidden;
}
#footer_sidebar_inner {
    color:#ffffff;
    width: 1170px;
    margin:0 auto;
    padding:35px 0 1px 0;
    overflow:hidden;
}
#footer_sidebar_inner h1, #footer_sidebar_inner h2, #footer_sidebar_inner h3, #footer_sidebar_inner h4, #footer_sidebar_inner h5, #footer_sidebar_inner h6 {
    margin:0;
}
#footer_sidebar_inner .widget {
    width:30%;
    margin:0 0 30px 30px;
    float:left;
}
#footer_sidebar_inner .widget:first-child,
#footer_sidebar_inner .widget.widget-number-1,
#footer_sidebar_inner .widget.widget-number-5,
#footer_sidebar_inner .widget.widget-number-9,
#footer_sidebar_inner .widget.widget-number-13 {
    margin-left:0;
    clear:both;
}
#footer_sidebar_inner .widget .widget_title {
    font-size:14px;
    padding-bottom:16px;
    margin-bottom:16px;
    text-transform:uppercase;
    color:#ffffff;
    overflow:hidden;
    position:relative;
}
#footer_sidebar_inner .widget .widget_title:after {
    content:"";
    display:none;
    position:absolute;
    bottom:0;
    height:0;
    width:60px;
    border-bottom:2px solid #4db6ac;
}

#footer_sidebar_inner .widget ul {
    margin:0;
    list-style:none;
}
#footer_sidebar_inner .widget ul li {
    padding: 6px 0 6px 27px;
    position:relative;
    border-bottom:1px solid #3f3f3f;
}
#footer_sidebar_inner .widget ul li li {
    border-bottom:none;
    padding: 6px 0 0 27px;
}
#_footer_sidebar_inner .widget ul li:before {
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:10px;
    width:13px;
    height:13px;
    border:1px solid #e5e5e5;
    border-radius:50%;
    background: #f5f5f5;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f5f5f5));
    background: -webkit-linear-gradient(#fefefe 0%, #f5f5f5 100%);
    background: -moz-linear-gradient(#fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(#fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(#fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(#fefefe 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f5f5',GradientType=0 );
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow:    inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow:         inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
}
#_footer_sidebar_inner .widget ul li:hover:before {
    background:#4db6ac;
    border-color:#4db6ac;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}
#_footer_sidebar_inner .widget ul li:after {
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:10px;
    width:15px;
    height:15px;
    background-image:url(../images/bullets.png);
    background-repeat:no-repeat;
    background-position:left top;
}
#_footer_sidebar_inner .widget ul li:hover:after {
    background-position:left bottom;
}
#footer_sidebar_inner .widget ul li a {
    color:#6f6f6f;
}
#footer_sidebar_inner .widget ul li a:hover {
    color:#4db6ac;
    text-decoration: none;
}
#footer_sidebar_inner .widget select {
    width:100%;
    height:24px;
    border:1px solid #e5e5e5;
}
#footer_sidebar_inner .widget.widget_tag_cloud {
    overflow:hidden;
}
#footer_sidebar_inner .widget.widget_tag_cloud a {
    display:block;
    float:left;
    margin:0 5px 5px 0;
    font-size: 13px !important;
    line-height:27px;
    font-weight:normal !important;
    height:26px;
    padding: 0 9px;
    border:1px solid #e5e5e5;
    border-radius:2px;
    color:#6f6f6f;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:    0px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow:         0px 1px 0px rgba(0, 0, 0, 0.05);	
}
#footer_sidebar_inner .widget.widget_tag_cloud a:hover {
    color:#ffffff;
    border-color:#4db6ac;
    background-color:#4db6ac;
}
#footer_sidebar_inner .widget.widget_recent_entries span.post-date {
    color:#ababab;
    font-size:12px;
    display:block;
}

#footer_sidebar_inner .widget.widget_calendar table {
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
}
#footer_sidebar_inner .widget.widget_calendar table tbody a {
    display:block;
    height:28px;
    line-height:28px;
}
#footer_sidebar_inner .widget.widget_calendar table tbody a:hover {
    color:#ffffff;
    background-color:#48494A;
}
#footer_sidebar_inner .widget.widget_calendar table td,
#footer_sidebar_inner .widget.widget_calendar table th {
    border:1px solid #191919;
    height:28px;
    vertical-align:middle;
}
#footer_sidebar_inner .widget.widget_calendar caption {
    text-align:left;
    padding-bottom:20px;
}
#footer_sidebar_inner .widget.widget_calendar table tfoot td {
    border: none;
}
#footer_sidebar_inner .widget.widget_calendar table tfoot td#next {
    text-align:right;
}
#footer_sidebar_inner .widget.widget_calendar table tfoot a:hover {
    color:#ffffff;
}
#footer_sidebar_inner .widget.widget_calendar table tbody td {
    text-align:center;
    color:#a4a4a4;
    background-color:#333333;
}
#footer_sidebar_inner .widget.widget_calendar table tbody td.pad {
    border:none;
    background:none;
}
#footer_sidebar_inner .widget.widget_calendar table thead th {
    background-color:#48494A;
}
#footer_sidebar_inner .widget.widget_calendar table #today{
    color:#ffffff;	
    background-color:#48494A;
}

#footer_sidebar_inner .widget.widget_search #s {
    width:180px;
}


#footer_sidebar_inner .widget .post_item {
    margin-top:16px;
    font-size:12px;
    color:#888888;
    overflow:hidden;
}
#footer_sidebar_inner .widget .post_item:first-child,
#footer_sidebar_inner .widget .post_item.first {
    margin-top:0;
}
#footer_sidebar_inner .widget .pic_wrapper {
    width: 44px;
    height:44px;
    overflow:hidden;
    padding:0;
    margin:0 10px 10px 0;
    float:left;
    border:2px solid #4b4b4b;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}
#footer_sidebar_inner .widget .pic_wrapper img {
    margin-left:-15px;
    height:44px;
    width:auto;
    max-width:none;
}

#footer_sidebar_inner .widget .post_wrapper {
    overflow:hidden;
    position:relative;
    top:-2px;
}
#footer_sidebar_inner .widget .post_title {
    clear:none;
    margin-top:0px;
    font-weight:normal;
}
#footer_sidebar_inner .widget .post_title a {
    color:#ffffff;
}
#footer_sidebar_inner .widget .post_title a:hover {
    color:#4db6ac;
}
#footer_sidebar_inner .widget .post_author a {
    color:#d7d7d7;
    font-style:italic;
}
#footer_sidebar_inner .widget .post_author a:hover {
    color:#4db6ac;
}
#footer_sidebar_inner .widget .post_comments [class^="icon-"]:before,
#footer_sidebar_inner .widget .post_comments [class*=" icon-"]:before {
    color:#888888;
}
#footer_sidebar_inner .widget.widget_flickr {
    overflow:hidden;
}
#footer_sidebar_inner .widget .flickr_images {
    margin-right:-10px;
}
#footer_sidebar_inner .widget .flickr_images a {
    display:block;
    float:left;
    margin:0 10px 10px 0;
    border:2px solid #4b4b4b;
    width:56px;
    height:56px;
}

#footer_sidebar_inner .widget.widget_popular_posts .tabs {
    position:relative;
}
#footer_sidebar_inner .widget.widget_popular_posts .tabs a {
    width:106px;
    height:38px;
    display:inline-block;
    text-align:left;
    vertical-align:top;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#888888;
}
#footer_sidebar_inner .widget.widget_popular_posts .tabs a:hover {
    color:#ffffff;
}
#footer_sidebar_inner .widget.widget_popular_posts .tabs a.current {
    color:#ffffff;
}
#footer_sidebar_inner .widget.widget_popular_posts .tabs a:hover:after,
#footer_sidebar_inner .widget.widget_popular_posts .tabs a.current:after {
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    height:0;
    width:60px;
    border-bottom:2px solid #4db6ac;
}
#footer_sidebar_inner .widget.widget_popular_posts .tab_content {
    padding: 16px 0 0;
}


#footer_sidebar_inner .sc_contact_form .field input,
#footer_sidebar_inner .sc_contact_form .field textarea {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:14px;
    color:#888888;
    background-color:#414141;
    border:1px solid #4b4b4b;
    margin-bottom:10px;
}

#footer_sidebar_inner .sc_contact_form .field label {
	font-size:12px;
	margin-bottom:5px;
	display:block;
}

#footer_sidebar_inner .sc_contact_form .field .cond_aceites {
	font-size:12px;
	margin-bottom:5px;
	display:block;
}


#footer_sidebar_inner .sc_contact_form .button {
    text-align: right;
}

#footer_sidebar_inner .sc_contact_form .button a {
    display:inline-block;
    width:100px;
    _height:20px;
    line-height:23px;
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
    background-color:#4db6ac;
    text-transform:unset;
    text-align:center;
    padding: 5px;
    border-radius:5px;
}
#footer_sidebar_inner .sc_contact_form .button a:hover {
    color:#ffffff;
    background-color:#4db6ac;
    text-decoration: none;
}



#footer_sidebar_inner .widget_contacts .widget_inner div {
    padding-left:25px;
    position:relative;
    line-height:30px;
    color:#888888;
}
#footer_sidebar_inner .widget_contacts .widget_inner div.contacts_address {
    padding-left:0;
    color:#ababab;
    line-height:20px;
}
#footer_sidebar_inner .widget_contacts .widget_inner  [class^="icon-"]:before {
    top: 8px;
    color:#ababab;
    font-size:17px;
}
#footer_sidebar_inner .widget_contacts .widget_inner a {
    color:#ffffff;
}
#footer_sidebar_inner .widget_contacts .widget_inner a:hover {
    color:#4db6ac;
}


#footer_sidebar_inner .widget_social a {
    position:relative;
    display:inline-block;
    margin:0 10px 10px 0;
    width:20px;
    height:20px;
}
#footer_sidebar_inner .widget_social a [class^="icon-"]:before {
    color:#d7d7d7;
    font-size:20px;
}
#footer_sidebar_inner .widget_social a:hover [class^="icon-"]:before {
    color:#4db6ac;
}



#footer_sidebar_inner .widget_qrcode_vcard p {
    margin-bottom:0;
    color:#6f6f6f;
}
#footer_sidebar_inner .widget_qrcode_vcard a {
    color:#ffffff;
}
#footer_sidebar_inner .widget_qrcode_vcard a:hover {
    color:#4db6ac;
}

.footer_social_networks a{
	margin-right:10px;
}

.footer_social_networks a i{
	color:#4db6ac;
}
.footer_social_networks a i:hover{
	color:#6f6f6f;
}

/* Footer copyright area */
#footer_copyright {
    background-color:#272727;
}
#footer_copyright_inner {
    color:#7d7d7d;
    width: 1170px;
    margin:0 auto;
    overflow:hidden;
    height:50px;
    text-align:center;
    line-height:17px;
    text-align:center;
    padding-top:15px;
}

.poweredby{
	font-size:6pt;
	float:right;
	color:#6f6f6f;	
}


/* To Top button
----------------------------------------------------------------- */
#toTop {
    display: none;
    position: fixed;
    width: 33px;
    height: 33px;
    line-height:33px;
    bottom: 56px;
    right: 10px;
    border-radius: 2px;
    z-index:10000;
    background-color:#666666;
    color:#ffffff;	
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}
#toTop:before {
    font-size:22px;
    left: 6px;
    top: 5px;
}

#toTop:hover {
    background-color:#bbbbbb;
    color:#ffffff;	
}





/* Login and Register popups
-------------------------------------------------------------- */
.popup_form {
    display:none;
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
}
.popup_form .popup_title {
    position:relative;
    /*width:190px;*/
    width:332px;
    height:10px;
    border-bottom:2px solid #4db6ac;
}
.popup_form .popup_title .popup_close {
    position:absolute;
    right:0;
    top:-7px;
    color:#7f7f7f;
    font-size:12px;
    font-weight:bold;
}
.popup_form .popup_title .popup_arrow:after {
    content:"";
    position:absolute;
    display:block;
    bottom: 0;
    right: 85px;
    width: 0px;
    height:0px;
    border-width: 10px;
/*    border-style: solid;
    border-color: transparent transparent #4db6ac transparent;*/
}

.popup_form .popup_body {
    /*width:190px;*/
   /*width:292px;*/
    background-color:#373737;
    color:#fff;
    padding:20px;
    position:relative;
    text-align:center; /*20190524_2
    /*
}
#popup_login .popup_body {
    height:155px;
}
#popup_register .popup_body {
    height:auto;
}
.popup_form .popup_field {
    margin-bottom:10px;
}
.popup_form .popup_field input[type="text"],
.popup_form .popup_field input[type="password"]
{
    /*width:170px;
    */
    width:270px;
    _height:30px;
    line-height:30px;
    background:#414141;
    border:1px solid #4b4b4b;
    padding:0 10px;
    color: #e5e5e5;
}

.popup_form .popup_field select{
    /*width:190px;*/
    width:290px;
    height:30px;
    color: #E5E5E5;
    line-height:30px;
    background:#414141;
    border:1px solid #4b4b4b;
    padding:0 10px;
}

.popup_form .popup_field.popup_button {
    text-align:right;
    font-size:12px;
}	
.popup_form .popup_field.popup_button a{
    display:inline-block;
    text-align:center;
    /*width:66px;*/
   	padding: 3px 10px 3px 10px;
    height:32px;
    line-height:32px;
    text-transform:uppercase;
    color:#ffffff;
    background-color:#4db6ac;
}
#popup_login{
	width:500px;
}
#popup_register{
	width:800px;
}
#popup_login .popup_field.forgot_password {
    font-size:12px;
    line-height:15px;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 20px;
}
#popup_login .popup_field,
#popup_register .popup_field{
	margin-bottom: 5px;
}
#popup_login .popup_field label,
#popup_register .popup_field label{
	width:25%; 
	display:inline-block;
}

#popup_register .popup_field .l1{
	color:green;
}

#popup_login .popup_field input,
#popup_register .popup_field input,
#popup_register .popup_field select{
	width: 65%;
}

#popup_register .popup_field .um_terco{
	width: 25%;
}

#popup_register .popup_field .label2{
	width: 10%;
	margin-right:2%;
}


#popup_login .popup_field.popup_button a,
#popup_register .popup_field.popup_button a{
    display:inline-block;
    text-align:center;
    width:100px;
   	padding: 5px;
    text-transform:uppercase;
    color:#ffffff;
    background-color:#4db6ac;
    float: right;
    border-radius: 5px;
    
}
#popup_login .popup_field.popup_button a:hover,
#popup_register .popup_field.popup_button a:hover{
    color:#ffffff;
    background-color:#4db6ac;
    
}

#popup_register .popup_field #registration_pais{
	width: 67%;
	border: 1px solid #e5e5e5;
	padding: 3px 6px 3px;
	border-radius: 2px;
}
#popup_login #result{
	background-color:#EEEEEE;
	padding: 15px;
	color::#000;
	margin-top:15px;
	display:none;
}

.popup_form .popup_body .result {
    position:absolute;
    top:20px;
    left:20px;
    right:20px;
    bottom:55px;
    padding:40px 8px 8px;
    font-size:13px;
    text-align:center;
    vertical-align:middle;
    background:#414141;
    border:1px solid #4b4b4b;
    display:none;
}
#popup_register .popup_body .result {
    padding-top:70px;
}
.popup_form .popup_body .result {
    color:#ffffff;
}
.popup_form .popup_body .result.sc_infobox_style_error {
    color:#4db6ac;
}
.popup_form .popup_field input.error_fields_class {
    border-color:#4db6ac;
}





/* Theme Customizer
-------------------------------------------------------------- */
#custom_options {
    position:fixed;
    right:0;
    top:105px;
    margin-right:-237px;
    width:277px;
    height:456px;
    overflow:hidden;
    z-index:9999;
}

#custom_options .co_header {
    height:40px;
    width:100%;
    border-radius: 6px;
    /*border:1px solid #666666;*/
    background: #4e4e4e;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#4e4e4e));
    background: -webkit-linear-gradient(#999999 0%, #4e4e4e 100%);
    background: -moz-linear-gradient(#999999 0%, #4e4e4e 100%);
    background: -ms-linear-gradient(#999999 0%, #4e4e4e 100%);
    background: -o-linear-gradient(#999999 0%, #4e4e4e 100%);
    background: linear-gradient(#999999 0%, #4e4e4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#4e4e4e',GradientType=0 );
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}
#custom_options .co_header #co_toggle {
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:39px;
    height:40px;
    border-right:1px solid rgba(255,255,255,0.2);
    color:#ffffff;
}
#custom_options .co_header a[class^="icon-"]:before,
#custom_options .co_header a[class*=" icon-"]:before {
    font-size:24px;
    left: 8px;
    top: 8px;
    color:#ffffff;
}
#custom_options .co_header .co_title_wrapper {
    padding-bottom:10px;
    position:absolute;
    left:40px;
    top:0;
    overflow:hidden;
    width:237px;
    height:40px;
}
#custom_options .co_header .co_title {
    color:#ffffff;
    text-transform:uppercase;
    margin:0;
    height:40px;
    line-height:40px;
    padding-left: 20px;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 5px 1px rgba(0, 0, 0, 0.5);	
}

#custom_options .co_options {
    position:absolute;
    left:40px;
    top:0;
    border-radius: 6px;
    width:237px;
    background-color:#555555;
    padding:40px 0 0 0;
    z-index:1;
}
#custom_options .co_options .co_form_row {
    padding:20px 20px 20px 20px;
    border-top:1px solid rgba(255,255,255,0.2);	
    position:relative;
    overflow:hidden;
}
#custom_options .co_options .co_form_row.first {
    border-top:none;	
}
#custom_options .co_options .co_form_row .co_label {
    color:#ffffff;
    font-weight:bold;
    font-size:14px;
}
#custom_options .co_options .colorSelector {
    cursor:pointer;
    float: none;
    position:absolute;
}
#custom_options .co_options #co_theme_color.colorSelector {
    left: 106px;
    top:18px;
}
[id^="collorpicker"] {
    z-index:9999;
}
#custom_options .co_options .co_switch_box {
    margin-top:6px;
}
#custom_options .co_options .co_switch_box .boxed,
#custom_options .co_options .co_switch_box .stretched,
#custom_options .co_options .co_switch_box .switcher {
    display:inline-block;
    float: left;
    height:29px;
    line-height:29px;
    margin-right:10px;
    color:#bbbbbb;
    font-size:12px;
}
#custom_options .co_options .co_switch_box .boxed {
    margin-right:0;
}
#custom_options .co_options .co_switch_box .switcher {
    width: 80px;
    background:url(../images/switch_box.png) left top no-repeat;
    position:relative;
}
#custom_options .co_options .co_switch_box .switcher a {
    display:block;
    position:absolute;
    left:0;
    top:3px;
    width:32px;
    height:30px;
    background:url(../images/switch_slider.png) 6px 0 no-repeat;
}
#custom_options .co_options #co_bg_color.colorSelector {
    left: 150px;
    top:18px;
}
#custom_options .co_options #co_bg_pattern_list,
#custom_options .co_options #co_bg_images_list {
    margin-top:6px;
}
#custom_options .co_options .co_pattern_wrapper {
    display:block;
    border:1px solid #767676;
    border-radius:1px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.5);	
    width:24px;
    height:24px;
    padding:2px;
    float:left;
    margin-right:8px;
    background-color:#666666;
}
#custom_options .co_options #co_bg_pattern_list a img {
    border:1px solid #484848;
    width:22px;
    height:22px;
}
#custom_options .co_options #co_bg_images_list a.current,
#custom_options .co_options #co_bg_pattern_list a.current {
    background-color:#4db6ac;
}
#custom_options .co_options .co_image_wrapper {
    display:block;
    border:1px solid #767676;
    border-radius:1px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.5);	
    width:50px;
    height:30px;
    padding:2px;
    float:left;
    margin-right:7px;
    background-color:#666666;
}
#custom_options .co_options #co_bg_images_list a img {
    border:1px solid #484848;
    width:48px;
    height:28px;
}

.boxed.bg_pattern_1 {	background:url(../images/bg/pattern_1.png) 0 0 repeat fixed; }
.boxed.bg_pattern_2 {	background:url(../images/bg/pattern_2.png) 0 0 repeat fixed; }
.boxed.bg_pattern_3 {	background:url(../images/bg/pattern_3.png) 0 0 repeat fixed; }
.boxed.bg_pattern_4 {	background:url(../images/bg/pattern_4.png) 0 0 repeat fixed; }
.boxed.bg_pattern_5 {	background:url(../images/bg/pattern_5.png) 0 0 repeat fixed; }

.boxed.bg_image_1 {	background:url(../images/bg/image_1.jpg) 50% 0 no-repeat fixed; background-size:cover; }
.boxed.bg_image_2 {	background:url(../images/bg/image_2.jpg) 50% 0 no-repeat fixed; background-size:cover; }
.boxed.bg_image_3 {	background:url(../images/bg/image_3.jpg) 50% 0 no-repeat fixed; background-size:cover; }







/* Homepage settings
-------------------------------------------------------------- */
.interval_big {
    margin-top:40px !important;
}
.interval_medium {
    margin-top:20px !important;
}
.interval_small {
    margin-top:10px !important;
}
.no-bottom {
    margin-bottom:0px !important;
}
.home_block_testimonials {
    margin-top:24px !important;
}
.home4_block_testimonials {
    margin-top:4px;
    margin-bottom:16px;
}
.home_block_advert {
    margin-top:5px;
    margin-bottom:5px;
    border:1px solid #e5e5e5;
    padding:20px;
}
.home_block_advert a {
    margin-top:6px;
	color:#4db6ac;
}
.home_block_advert h1 {
    margin-top:0px;
    margin-bottom:0px;
    font-weight:500;
}
.home_block_advert .descr {
    margin-top:6px;
    margin-bottom:0px;
}
.home5_block_testimonials {
    margin-top:4px;
}

/* Overriding styles */
[class^="icon-"], [class*=" icon-"]{
    display: initial;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
/*    background-image: url("../img/glyphicons-halflings.png");*/
    background-position: 14px 14px;
    background-repeat: no-repeat;
}
/*
::-webkit-input-placeholder {
    color: #777;
}
*/
/*:-moz-placeholder { /* Firefox 18- */
/*    color: #777;  
}

::-moz-placeholder {  /* Firefox 19+ */
/*    color: #777;  
}*/

:-ms-input-placeholder {  
    color: #777;  
}

.bg_banner {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */

	
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100px;
}
.legenda_cor {
	display: block;
	height: 30px;
	margin: 0 0 0 13px;
}
.cor_cal {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.cor_cal_BensImoveis {
	background: #4db6ac;
}
.cor_cal_BensMoveis {
	background: #4db6ac;
}
.cor_cal_BensImoveiseMoveis{
	background: #afdfdc;
}
.menu_topo {
	padding: 0 35px !important;
}
#menu_tudo {
	padding: 0 42px;
}
#menu_empresas {
	border-right: 0 !important;
}

.tipo_leilao {
	font-size: 11px;
	text-transform: uppercase;
	height: 20px;
	clear: none;
}
.tipo_leilao:after{
    content:"";
    position:absolute;
	top: 20px;
	left: 300px;
    height:0;
    width:60px;
    _border-bottom:2px solid #4db6ac;
}
.tipo_leilao_pesq:after{
	left:230px;
	top:40px;
}
.texto_lote {
	max-height: 300px;
	overflow-y: auto;
	margin: 20px 0 0 0 !important;
	text-align:justify;
}
.pesquisa_titulo{
	border:1px;	
}
.pesquisa_titulo h3{
	font-size:13px;
	margin-top:0px;
	margin-bottom:5px;
	border:1px dashed #4db6ac;
	padding:5px;
}
.pesquisa_titulo h2{
 	font-size:12px;
 	margin-top:15px;
 	margin-bottom:5px;
}
.pesquisa_titulo .texto_lote{
	margin-top:5px !important;
}
.highlight{
	background-color:yellow;
	color:black;
}
#respond {
/*	width: 200px;
	height: 275px;
	background: #e9e9e9;*/
	padding: 10px;
/*	float: right;
	position: absolute;
	right: -259px;*/
	top: 0;
/*	text-align: center;*/
}

.titulo_venda{
	color:#4db6ac;
	text-transform: uppercase;
}

.cidade_venda {
	text-transform:uppercase;
	font-size:75%;	
}
.descricao_venda{
	font-size:75%;
}
.EnderecoPropostas_venda{
	font-size:75%;
	display: block;
}
.Observacoes_venda{
	font-size:75%;
	display: block;
}
.links_venda{
	margin-top: 10px;
	text-transform:uppercase;
	font-size:75%;
	display:block;
}

.venda_area_valores{
	width: 260px; 
	text-align: right; 
	margin-top: 0px;
}

.venda_area_valores .venda_tabela{
	width:100%;
}

.venda_area_valores .venda_tabela .venda_linha_titulo{
	text-align: right; 
	color: #999;
	font-size:16px;
	padding-bottom: 10px;
}

.venda_area_valores .venda_tabela .venda_linha_valor{
	text-align: right; 
	color: #000;
	font-size:20px;
	padding-bottom: 20px;

}

#respond small{
	font-size: 16px;
	font-weight: normal;
	color: #999;
	padding: 0 0 10px 0;
}
#respond p {
	font-weight: normal !important;
	margin: 10px 0 20px 0 !important;
}
#respond h3{
	margin: 0 !important;
	font-size: 26px;
}
.comment-form {
	padding: 10px 0 0 0;
}
	.comment-form input {
		width: 95% !important;
	}
	.comment-form-author{
		padding: 10px 0 0 0 !important;
	}
	.form-submit {
		margin: 0 !important;
	}
	.form-submit input{
		height: 35px;
		line-height: 35px;
		width: 195px !important;
	}
