[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/* Sticky footer styles
-------------------------------------------------- */
*{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
html {
    position: relative;
    min-height: 100%;
}
.container-fluid,.container,.navbar-brand{
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;    
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 0px;
    margin-top: 0px;
}

.ui-corner-all{
    display: none!important;
}

.langactive{
    cursor:pointer;color:#000000 ! important;padding-top: 5px;padding-right: 5px;padding-bottom: 0px;
}

.langinactive{
    cursor:pointer;color:#ffffff ! important;padding-top: 5px;padding-left: 5px;padding-bottom: 0px;
}




.row{
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
}

body {
    /* Margin bottom by footer height */
  /*  margin-bottom: 110px;*/

}
.container {
    max-width: 1110px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: rgba(0,0,0,0.6);  
    border-top:solid 2px rgba(255,163,0,0.6);
    z-index: 4;
}

.js-video {
    padding-top: 25px;
    padding-bottom: 50%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.js-video.widescreen {
    padding-bottom: 50%;
}

.js-video.vimeo {
    padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

select {
    border:0;
    background:transparent;
    height:34px;
    /*border:1px solid #d8d8d8;*/
    width:100%;
    -webkit-appearance: none;
    -moz-appearance:none;
}

.selectdropdown {
    overflow:hidden;
    background: url("images/ddseta.png") no-repeat #fff;
    background-position: top right;
    cursor:pointer;
    
    /* dropdown_arrow.png is a 31x28 image */
}

.searchinput{
    border:1px solid #d8d8d8;
    padding-left: 5px;
    padding-right: 5px;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.pagination-first ,.pagination-last{
    display:none !important;
}


.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color:#FFA300;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    color:#FFA300;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: white;
    border-color: white;
    color: #FFA300;
    cursor: default;
    z-index: 3;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #fff;
    color: rgba(0,0,0,1);
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 4px;
    position: relative;
    text-decoration: none;
    font-size:16px !important;

}


.pagination > li > a:focus,.pagination > li > a:hover, .pagination > li > span:focus,.pagination > li > span:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #FFA300;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: #fff;
    border-color: #fff;
    color: #777;
    cursor: not-allowed;
}


.tabactiva{
    background-color: #FFA300 !important;
    color:#ffffff !important;
    cursor:pointer;
}
.tabinactiva{
    background-color: #000000 !important;
    color:#ffffff !important;
    cursor:pointer;
}
#bggallery{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    position:absolute;
    top:100px;
    z-index: 1000px;
    background-color: rgba(0,0,0,0.4);
    top:0px;
    left:0px;
}
.dropdown-menu{
    border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.15);
    //overflow-x:hidden;
}
.dropdown-menu-form{
    background-color: #e6e6e6;
    background-image: url('images/ddinsideseta.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 40px 12px;
    overflow-x:hidden;
}


.selectdropdown optgroup option{
    background-color: #e6e6e6 !important;
    background-image: none !important;
}

.selectdropdown optgroup{
    background-color: #e6e6e6;
}
.selectdropdown option{
    background-color: #e6e6e6;
       text-align: left;
    padding:3px 3px;
}
.selectdropdown option:first-child{
    background-color: #e6e6e6;
    //background-image: url('images/ddinsideseta.png') ! important;
    background: #e6e6e6        url('images/ddinsideseta.png')     no-repeat top right;
    //background-position: top right;
    //background-repeat: no-repeat;
    //background-size: 40px 12px;
}

.checkboxInput{
    margin-left:5px !important;
    float: left;
    width: 15px;  
    height: 15px;
    border-radius:6px;
}

.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
}

.menuactive{
    color:#000000 !important;
    cursor:pointer;
}

.popupnewsletter{
    position:absolute;width:280px;height:70px;background-color: #b3b3b3;display:none;padding-top: 5px;
    background-image: url('images/newsletterseta2.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 44px 10px;
}

textarea {
    resize: none;
}

.newslettertitle{
    COLOR:#000000;padding-top: 5px;cursor: pointer;
}
.newslettertitle:hover{
    COLOR:#ffffff;padding-top: 5px;cursor: pointer;
}

.newslettertitlehome{
    COLOR:#ffffff;padding-top: 5px;cursor: pointer;
}
.newslettertitlehome:hover{
    COLOR:#FFA300;padding-top: 5px;cursor: pointer;
}

.newslettertitle{
    COLOR:#ffffff;padding-top: 5px;cursor: pointer;
}
.newslettertitle:hover{
    COLOR:#000000;padding-top: 5px;cursor: pointer;
}

.disabledelem{
    cursor: not-allowed;
    background-color: #000000;
    opacity: 1;
}


.searchinput::-webkit-input-placeholder {
color:#333333;
text-transform:uppercase;
text-align: center;
}

.searchinput:-moz-placeholder { /* Firefox 18- */
color:#333333;
text-transform:uppercase;
opacity: 1;
text-align: center;
}

.searchinput::-moz-placeholder {  /* Firefox 19+ */
color:#333333;
text-transform:uppercase;
opacity: 1;
text-align: center;
}

.searchinput:-ms-input-placeholder {  
color:#333333;
text-transform:uppercase;
text-align: center;
}


.headerhome{
    height:550px;width:100%;overflow: hidden;
    background: url(images/imagemslider1.jpg) no-repeat top center; 
    background-size: 100% 100%;
}

.headercontent{
    height:550px;width:100%;overflow: hidden;
    background: url(images/imagemslider1.jpg) no-repeat top center; 
    background-size: 100% 100%;
}
.headercontent_1{
    height:550px;width:100%;overflow: hidden;
    background: url(images/bg_01.jpg) no-repeat top center; 
    background-size: 100% 100%;
}
.headercontent_2{
    height:550px;width:100%;overflow: hidden;
    background: url(images/bg_02.jpg) no-repeat top center; 
    background-size: 100% 100%;
}
.headercontent_3{
   /* height:550px;width:100%;overflow: hidden;
    background: url(images/bg_02.jpg) no-repeat top center; 
    background-size: 100% 100%;*/
    height: 100vh;
    width:100%;overflow: hidden;
    background:url('images/vender_bg.png') no-repeat top center; 
    background-size: 100% auto;
}
.headercontent_4{
    height:550px;width:100%;overflow: hidden;
    background: url(images/bg_03.jpg) no-repeat top center; 
    background-size: 100% 100%;
}















#check1[type=checkbox],#check2[type=checkbox] ,#Contactdia[type=checkbox],#Contactmanha[type=checkbox],#Contacttarde[type=checkbox],#Contactnoite[type=checkbox],#check3[type=checkbox],#check4[type=checkbox],#check5[type=checkbox],#checkpol3[type=checkbox],#checkpol4[type=checkbox],#checkpol5[type=checkbox]{
	visibility: hidden;
        margin: 0px 0 0;
        width:0px !important;
        height:0px !important;
}

#Contactdia[type=checkbox],#Contactmanha[type=checkbox],#Contacttarde[type=checkbox],#Contactnoite[type=checkbox]{
        display:none;
}


