@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);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url(https://fonts.googleapis.com/css?family=Raleway);



/* 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: "Poppins",'Open Sans', sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    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/ */
}
.mapa{
	margin-top:30px;
}
.suporte{
	margin-top:20px;
	width:100%;
	height:100%;
}
.logo_tipovenda{
	height:160px;
	width:320px;
	float:left;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #800000), color-stop(1, #ab0000));
	background:-moz-linear-gradient(top, #800000 5%, #ab0000 100%);
	background:-webkit-linear-gradient(top, #800000 5%, #ab0000 100%);
	background:-o-linear-gradient(top, #800000 5%, #ab0000 100%);
	background:-ms-linear-gradient(top, #800000 5%, #ab0000 100%);
	background:linear-gradient(to bottom, #800000 5%, #ab0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#ab0000',GradientType=0);
	background-color:#800000;
	border:5px solid #5e0e0e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:28px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ab0000), color-stop(1, #800000));
	background:-moz-linear-gradient(top, #ab0000 5%, #800000 100%);
	background:-webkit-linear-gradient(top, #ab0000 5%, #800000 100%);
	background:-o-linear-gradient(top, #ab0000 5%, #800000 100%);
	background:-ms-linear-gradient(top, #ab0000 5%, #800000 100%);
	background:linear-gradient(to bottom, #ab0000 5%, #800000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab0000', endColorstr='#800000',GradientType=0);
	background-color:#ab0000;
}
.myButton:active {
	position:relative;
	top:1px;
}




.desc_tipovenda{
    background-color: #61fa00;
    float: left;
    font-size: 15pt;
    height: 151px;
    text-align: right;
    text-transform: uppercase;
    width: 60.5%;
}
.desc_tipovenda_filtered{
    background-color: #61fa00;
    border: 1px solid #61fa00;
    float: right;
    font-size: 15pt;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 89%;
}
.desc_tipovenda span{
    height:30px;
    display:block;
    color: #ffffff !important;
    margin-top: 70px; 
    margin-right:30px;  
}
.desc_tipovenda_filtered a{
	width: 90%;
    color: #ffffff !important;
    float: left;
    margin-top: 15px;   
}
.article_filtered{
	height:50px;
}
.destaques{
	margin-top:40px;
		
}
.voltar{
    border: 1px solid #61fa00;
    float: right;
    font-size: 12px;
    height: 48px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    vertical-align: middle;
    width: 10%;
	
}
.voltar a{
    float: left;
    margin-top: 15px;
    padding: 0 0 0 21px !important;
}
.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%;
    max-width:450px;
    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:#61fa00;
}
.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:#61fa00 !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:#61fa00 !important;
    font-weight:normal !important;
    font-style:normal !important;
}
.post_comments a:hover .comments_number {
    color:#61fa00 !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:#61fa00 !important;
}



/* Icons */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    display:block;
    position: absolute;
    left:0;
    top:0;
    margin:0;
    padding:0;
}



/* Basic tags settings
-------------------------------------------------------------- */
body, button, input, select, textarea {
    background: #fff;
    color: #000;
    outline: none;
    font-family: 'Open Sans',sans-serif,Ubuntu, Arial, Helvetica;
    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;
    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
-------------------------------------------------------------- */
.btnsearch{
	color:#FFFFFF;
	background: linear-gradient(#61fa00 0%, #61fa00 100%) repeat scroll 0 0 ;	
}

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: #999999;
    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: 5px 6px 5px;
    -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: #000;
    text-decoration:none;
}
a:hover {
    color: #61fa00;
}
a:visited {
    color: #61fa00;
}
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;
}



/* Page settings
-------------------------------------------------------------- */
#page {
    background-color:#FFF;
   /* min-width:1170px;*/
  /* background: transparent url("/images/fundo1_site.jpg") no-repeat fixed center center/cover;
   */
	height:auto;
	min-height:1000px;
}

.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 {
    max-width: 1190px;
    margin:0 auto;
    padding-left:10px;
}
#main_inner_banner {
    width: 1190px;
    margin:0 auto;
    background: #efefef;
    cursor:pointer;
}
.with_sidebar #content {		width: 872px; }
.without_sidebar #content {		max-width: 1170px; width:100%; }

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

.sidebar_right{
	display:none;
}

.choose_language{
	float:right;
	position:relative;
	margin-left:15px;
	
}


/* Main slider
-------------------------------------------------------------- */
#main_slider_inner {
    padding-bottom:20px;
}
.main_slider_fixed #main_slider_inner {
    width: 1190px;
    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
-------------------------------------------------------------- */


/* Top line*/
#header_top {
    height:40px;
/*   border-bottom: 1px solid #ededed;
    background-color:#c2c2c2;*/
}
#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:#000000;
}

#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;
    color:#000;
}
#header_top_inner .login_or_register a {
    color:#000;
}
#header_top_inner .login_or_register a:hover {
    color:#61fa00;
}

