

.tab-pane h2{font-size:40px !important;}




@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@import url("steadysets/steadysets.css");
@import url("linecons/linecons.css");
@import url("et-line/et-line.css");

body {
	font-family: 'Open Sans', sans-serif;
	color: #25272B;
}

::selection {
	background: #008cba;
	color:#fff;
}

::-moz-selection {
	background: #008cba;
	color:#fff;
}

.divide {
	margin-top: 5%;
	margin-bottom: 5%;
}

.divide-bottom {
	margin-bottom: 5%;
}

/* ==== 2) Typography ==== */

p {
	margin: 20px 0 0 0;
}

h1 {
	font-size: 56px;
	font-weight: 300;
	margin: 20px 0 0 0;
	line-height: 1;
	letter-spacing: -2px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 42px;
		letter-spacing: -2px;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 28px;
		letter-spacing: -1px;
	}
}

h3 {
	font-size: 20px;
	font-weight: 300;
}

h4 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

a {
	color: #25272B;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:hover {
	color: #949598;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

textarea:focus, input:focus, a:focus, *:focus {
	outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0;
}

/* ==== 3) Intro ==== */

#intro {
	min-height: 900px;
	background: #008cba url("../img/intro_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#intro h1 {
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	margin: auto;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ==== 4) Sections Headers - Global ==== */

h1.header {
	font-size: 72px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: -3px;
}

@media (max-width: 768px) {
	h1.header {
		font-size: 48px;
		letter-spacing: -2px;
	}
}

@media (max-width: 480px) {
	h1.header {
		font-size: 36px;
		letter-spacing: -1px;
	}
}

p.header {
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#portada-top,
#projectes-top,#contact-top,
#gallery-top,
#team-top {
	padding: 90px 0;
}

#contact-top {
	padding: 40px 0;
}



@media (max-width: 767px) {
	
.img-responsive{width:100%;}



	#portada-top,
	#projectes-top,
	#gallery-top,#contact-top,
	#team-top {
		padding: 50px 0;
	}
	
		#programari-top,#internet-top,#direccio-top{
		padding: 50px 0;
	}

	#programari-top p {
  text-align:center !important;padding:0px !important;
  }
  #programari-top h1 {
  text-align:center !important;padding:0px !important;
  }     
  
 
	#internet-top p {
  text-align:center !important;padding:0px !important;
  }
  #internet-top h1 {
  text-align:center !important;padding:0px !important;
  }     
   
  	#direccio-top p {
  text-align:center !important;padding:0px !important;
  }
  #direccio-top h1 {
  text-align:center !important;padding:0px !important;
  }     

.mok{width:50%;margin: 0 auto;margin-top:30px;}

.lecercleinline{float:left;width:33% !important;text-align:center;color:#ffffff;}





.tabs-left > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-left > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}



















  
}

/* ==== 5) portada ==== */

#portada {
	background: #fff;
}

.myway-icon-portada {
	position: relative;
	width: 68px;
	height: 68px;
	display: inline-block;
	fill: rgba(187, 189, 192, 1);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 0.8px;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

@media (max-width: 767px) {
	.myway-icon-portada {
		width: 48px;
		height: 48px;
	}
}

.thumbnail:hover > .myway-icon-portada {
	fill: rgba(0, 140, 186, 1);
	stroke-dasharray: 150, 0;
}

.myway-icon-portada:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#portada .thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 15px 0;
	border: 0;
}

#portada .thumbnail i {
	color: #bbbdc0;
	font-size: 68px;
}

@media (max-width: 767px) {
	#portada .thumbnail i {
		font-size: 48px;
	}
}

#portada .thumbnail h3 {
	color: #008cba;
	margin: 15px 0 0 0;
}

#portada .thumbnail h4 {
	color: #bbbdc0;
	margin: 15px 0 0 0;
}

#portada .thumbnail p {
	margin: 0;
	margin: 15px 0 0 0;
}

#features {
	background: #008cba;
}

#features h1 {
	color: #fff;
}

#features h4 {
	color: #fff;
}

#features p {
	color: #fff;
}