/* SQUARED THREE */
.chkboxes {
	
	margin: 0px 0px;
        padding-right: 0px;
        text-indent : 18px;
	position: relative;
}

.chck-contact {
    width: auto;
    display: block;
    font-weight: normal;
}

.chkboxes .dd-box {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
        left:0px;
	border-radius: 4px;

	/*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);*/

	background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA300', endColorstr='#FFA300',GradientType=0 );
        
        border:1px solid #FFA300;
}

.chkboxes .dd-box:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 3px;
	left: 3px;
	border: 3px solid #FFA300;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.chkboxes label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.chkboxes input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


.ddchkboxes {
	
	margin: 0px 0px;
        padding-right: 20px;
	position: relative;
}
.ddchkboxes label{
    font-weight: normal !important;
    color:#000000 !important;
}

.ddchkboxes .ddchklabel {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 2;
        right:5px;
	border-radius: 4px;

	/*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);*/

	background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA300', endColorstr='#FFA300',GradientType=0 );
        
        border:1px solid #FFA300;
}

.ddchkboxes .ddchklabel:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 1px;
	left: 1px;
	border: 3px solid #FFA300;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ddchkboxes .ddchklabel:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.ddchkboxes input[type=checkbox]:checked + .ddchklabel:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/*bo detail*/

.bodetailpage{
    height:150px;width:100%;overflow: hidden;
    background: url(images/imagemslider1.jpg) no-repeat top center; 
    background-size: 100% 100%;
}


.bgtop{
    background-color: rgba(0,0,0,0.6);
    height: 120px;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: middle;
}

.bgcontent{
    background-color: rgba(0,0,0,0.9);
    /*height: 120px;*/
    min-height: calc( 100vh - 50px);
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: middle;
}

.headerimg{
    /*height: 120px;*/
    min-height: 100vh;
    width:100%;overflow: hidden;
    background:url('images/home.jpg') no-repeat top center; 
    background-size: 100% auto;
}


.divsliderimg
{
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 75% 0 0 0;
  overflow: hidden;
}

