@font-face {
  font-family: 'ITCAvantGardeStd-Bk';
  src: url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),  url('../fonts/ITCAvantGardeStd-Bk.otf')  format('opentype'), url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Bk.ttf')  format('truetype'), url('../fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
  font-style: normal;
}
@font-face {
  font-family: 'ITCAvantGardeStd-Md';
  src: url('../fonts/ITCAvantGardeStd-Md.eot?#iefix') format('embedded-opentype'),  url('../fonts/ITCAvantGardeStd-Md.otf')  format('opentype'),
       url('../fonts/ITCAvantGardeStd-Md.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Md.ttf')  format('truetype'), url('../fonts/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md') format('svg');
  font-weight: bold;
  font-style: normal;
}

html{
  background: url('../img/spinner.gif') no-repeat fixed center center;
}
body {
	font-family: 'ITCAvantGardeStd-Bk';
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
  opacity: 0;
}
a:hover {
	text-decoration: none
}
button {
	outline: none!important;
}
#navhome {
        position: fixed;
    z-index: 999;
        o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    width: 100%;
}

.blurImg {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .blurImg > div {
        position: fixed;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat!important;
        -webkit-background-size: cover!important;
        -moz-background-size: cover!important;
        background-size: cover!important;
        background-position: top center!important;
    }
    #home:before{
	    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   background: rgba(0, 0, 0, 0.20);
    z-index: 1;
    pointer-events: none;
    }
#home {

	/*background: url('../img/home.jpg') no-repeat center center;
		background-repeat: no-repeat;
	background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

    background-size: 100%;*/
	 height: 100vh;
	 width: 100%;
    position: relative;
    overflow: hidden;
}
#home .container {
	position: relative
}
#home h1 {
	margin: 0;
	font-size: 50px;

}
#banner {
    position: fixed;
    bottom: 30px;
    left: 30px;
	 box-shadow: 0 9px 14px rgba(0, 0, 0, 0.22), 0 19px 36px rgba(0, 0, 0, 0.3);
    background: white;
        max-width: 422.33px;
}
#banner img {
	padding-top: 10px;
}
#banner h3 {
font-size: 1.2em;
    font-family: 'ITCAvantGardeStd-Md';
    color: #333;
}
#banner h4 {
    font-size: 12px;
    font-family: 'ITCAvantGardeStd-Md';
    color: #333;
    margin-bottom: 20px;
}
.allbgbanner {
background: url(../img/logo_sine.png) no-repeat center bottom;
    width: 100%;
    opacity: 0.8;
    height: 80%;
    position: absolute;
background-size: 60%;
    bottom: 25%;
    height: 100%;
}
.centered-pills { text-align:center; }
.centered-pills ul.nav-pills { display:inline-block; }
.centered-pills li { display:inline; }
.centered-pills a { float:left; }
* html .centered-pills ul.nav-pills { display:inline; }
*+html .centered-pills ul.nav-pills { display:inline; }

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: transparent;
}
.brand:hover {

}
.nav-pills>li>a, .nav-pills>li>a:hover {
	color: #fff;
	background: transparent;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: white;
	background: transparent;
}
.navbar-default .navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;

}
.navbar-default .navbar-nav>li>a:after {
    content: '';
    border-bottom: 0px solid white;
         o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
}

/*
.navbar-default .navbar-nav>li>a:hover:after {
    content: '';
    border-bottom: 2px solid white;
         o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    width: 100%;
    position: absolute;
    left: 0;
    display: inline-block;
    top: 0px;
}
*/
.brand {

	color: white;
    padding: 30px 0;
    display: inline-block;
}
.brand span {

}
.brand:hover {

    color: white;
}
.navbar {
	 min-height: 50px;
    margin-bottom: 0px;
}
.navbar-default {
	border: none;
    position: relative;
    background: transparent;
    z-index: 99;
}
.blackrain {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	left: 0;
    width: 100%;
    height: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    text-align: center;
}
.navbar-right {
    float: none!important;
    margin-right: -15px;
    text-align: center;
    width: 100%;
}
.stirimmo {
  background: #fff;
  padding: 80px 0 65px 0;
}
#about {
  background: #fff;
    background-size: 60%;
    position: relative;
    text-align: justify;
    padding: 80px 0;
    background-position-x: 125%;
}
.nav>li {
    position: relative;
    display: inline-block;
    float: none!important;
    text-align: center;
}
#about h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    margin-top: 0;

    letter-spacing: 1px;
}
#about h3 {

    margin-top: 0;
    font-size: 26px;
    color: #969494;
    margin-bottom: 50px;
}
#about p {
  color: #333;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}
