@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
::-moz-selection {
    background: #2a3e73;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #2a3e73;
    color: #fff;
    text-shadow: none
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    color: #000;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1
}

a {
    color: #292929;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s
}

a:hover,
a:focus {
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
    text-decoration: none
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Conv_SugarcubesRegular';
    margin: 0
}

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

strong {
    /* font-family: 'Conv_GT-Pressura-Bold';*/
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
em{font-style: italic;}
section,
footer,
header {
    display: block;
    width: 100%;
    float: left;
    height: auto;
    position: relative
}

.mainheader{
    background: #fff;
    top: 0;
    width: 100%;
}

.hehadertop {
    background: #ededed;
    padding: 11px 0px;
    min-height: 40px;
}

.contact-left {
    float: left;
    font-size: 14px;
    color: #f18700;
    padding-top: 5px;
}

.headerrightnav {
    float: right;
    margin-right: 0;
}

.headerrightnav.mar_15 {
    margin-right:-15px;
}

.headerrightnav li {
    float: left;
    text-align: right;
}

.headerrightnav li a {
    color: #3d3d3c;
    font-size: 12px;
    padding: 0px 0px 0 32px;
    font-family: 'Conv_SugarcubesRegular';
    text-align: right;
    letter-spacing: 1px;
}

.headerrightnav li a:hover {
    color: #7A1618;
}

.navbar-inverse {
    border: none;
    background: transparent;
    margin-bottom: 0;
}

.navbar-inverse.mar_0 {
    margin-bottom: 0;
}

.navbar-brand {
    height: auto;
    padding-top: 25px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #000;
    background: transparent;
    border-bottom: solid 3px #000;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    background: transparent;
    border-bottom: solid 3px #000;
}

.navbar-inverse .navbar-nav {
    margin-top: 25px;
    margin-left: 20px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
    font-size: 18px;
    font-family: 'Conv_SugarcubesRegular';
    padding: 15px 23px 30px;
    line-height: 1;
     letter-spacing: 1px;
     border-bottom: solid 3px #fff;
}

.navbar-inverse .navbar-nav .sellbutton {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    background: #1d1d1b;
    padding: 15px 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
     border-bottom: none;
}

.navbar-inverse .navbar-nav .sellbutton:hover {
    background: #878787;
    color: #fff;
    border-bottom: none;
}

.menu_bt .sellbutton {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    background: #1d1d1b;
    padding: 15px 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: none;
    float: right;
    margin: 10px;
}

.menu_bt .sellbutton:hover {
    background: #878787;
    color: #fff;
    border-bottom: none;
}

.headerSearch {
    position: relative;
}

.searchform-wrap {
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
}

.sarchCal {
    float: left;
    width: 15%;
}

.sarchPal {
    float: left;
    width: 13%;
}

.sarchAdlt {
    float: left;
    width: 9%;
}

.sarchpref {
    float: left;
    width: 24%;
}

.sarchAdlt.mar_l_10{
    margin-left: 5px;
    width: 14%;
}

.detial .sarchCal {
    float: left;
    width: 17%;
}

.detial .sarchPal {
    float: left;
    width: 13%;
}

.detial .sarchAdlt {
    float: left;
    width: 11%;
}

.detial .sarchpref {
    float: left;
    width: 25%;
}

.detial .sarchAdlt.mar_l_10{
    margin-left: 5px;
    width: 14%;
}


.detail_verda .sarchCal {
    float: left;
    width: 25%;
}

.detail_verda .sarchpref {
    float: left;
        width: 24.8%;
}

.detail_verda .sarchpref .valinput {
    width: 100%;
    height: 50px;
}
.detail_verda .sarchpref input {
    background: #fff !important;
}

.detail_verda .jslider{
    width: 100%;
}

.detail_verda  .price_bar{
    float: left;
    width: 33%;
    margin: 10px;
    text-align: left;
}

.input-search {
    background: #fff;
    color: #000;
    border: none;
    height: 50px;
    outline: none;
    width: 100%;
    float: left;
    padding: 5px 10px;
    border-right: solid 1px #ededed;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 90% center;
}

.input-search.h_40 {
    height: 45px;
}


.input-search select:after {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid red;
}

.input-search option {
    background: #fff;
    height: 50px;
}

.input-search .btn{
    padding: 6px 12px;
    height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}

.btn-group.input-search{
    padding:5px 0;
}

.input-search .dropdown-menu{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: 0 0 0;
    -webkit-box-shadow:0 0 0;
    -moz-box-shadow: 0 0 0;
    width: 100%;
    margin: 0px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color:#878787 !important;
}

.input-search .dropdown-menu>li>a {
    width: 100%;
    text-align: left;
    padding: 5px 10px;

}

.input-search .dropdown-menu>li>a:focus, .input-search .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f18700;
}

.input-search .btn-default:hover {
    color: #333;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 0 0;
}

.search-btn {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #1d1d1b;
    color: #fff;
    font-size: 18px;
    border: none;
    height: 40px;
    width: 100%;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s
}

.search-btn:hover {
    background: #878787;
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s
}

.searchform-wrap .search-btn.bt_pad{
  height: 45px;
}


.nav-tabs {
    border: none;
}

.search-80 {
    width: 88%;
    display: inline-block;
    text-align: center;
}

.search-90 {
    width: 90%;
    display: inline-block;
    text-align: center;
}

.search-85 {
    width: 85%;
    float: left;
}


.search-100 {
    width: 100%;
    float: left;
}

.search-20 {
    width: 15%;
    float: right;
    padding-left: 10px;
}