.login_or_register {
   float:right;
   margin-top:10px;
   font-size:20px;
   font-weight:lighter; 
   color:#000;
   text-decoration:none;
    margin-right:2%;
}

.login_or_register a {
    color:#000;
    text-decoration:none;
}

.login_or_register a:hover {
    color:#61fa00;
    text-decoration:none;
}

#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:#61fa00;
}

#header_top_inner .header_icons .search_link [class^="icon-"]:before,
#header_top_inner .header_icons .search_link [class*=" icon-"]:before {
    font-size:23px;
    color:#61fa00;
    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);
}

.site_header{
	/*background: url(../images/fundo_header.jpg);
	/*background-color:#61fa00;*/
	
}
#detalhe{
/*	background-color:rgba(230,230,230,0.8);
	padding:10px;*/
	max-width:1190px;
	margin:auto;
	_margin-top:85px;
	margin-bottom:10px;
	border-radius:0px;
	width:97%;
}
#header_middle_wrapper {
	background-color:#fff;
}
/* Middle section - logo and mainmenu */
#header_middle {
    width:100%;
    position:relative;
    min-height:90px;
/*    border-bottom:1px solid #d5d5d5;
/*    background-color:#ffffff;
/*    -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);*/
}
.menu_fixed #header_middle_wrapper {
    _position:fixed;
    top: 0;
    left: 0;
    z-index:9000;
    width:100%;
   /*background: url(../images/fundo_header.jpg);*/
  	_ background-color:rgba(0,0,0,0.9);
  	
}
.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);	*/
}
.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 {
    max-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;
    margin: 5px 10px;
    width: 25%;
}
#header_middle_inner .logo_default a {
    font-size:35px;
    color:#c2c2c2;
    font-weight:500;
    text-transform:uppercase;
}
#header_middle_inner .logo_default a:hover {
    color:#61fa00;
}
#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:#61fa00;
}
#header_middle_inner .logo_norma_top:before {
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:7px;
    display:block;
    background-color:#61fa00;
}
#header_middle_inner .logo_norma_top:after {
    content:"";
    position:absolute;
    left:20px;
    top:4px;
    width:4px;
    height:7px;
    display:block;
    background-color:#61fa00;
}
#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;
}
.call_us {
    text-align: right;
    max-width: 100%;
    margin: 0 auto;
    font-weight: normal;
    font-size: 18px;
    display: none;
}
.call_us_info{
    _float:right;
    font-size:6px;
    text-align: right;
    margin: 0 auto;
    display: none;
}
/* Main Menu */
#header_middle_inner #mainmenu_area {
    _min-width:1050px;
    float:right;
    /*margin-top:35px;*/
    margin-bottom:10px;
    width:100%;
    display: none;
}
#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:lighter;
    margin-left: 20px;
    position:relative;
    letter-spacing: 1px;
}
#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: #fff;
}
#header_middle_inner #mainmenu > li.current-menu-item > a {
    color:#61fa00;
    font-size:25px;
    letter-spacing:0px;
}
#header_middle_inner #mainmenu > li > a:hover,
#header_middle_inner #mainmenu > li.sfHover > a {
    color: #61fa00;
    /*border-bottom-color:#61fa00;*/
   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: #61fa00;
    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: #c2c2c2;
}