.imgslider
{
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.divsliderimgpopUp
{
 height: 100vh;
width:100%;
background-repeat: no-repeat;
background-position: center center;
}

.HPsection2{
    min-height: calc(100vh + 5px);
    padding-top: 20px;
}
.Hpsection2Column ,.Hpsection1Column{
    padding-top:15px;
    padding-bottom:15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.Hpsection2Column > .col-md-4,.Hpsection1Column > .col-md-4{
    width:calc(100% - 20px);    
}

.Hpsection2Column .col-md-12, .Hpsection1Column .col-md-12{
     padding-left: 0px !important;
    padding-right: 0px !important;
    
}
.Hpsection2Column > .row , .Hpsection1Column > .row{
    background-color: #ffffff;
    padding: 15px 15px;
    border-radius: 5px;
}
.HpBoxApp{
    max-width: 950px;
    margin-top: 1vh;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 15px 15px 15px 0px;
}

.HpDestaques{
    min-height:100vh;
    background-color: #ffffff;
    padding-top:calc((100vh - 630px) / 2) !important;
}

.Hpsection3Column{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.Hpsection3Column > .col-md-4{
    width:calc(100% - 20px);    
}

.Hpsection3Column .col-md-12{
     padding-left: 0px !important;
    padding-right: 0px !important;
    
}
.Hpsection3Column > .row{
    padding: 0px 0px;
}



textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    padding-left: 10px;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   padding-left: 10px;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   padding-left: 10px;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   padding-left: 10px;
}

.dropdowninactive{
    background-color: #dcdcdc !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/*new dropdown layouts*/
.wrapper-dropdown-3 {
    position: relative;
    width: 162.5px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    /* border-radius: 7px; */
    /*border: 1px solid rgba(0,0,0,0.15);*/
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    font-weight: normal;
    color: rgb(51,51,51);
    float: left;
    text-transform: uppercase;
    border-right: 1px solid #ffa300;
    line-height: 16.8px !important;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #FFA300 transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    /*border: 1px solid rgba(0,0,0,0.17);*/
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
    -webkit-padding-start: 0px !important;
    overflow-y: auto;
    max-height: 33.33vh;
    z-index: 9;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: rgb(51,51,51);
    /*border-bottom: 1px solid #e6e8ea;*/
    font-weight: normal;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border-radius: 0 0 7px 7px;
    border: none;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}

.wrapper-dropdown-3 .divdropdown{
    position: absolute;
    top: 140%;
    left: 0px;
    width: 100%;
    display:none;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .divdropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.wrapper-dropdown-4 {
    /* Size and position */
    position: relative;
    width: 162.5px;
    margin: 0 auto;
    padding: 10px;

    /* Styles */
    background: #fff;
    /*border: 1px solid silver;*/
    cursor: pointer;
    outline: none;
    float: left;
    text-transform: uppercase;
    border-right: 1px solid #ffa300;
    box-sizing: border-box;
    line-height: 16.8px !important;
}

.wrapper-dropdown-4:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #ffa300 transparent;
}
.wrapper-dropdown-4 .dropdown {
    /* Size & position */
    position: absolute;
    top: 140%;
    left: 0px;
    right: 0px;

    /* Styles */
    background: white;
    /*border: 1px solid silver;*/
    /*border: 1px solid rgba(0,0,0,0.17);*/
    box-shadow: 0 0 5px rgba(0,0,0,0.1);

    border-top: none;
    list-style: none;
    font-weight: normal;
    transition: all 0.5s ease-in;
  
    /* Hiding */
    opacity: 0;
    pointer-events: none;
    -webkit-padding-start: 0px !important;
    max-height: 33.33vh;
    overflow-y: auto;
    z-index: 9;
}
.wrapper-dropdown-4 .divdropdown{
    position: absolute;
    top: 140%;
    left: 0px;
    width: 100%;
    display:none;
    transition: all 0.3s ease-out;
}
.showdiv{
    display:block!important;
}

.wrapper-dropdown-4 .divdropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}
.wrapper-dropdown-4 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

/*.wrapper-dropdown-4 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}*/

.wrapper-dropdown-4 .dropdown li {
    position: relative; /* Enable absolute positioning for checkboxes */
    cursor:pointer;
}

.wrapper-dropdown-4 .dropdown li label.dd-lbl-text {
    display: block;
    padding: 10px 20px 10px 5px; /* Same padding as the button */
    /*border-bottom: 1px dotted #1ccfcf;*/
    transition: all 0.3s ease-out;
    font-weight: normal;
    text-transform: uppercase;
    font-size:12px;
    z-index: 99;
    cursor:pointer;
}

.wrapper-dropdown-4 .dropdown li:last-of-type label.dd-lbl-text {
    border: none;
}

.wrapper-dropdown-4 .dropdown li input /* Checkboxes */ {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}

/* Hover state */

.wrapper-dropdown-4 .dropdown li:hover label {
    background: #f0f0f0;
    cursor:pointer;
}

/* Checked state */

.wrapper-dropdown-4 .dropdown li input:checked ~ label {
    /*color: grey;
    text-decoration: line-through;*/
}


/* OR: */
/* Red lines: the gradients way */

.wrapper-dropdown-4 .dropdown,
.wrapper-dropdown-4 {
  background: linear-gradient(left, white 5%, #ffaa9f 5%, #ffaa9f 5.3%, white 5.3%, white 6.5%, #ffaa9f 6.5%, #ffaa9f 6.8%, white 6.8%);
}

.wrapper-dropdown-4 .dropdown li:hover label.dd-lbl-text {
  background: linear-gradient(left, #f0F0F0 5%, #ffaa9f 5%, #ffaa9f 5.3%, #f0F0F0 5.3%, #f0F0F0 6.5%, #ffaa9f 6.5%, #ffaa9f 6.8%, #f0F0F0 6.8%);
}
/* Active state */

.wrapper-dropdown-4.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-4.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-4 .ddchklabel {
	
	position: absolute;
	width: 12px;
	height: 12px;
	top: 2;
        right:10px;
	border-radius: 4px;
        margin-top: 10px;

	/*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);*/

	background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA300', endColorstr='#FFA300',GradientType=0 );
        
        border:1px solid #FFA300;
        z-index: 3;
        cursor:pointer;
}

.wrapper-dropdown-4 .ddchklabel:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 1px;
	left: 1px;
	border: 3px solid #FFA300;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
        z-index: 4;
}

.wrapper-dropdown-4 .ddchklabel:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
        z-index: 5;
}

.wrapper-dropdown-4 input[type=checkbox]:checked + .ddchklabel:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
        z-index: 6;
}

.btn-orange{
    border-radius: 0px;
    float:left;
    width:162.5px;
    height:36.8px;
    padding-left:10px;
    padding-right:5px;
    background-color:#FFA300;
    color:white;
    padding-top: 7px;
    padding-bottom: 8px;
    font-size:12px; 
    border:none;
    line-height: 23.8px;
}
.btn-orange:hover {
    color: #333;
    background-color: #FFA300 !important;
    /*border-color: #adadad !important;*/
}

.btn-orange-buy{
    border-radius: 0px;
    float:left;
    width:173px;
    height:36.8px;
    padding-left:10px;
    background-color:#FFA300;
    color:white;
    padding-top: 5px;
    padding-bottom: 5px;
    border:solid 1px #ffa300;
    line-height: 23.8px;
}
.btn-orange-buy:hover {
    color: #333;
    background-color: #FFA300 !important;
    box-sizing: border-box;
    border:solid 1px #ffa300;
}

.hp-arrow-right {
    width: 0; 
    height: 0; 
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 11px solid #FFA300;
    float:left;
}

.buy-rent-arrow-right{
    width: 0; 
    height: 0; 
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 8px solid #FFA300;
}

.buy-arrow-right {
    width: 0; 
    height: 0; 
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 11px solid #FFA300;
    float:left;
}

.wrapper-dropdown-4 .dropdown::-webkit-scrollbar-track,.wrapper-dropdown-3 .dropdown::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.wrapper-dropdown-4 .dropdown::-webkit-scrollbar,.wrapper-dropdown-3 .dropdown::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.wrapper-dropdown-4 .dropdown::-webkit-scrollbar-thumb,.wrapper-dropdown-3 .dropdown::-webkit-scrollbar-thumb
{
	background-color: #ffa300;
}

.buyref{
    float:left;
    width:183px;
    height:36.8px;
    margin-right: 15px;
    border-right: 1px solid #ffa300;
}

.homepage-banner{
    margin-top:-82vh;
    position:relative;
    z-index:99999;
    text-align: right;
}
.banner-container{
    opacity:0.7;
    padding-right: 18px;
}
.slogan-img{
    height:32vh;
    border-radius: 5px;
}
.hp-search-box{
    margin-top:27vh;
    margin-bottom:23vh;
    position:relative;
    z-index:99999;
}
.hp-row-search{
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    height:52px;
    font-size:12px;
}
.show-as-block{
    display: inline-block;
}
.hp-section2-container{
    background-color: rgba(0,0,0,0.6);
    padding-top: 20px;
    padding-bottom: 40px;
 }
 .hp-section2-row1{
    max-width: 980px; 
 }
 .hp-fb-column{
    height:397px;
    width:100%;
    padding-left:0px;
    padding-right:0px;
 }
 .hp-lojas-slider{
    height:398px;
    width:100%;
    padding-left:0px;
    padding-right:0px;
    overflow:hidden;
 }
 
 .hp-app-section{
    margin-bottom:10px;
    color:#000000;
 }
 .img-app{
    max-width:100%;
    height:56px;
}

.buy-header{
   background-color: rgba(0,0,0,0.6);margin-top:-163px;z-index:9999;position: relative;
}

.buy-header-container{
    max-width: 980px;text-align: center;
    font-size: 12px;
}
.buy-search-row1{
    width:980px;
    background-color: #b3b3b3;
    height:20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.buy-search-row1 div{
    float:left;
    width:245px;
    height:20px;
    text-align: center;
    border-right: 1px solid #ffa300;
    box-sizing: border-box;
    line-height: 20px;
}
.buy-search-row1 div:last-child{
    float:left;
    width:245px;
    height:20px;
    text-align: center;
    box-sizing: border-box;
    border-right: 0px solid #ffa300;
    line-height: 20px;
}
.buy-search-row2{
    width: 980px;
    margin-left: 0px;
    margin-bottom: 15px;
}
.buy-search-row2 .wrapper-dropdown-4,.buy-search-row2 .wrapper-dropdown-3{
    margin-right: 15px;
    width:184px;
}

.buy-search-row2 .wrapper-dropdown-3 + .last-dd{
    margin-right: 0px;
}
.buy-search-row3{
    width: 980px;margin-left: 0px;margin-bottom:20px;
}
.buy-search-row3 .wrapper-dropdown-4,.buy-search-row3 .wrapper-dropdown-3{
    margin-right: 15px;
    width:184px;
}

.no-result-container{
    max-width: 980px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.no-result-message{
    text-align:center;
    margin-bottom: 40px;
    color:#FFA300;
}
.buy-result-container{
    max-width: 980px;
    margin-top: 40px;
    margin-bottom:70px;
}

.buy-result-item-box{
    margin-bottom: 20px;
    max-width:300px;
}
.link-cursor-style{
    cursor: pointer;
}
.buy-item-img{
    height:200px;
    max-width:300px;
    padding-left:0px;
    padding-right:0px;
     background-size: contain;
    background-position:center center;
    background-repeat: no-repeat;
    background-color: #dcdcdc;
}
.buy-item-header{
    background-color: rgba(0,0,0,0.6);
    height:22px;
    max-width:300px;
    text-align: center;
    color:white;
}
.buy-item-type{
    margin-top:134px;
    background-color: rgba(0,0,0,0.6);
    height:22px;
    max-width:300px;
    text-align: center;
    color:white;
}
.buy-item-title{
    background-color:#FFA300;
    color:white;
    text-align: center;
    height:22px;
}
.buy-item-footer{
    text-align: center;
    color:rgba(0,0,0,1);
    max-width:300px;
}
.spinner-div{
   position:fixed;
   background-color:rgba(220,220,220,0.6);
   width:100vw;
   height: 100vh;
   z-index:999999;
}


/*detail*/
 #caract  {
    list-style-type: " - "; 
    padding-left: 10px;
}

.inactive{
    display:none;
}

ul.thumbnails-carousel {
    padding: 5px 0 0 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    overflow-x: auto;
    display:inline-flex;
}

.thumbnails-carousel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.thumbnails-carousel::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
        height: 5px;
}

.thumbnails-carousel::-webkit-scrollbar-thumb
{
	background-color: #ffa300;
}

ul.thumbnails-carousel .center {
    display: inline-block;
}
ul.thumbnails-carousel li {
    margin-right: 0px;
    float: left;
    cursor: pointer;
}
.controls-background-reset {
    background: none !important;
}
.active-thumbnail {
    opacity: 0.4;
}
.indicators-fix {
    bottom: 70px;
}

#formrequest .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #FFA300;
    border-radius: 0px;
    //box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.imoveis-semelhantes-div hr{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFA300 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
.arrow-rightenviar {
    width: 0; 
    height: 0; 
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 8px solid #FFA300;
}

.detail-back-container{
    margin-top: 20px;
    max-width: 980px;
    cursor:pointer;
}
.detail-back-container img{
    padding-bottom: 2px;
    margin-right: 5px;
}
.detail-back-container label{
    padding-top: 2px;font-weight: normal;
    cursor:pointer;
}

.detail-container{
    margin-top: 10px;max-width: 980px;
}
.detail-container .col-md-12{
    padding-left:0px;
    padding-right:0px;
}
.detail-header-left{
    width: 355px;float:left;margin-right: 25px;
}

.detail-header-right{
    width: 600px;float:left;background-color: #000000;color:#FFA300;height:26px;
}
.detail-title-left{
    width:335.5px;height:25px;line-height:25px;background-color: #FFA300;color:#ffffff;float:left;padding-left: 10px;text-transform: capitalize;
}
.detail-header-arrow{
    float:left;
    width: 0; 
    height: 0; 
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 8px solid #FFA300;
}
.detail-title-right{
    float:left;padding-left: 8px;padding-top: 3px;text-transform: uppercase;
}
.detail-content-left{
    width: 355px;float:left;margin-right: 25px;
}
.detail-description-title{
    margin-top: 25px;
    color:#FFA300;
}
.detail-description{
    white-space: pre-wrap;
}
.detail-caract-title{
    margin-top: 50px;
    color:#666666;
}
.caract-second-block{
    margin-top: 20px;color:#666666;
}
.detail-content-right{
    width: 600px;float:left;
}

#carousel-example-generic{
    width:600px;height:400px;
}

