@import url("color.css");
* {
	border-radius: 0!important;
	font-family: 'Open Sans', sans-serif;
}



/*POP MODAL */
.popmodal {
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none;
	background-color:#0b2241;
	position:fixed;
	top:35px;
	right:15px;
	width:300px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	z-index:99999;
	-webkit-box-shadow: 0px 3px 26px -15px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 26px -15px rgba(0,0,0,0.75);
box-shadow: 0px 3px 26px -15px rgba(0,0,0,0.75);
	border-radius: 5px;
	animation: 1s ease-out 0s 1 slideInFromTop;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.popmodal img{display:block; clear:both; margin:0 auto 10px auto;}

.popmodal #close {
    display:inline-block;
    padding:2px 8px;
    background:#fff;
	cursor:pointer;
	color:#000;
	border-radius: 25px;
	position:absolute;
	top:4px;
	right:4px;
	font-size:14px;
}
.popmodal .fa{
	color:#FFF;
	font-size:18px;
}
.popmodal small{
	font-weight:normal;
	display:block;
	margin:5px 0;
}


/*NO MOSTRAR LINK*/
.no_mostrar_link{display:none!important;}


.cboth20{clear:both;height:20px;}
.textmargincenter{text-align:center;margin:0 auto;}
/*.top_submenu{margin-top:0; padding:5px 0 0 0; background-color:#F4F4F4}*/
.top {
	/*margin-top: 110px;*/
	margin-top:30px;
	margin-bottom: 15px
}
.div_menu{ margin-top:19px}
.idiomes {
	float: left
}
.idiomes {
	z-index:999;
	position:relative;
}
h1 {
	text-align: center;
	font-weight: 300;
	margin-bottom: 40px
}
h2 {
	text-align: center;
	font-weight: 300;
	margin-bottom: 40px
}

.h2 {
	text-align: center;
	font-weight: 300;
	margin-bottom: 30px;
	font-size:22px;margin-top: 10px;
}
.h1home{margin-top:50px;margin-bottom:0px;}
.h3 {
	text-align: center;
	font-weight: 200;
	margin-bottom: 30px;font-size: 16px;
line-height: 1.6;
}
.colorfff{
	color:#fff !important;
}
.vertical-align {
    display: flex;
    align-items: center;
}

/* MENUS */
.navSocial {
	list-style: none;
	float: left;
}
	.navSocial li {
		float: left;
		margin: 0 2px
	}
	.navSocial li a {
		display: block;
		border-width: 1px;
		border-style: solid;
		padding: 6px 8px;
		font-size: 14px
	}
.navSocial .socialvk{display:none;}
.idioma-ru .navSocial .socialvk{display:block;}
.idioma-ru .navSocial li{margin-left:1px; margin-right:0;}
.idioma-ru .navSocial li a{padding-left:7px; padding-right:7px;}
 
.banner1 {
	margin-bottom: 30px
}
	.banner1, .banner2 {
		position: relative;
		width: 100%
	}
	.banner1 h2, .banner1 h3, .banner1 h4, .banner2 h2, .banner2 h3, .banner2 h4 {
		margin: 0;
		padding: 0;
		position: absolute
	}
	.banner1 h2, .banner1 h2 a {
		font-weight: 300;
	}
	.banner1 h3, .banner1 h3 a {
		font-weight: lighter;
	}
	.banner1 h4, .banner1 h4 a {
		font-weight: 800;
	}
	.banner2 h2 {
		font-weight: 400;
	}
	.banner2 h3 {
		font-weight: 300;
	}
	.banner2 h4 {
		font-weight: 600;
	}
	