.nav-tabs>li>.tabbtn {
    width: 100%;
    float: left;
    display: block;
    padding: 10px;
    color: #fff;
    margin-right: 10px;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f18700;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.nav-tabs li>a.green {
    color: #fff;
    background: #96a925;
    border: none;
}


.nav-tabs>li {
    margin-right: 10px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background: #96a925;
    border:none;

}

.nav-tabs>li>a:hover {
    background: #878787;
    color: #fff;
}

.border-corner-left {
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
}

.border-corner-right {
    border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
}

.nav-tabs {
    margin-bottom: 10px;
}

.carousel-inner {
    height: 550px;
}

.calicon {
    background-image: url("../images/calicon.svg");
    padding-right: 35px;
}

.headerSearch h1 {
    font-size: 72px;
    font-family: 'Conv_SugarcubesRegular';
    color: #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    letter-spacing: 6px;
}

.headerSearch h6, .headerSearch h2 {
    font-size: 22px;
    font-family: 'Conv_SugarcubesRegular';
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.rent-section,
.greySection {
    padding: 55px 0px;
}

.seactionTitle {
    font-size: 30px;
    color: #000;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: 'Conv_SugarcubesBold';
}

.seactionTitle.mar_50 {
    margin-top: 50px !important;
}

.seactionsubtitle {
    font-size: 16px;
    color: #575756;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0;
}

.postbox-wrap,
.postimg,
.postinfo {
    width: 100%;
    float: left;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/*.postbox-wrap:hover{
 border-color: #95a924;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;

}*/

.postbox-wrap:after {
    content: '';
    position: absolute;
    height: 0;
    display: block;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
	border-bottom: 5px solid transparent;
    bottom:-5px;
    left:15px;
    right: 100%;
}

.postbox-wrap:hover:after {
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
	width: 100%;
    left: 0;
}

.postbox-wrap.lloguers:hover:after {
	border-bottom:5px solid #95a924;
}

.postbox-wrap.orang_color:hover:after {
    border-bottom:5px solid #f18700;
}


.postbox-wrap.orang_color:hover{
/* border-color: #f18700;*/
  -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s

}


.intrestListing .postbox-wrap:after{
 bottom: -5px;
}

/*.postbox-wrap:hover{
 border-color: #95a924;
  -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s

}*/

.postimg {
    position: relative;
}

.postimg img {
    width: 100%;
    display: block;
}

.photocounter {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #1d1d1b;
    position: absolute;
    bottom: 10px;
    right: 10px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.photocounter:hover {
    background: #878787;
}

.rent-grid-wrap {
    width: 100%;
    float: left;
    margin-top: 55px;
	display: flex;
	flex-flow: wrap;
}

.rent-grid-wrap .lloguer {
	margin-bottom: 35px;
}

.rent-grid-wrap .lloguer a:hover {
	color: #000;
}

.postinfo {
    padding: 25px 10px 10px 10px;
    position: relative;
}

.postbox-wrap.home .postinfo {
	flex: 1;
	display: flex;
    justify-content: space-between;	
}

.postleft {
    float: left;
}

.postOang{
    position: absolute;;
    background: #f18700;
    padding:5px;
    color: #fff;
    margin-top: -40px;
    left: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    font-family: 'Conv_SugarcubesRegular';
    letter-spacing: 2px;
}

.postGreen{
    position: absolute;;
    background: #96a925;
    padding:5px;
    color: #fff;
    margin-top: -40px;
    left: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    font-family: 'Conv_SugarcubesRegular';
    letter-spacing: 2px;
}

.postright {
    float: right;
}

.postleft h3 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.postlocation {
    font-size: 14px;
    font-family: 'Conv_SugarcubesRegular';
}


.postbox-wrap.home .postprice {
	width: 135px;
}

.postbox-wrap.home .postref {
	text-align: right;
}

.postprice {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    margin-bottom: 10px;
    color: #96a925;
}

.postprice.font_orang {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    margin-bottom: 10px;
    color: #f18700;

}

.preu_estada{
	display: block;
    margin-top: 10px;
    font-size: 14px;
}


.postref {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    float: right;
    display: block;
    width: 100%;
    margin-top: 10px;
    /* text-align: right;*/
    text-align: left;
}

.postfeatures {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.postbox-wrap {
	position: relative;
    border-bottom: solid 5px #dbdbdb;
    margin-bottom: 35px;
    min-height: auto;
}

.postbox-wrap.home {
	display: flex;
	margin-bottom: 0px;
    flex-flow: wrap;
    flex-direction: column;
    height: 100%;
}

.postfeatures span {
    display: inline-block;
    float: left;
    padding: 5px 5px;
    line-height: 20px;
    height: 30px;
    font-size: 12px;
    border-right: dashed 1px #cdcdcd;
}

.postfeatures.pad_10 span {
    padding: 5px 12px;

}

.postfeatures.pad_8 span {
    padding: 5px 8px;

}


.postfeatures span:last-child {
    font-size:16px;
}

.postfeatures span:first-child {
    padding-left: 0 !important;
}

.postfeatures span img, .postfeatures span object {
    margin: 0px;
    display: inline-block;
    float: left;
	max-width: 20px;
	max-height: 20px;
	height: 20px;
    width: 20px;
}

.moreRent {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 13px 30px;
    display: inline-block;
}

.moreRent:hover,
.moreRent:focus {
    color: #fff;
}

/*-----slider------------*/

.slide{
    position: relative;
}

.carousel-inner .item img{
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.slider_content{
    position: absolute;
    left: 0;
    right: 0;
    top:50%;
    transform: translate(0 ,-50%);
    z-index: 99;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

#myAffix{
    z-index: 9999;
}



.loadingWrap {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.greySection {
    background: #f6f6f6
}

.oragneprice {
    color: #f18700;
}

.postfeatures .normalRight {
    float: right;
    position: static;
    padding: 5px !important;
}


.greenButton {
    background: #95a924;
    padding:13px 20px;
}

.greenButton:hover,
.greenButton:focus {
    background: #878787;
}

.orangeButton {
    background: #f18700;
    padding: 20px 30px;
}

.orangeButton.pad_10 {
    background: #f18700;
    padding: 15px 30px;
}

.orangeButton:hover,
.orangeButton:focus {
    background: #878787;
}

.promoSection {
    width: 100%;
    float: left;
    padding: 55px 0px;
}

#promoSldier {
    width: 100%;
    float: left;
    margin-top: 50px;
}

#promoSldier .item {
    padding: 0px 13px;
    position: relative;
}

#promoSldier .owl-pagination .owl-page span {
    opacity: 1;
    border:solid 2px #000;
    background: #000;
}

#promoSldier .owl-pagination .owl-page.active span{
    opacity: 1;
    border:solid 2px #000;
    background: none;
}

#promoSldier .owl-theme .owl-controls .owl-page.active span,
#promoSldier .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 0;
}

.owl-wrapper-outer .postfeatures.pad_10 span {
    padding: 5px 10px 5px 13px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
  
}


.secondFooter {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    background: #ededed;
}

.tablet-wrap{
    width: 100%;
    text-align: left;
    float: left;
    position: relative;
}

.sofaImg {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
}


.arrowTab {
    position: absolute;
    bottom: -80px;
    right: 0px;
    z-index: 100;
    font-size: 23px;
    font-family: 'Conv_SugarcubesBold';
    color: #7a1618;
    text-align: center;
    left: 263px;
}

.arrowTab span {
    display: block;
    letter-spacing: -2px;
}

.secondFooter h2 {
    font-size: 27px;
    letter-spacing: 0;
    font-family: 'Conv_SugarcubesBold';
    color: #1d1d1b;
    margin-top: 79px;
    margin-bottom: 15px;
    line-height: 1;
    display: block;
    width: 100%;
    float: left;
}

.secondFooter h3 {
    font-size: 18px;
    color: #3c3c3b;
    margin-bottom: 20px;
}

.secondFooter p {
    font-size: 14px;
    color: #3c3c3b;
    letter-spacing: 1px;
    line-height: 1.5;
}

.secondFooter .font-16 {
    font-size: 16px;
}

.listingSofa {
    width: 100%;
    float: left;
    margin-top: 3px;
    /*padding-left: 50px;*/
}

.listingSofa2{margin-top:30px;}

.listingSofa li {
    width: 100%;
    float: left;
    background-image: url("../images/listingarrow.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #3c3c3b;
    letter-spacing: 1px;
}

.secondFooter .leftFooter h3, .secondFooter .leftFooter h2 {
    margin-top:100px;
}

.contactButton {
    display: inline-block;
    /*margin-left: 70px;*/
    margin-top: 25px;
    background: #1d1d1b;
    color: #fff;
}

.contactButton:hover,
.contactButton:focus {
    background: #878787;
}

.footerSection {
    background: #fff;
    padding: 0px 0px 0px 0px;
    margin-top: 25px;
}

.footerSubscrib {
    border-bottom: solid 1px #d5d1d0;
    border-top: solid 1px #d5d1d0;
}

.subscrib-wrap-form {
    background: #7a1618;
    color: #fff;
    position: relative;
}

.subscrib-wrap-form:before {
    content: "";
    position: absolute;
    right: 100%;
    width: 2000%;
    top: 0px;
    background: #7a1618;
    display: block;
    height: 100%;
}

.subscrib-covid {
    padding: 50px 40px 50px 40px;
	width: 100%;
    float: left;
	display: flex;
    justify-content: center;
	align-items: center;
}

.subscrib-covid .subscrib-label {
	width: auto;
}

.subscrib-covid .subscrib-label .subs1 {
    font-size: 40px;
    font-weight: bold;
    display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.subscrib-covid .subscrib-label a { color: white; }
.subscrib-covid .subscrib-label a:hover { color: #dedede; }

.covid em { font-style: italic; }
.covid a {text-decoration: underline;}
.covid ul { padding-left: 30px; margin-left: 20px;}
.covid ul li {list-style: disc;}


.subscrib-form {
    padding: 50px 40px 50px 90px;
    background: url("../images/msg-icons.svg");
    background-position: center left;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
}

.subscrib-label {
    float: left;
    width: 160px;
    font-family: 'Conv_SugarcubesRegular';
}

.subscrib-label .subs1 {
    font-size: 20px;
    display: block;
}

.subscrib-label .subs2 {
    font-size: 30px;
    display: block;
}

.subsform {
    margin-left: 160px;
}

.subsBlank {
    padding-left: 40px;
    width: 100%;
    float: left;
}

.subsinput {
    width: 95%;
    padding-left: 20px;
    float: left;
    border: none;
    border-bottom: 1px solid #9e504e;
    height: 55px;
    background: transparent;
    outline: none;
    font-size: 13px;
    color: #fff;
}

.subsinput::-webkit-input-placeholder {
    color: #ffffff;
}

.subsinput::-moz-placeholder {
    color: #ffffff;
}

.subsinput:-ms-input-placeholder {
    color: #ffffff;
}

.subsinput:-moz-placeholder {
    color: #ffffff;
}

.sendButton {
    border: none;
    width: 10%;
    float: left;
    outline: none;
    height: 55px;
    background: transparent;
    margin-left: -46px;
    background: #7a1618;
    margin-top: -1px;
}

.social-wrapper {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
    margin-left: 20px;
}
.social-wrapper {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
    margin-left: 20px;
}

.social-wrapper a {
    display: inline-block;
    padding: 0px 2px;
}

.social-wrapper a {
    opacity: 1;
}

.social-wrapper a:hover {
    opacity: .5;
}

.searchProperty .nav-tabs{
    margin-left: 6%;
}

.footerLinks {
    width: 100%;
    float: left;
    height: auto;
    padding: 35px 0;
}

.footerLinks h5 {
    color: #3d3d3c;
    font-size: 20px;
    font-family: 'Conv_SugarcubesBold';
    margin-bottom: 25px;
    letter-spacing: 0;
}

.ftr1 {
    float: left;
    width: 23%;
    padding: 0px 15px;
}

.ftr2 {
    float: left;
    width: 15.5%;
    padding: 0px 10px;
}

.footerLinks ul {
    margin: 0px;
    padding: 0px
}

.footerLinks li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.footerLinks li a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #3d3d3c;
    letter-spacing: .3px;
}

.footerLinks li a:hover {
    color: #7a1618;
}

.ftr1 p {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #3d3d3c;
    line-height: 1.5;
}

.valform {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.valinput {
    width: 75%;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ededed;
    height: 40px;
    padding: 0px 15px;
    color: #1d1d1b;
    outline:none;
    border: none;
    font-size: 14px;
}
.valbutton{
    width: 23%;
    float: right;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #1d1d1b;
    height: 40px;
    padding: 0px 15px;
    color: #fff;
    outline:none;
     border: none;
}

.valbutton:hover{
    background: #878787;
}

.valbutton.black_bt{
    background: #000;
}

.valbutton.black_bt:hover{
    background: #878787;
}

.error_validator{margin-top:30px;}


.footerNote{ border-top: solid 1px #e1e1e1; width: 100%; float: left; padding: 20px 0px; font-size:14px; color: #3d3d3c;}
.copytnote{ line-height: 30px; text-align: right;}
.copytnote span{ color:#7a1618;}
.mobile-email{ display: none;}

/*--------------------------*/

.process_box{
    background: #95a926;
    padding: 50px 0;
}

.process_box .seactionTitle {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 2px;
}

.process_box .pro_1{
    text-align: center;
    display: block;
    max-width: 525px;
    margin: 0 auto;
}

.process_box .pro_1 .pro_text {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    font-size: 12px;
}
.process_box .pro_1 .pro_text span.num1{
    width: 32%;
    text-align: left;
    display: inline-block;
     color: #fff;
    font-size: 12px;
}
.process_box .pro_1 .pro_text span.num2{
    width: 32%;
    text-align: center;
    display: inline-block;
     color: #fff;
    font-size: 12px;
}
.process_box .pro_1 .pro_text span.num3{
    width: 32%;
    text-align: right;
    display: inline-block;
     color: #fff;
    font-size: 12px;
}

.process_box .white16{
    color: #fff;
    font-size: 16px;
    margin: 40px 0;
    text-align: center;
    display: block;
    line-height: 25px;
}

.process_box .pagament{
    margin: 100px 0 50px;
    display: block;
    height: 55px;
    text-align: center;
}

.process_box .valform {
    width: 300px;
    margin: 0 auto;
    display:block;
    float: none;
    padding: 0px 0 100px;
}

.inner_top .head{
     font-size: 14px;
     display: inline-block;
}

.inner_top .seactionTitle {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: left;
    letter-spacing: 0;
    font-weight: normal;
    display: inline-block;
}

.inner_top .head{
     font-size: 14px;
     padding: 16px 0 10px;
     float: left;
}

.inner_top .sarchpref {
    border:solid 1px #ccc;
    border-radius: 3px;
    background:none;
    float: left;
    width: auto;
    margin:0 15px;
}

.innerform-wrap_out.affix {
    position: fixed;
    top: 110px !important;
}


.inner_top .sarchpref .input-search {
    border:none;
    height: 41px;
    color: #000 !important;
}


.inner_top .inner-grid{
    font-size: 14px;
    float: left;
}

.inner_top .inner-grid .list {
    display: inline-block;
    padding:10px 5px;
    vertical-align: top;
}


.inner_top .inner-grid .list a{
    display: inline-block;
    background: url("../images/list.png") no-repeat center 0;
    width: 24px;
    height: 24px;
}

.inner_top .inner-grid .list a.act{
    display: inline-block;
    background: url("../images/list-act.png") no-repeat center 3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px;
    margin-top: -3px;
}

.inner_top .inner-grid .list a:hover.act{
    display: inline-block;
    background: url("../images/list-act.png") no-repeat center 3px;
    width: 24px;
    height: 24px;
}

.inner_top .inner-grid .list a:hover{
    display: inline-block;
    background: url("../images/list.png") no-repeat center -24px;
    width: 24px;
    height: 24px;
}

.inner_top .inner-grid .grid {
    display: inline-block;
   padding:10px 5px;
   vertical-align: top;
}


.inner_top .inner-grid .grid a{
    display: inline-block;
    background: url("../images/grid.png") no-repeat center 0;
    width: 24px;
    height: 24px;
}

.inner_top .inner-grid .grid a.act{
    display: inline-block;
    background: url("../images/grid-act.png") no-repeat center 3px;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px;
    margin-top: -3px;
}

.inner_top .inner-grid .grid a:hover.act{
    display: inline-block;
    background: url("../images/grid-act.png") no-repeat center 3px;
    width: 24px;
    height: 24px;
}
.inner_top .inner-grid .grid a:hover{
    display: inline-block;
    background: url("../images/grid.png") no-repeat center -24px;
    width: 24px;
    height: 24px;
}

.inner_top .inner-grid .map {
    display: inline-block;
    padding:10px 5px;
    vertical-align: top;
}


.inner_top .inner-grid .map a{
    display: inline-block;
    background: url("../images/map.png") no-repeat center 0;
    width: 24px;
    height: 24px;
}

.inner_top .inner-grid .map a.act{
    display: inline-block;
    background: url("../images/map-act.png") no-repeat center 3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px;
    margin-top: -3px;
}

.inner_top .inner-grid .map a:hover.act{
    display: inline-block;
    background: url("../images/map-act.png") no-repeat center 3px;
    width: 24px;
    height: 24px;
}

.inner_top .inner-grid .map a:hover{
    display: inline-block;
    background: url("../images/map.png") no-repeat 0 -24px;
    width: 24px;
    height: 24px;
}

.inner_top_content .rent-section{
    padding: 0;
}

.cerca_plus{margin-top:5px;}

.cerca_plus > li {
    margin-top:7px;
    display: inline-block;
    width:100%;
}
.cerca_plus.cerca_fitxa >li {display:inline-block; width:auto;padding-right:5px;}
.cerca_plus label {display: inline-block;cursor:pointer;}


.innerform-wrap {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 20px;
}


.innerform-wrap .input-search {
    color: #878787 !important;
}

.innerform-wrap .input-search {
    color: #878787 !important;
}


.innerform-wrap .form_text {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin: 10px 0 30px;
    text-align: left;
    font-weight: normal;

}

.innerform-wrap .sarchCal {
    width: 49%;
    display: block;
    margin:5px 0 ;
}

.innerform-wrap .sarchAdlt {
    width: 100%;
    display: block;
    margin:5px 0;
}

.innerform-wrap .price_bar{
    float: left;
    margin: 40px 0 50px;
}

.innerform-wrap .sarchpref {
    width: 100%;
    display: block;
    margin:5px 0;
}

.innerform-wrap .sarchpref input{
    width: 100%;
    background: #fff;
}


.reservRow .sarchCal {
    width: 49%;
    display: block;
    margin:5px 0 ;
}

.reservRow .sarchAdlt {
    width: 100%;
    display: block;
    margin:5px 0;
}

.reservRow .price_bar{
    float: left;
    margin: 40px 0 50px;
}

.reservRow .sarchpref {
    width: 100%;
    display: block;
    margin:5px 0;
}

.reservRow .sarchpref input{
    width: 100%;
    background: #fff;
}

.reservRow .sarchpref input::placeholder {
    color: #ccc;
}

.reservRow .sarchpref textarea{
    width: 100%;
    background: #fff;
    padding: 10px;
    height: auto;
    border:solid 1px #ccc;
}

.reserva_error{display:none;line-height:25px;}


.reservRow .radio {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
    font-size: 15px;
    width: 100%;
}

.reservRow .radio u{
    color: #f18700;
}



.reservRow .green_btn {
    width: 40%;
    float: left;
     margin-top: 10px;

}

.reservRow input.valinput{
    height: 50px;
    border:solid 1px #ccc;
}

.reservRow.mar_0 {
    margin:0;
}


.reservRow .grid_black20{
    font-size: 16px;
    color: #000;
    line-height: 20px;
    text-align: left;
    font-weight: normal;
    display: block;
    letter-spacing: 1px;
}


.innerform-wrap .green_btn .search-btn{
    background:#96a925;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    width: 40%;
}

.innerform-wrap .green_btn .search-btn.h_50 {
    height: 50px;
}

.innerform-wrap .green_btn .search-btn.pad_10{
    background:#96a925;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 50px;
}

.innerform-wrap .green_btn .search-btn.orang, .reservRow .green_btn .search-btn.orang{
    background:#f18700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.innerform-wrap .green_btn .search-btn.orang.h_50, .reservRow .green_btn .search-btn.orang.h_50{
    height: 50px;
}

.innerform-wrap .black_btn {
    width: 120px;
    float: left;
}


.innerform-wrap .black_btn .search-btn{
    background:#000;
    height: 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.innerform-wrap .black_btn .search-btn:hover{
    background:#878787;
}


.innerform-wrap .green_btn .search-btn:hover{
    background:#878787;
}

.left_map{
   background: url(../images/fons-baner.jpg) no-repeat left top;
   max-width: 380px;
   height: 157px;
   padding: 20px 10px;
   position: relative;
   float: left;
   width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.left_map_in{
   position: absolute;
   top: 0;
   left: 0;
    right: 0;
    bottom: 0;
}


.left_map .pin{
    float: left;
    padding: 26px 10px
}

.left_map .pin_text{
    padding: 40px 9px;
    float: left;
    width: 65%;
    font-family: 'Conv_SugarcubesRegular';
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
}

.left_map .pin_text span{
    color: #f18700;
    font-size: 13px;
    display: block;
}

.postfeatures span.bor_none{
    border-right: none !important;
}

.inner_grid .postfeatures span{
    padding: 5px 21px;
}

.inner_grid  .postfeatures span.bor_none{
    border-right: none !important;
}

.inner_list .postfeatures{
    margin-top:5px;
}

.inner_list .postfeatures span{
    padding: 5px 9px;
}

.inner_list .postfeatures.pad_13 span{
    padding: 5px 13px;
}


.inner_list .postbox-wrap{

    min-height: auto;
}
.inner_grid .postimg{
    /*min-height:258px;*/
}

.innerform-wrap.affix{position:static !important;}

.inner_list .postimg{
    max-width: 335px;
    float: left;
    width: 38%;
	/*min-height:170px;*/
    position:relative;
}

.inner_list .postimg .postGreen {
    position: absolute;
    background: #96a925;
    padding: 5px;
    color: #fff;
    margin-top: 12px;
    left: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    font-family: 'Conv_SugarcubesRegular';
    letter-spacing: 2px;
}

.inner_list .postinfo {
    padding: 0 0 10px 10px;
    float: left;
    width: 61%;
}

.inner_list .postinfo .price{
    position: absolute;
    right: 0;
    top: 0;
}


.inner_list .postlocation {
    margin: 10px 0;
}

.inner_list .postref {
    margin: 0 0 10px;
}

.inner_list .postfeatures span:last-child {
    border-right: dashed 1px #cdcdcd;
    padding-right: 9px !important;
}

.inner_list .black14 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.contact_box{
    position: relative;
    margin-top: 20px;
}

.contact_box .black20{
    color: #3d3d3c;
    font-size: 25px;
    font-family: 'Conv_SugarcubesBold';
    margin-bottom: 50px;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: left;
}

.contact_box_map{
    position: relative;
    margin-top: 20px;
    min-height: 100px;
}

.contact_box_map .arrow{
    padding: 45px 0 0 180px;
    position: absolute;
}

.contact_box_map .cricle_box{
   padding: 5px;
   border-radius: 170px;
   -webkit-border-radius: 170px;
   -moz-border-radius: 170px;
   -ms-border-radius: 170px;
    background: #96a925;
    position: absolute;
    right: 34px;
    bottom: -80px;
    width: 270px;
    height: 270px;
    z-index: 9;
}

.contact_box_map .cricle_box span{
   padding: 5px;
   color: #fff;
   vertical-align:middle;
   text-align: center;
   padding: 25px 0;
   width: 100%;
   display: block;
   line-height: 28px;
   font-size: 18px;
   font-weight: 600;
  
}

.contact_box_map .cricle_box span a{
   font-size: 17px;
   font-weight: 600;
   text-decoration: underline;
   color: #fff;
    letter-spacing: 1px;
}

.contact_box_map .cricle_box i{
   text-align: center;
   padding-top: 30px;
   display: block;
   z-index: 99;
}

.contact_box_map .cricle_box i img{
   width: 40px;
   text-align: center;
}

.contact_box .contact_form{
    background: #fff;
}

.contact_form{
    padding:0;
}

.contact_form .sarchpref input, .contact_form .input-search {
    background: #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}

.contact_form .radio{
    margin: 25px 0;
    float: left;
    width: 100%;
}

.contact_form .radio label{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.contact_form textarea {
    background: #ededed;
    border:none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    box-shadow: 0 0 0;
}

.map_content .black25{
    color: #000;
    font-size: 25px;
    margin: 20px 0;
    float: left;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
}

.map_content .black16{
    color: #000;
    font-size: 16px;
    float: left;
    width: 100%;
    text-decoration: none;
    line-height: 26px;
    margin: 0;
    letter-spacing: 1px;
}

.map_content .social-wrapper {
    margin-top: 24px;
    text-align: left;
}

.mar_30{
    margin-top: 30px;
}

.mar_10{
    margin-right: 5px !important;
}

.mar_0{
    margin-top: 0;
}

.mar_l_0{
    margin-left: 0;
}

.mar_bot_20{
    margin-bottom: 20px;
}


.breadcrumb_box .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
    float: left;

}

.breadcrumb_box .breadcrumb>li {
    display: inline-block;
    font-size: 14px;
    color: #ccc;
}

.breadcrumb_box .breadcrumb >li > a{
    color: #ccc;
        font-family: 'Conv_SugarcubesRegular';
}

.breadcrumb_box .breadcrumb >li.active a {
    color: #000;
}

.breadcrumb>li+li:before {
    content: '';
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid black;
    border-bottom: 4px solid transparent;
    font-size: 0;
}


.black16 {
    float: left;
    width: 100%;
    margin: 15px 0 30px;
}
.black16 a{
    font-size: 15px;
    color: #000;
    text-decoration:underline;
}

.black16 a:hover{
    color: #7A1618;
    text-decoration:underline;
}

.contact_box h2 {
    font-size: 27px;
    letter-spacing: 0;
    font-family: 'Conv_SugarcubesBold';
    color: #1d1d1b;
    margin-top: 40px;
    margin-bottom: 15px;
    line-height: 1;
    display: block;
    width: 100%;
    float: left;
}

.contact_box .tens{
    margin: 50px 0 20px;
    float: left;
}

.contact_box .tens .black20 {
    font-size: 25px;
    width: 100%;
    margin: 0;
    font-family: 'Conv_SugarcubesBold';
}


.contact_box .contactButton {
    display: inline-block;
    margin-left: 0;
    margin-top: 10px;
    background: #1d1d1b;
    color: #fff;
    width: 250px;
    text-align: center;
}

.contact_box .contactButton:hover {
    background: #878787;
}

.contact_box .contactButton i img{
    width: 12px;
    height: 12px;
    margin-right: 5px;
}



.serveis_box .head_90{
    font-size: 80px;
    color: #1c1c1a;
    letter-spacing: 1.2px;
    line-height: 100px;
    font-family: 'Conv_SugarcubesRegular';
    text-align: right;
    background: #f5f5f5;
    padding:50px 10% 0 0;
}

.serveis_box .co1-1{
    font-size: 15px;
    color: #1c1c1a;
    letter-spacing: 1.2px;
    line-height: 1.5;
    font-family: 'Conv_SugarcubesRegular';
    text-align: right;
    padding:20px 50px 20px 0;
}

.serveis_box .img_pad1{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
     padding-top: 66.6%;
}

.serveis_box .img_pad2{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
}

.serveis_box .img_pad3{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
}

.serveis_box .img_pad4{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 66.6%;
}

.serveis_box .head {
    font-size: 35px;
    color: #1c1c1a;
    letter-spacing: 1.2px;
    line-height: 1.5;
    font-family: 'Conv_SugarcubesRegular';
}

.servicesSection{
    display: table;
    width: 100%;
}

.servicesSection p, .servicesSection li{
    font-size: 17px;
    color: #1c1c1a;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 20px 20px 20px 60px;
}

.servicesSection.servRTL p{
    padding: 20px 40px 0 0;
}


.servicesSection.servRTL{
    direction: rtl;
    text-align: left;
}
.servicesImg{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.servicesImg img{
    width: 100%;
    height: auto;
}

.servicesContent{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.servicesContent .servicesWith{
    width: 100%;
    max-width: 550px;
}

.servicesContent .servicesWith span{
    color: #f18700;
}


.servicesContent h3{
    font-size: 35px;
    color: #1c1c1a;
    letter-spacing: 1.2px;
    line-height: 1.5;
    font-family: 'Conv_SugarcubesRegular';
    padding:50px 20px 20px 60px;
}

.servicesSection.servRTL h3{

    padding:50px 20px 20px 0;
}



.serveis_box .ser_img img{
    width: 100%;
    height: 100%;
}

.top_border{
    border-bottom: solid 2px #f3f3f3;
}

.pad_0{
    padding: 0;
}

.pad_20{
    padding: 20px;
}

.col-1{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}


.col-2{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.col-3{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.col-4{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.col-1 img{
    width: 100%;
    max-width: 628px;
}

.col-2 img{
    width: 100%;
    max-width: 380px;
}

.col-3 img{
    width: 100%;
   max-width: 380px;
}

.col-4 img{
    width: 100%;
}

.col-1 .col-content{
    padding: 40px 20px 20px 20px;
    margin-left: 20%;
}

.col-1 .head{
    font-family: 'Conv_SugarcubesRegular';
    margin-bottom: 10px;
    font-size: 35px;
    color: #000;
    letter-spacing: 1px;
}

.col-1 .black22{
    font-family: 'Conv_SugarcubesRegular';
    margin-bottom: 10px;
   font-size: 18px;
    color: #000;
    line-height: 30px;
}


.col-1 .col-content span{
    color: #ef8700;
    line-height: 30px;
}


.col-2 .col-content{
    padding: 40px 20px 20px 20px;
}

.col-2 .head{
    font-family: 'Conv_SugarcubesRegular';
    margin-bottom: 10px;
    font-size: 35px;
    color: #000;
    letter-spacing: 1px;
}

.col-2 .black22{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}


.col-2 .col-content span{
    color: #ef8700;
    line-height: 30px;
}


.col-3 .col-content{
    padding: 40px 20px 20px 20px;
}

.col-3 .head{
   font-family: 'Conv_SugarcubesRegular';
    margin-bottom: 10px;
    font-size: 35px;
    color: #000;
   letter-spacing: 1px;
}

.col-3 .black22{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}


.col-3 .col-content span{
    color: #ef8700;
    line-height: 30px;
}


.col-4 .col-content{
    padding: 40px 20px 20px 20px;
    margin-right: 20%;
}

.col-4 .head{
    font-family: 'Conv_SugarcubesRegular';
    margin-bottom: 10px;
    font-size: 35px;
    color: #000;
    letter-spacing: 1px;
}

.col-4 .black22{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}


.col-4 .col-content span{
    color: #ef8700;
    line-height: 30px;
}

.dropdown-menu{
    min-width: 100px !important;
}

.dropdown-menu>li>a{
    width: 100px;
    text-align: center;
    padding: 6px;
}

/* Detail page css */

.detailfilter {
    background: #f6f6f6;
    padding: 20px 0px;
}

.detailfilter .detailSearchTitle-wrap span {
    line-height: 50px;
    font-size: 23px;
    color: #1d1d1b;
    font-family: 'Conv_SugarcubesRegular';
}

.detailSearchTitle-wrap {
    width: 210px;
    float: left;
}

.detailSearchTitle-wrap.w_180 {
    width: 180px;
}

.detailSearch-wrap {
    margin-left: 210px;
}

.detailSearch-wrap.w_180 {
    margin-left: 180px;
}

.detailSearch-wrap .searchform-wrap {
    width: 100%;
}

.beadcrum {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.beadcrum li {
    float: left
}

.beadcrum li a {
    font-family: 'Conv_SugarcubesRegular';
    display: block;
    font-size: 12px;
    color: #1d1d1b;
    padding-right: 25px;
    position: relative;
}

.beadcrum li a:before {
    content: '';
    background: url('../images/smallarrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    right: 7px;
    top: 4px;
}

.beadcrum li:last-child a:before {
    display: none;
}

.detailSectionLeft {
    margin-right: 380px;
}

.detailSectionRight {
    width: 380px;
    float: right;
}

.detailBlank {
    width: 100%;
    float: left;
    color: #3c3c3b;
    padding-right: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.detailTItleLeft h1 {
    font-size: 30px;
    color: #3c3c3b;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.detailTItleLeft .locationDetails {
    font-size: 18px;
    font-family: 'Conv_SugarcubesRegular';
}

.detailTItleLeft {
    margin-right: 200px;
}

.detailTItleRight {
    width: 200px;
    float: left;
}

.blankBlock {
    width: 100%;
    float: left;
}

.btn_pro{
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    font-weight: 300;
}

.btn:hover,
.btn:focus,
.btn-small:hover,
.btn-small:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 ;
}

.detailGallery {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 20px;
}

.bgcolor-green {
    background: #95a924;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
}

.bgcolor-orang {
    background: #f18700;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
}

.bgcolor-black {
    background: #000;
    padding: 6px;
    color: #fff;
     border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.icon-print:before {
    content: '\e806';
    font-size: 20px;
}

.bgcolor-orang.price{
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    /*font-weight: bold;*/
    letter-spacing: 2px;
}

.bgcolor-green.bg_h {
    height: 50px;
}

.bgcolor-orang.bg_h {
    height: 50px;
}


.gallery .preview {
    width: 100%;
    float: left;
    height: auto;
	position:relative;
}

.gallery .gallery-thumbnails {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 6px;
}

.gallery .gallery-thumbnails img {
    height: 80px;
    margin: 0 10px 10px 0;
}

.gallery .gallery-thumbnails img:hover {
    opacity: .3;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.gallery .preview img#preview {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
}

.gallery-thumbnails ul {
    margin: 0px -3px;
}

.gallery-thumbnails ul li {
    float: left;
    width: 14.28571428571429%;
    padding: 0px 3px;
    overflow: hidden;
    position: relative;
}

.gallery-thumbnails ul li a {
    display: block;
    height: 100%;
    width: 100%;
    background: #1d1d1b;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 68px;
    text-align: center;
    position: absolute;
    cursor: pointer;
}

.gallery-thumbnails ul li a:hover {
    background: #000;
}

.gallery .gallery-thumbnails ul li img {
    display: block;
    margin: 0px;
    width: 100%;
    height: auto;
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

/**** CONTROLS GALERIA ****/
.gallery-controls{display:block;}
.gallery-controls .prev-control a, .gallery-controls .next-control a{
	width:24px;
	height:24px;
	cursor: pointer;
	margin:0;
	position:absolute;
	top:50%;
	text-indent: -9999px;
    z-index: 10;
	opacity:0.3;
	transition:none;
}
.gallery-controls .prev-control a:hover, .gallery-controls .next-control a:hover{
	opacity:1;
}


.gallery-controls .prev-control a{left:20px;background: url(../images/arrow-left_tallada.png) no-repeat 0 0; background-size:24px 24px;}
.gallery-controls .next-control a{right:20px;background: url(../images/arrow-right_tallada.png) no-repeat 0 0; background-size:24px 24px;}


.btn-small {
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    font-weight: 300;
}

.priceButton {
    float: left;
    margin-right: 10px;
}
.detailFeatures .btn-small{
    font-weight: 400;
    letter-spacing: 1px;
}

.detailFeatures span {
    padding: 5px 12px;
}

.detailFeatures span img {
    width: 24px;
}

.postfeatures.detail_venda  {
    margin-top: 40px;
}


.detailFeatures.detail_venda span img {
    width: 18px;
}

.detailFeatures.detail_venda .print {
    display: inline-block;
}

.detailFeatures.detail_venda .black14 {
    font-size: 14px;
    padding: 8px;
     display: inline-block;
}

.detailFeatures.detail_venda .icon-print {
    font-size: 14px;
    padding: 8px;
     display: inline-block;
}

.featureListing-wrap {
    width: 100%;
    float: left;
    margin-top: 40px;
}


.featureListing-wrap {
    width: 100%;
    float: left;
    margin-top: 40px;
}



.featureListing-wrap ul {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.featureListing-wrap ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-size: 14px;
}

.featureListing-wrap ul li .cont {
    width: 60%;
    float: left;
}

.featureListing-wrap ul li .price {
    width: 40%;
    float: left;
}

.discribpDetails {
    width: 100%;
    float: left;
    margin-top: 65px;
}

.discribpDetails p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.discribpDetails.mat_top_30{
    margin-top: 30px !important;
}

.discribpDetails.mar_bot_30{
    margin-bottom: 30px;
}

.discribpDetails.oferta {
    color: #95a924;
}

.detailsectionTitle {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.detailsectionTitle.font_28 {
    font-size: 28px;
    letter-spacing: 1px;
	margin-bottom: 0px;
}

h4.black16{
    font-size: 16px;
    margin: 10px 0;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    line-height: 24px;
}

.cal-5 {
    width: 50%;
    float: left;
    position: relative;
}

.preustable {
    width: 100%;
    float: left;
}

.preusRow {
    font-size: 14px;
    width: 100%;
    float: left;
    margin-bottom: 3px;
    background: #ededed;
    padding: 0px 10px;
}

.preusCell {
    width: 60%;
    float: left;
    padding: 7px;
}

.preusCel2 {
    width: 20%;
    float: left;
    padding: 7px;
}

.preusCel3 {
    width: 20%;
    float: left;
    padding: 7px;
}

.preusCel2, .preusCel3{text-align: right;}

.header-tarifes{font-weight:bold;}

.equipment-listing {
    width: 25%;
    float: left;
    padding-right: 20px;
}

.equipment-listing li {
    background: url("../images/check.gif");
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 15px;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
}

.equipment-listing.tick_orang li{
    background: url("../images/check_orang.gif");
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 15px;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
}

.videowrap {
    width: 100%;
    float: left;
    margin: 0px -10px;
}

.vdieoboxDetail {
    width: 50%;
    float: left;
    padding: 0px 10px;
}

.vdieoboxDetail.mar_50 {
    margin-top: 50px;
}


.vdieoboxDetail p {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.mapWrap {
    width: 100%;
    float: left;
}

.mapWrap iframe {
    display: block;
    width: 100%;
    height: 400px;
}

.reservationForm {
    background: #ededed;
    padding: 30px 20px 0px 20px;
    width: 100%;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.reservationForm.pad_0{
    padding: 0px 20px 0px 20px;

}

.reservText {
    width: 50%;
    padding: 0px 5px;
    float: left;
}

.rightSectionWrap {
    padding-top: 88px;
    width: 100%;
    float: left;
}

.rightSectionWrap.pad_0{
    padding-top: 0 !important;

}

.preu-text {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.roomprice {
    font-size: 26px;
    font-weight: 700;
    text-align: right;
}

.reservRow {
    margin-left: -5px;
    margin-right: -5px;
    color: #3c3c3a;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.border-btm {
    border-bottom: solid 1px #d3d3d3;
}

.reservnote {
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.reservnote a {
    text-decoration: underline;
    color: #3c3c3a;
}

.reserv-btn {
    font-size: 18px;
    width: 100%;
}

.intrestLisitngwrap,
.intrestListing {
    width: 100%;
    float: left;
    height: auto;
}

.intrestListing li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.intrestListing li .postimg {
    width: 140px;
    float: left;
    min-height: 100px;
}

.intrestListing li .postinfo {
    float: none;
    width: auto;
    margin-left: 140px;
    padding: 0px;
}

.intrestListing li .listingblank {
    float: left;
    padding-left: 15px;
}

.intrestListing li .postleft,
.intrestListing li .postright {
    width: 100%;
    float: left;
    text-align: left;
}

.intrestListing li .postprice,
.intrestListing li .postref {
    text-align: left;
}

.intrestListing li .postbox-wrap {
    min-height: auto;
    margin: 0px;
    position:relative;
}

.intrestListing li .postlocation,
.intrestListing li .postref,
.intrestListing li .postprice {
    margin-bottom: 5px;
}

.intrestListing li .postfeatures {
    padding-bottom: 15px;
}

.intrestLisitngwrap {
    margin-top: 50px;
}

.jqx-calendar td {
    padding-top: 10px;
    padding-bottom: 10px;
}

#jqxCalendar {
    font-family: 'Conv_SugarcubesRegular';
    background: #ededed;
}

.jqx-calendar-title-content {
    font-family: 'Conv_SugarcubesRegular';
    font-size: 22px;
}

.jqx-calendar-title-container td {
    padding: 30px 25px;
}

.jqx-widget-content,
.jqx-widget-header {
    background: transparent;
    border: none
}

.searchAdvance {
    position: relative;
    width: 100%;
    float: left;
}
.grid_black20{
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left;
    font-weight: normal;
    display: block;
    letter-spacing: 1px;
}

.searchAdvance .btn-row {
    position: absolute;
    right: 0px;
    bottom: -54px;
    background: url('../images/advanceseach-btn.svg');
    background-position: center top;
    background-repeat: no-repeat;
    width: 185px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    color: #000;
    z-index: 1111;
    cursor: pointer;
    text-decoration: underline;
}

.advanceSearchWrap {
    box-shadow: none;
    border: none;
    padding: 20px 0px;
}

.collapse {
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}


/*calander detail*/

.hide-replaced.ws-inputreplace {
    display: none !important;
}

.input-picker .picker-list td>button.othermonth {
    color: #888888;
    background: #fff;
}

.ws-inline-picker.ws-size-2,
.ws-inline-picker.ws-size-4 {
    width: 49.6154em;
}

.ws-size-4 .ws-index-0,
.ws-size-4 .ws-index-1 {
    border-bottom: 0.07692em solid #eee;
    padding-bottom: 1em;
    margin-bottom: 0.5em;
}

.picker-list.ws-index-2,
.picker-list.ws-index-3 {
    margin-top: 3.5em;
}

div.ws-invalid input {
    border-color: #c88;
}

.ws-invalid label {
    color: #933;
}

div.ws-success input {
    border-color: #8c8;
}

form {
    margin: 10px auto;
    width: 700px;
    min-width: 49.6154em;
    border: 1px solid #000;
    padding: 10px;
}

.form-row {
    padding: 5px 10px;
    margin: 5px 0;
}

label {
    display: block;
    margin: 3px 0;
}

.form-row input {
    width: 220px;
    padding: 3px 1px;
    border: 1px solid #ccc;
    box-shadow: none;
}

.form-row input[type="checkbox"] {
    width: 15px;
}

.date-display {
    display: inline-block;
    min-width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    min-height: 1em;
}

.show-inputbtns .input-buttons {
    display: inline-block;
}

.input-picker .next-controls>button:before,
.input-picker .prev-controls>button:before {
    display: none;
}

.input-picker .ws-picker-controls>.ws-next {
    background: url('../images/calanderarrow-right.svg');
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.input-picker .ws-picker-controls>.ws-prev {
    background: url('../images/calanderarrow-left.svg');
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.ws-po-box {
    border: none;
    background: #ededed;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.input-picker .picker-list {
    background: transparent;
}

.input-picker .picker-list td>button,
.input-picker .picker-list td>button.othermonth {
    background: transparent;
}

.input-picker .picker-list.day-list td>button {
    background: #95a924;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 1px 1px 3px 1px;
    height: 35px;
    line-height: 35px;
    text-align: right;
    padding-right: 8px;
    padding-bottom: 8px;
}

.ws-button-row {
    display: none !important;
}

.input-picker .picker-list tr th abbr {
    margin-bottom: 5px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    border: none;
    text-decoration: none;
}

abbr[data-original-title],
abbr[title],
.input-picker abbr {
    border: none;
}

.input-picker .picker-list td>button.checked-value {
    background: #fdea11;
    color: #000;
}

.input-picker .picker-list td>button.othermonth {
    display: none !important;
}

.monthname,
.ws-picker-header button {
    font-family: 'Conv_SugarcubesRegular';
    font-size: 20px;
    text-decoration: none !important;
}

.input-picker .picker-list td>button:hover,
.input-picker .picker-list td>button.checked-value {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.calrulewrap,
.cal-Rule {
    width: 100%;
    float: left;
}

.cal-Rule {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 26px;
}

.cal-Rule span {
    display: inline-block;
    margin-right: 10px;
    width: 35px;
    height: 26px;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.cal-Rule .grenrule{ background: #95a924}
.cal-Rule .yellowrule{ background: #fdea11}
.cal-Rule .redrule{ background: #ea4e1b}
 .calrulewrap{ margin-top: 220px;}

.vols_box{
    width: 100%;
    float: left;
}

.vols_box .vols_img{
    float: left;
    width: 60%;
    text-align: right;
}

.vols_box .vols_text{
    float: left;
    width: 40%;
    text-align: center;
    position: relative;
}

.vols_box .vols_text span.lady_img{
    position: absolute;
    left: -10px;
    top: 30px;
}

.vols_box .vols_text span.black14{
    font-family: 'Conv_satisfy.regular';
    font-size: 25px;
    color: #6e6e6e;
    text-align: center;
    padding: 0 10px;
    float: left;
    margin-top: 85px;
}
/*----------------------------------*/



.am_servicio_section strong {
	font-family: inherit;
	font-weight: bold;
}



h1.am_page_title{
    font-size:35px !important;
    font-weight:normal !important;
    margin-bottom:60px !important;
}

h3.am_page_title.mar_50{
     margin-top:50px !important;
}

h3.am_page_title.mar_100{
     margin-top:80px !important;
}


.am_promotion_listing{
    position:relative;
}

@media (min-width:992px){
    .am_promotion_listing_right{
        position:absolute;
        right:0;
        top:0;
        bottom:0;
        width:50%;
    }

    .am_promotion_listing .col-md-6.pull-right{
        position:static;
    }

    .am_promotion_listing_right .am_promotion_slider,
    .am_promotion_slider .owl-wrapper-outer,
    .am_promotion_slider .owl-wrapper,
    .am_promotion_slider .owl-item,
    .am_promotion_slider .item,
    .am_promotion_slider .item,
    .am_promotion_slider .item .am_promotion_slider_bg {
        height:100%;
    }
}
.am_promotion_slider .item .am_promotion_slider_bg{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    
}
@media (max-width:991px){
    .am_promotion_slider .item .am_promotion_slider_bg{
        height:400px;
    }
    .am_promotion_listing .col-md-6.pull-right{
        float:none !important;
    }
}

.am_promotion_listing {
    padding:0 15px;
    border-bottom:4px solid #d9d9d9;
}

.am_promotion_listing:after {
    content: '';
    position: absolute;
    height: 0;
    display: block;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    bottom: -4px;
    left:0;
    right: 100%;
}

.am_promotion_listing:hover:after {
    padding:0;
    border-bottom:4px solid #7a1618;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    right: 0;
}

.am_promotion_listing .am_promotion_listing_left{

    padding-right:15px;
    padding-top:40px;
    padding-bottom:40px;
}

@media (min-width:992px){
    .am_promotion_listing .am_promotion_listing_left{
        max-width:555px;
        margin-left:auto;
    }
}

.am_promotion_list_title h4{
    margin:0 0 20px;
    padding:0;
    font-size:25px;
    font-weight:600;
    font-family:'Open Sans', Arial, Helvetica;
}

.am_promotion_list_price{
    text-align:right;
}

.am_promotion_list_price h4{
    margin:0 0 20px;
    padding:0;
    font-size:25px;
    font-weight:bold;
    font-family:'Open Sans', Arial, Helvetica;
    color:#7a1618
}

.am_promotion_list_price p{

}

.am_promotion_slider .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.am_promotion_slider .owl-pagination .owl-page span{    
    width:12px;
    height:12px;
    background:#fff;
    opacity:1;    
    position:relative;

}

.am_promotion_slider .owl-pagination .owl-page span:before{
    content:'';
    display:inline-block;
    position:absolute;
    left:-3px;
    top:-3px;
    width:15px;
    height:15px;
    border:3px solid #fff;
    opacity:0;
    transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}

.am_promotion_slider .owl-pagination .owl-page.active span{    
    border-color:#fff;
    background:none;
    
}

.am_promotion_slider .owl-pagination .owl-page.active span:before{
    opacity:1;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
}

.am_promotion_listing .postfeatures span{
    font-size:14px;
}

.am_promotion_listing .postfeatures{
    display:table;
    padding-bottom:25px;
}

.am_promotion_listing .postfeatures > span{
    display:table-cell;
    float:none;
}

.am_promotion_listing .postfeatures > span{
    text-align:center;
    width:25%;
}

.am_promotion_listing .postfeatures > span img{
    float:none;
    vertical-align:middle;
    margin:0;
}

.am_promotion_listing .postfeatures > span:first-child{
    text-align:left;
}

.am_promotion_list_content{
    line-height:1.5;
    padding-bottom:30px;
}

.btn.btn-black.btn-default{
    background:#1d1d1b;
    color:#fff;
    border:none;
    font-size:18px;
    padding:12px 20px;
    min-width:130px;
}

.btn.btn-black.btn-default:hover{
    background:#7a1618;
}



.btn.am-btn-primary {
    background: #7a1618 !important
}

.btn.am-btn-primary:hover{
    background: #878787 !important
}


.btn.am-btn-camera{
    min-width:0 !important;
    padding-top:9px !important;
    padding-bottom:10px !important;
    padding-left:13px !important;
    padding-right:13px !important;

}

.btn.am-btn-camera .icon-camera{
    font-size:28px;
    line-height:1;
    padding:5px 0 !important;
}

.btn.am-btn-camera .icon-camera:before{
    margin:0;
}



@media (min-width:992px){
    .am_promotion_listing.am_promotion_listing_invert > .row > [class*=col-md-].pull-right{
        float:left !important;
    }

    .am_promotion_listing.am_promotion_listing_invert .am_promotion_listing_right{
        left:0;
        right:auto;
    }

    .am_promotion_listing.am_promotion_listing_invert > .row > [class*=col-md-]:last-child{
        float:left;
    }

    .am_promotion_listing.am_promotion_listing_invert .am_promotion_listing_left{
        margin-right:auto;
        margin-left:0;
        padding-left:15px;
    }
}

.am_promotion_listing.am_promotion_listing_default{
    border-bottom-color:#d9d9d9;
}


.am_promotion_listing.am_promotion_listing_default:after {
    content: '';
    position: absolute;
    height: 0;
    display: block;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    bottom: -4px;
    left:0;
    right: 100%;
}
.am_promotion_listing.am_promotion_listing_default:hover:after{
    border-bottom-color:#7a1618;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    right:0;
}


.am_listing_loadmore{
    padding:40px 0 15px;
}

@media (max-width:767px){
    .am_promotion_list_price{
        clear:both;
        text-align:left;
        padding-bottom:25px;
    }
    .am_promotion_listing > .row > [class*=col-] {
        padding-left:0;
        padding-right:0;
    }
    .am_promotion_listing .am_promotion_listing_left{
        padding-left:15px;
        padding-right:15px;
    }
}

.covid .am_servicio_slider.am_promotion_slider .item .am_promotion_slider_bg {
	background-size: contain;
}

.am_servicio_slider.am_promotion_slider .item .am_promotion_slider_bg
{
    padding-top:65%;
}

@media (max-width:767px){
    .am_servicio_slider.am_promotion_slider .item .am_promotion_slider_bg{
        height:auto;
    }
}

.am_servicio_slider.am_promotion_slider .owl-pagination{
    top:100%;
}

.am_servicio_slider.am_promotion_slider {
    margin-bottom:40px;
}

.am_servicio_slider.am_promotion_slider .owl-pagination{
    bottom:-70px;
    top:auto;    
}

.am_servicio_slider.am_promotion_slider .owl-pagination .owl-page span{
    width:10px;
    height:10px;
    background:#f08702
}

.am_servicio_slider.am_promotion_slider .owl-pagination .owl-page.active span{
    background:#d9d9d9
}

.am_servicio_slider.am_promotion_slider .owl-pagination .owl-page span:before{
    display:none;
}

.am_servicio_section {
    font-size:16px;
    line-height:1.8
}

.am_color_primary{
    color:#f08702;
}

.am_actual_text_sec{
    padding:40px 0;
}


/*SERVICIO PAGE STARTS*/

.am_blockquote{
   padding:30px 0;   
   font-size:31.52px;
   text-align:right;
   line-height:1.2;
   padding:0;
   font-family: 'Conv_SugarcubesRegular';
   color:#63423e;
   max-width:460px;
   margin-left:auto;
   margin-right:0;
}

@media (max-width:991px){
    .am_blockquote{
        margin-left:auto;
        margin-right:auto;
        text-align: center;
        margin-bottom:30px;
    }
}
@media (max-width:767px){
    .am_blockquote{
        font-size:25px;
    }
}

.am_subsection{
    padding:30px 0;
}

.am_user_thumbnail{
    display:block;
    position: relative;
    overflow: hidden;
}

.am_user_thumbnail .am_user_thumbnail_desc{
    display: block;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transform:translate(0, 100%);
    -webkit-transform:translate(0, 100%);
    -moz-transform:translate(0, 100%);
    background:rgba(240, 135, 2, 0.9);
    color:#fff;
}

.am_user_thumbnail .am_user_thumbnail_desc strong{
    font-size:35px;
    display: block;
    font-family: 'Conv_SugarcubesRegular';
    line-height: 1.2;
    letter-spacing: 1px;
}

.am_user_thumbnail .am_user_thumbnail_desc small{
    font-size:25px;
    display:block;
    padding:10px 0;
    font-family: 'Conv_SugarcubesRegular';
    letter-spacing: 1px;
}

.am_user_thumbnail .am_user_thumbnail_text{
    display:block;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom:30px;
    font-weight: 300;
    line-height: 1.6;
}

@media (max-width:767px){
    .am_user_thumbnail .am_user_thumbnail_text{
        display:none;
    }
    .am_user_thumbnail .am_user_thumbnail_desc small{
        line-height: 1.1
    }
}

.am_user_thumbnail:hover .am_user_thumbnail_desc,
.am_user_thumbnail:focus .am_user_thumbnail_desc,
.am_user_thumbnail:active .am_user_thumbnail_desc{
    transform:translate(0, 0);
    -webkit-transform:translate(0, 0);
    -moz-transform:translate(0, 0);
}

.am_user_thumbnail_desc_in{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    display:block;
    padding: 25px 30px;
}
.am_user_thumbnail_icons{
    display:block;
}

.am_user_thumbnail_social{
    display: inline-block;
    vertical-align: middle;
}



.am_user_thumbnail_social a{
    display: inline-block;
    vertical-align: middle;
    width:41px;
    height: 41px;
    outline:none;
    margin-right:5px;
}



.am_user_thumbnail_phone{
    display: inline-block;
    vertical-align: middle;
    padding-left:10px;
    font-family: 'Conv_SugarcubesRegular';
}

@media (max-width:767px){
    .am_user_thumbnail_social a{
        width:30px;
        height:30px;
    }
    .am_user_thumbnail_phone{
        padding-left:0;
        display: block;
        padding-top:10px;
    }
}

.am_user_thumbnail_social a img{
    width:100%;
    height:auto;
}

.am_users_row{
    padding-bottom:50px;
}

@media (max-width:767px){
    .am_users_row > [class*=col-] + [class*=col-]{
        padding-top:50px;
    }
}

@media (max-width:991px){
    
    .am_user_thumbnail img{
        width:100%;
        height:auto;
    }
}

@media (min-width:992px){
    .am_users_row {
        margin-left:-30px;
        margin-right:-30px;
    }
    .am_users_row > [class*=col-]{
        padding-left:30px;
        padding-right:30px;
    }
}

.am_heading_h4{
    font-size:25px;
    margin:0 0 10px;
    padding:0;
}
@media (max-width:767px){
    .am_heading_h4{
        line-height: 1.3
    }
}

@media (min-width:992px){
    .am_service_slider_row{
        margin-left:-30px;
        margin-right:-30px;
    }
    .am_service_slider_row > [class*=col-]{
        padding-left:30px;
        padding-right:30px;
    }
    .am_service_slider_row > [class*=col-]:first-child{
        width:55%;
    }
    .am_service_slider_row > [class*=col-]:last-child{
        width:45%;
    }    
    .am_actual_desc_row > [class*=col-]:first-child{
        width:47%;
    }
    .am_actual_desc_row > [class*=col-]:last-child{
        width:53%;
    }    
}

.am_actual_desc_row{
    padding-bottom:30px;
}

.am_blockquote.am_blockquote_left{
    margin-left:0;
    margin-right:auto;
    max-width:none;
    text-align: left
}

@media (min-width:992px){
    .am_users_quoterow{
        margin-left:-30px;
        margin-right:-30px;
    }

    .am_users_quoterow > [class*=col-]{
        padding-left:30px;
        padding-right:30px;
    }
}

@media (max-width:991px){
    .am_service_slider_row > [class*=col-] + [class*=col-]{
        padding-top:50px;
    }    
    .am_actual_desc_row p{
        
    }
    .am_blockquote.am_blockquote_left{
        margin-top:50px;
        margin-bottom:0;
        text-align: center;
    }
}

.am_users_quoterow{
    padding-bottom:50px;
}

.am_process_wrapper{
    text-align:center;
    background: #95A826;
    color:#fff;
	width:100%; 
}

.am_process_steps{
    margin:0 auto 80px;
    padding:0 43px 0 0;
    width:100%;
    list-style-type:none;
    color:#fff;
    max-width:490px;
    position: relative;
}

.am_process_steps li{
    color:#fff;
    display: inline-block;
    vertical-align: middle;
    width:49%;
    text-align: left;
    position: relative;
}

.am_process_steps li:last-child{
    width:auto;
    position: absolute;
    top:0;
    right:0;
}

.am_process_steps li a{
    color:#fff;
    display: inline-block;
}

.am_process_section{
    padding:30px 0 30px;
}

@media (max-width:991px){
    .am_process_section{
        padding-left:30px;
        padding-right:30px;
    }
}

.am_process_section h1{
    margin:0 0 55px;
    padding:0;
    font-size:21.65px;
}

.am_process_steps a{
    display:inline-block;
    width:43px;
    height:43px;
    border:3px solid #fff;
    border-radius:50%; 
    font-size:25px;
    font-weight:bold;
    text-align:center;
    position:relative;
    line-height:37px;
    opacity:0.3;
}
.am_process_steps a:hover,
.am_process_steps a:focus,
.am_process_steps a:active{
    opacity:1;
}

.am_process_steps a small{
    display:block;
    position:absolute;
    left:50%;
    top:100%;
    transform:translate(-50%, 0);
    font-size:14px;
    font-weight:normal;
    font-family: 'Conv_SugarcubesRegular';
}

.am_process_section p{
    max-width:660px;
    margin-left:auto;
    margin-right:auto;
    font-size: 16px;
    line-height: 1.5;
}

.am_process_steps li:before{
    content:'';
    display: block;
    position: absolute;
    
}

.am_process_section .valform{
    max-width:300px;
    margin:30px auto 0;
    float:none;

}

.am_process_section .valform:after{
    display: block;
    clear:both;
    content:'';
}


.am_process_logos{
    margin:0;
    padding:15px 0 0;
}
.am_process_logos{
    padding-bottom: 30px;
}

@media (min-height:700px){    
    .am_process_sec_logos{
        position: absolute;
        left:0;
        right: 0;
        bottom: 0;
    }
    .am_process_logos{
        padding-bottom: 70px;
    }
}

.am_process_logos li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 10px;
}

.am_process_logos li img{
    max-height: 50px
}

.am_process_steps li:before {
    content: '';
    display: block;
    position: absolute;
    left: 44px;
    right: -2px;
    height: 3px;
    background: #fff;
    top: 50%;
    margin-top: -2px;
    opacity:0.3;
}

.am_process_steps li.active a{
    opacity:1;
}

.am_process_steps li.active:before{
    opacity:1;
}



/*SLICK SLIDER*/

.am_promotion_slider .slick-list,
.am_promotion_slider .slick-track{
    height:100%;
}

.am_promotion_slider .slick-dots{
    bottom:20px;
}

.am_promotion_slider .slick-dots li button{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    position: relative;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    position:relative;
}
.am_promotion_slider .slick-dots li{
    width:auto;
    height:auto;
}
.am_promotion_slider .slick-dots li button:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.am_promotion_slider .slick-dots li.slick-active button{
    background:none;
}
.am_promotion_slider .slick-dots li.slick-active button:before{
    opacity:1;
}


#promoSldier .slick-dots li {
    width:auto;
    height:auto;
    margin:0;
}

#promoSldier .slick-dots li button{
    display: block;
    display: block;
    width: 12px;
    height: 12px;    
    margin: 5px 8px;
    padding:0;
    opacity: 1;
    border: solid 2px #000;
    background: #000;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}

#promoSldier .slick-dots{
    
}
#promoSldier .slick-dots li.slick-active button{
    background:none;
}


.desk{
    display: block;
}

.mob{
    display: none;
}

.footerSection{
    /*float:none;*/
}

body:after, .footerSection:after, .footerNote:after{
    content:'';
    display: block;
}

.footerLinks, .footerNote{
    float:none;
}

.innerform-wrap.affix.affix-bottom {
    top:auto;
    bottom:480px;
}

.innerform-wrap_out.affix.affix-bottom {
    top:auto;
    bottom:480px;
}

#formcontacte, .buscador, .validador {margin:0;width:auto;min-width:auto;border:none;padding:0}
.FORMOK {background: rgb(185, 234, 185);color: green;padding: 7px;border: 2px solid green;font-weight: bold;    margin-bottom: 20px;}
.FORMKO {background: rgb(247, 222, 222);color: red;padding: 7px;border: 2px solid red;font-weight: bold;   margin-bottom: 20px;}

.dades_reserva{width:100%;text-align:left}
.dades_reserva td{padding:15px;width:50%;vertical-align:middle !important;}
.dades_reserva td:last-child{text-align:right}
.titol_reserva{margin-bottom: 20px !important;}
.boto_pagament{width:100%;float:none;margin-top:0px;}

.month-select{
    width: 100%;
    max-width:100% !important;
    margin: 0;
    padding: .30769em 0;
    font-weight: 700;
    color: #000;
    font-family: 'Conv_SugarcubesRegular';
    font-size: 20px;
    text-decoration: none !important;
    line-height: 1.23077em;
    color: #000;
    transition: all 400ms;
    -webkit-appearance: none;
    border: none;
    background: #ededed;
    overflow: visible;
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;

    appearance: none;
    cursor: pointer;
}
.month-select option{font-family: 'Conv_SugarcubesRegular';}
.seleccionarMesos{display:none;}
.entradaSortida{background:#fdea11 !important;}
.noDisponible{background:#ea4e1b !important;}
#tabVenda .sarchPal{width:20%;}
.condicions{padding: 30px 0 0;}
.condicions h1{text-align:left;font-size:25px;margin-bottom:30px;}
.condicions h2 {color: #000;margin-bottom: 15px;letter-spacing: 0;font-weight: 900;letter-spacing: 1px; font-family: 'Conv_SugarcubesBold';}
.condicions h3{font-family: 'Conv_SugarcubesBold'; margin-bottom: 15px;}
.condicions p {margin-bottom:20px;line-height: 30px;text-align: justify;}
.condicions table{margin-bottom: 20px;}
.condicions td {border:0px; border-bottom:1px solid #cccccc; text-align:left;line-height: 35px;}
.condicions td:nth-child(2){text-align:right;}
.tabs .loadingWrap{display:none;}
.gallery-thumbnails ul li{margin-bottom:10px;}
.gallery-plus {display:none;}
.mapWrap{height:450px;}
/*.titolLlistat{width:70%;display:block;}*/
.titolLlistat{width:100%;display:block;}
#contingutLlista .postbox-wrap{position:relative;}
#contingutLlista .postbox-wrap:after{bottom:-5px;}
#contingutLlista .postbox-wrap.orang_color .titolfitxa{width:70%;}
#contingutLlista .descripcio{width:100%;padding-bottom:10px;}
.postleft .postref{float:left} 
#contingutGraella .postfeatures{padding-left:10px;}
/*.postfeatures {position:absolute;bottom:45px;}*/
.postfeatures.pad_8, .detailInfowrap .postfeatures{position:initial;}
.postfeatures span:last-child{font-size:12px;}
#contingutLlista .postfeatures {width:61%;right:0;padding-left:4px;bottom:0;position:absolute;}
/*.seccioVenda .postbox-wrap, .seccioLloguer .postbox-wrap {min-height: 424px;}*/
.seccioPromo .postbox-wrap{min-height: 335px;}
.seccioVenda .postbox-wrap .postleft, #contingutGraella .postbox-wrap .postleft{width:60%;}
.content-window{max-width:600px;}
.foto-window{float:left;width:50%}
.foto-window img{width:100%;}
.descripcio-window{float:left;width:50%;padding-left:5%;position:relative;}
.descripcio-window .postprice{text-align:left;}
.descripcio-window  .black14{font-family: 'Open Sans', sans-serif;margin-bottom: 10px;font-size: 14px;line-height: 20px;}
.equipment-listing:not(:last-child){padding-bottom: 10px;}
.gallery .gallery-thumbnails ul li img{height:75px;}
.buscador-lateral{width:100% !important;}
.bloquejat a{cursor:default;text-decoration:none;transition:none;}
.bloquejat a:hover,.bloquejat a:focus,.bloquejat a:active{opacity:0.3 !important;}
.ajaxloading{display:none;width:42px;margin:auto;}
.link_allotjament{color:#fff;text-decoration: underline;cursor:pointer !important;}
.link_allotjament:hover,.link_allotjament:active,.link_allotjament:focus{color:#fff;text-decoration:underline;}
/* RETORN TPV*/
#cap_retorn{padding:40px 0;}
#cos_retorn p{padding:10px 0;}
.home_retorn{    -webkit-border-radius: 3px;
    background: #1d1d1b;
    height: 40px;
    padding: 10px 30px;
    color: #fff;
    outline: none;
    border: none;}
.link_retorn{margin-top:50px;}
.home_retorn:hover,.home_retorn:focus,.home_retorn:active{color:#fff;}
.email_retorn{text-decoration: underline;color:#0000ff}

/* AJAX LOADING */
.loading-ajax{
	display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #efefef5c;
}

/*** COLOR TITOLS ***/
.lloguer-title{color:#96a925 !important;}
.venda-title{color:#f18700 !important;}

/* PARAGRAFS p empresa*/
.row.am_service_slider_row p {padding-bottom:10px;}

/* RIBBONS */
.ribbon{width:133px; height:133px;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.ribbon-venda{background: url('../images/taronja.png') center}
.ribbon-compra{background: url('../images/verd.png') center}
.ribbon span{transform: rotate(-45deg);font-family: 'Open Sans', sans-serif;font-style: italic;padding-bottom: 32px;font-size: 16px;color: #fff;text-transform:uppercase}

.grid_black20 h2{font-family:inherit}
.innerform-wrap .form_text h2{font-family:inherit;}

div.fancybox-opened{
     transition:none;
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {background-image: none!important;}
.fancybox-opened {z-index: 9999999!important;}