#carousel-example-generic .carousel-inner{
    width:600px;height:400px;
}

.image-container{
   text-align:center;width:100%;height:400px;
   background-size: contain;
    background-position:center center;
    background-repeat: no-repeat;
}

.img-big{
    margin-right: 29px;
}

.carousel-inner>.item>img{
     max-width:100%;
    max-height:100%;
}
.detail-carousel-nav-bg{
    background-image:none;
}
.detail-carousel-nav-bg img {
    width: 15px !important; height: 32px !important;
}

.thumbnail-img{
       text-align:center;
   background-size: contain;
    background-position:center center;
    background-repeat: no-repeat;
    width:75px;height:52px;border:solid 1px #FFA300;
    box-sizing: border-box;
}
.big-image-container{
   text-align:center;width:100%;height:600px;
   background-size: contain;
    background-position:center center;
    background-repeat: no-repeat;
    background-color: #dcdcdc;
}

.buy-item-img-semelhantes{
    padding-left:0px;
    padding-right:0px;
     background-size: contain;
    background-position:center center;
    background-repeat: no-repeat;
    background-color: #dcdcdc;
}

.a-disable{
    pointer-events: none;
    cursor: default;
}


#formvender .wrapper-dropdown-3{
    width:100%;
}

.btn-language-container{
    margin-right:15px;height:36px;
}
.top-menu{
    height: 30px;font-weight: 600;padding-top: 10px;
}