@media (max-width: 599px) {
	.banner2, .banner1{ display:none!important}
}
@media (min-width: 600px) and (max-width: 749px) {
	.banner1 {
		margin-bottom: 0!important
	}
.banner1, .banner2 {
		height: 110px;
	}
	.banner1 h2 a{ font-size:40px; letter-spacing: 0.03em;}
	.banner1 h2 {
		left: 20px;
		top: 0.3em;
	}
	.banner1 h3 a{font-size: 21px;letter-spacing: 8px;}
	.banner1 h3 {
		left: 11px;
    	top: 44px;
	}
	.banner1 h4 a {font-size: 21px;letter-spacing: 8px;}
	.banner1 h4 {
		left: 9px;
    	top: 76px;
	}
	.banner2 h2 {
		font-size: 28px;
		left: 14px;
		top: 16px;
	}
	.banner2 h3 {
		font-size: 40px;
		left: 13px;
		letter-spacing: -1px;
		top: 41px;
	}
	.banner2 h4 {
		font-size: 22px;
		left: 98px;
    	top: 80px;
	}
}

@media (min-width: 750px) and (max-width: 994px) {
	.banner1, .banner2 {
		height: 111px;
	}
	.banner1 h2 a {
		font-size: 32px;
    	letter-spacing: 0.03em;
	}
	.banner1 h2 {
		left: 0.5em;
		top: 0.5em;
	}
	.banner1 h3 a{
		font-size: 31px;
	}
	.banner1 h3 {
		left: 5px;
		top: 39px;
	}
	.banner1 h4 a {
		font-size: 17px;
		letter-spacing: 5px;
	}
	.banner1 h4 {
		left: 19px;
		top: 76px;
	}
	.banner2 h2 {
		font-size: 27px;
		left: 14px;
		top: 14px;
	}
	.banner2 h3 {
		font-size: 36px;
		left: 3px;
		letter-spacing: -1px;
		top: 34px;
	}
	.banner2 h4 {
		font-size: 17px;
		left: 97px;
		top: 65px;
	}
}


@media (min-width: 995px) and (max-width: 1199px) {
	.banner1, .banner2 {
		height: 151px;
	}
	.banner1 h2 a {
		font-size: 42px;
		letter-spacing: 0.03em;
	}
	.banner1 h2 {
    	left: 0.5em;
    	top: 29px;
	}
	.banner1 h3 a {
		font-size: 32px;
	}
	.banner1 h3 {
		left: 30px;
    	top: 66px;
	}
	.banner1 h4 a {
		font-size: 28px;
    	letter-spacing: 6px;
	}
	.banner1 h4 {
		left: 12px;
   		top: 102px;
	}
	.banner2 h2 {
		font-size: 43px;
		left: 14px;
		top: 15px;
	}
	.banner2 h3 {
		font-size: 46px;
		left: 9px;
		letter-spacing: -1px;
		top: 55px;
	}
	.banner2 h4 {
		font-size: 28px;
		left: 99px;
		top: 95px;
	}
}
@media (min-width: 1200px){
	
	.banner1, .banner2 {
		height: 185px;
	}
	.banner1 h2 a {
		font-size: 50px;
		letter-spacing: 0.03em;
	}
	.banner1 h2 {
		left: 19px;
    	top: 25px;
	}
	.banner1 h3 a {
		font-size: 40px;
	}
	.banner1 h3 {
		left: 47px;
		top: 67px;
	}
	.banner1 h4 a {
		font-size: 33px;
		letter-spacing: 6px;
	}
	.banner1 h4 {
		left: 24px;
		top: 109px;
	}
	.banner2 h2 {
		font-size: 45px;
		left: 20px;
		top: 28px;
	}
	.banner2 h3 {
		font-size: 52px;
		left: 21px;
		letter-spacing: -1px;
		top: 67px;
	}
	.banner2 h4 {
		font-size: 37px;
		left: 100px;
		top: 112px;
	}
}

.featured {
	margin-top: 30px
}
.services {
	margin: 30px 0 0;
	padding-bottom: 40px;
	padding-top:10px;
}