#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;
    display:none !important;
}
.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: #61fa00;
    padding: 0 7px;
    pointer-events:none;
    z-index: 999;
    background: #000;
    text-transform: uppercase;
}
.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
-------------------------------------------------------------- */

.pesquisa{
	background-color:#000;
	opacity:0.7;
	height:200px;
	width:100%;
	
}

.pesquisa h3{
	margin: 10px 0 15px 0;
	color:#fff;
	font-weight:lighter;
	letter-spacing: 3px;
}

.entre_em_contacto span::before{
	content: "\e823";
    display:inline-block;
    font-family: 'fontello';
    font-size:23px;
    color:#000;
    left: 23px;
    top:23px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
  	-ms-filter: "FlipH";
  	margin-right:10px;
		
}
.entre_em_contacto{
	background-color:#61fa00;
	opacity:0.7;
	width:100%;
	margin-top:-10px;
}
.entre_em_contacto_form {
	margin: 10px 0 15px 0;
	color:#000;
	font-weight:lighter;
	letter-spacing: 0px;
	text-align: center;
	padding:20px;	
}

.entre_em_contacto_form span{
	font-size:23px;
	font-weight: 700;
	letter-spacing: -.5px;
	line-height: 30px;
}

.entre_em_contacto ::after{
	
}


.newsletter{
	background-color:#000;
/*	opacity:0.7;*/
	width:100%;
	margin-top:0px;
	
}

.newsletter h3{
	margin: 10px 0 15px 0;
	color:#fff;
	font-weight:lighter;
	letter-spacing: 0px;
	text-align: justify;
}

.widget_newsletter_form{
	padding:20px;
	
}

.widget_contact_form{
	padding:20px;
	
}

.redessociais_area{
	background-color:#000;
	opacity:0.7;
	height:80px;
	width:100%;	
	margin-top:10px;
}
.redessociais_icones{
	padding:15px;
	text-align: center;
}

.ral_area{
	background-color:#000;
	/*opacity:0.7;*/
	width:100%;

}
.ral {
	margin: 10px 0 15px 0;
	color:#fff;
	font-weight:lighter;
	letter-spacing: 0px;
	text-align: center;
	padding:20px;
	text-decoration:none;	
}
.ral a{
	text-decoration:none;
	color:#fff;
}
.ral a:hover{
	color:#61fa00;
}

.certif_area{
	background-color:#000;
	/*opacity:0.7;*/
	width:100%;

}
.certif {
	margin: 10px 0 15px 0;
	color:#fff;
	font-weight:lighter;
	letter-spacing: 0px;
	text-align: center;
	padding:20px;
	text-decoration:none;	
}
.certif a{
	text-decoration:none;
	color:#fff;
}
.certif a:hover{
	color:#61fa00;
}

#naoexistemvendasdestetipo{
	color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: lighter;
    margin-top: 5%;

}
#main {
    /* border-top:1px solid #f2f2f2; */
   _background-color:rgba(240,240,240);
   float:left;
   width:100%;
   margin-bottom: 20px;
}
.area_vendas{
	width:100% !important;
}
/* Breadcrumbs */
#main #breadcrumbs_area {
    /*min-height:68px;*/
    border-bottom:4px solid #000;
    overflow:hidden;
/*    background-color:#fafafa;*/
	background: none;
	background-color: #61fa00;
}
#main #breadcrumbs_inner {
    max-width: 1170px;
    margin:0 auto;
}
#main #breadcrumbs_inner .title {
    float:left;
/*    max-width:650px;*/
    margin:0px 0 0 0;
    padding:10px;
    font-size: 11px;
}

#main #breadcrumbs_inner .title a{
	color:#000;
}
	 