#about p strong {
    font-family: 'ITCAvantGardeStd-Md';
    font-weight: bold;
}
#about p:last-child {
  margin-bottom: 0;
}
#about h4 {
color: #969494;
    font-family: 'ITCAvantGardeStd-Md';
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-spacing: 1px;
    text-align: center;
}
#about h4 span {
	padding-left: 10px;

}
#about a {
  color: #999;
  text-decoration: underline;
}
#about a img {
	height: 12px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

#viewhouses {
  background: url('../img/viewproperties.jpg') no-repeat center center;
  background-size: 100%;
  position: relative;
  text-align: center;
}
#viewhouses .container {
	position: relative
}
#viewhouses h1 {
	margin: 0;
  padding-bottom: 80px;
  padding-top: 80px;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
}
#viewhouses h1 a, #viewhouses h1 a:hover {
	color: white;
}
#viewhouses p {
  color: #ddd;
  margin-bottom: 00px;
  font-size: 16px;
  line-height: 1.6;
}
#viewhouses span.line {
  height: 2px;
  width: 150px;
  background: #e3c68a;
  display: inline-block;
  margin-bottom: 50px;
  margin-top: 0px;
}
#housesHome {
    position: relative;
}
#housesHome .firsthouse {
  overflow: hidden;
  position: relative;
}
#housesHome {
  padding: 80px 0;
  background: #fff;
}
#housesHome .pan {
  margin-top: 20px;
	text-align: left;
}
#housesHome .firsthouse p.title, #housesHome .secondhouse p.title, #housesHome .thirdhouse p.title {
	font-size: 16px;
	    font-family: 'ITCAvantGardeStd-Md';
  color: #333;
  margin-bottom: 10px;
}
#housesHome .firsthouse p.location, #housesHome .secondhouse p.location, #housesHome .thirdhouse p.location {
	font-size: 14px;
	text-align: justify;
  color: #333;
  margin-bottom: 10px;
}
#housesHome .firsthouse span, #housesHome .secondhouse span, #housesHome .thirdhouse span {
  color: #999;
  text-align: right;
  display: inline-block;
}
footer {
	padding: 20px 0;
	background: #333;
    position: relative;
    z-index: 98;

}
footer ul {
	margin-bottom: 0;
}
footer a, footer a:hover {
	color: white;
}
footer a {
	padding: 0 10px;
}
footer a:last-child {
	padding-right: 0;
}
#justnav {
	background: #333;
    position: relative;
    z-index: 99;

}

#contacts {
	padding: 80px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100&1+50,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    position: relative;
    z-index: 9;
}
#contacts h3 {
	font-family: 'ITCAvantGardeStd-Md';
    margin-top: 0;
    font-size: 16px;
    color: #5D5D5D;
    margin-bottom: 20px;
}

#contacts .derform input, #contacts .derform textarea {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    box-shadow: none;
    color: #5D5D5D;
    outline: none;
    background: 0 0;
    border-radius: 0;
    border: 1px solid #9E9E9E;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#contacts .derform input:focus, #contacts .derform textarea:focus {
    border: 1px solid #333;
}
#contacts .derform textarea {
	height: 250px;
    resize: none;
}
#contacts .derform button {
	background: #333;
    margin-top: 15px;
	color: #fff;
	text-transform: lowercase;
	font-size: 14px;
	padding: 10px 30px;
	border: none;
	display: inline-block;
	float: right;
}
#contacts .moradas {
    color: #5D5D5D;
}
#contacts .moradas .titulo {
    font-size: 16px;
    margin-bottom: 25px;

  font-family: 'ITCAvantGardeStd-Md';
}
#contacts .moradas .desc {
    margin-bottom: 30px;
}
#contacts .moradas .desc a {
    color: #5D5D5D;
}
#map {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
}