.myway-icon-features {
	position: relative;
	width: 180px;
	height: 180px;
	display: inline-block;
	fill: rgba(255, 255, 255, 1);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 0.02em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 150px;
	stroke-dashoffset: 150px;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}

@media (max-width: 767px) {
	.myway-icon-features {
		width: 90px;
		height: 90px;
	}
}

.myway-icon-features:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==== 6) Works ==== */

#projectes-top {
	background: url("../img/works_bg.jpg") no-repeat center center;
	background-size: cover;
}

#projectes {
	background: #fff;
}

#projectes h1 {
	margin: 20px 0 0 0;
}

#projectes h4 {
	color: #bbbdc0;
	margin: 20px 0 0 0;
}

#projectes p {
	margin: 20px 0 0 0;
}

.btn.btn-link {
	font-weight: 300;
	font-size: 13px;
	background-color: transparent;
	color:  #008cba;
	border: 0;
	border-radius: 0;
	outline: 1px solid;
	outline-offset: 1px;
	outline-color: rgba(0, 140, 186, 1);
	margin: 20px 0 0 0;
	padding: 8px 13px;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn.btn-link:hover {
	background-color:  #008cba;
	color: #fff;
	outline-offset: 10px;
	outline-color: rgba(0, 140, 186, 0);
}

/* ==== 7) Gallery ==== */


#contact-top {
	background: url("../img/gallery_bg.jpg");
}









#programari-top {
	padding: 40px 0;
}

#programari-top {
	background-color:#0c8fba;
}

#programari-top h1 {
text-align:left;margin:0px;padding:0px;padding-left:10%;font-size:39px;
}
#programari-top p {
text-align:left ;padding-left:10%;
}



#programari {
	background: #fff;
}

#programari .thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

.programari-item {
	padding: 0;
}

.programari-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.programari-overlay:hover {
	background: rgba(0, 0, 0, .4);
}

.programari-overlay .myway-icon-programari {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	display: inline-block;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: .05em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	-webkit-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-moz-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-ms-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-o-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
}

@media (max-width: 767px) {
	.myway-icon-programari {
		width: 48px;
		height: 48px;
	}
}

.programari-overlay:hover > .myway-icon-programari {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.myway-icon-programari:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}











#gallery-top {
	background: url("../img/gallery_bg.jpg");
}

#gallery {
	background: #fff;
}

#gallery .thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

.gallery-item {
	padding: 0;
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.gallery-overlay:hover {
	background: rgba(0, 0, 0, .4);
}

.gallery-overlay .myway-icon-gallery {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	display: inline-block;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: .05em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	-webkit-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-moz-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-ms-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-o-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
}

@media (max-width: 767px) {
	.myway-icon-gallery {
		width: 48px;
		height: 48px;
	}
}

.gallery-overlay:hover > .myway-icon-gallery {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.myway-icon-gallery:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-backdrop.in {
	-webkit-opacity: 0.95;
	-moz-opacity: 0.95;
	opacity: 0.95;
	background-color: #333333;
}

.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.ekko-lightbox .modal-header {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

.ekko-lightbox .modal-header .close {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: #fff;
	text-shadow: 0;
	font-weight: 100;
	margin-top: 5px;
}

.ekko-lightbox .modal-header .close:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.ekko-lightbox .modal-header h4.modal-title {
	font-weight: 100;
	color: #fff;
	padding: 0;
}

.ekko-lightbox .modal-body {
	padding: 0;
}

.ekko-lightbox .modal-footer {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 0;
	color: #fff;
	font-weight: 100;
	padding: 0;
}

.ekko-lightbox-nav-overlay a {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-shadow: none;
}

/* ==== 8) Team ==== */

#team-top {
	background: url("../img/team_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#team {
	background: #fff;
}

#team .thumbnail, #team .team-img {
	background-color: transparent;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

#team .thumbnail h3 {
	color: #008cba;
	margin: 15px 0 0 0;
}

#team .thumbnail h4 {
	font-size: 13px;
	font-weight: 300;
	margin: 15px 0 0 0;
	text-transform: uppercase;
}

#team .thumbnail p {
	margin: 15px 0 0 0;
}