#main #breadcrumbs_inner .breadcrumbs {
    float:right;
    max-width:500px;
    overflow:hidden;
}
.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: #61fa00; */
	text-decoration:none;
}

.breadcrumbs-menu li+li:before {
    content: "|";
    display:block;
    margin:0 2px;
    float:left;
}

#main #breadcrumbs_inner .breadcrumbs-menu {
    margin-right: 15px;
    margin-top:5px;
}

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

.breadcrumbs.breadcrumbs-menu, .breadcrumbs.breadcrumbs-menu li, .breadcrumbs.breadcrumbs-menu li a{
    color: #000;
}

.breadcrumbs-menu li a:hover{
  /*  color: #61fa00; */
	text-decoration:none;
}


/* --------------------- 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 #cccccc;*/
    position:relative;
    overflow:hidden;
}
#content .readmore {
    tdisplay: inline-block;
    height: 40px;
    line-height: 25px;
    padding: 0 6px;
    color: #fff
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    box-shadow: 0px 5px 10px #00000029;
    background-color: #000;
}
#content .readmore:hover {
	border: 1px solid #000;
    color: #61fa00;
}

#content .sc_slider {
    margin-bottom:30px;
}
#content .sc_slider_revo {
    height:auto !important;
}
#content .video_container {
    margin-bottom:20px;
}
#content .minuta_proposta{
	float: left;
	display: block;
	width: 200px;
	_border: 1px solid #000;
	padding: 5px;
	margin-left: 13px;
	color:#000;
}
#content .minuta_proposta:hover{
    background-color:#61fa00;
    color:#000;
    font-width: bold;
}
#content .minuta_proposta_detalhe{
	float: right;
	display: block;
	width: 200px;
	_border: 1px solid #000;
	padding: 5px;
	margin-right: 20px;
	color:#000;
}
#content .minuta_proposta_detalhe:hover{
	border-color:#61fa00;
	color:#61fa00;
}
#content .more-link {
    display: inline-block;
    height:40px;
    line-height:37px;
    padding: 0 6px;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
	text-transform: uppercase;
    transition: all 0.3s ease;

}
#content .more-link:hover {
    background-color:#000;
	color:#61fa00;
    font-width: bold;
    cursor:pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

#content .read_more .more-link, #content .leilao_more-link {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 6px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    box-shadow: 0px 5px 10px #00000029;
    border: 1px solid #61fa00;
    color: #000;
    background-color: #61fa00;
    border-radius: 4px;
    margin-bottom: 10px;
    float: right;
}

#content .read_more .more-link:hover, #content .leilao_more-link:hover {
    background-color: #000;
    color: #61fa00;
    border-color: #000;
    box-shadow: 0px 1px 2px #61fa00;

}


#detalhe_lote_voltar{
	float:right;
	border: 1px solid #000;
	padding: 3px 10px !important;
	cursor:pointer;
}

#detalhe_lote_voltar:hover{
    background-color:#61fa00;
    color:#000;
    font-width: bold;
}

.content_blog .post_title {
    margin: 0;
	_max-height: 100px;
}
.content_blog .post_title a {
    color: #191919;
}
.content_blog .post_title a:hover {
    _color: #61fa00;
    font-weight: bold;
}
.content_blog .post_format_quote blockquote {
    margin:0;
}
.venda{
	border-bottom:2px solid #000;
	padding-bottom:20px;
}
.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:#61fa00;
    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:#61fa00;
    font-weight: bold;
}
.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:bold;
    padding:0 20px;
    border-right:1px solid #dcdcdc;
}
.content_blog #portfolio_iso_filters a.current,
.content_blog #portfolio_iso_filters a:hover {
    _color:#61fa00;
    _background: #ffffff;
    font-weight: bold;
}