#leportugal {
    background: #fff;
    padding: 80px 0 20px 0;
}
#leportugal .col-md-6 {
    padding: 0 50px;
}
#leportugal h2 {
    font-size: 32px;
      font-family: 'ITCAvantGardeStd-Md';
    color: #333;
    letter-spacing: 5px;
    margin-bottom: 0px;
    margin-top: 0;
    text-align: center;
}
#leportugal h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    margin-top: 0;

    letter-spacing: 1px;
    text-align: center;
}
#leportugal p {
    color: #333;
    margin-bottom: 10px;

    font-size: 14px;
    text-align: center;
}
#leportugal p.text-left {
	text-align: left;
}
#leportugal ul {
	    list-style: none;
    color: #333;
    padding-left: 0;
    margin-bottom: 0;
}
#leportugal a {
    border: 2px solid #e3c68a;
    color: #e3c68a;
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
}



#illleportugal {
    background: white;
}
.makegi {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center!important;
}
#illleportugal .firstdaymobil, #illleportugal .firstday {
        background: #fff url('../img/8.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#illleportugal .lastday {
    padding: 40px 50px;
}
#illleportugal ul {
    color: #333;
    padding-left: 15px;

}
#illleportugal h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    margin-top: 0;

    letter-spacing: 1px;
}
#illleportugal h3 {
margin-top: 0;
    font-size: 22px;
    color: #969494;
    margin-bottom: 10px;
    font-family: 'ITCAvantGardeStd-Md';
}
#illleportugal p {
	color: #333;
    margin-bottom: 10px;

    font-size: 14px;
}
#illleportugal p.fid {
	margin-bottom: 50px;
}
#illleportugal h4 {
    color: #969494;
    margin-bottom: 50px;
    font-size: 20px;
    letter-spacing: 1px;

    text-transform: uppercase;
    word-spacing: 1px;
}
#illleportugal h4 span {
	padding-left: 10px;

}
#illleportugal a {
    background: #e3c68a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 30px;
    display: inline-block;
}
#illleportugal a img {
	height: 12px;
    position: relative;
    top: -1px;
    margin-left: 5px;
}




#contactspriv {
	padding: 80px 0;
background: #f3f3f3;
    position: relative;
    z-index: 9;
}
#contactspriv h3 {

    margin-top: 0;
    font-size: 18px;
    color: #5D5D5D;
    margin-bottom: 50px;
}

#contactspriv .derform input, #contactspriv .derform textarea {
	display: block;
    width: 100%;
    height: 34px;
    padding: 5px 12px 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    box-shadow: none;
    color: #5D5D5D;
    outline: none;
    background: 0 0;
    border-radius: 0;
    border: 1px solid #9E9E9E;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#contactspriv .derform textarea {
	height: 230px;
    resize: none;
}
#contactspriv .derform button {
	    background: #333;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px 10px 30px;
    border: none;
    display: inline-block;
    line-height: 1;
    float: right;
}
#contactspriv .moradas {
    color: #5D5D5D;
}
#contactspriv .moradas .titulo {
    font-size: 18px;

}
#contactspriv .moradas .desc {
    margin-bottom: 10px;
}
#contactspriv .moradas .desc a {
    color: #5D5D5D;
}






#setillleportugal {
    background: white;
}
#setillleportugal .firstday {
        background: #fff url('../img/9.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#setillleportugal .lastday {
    padding: 40px 50px;
}

#setillleportugal ul {
padding-left: 15px;
    margin-bottom: 0;
}
#setillleportugal li {
    color: #333;
    padding-left: 0px;
}
#setillleportugal h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    margin-top: 0;

    letter-spacing: 1px;
}
#illleportugal h3:before, #priveesetillleportugal h3:before, #setillleportugal h3:before {
/*     border-top: 1px solid #969494; */

    position: relative;
    width: 100%;
    top: -10px;
    display: inline-block;
}
#illleportugal h3:after, #priveesetillleportugal h3:after, #setillleportugal h3:after {
/*     border-bottom: 1px solid #969494; */

    position: relative;
    width: 100%;
    top: -5px;
    display: inline-block;
}
#illleportugal h3, #priveesetillleportugal h3, #setillleportugal h3 {
    margin-top: 0;
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
    font-family: 'ITCAvantGardeStd-Md';
    line-height: 1;
    display: inline-block;
}
#setillleportugal p {
	color: #333;
    margin-bottom: 10px;

    font-size: 14px;
}
#setillleportugal p.fid {
	margin-bottom: 50px;
}
#setillleportugal h4 {
    color: #969494;
    margin-bottom: 50px;
    font-size: 20px;
    letter-spacing: 1px;

    text-transform: uppercase;
    word-spacing: 1px;
}
#setillleportugal h4 span {
	padding-left: 10px;

}
#setillleportugal a {
    background: #e3c68a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 30px;
    display: inline-block;
}
#setillleportugal a img {
	height: 12px;
    position: relative;
    top: -1px;
    margin-left: 5px;
}