.team-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.team-overlay .myway-icon-team {
	position: absolute;
	top: 110%;
	left: 50%;
	right: 0;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: top .2s ease;
	-moz-transition: top .2s ease;
	-ms-transition: top .2s ease;
	-o-transition: top .2s ease;
	transition: top .2s ease;
}

.team-overlay:hover > .myway-icon-team {
	top: 50%;
}

.team-overlay .myway-icon-team a {
	width: 42px;
	height: 42px;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 0.08em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	stroke-dashoffset: 150px;
	filter: drop-shadow(0px 0px 20px #000);
	-webkit-filter: drop-shadow(0px 0px 30px #000);
	-webkit-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-moz-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-ms-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-o-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
}

.team-overlay:hover > .myway-icon-team a {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.myway-icon-team svg {
	padding: 5px;
	display: inline-block;
	max-width: 42px;
}

.myway-icon-team a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.myway-icon-team a {
	position: relative;
	display: inline-block;
	z-index: 1;
	-webkit-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-moz-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-ms-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-o-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
}

.myway-icon-team a:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.testimonial blockquote {
	font-size: 14px;
	position: relative;
	padding: 30px 0 45px 0;
	margin: 0;
	top: 0;
	border-left: 0;
	min-height: 185px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.testimonial:hover > blockquote {
	top: -5px;
	box-shadow: 0 5px 0 rgba(0, 140, 186, 1);
}

/* ==== 9) Contact ==== */

.gmap {
	height: 350px;
}

@media (max-width: 568px){
	.gmap {
		height: 200px;
	}
}

#contact  {
	background: #fff;
}

.help-block{color:#0d83aa;text-align:right;font-size:11px;}

.myicono{width:10%;float:left;height:50px;}
.mytexto{width:90%;float:left;height:50px;}


.control-label{background-color:#056ac7;color:#ffffff;width:100%;padding:1%;text-align:left !important;}

.btn-primary{width:200px;}


.form-control, .form-control:focus {
	color: #25272B;
	border: 0;
	outline: none;
	resize: none;
	background: #c5d6e6;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

.form-group {
	margin-top: 5%;
}

@media (min-width: 768px) {
	.form-group {
		display: inline-block;
	}
}

.form-group, label {
	font-weight: 400;
	line-height: 1.2;
}

.honeypot {
	display: none !important;
}

form .btn {
	background: #008cba;
	color: #fff;
	display: inline-block;
	margin: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

form .btn:hover {
	background: #0079ad;
	color: #fff;
}

form .btn:focus {
	background: #008cba;
	color: #fff;
	outline: 0 auto transparent;
	outline-offset: -2px;
}

.flowuplabels .fl_wrap {
	height: 45px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flowuplabels .fl_label {
	top: 12px;
	position: absolute;
	z-index: 3;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.flowuplabels .fl_input {
	background: none;
	border: none;
	border-bottom: 2px solid #f1f2f3;
	border-radius: 0;
	padding: 13px 0 0 0;
	z-index: 2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
 
.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label {
	top: -5px;
	font-size: 12px;
}

.flowuplabels .fl_wrap.focused .fl_label {
	color: #008cba;
}

.message {
	display: none;
}

#form-alert {
	padding: 5px 15px 5px 15px;
	margin: 15px 0 0 0;
}

.alert li {
	list-style: none;
	display: inline-block;
}

.alert-danger {
	border-width: 1px;
	border-radius: 0;
	color: #b94a48;
}

.alert-succes {
	border-width: 1px;
	border-radius: 0;
	color: #468847;
}

/* ==== 10) Footer ==== */
a.stemaplink{color:#ffffff;}
a:hover.stemaplink{color:#0aa9dd;}

.elepe p{margin:0px;padding:0px;}
.elepe ul li{display:inline;}

#footer {
	background:url('../img/footbg.jpg');
	border-top: 1px solid #e9ebed;
}

#footer .col-sm-2 ul {
	border-bottom: 1px solid #dfe1e3;
	padding-bottom: 15px;
}

#footer ul {
	list-style: none;
	-webkit-padding-start: 0px;color:#ffffff;margin:0px;padding:0px;
}

#footer li {
	padding-bottom: 5px;
	text-align: left;
}

@media (max-width: 767px) {
	#footer li {
		text-align: left;
	}
}

#footer img {
	padding: 15px 0 0 0;
}

#footer h5 {
	border-bottom: 1px solid #dfe1e3;
	padding-bottom: 15px;
	margin-top: 15px;
}

#footer .facebook {
	color: #3B5998;
}

#footer .twitter {
	color: #09C;
}

#footer .google {
	color: #dd4b38;
}

#footer .instagram {
	color: #3F729B;
}