/* 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: #61fa00;
}
#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:#61fa00; 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 #61fa00;
    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: 100%;
    /*height:232px;*/
    float:left;
    margin:0 30px 16px 0;
    position:relative;
    z-index:1;
    padding:0px;
    border:none;
}
.blog_style_b3 .sc_slider {
    height:401px;
    margin-bottom: 16px;
}
.blog_style_b3 .title_area,
.content_blog.post_single .subtitle_area {
    _margin-bottom:14px;
    background-color: #61fa00;
    margin-left:-1px;
}
.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;
	display: block;
	_margin-bottom: 30px;
    padding-left: 5px;
}
/*.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 #61fa00;
}
.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;
    _margin-right: 10px;
}
#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;
}



/* ----------- 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;
    padding-bottom: 20px;
}
.blog_style_p1 .image_wrapper {
    width:98%;
/*    min-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: #61fa00;
    font-weight: bold;
}
.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: #61fa00;
    font-weight: bold;
}

/* ======================================= 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:#61fa00;
}

/* 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:#61fa00;
    font-weight: bold;
}

/* 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:#61fa00;
    font-weight: bold;
}
.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:#61fa00;
    font-weight: bold;
}
.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: #61fa00;
    font-weight: bold;
}
.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;
}

/* Comment form */
.content_blog.post_single #comments #reply-title {
    text-transform:uppercase;
    margin:0 0 16px;
}
.content_blog.post_single #commentform p {
    margin-bottom:10px;
}
.content_blog.post_single #commentform label {
    display:block;
    margin-bottom:4px;
    color:#191919;
}
.content_blog.post_single #commentform 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 {
    width:270px;
    margin-right:30px;
    float:left;
}
.content_blog.post_single #commentform .comment-form-website {
    margin-right:0;
}
.content_blog.post_single #commentform .comment-form-comment {
    clear: both;
}
.content_blog.post_single #commentform input[type="text"],
.content_blog.post_single #commentform 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 {
    height:90px;
}
.content_blog.post_single #commentform #submit:hover {
    color:#61fa00;
}
.content_blog.post_single #commentform .error_fields_class {
    border-color:#61fa00 !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:#61fa00 !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:#61fa00 !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:#61fa00;
    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:#61fa00;
}
.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: 300px;
    padding:28px 0 0;
    overflow:hidden;
}
#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 #61fa00;
}
.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:#61fa00;
    border-color:#61fa00;
    -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:#61fa00;
}
#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:#61fa00;
    background-color:#61fa00;
}
#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:#61fa00;
}
#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:#61fa00;
}
#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:#61fa00;
}
#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:#61fa00;
}

#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:#000;
    background-color:#61fa00;
    text-transform:uppercase;
    text-align:center;
}
#sidebar_main .sc_contact_form .button a:hover,
#advert_sidebar_inner .sc_contact_form .button a:hover {
    color:#61fa00;
    background-color:#191919;
    text-decoration:none;
}


#sidebar_main .widget_contacts .widget_inner div,
#advert_sidebar_inner .widget_contacts .widget_inner div {
    padding-left:0px;
    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:#61fa00;
}



#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:#61fa00;
}

#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:#61fa00;
}





/* 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 #61fa00;
}
#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%;
}

.destaque_parceiros {
    color: #61fa00;
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 40px;

}

.destaque_parceiros_item {
    width: 40%;
    margin: 2%;
    float:left;
}


.destaque_title{
	color:#61fa00;
	font-size:30px;
	font-weight:lighter;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:15px;
	
}
.destaque_item{
	padding: 5px;
	border: 0px solid #ddd;
	margin-bottom: 15px;
}
.destaque_image{
	
}
.destaque_detail{
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}




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

/* Footer Widgets area */
#footer_sidebar {
    /*border-bottom: 1px solid #3f3f3f;
    background-color:#61fa00;*/
   background-color: rgba(0,0,0,0.7);
  /* 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:270px;*/
    /*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:block;
    position:absolute;
    bottom:0;
    height:0;
    width:60px;
    border-bottom:2px solid #61fa00;
}

#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:#61fa00;*/
    border-color:#61fa00;
    -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:#ffffff;
}
#footer_sidebar_inner .widget ul li a:hover {
/*    color:#61fa00;*/
}
#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:#61fa00;
    background-color:#61fa00;
}
#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:#61fa00;
}
#footer_sidebar_inner .widget .post_author a {
    color:#d7d7d7;
    font-style:italic;
}
#footer_sidebar_inner .widget .post_author a:hover {
    color:#61fa00;
}
#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 #61fa00;
}
#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:#e5e5e5;
    background-color:#414141;
    border:1px solid #4b4b4b;
    margin-bottom:10px;
}
#footer_sidebar_inner .sc_contact_form .button {
    text-align: right;
}
#footer_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:#61fa00;
    text-transform:uppercase;
    text-align:center;
    border:1px solid #4b4b4b;
}
#footer_sidebar_inner .sc_contact_form .button a:hover {
    color:#ababab;
    background-color:#191919;
}