#priveesetillleportugal {
    background: white;
}
#priveesetillleportugal .firstday {
	    background: #fff url('../img/7.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#priveesetillleportugal .lastday {
    padding: 40px 50px;
}
#priveesetillleportugal ul {
    color: #333;
    padding-left: 15px;
    margin-bottom: 0;
}
#priveesetillleportugal h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    margin-top: 0;

    letter-spacing: 1px;
}
#priveesetillleportugal h3 {
    margin-top: 0;
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
      font-family: 'ITCAvantGardeStd-Md';
}
#priveesetillleportugal p {
	color: #333;
    margin-bottom: 10px;
    font-size: 14px;
}
#priveesetillleportugal p.fid {
	margin-bottom: 50px;
}
#priveesetillleportugal h4 {
    color: #969494;
    margin-bottom: 50px;
    font-size: 20px;
    letter-spacing: 1px;

    text-transform: uppercase;
    word-spacing: 1px;
}
#priveesetillleportugal h4 span {
	padding-left: 10px;

}
#priveesetillleportugal a {
    background: #e3c68a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 30px;
    display: inline-block;
}
#priveesetillleportugal a img {
	height: 12px;
    position: relative;
    top: -1px;
    margin-left: 5px;
}








#services {
   padding-top: 40px;
    padding-bottom: 80px;
    background: #fff;
}
#services img {

	margin-bottom: 20px;
}

/*
#services h2:before {
    border-top: 1px solid #969494;
    content: '';
    position: relative;
    width: 100%;
    top: -10px;
    display: inline-block;
}
#services h2:after {
    border-bottom: 1px solid #969494;
    content: '';
    position: relative;
    width: 100%;
    top: -5px;
    display: inline-block;
}
*/


#services h2 {
    margin-top: 0;
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    font-family: 'ITCAvantGardeStd-Md';
}
#services h3 {

    margin-top: 0;
    font-size: 26px;
    color: #969494;
    margin-bottom: 50px;
}
#services p {
    color: #333;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 14px;
}
#services .col-md-4 p:last-child {
    margin-bottom: 0;
}
#services ul {
	    list-style: none;
    color: #333;
    padding-left: 0;
    margin-bottom: 0;
}
#services h4 {
    color: #969494;
    margin-bottom: 50px;
    font-size: 20px;
    letter-spacing: 1px;

    text-transform: uppercase;
    word-spacing: 1px;
}
#services h4 span {
    padding-left: 10px;

}
#services a {
    background: #e3c68a;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    padding: 8px 30px;
    display: inline-block;
}
#services a img {
    height: 12px;
    position: relative;
    top: -1px;
    margin-left: 5px;
}
.allbg {
    background: url(../img/logo.png) no-repeat center center;
    background-size: 400px;
    width: 100%;
	 z-index: 3;
    opacity: 0.8;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.helper50 {
    height: 50px;
}
.helper80 {
    height: 80px;
}
#immob {
    padding: 80px 0;
    background: #fff;
}
#immob .owl-slide-item {
    text-align: center;
    overflow: hidden;
    color: #333;
}
#immob .owl-slide-item a, #immob .owl-slide-item a:hover {
	color: #333;
	text-decoration: none;
}
#immob .owl-slide-item h3 {
  position: absolute;
  top: -18px;
  left: -1px;
  background: #333;
  padding: 10px 15px 6px 15px;
  color: #FFFFFF;
  font-size: 14px;
  margin: 0;
  font-family: 'ITCAvantGardeStd-Md';
}
#immob .owl-slide-item h4 {
    margin-bottom:10px;
    font-size: 16px;
      font-family: 'ITCAvantGardeStd-Md';
}
#immo .owl-slide-item p {
    color: #333;
    margin-bottom: 50px;

    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
}
#immob .owl-slide-item p {
    margin-bottom: 0px;

    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
}
#reference {
    background: #333;
    padding: 20px 0;
    text-align: center;
}
#reference h1 {
    margin: 0;
    font-size: 24px;
}
#details {
	background: white;
/* 	outline: 1px solid #ccc; */
	outline-offset: -1px;
}
#details img {
    width: 100%;
}
#details .imgs {
    padding: 0;
}
#details .text {
    padding: 40px 30px;
    text-align: justify;
    color: #333
}
#details .text h2 {
    font-size: 25px;
    color: #333;
    margin-bottom: 30px;
    margin-top: 0;

    letter-spacing: 1px;
}
#details .text p {
    color: #333;
    margin-bottom: 0px;

    font-size: 14px;
    line-height: 1.6;
}