#footer .pinterest {
	color: #CB2027;
}

#footer .facebook:hover,
#footer .twitter:hover,
#footer .pinterest:hover,
#footer .instagram:hover,
#footer .google:hover {
	opacity: 0.6;
}

/* ==== 11) Navigation ==== */

.navbar-default {
	background-color: #fff;
	border-color: transparent;
	padding: 5px 0px;
}

@media (max-width: 767px) {
	.navbar-default {
		background-color: #fff !important;
	}
	.navbar a {
		color: #25272B !important;
	}
}

.navbar-default .navbar-collapse {
	border-color: #f8f8f8;
}

.navbar-fixed-top {
	position: fixed;
}

.navbar-brand {
	line-height: 0;
}

.nav li:first-child {
	display: none;
}

.nav a {
	color: #25272B;
}

.nav a:hover {
	color: #cfd1d4 !important;
}

.nav .active a {
	color: #009fe3 !important;
}

.navbar a {
	font-size: 14px;
	text-align: center;
	padding: 15px;
}

.navbar a, .navbar .active a:hover, .navbar .active a:focus {
	background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

/* ==== 12) Carousels ==== */

.carousel-control.left, .carousel-control.right {
	background-image: none;
	background: none;
	width: 5%;
	border: none;
	text-shadow: none;
	color: #333;
	z-index: 3;
}

.carousel-control.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.carousel-inner .item {
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(0);
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.carousel-inner .item.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-inner .active.left,
.carousel-inner .active.right {
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	z-index: 2;
}

.carousel-inner .next,
.carousel-inner .prev {
	left: 0;
	z-index: 1;
}

/* ==== 13) Preloader ==== */

.lepreloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #008cba;
	z-index: 9999;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #008cba;
	z-index: 9999;
}

.spinner {
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/* ==== 14) Back to top button ==== */

.go-top {
	position: fixed;
	bottom: 1em;
	right: 1em;
	text-decoration: none;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	font-size: 13px;
	padding: 1em;
}

.go-top:hover {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}

/* ==== 15) Intro scroll button ==== */

.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	text-align: center;
	opacity: .75;
}

.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 40px;
	border: 2px solid #fff;
	border-radius: 28px;
}

.scroll-btn .mouse span {
	position: absolute;
	display: block;
	top: 25%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	background: #fff;
	border-radius: 50%;
	-webkit-animation: scroll 2s linear infinite;
	-moz-animation: scroll 2s linear infinite;
	animation: scroll 2s linear infinite;
}

@-webkit-keyframes scroll {
	0% {opacity: 1; top: 40%;}
	33% {opacity: 1; top: 25%;}
	66% {opacity: 0; top: 25%;}
	100% {opacity: 0; top: 40%;}
}

@-moz-keyframes scroll {
	0% {opacity: 1; top: 40%;}
	33% {opacity: 1; top: 25%;}
	66% {opacity: 0; top: 25%;}
	100% {opacity: 0; top: 40%;}
}

@keyframes scroll {
	0% {opacity: 1; top: 40%;}
	33% {opacity: 1; top: 25%;}
	66% {opacity: 0; top: 25%;}
	100% {opacity: 0; top: 40%;}
}



