/*******************************

INDEX

01- CSS Reset
02- Basic Styles
03- Header
04- Slider
05- Properties Grid
06- Properties List
07- Properties Map
08- Facts Counter
09- Banners
10- Blog Posts
11- Blog Single
12- Reviews
13- Call 2 Action
14- Footer
15- Breadcrumbs
16- Typography
17- Team
18- Team Single
19- Pagination
20- Contact
21- Services
22- Services Single
23- Properties
24- Properties Single
25- Error Page
26- Offline
27- Coming Soon

*******************************/


/****************************************************************************
CSS RESET
****************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed,  figure, figcaption, footer, header,  menu, nav, output, ruby, section, summary, time, mark, audio,
video {	margin: 0; 	padding: 0;	border: 0; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block; }
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
table {	border-collapse: collapse; border-spacing: 0; }


/****************************************************************************
BASIC STYLES
****************************************************************************/

body { background: #f7f7f7; color: #727272; font: 12px "Open Sans", Arial, Helvetica, sans-serif; }

.full-width { width: 100%; }
.feature-item { padding: 120px 0; }
.service-container { padding: 50px 0; }

a { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #dda134; text-decoration: none; }
a:focus, a:hover, a:active { outline: none; }

h1, h2, h3, h4, h5, h6 { font-weight: 600; font-family: 'Open Sans', Arial, Helvetica, sans-serif; color: #000000; text-transform: uppercase; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000000; }
h1 { font-size: 40px; }
h2 { font-size: 34px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

p strong { font-weight: 600; }
p em { font-style: italic; }

::-moz-selection { background: #dda134; color: #ffffff; text-shadow: none; }
::selection { background: #dda134; color: #ffffff; text-shadow: none; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.left-side { float: left; }
.right-side { float: right; }

.btn { padding: 10px 15px; text-transform: uppercase; font: 600 14px 'Open Sans', Arial, Helvetica, sans-serif; border: none; }
.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn:focus { outline: none; }
.btn-danger { background: #dda134; color: #ffffff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
.btn-alt { background: #dda134; color: #ffffff; }
.btn i { margin-right: 10px; }
.btn-small { padding: 6px 11px; font-size: 13px; }
.btn-danger:hover { background: #dda134; color: #ffffff }
.btn-danger:visited { color: #ffffff; }
.btn-alt:visited { color: #ffffff; }
.btn-alt:hover { background: #dda134; color: #ffffff; opacity: 0.8; }
.btn-clear { background: #b6b6b6; color: #fff; }

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}


/****************************************************************************
	Header
****************************************************************************/

header { padding: 0 25px 0; background: #f7f7f7; color: #000000; position: relative; }
header.fixed{
    position: fixed;
    top: 0;
    height: 98px;
    z-index: 100;
    width: 100%;
}
header.fixed .logo img {
    max-height: 50px;
}
header.fixed .navbar-nav > li > a{
    padding: 43px 15px !important;
}
header.fixed .atendimento > div{
    padding: 38px 10px;
}
header.fixed .navbar{
    width: calc(100% - 0167.83908045977px);
}

header .logo { display: inline-block; margin-right: 0; margin-bottom: 21px; margin-top: 30px; position: relative; float: left; font-weight: 900; font-size: 18px; }
header .logo a { display: block; color: #000000; margin-top: -4px; }
header .logo img {
    max-height: 150px;
    vertical-align: -16px; margin-right: 12px; margin-left: -6px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header .navbar {
    float: left;
    display: inline-block;
    border: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    width: calc(100% - 0411.51724137931px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
header .navbar-nav > li {
/*    padding-bottom: 0px; */
/*    margin-right: 40px; */
}
header .navbar-nav > li:last-child { margin-right: 0; }
header .navbar-nav > li > a { cursor: pointer; line-height: 12px; padding: 93px 15px !important; color: #000000; text-transform: uppercase; margin: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
 }
header .nav > li.active > a:before{
    width: calc(100% - 25px);
    height: 10px;
    margin: 0 12px;
}
header .nav > li > a:before {
    margin: 0 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute; left: 0; top: 0;
    width: 0;
    content: ' ';
    height: 0;
    background: #dda134;
    display: block;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
header .nav > li > a:hover:before{
    width: 100%;
    height: 10px;
    margin: 0;
}
header .nav > li > a:focus { background: #f7f7f7 !important; color: #000000; }
header .nav > li > a:hover { background: #dda134 !important; color: #ffffff; }

header .dropdown-menu { float: none; margin: 0; display: none; top: 50px; left: -25px; overflow: hidden; background: #f7f7f7; border-radius: 0 0 5px 5px; box-shadow: none; border: none; min-width: 245px; }
header .dropdown-menu li a { font-size: 12px; padding: 12px 25px; color: #000000; background: #f7f7f7; text-transform: uppercase; }
header .dropdown-menu li a:hover { background: #e5e5e5; }

header .navbar-toggle { margin: 5px 0 27px; }
header .navbar-toggle .icon-bar { background: #dda134; }

header .user { padding-bottom: 35px; display: inline-block; position: relative; margin-top: 3px; float: right; }
header .user a:focus,
header .user a:hover { text-decoration: none; }
header .user img { margin-top: -3px; background: #e5e5e5; width: 30px; height: 30px; border-radius: 50%; margin-right: 5px; vertical-align: middle; }
header .user:hover img { opacity: 0.5; }
header .user .drop-arow { background: url(/src/templates/template1/assets/images/drop-arrow.png) no-repeat top right; width: 12px; height: 7px; display: inline-block; }
header .user:hover .drop-arow { background: url(/src/templates/template1/assets/images/drop-arrow.png) no-repeat bottom right; }

header .user-drop { right: -13px; left: inherit; top: 57px; }
header .user-drop li i { margin-right: 20px; }

.top-bar { background: #f7f7f7; min-height: 50px; padding: 0 25px;  overflow: hidden; color: #727272}
.top-bar .text { float: left; }
.top-bar p { line-height: 50px; text-transform: uppercase; }
.top-bar i { margin-right: 10px; font-size: 14px; color: #727272; }
.top-bar a {
    color: #727272;
    margin-right: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.top-bar a:last-child { margin: 0; }
.top-bar .social { float: right; }
.top-bar .social a { margin: 0 0 0 20px; }
.top-bar .social a:hover { background: none; }
.top-bar .social i { margin: 0; }


/****************************************************************************
	Slider
****************************************************************************/

#slider { width: 100% !important; margin-top: -5px !important; overflow: hidden;  z-index: 98;  }
#slider.flexslider { margin: 0 !important; border: 0 !important;  }
#slider .col-md-12 { position: relative; }

#slider .detail {z-index: 2; }
#slider .detail .white { min-height: 240px; float: left; padding: 30px; background: #f7f7f7; width: 315px; padding-bottom: 20px; border-radius: 2px; z-index: 3; }
#slider .detail .white h2 { font-size: 30px; font-weight: 600; color: #000000; text-transform: uppercase; line-height: 30px; margin-bottom: 15px; }
#slider .detail .white .slide-location { text-transform: uppercase; color: #000000; padding-left: 20px; background: url(/src/templates/template1/assets/images/icon-address.png) no-repeat left; margin-bottom: 20px; display: block; }
#slider .detail .white .bar { width: 100px; height: 2px; display: block; background: #dda134; margin-bottom: 20px; }
#slider .detail .white .slide-price { font-size: 30px; font-weight: 600; color: #dda134; }

#slider .detail .red { width: 230px;  min-height: 240px; padding: 40px; background: #dda134; color: #ffffff; float: left; border-radius: 2px; margin-left: -2px; }
#slider .detail .red span { font-weight: 300; font-size: 15px; padding-left: 30px; display: block; margin-bottom: 20px; text-transform: uppercase; }
#slider .detail .red span.bath { background: url(/src/templates/template1/assets/images/icon-bath-w.png) left center no-repeat; }
#slider .detail .red span.bed { background: url(/src/templates/template1/assets/images/icon-bed-w.png) left center no-repeat; }
#slider .detail .red span.gym { background: url(/src/templates/template1/assets/images/icon-gym-w.png) left center no-repeat; }
#slider .detail .red span.pool { background: url(/src/templates/template1/assets/images/icon-pool.png) left center no-repeat; }
#slider ul li .container {
    top: 0;
    height: 100%;
    margin: auto;
    padding: 0;
}

#slider ul li .container .row .col-md-12{
    padding: 0;
}
#slider ul li .container .row {
    position: absolute;
    bottom: 120px;
    margin: 0 0 0 15px;
}

/****************************************************************************
	Filter
****************************************************************************/

.filter { border-radius: 4px; background: #e5e5e5; color: #000000; background-size: cover; padding: 40px 40px 0; margin-bottom: 75px; margin-top: -88px !important; z-index: 99; position: relative; }

.filter .selectBox { outline: none; background: #fff; width: 320px !important; cursor: pointer; margin-left: 20px; padding: 10px  10px 10px 20px; font: 14px 'Open Sans', Arial, Helvetica, sans-serif; color: #727272; text-transform: uppercase; border: 0; }
.filter .selectBox.type1 { margin: 0; }
.filter .selectBox.type { width: 150px !important; }
.filter .selectBox.cata { width: 220px !important; }
.filter .selectBox-dropdown .selectBox-arrow { border: 0; right: 10px; background: url("/src/templates/template1/assets/images/select-arrow.png") right center no-repeat; }
.filter .selectBox-dropdown .selectBox-label { padding: 0; vertical-align: middle; }

.filter .btn { text-transform: uppercase; margin-left: 33px; padding: 10px 18px; background: #dda134; border-radius: 4px; color: #ffffff; font-size: 14px; font-weight: 600; float: right;}
.filter .btn i { margin-right: 10px; }
.filter .adv-srch { font-weight: 300; font-size: 14px; line-height: 14px; text-transform: uppercase; color: #dda134; position: absolute; top: 110px; right: 40px; }

.filter .range { margin-top: 30px; }
.filter .range p { margin-bottom: 30px; font-size: 14px; color: #000000; text-transform: uppercase; }
.filter .range p input { background: none; border: 0; color: #dda134; font: 14px 'Open Sans', Arial, Helvetica, sans-serif;  font-weight: bold; width: 60% }
.filter .range label { color: #dda134; font-weight: bold}
.filter .ui-widget-content { background: #c6c6c6; border: 0; height: 6px; }
.filter .ui-widget-header { background: #dda134; height: 6px; }
.filter .ui-state-default,
.filter .ui-widget-content .ui-state-default,
.filter .ui-widget-header .ui-state-default {
    height: 24px; width: 24px; border: 0; border-radius: 50%; background: #f7f7f7;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.filter .ui-slider-horizontal .ui-slider-handle { top: -9px; }


/****************************************************************************
	Properties Grid
****************************************************************************/
.itemEquipe {
    background: #f7f7f7;
    border-radius: 3px;
    margin-bottom: 30px;
}

.itemEquipe > div{
    min-height: 224px;
}

.itemEquipe > div > figure{
    margin-top: 13px;
}

.item a { color: #000000; text-decoration: none; }
.item a:visited { color: #000000; text-decoration: none; }
.item a:focus, a:hover, a:active { outline: none; }

.item { background: #f7f7f7; border-radius: 3px; margin-bottom: 30px; }

.item .item-header { 
    padding: 22px 20px;
    min-height: 110px;
}

.item .item-header h3 { font-weight: 400; float: left; font-size: 16px; color: #000000; text-transform: uppercase; margin: 0;}
.item .item-header span { font-size: 12px; text-transform: uppercase; color: #000000; display: inline-block; }
.item .item-header span i { margin-right: 10px; }
.item .item-header .favorite { float: right; }
.item .item-header .favorite:hover { color: #dda134; }

.item figure { position: relative; overflow: hidden; }
.item figure img { width: 360px; height: 244px;
    -webkit-transition:-webkit-transform 0.5s ease-in;
	-moz-transition:-moz-transform 0.5s ease-in;
	-o-transition:-o-transform 0.5s ease-in;
}
.item figure:hover img {
    -webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.item figure .label { position: absolute; top: 20px; right: 20px; }
.item figure .overlay { opacity: 0; background: rgba(255,255,255,0.5); width: 100%; height: 100%; text-align: center; line-height: 244px; position: absolute; top: 0; left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.item figure .overlay .btn-detail { background: #dda134; color: #ffffff; }
.item figure:hover .overlay { opacity: 1; }

.label { font-size: 10px; color: #fff; border-radius: 2px; padding: 8px 10px; text-transform: uppercase; }
.label.rent { background: #4caf50; }
.label.sale { background: #2196f3; }
.label.hot { background: #d32f2f; }

.item .item-detail { padding: 20px; overflow: hidden; min-height: 105px; }
.item .item-detail span { font-size: 12px; color: #000000; text-transform: uppercase; padding-left: 20px; margin-right: 10px; }
.item .item-detail span i { margin-right: 10px; }
.item .item-detail .left { float: left; }
.item .item-detail .right { text-align: right; float: right; }
.item .item-detail .place { display: block; margin-bottom: 10px; padding: 0; }
.item .item-detail .bath { background: url(/src/templates/template1/assets/images/icon-bath.png) no-repeat left; }
.item .item-detail .bed { background: url(/src/templates/template1/assets/images/icon-bed.png) no-repeat left;}
.item .item-detail .garage { background: url(/src/templates/template1/assets/images/icon-garage.png) no-repeat left; }
.item .item-detail .gym { background: url(/src/templates/template1/assets/images/icon-gym.png) no-repeat left; }
.item .item-detail .area { background: url(/src/templates/template1/assets/images/icon-area.png) no-repeat left; }
.item .item-detail .price { padding-left: 0; font: 700 14px 'Ubuntu', Arial, Helvetica, sans-serif; color: #000000; margin-right: 0; float: right;}

span.garage { background: url(/src/templates/template1/assets/images/icon-garage-w.png) no-repeat left; color: #fff; font-size: 20px;}
/****************************************************************************
	Properties List
****************************************************************************/

.properties-list .item { overflow: hidden; }

.properties-list .item figure { width: 355px; float: left; }

.properties-list .item .item-header { padding: 0; }
.properties-list .item .item-header h3 { margin-bottom: 5px; }
.properties-list .item .item-header .place { display: block; font-weight: 300; clear: both; }

.properties-list .item .item-detail { padding: 23px 25px 20px 30px; }
.properties-list .item .item-detail .price { clear: both; overflow: hidden; display: block; margin-bottom: 7px; }

.properties-list .item .item-data { float: left; width: 395px; }


/****************************************************************************
	Properties Map
****************************************************************************/

.map-properties { padding-bottom: 0; }
.map-properties .property-search { position: absolute; top: 30px; z-index: 99; width: 390px; }
.map-properties .contact-form-wrap,
.map-properties .contact-form-wrap aside { position: static; }
.map-properties .properties-list .item { margin-bottom: 0; }
.map-properties .properties-list .item .item-data { width: 299px; }
.map-properties .properties-list .item .item-detail,
.map-properties .properties-list .item .item-header { padding-right: 0; min-height: inherit;}


/****************************************************************************
	Facts Counter
****************************************************************************/

/** Removido **/

/****************************************************************************
	Banners
****************************************************************************/

.destaques-tiulo { margin-top: 0;  }
.destaques-tiulo { padding: 25px 0; }
.destaques-tiulo h2 { font-size: 30px; font-weight: bold; color: #000000; margin-bottom: 25px; text-transform: uppercase; }
.destaques-tiulo p { font-size: 16px; color: #000000; line-height: 28px; margin-bottom: 30px; }
.destaques-tiulo .btn { float: right}

/****************************************************************************
	Blog Posts
****************************************************************************/

/** Removido **/

/****************************************************************************
	Blog Single
****************************************************************************/

/** Removido **/

/****************************************************************************
	Reviews
****************************************************************************/

.rewiews { padding: 40px 0; text-align: center; }
.page-wrap .rewiews { padding-bottom: 45px; }
.rewiews img { width: 90px; height: 90px; border-radius: 50%; margin: 10px auto 10px; display: block; }
.rewiews h6 { font-size: 12px; color: #000000; padding-bottom: 30px; text-transform: uppercase; border-bottom: 2px solid #dda134; display: inline-block; margin-bottom: 40px;}
.rewiews p { font-size: 16px; color: #000000; line-height: 28px; }


/****************************************************************************
	Call to Action
****************************************************************************/

/** Removido **/

/****************************************************************************
	Footer
****************************************************************************/

footer { width: 100%; background: #f7f7f7; padding: 20px 0 15px; text-transform: uppercase; color: #000000;}
footer .copy-right {
    font-weight: bold;
    margin: 15px 0 0 0;
}
footer .logo {display: inline-block; vertical-align: middle;
    max-height: 150px;}
footer .copy-right p { line-height: 36px; color: #000000; text-align: center; }
footer .copy-right a { color: #000000; }
footer ul { text-align: right; }
footer ul li { display: inline-block; margin: 0 30px; line-height: 36px; }
footer ul li:last-child { margin-right: 0; }
footer a { color: #000000; }
footer a:visited { color: #000000; }
footer a:hover { color: #dda134;}
.siganet{
    height: 10px !important;
    margin-bottom: -1px;
    margin-left: 2px;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=1, Color='#FFF')";
    -webkit-filter: drop-shadow(1px 1px 0 rgba(255,255,255,1));
    filter: drop-shadow(1px 1px 0 rgba(255,255,255,1));

}

footer .social {
    font-size: 26px;
    margin-right: 15px;
}

/****************************************************************************
	Page Header / Breadcrumbs
****************************************************************************/

.page-header { margin: 0; border: none; }

.page-wrap { padding: 40px 0; }
.page-wrap .page-title { font-size: 40px; color: #212121; text-transform: uppercase; margin: 0 0 50px; }

/****************************************************************************
    Page Contents / Typography
****************************************************************************/

/** Removido **/

/****************************************************************************
    Team
****************************************************************************/

.team-posts .post { margin-bottom: 20px; margin-top: 20px }
.team-posts .post figure { width: 198px;float: left; overflow: hidden; }
.team-posts .post figure img { width: 198px; max-height: 226px;
    -webkit-transition:-webkit-transform 0.5s ease-in;
    -moz-transition:-moz-transform 0.5s ease-in;
    -o-transition:-o-transform 0.5s ease-in;
}
.team-posts .post figure:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.team-posts .post article { float: left; padding: 0 30px; width: 357px; }
.team-posts .post article span { color: #000000;  font-size: 12px; text-transform: uppercase; display: block; margin-bottom: 13px; }
.team-posts .post article h3 { font-weight: 600; font-size: 30px; color: #000000; text-transform: uppercase; line-height: 30px; margin-bottom: 25px; display:block ; }
.team-posts .post article h3 a { color: #000000; }
.team-posts .post article p { font-size: 16px; color: #000000; line-height: 28px; margin-bottom: 35px; }

.team-page .facts_wrap { padding-bottom: 0; }

.agent-social { margin: 0 0 35px; }
.agent-social a i { text-align: center; line-height: 23px; width: 25px; height: 25px; border: 2px solid #000000; color: #000000; display: inline-block; border-radius: 50%; margin: 5px 0; padding-left: 1px; }
.agent-social a:hover, .agent-social a:hover i { border-color: #dda134; color: #dda134; }

/****************************************************************************
/****************************************************************************
    Team Single
****************************************************************************/

/** Removido **/

/****************************************************************************
		Pagination
****************************************************************************/

.pagination { text-align: center; display: block; margin: 30px 0 60px; overflow: hidden; }
.pagination a, .pagination span { padding: 0 10px; line-height: 29px; height: 30px; min-width: 30px; text-align: center; background: #e5e5e5; border-radius: 2px; display: inline-block; margin: 7px; font-size: 14px; color: #000000; text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pagination a.prev { float: left; }
.pagination a.prev i { margin-right: 7px; }
.pagination a.next i { margin-left: 7px; }
.pagination a.next { float: right; }
.pagination a:hover, .pagination a.active, .pagination span { background: #dda134; color: #ffffff}
.pagination a.disabled:hover{ background: #e5e5e5; cursor: default; color: #000000;}


/****************************************************************************
    Contact
****************************************************************************/

.map-wrap { position: relative; }
.contact-form-wrap {
    position: absolute;
    top: 30px;
    right: 0;
}
.contact-form { background: #e5e5e5; border-radius: 2px; padding: 55px 64px 64px; }
.contact-form h3 { color: #000000; font-weight: 600; font-size: 20px; margin-bottom: 25px; }
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea { line-height: 20px; text-transform: uppercase; width: 100%; background: #FFFFFF; color: #727272; padding: 10px 20px; border: none; border-radius: 2px; margin-bottom: 20px; }
.contact-form textarea { height: 80px; }
.contact-form input[type=submit] { width: 100%; }

.address { text-align: center; margin-top: 60px; padding: 18px 0; border-left: 1px solid #e5e5e5; height: 190px; }
.address:last-child { border-right: 1px solid #e5e5e5; }
.address i { width: 66px; color: #dda134; font-size: 30px; margin: 0 auto 15px; display: inline-block; border-bottom: 2px solid #dda134; padding: 0 0 20px; }
.address span { font-weight: 300; font-size: 15px; color: #000000; display: block; margin-bottom: 20px; }


/****************************************************************************
	Services
****************************************************************************/

/** Removido **/

/****************************************************************************
	Services Single
****************************************************************************/

/** Removido **/

/****************************************************************************
    Properties
****************************************************************************/

.properties-page .pagination { margin-bottom: 0; }
.properties-page .page-title { margin-bottom: 18px; }

.property-views { text-align: right; margin-bottom: 20px; }
.property-views a { font-size: 14px; background: #e5e5e5; display: inline-block; border-radius: 2px; color: #000000; text-transform: uppercase; padding: 5px 10px; margin-left: 20px; }
.property-views a:hover { background: #f7f7f7; color: #000000; }
.property-views a.active { background: #dda134; color: #ffffff; }
.property-views a i { margin-right: 10px; }

.property-filter { margin-bottom: 60px; }
.property-filter a { font-size: 14px; background: #e5e5e5; display: inline-block; border-radius: 2px; color: #000000; text-transform: uppercase; padding: 5px 10px; margin-right: 20px; }
.property-filter a:hover { background: #dda134; color: #ffffff; }
.property-filter a.active { background: #e5e5e5; #000000; }
.property-filter a:focus,
.property-filter a:visited { text-decoration: none; }

.property-search { padding: 40px; background: #e5e5e5; border-radius: 2px; }
.property-search .selectBox { outline: none; background: #fff; width: 100% !important; cursor: pointer; margin-bottom: 20px; padding: 10px  10px 10px 10px; font: 14px 'Open Sans', Arial, Helvetica, sans-serif; color: #727272; text-transform: uppercase; border: 0; }
.property-search .selectBox-dropdown .selectBox-arrow { border: 0; right: 10px; background: url("/src/templates/template1/assets/images/select-arrow.png") right center no-repeat; }
.property-search .selectBox-dropdown .selectBox-label { padding: 0; vertical-align: middle; }
.property-search hr { display: block; clear: both; height: 1px; width: 100%; background: #d1d1d1; margin: 10px 0 30px; }
.property-search .selectBox.half { min-width: inherit; width: 47.5% !important; float: left; margin-bottom: 30px; }
.property-search .selectBox.half.first { margin-right: 5%; }

.property-search .range { margin-top: 30px; }
.property-search .range p { margin-bottom: 30px; font-size: 14px; color: #000000; text-transform: uppercase; }
.property-search .range p span { float: left; }
.property-search .range p input { width: ; background: none; border: 0; color: #dda134; font-size: 14px; font-weight: 700; text-align: left; }

.property-search .ui-widget-content { background: #c6c6c6; border: 0; height: 6px; }
.property-search .ui-widget-header { background: #dda134; height: 6px; }
.property-search .ui-state-default,
.property-search .ui-widget-content .ui-state-default,
.property-search .ui-widget-header .ui-state-default {
    height: 24px; width: 24px; border: 0; border-radius: 50%; background: #f7f7f7;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.property-search .ui-slider-horizontal .ui-slider-handle { top: -9px; }

.property-search .check-box label { text-transform: uppercase; display: block; width: 100%; margin-bottom: 20px; }
.property-search .check-box label:last-child { margin-bottom: 30px; }
.property-search .check-box label > div { margin-right: 20px; }

.property-search .buttons { margin-top: 50px; }
.property-search .btn-clear { float: right; }


/****************************************************************************
    Properties Single
****************************************************************************/

.property-single .personal-agent { margin-bottom: 120px; }

.property-single .property-filter .view-map { float: right; margin: 0; }

.element { border-radius: 2px; background: #f7f7f7; padding: 30px; position: relative; margin-bottom: 20px; }
.element h6 { font-weight: 300; font-size: 18px; line-height: 18px; }
.element span { text-transform: uppercase; padding-left: 20px; color: #000000; line-height: 12px; }
.element span.walk { background: url("/src/templates/template1/assets/images/icon-walk.png") left center no-repeat; }
.element span.cycling { background: url("/src/templates/template1/assets/images/icon-cycle.png") left center no-repeat; }
.element span.car { background: url("/src/templates/template1/assets/images/icon-car.png") left center no-repeat; }
.element .loc-marker { position: absolute; top: 50%; right: 30px; margin-top: -5px; }

.infra-elements { margin-bottom: 120px; }
.infra-elements .element { padding: 30px; }
.infra-elements .element img { float: left; margin-right: 30px; display: inline-block; margin-top: 5px; }
.infra-elements .element h6 { margin-bottom: 5px; }

.nearby-places { margin-bottom: 120px; }
.nearby-places .element { overflow: hidden; padding: 0; }
.nearby-places .element figure { float: left; width: 300px; margin-right: 30px; }
.nearby-places .element h6 { margin-top: 30px; }
.nearby-places .element span { position: absolute; bottom: 30px; }

.infra-elements > h5,
.nearby-places > h5 { margin: 0 0 30px; }

.property-slider { margin-bottom: 70px; }
.property-slider figure { position: relative; border-radius: 5px; margin-bottom: 30px; }
.property-slider figure img { width: 100%; }
.property-slider figure .label { position: absolute; top: 30px; right: 30px; }
.property-slider .thumbnails a { display: inline-block; line-height: 0; margin-right: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.property-slider .thumbnails a:last-child { margin-right: 0; }
.property-slider .thumbnails a:hover { opacity: 0.8; }

.property-data { margin-bottom: 70px; }

.property-data .prop-price { overflow: hidden; margin-bottom: 22px; }
.property-data .prop-price .price { color: #000; font: 700 30px 'Ubuntu', Arial, Helvetica, sans-serif; line-height: 39px; }
.property-data .prop-price .btn { float: right; }

.property-data .prop-features { margin-bottom: 22px; overflow: hidden; }
.property-data .prop-features div { display: block; font-size: 12px; color: #000000; text-transform: uppercase; padding-left: 0; width: 50%; float: left; margin-bottom: 15px; }
.property-data .prop-features div i {margin-right: 8px}
.property-data .prop-features span { display: block; font-size: 12px; color: #000000; text-transform: uppercase; padding-left: 20px; width: 50%; float: left; margin-bottom: 15px; }
.property-data .prop-features span:last-child { margin: 0; }
.property-data .prop-features span i { margin-right: 10px; }
.property-data .prop-features .bath { background: url(/src/templates/template1/assets/images/icon-bath.png) no-repeat left; }
.property-data .prop-features .bed { background: url(/src/templates/template1/assets/images/icon-bed.png) no-repeat left;}
.property-data .prop-features .garage { background: url(/src/templates/template1/assets/images/icon-garage.png) no-repeat left; }
.property-data .prop-features .gym { background: url(/src/templates/template1/assets/images/icon-gym.png) no-repeat left; }
.property-data .prop-features .kitchen { background: url(/src/templates/template1/assets/images/icon-kitchen.png) no-repeat left; }
.property-data .prop-features .location { background: url(/src/templates/template1/assets/images/icon-address.png) no-repeat left; }
.property-data .prop-features .area { background: url(/src/templates/template1/assets/images/icon-area.png) no-repeat left; }

.property-data .prop-features.prop-before span { float: none; width: 100%; }

.property-data > ul { overflow: hidden; }
.property-data > ul li { font-weight: 300; color: ; background: url("/src/templates/template1/assets/images/tick.png") 0 -25px no-repeat; padding-left: 20px; text-transform: uppercase; margin-bottom: 15px; width: 50%; float: left; }
.property-data > ul li:last-child { margin: 0; }


.social-network {
    margin: 0 0 35px 0px;
}

/****************************************************************************
    Error Page
****************************************************************************/

.error-page.page-wrap { background: url("/src/templates/template1/assets/images/pattern2.jpg") repeat; text-align: center; min-height: 660px; padding-top: 140px; }

.error-page h4 { font-size: 100px; color: #212121; margin-bottom: 15px; }
.error-page h4:after { width: 40px; height: 2px; content: ' '; background: #dda134; display: block; margin: 0 auto; }
.error-page h6 { color: #212121; font-size: 30px; font-weight: 600; margin-bottom: 7px; }
.error-page p { color: #727272; font-size: 16px; font-weight: 300; text-transform: uppercase; margin-bottom: 35px; }


/****************************************************************************
    Offline
****************************************************************************/

.offline header .logo a:before { display: none; }
.offline header .right-side { margin-top: 5px; }
.offline header .adress { padding-bottom: 35px; position: relative; margin-right: 17px; text-transform: uppercase; display: inline-block; }
.offline header .adress a { background: url(/src/templates/template1/assets/images/icon-address.png) no-repeat left center; padding-left: 17px; color: #727272; line-height: 12px; margin-right: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.offline header .adress:after { content: " "; display: inline-block; width: 1px; height: 10px; position: absolute; top: 4px; right: 0; background: #e1e1e1; }
.offline header .adress a:hover { background-color: #ffeb3b; }

.offline header .phone { margin-right: 20px; display: inline-block; }
.offline header .phone a { background: url(/src/templates/template1/assets/images/icon-phone.png) no-repeat left; padding-left: 20px; color: #727272; line-height: 12px; }
.offline header .phone a:hover { background-color: #ffeb3b; }

.offline .page-wrap { padding-top: 200px; }
.offline .error-page p { font-size: 30px; font-weight: 600; }
.offline .error-page h4:after { width: 65px; }

.offline footer { padding: 42px 0; background: #fff; }
.offline footer p { color: #727272; }


/****************************************************************************
    Coming Soon
****************************************************************************/

.coming-soon .error-page { padding-bottom: 120px; }

.coming-soon .error-page h4:after { display: none; }
.coming-soon .error-page p { line-height: 30px; margin-bottom: 0; text-align: center; }
.coming-soon .error-page p span { color: #000; background: #ffeb3b; display: inline-block; margin-right: 20px; }

.coming-soon .error-page .progress-bar { float: none; width: 100%; height: 5px; background: #c6c6c6; border-radius: 2px; margin-bottom: 50px; }
.coming-soon .error-page .progress-bar > div { height: 5px; background: #f44336; border-radius: 2px;  }

.coming-soon .error-page .cycle-slide { width: 100%; }

.coming-soon .slider-control { margin-top: 200px; }
.coming-soon .slider-control a { text-transform: uppercase; font-size: 15px; font-weight: 300; margin: 0 17px; display: inline-block; }
.coming-soon .slider-control .prev i { margin-right: 20px; }
.coming-soon .slider-control .next i { margin-left: 20px; }

.property-big-card .property-thumbnails .swiper-pagination-bullet {
    width: inherit;
    height: inherit;
    border: none !important;
    background-color: transparent !important;
}
@media (max-width: 480px) {
    .property-big-card .property-thumbnails .swiper-pagination-bullet {
        width: 30px;
    }
    .property-big-card .property-thumbnails .swiper-pagination-bullet a {
        border-width: 1px;
    }
    .property-big-card .property-thumbnails .swiper-pagination-bullet img {
        width: 100%;
        max-width: 100%;
    }
    .property-big-card .property-thumbnails a {
        border: 1px solid rgba(255, 255, 255, 0.6);
    }
}
.property-big-card .property-thumbnails .swiper-pagination-bullet.swiper-pagination-bullet-active a {
    border-color: #dda134; !important;
}
.property-big-card .owl-dots {
    display: none !important;
}

/* Swiper
/* ========================================================================== */
.swiper {
    position: relative;
}

.swiper-container .swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: auto;
    left: auto;
}
.swiper-container .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: solid 4px #dda134;;
    background-color: transparent;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #dda134;
}
.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 43px;
    margin-top: -20px;
    text-align: center;
    background: none;
    color: #dda134;
}
.swiper-button-prev .fa,
.swiper-button-next .fa {
    font-size: 50px;
    font-weight: 500;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    background-color: transparent;
    border-color: #dda134;;
    color: #dda134;;
}
.swiper .swiper-button-prev {
    right: 100%
}
.swiper .swiper-button-next {
    left: 100%;
}
@media (max-width: 991px) {
    .swiper--offers-best .swiper-button-prev,
    .swiper--offers-popular .swiper-button-prev,
    .swiper--offers-economic .swiper-button-prev,
    .swiper--offers-best .swiper-button-next,
    .swiper--offers-popular .swiper-button-next,
    .swiper--offers-economic .swiper-button-next {
        display: none;
    }
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    height: auto;
}
#bandeiras{
    text-align: center;
}
.text-twitter, .text-facebook, .text-instagram, .text-skype{
    display: none;
}

                <div class='container-fluid' id='message-cookie' style='position: fixed; bottom: 0; width: 100%; z-index: 10000;'>
                    <div class='row alert alert-danger'>
                        <div class='col-md-4 col-md-offset-4'>
                            Utilizamos cookies para personalizar conteúdo, análise de tráfego e melhorar sua experiência neste site,
                            de acordo com nossos <a href='https://siganet.com.br/termosDeUso.html' target='_blank'>Termos de Uso e Privacidade</a>.
                            Ao continuar navegando, você concorda com estas condições.
                        </div>
                        <div class='col-md-12 text-center'>
                            <button type='button' class='btn btn-primary' onclick='aceitaCookie()'>
                                <span class='fa fa-check'></span>
                                Continuar
                            </button>
                        </div>
                    </div>
                </div>
                <script>
                    function setCookie(cname, cvalue, exdays) {
                        const d = new Date();
                        d.setTime(d.getTime() + (exdays*24*60*60*1000));
                        let expires = 'expires='+ d.toUTCString();
                        document.cookie = cname + '=' + cvalue + ';' + expires + ';path=/;SameSite=None; Secure';
                    }
                    function aceitaCookie() {
                        document.querySelector('#message-cookie').style.display = 'none';
                        setCookie('aceite_cookie', '1', 365);
                    }
                </script>
            