.loader {
text-align: center;
position: absolute;
height: 100%;
width: 100%;
background: #333;
z-index: 100;
}
/*
  Set the color of the icon
*/
svg {
    position: absolute;
    top: calc(50% - 40px);
}
svg path,
svg rect {
  fill: #e3c68a;
}

.insidediv {
	overflow: hidden;


	/*
background: white;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    margin: -1px;
    overflow: hidden;
    position: relative;

*/
}
.insidediv .imgs {
	background-repeat: no-repeat;
	background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }




#justnaver .navbar-nav {
  width: 100%;
  text-align: center;
}
#justnaver.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}
#justnaver .navbar-nav > li {
  float: none;
  display: inline-block;
}

#justnaver {
	background: #333;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 112px;

}
#mainlogo {
	background: white;
	text-align: center;
    position: relative;
    z-index: 99;
    margin-bottom: 60px;
}
#mainlogo img {
	width: 170px;
	padding: 20px 0;
}



#justnaver .navbar-default .navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
}
#justnaver  .navbar {
    min-height: 30px;
    margin-bottom: 0px;
}

.center-do-not-use {
  display: block;
  margin: 0 auto;
  height: 60px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 25px;
}






.blackrainnew {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	left: 0;
    width: 100%;
    height: 100%;
}







@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 30px;
    padding-right: 0;
    position: relative;
    top: 5px;
    left: 0;
}
.arrow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}



.blur {
    opacity: 0;
    -webkit-filter: blur(5px);
      filter: blur(5px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  .nav-up {
    background:#333;
        o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
  }
  #changecamle {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #changecamle p {
    text-align: justify;
  }


  .owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;  // added this
}
.owl-item { transform: translateZ(0); -webkit-transform: translateZ(0); -ms-transform: translateZ(0); }

#details .text b {
      font-family: 'ITCAvantGardeStd-Md';
}

.col-md-20 {
	padding: 0px 8px;
	display: inline-block;

	width: inherit;
}
.stirimmo .amenities {
	color: #333;
	margin-top: 30px;
  font-family: 'ITCAvantGardeStd-Md';
}
.galery:before {
      content: '';
    background: url('../img/galeria.png') no-repeat center center;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    text-indent:-9999px;
    background-size: 60px;
    pointer-events: none;
}
#priveesetillleportugal .lastday {
/*
      border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
*/
}
#illleportugal .lastday {
/*       border-left: 1px solid #ccc; */
}
#setillleportugal .lastday {
/*
      border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
*/
}

/*
.owl-stage>.owl-item:nth-child(3n+2) {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.owl-carousel .owl-item {

    padding: 0 10px;
}
.megadi {
  padding-right: 0
}
*/
.owl-carousel .owl-item {

    padding: 0 10px;
}
.megadi {
/*
	border-left: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
*/
        background: white;
    position: relative;

    padding-bottom: 20px;
}
.owl-carousel .owl-item {
	width: 100%;
}
.owl-prev {
	position: absolute;
    left: -50px;
    top: 20%;
    padding: 20px;
    color: white;
}
.owl-prev:after {
	content: "\f104";
    position: absolute;
    font-family: FontAwesome;
    font-size: 50px;
color: #999;
}

.owl-next {
	position: absolute;
    right: -30px;
    top: 20%;
    padding: 20px;
    color: white;
}
.owl-next:after {
	content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    font-size: 50px;
    color: #999;
}
.onlydibgal a div {
  height: 430px;
}
.listbein {
  margin-bottom: 0;
  color: #333;
  margin-top: 50px;
  text-align: center;
	font-family: 'ITCAvantGardeStd-Md';
}
.listbein a {

  color: #999;
  text-decoration: underline
}
.owl-nav {
      position: absolute;
    width: 100%;
    top: 40%;
}
.iconsowl {
  width: 15px!important;
  float: left;
  margin-right: 8px;
}
.mbspacx {
  height: 80px;
  margin-bottom: 0px;
  overflow: hidden;
}
.mt30 {
  margin-top: 30px;
}
.lowpacity {
	opacity: 0.5;
}
.stirimmo .amenities .col-md-3 {
	margin-bottom: 15px;
}
.priceimmu {
	color: #999;
}