#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:#61fa00;
}


#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:#61fa00;
}



#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:#61fa00;
}


/* Footer copyright area */
#footer_copyright {
    /*background-color:rgba(0,0,0,1);*/
}
#footer_copyright_inner {
    color:#555;
/*    max-width: 1170px;*/
    width:100%;
    margin:0 auto;
    overflow:hidden;
    height:50px;
    line-height:50px;
    text-align:center;
    background-color:rgba(0,0,0,1);
}

#footer_copyright a {
	color:#555;
}
#footer_copyright a:hover {
	color:#61fa00;
}

/* 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 #61fa00;
}
.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 #61fa00 transparent;*/
}

.popup_form .popup_body {
    /*width:190px;*/
   width:292px;
    background-color:#000;
    color:#888888;
    padding:20px;
    position:relative;
}
/* 20200425_1 - ini */
/*
#popup_login .popup_body {
    height:155px;
}
#popup_register .popup_body {
    height:auto;
}
*/
#popup_login{
    _width:500px;
    width:98%;
}
#popup_register{
    _width:800px;
    width:98%;
    margin:auto;
}
#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:90%;
    display:none;
}

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

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

}

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

#popup_register .popup_field .metade{
    width: 49.5%;
}

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

#popup_register .filelabel{
    font-size: 13px;
}


#popup_register input[type="file"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/* Estilo do label para simular um botão */
#popup_register .custom-file-label {
    display: inline-block !important;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    width:100% !important;
    position:relative;
}

#popup_register .custom-file-label::after {
    content: "\f07b"; /* Código Unicode do ícone de pasta para Font Awesome 4.7 */
    font-family: "FontAwesome"; /* Define a fonte do Font Awesome 4.7 */
    margin-left: 8px;
    background-color: #61fa00;
    color: #000;
    box-shadow: 0px 5px 10px #00000029;
}


#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:#9a1919;
    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:#9a1919;

}

#popup_login .popup_field.popup_button a,
#popup_register .popup_field.popup_button a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 6px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    box-shadow: 0px 5px 10px #00000029;
    border: 1px solid #61fa00;
    color: #000;
    background-color: #61fa00;
    border-radius: 4px;
    margin-bottom: 10px;
    float: right;
}

#popup_login .popup_field.popup_button a:hover,
#popup_register .popup_field.popup_button a:hover {
    background-color: #000;
    color: #61fa00;
    border-color: #000;
    box-shadow: 0px 1px 2px #61fa00;

}

#popup_register .popup_field #registration_pais{
    width: 67%;
    border: 1px solid #e5e5e5;
    padding: 3px 6px 3px;
    border-radius: 2px;
}

#popup_register .popup_field #registration_codpostal{
    margin-right:1%;
    width:25%;
    max-width: 80px;
}

#popup_register .popup_field #registration_localidade{
    width:83%;
    float: right;
    max-width: 220px;
}

#popup_login #result{
    background-color:#EEEEEE;
    padding: 15px;
    color::#000;
    margin-top:15px;
    display:none;
}
/* 20200425_1 - fim */
.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_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;
    height:32px;
    line-height:32px;
    text-transform:uppercase;
    color:#61fa00;
    border: 1px solid #61fa00;
}
.popup_form .popup_field.popup_button a:hover {
    color:#000;
    background-color:#61fa00;
    border: 1px solid #61fa00;
}