.leimg{margin-top:20px;}
.leimg i{color:#000 !important;margin-top:20px;}

.caption h3{font-weight:bold;}

.seccioblava{background-color:#33a5c8;background:url(../img/flechafons.png);background-repeat:no-repeat:padding:0px;margin:0px;height:348px;}
.lehache h1{font-weight:bold;color:#ffffff;font-size:44px;margin-top:0px;padding-top:0px;}
.lehache p{font-weight:normal;color:#ffffff;font-size:16px;line-height:21px;}



.botonazul {

	background-color:#0d57a1;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:48px;
	line-height:48px;
	width:179px;
	text-decoration:none;
	text-align:center;
	border:0px;float:right;
}.botonazul:hover {
	background-color:#80b5ea;color:#ffffff;
}.botonazul:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

#myCarousel .thumbnail {
margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
background-image:none !important;
}
.carousel-control {
color:#fff;
top:40%;
color:#7ea7b4;
bottom:auto;
padding-top:4px;
width:10px;
height:10px;
text-shadow:none;
opacity:0.5;
}
.carousel-control:hover {
color: #008cba;
}
.carousel-control.left, .carousel-control.right {
background-image:none !important;
}
.carousel-control.right {
left:auto;
right:-47px;
}
.carousel-control.left {
right:auto;
left:-47px;
}
 
.carousel-indicators {
bottom:-60px;
}
.carousel-indicators li {
border-radius:0;
width:10px;
height:10px;
background:#ccc;
border:1px solid #ccc;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
}
.carousel-indicators .active {
width:12px;
height:12px;
background:#3276b1;
border-color:#3276b1;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
}





.redondez{background-color:#ffffff;-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.36);
-moz-box-shadow:    2px 2px 2px 0px rgba(0, 0, 0, 0.36);
box-shadow:         2px 2px 2px 0px rgba(0, 0, 0, 0.36);padding-top:25px;
}


.cercle i{color:#118ab2 !important;padding-top:7px;font-size:46px !important;}



.lecercle{float:left;width:100%;text-align:center;}
.lecercle h5{margin-bottom:25px;margin-top:20px;font-size:18px;font-weight:300;}
.cercle  {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width:70px;
height:70px;
background-color:transparent;
border:4px solid #118ab2;margin: 0 auto;

}




.moker{margin-right:6%;}
.lecercleinline{float:right;width:50px;text-align:center;color:#ffffff;}
.cercleinline  {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width:40px;
height:40px;
background-color:transparent;
border:2px solid #ffffff;margin: 0 auto;

}

.cercleinline i {font-size:22px;margin-top:7px;}


a.spith  {
color:#ffffff !important;


}
a:hover.spith {

color:#000 !important;

}

.filaborde{border-left:1px solid #cccccc;padding-left:4%;}


.diseno {margin:0px;padding:0px;padding-top:45px;}
.diseno li{margin:0px;border-bottom:1px solid #cccccc;list-style:none;padding:12px;}
.diseno li ul li{margin:0px;border-bottom:0px solid #cccccc;list-style:square;padding:5px;}



















#internet-top {
	padding: 40px 0;
}

#internet-top {
	background-color:#0c8fba;
}

#internet-top h1 {
text-align:left;margin:0px;padding:0px;padding-left:10%;font-size:39px;
}
#internet-top p {
text-align:left ;padding-left:10%;
}



#internet {
	background: #fff;
}

#internet .thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

.internet-item {
	padding: 0;
}

.internet-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.internet-overlay:hover {
	background: rgba(0, 0, 0, .4);
}

.internet-overlay .myway-icon-internet {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	display: inline-block;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: .05em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	-webkit-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-moz-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-ms-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-o-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
}

@media (max-width: 767px) {
	.myway-icon-internet {
		width: 48px;
		height: 48px;
	}
}

.internet-overlay:hover > .myway-icon-internet {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.myway-icon-internet:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

























#direccio-top {
	padding: 40px 0;
}

#direccio-top {
	background-color:#0c8fba;
}

#direccio-top h1 {
text-align:left;margin:0px;padding:0px;padding-left:10%;font-size:39px;
}
#direccio-top p {
text-align:left ;padding-left:10%;
}



#direccio {
	background: #fff;
}

#direccio .thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

.direccio-item {
	padding: 0;
}

.direccio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.direccio-overlay:hover {
	background: rgba(0, 0, 0, .4);
}

.direccio-overlay .myway-icon-direccio {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	display: inline-block;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: .05em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	-webkit-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-moz-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-ms-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-o-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
}

@media (max-width: 767px) {
	.myway-icon-direccio {
		width: 48px;
		height: 48px;
	}
}

.direccio-overlay:hover > .myway-icon-direccio {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.myway-icon-direccio:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}