/* DETALLS */
.infoDetall {position: relative;
	clear: both;
	height: 51px
}
	.infoDetall .idpropietat {
		float: left;
		font-size: 14px;
		padding: 16px 0 0 16px;
	}
	.infoDetall .preupropietat {
		background: rgba(0, 0, 0, 0);
		float: right;
		font-family: "Roboto", Helvetica, Arial, sans-serif;
		margin: 0;
		padding: 0 0 0 15px;
	
	}
	.infoDetall .preupropietat .status-label {
		margin-right: -5px;
		padding-left: 7px;
		padding-right: 28px;
	}
	.infoDetall .preupropietat span {
		color: #fff;
		display: inline-block;
		margin-right: -1px;
		padding: 11px 10px 11px 14px;
		font-size: 20px!important;
		vertical-align: top;
	}
	.infoDetall .preupropietat .price small {
		vertical-align: 1px;
		font-size: 18px!important;
		text-transform: capitalize;
		white-space: nowrap;
	}
	.divdetall .destacatdetall {
		border-style: solid;
		border-width: 1px;
		font-size: 11px;
		height: 50px;
		padding-top: 10px;
	}
	.divdetall .destacatdetall .col-sm-3 {
		padding: 8px 0 6px 22px;
		text-align: center;
	}
	.divdetall .destacatdetall .col-sm-3 p {
		padding-top: 6px
	}
	.divdetall .descriptiondetall {
		margin: 50px 0;text-align: justify;

	}
	.divdetall .descriptiondetall p {
		line-height: 2em;
		font-size: 12px;
	}
	.divdetall table th {
		width: 20%
	}
	.divdetall table.table-striped td {
		width: 30%
	}
	
	.divdetall table.table-striped td, .divdetall table.table-striped th {
		text-transform: capitalize;
	}
	.divdetall .video-label, .agent-detall h3, .contact-form h3, .contact-info h3, .contact-form h3 {
		display: inline-block;
		font-size: 16px;
		padding: 6px 17px 8px 14px;
	}
	.divdetall .video-detall {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding-bottom: 30px;
		margin-bottom: 30px
	}

/* COMPARTIR */
.share-networks {
	border-style: solid;
	border-width: 1px;
	margin: 0 0 14px;
	height: 48px
}
	.share-networks .share-label {
		border-right: medium none;
		margin: -1px 6px -1px -1px;
		padding: 12px 21px 13px 17px;
		position: static;
		display: block;
		float: left;
		color: #fff;
		font-family: "Lato", Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
	}
	.share-networks span {
		border-right-style: solid;
		border-right-width: 1px;
		display: block;
		float: left;
		padding: 11px 23px 11px 0;
	}
	.share-networks span a {
		font-size: 13px;
	}
	.share-networks span a [class^="fa-"], .share-networks span a [class*=" fa-"],
	.share-networks span a [class^="glyphicon-"], .share-networks span a [class*=" glyphicon-"] {
		margin: 0 9px 0 12px;
	}
	.share-networks span a {
	}
	.share-networks span a:hover {
	}