#popup_login .popup_field.forgot_password {
    font-size:12px;
    line-height:15px;
}
.popup_form .popup_body .result {
    position:absolute;
    top:20px;
    left:20px;
    right:20px;
    bottom:20px;
    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:#FFFFFF;
}
.popup_form .popup_field input.error_fields_class {
    border-color:#61fa00;
}



.modal a.close-modal{
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
}

/* 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:#61fa00;
}
#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;
    display: inline-block;
}
.home_block_advert a {
/*    margin-top:6px;*/
}
.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;
}
.venda_valores{
    _margin-top: 50px !important;
    width:98% !important;
}
.venda_foto{
    width: 100% !important;
}
.venda_descricao{
    width: 95% !important;
}
.detalhe_leilao{
    width:98% !important;
}

/* 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: #61fa00;
}
.cor_cal_BensMoveis {
	background: #cc7b6e;
}
.cor_cal_BensImoveiseMoveis{
	background: #cec4c2;
}
.menu_topo {
/*	padding: 0 35px !important;*/
}
#menu_tudo {
	padding: 0 42px;
}
#menu_empresas {
	border-right: 0 !important;
}

.tipo_leilao {
	font-size: 14px;
	text-transform: uppercase;
	height: 40px;
	clear: none;
    font-width: bold;
    margin: 0;
    padding-top: 8px;
    padding-left: 5px;

}
.tipo_leilao:after{
    content:"";
    position:absolute;
	top: 20px;
	left: 300px;
    height:0;
    width:60px;
    _border-bottom:2px solid #61fa00;
}
.texto_lote {
	overflow-y: auto;
	margin: 20px 0 0 0 !important;
	text-align:justify;
}


.descricaosite{
	color:#000;font-size:10pt;line-height:20px;font-weight: normal;margin-bottom: 0px;margin-top: 10px;
}
.notavenda{
	color:#000;font-size:10pt;line-height:20px;font-weight: normal;margin-bottom: 0px;margin-top: 10px;
}

#respond {
	width: 97%;
/*	height: 260px;*/
	background: #e9e9e9;
	padding: 10px;
	float: right;
/*	position: absolute;
	right: 0 px;
	margin-top: -40px;*/
	text-align: center;
}
#respond small{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	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: 180px !important;
}
.comment-form-author{
	padding: 10px 0 0 0 !important;
}
.form-submit {
	margin: 0 !important;
}
.form-submit input{
	border: 1px solid #000;
    color: #61fa00;
    background: none;
    background-color: #000;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 5px;

}

.form-submit input:hover{
	border:1px solid #61fa00;
	color:#000;
	background: none;
    background-color: #61fa00;
}

.leilao_temporestante{
	float:left;
	width:100% !important;
	font-size:22px;
}	

.leilao_valorbase{
	float:left;
    width:100% !important;
	font-size:22px;
}

.leilao_valoractual{
	float:left;
    width:100% !important;
	font-size:22px;
}
#valor-actual{
	font-size:22px;
}
#valor-baselicitminima{
	font-size:13px;
}
#valor-valorminimo{
    font-size:13px;
}

/*20190201_1-INI*/

.documentos_verba{
    width: 50%;
}
.documentos_verba .doc_tit {
    border-bottom: 1px solid #6f1616;
    color: #6f1616;
}
.documentos_verba .doc .fa{
    color: #6f1616;
}
.documentos_verba .doc a{
    color: #6f1616;
    text-decoration: none;
}
.documentos_verba .doc a:hover{
    color: #6f1616;
    cursor:pointer;
    text-decoration: none;
}
/*20190201_1-FIM*/

.half{
	width:48%;
}
.third{
	width:32%;
}

.msgloginlicit{
	color: #61fa00;
	background-color: #000;
	padding: 9px;
	margin-top: 10px;
	display: inline-block;
}

.leilao_terminado{
	color:red;
	margin-top:20px;
	font-size:22px;	
	text-align:right;
}