.menuinactive{
    color:white !important;padding-top: 5px;
}
.menuinactive:hover{
    color:#ffa300 !important;
}
 
.headercontent_1 .menuinactive:hover,.headercontent_2 .menuinactive:hover,.headercontent_3 .menuinactive:hover,.headercontent_4 .menuinactive:hover,.headercontent_5 .menuinactive:hover{
    color:#000000 !important;
    cursor:pointer;
}

.headercontent_1 .menuinactive:hover,.headercontent_2 .menuinactive:hover,.headercontent_3 .menuinactive:hover,.headercontent_4 .menuinactive:hover,.headercontent_5 .menuinactive:hover,
.menuactive .menuactive,.headercontent_2 .menuactive,.headercontent_3 .menuactive,.headercontent_4 .menuactive,.headercontent_5 .menuactive{
    color:#000000 !important;
}

.company-container{
    max-width: 980px;margin-bottom:90px;
}
.company-title{
    margin-top: 30px;color:#FFA300;font-weight: normal;text-transform: uppercase;
}
.company-text{
    text-align: justify;margin-top: 15px;
}
.company-video{
    margin-top: 30px;
}

.contacts-map-container{
    max-width: 1110px;margin-top: 25px;height:544px;
}

.contacts-map{
    width:100%;height:544px;
}

.contacts-form-container{
    max-width: 1110px;padding-top: 50px;padding-right: 50px;padding-left: 30px;margin-bottom:70px;    
}

.contacts-form-column-left{
    width: 330px;float:left;margin-right: 30px;
}
.contacts-form-title{
    color:#FFA300;margin-bottom:5px;text-transform: uppercase;
}
.contacts-form-label{
    font-size: 11px;
}
.contacts-margem-27{
    margin-bottom: 10px;
}
.contacts-margem-50{
    margin-bottom: 27px;
}
.contacts-margem-10{
    margin-bottom: 10px;
}
.contacts-mailto{
    text-decoration:underline;color:#666666;
}

.contacts-form-column-left .col-md-6{
    padding-left: 0px;
    padding-right: 0px;
}


.contacts-form-container .row{
    padding-left: 0px; padding-right: 0px;
}
.contacts-form-container .col-md-12 , .contacts-form-container .col-md-5{
    padding-left: 0px; padding-right: 0px;
}
.contacts-padding-bottom-10{
    padding-bottom:10px;
}
.contacts-form-container .col-md-7{
    padding-right: 10px;
     padding-left: 0px; 
}
.contacts-lbl-contact-title{
    font-weight: normal;color:#FFA300;
}

.contacts-form-checkbox-container{
    font-weight: normal; float: left;padding-right: 10px;
}
.contacts-form-btn-container{
    margin-top: 40px;padding-left: 0px;padding-right: 0px;margin-bottom: 10px;
}
.btn-orange-contacts{
    border-radius: 0px;float:left;width:125px;height:25px;padding-left:0px;padding-right:0px;background-color:#FFA300;color:white;padding-top: 3px;padding-bottom: 5px;border:#FFA300 solid 1px;
}
.btn-contacts-arrow-right {
    width: 0; 
    height: 0; 
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 8px solid #FFA300;
    float:left;
}