a.baseLang{color:#ffffff;text-decoration:none;}
a:hover.baseLang{color:#ffffff;text-decoration:underline;}


















/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;padding-top:35px;
}

.tab-pane h2{margin-bottom:55px;}
.tab-content > .active,
.pill-content > .active {
  display: block;
}




.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 0px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;color:#0f92bd !important;text-decoration:none;
}






.headInModule{border-bottom:1px solid #095f7b;padding-bottom:12px;margin-bottom:18px;}
.input-large{padding:6px;width:270px;background-color:#e9f8fd;}


.lebber_FotoPrincipal{width:100%;margin-bottom:25px;}




a.estilcarrusel__Link{font-weight:bold;color:#000;}
a:hover.estilcarrusel__Link{font-weight:bold;color:#e64708;}






































.caption h1{font-size:30px;}
.caption h2{font-size:24px;}

a.estilcarrusel__Link{font-weight:bold;color:#000;}
a:hover.estilcarrusel__Link{font-weight:bold;color:#e64708;}




	/*-- My Team --*/
	.carousel_wrapper {
		background:#3d3d3d;
		width:100%;
		height:100%;
		position:absolute;
		left:0px;
		top:-100%;
		display:none;
		opacity: 0.6; 
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
		transition: top 400ms;
		-webkit-transition: top 400ms;
		-moz-transition: top 400ms;
		-o-transition: top 400ms;
	}
	.carouselslider .item:hover .img_block .carousel_wrapper {
		top:0%;
	}
	.carousel-wrap .carousel_wrapper {
		display:block;
	}
	.carouselslider,
	.team_slider { 
		position:relative;
	}
	.team_slider .img_block {
		position:relative;
	}
	.team_slider { margin-bottom:20px!important}
	.left-sidebar .carouselslider,
	.left-sidebar .team_slider,
	.right-sidebar .carouselslider,
	.right-sidebar .team_slider { 
		position:relative;
	}
	.carouselslider ul { 
		margin:0; 
		padding:0; 
		list-style:none; 
		margin:0 0 0 -30px;
	}
	.carouselslider ul li:before { 
		content:''!important; 
		margin:0!important; 
		padding:0!important
	}
	.carouselslider ul li { 
		float:left; 
		display:inline-block;  
		padding:0 0 0 30px!important; 
		margin:0;
	}
	.team_slider ul li .item,
	.featured_slider ul li .item {
		background:#ececec;
		border-bottom:6px solid;!important;	
		transition: background-color 400ms;
		-webkit-transition:background-color 400ms;
		-moz-transition:background-color 400ms;
		-o-transition:background-color 400ms;		
	}
	.team_slider ul li .item:hover,
	.featured_slider ul li .item:hover {
		background:#3d3d3d;
	}
	.left-sidebar .team_slider ul li,
	.right-sidebar .team_slider ul li { 
		float:left; 
		display:inline-block;  
		margin:0!important; 
		padding:0 10px;
		/*width:160px;*/
	}
	.team_slider ul li .img_block,
	.featured_slider ul li .img_block { 
		display:block;
	}
	.team_slider ul li .img_block img,
	.featured_slider ul li .img_block img { 
		width:100%; 
		height:auto; 
		padding:0; 
		margin:0; 
		display:block;
		background:#3d3d3d;
	}
	.carouselslider ul li h4 {
		text-align:center;
		padding:15px 20px 0 20px;
		margin-bottom:3px;
		transition: color 400ms;
		-webkit-transition:color 400ms;
		-moz-transition:color 400ms;
		-o-transition:color 400ms;		
	}
	.teamslider ul li h4 {
		padding-top:30px;
	}
	.featured_slider ul li .carousel_title {
		text-align:left!important;
	}
	.carouselslider ul li .carousel_desc { 
		padding:22px 0 0px 0;
		font-size:13px;
		line-height:18px;
	}
	.carouselslider ul li .carousel_desc a {
		color:#a9a9a9;
		font-style:italic;
	}
	.team_slider ul li .op { 
		display:block; 
		clear:both;
		color:#aaaaaa; 
		font-size:16px; 
		text-align:center
	}
	.team_slider ul .item:hover .op {
		color:#ffffff;
	}
	.carouselslider ul li .exc { 
		padding:0 20px;
		margin-bottom:3px;
		text-align: center; 
		transition: color 400ms;
		-webkit-transition:color 400ms;
		-moz-transition:color 400ms;
		-o-transition:color 400ms;		
	}
	
	.carouselslider ul li .smallproflinks { 
		text-align:center; 
		padding:23px 0 25px 0
	}
	.carouselslider ul li .smallproflinks a { 
		width:34px; 
		height:34px; 
		display:inline-block; 
		margin: 0 2px 0 1px; 
		padding:0!important;
		background-color:#3d3d3d;
		background-repeat:no-repeat;
		background-position:0 0;
		transition: background-color 300ms;
		-webkit-transition:background-color 300ms;
		-moz-transition:background-color 300ms;
		-o-transition:background-color 300ms;		
	}
	.carouselslider ul .item:hover .smallproflinks a {
		background-position:0 -34px;
	}
	.carouselslider ul li .smallproflinks a:hover {
		background-color:#ffffff!important;
	}
	.carouselslider ul li .smallproflinks a.facebook_link { 
		background-image:url(../img/ico_carousel_facebook.png);
	}	
	.carouselslider ul li .smallproflinks a.twitter_link { 
		background-image:url(../img/ico_carousel_twitter.png);
	}	
	.carouselslider ul li .smallproflinks a.tumbler_link { 
		background-image:url(../img/icons/ico_carousel_tumbler.png);
	}	
	.carousel-previous,
	.carousel-next {
		width:21px!important;
		height:21px; 
		padding:0!important;
		display:block; 
		position:absolute!important;
		border:none; 
		cursor:pointer;  
		top:-27px!important; 
		left:auto!important;
		border-radius:0!important;
		opacity: 1!important; 
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100)!important;		
		transition: background-color 300ms; 
		-webkit-transition:background-color 300ms; 
		-moz-transition:background-color 300ms; 
		-o-transition:background-color 300ms;	
	}
	.carouselslider a {
		transition: color 300ms;
		-webkit-transition: color 300ms;
		-moz-transition: color 300ms;
		-o-transition: color 300ms;
	}
	.carousel-previous {
		right:23px!important; 
		background:#3d3d3d url(../img/carousel_prev.png) no-repeat 0 0;
	}
	.carousel-next { 
		right:0px!important; 
		background:#3d3d3d url(../img/carousel_next.png) no-repeat 0 0;
	}
	.carouselslider .disabled {
		opacity: 0.8!important; 
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80)!important;
		background-color:#3d3d3d!important;
		cursor:default!important;
		background-position:left top!important;		
	}
	.carouselslider .carousel-previous:hover, 
	.carouselslider .carousel-next:hover {
		background-position:left bottom;
	}
	.featured_slider ul li .carousel_title {
		padding:0!important;
	}
	.featured_slider ul li .carousel_title h5{
		text-align:left!important;
		margin:13px 0 0 0;
		padding:0;
		line-height:20px!important;
	}	
	.featured_slider .carousel_desc {
		border-top:0!important;
		padding-top:7px!important;
		padding-bottom:14px!important;
		text-align:center!important;
	}
	.featured_slider .carousel_desc .exc {
		text-align:center!important;
	}
	.featured_slider .carousel_desc a:hover {
		text-decoration:none;
	}
	.featured_slider .carousel_title {
		padding-top:0px; 
		padding-bottom:0px;			
		text-align:left;
	}
	.featured_slider .img_block {
		position:relative;
		overflow:hidden;
	}
	.featured_slider .img_block a { 
		display:block;
	}
	.featured_slider .img_block .post_type {
		width:40px;
		height:40px;
		display:block;
		position:absolute;
		left:50%;
		top:50%;
		margin:-20px 0 0 -20px;
		background-repeat:no-repeat;
		background-position:0 0;
		opacity:0;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);		
		transition: opacity 400ms;
		-webkit-transition: opacity 400ms;
		-moz-transition: opacity 400ms;
		-o-transition: opacity 400ms;		
	}
	.featured_slider .item:hover .post_type {
		opacity:1;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	}
	.featured_slider .img_block .post_type_image {
		background-image:url(../img/post_type-image.png);
	}
	.featured_slider .img_block .post_type_slider {
		background-image:url(../img/post_type-slider.png);
	}
	.featured_slider .img_block .post_type_text {
		background-image:url(../img/post_type-text.png);
	}	
	.featured_slider .img_block .post_type_link {
		background-image:url(../img/post_type-link.png);
	}	
	.featured_slider .img_block .post_type_video {
		background-image:url(../img/post_type-video.png);
	}
	
	.featured_slider .featured_post_info {
		border-top:#dcdcdc 1px solid;
		border-bottom:#dcdcdc 1px solid;
		margin:13px 0 2px 0;
	}
	.featured_slider .featured_post_info span {
		line-height:32px;
		padding:0 9px;
	}
	.featured_slider .featured_post_info,
	.featured_slider .featured_post_info span,
	.featured_slider .featured_post_info a {
		line-height:32px;
		color:#a9a9a9;
		font-size:13px;
		font-style:italic;
		transition: color 300ms;
		-webkit-transition:color 300ms;
		-moz-transition:color 300ms;
		-o-transition:color 300ms;		
	}
	.featured_slider .featured_post_info a:hover {
		text-decoration:none;
		color:#5a5a5a;
	}
	.featured_slider .related_projects .item {
		border:none!important;
	}
	.featured_slider .item:hover a:hover {
		color:#5a5a5a!important;
		
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.detallnoticia_conte_tot_plegat{margin-bottom:30px !important;}
.detallnoticia_CaixaBotonsW2  {width:100%;float:left;margin-bottom:30px;}

.detallnoticia_Data          {width:100%;float:left;border-bottom:1px dotted #cccccc;padding-bottom:6px;margin-bottom:25px;}
.detallnoticia_EstilTitol    {width:100%;float:left;}
.detallnoticia_EstilTitol h1 {font-size:44px;font-weight:bold;padding-bottom:25px;}
.detallnoticia_EstilTitol p  {}


.detallnoticia_Resum        {float:right;width:63%;}
.detallnoticia_contenedor_de_la_imatge{float:left;width:35%;}
.detallnoticia_texte_de_parraf  {width:63%;float:right;margin-top:25px;}                                                                                                                                                                                                                                                                                                                                                                                                                   





.listapeq_conte_tot_plegat{width:100%;float:left;}
.listapeq_Contenedor_Titol{width:100%;float:left;}
.listapeq_Data{width:100%;float:left;}
.listapeq_EstilTitol h1{letter-spacing: 0.0625em;font-size:18px;font-family: Arial,sans-serif !important;font-weight:normal;}
a.listapeq_Link{}
a:hover.listapeq_Link{}
.listapeq_SeparadorInformes{width:100%;float:left;border-bottom:1px dotted #000;padding-bottom:8px;margin-bottom:8px;}





.detallnoticia_EstilResum    {}

.detallnoticia_FotoPrincipal {width:99%;padding:1%;height:auto;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(50, 50, 50, 0.59);
-moz-box-shadow:    1px 1px 2px 1px rgba(50, 50, 50, 0.59);
box-shadow:         1px 1px 2px 1px rgba(50, 50, 50, 0.59);

}
.detallnoticia_EstilResum h2 {font-size:20px !important;font-weight:bold;margin-bottom:25px;margin-top:0px !important;padding-top:0px !important;}


  
.detallnoticia_MarcFotos {float:left;margin-right:8px;margin-bottom:8px;}                                                                                                                                                                                                                                                                                                                                                                                                                                
 
 
 @media (max-width: 768px) {
.detallnoticia_Resum        {float:right;width:100%;}
.detallnoticia_contenedor_de_la_imatge{float:left;width:100%;}  
.detallnoticia_texte_de_parraf  {width:100%;float:right;margin-top:25px;}                                                                                                                                                                                                                                                                                                                                                                                                                   
.loug{width:100%;margin-top:-55px;}
}        


.ksg{padding-top:35px !important;}       
                                                                                                                                                                                                                                                                                                                                                                                                                                                       
   .dropdown-backdrop {
position: static;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                    