#details .text p font {
	font-size: 24px!important;
}

.owl-item .makegi {
	transform: scale(1);
	opacity: 1;
	transform-style: preserve-3d;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.owl-item:hover .makegi {
	    transform: scale(1.3);
	transform-style: preserve-3d;
	opacity: 0.5;
		-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}


#viewhouses h1 {
		-webkit-transition: all 1750ms ease;
	-moz-transition: all 1750ms ease;
	-ms-transition: all 1750ms ease;
	-o-transition: all 1750ms ease;
	transition: all 1750ms ease;
	    left: -100%;
    position: relative;
}
#viewhouses h1.hello {
		-webkit-transition: all 1750ms ease;
	-moz-transition: all 1750ms ease;
	-ms-transition: all 1750ms ease;
	-o-transition: all 1750ms ease;
	transition: all 1750ms ease;
	    left: 0%;
    position: relative;
}

/*
#housesHome .col-md-4.imVisible {
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 1;
		-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}

#housesHome .col-md-4 {
	margin-top: 100px;
	margin-bottom: -100px;
	opacity: 0;
		-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
*/
#illleportugal .firstdaymobil {
	display: none;
}

#mainlogomobi, .navhomemobil {
	display: none;
}

@media (max-width: 1100px) {
	.listbein {
		margin-top: 20px;
	}
	.stirimmo .amenities .col-md-3 {
		font-size: 12px;
	}
	#services h2 {
		font-size: 16px;
	}
		#immob .owl-slide-item h3 {
	top: -20px;
}
}
@media (max-width: 800px) {
		#immob .owl-slide-item h3 {
	top: -50px;
}
}
@media (max-width: 700px) {
	#mainlogomobi {
		display: block;
	}
	#illleportugal .firstday {
		display: none;
	}
	#illleportugal .firstdaymobil {
		display: block;
	}
	#mainlogo {
		display: none;
	}
	#services .col-md-4 p:last-child {
	    margin-bottom: 40px;
	}
	#mainlogomobi {
		background: white;
		text-align: center;
	    position: relative;
	    z-index: 99;
	    margin-bottom: 0px;
	}
	#mainlogomobi img {
		width: 170px;
		padding: 20px 0;
	}

	.navbar-default .navbar-toggle {
		border:none;
	}
	#mainlogo {
		margin-bottom: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #fff;
	}
	.allbg {
		background-size: 200px;
	}
	.navhomemobil {
	    display: block;
	}
	#contacts, #changecamle, #services {
		padding-bottom: 40px;
	}
	.stirimmo {
		padding-bottom: 45px;
	}
	.navbar-nav {
	    margin: 0;
	}
	#justnaver {
		display: none;
	}
	.navhomemobil {
	    position: absolute!important;
	}
	.nav>li {
	    display: block;
	}
	#housesHome {
    padding: 80px 0 30px 0;
    background: #fff;
}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background: transparent
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none
	}
	#viewhouses {
		background-size: cover;
	}
	#housesHome .firsthouse span, #housesHome .secondhouse span, #housesHome .thirdhouse span {
		margin-bottom: 50px;
	}
	#details .text {
	    padding: 40px 0px;
	}
	footer {
		text-align: center;
	}
	#illleportugal .firstdaymobil, #illleportugal .firstday, #priveesetillleportugal .firstday, #setillleportugal .firstday {
		min-height:inherit!important;
		height: 200px!important;
	}
	#setillleportugal .lastday, #priveesetillleportugal .lastday, #illleportugal .lastday {
	    padding: 40px 0px;
	}
	footer ul.list-inline {
		width: 100%;
	}
	.insidediv .imgs {
		max-height: 200px;
	}
	.navbar-default .navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}


	.owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}
	#navhome {
		background: #333;
	}
	footer a {
		padding: 0;
	}
	footer a:last-child {
	    padding-right: 0;
	    margin-top: 10px;
	    display: inline-block;
	}
	footer .list-inline>li {
		text-align: center;
		width: 100%;
	}
	.owl-prev {
		left: -25px;
	}
	.owl-next {
		position: absolute;
		right: -5px;
		top: 20%;
		padding: 20px;
		color: white;
	}

}
.confirm {
	    position: relative;
    color: #333333;
    font-weight: 800;
    text-align: center;
}

/*lang*/

/*
span[lang]:not(.curLang){
  display: none;
}
*/