.leilao_terminado p{
}

#leilao_terminado{
	color:red;
	margin-top:20px;
	font-size:22px;	
	text-align:center;
}

#leilao_terminado p{
}
.form_licitar_input_valor{
	
}
.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;
	width:130px !important;
	font-family: "Open Sans";
	font-size: 26px;
	font-style: inherit;
	color: #000 !important;
	background:none;


}
.form_licitar_input_valor input:hover{
	
}

.form_licitar_input_valor{
	font-size:26px;	
}

.molduralicitar{
	border: 1px solid #000;
	width:180px;
	margin: 0 auto;
}

.lancemaisalto{
	color:green;
	text-align:center;
	
	font-size:15px;
}


.menu_categoriasleiloes_icones{
    display: inline-block;
    position: relative;
    width: 49%;
    height: 205px;
    margin: 0.2%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-width:165px;
    float:left;
    margin-top: 32px;
    background-size: cover;
}
.categ_fundo{
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 30px;
    background-color: #61fa00;
    color: #000;
    text-align: center;
    vertical-align: middle;
    font-size: 150%;
    font-weight: bold;
    padding: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.separador{
    bottom: 20px;
    height: 5px;
    width: 40%;
    display: block;
    margin-top: 45px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#cabec1{
    width: 100%;
    position: relative;;
    display: inline-block;
}

#cabec1 .area_categorias{
    width:99%;
    float: left;
}

#cabec1 .agenda{
    width:99%;
    margin-top:50px;
    float: left;
}
#cabec1  .menu_categoriasleiloes{
    float:right;
    width:100%;
}

.titulo_cat{
    position: absolute;
    font-size: 25px;
    line-height: 240px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.static_categ{
    float:left;
    width:24%;

}
.static_categ .menu_categoriasleiloes_icones{
    width:100%
}

.sc_column_item article{
    width: 98%;
    margin-right: 1%;
    float: left;
    box-shadow: 2px 3px 6px seagreen;
    border-radius: 25px;
    background-color: #fff;
    margin-left: 0.5%;
    padding-left: 1px;
}

/* responsive menu */

* {
    font-family: "Raleway";
    box-sizing: border-box;
}

.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    _background-color: #00BAF0;
    _background: linear-gradient(to left, #f46b45, #eea849);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    height: 50px;
    padding: 1em;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu > li {
    margin: 0 1rem;
    overflow: hidden;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #000;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

@media (max-width: 480px) {
    .menu-button-container {
        display: flex;
    }

    .menu {
        position: absolute;
        top: 0;
        margin-top: 90px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        z-index:999;
    }

    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle ~ .menu li a{
        color: #FFF;
        text-decoration: none;
    }

    #menu-toggle:checked ~ .menu li {
        border: 1px solid #333;
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: #222;
    }

    .menu > li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
}

.responsive_menu {
    display: none;
}

.responsive_hamb_menu {
    display: inline-block;
    float: right;
    _margin-right: 20px;
    _margin-top: 20px;

}

.info_termino_venda {
    position: relative;
    bottom: -25px;
    left: 0px;
    font-size: 11px;
    width: 100%;
    background-color: #eeeeff;
    color: #000;
    padding: 15px;
    border-bottom-left-radius: 9px;
    font-weight: normal;
    display: inline-block;
}

#main:after {
    content: "";
    display: table;
    clear: both;
}


#pagina_body {
    display: grid;
    width: 98%;
    margin: 0 auto;
    background-color: #FFF;
}

#pagina_body .container {
    max-width: 100% !important;
    position: relative;
    display: inline-block ;
}

.zona2{
    width: 87%;
    float: left;
}

.zona3{
    width:10%;
    float: right;
}

.titulo_destaques, .vendas_titulo{
    width:100%;
    text-align:center;
    font-size: 20px;
}

.vendas h1{
    font-size: 20px;
}

.venda_readmore{
    position: absolute;
    right: 0;
    top: 0;
    float: right;
}