.contacts-form-container .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #FFA300;
    border-radius: 0px;
    color: #555;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 1.42857;
    padding: 5px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.contacts-form-container .form-control-textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #FFA300;
    border-radius: 0px;
    color: #555;
    display: block;
    font-size: 14px;
    height: 55px;
    
    padding: 5px 0px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.contacts-form-opts-container{
    display: inline-block;
}
.contacts-form-column-right{
    width: 620px;float:right;
}
.gmnoprint .gm-style-mtc{
    top:40px !important;
    display:none;
}

#formvender .form-control {
    background-color: #fff;
    background-image: none;

    border-radius: 0px;
    //box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 36.8px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#formvender .row{
    margin-bottom:15px;
}
.sell-container{
    margin-top:calc(0px - calc( calc(calc(100vh - 70px) + 625px ) / 2));position:relative;z-index:99999;background-color: rgba(0,0,0,0.6);
}
.sell-title{
    padding-top: 0px;padding-bottom: 20px;padding-top: 15px;text-align: center;height:36px;color:#ffffff; font-size: 16px;
}
.sell-subtitle{
    text-align: center;height:20px;color:#ffffff;margin-bottom: 15px;
}   

.btn-container{
    margin-bottom: 15px;
}
.sell-uploaded-img{
    margin-right: 20px;float:left;margin-bottom: 20px;position:relative;margin-left: 15px;
}

#formvender .col-md-7{
    padding-right: 15px;
}
#formvender .col-md-5{
    padding-left: 0px;
}
.sell-img {
    width:50px;
    max-height:40px;
}
#formvender .col-md-12, #formvender .col-md-6{
    padding-left:0px;
    padding-right:0px;
}
.margin-top{
    border-left: 15px solid transparent;
    box-sizing: border-box;
}
.buy-header-container .col-md-12,.buy-header-container .col-sm-6,.buy-header-container .col-xs-6{
    padding-left:0px !important;
    padding-right:0px !important;
}

.thumbnails-carousel{
    width:600px;height:59px;padding-top: 6px;
}

.buy-form-info-title{
    margin-top: 40px;color:#FFA300;padding-left: 0px;
}

.buy-form-info-title .col-md-12{
    padding-left: 0px;
}

.buy-form-container{
    margin-top: 10px;padding-left: 0px;
}

.buy-form-container .col-md-12,.buy-form-container .row,.buy-form-container .col-md-7,.buy-form-container .col-md-5{
    padding-left: 0px;padding-right: 0px;
}
.buy-form-container .col-md-12{
    margin-bottom: 15px;
}
.form-control-textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #FFA300;
    border-radius: 0px;
    color: #555;
    display: block;
    font-size: 14px;
    height: 55px;
    
    padding: 5px 0px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.btn-orange-detail {
    border-radius: 0px;
    float: right;
    width: 125px;
    height: 26px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ff9e16;
    color: white;
    border: #ff9e16 solid 1px;
    line-height: 13px;
    vertical-align: middle;
}
.chkboxes{
    font-size: 13px;
}
.list-semelhantes{
    padding-left:40px;padding-right:0px;margin-top: 30px;max-width: 1080px;margin-bottom:50px;
}

.carousel-control{
    cursor:pointer;
}