/* AGENDA */
.agent-detall {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 30px;
	margin-top: 30px
}
	.agent-detall ul {
		line-height: 2.5em;
		font-size: 13px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	.agent-detall p {
		line-height: 2em;
		font-size: 12px
	}
	
	
.youtube {
    margin-bottom: -15px;
}


/* FOOTER */	
.footer {padding:30px 0; margin-top:15px}
.logosfooter{
	margin-top:40px;
	margin-bottom:20px;
}
.logosfooter a{
	display:inline-block;
	margin-bottom:20px;
}
.logosfooter img{
	display:inline-block;
	width:191px;
	   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.logosfooter img:hover {
      opacity: 0.8;
      }
.logosfooter .logo1{
	padding-right:18px;
	border-right:1px solid #777;
	margin-right:10px;
}
.submenu{
	border-top-style: solid;
	border-top-width: 1px;
	margin-top:15px;
	padding:10px 0 0 0;
	font-size:12px;
	font-weight:300
}

.submenu ul{ list-style:none}
.submenu ul li{ margin:0 0 0 20px}

.submenu2{
	border-top-style: solid;
	border-top-width: 1px;
	margin-top:15px;
	padding:10px 0 0 0;
	font-size:12px;
	font-weight:300
}

.submenu2 ul{ list-style:none}
.submenu2 ul li{ float:right; margin:0 0 0 20px}


.footerfitxa{
	border:solid 1px #dedede;
	background:#f5f5f5;
	color:#494949;
	height: 45px;
    padding: 7px 0 0;
	font-size:12px;
	font-weight:300
}

.tableText{width:10%; border-right: solid 1px #CCC}
.imgText{width:10%; text-align:center; padding:0 2%}

.mapa{ margin-bottom:30px}
.contact-info ul {
	line-height: 2.8em;
	font-size: 13px;
	margin:15px 0 0 25px;
	font-size:15px;
	font-weight:300
}

.contact-info ul .fa{ width:25px}
.contact-info ul strong{ width:65px; display:inline-block}


.textpage h1, .textpage h2, .textpage h3, .textpage h4, .textpage h5 {
	font-weight: 300;
	 
}
.textpage h1, .textpage h2 {
	text-align: center;
	margin:25px 0
}
.textpage h3, .textpage h4, .textpage h5 {
	text-align: left;
	margin:10px 0
}
.textpage h1{font-size:3em!important}
.textpage h2{font-size:2.6em!important}
.textpage h3{font-size:2em!important}
.textpage h4{font-size:1.6em!important}
.textpage h5{font-size:1.2em!important}




@media (max-width: 599px) {
	.navSocial {clear:both; margin-left:0; margin-top:10px; padding-left:0;} 

}
@media (min-width: 600px) and (max-width: 749px) {
	
}

@media (min-width: 750px) and (max-width: 994px) {

	.form-inline .form-control { margin-bottom:5px}	
	.nav > li > a {padding: 10px 10px!important;font-size: 12px;}
}

@media (min-width: 995px) and (max-width: 1199px) {
	.form-inline .btn {font-size: 10px!important;}
	.form-inline .form-control {font-size: 10px!important;}	
	.nav > li > a {padding: 10px 6px!important;font-size: 11px;}
	.navSocial{padding-left:0;}

}
@media (min-width: 1200px){
	.form-inline .btn {font-size: 14px!important;}
	.form-inline .form-control {font-size: 14px!important;}	
	.nav > li > a {padding: 10px 14px!important; font-size:12px}
}

.margin_top_bottom{ margin:150px auto}

.gris{float:right}

.btn_parroquia{ display:inline-block}
.text_parroquia{ line-height:2em}

.modal-title{font-family: 'Open Sans', sans-serif; font-size:22px; font-weight:100}

.parroquia {
    margin: 30px 0 0;
    padding-bottom: 40px;
}
.newsletterbar{
	margin-bottom:-30px;
	font-size:1.3em;
	padding: 20px 0;
	text-align:center;
	font-weight:300;
	line-height:2em;
}

.newsletterbar .btn{
	font-size:1em;
	background-color:#5e5f61;
	border:0;
	color:#fff;
	margin-left:20px;
}
.newsletterbar .btn:hover{
	color:#000;
	background-color:#fff;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

form table .attributeinput input{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 3px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; 
    margin-left:10px;
    width: 100%;
}
form input[type=submit]{
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    margin-top:20px;
}

.interest_link{ margin:20px 0 0 0; background-color:#EFEFEF; padding:10px}
.interest_link h4{ font-weight:100; font-size:20px}
.interest_link ul.list-unstyled{ margin:0 0 20px 20px}
.interest_link li a{ color:#666}
.interest_link li a:hover{color:#002b5d}

.parroquia figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 137px;
	max-width: 147px;
	max-height: 165px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.parroquia figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.9;
}

.parroquia figure figcaption {
	font-size: 1em;
    padding: 0.5em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.parroquia figure figcaption::before,
.parroquia figure figcaption::after {
	pointer-events: none;
}

.parroquia figure figcaption,
.parroquia figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.parroquia figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.parroquia figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size:21px!important
}
.parroquia figure a{ color:#000}

.parroquia figure h2 span {
	font-weight: 800;
}

.parroquia figure h2,
.parroquia figure p {
	margin: 0;
}

.parroquia figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


.parroquia figure.effect-julia {
	background: #000;
}

.parroquia figure.effect-julia img {
	max-width: none;
	height: 155px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.parroquia figure.effect-julia figcaption {
	text-align: left;
}

.parroquia figure.effect-julia h2 {
	position: relative;
	padding: 0.8em 0;
}

.parroquia figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

.parroquia figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.parroquia figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.parroquia figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.parroquia figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.parroquia figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.parroquia figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.parroquia figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.parroquia figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.fitxasquienes .media{border: 1px solid #d3d3d3; margin-top:20px;}
.fitxasquienes .media-left{padding:35px; background-color: #e2e2e2;}
.fitxasquienes .media-left:hover{padding:35px; background-color: #333;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fitxasquienes .media-body{padding:30px; line-height:2.1em;}
.fitxasquienes .media-body .fa{margin-right:10px;} 
.fitxasquienes .media-heading{margin-bottom:15px;}
.fitxasquienes .media a{color:#333;}
.fitxasquienes .puesto{margin-top:-20px; display:block;  color:#666; font-size:0.9em; font-style: italic;}


.newsletterslist{}
.newsletterslist img{clear:both;}

.cc_container p.cc_message{color:#666 !important; font-size:0.75em !important; line-height:1.4em;}
.cc_container .cc_btn, .cc_container .cc_btn:visited {background-color:#fff !important; font-size:0.75em !important;}
.cc_container .cc_btn:hover{background-color:#ccc !important; }



.breadcum-vivirandorra{background-color: #EFEFEF;padding: 5px 15px;display:inline-block;font-size: 12px;}

.distancias{margin:30px auto; padding:20px 0; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc;}
.distancias .titulodistancias{font-weight:bold; margin-bottom: 10px;}
.distancias .titdistancias{font-weight:bold; margin-bottom: 10px;}
.distancias span.distancia{float:right;}
.distancias ul{font-size:0.9em; line-height:1.8em;}
.distancias ul li {border-bottom:1px solid #f5f5f5;}


@media (max-width: 1120px) {
	.logosfooter img{width:120px;}
	.newsletterbar{
		font-size:1em;
		padding: 10px 0;
		text-align:center;
		font-weight:300;
	}
}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}


@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

@media (max-width: 768px) {
	#navbar-topbar{
		padding-top:10px;
		padding-bottom:10px;
	}
	.top .topbar {
    	border-radius: 0;
    	color: #939393;
    	font-size: 0.9em;
    	margin-bottom: 20px;
    	margin-top:-30px;
    	min-height: 32px;
    	border-bottom: 1px solid #eee !important;
	}
	.topbar .menu-title {
    	color: #bbb !important;
    	float: left;
    	padding-left: 20px;
    	padding-top: 15px;
	}

	.div_menu, .div_menu .main-menu {
		border-top:1px solid  #eee !important;
	}
	.div_menu .main-menu{
		padding-top:10px !important;
	}
	.div_menu .main-menu .menu-title {
    	float: left;
    	padding-left: 20px;
    	padding-top: 15px;
	}
	.marginleftxs-10{
		margin-left:-10px !important;
	}
	#navbar-topbar .btn.gris{
		margin-right:16px;
	}
	#navbar-topbar{
		overflow:visible;
	}
}

@media (max-width: 468px) {
	.fitxasquienes .media-left{width:100%; clear:both; display:block; float:none; text-align:center;}
	.fitxasquienes .media-left img{margin:auto;}
	.newsletterbar{font-size:1em;}
	.newsletterbar .btn{margin-left:0; margin-top:10px;	}
	.share-networks span {padding: 11px 0 11px 0;}
	.share-networks .share-label {padding: 12px 5px 13px 5px;}
}



/*phplist*/
.poweredby{margin-top:10px;}



@media (max-width: 769px) {
	.fitxa .row .col-sm-12 a img.img-responsive{width:100%;}
	.vertical-align {display: block; margin-top:20px;}
	.vertical-align p{margin-top:10px;}
}



/*menu*/
@media (max-width: 769px) {


    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media only screen and (max-width : 992px) and (min-width: 768px){
.immobles-landings:nth-of-type(1){
display: none;
}
}





h3{font-weight: 200;margin-bottom: 30px;}

.noimmoble{padding: 200px 0px;
background: #f5f5f5;
text-align: center;}