@media (max-width: 768px){
   
    .headercontent{
        height:550px;width:100%;overflow: hidden;
        background: url(images/imagemslider1.jpg) no-repeat top center; 
        background-size: auto 100%;
    }
    .headercontent_1{
        height:550px;width:100%;overflow: hidden;
        background: url(images/bg_01.jpg) no-repeat top center; 
        background-size: auto 100%;
    }
    .headercontent_2{
        height:550px;width:100%;overflow: hidden;
        background: url(images/bg_02.jpg) no-repeat top center; 
        background-size: auto 100%;
    }
    .headercontent_3{
        height: 100vh;
        width:100%;overflow: hidden;
        background:url('images/vender_bg.png') no-repeat top center; 
        background-size: auto 100%;
    }
    .headercontent_4{
        height:550px;width:100%;overflow: hidden;
        background: url(images/bg_03.jpg) no-repeat top center; 
        background-size: auto 100%;
    }
    
    .btn-language-container{
        margin-right:0px;height:36px;
    }
    .footer .container{
        padding-left: 0px;
    }
   
    .container>.navbar-header{
        margin-left: 0px;
        margin-right: 0px;
    }

    .pull-right{
        width:60%;
        text-align: center;
    }
    .navbar-right, .navbar-right.nav>li{
        display:inline-block;
    }
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .navbar-toggle[aria-expanded=true]{ 
        padding: 4px 6px;
        -webkit-transition: padding 1s; /* Safari */
        transition: padding 1s;
    }
    .navbar-toggle[aria-expanded=true] .icon-bar {
        width: 12px;
         -webkit-transition: width 1s; /* Safari */
        transition: width 1s;
    }
    .navbar-toggle[aria-expanded=false]{ 
        -webkit-transition: padding 1s; /* Safari */
        transition: padding 1s;
    }
    .navbar-toggle[aria-expanded=false] .icon-bar {
         -webkit-transition: width 1s; /* Safari */
        transition: width 1s;
    }
    
    .newslettercss{
        display: none;
    }
    .top-menu{
        height: auto;font-weight: 600;padding-top: 10px;padding-bottom: 10px;
    }    

    .mobilemenu{
        clear:both;
        float:right;
        height: 50px;
    }
    
   .headercontent_1 .menuinactive:hover,.headercontent_2 .menuinactive:hover,.headercontent_3 .menuinactive:hover,.headercontent_4 .menuinactive:hover,.headercontent_5 .menuinactive:hover,
    .menuactive .menuactive,.headercontent_2 .menuactive,.headercontent_3 .menuactive,.headercontent_4 .menuactive,.headercontent_5 .menuactive{
        color:#ffa300 !important;
    }
    .menuactive, .menuinactive{
        width: 150px;
    }
    .navbar-nav {
        margin: 0px 0px;
        margin-bottom: 0px;
        float: right;
    }
    
    .navbar-collapse{
        background-color: rgba(0,0,0,0.5);
    }

    ul, menu, dir {
        display: block;
        list-style-type: disc;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0px;
    }
    
    .fbicon{
        visibility: hidden;
    }
    
    
    .homepage-banner {
        margin-top: -62vh;
        position: relative;
        z-index: 99999;
        text-align: right;
    }
    .hp-row-search {
        padding-top: 8px;
        padding-bottom: 0px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        height: auto;
        font-size: 12px;
    }
    .wrapper-dropdown-3 .divdropdown {
        position: absolute;
        top: 70%;
        left: 0px;
        width: 100%;
        display: none;
        transition: all 0.3s ease-out;
    }
    .wrapper-dropdown-3 {
        position: relative;
        width: 48%;
        margin: 0 auto;
        padding: 10px;
        background: #fff;
        /* border-radius: 7px; */
        /* border: 1px solid rgba(0,0,0,0.15); */
        box-shadow: 0 1px 1px rgba(50,50,50,0.1);
        cursor: pointer;
        outline: none;
        font-weight: normal;
        color: rgb(51,51,51);
        float: left;
        text-transform: uppercase;
        border-right: 0px solid #ffa300;
        height: 36.8px;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .show-as-block {
        display: block;
        text-align: center;
        padding-left: 2%;
    }
    .wrapper-dropdown-4 {
        position: relative;
        width: 48%;
        margin: 0 auto;
        padding: 10px;
        background: #fff;
        /* border: 1px solid silver; */
        cursor: pointer;
        outline: none;
        float: left;
        text-transform: uppercase;
        border-right: 0px solid #ffa300;
        box-sizing: border-box;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .wrapper-dropdown-4 .divdropdown {
        position: absolute;
        top: 70%;
        left: 0px;
        width: 100%;
        display: none;
        transition: all 0.3s ease-out;
    }
    .btn-orange {
        border-radius: 0px;
        float: left;
        width: 48%;
        height: 36.8px;
        padding-left: 10px;
        padding-right: 5px;
        background-color: #FFA300;
        color: white;
        padding-top: 7px;
        padding-bottom: 8px;
        font-size: 12px;
        border: none;
        line-height: 23.8px;
    }
    .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        background-color: rgba(0,0,0,0.6);
        border-top: solid 2px rgba(255,163,0,0.6);
        z-index: 4;
        font-size: 12px;
    }
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 0px 0px;
        font-size: 18px;
        line-height: 20px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .HPsection2{
        padding-top:0px;
    }
    .hp-section2-container{
        padding-top:0px;
    }
    .Hpsection2Column{
        padding-top:0px;
    }
    
   .HpBoxApp {
       margin-left: 15px;
       margin-right: 15px;
       margin-bottom: 55px;
       padding-bottom: 0px;
       padding-right: 0px;
    }
    .img-app{
        margin-bottom: 15px;
        min-width:200px;
        height: auto;
    }
    .hp-lojas-slider{
        height: auto;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border-color:transparent;
        margin-top:2px;
    }
    .hp-section2-container {
        background-color: rgba(0,0,0,0.6);
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .hp-app-section{
        text-align:center;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .company-title{
        text-align:center;
    }
    .company-text{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .contacts-form-container{
        padding-top: 20px;padding-right: 15px;padding-left: 15px;margin-bottom:50px;    
    }
    
    .contacts-form-column-left{
        width: 100%;float:none;margin-right: 0px;
    }
    .contacts-form-container .col-md-7{
        padding-right: 0px;
        padding-left: 0px; 
    }
    .contacts-form-btn-container{
        margin-top: 15px;margin-bottom: 15px;
    }
    .contacts-form-column-right{
        width: 100%;float:none;
    }
    
    .contacts-form-btn-container{
        margin-top: 15px;padding-left: 0px;padding-right: 0px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .sell-container{
        margin-top:10px;position:relative;width:96%;margin-left:2%; margin-right:2%;background-color: rgba(0,0,0,0.6);    margin-bottom: 55px;
        //background-color: rgba(255,255,255,1);
    }
    .sell-title{
        color:#ffffff;
    }
    .sell-subtitle{
        color:#ffffff;
    }
    #formvender {
        padding-left:15px;padding-right:15px;padding-top: 15px;margin:0px auto;position:relative;z-index:99999;height:320px;background-color: transparent;
    }
    .margin-top{
        margin-top: 15px;
        padding-left: 0px;
        border-left:0px solid transparent;
    }
    .sell-uploaded-img{
        margin-right: 10px;float:left;margin-bottom: 10px;
    }
     #formvender .col-md-7,#formvender .col-md-5,#formvender .col-md-6{
        padding-left: 0px;
        padding-right: 0px;
    }
    #formvender .col-md-6, #formvender .col-md-7,#formvender .col-md-12{
        padding-left:0px;
        padding-right:0px;
    }
    
    .buy-header{
        background-color: rgba(0,0,0,0.6);margin-top:-163px;z-index:9999;position: relative;
    }

    .buy-header-container{
        width: 100%;text-align: center;
        font-size: 12px;
    }
    
    .buy-search-row1{
        width:100%;
        background-color: transparent;
        height:50px;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 600;
        padding-left: 15px;
        padding-right: 15px;
    }
    .buy-search-row1 div{
        float:left;
        width:calc(50vw - 15px);
        height:20px;
        text-align: center;
        border: 1px solid #ffa300;
        box-sizing: border-box;
        line-height: 20px;margin-bottom: 8px;
    }
    .buy-search-row1 div:last-child{
        float:left;
        width:calc(50vw - 15px);
        height:20px;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #ffa300;
        line-height: 20px;margin-bottom: 8px;
    }
    
    .buy-search-row2{
        width: calc(50vw - 22.5px);
        margin-left: 15px;
        margin-bottom: 0px;
        margin-right: 7.5px;
    }
    .buy-search-row2 .wrapper-dropdown-4,.buy-search-row2 .wrapper-dropdown-3{
        width:100%;
        margin-bottom: 15px;
    }

    .buy-search-row2 .wrapper-dropdown-3 + .last-dd{
        margin-right: 0px;
    }
    .buy-search-row3{
        width: calc(50vw - 22.5px);
        margin-right: 15px;
        margin-bottom: 0px;
        margin-left: 7.5px;
    }
    .buy-search-row3 .wrapper-dropdown-4,.buy-search-row3 .wrapper-dropdown-3,.buy-search-row3 .buyref ,.buy-search-row3  .btn-orange-buy{
        width:100%;
        margin-bottom: 15px;
    }
    
    .buy-result-item-box {
        margin-bottom: 20px;
        max-width: 100%;
    }
    
    .buy-item-img{
        height:200px;
        max-width:100%;
        padding-left:0px;
        padding-right:0px;
         background-size: contain;
        background-position:center center;
        background-repeat: no-repeat;
        background-color: #dcdcdc;
    }
    .buy-item-header{
        background-color: rgba(0,0,0,0.6);
        height:22px;
        max-width:100%;
        text-align: center;
        color:white;
    }
    .buy-item-type{
        margin-top:134px;
        background-color: rgba(0,0,0,0.6);
        height:22px;
        max-width:100%;
        text-align: center;
        color:white;
    }
   
    .buy-item-footer{
        text-align: center;
        color:rgba(0,0,0,1);
        max-width:100%;
    }
    
    
    
    .col-centered {
        display: block;
        float: none;
        text-align: left;
        margin-right: 0px;
    }
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 0px 0;
        border-radius: 4px;
    }
    .pagination-sm>li>a, .pagination-sm>li>span {
        padding: 0px 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    
    .buy-result-container {
        max-width: 980px;
        margin-top: 15px;
        margin-bottom: 70px;
    }
    
    .detail-back-container {
        margin-top: 20px;
        text-align: left;
        padding-left: 15px;
    }
    
    .detail-header-left {
        width: 100vw;
        float: left;
        margin-right: 0px;
    }
    
    .detail-header-right {
        width: 30%;
        float: right;
        background-color: #ffffff;
        color: #FFA300;
        height: 26px;
        text-align: right;
    }
    
    .detail-title-right {
        float: right;
        padding-right: 15px;
        padding-top: 3px;
        text-transform: uppercase;
    }
    .detail-title-left {
        width: 100%;
        height: 25px;
        line-height: 25px;
        background-color: #FFA300;
        color: #ffffff;
        float: left;
        padding-left: 15px;
        text-transform: capitalize;
    }
    .detail-content-left {
        width: calc(100vw - 30px);
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .detail-caract-title {
        margin-top: 15px;
        color: #666666;
    }
    #caract {
        list-style-type: " - ";
        padding-left: 15px;
    }
    .caract-second-block {
        margin-top: 0px;
        color: #666666;
    }
    .detail-content-right {
        width: 100%;
        float: left;
    }
    #carousel-example-generic {
        width: 100vw;
        height: 200px;
    }
    .thumbnails-carousel{
        width:100vw;height:59px;padding-top: 6px;
    }
    #carousel-example-generic .carousel-inner{
        width:100vw;height:200px;
    }
    .image-container{
        height:200px;
        line-height: 200px;
    }
    
    .buy-form-info-title {
        margin-top: 40px;
        color: #FFA300;
        padding-left: 15px;
        font-size: 13.24px;
        padding-right: 15px;
    }
    .buy-form-container {
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .chkboxes{
        font-size: 11px;
        margin-bottom: 10px;
    }
    .list-semelhantes{
        padding-left:0px;padding-right:0px;margin-top: 30px;max-width: 1080px;margin-bottom:50px;
    }
}

@media (min-width: 768px){

}

@media (min-width: 992px) {

}

@media (max-width: 1280px) {
    .headerhome{
        height:450px;width:100%;overflow: hidden;
        background: url(images/imagemslider1.jpg) no-repeat top center; 
        background-size: 100% 100%;
    } 
}

@media (min-width: 1281px)and (max-width: 3280px) {

}

.modal {
    z-index: 99999;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}
.modal-dialog {
    width: 600px !important;
    margin: 150px auto !important;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0;
}
button.close{
    color:#ffffff;
    opacity: 0.7;
}

.close:focus, .close:hover {
    color:#ffffff;
    opacity: 1;
}

.modal-error {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999998;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0,0,0,0.5);
}

.alert-white{
    z-index:999999;
    position: fixed;
    top: 50vh;
    left: calc(50% - 225px);
    width: 450px;
    text-align: center;
    color:#000000;
    opacity:1;
    background-color: #ffffff;
    border:solid 1px #ffa300;
}
.alert-white .close{
    color:#000000;
    opacity:1;
    
}
.i-info{
    width:25px;
    height: 25px;
    padding:5px;
    background-color: #ffA300;
    color:white;
    float:left;
    margin-right: 10px;
}
.txt-message{
    float:left;
    line-height: 25px;
    width: 360px;
}