/*-------------------------------------------------------
[Table of contents]

1. ,
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/

body {font-family: 'Roboto', sans-serif;}

/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}

.container {
	width: 1170px;
	margin: auto;
	margin-bottom:1px;
}

.container p{
color:#777777; line-height:26px;font-family: 'Roboto', sans-serif; margin-bottom:25px;
}


.container.tbp {
	padding: 80px 0px;
}
.container.tbp2 {
	padding: 80px 0px 30px 0px;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 60px 0px 0px 0px;
}
.content_fullwidth.less {
	padding: 0px 0px 0px 0px;
}
.content_fullwidth.less2 {
	padding: 90px 0px 0px 0px;
}
.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}

.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}

.onecol_forty {
	width: 40%;
}

.onecol_sixty {
	width: 56%;
}

.onecol_thirtyfive {
	width: 35%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 135px;
	margin-top:0px;
	
	padding:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;
}
/* bigger logo? remove below comment */
/*#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 100px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;
	background-size: 100%;
}*/

#logo2 {
	float:left;
	display:block;
	width:100%;
	min-height: 50px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo-2.png) no-repeat left top;
}

/* bigger logo? remove below comment */
/*#logo2 {
	float:left;
	display:block;
	width:100%;
	min-height: 100px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo-big.png) no-repeat left top;
	background-size: 100%;
}*/


/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top: 5px;
}
.menu_main {
	float: right;
	width: 75%;
	z-index: 9999;
	position: relative;
	margin-top: 10px;
}
.menu_right {
	float: right;
	width: 8%;
	margin-left: 1%;
	z-index: 9999;
	margin-top: 24px;
}

.menu_main2 {
	float: left;
	width: 100%;
	position: relative;
}
.menu_right2 {
	float: right;
	background: #fff;
}



.menu_shadow {
	float: left;
	position: absolute;
	width: 100%;
	height: 10px;
	background: url(../images/menu-shadow.png) no-repeat center top;
	z-index: 8000;
	top: 100px;
}
.menu_shadow.two {
	top: 107px;
}

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

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
}
.top_nav .left {
	float: left;
	width: 30%;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;
	padding-top: 14px;
}
.top_nav .right a {
	color: #727272;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-right: 16px;
	transition: all 0.3s ease;
}
.top_nav .right a:hover {
	color: #e54c4c;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 16px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #fff;
	font-size: 12px;
	width: 21px;
	height: 21px;
	background: #959595;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	background: #fff;
}

.top_nav .topsocial.two li a {
	color: #ccc;
}

.top_nav.two {
	height: 35px;
	background: #454545;
	font-size: 12px;
}
.top_nav.two .left,
.top_nav.two .right{
	padding-top: 11px;
	color: #999;
}
.top_nav.two .left a {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav.two .right a {
	color: #999;
	margin-right: 0px;
	margin-left: 14px;
}
.top_nav.two .left a:hover,
.top_nav.two .right a:hover {
	color: #fff;
}
.top_nav.two .topsocial li a {
	margin-left: 0px;
}
.top_nav.two .topsocial li a:hover {
	background: #999; 
} 

.top_nav.three {
	height: 35px;
	background: #fff;
	font-size: 13px;
}

.top_nav.three .left,
.top_nav.three .right{
	padding-top: 3px;
	color: #c2c2c2;
}
.top_nav.three .left a {
	color: #c2c2c2;
	transition: all 0.3s ease;
}
.top_nav.three .right a {
	color: #c2c2c2;
	margin-right: 0px;
	margin-left: 14px;
}
.top_nav.three .left a:hover,
.top_nav.three .right a:hover {
	color: #333;
}
.top_nav.three .topsocial li a {
	margin-left: 0px;
	margin:0px; padding:0px;
	
}
.top_nav.three .topsocial li a {
	color: #fff;
	background: #d8d8d8;

}


.top_nav.three .topsocial li a.facebook {
	color: #fff;
	background: #8cb4df;

}

.top_nav.three .topsocial li .instagram {
	color: #fff;
	background: #e98835;;
}


.top_nav.three .topsocial li a.twitter {
	color: #fff;
	background: #7accec;

}




.top_nav.three .topsocial li a.slideshare {
	color: #fff;
	background: #00b8b0;

}



.top_nav.three .topsocial li a.Linkedin {
	color: #fff;
	background: #0089bf;

}





.top_nav.three .topsocial li a:hover  {
	background: #e3e3e3; 
}






 
 
.top_nav.four {
	height: 40px;
	background: #181818;
	font-size: 12px;
	position: relative;
	z-index: 9999;
}
.top_nav.four .left,
.top_nav.four .right{
	padding-top: 9px;
	color: #727272;
}
.top_nav.four .left a {
	color: #727272;
	transition: all 0.3s ease;
}
.top_nav.four .right a {
	color: #727272;
	margin-right: 0px;
	margin-left: 14px;
}
.top_nav.four .left a:hover,
.top_nav.four .right a:hover {
	color: #999;
}
.top_nav.four .topsocial li a {
	margin-left: 0px;
	width: 18px;
	height: 18px;
	line-height: 21px;
	font-size: 10px;
}
.top_nav.four .topsocial li a {
	color: #999;
	background: #575757;
}
.top_nav.four .topsocial li a:hover {
	color: #eee;
	background: #999;
}


/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

/* section title 1 */
.title1 h2{
	color: #fff;
    font-size: 35px;
    z-index: 1;
    position: relative;
    text-align: center;
	font-weight: bold;
}
.title1 h2 em{
	font-size: 14px;
	display: block;
	font-weight: 400;
	font-style: normal;
	margin-top: 3px;
}
.title1 .line{
    background: #fff;
    height: 1px;
    display: block;
    top: 18px;
    width: 37%;
	margin-left: 31.3%;
	position: absolute;
}
.title1 .text{
    background: #e54c4c;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 14px;
}


/* section title 2 */
.title2 h2{
    z-index: 1;
    position: relative;
    text-align: center;
	font-weight: bold;
}
.title2 h2 em{
	color: #999;
	font-size: 14px;
	display: block;
	font-weight: 400;
	font-style: normal;
	margin-top: 3px;
}
.title2 .line{
    background: #333333;
    height: 1px;
    display: block;
    top: 18px;
    width: 33%;
	margin-left: 33.3%;
	position: absolute;
}
.title2 .text{
    background: #fff;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 14px;
}
.title2.sy2 .text{
    background: #f4f4f4;
}
.title2.sy3 .text{
    background: none;
}


/* features section 62 */
.features_sec62 {
	float: left;
	width: 100%;
	padding: 120px 0px;
}
.features_sec62 .box {
	float: left;
	width: 100%;
	text-align: center;
}
.features_sec62 .box .icon {
	color: #b3b3b3;
	font-size: 30px;
	width: 120px;
	height: 134px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	line-height: 122px;
	margin-bottom: 35px;
	background: url(../images/site-img93.png) no-repeat center top;
	transition: all 0.3s ease;
}
.features_sec62 .box .icon:hover {
	color: #e54c4c;
}



 

/* features section 1 */
.features_sec1 {
	float: left;
	width: 100%;
	padding: 115px 0px;
	position: relative;
	background: #333333;
	color: #c0c0c0;
}
.features_sec1:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	margin-left: -100px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 16px solid #333333;
}
.features_sec1 strong {
	font-weight: 600;
}
.rnews_wra img {
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.rnews_wra a {
	float: left;
	color: #fff;
}
.rnews_wra a:hover {
	color: #999;
}
.rnews_wra a.dsm {
	float: right;
	color: #999;
	font-size: 12px;
}
.rnews_wra a.dsm:hover {
	color: #fff;
}
.rnews_wra p {
	float: left;
	margin-top: 5px;
}

/* recent works */
.recent_works {
	float: left;
	width: 100%;
	padding: 130px 0px 90px 0px;
	background: url(../images/fullsite-img1.jpg) repeat left top;
	text-align: center;
}

.recent_works2 {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.recent_works3 {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin-bottom: -30px;
}


/* features section 2 */
.features_sec2 {
	float: left;
	width: 100%;
	padding: 100px 0px 106px 0px;
	background: #e54c4c url(../images/tex-bg1.png) repeat left top;
	text-align: center;
}
.features_sec2 .box {
	float: left;
	width: 95%;
	background: #fff;
	border-radius: 3px;
	padding: 35px 35px 35px 35px;
	text-align: left;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}
.features_sec2 .box img {
	float: left;
	margin-left: -55px;
	margin-right: 20px;
	border-radius: 3px;
}
.features_sec2 .box h5 {
	margin-bottom: 7px;
	line-height: 21px;
}


/* features section 3 */
.features_sec3 {
	float: left;
	width: 100%;
	padding: 115px 0px;
	text-align: center;
}
.features_sec3 .box {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 55px;
}
.features_sec3 .box.last {
	margin-bottom: 0px;
}
.features_sec3 .box .left {
	float: left;
}
.features_sec3 .box .right {
	float: left;
	width: 76%;
	margin-left: 7%;
}
.features_sec3 .box.two {
	text-align: center;
}

.features_sec3.two {
	padding: 120px 0px 0px 0px;
}
.features_sec3.two .box {
	margin-bottom: 0px;
}





/* features section 4 */
.features_sec4  {
	float: left;
	position: relative;
	z-index: 9;

	width: 100%;
	padding: 65px 0px;
}


.features_sec4.gradient  {
	 background: -webkit-linear-gradient(red, blue); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(red, blue); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(red, blue); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #eff1da, #f2e5eb); /* Standard syntax */
}





/* features section 5 */
.features_sec5 {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
	text-align: center;
}
.features_sec5 .box {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
}
.features_sec5 .box.last {
	margin-right: 0%;
}
.features_sec5 .box img {
	border: 4px solid #eee;
	border-radius: 3px;
	width: 100%;
}
.features_sec5 .box h6 {
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
}
.features_sec5 p {
	width: 85%;
	clear: both;
	margin: 0 auto 45px auto;
}
.features_sec5 .lgbut {
	color: #333;
	font-weight: 600;
	background: #f3f3f3;
	padding: 10px 35px;
	border-radius: 20px;
	transition: all 0.3s ease;
}
.features_sec5 .lgbut:hover {
	color: #fff;
	background: #333;
}

/* features section 6 */
.portada_presentacio {
	float: left;
	width: 100%;
	background: #333;
	
}
.portada_presentacio .fimg {
	float: left;
	width: 40%;
/*	background: #999 url(../images/tap.png) no-repeat right top;-*/
}
.portada_presentacio .fimg2 {
	float: left;
	width: 50%;
	background: #999 url(../images/site-img91.jpg) no-repeat right top;
}
.portada_presentacio .rbox {
	float: left; margin:0px; 

}

.portada_presentacio .rbox h1{
 color:#4f4f4f; font-size:32px; line-height:34px;
}

.portada_presentacio .rbox h5 {
	font-weight: 300;
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px solid #484848;
}
.portada_presentacio .caixainfo {
	float: left;
	width: 100%;
	margin-right: 8%; 
}
.portada_presentacio .caixainfo ul li span {
Color:#8a8a89;
}



.portada_presentacio .caixainfo .checkverd{
	float:left; color:#87921f; font-size:15px;width:5%; 

}

.portada_presentacio .caixainfo span{
float:left; width:93%; font-size:15px;
}

.portada_presentacio .caixainfo.last {
	margin-right: 0%;
}
.portada_presentacio .caixainfo .left {
	float: left;
	width: 20%;
}
.portada_presentacio .caixainfo .left i {
	color: #e54c4c;
	font-size: 27px;
}
.portada_presentacio .caixainfo .right {
	float: left;
	width: 80%; color:#838282;
}
.portada_presentacio .caixainfo h5 {
	font-weight: 400;
	border: none;
	padding: 0;
	margin-bottom: 12px;
	line-height: 16px;
}




.portada_presentacio .caixainfo ul  { 
	margin-bottom:41px; 

}	

.portada_presentacio .caixainfo ul li {
	display:inline-table; max-width:50%;  width:367px;  height:38px;vertical-align:top; margin:0px; padding:0px;
	padding-top:11px; padding-right:20px; text-transform:uppercase;  padding-bottom:6px
}

.portada_presentacio .caixainfo ul li span{
font-size:12px; font-weight:600; line-height:18px;

}

.portada_presentacio .caixainfo ul li img{
	 vertical-align:top; margin-bottom:8px; float:left; margin-right:7px; 
}


.tourportada { width:100%; height:233px;}


.portada_presentacio.two {
	background: transparent;
		background: transparent url(../images/fons_logo.png) no-repeat center top;
		padding:23px; padding-top:50px; padding-bottom:35px; 
}
.portada_presentacio.two .fimg {
	/*background: transparent url(../images/tap.png) no-repeat right top;*/
}
.portada_presentacio.two .rbox h5 {
	color: #333;
	border-bottom: 1px solid #e3e3e3;
}
.portada_presentacio.two .ibox .left i {
	color: #999;
	font-size: 27px;
}
.portada_presentacio.two .ibox h5 {
	border: none;
}


/* features section 7 */
.features_sec7 {
	float: left;
	width: 100%;
	padding: 115px 0px 75px 0px;
	text-align: center;
	background: #f4f4f4;
	border-bottom: 3px double #f1f1f1;
}
.features_sec7.two {
	padding: 100px 0px 75px 0px;
	background: #eee;
	border-bottom: none;
}
.features_sec7 .box {
	float: left;
	width: 100%;
	padding: 30px 0px 45px 0px;
	transition: all 0.3s ease;
	border-radius: 3px;
}
.features_sec7 .box:hover,
.features_sec7 .box.active {
	background: #fff;
}
.features_sec7 .box .ibox {
	margin: 0 auto 45px auto;
	width: 162px;
	height: 162px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	background: url(../images/site-img19.png) no-repeat center top;
}
.features_sec7 .box .ibox h6 {
	color: #fff;
	background: #e54c4c;
	padding: 1px 0px 2px 0px;
	border-radius: 3px;
	margin-top: 14px;
	font-weight: 500;
}
.features_sec7 .box p {
	margin-bottom: 35px;
}
.features_sec7 .box .tbut {
	color: #333;
	background: #fff;
	padding: 7px 22px;
	border-radius: 20px;
	border: 1px solid #fff;
	
}
.features_sec7 .box .tbut:hover {
	background: none;
}
.features_sec7 .box:hover .tbut {
	background: #f3f3f3;
}

/* features section 8 */
.features_sec8 {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}
.features_sec8 .flex-control-nav {
    bottom: 30px;
}
.features_sec8 .left {
	float: left;
	width: 40%;
	margin-left: 7%;
	margin-right: 8%;
	padding-top: 40px;
}
.features_sec8 .left h1 {
	font-weight: 300;
	margin-bottom: 12px;
}
.features_sec8 .left span {
	float: left;
	width: 160px;
	height: 1px;
	background: #e3e3e3;
}
.features_sec8 .left h1 strong {
	font-weight: 600;
	display: block;
}
.features_sec8 .left i {
	display: block;
	font-size: 30px;
	color: #c3c3c3;
	margin-bottom: 20px;
	margin-top: 10px;
}
.features_sec8 .left i.cir {
	width: 58px;
	height: 58px;
	text-align: center;
	vertical-align: middle;
	line-height: 58px;
	border-radius: 100%;
	border: 1px solid #eee;
	margin-top: 0px;
}
.features_sec8 .right {
	float: left;
	width: 38%;
}
.features_sec8 .right img {
	float: right;
	width: 100%;
}

/* features section 9 */
.features_sec9 {
	float: left;
	width: 100%;
	padding: 30px 0px;
	text-align: center;
}
.features_sec9.two {
	padding-top: 100px;
	background: #eee;
}
.features_sec9 .tbox {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	/*border-bottom: 3px solid #f3f3f3;*/
	transition: all 0.3s ease;
}
.features_sec9 .tbox:hover {
	background: #f2f1ec;
}
.features_sec9 .tbox:hover i {
	background: #fff;
	border: 1px solid #eee;
}
.features_sec9 .tbox img {

	margin-bottom: 15px;
}
.features_sec9 .tbox h6 {
	font-weight: 500;
	margin-bottom: 0px; margin-top:0px; color:#a2a2a2; 
}
.features_sec9 .tbox em {
	font-size: 12px;
	font-style: normal;
	display: block;
	margin-bottom: 16px;
}
.features_sec9 .tbox i {
	width: 28px;
	height: 28px;
	background: #f3f3f3;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	margin: 5px 2px 0px 2px;
	color: #454545;
	border: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.features_sec9 .tbox i:hover {
	background: #eee;
}

.features_sec9.three {
	padding-bottom: 80px;
}
.features_sec9.three .tbox {
	border-bottom: none;
}
.features_sec9.three .tbox:hover {
	background: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.features_sec9.four {
	padding-bottom: 80px;
	background: #f3f3f3;
}
.features_sec9.four .tbox {
	border-bottom: none;
}
.features_sec9.four .tbox:hover {
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}



/* features section 10 */
.features_sec10 {
	float: left;
}

/* features section 11 */
.features_sec11 {
	float: left;
	width: 100%;
	padding: 120px 0px 110px 0px;
}

/* features section 12 */
.features_sec12 {
	float: left;
	width: 100%;
	padding: 120px 0px 110px 0px;
	background: #f3f3f3 url(../images/gray-bg1.png) repeat-y center top;
}
.features_sec12 .box {
	float: left;
	width: 100%;
	text-align: center;
}
.features_sec12 .box img {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.features_sec12 .box h5 {
	font-weight: 500;
}

.features_sec12.two {
	float: left;
	width: 100%;
	padding: 120px 0px 110px 0px;
	background: #fff;
}

.features_sec12.three {
	float: left;
	width: 100%;
	padding: 100px 0px 120px 0px;
	background: #fff;
	text-align: center;
}


/* features section 13 */
.features_sec13 {
	float: left;
	width: 100%;
}
.features_sec13 img {
	float: left;
	width: 100%;
	box-shadow: 0 -5px 6px -6px rgba(0,0,0,0.1);
}

/* features section 14 */
.features_sec14 {
	float: left;
	width: 100%;
	padding: 100px 0px;
	background: #e54c4c;
}
.features_sec14 .one_fifth {
	padding: 10px 10px 3px 10px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.features_sec14.two {
	padding: 70px 0px;
	background: #eee;
}
.features_sec14.two .one_fifth {
	padding: 7px 10px 0px 10px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.05);
}



/* features section 30 */
.features_sec30 {
	float: left;
	width: 100%;
	padding: 120px 0px;
}
.features_sec30 .left {
	float: left;
	width: 15%;
	font-size: 30px;
	margin-top: 7px;
	color: #e54c4c;
}
.features_sec30 .right {
	float: left;
	width: 85%;
}

/* features section 31 */
.franja_tour {
	float: left;
	width: 100%;
	padding: 80px 0px;
	background: #e54c4c;
}
.franja_tour .one_fourth {
	padding: 30px 0px 20px 0px;
	text-align: center;
	border: 3px solid rgba(255, 255, 255, 0.18);
}
.franja_tour.parallax {
	padding: 90px 0px;
	background: #1e1e1e url("../images/fons_tour2.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}

.franja_tour.parallax h3{
	color:#fff;
	font-weight:600;
	font-size:44px;
		text-shadow: 2px 2px 1px #a09d9d;
}

.franja_tour.parallax p{
	color:#fff;
	font-size:20px;
		text-shadow: 2px 2px 1px #a09d9d;
}

.franja_tour.parallax .one_fourth {
	border: none;
}








/* features section 31 */
.franja_projectes {
	float: left;
	width: 100%;
	padding: 80px 0px;
	background: #e54c4c;
}
.franja_projectes .one_fourth {
	padding: 30px 0px 20px 0px;
	text-align: center;
	border: 3px solid rgba(255, 255, 255, 0.18);
}
.franja_projectes.parallax {
	padding: 60px 0px;
	/*background: #1e1e1e url("../images/fons_tour2.jpg");*/
	background: #fff;
	
	border-top:1px solid #e2e2e2;
}

.franja_projectes.parallax h3{
	color:#fff;
	font-weight:100;
	font-size:44px;
	font-style:normal;
	color:#c4c97d;

}

.franja_projectes.parallax p{
	color:#fff;
	font-size:20px;
		text-shadow: 2px 2px 1px #a09d9d;
}

.franja_projectes.parallax .one_fourth {
	border: none;
}







/* features section 32 */
.features_sec32 {
	float: left;
	width: 100%;
	padding: 85px 0px 110px 0px;
	text-align: center;
}
.features_sec32 .box {
	float: left;
	width: 100%;
}
.features_sec32 .box span {
	font-size: 100px;
	color: #999;
}

/* features section 33 */
.features_sec33 {
	float: left;
	width: 100%;
	padding: 130px 0px 0px 0px;
	background: #f3f3f3;
}
.features_sec33 h6 {
	margin-bottom: 10px;
}
.features_sec33 .left {
	float: left;
	width: 100%;
	padding-top: 30px;
	text-align: right;
}
.features_sec33 .left span {
	float: right;
	width: 50px;
	height: 1px;
	background: #333;
	margin-bottom: 20px;
}
.features_sec33 .center {
	float: left;
	width: 100%;
}
.features_sec33 .center img {
	display: block;
	margin: 0 auto;
}
.features_sec33 .right {
	float: left;
	width: 100%;
	padding-top: 30px;
	text-align: left;
}
.features_sec33 .right span {
	float: left;
	width: 50px;
	height: 1px;
	background: #333;
	margin-bottom: 20px;
}
.features_sec33 .left i,
.features_sec33 .right i {
	width: 52px;
	height: 52px;
	font-size: 20px;
	color: #333;
	border: 1px solid #333;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 52px;
	margin-bottom: 18px;
}

/* features section 34 */
.features_sec34 {
	float: left;
	width: 100%;
	padding: 140px 0px 120px 0px;
	background: #333;
	text-align: center;
}
.features_sec34 .box {
	float: left;
	width: 95%;
	background: #fff;
	border-radius: 3px;
	padding: 35px 35px 35px 35px;
	text-align: left;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.3);
	text-align: center;
	transition: all 0.3s ease;
}
.features_sec34 .box:hover {
	background: #e3e3e3;
}
.features_sec34 .box img {
	margin-top: -70px;
	border-radius: 100%;
	margin-bottom: 25px;
}
.features_sec34 .box h5 {
	margin-bottom: 7px;
	line-height: 21px;
}

/* features section 35 */
.features_sec35 {
	float: left;
	width: 100%;
	padding: 120px 0px;
}
.features_sec35 .box {
	float: left;
	width: 100%;
	text-align: center;
}
.features_sec35 .box .icon {
	color: #b3b3b3;
	font-size: 40px;
	width: 120px;
	height: 134px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	line-height: 134px;
	margin-bottom: 35px;
	background: url(../images/site-img58.png) no-repeat center top;
	transition: all 0.3s ease;
}
.features_sec35 .box .icon:hover {
	color: #fff;
}


/* features section 36 */
.features_sec36 {
	float: left;
	width: 100%;
	padding: 120px 0px 120px 0px;
	background: #eee;
}

/* features section 37 */
.features_sec37 {
	float: left;
	width: 100%;
	padding: 115px 0px 100px 0px;
	text-align: center;
}


/* features section 38 */
.features_sec38 {
	float: left;
	width: 100%;
	padding: 120px 0px;
	text-align: center;
	background: #333 url(../images/fons_suro1.jpg) no-repeat center top;
}
.features_sec38 img {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	border: 3px solid #fff;
	margin-bottom: 18px;
}
.features_sec38 h6 {
	color: #e54c4c;
	margin-bottom: 0px;
}
.features_sec38 h6 em {
	color: #999;
	font-size: 12px;
	font-style: normal;
	display: block;
	font-weight: 300;
	margin-top: -4px;
}
.features_sec38 p {
	color: #fff;
	font-size: 16px;
	line-height: 27px;
	width: 75%;
	margin: 50px auto 30px auto;
}

.features_sec38.two {
	background: #f7f7f7 url(../images/gray-bg1.png) no-repeat center top;
}
.features_sec38.two p {
	color: #727272;
	margin: 30px auto 30px auto;
}

.features_sec38.three {
	background: #fff;
}
.features_sec38.three p {
	color: #727272;
	margin: 30px auto 30px auto;
}

/* features section 39 */
.destacats_portada {
	float: left;
	width: 100%;
	padding: 10px 0px 0px 0px;
	background: #f2f3ef;
	
}
.destacats_portada .box1 {
	float: left;
	width: 50%;
	min-height: 560px;
	background: #333 url(../images/site-img65.jpg) no-repeat center top;
	transition: all .3s ease-in-out;
	position: relative;
}
.destacats_portada .box1:hover {
	transform: scale(1.1);
	box-shadow: 5px 5px 0px rgba(0,0,0,0.18);
}
.destacats_portada .box1 .hovcont {
	float: left;
	width: 100%;
	padding: 14px 35px;
	background: rgba(0, 0, 0, 0.59);
	bottom: 0px;
	position: absolute;

}
.destacats_portada .box1 .hovcont h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 10px;
}
.destacats_portada .box1 .hovcont h5 {
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: 18px;
}





.destacats_portada .box2 {
	float: left;
	width: 100%;
	min-height: 240px;
	transition: all .3s ease-in-out;
	position: relative;
}


.destacats_portada .box2.img1 {
	background: #333 url(../images/img_formacio.jpg) no-repeat center top;
}

.destacats_portada .box2.img2 {
	background: #333 url(../images/img_mostres.jpg) no-repeat center top;
}

.destacats_portada .box2.img3 {
	background: #87921f ;
}


.destacats_portada .box2.img4 {
	background: #333 url(../images/img_equipaments.jpg) no-repeat center top;
}
.destacats_portada .box2.img5 {
	background: #eee ;
	min-height:auto; 
}
.destacats_portada .box2.img6 {
	background: #fff ;
	height:514px; padding:22px;
}
.destacats_portada .box2.img7 {
	background: #ecede2 ; height:514px; padding:22px;
}

.destacats_portada .box2:hover {
	transform: scale(1.1);
	box-shadow: 5px 5px 0px rgba(0,0,0,0.18);
}
.destacats_portada .box2 .hovcont {
	float: left;
	width: 100%;
	padding: 10px 12px;
	background: rgba(0, 0, 0, 0.59);
	bottom: 0px;
	position: absolute;
}


.destacats_portada .box2.img1 .hovcont {
	background: rgba(222, 220, 210, 0.9);
}


.destacats_portada .box2.img2 .hovcont {
	background: rgba(193, 191, 177, 0.95);
}

.destacats_portada .box2.img4 .hovcont {
	background: rgba(135, 146, 31, 0.81);
	margin:7px; width:70%;
}
.destacats_portada .box2.img4 .hovcont h3 {
	color:#fff; line-height:24px;
}



.destacats_portada .box2 .hovcont h3 {
	color: #87921f;
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 3px;
	line-height: 25px;
	text-transform:uppercase;
	margin-top:5px;
}


.destacats_portada .box2  h3 {
	color: #87921f;
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 3px;
	line-height: 25px;
	text-transform:uppercase;
	margin-top:5px;	
}

.destacats_portada .box2 .hovcont h5 {
	color: #7f7b73;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: 16px;
}


.destacats_portada .box2.img3  h3 {
	color: #fff;
	font-size: 80px;
	font-family:'open sans';
	font-weight: 100;

	margin-top:15px;	
	margin-bottom:22px;
}

.destacats_portada .box2.img3  h5 {
	color: #fff;
	font-size: 17px;
	font-family:'open sans';
	font-weight: 100;
	font-style:italic;
	line-height:19px;

	margin-top:12px;	
	margin-bottom:18px;
}



.destacats_portada .box2.img3 a{
	color: #fff;
	width:50%; margin:0px; padding:0px; margin-bottom:3px;
}

.destacats_portada .box2.img3 a:hover{
	color: #222;
	text-decoration:underline;
}


.destacats_portada .box2.img6 {

	font-size: 12px;
	font-weight:500;
	margin-bottom:10px;line-height:14px;
}
.destacats_portada .box2.img6 a{
color:#777; font-weight:400;
}



.destacats_portada .box2.img6 .notiportada{

min-height:223px;
}


.destacats_portada .box2.img6 .notiportada a span{


}


.destacats_portada .box2.img6   h3 {

	font-size: 30px;
	font-weight:100;
	margin-top:15px; margin-bottom:10px;
}

.destacats_portada .box2.img6   h4 {

	font-size: 15px;
	font-weight:600;
	margin-top:15px; margin-bottom:1px; text-transform:uppercase;
}

.destacats_portada .box2.img6   h4.verd1 {

	color:#e5e8c4; margin-bottom:10px;
}


.destacats_portada .box2.img6   h4.verd2 {

	color:#87921f;
}




.destacats_portada .box2.img6 .accessos_notis{
	min-height:173px; background-color:#87921f
	
}
.destacats_portada .box2.img6 .accessos_notis a{
	color:#fff;font-size:12px;  text-transform:uppercase; font-weight:14px; line-height:12px;
	
}


.destacats_portada .box2.img6 .accessos_notis a:hover{
	color:#fff; text-decoration:underline;
	
}





.destacats_portada .box2.img7  h3 {

	font-size: 34px;
	margin-top:15px; margin-bottom:10px;
}












.destacats_portada .box3 {
	float: left;
	width: 50%;
	min-height: 280px;
	background: #333 url(../images/site-img68.jpg) no-repeat center top;
	transition: all .3s ease-in-out;
	position: relative;
}
.destacats_portada .box3:hover {
	transform: scale(1.1);
	box-shadow: 5px 5px 0px rgba(0,0,0,0.18);
}
.destacats_portada .box3 .hovcont {
	float: left;
	width: 100%;
	padding: 8px 18px;
	background: rgba(0, 0, 0, 0.59);
	bottom: 0px;
	position: absolute;
}
.destacats_portada .box3 .hovcont h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 3px;
	line-height: 25px;
}
.destacats_portada .box3 .hovcont h5 {
	color: #a3a3a3;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: 16px;
}

.destacats_portada .box1:hover,
.destacats_portada .box2:hover,
.destacats_portada .box3:hover {
	position: relative;
	z-index: 99;
}

.destacats_portada.parallax {
	float: left;
	width: 100%;
	text-align: left;
	padding: 140px 0px;
	background: #1e1e1e url("../images/gray-bg1.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
	
}


/* features section 40 */
.features_sec40 {
	float: left;
	width: 100%;
	padding: 0px 0px 100px 0px;
	background: #eee;
}
.features_sec40 .rimg {
	width: auto;
}
.features_sec40 h2 {
	font-weight: 400;
	margin-bottom: 18px;
}
.features_sec40 h6 {
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 7px;
}
.features_sec40 i {
	float: left;
	color: #fff;
	font-size: 25px;
	background: #e54c4c;
	border-radius: 3px;
	width: 45px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
	margin-right: 20px;
	margin-bottom: 30px;
}

/* features section 41 */
.features_sec41 {
	float: left;
	width: 100%;
	padding: 110px 0px;
	position: relative;
	background: #333333;
	color: #c0c0c0;
	text-align: center;
}
.features_sec41 .ciric {
	color: #fff;
	font-size: 50px;
	border: 1px solid #fff;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 125px;
	margin: 0 auto 30px auto;
}

/* features section 42 */
.features_sec42 {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}

/* features section 43 */
.features_sec43 {
	float: left;
	width: 100%;
	padding: 90px 0px;
	position: relative;
	background: #333333;
	color: #c0c0c0;
}

/* features section 44 */
.features_sec44 {
	float: left;
	width: 100%;
	padding: 145px 0px 120px 0px;
	text-align: center;
}
.features_sec44 .box {
	float: left;
	width: 100%;
	padding: 0px 45px 55px 45px;
	border: 1px solid #eee;
}
.features_sec44 .box .ciref2 {
	margin-top: -37px;
}
.features_sec44 .box h5 {
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 25px;
}

.features_sec44.two {
	background: #f3f3f3;
}
.features_sec44.two .box {
	border: 1px solid #e9e9e9;
	background: #fff;
}

/* features section 45 */
.features_sec45 {
	float: left;
	width: 100%;
	padding: 120px 0px;
	text-align: center;
}
.features_sec45 h1 em {
	color: #e54c4c;
	font-style: normal;
}
.features_sec45 h1 b {
	font-weight: 300;
	display: block;
	margin-top: 12px;
}
.features_sec45 .box {
	float: left;
	margin-bottom: 40px;
	margin-left: 26.5%;
}
.features_sec45 .ibox {
	float: left;
	width: 162px;
	height: 162px;
	padding: 30px 0px 0px 0px;
	margin: 0 10px;
	text-align: center;
	background: url(../images/site-img19.png) no-repeat center top;
}

/* features section 46 */
.features_sec46 {
	float: left;
	width: 100%;
	padding: 80px 0px;
	background: #f3f3f3;
}
.features_sec46.two {
	padding: 80px 0px 65px 0px;
}

/* features section 47 */
.features_sec47 {
	float: left;
	width: 100%;
	padding: 100px 0px 80px 0px;
	position: relative;
	color: #c0c0c0;
}

/* features section 48 */
.features_sec48 {
	float: left;
	width: 100%;
	padding: 90px 0px;
	text-align: center;
}
.features_sec48 span {
	color: #ccc;
	font-size: 50px;
	margin-bottom: 30px;
	display: block;
}

/* features section 49 */
.features_sec49 {
	float: left;
	width: 100%;
	padding: 120px 0px;
	background: #e54c4c url(../images/site-img75.png) no-repeat right top;
}
.features_sec49 h2 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 40px;
}
.features_sec49 strong {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	background: #333;
	padding: 5px 20px;
	margin-right: 20px;
}
.features_sec49 em {
	color: #fff;
	font-family: 'Dancing Script', cursive;
	font-size: 25px;
	font-weight: bold;
}
.features_sec49.two {
	background: #fff;
	text-align: center;
}
.features_sec49.two h2 {
	color: #333;
}
.features_sec49.two em {
	color: #999;
	font-weight: normal;
}

/* features section 50 */
.features_sec50 {
	float: left;
	width: 100%;
	padding: 0px;
}
.features_sec50 img {
	float: left;
	width: 100%;
}

/* features section 51 */
.features_sec51 {
	float: left;
	width: 100%;
	padding: 120px 0px;
	background: #f3f3f3;
}

/* features section 52 */
.features_sec52 {
	float: left;
	width: 100%;
	padding: 120px 0px;
}



/* features section 53 */



.features_sec53.normesllistat {

}


.features_sec53.normesllistat ul {
padding:12px;}


.features_sec53.normesllistat ul li{
text-align:left; font-size:12px; line-height:18px; padding-bottom:5px;padding-top:5px;  border-bottom:1px dotted #cacaca;vertical-align:top;
}

.features_sec53.normesllistat ul li span{
font-weight:bold; min-width:122px; display:inline-block; width:31%; vertical-align:top;
}

.features_sec53.normesllistat ul li span.normestext{
 width:68%;font-weight:normal;vertical-align:top; line-height:17px;
}


.features_sec53 .one_third {margin:0px; margin:15px; min-height:185px;}

.features_sec53 {
	float: left;
	width: 100%;
	padding: 35px 0px 40px 0px;
	text-align: center;
	background: #fff;
}
.features_sec53 .box {
	float: left;
	width: 100%;
	padding: 20px 10px 20px 10px;
	border: 1px solid #eee;
	transition: all 0.3s ease;

}
.features_sec53 .box span {
	color: #333;
	font-size: 45px;
	margin-bottom: 5px;
	display: block;
}
.features_sec53 .box p {
	margin-top: 20px;
}


.features_sec53 .box h5.light {
	font-size:11px;line-height:13px;
	margin:0px;
	color:#b6b5b5;min-height:33px; 
}


.features_sec53 .box:hover,
.features_sec53 .box.active {
	margin-top: -10px;
	background: #f9f9f9;
}









.container.equippadding {padding-left:111px; padding-right:111px;}


/* features section 53 */


.features_sec53_equip .one_fourth{
margin:0px;
margin:15px;min-height:143px;
}

.features_sec53_equip {
	float: left;
	width: 100%;
	padding: 15px 0px 110px 0px;
	text-align: center;

}
.features_sec53_equip .box {
	float: left;
	width: 100%;
	padding: 20px 10px 20px 10px;
	border: 1px solid #e2e2e1;
	transition: all 0.3s ease;background: #fff;
	opacity: 0.7; min-height:143px;
}
.features_sec53_equip .box span {
	color: #666;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;	opacity:0.9;
}
.features_sec53_equip .box p {
	margin-top: 20px;opacity:0.9;
}


.features_sec53_equip .box h5.light {
	font-size:16px;line-height:13px;
	margin:0px;
	color:#000;min-height:33px;opacity:0.9;
}
.features_sec53_equip .box span.carreg {
	font-size:12px;line-height:12px;

}


.features_sec53_equip i {
		font-size:33px; margin-bottom:12px;
}



.features_sec53_equip .box:hover,
.features_sec53_equip .box.active {
	margin-top: -10px;
	background: #f9f9f9;
}



.fons_equip  {  background: url(../images/fons_equip.jpg) no-repeat center top; margin-top:-81px; padding-top:101px;}







ul.list li h4 a.colio-link {line-height:9px; font-size:13px; line-height:18px; font-weight:normal;}

ul.list li h4 a:hover.colio-link {color:#87921f}





/* features section 53 */
.features_sec53_projectes {
	float: left;
	width: 100%;
	padding: 15px 0px 60px 0px;
	text-align: center;
	
		/*background-color: #f0eedf;
	background: url(../images/fons_semi.png) repeat ;*/

	
	
}
.features_sec53_projectes .box {
	float: left;
	width: 100%;
	
	padding: 22px 22px 22px 22px;
	border: 1px solid #eee;
	transition: all 0.3s ease;
	border:1px solid #ebe7cc; 
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    text-align:left;
    min-height:250px;
    margin-bottom:26px;
}

.features_sec53_projectes .box.minheight1 {

    min-height:350px;

}





.features_sec53_projectes .box span {
	color: #333;
	font-size: 45px;
	margin-bottom: 5px;
	display: block;
}

.features_sec53_projectes .box img {

}








.features_sec53_projectes .box p {	text-align:left;	margin:0px; padding:0px; 
	margin-top: 8px;
		font-family: 'Roboto', sans-serif;
				font-size:12px; line-height:15px;
	
}





.features_sec53_projectes .box h2.light {
	font-size:12px;line-height:16px;
	margin:0px;padding:0px;
	color:#222;min-height:33px;
	text-align:left;
	font-family: 'Roboto', sans-serif;
	font-weight:500; 
	text-transform:uppercase; margin-top:8px;
}


.features_sec53_projectes .box:hover,
.features_sec53_projectes .box.active {

	background: #f9f5d7;
	
	    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */	
	
}




.features_sec53_projectes .box span {
	margin:0px; padding:0px; margin-top:3px; 		font-size:11px; line-height:13px;
}

.features_sec53_projectes a.enllas {
	margin-top:18px; display:inline-block;
}






.features_sec53_projectes .box2 {
	float: left;
	width: 100%;
	
	padding: 9px 9px 9px 9px;
	transition: all 0.3s ease;
	background-color: #f9f5d7;
	font-family: 'Roboto', sans-serif;
	    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    text-align:left;
    margin-bottom:26px;
}





/* features section 54 */
.features_sec54 {
	float: left;
	width: 100%;
	padding: 120px 0px;
	text-align: center;
	background: #f3f3f3;
}
.features_sec54 .peosays1 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 27px;
}
.features_sec54 img {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	border: 8px solid #fff;
	margin-bottom: 10px;
}

/* features section 55 */
.features_sec55 {
	float: left;
	width: 100%;
	padding: 113px 0px 120px 0px;
	background: #f3f3f3;
}

/* features section 56 */
.features_sec56 {
	float: left;
	width: 100%;
	padding: 113px 0px 80px 0px;
	background: #f3f3f3;
}

/* features section 57 */
.features_sec57 {
	float: left;
	width: 100%;
	padding: 140px 0px 140px 0px;
	text-align: center;
}
.features_sec57 .bs-example img {
	border: 7px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

/* features section 58 */
.feature_sec58 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 120px 0px;
}
.feature_sec58 .attbox {
	float: left;
	width: 100%;
	height: 320px;
	background: #fff;
	border: 1px solid #eee;
	margin-top: 80px;
}
.feature_sec58 .attbox .box {
	float: left;
	width: 100.8%;
	height: 320px;
	background: #fff;
	border: 1px solid #eee;
	margin-left: -3px;
	margin-top: -3px;
	transition: all 0.3s ease;
}
.feature_sec58 .attbox .box:hover {
	background: #f7f7f7;
}
.feature_sec58 .cirimg {
	width: 160px;
	height: 160px;
	border-radius: 100%;
	border: 5px solid #eee;
	overflow: hidden;
	margin-bottom: 14px;
	transition: all 0.3s ease;
	margin-top: -80px;
	background: #fff;
}
.feature_sec58 .attbox .box:hover .cirimg {
	border: 5px double #fff;
	box-shadow: 0px 5px 0px rgba(0,0,0,0.1);
}
.feature_sec58 .attbox h5 {
	margin-bottom: 0px;
}
.feature_sec58 .attbox em {
	font-size: 13px;
	color: #999;
	font-style: normal;
}
.feature_sec58 .attbox p {
	font-size: 13px;
	width: 80%;
	margin: 14px auto 28px auto;
}

/* features section 59 */
.features_sec59 {
	float: left;
	width: 100%;
	padding: 115px 0px 110px 0px;
	background: #f3f3f3 url(../images/pattern1.png) repeat left top;
}
.features_sec59 img {
	width: 100%;
	margin-left: 5px;
	border: 7px solid #fff;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}

.features_sec59.two {
	background: #f3f3f3 url(../images/pattern2.png) repeat left top;
}

/* features section 60 */
.portada_presentacio0 {
	float: left;
	width: 100%;
	padding: 115px 0px 120px 0px;
}

/* features section 61 */
.feature_sec61 {
	float: left;
	width: 100%;
	padding: 120px 0px;
	background: #f3f3f3;
}

/* features section 62 */
.portada_presentacio2 {
	float: left;
	width: 100%;
	padding: 120px 0px;
}
.portada_presentacio2 .box {
	float: left;
	width: 100%;
	text-align: center;
}
.portada_presentacio2 .box .icon {
	color: #b3b3b3;
	font-size: 40px;
	width: 120px;
	height: 134px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	line-height: 122px;
	margin-bottom: 35px;
	background: url(../images/site-img93.png) no-repeat center top;
	transition: all 0.3s ease;
}
.portada_presentacio2 .box .icon:hover {
	color: #e54c4c;
}

/* features section 63 */
.portada_presentacio3 {
	float: left;
	width: 100%;
	padding: 70px 0px;
	text-align: center;
}
.portada_presentacio3 .box {
	float: left;
	width: 20%;
	border-right: 1px solid #eee;
}
.portada_presentacio3 .box h6 {
	margin-bottom: 0px;
}
.portada_presentacio3 .box.last {
	border-right: none;
}
.portada_presentacio3 .box span {
	color: #e3e3e3;
	font-size: 40px;
	display: block;
	margin-bottom: 18px;
}

/* features section 64 */
.portada_presentacio4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 120px 0px;
}
.portada_presentacio4 .flips1_front img {
	border-radius: 100%;
}
.portada_presentacio4 .flips1_front h5 {
	margin-top: 18px;
	margin-bottom: 0px;
}

.portada_presentacio4.two {
	background: none;
}

/* features section 65 */
.portada_presentacio5 {
	float: left;
	width: 100%;
	padding: 80px 0px;
	background: #eee;
}




/*----------------------------------------------------
   PARALLAX SECTIONS
------------------------------------------------------*/

/* parallax section 1 */
.parallax_section1 {
	float: left;
	width: 100%;
	text-align: left;
	padding: 120px 0px;
	background: #1e1e1e url("../images/darkgray-bg1.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}
.parallax_section1 h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	width: 50%;
	line-height: 38px;
	font-family: 'Dancing Script', cursive;
	background: rgba(0, 0, 0, 0.58);
	padding: 30px 30px 30px 40px;
	border-left: 5px solid #e54c4c;
}
.parallax_section1 p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 45px;
	width: 50%;
}

/* parallax section 2 */
.parallax_section2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 120px 0px;
	background: #999 url("../images/gray-bg1.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}

/* parallax section 3 */
.parallax_section3 {
	float: left;
	width: 100%;
	text-align: left;
	padding: 20px 0px;
	background: #f3f2ef ;
	background: transparent ;
	/*background: #1e1e1e url("../images/fons_linees.jpg");*/


}

/* parallax section 4 */
.parallax_section4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 140px 0px;
	background: #333 url("../images/darkgray-bg1.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}
.parallax_section4 h2 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 38px;
	font-family: 'Dancing Script', cursive;
}
.parallax_section4 p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 50px;
}

/* parallax section 1 */
.parallax_section5 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 140px 0px 140px 0px;
	background: #333 url("../images/darkgray-bg1.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}
.parallax_section5 strong {
	color: #e54c4c;
	font-size: 40px;
	font-weight: bold;
	line-height: 38px;
	font-family: 'Josefin Sans', sans-serif;
	border-radius: 3px;
}
.parallax_section5 p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 45px;
	margin-top: 30px;
}

/* parallax section 6 */
.parallax_section6 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 140px 0px 185px 0px;
	background: #333 url("../images/darkgray-bg1.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}
.parallax_section6 h2 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 38px;
	font-family: 'Dancing Script', cursive;
}
.parallax_section6 .box {
	float: left;
	margin-top: 100px;
	margin-left: 10.2%;
}
.hexagon {
	width: 170px;
	height: 100px;
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	float: left;
	margin-right: 20px;
	transition: all 0.3s ease;
}
.hexagon.two {
	margin-right: 0px;
	margin-left: 95px;
}
.hexagon.three,
.hexagon.four,
.hexagon.five {
	margin-right: 0px;
	margin-left: 20px;
}
.hexagon:before {
	content: "";
	position: absolute;
	top: -45px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 85px solid transparent;
	border-right: 85px solid transparent;
	border-bottom: 45px solid rgba(255, 255, 255, 0.9);
	transition: all 0.3s ease;
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -45px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 85px solid transparent;
	border-right: 85px solid transparent;
	border-top: 45px solid rgba(255, 255, 255, 0.9);
	transition: all 0.3s ease;
}
.haxmargin {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.hexagon:hover {
	background: rgba(0, 0, 0, 0.8);
}
.hexagon:hover:before {
	border-bottom: 45px solid rgba(0, 0, 0, 0.8);
}
.hexagon:hover:after {
	border-top: 45px solid rgba(0, 0, 0, 0.8);
}

.hexagon i {
	color: #333;
	font-size: 30px;
	margin-bottom: 10px;
}
.hexagon h6 {
	margin-bottom: 5px;
}
.hexagon p {
	color: #999;
	font-size: 13px;
	line-height: 16px;
}
.hexagon:hover i {
	color: #e54c4c;
}
.hexagon:hover h6 {
	color: #fff;
}



/* parallax section 7 */
.parallax_section7 {
	float: left;
	width: 100%;
	text-align: left;
	padding: 120px 0px;
	background: #333 url("../images/gray-bg1.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}
.parallax_section7 .container {
	background: #fff;
}
.parallax_section7 .left,
.parallax_section7 .center,
.parallax_section7 .right {
	float: left;
	width: 33.330%;
	padding: 45px 40px;
}
.parallax_section7 .center {
	background: #333;
}

.parallax_section7.two {
	float: left;
	width: 100%;
	text-align: left;
	padding: 120px 0px;
	background: #333 url("../images/gray-bg1.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}


/* parallax section 8 */
.parallax_section8 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px;
	background: #1e1e1e url("../images/fons_suro1.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}



.fons_slideshare{
	
	padding: 40px; padding-left:71px;
	background: #1e1e1e url("../images/fons_suro2.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;	
	
}




/* parallax section 9 */
.parallax_section9 {
	float: left;
	width: 100%;
	text-align: left;
	padding: 140px 0px 112px 0px;
	background: #eee url("../images/gray-bg1.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}
.parallax_section9 .box {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
}
.parallax_section9 .box.last {
	margin-bottom: 0px;
}
.parallax_section9 .box .left {
	float: left;
}
.parallax_section9 .box .right {
	float: left;
	width: 76%;
	padding-top: 7px;
	margin-left: 5%;
}






/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background: #303030 url(../images/footer-graph2.png) no-repeat right bottom;font-size:12px;
	color:#b1b0b0; 

}


.footer a{

	color:#b1b0b0
}

.footer ul li a{

	color:#b1b0b0
}


.footer .top_footer {
	float: left;
	width: 100%;
	background: #333 url(../images/footer-graph.png) no-repeat center top;
	padding: 20px 0px 15px 0px;
	margin-bottom: 75px;
		
}

.footer .top_footer.empty {
	float: left;
	width: 100%;
	background: url(../images/footer-graph.png) no-repeat center top;
	padding: 112px 0px 0px 0px;
	margin-bottom: 0px;
}

.footer .top_footer .colleft,
.footer .top_footer .colright {
	float: left;
	width: 40%;
}
.footer .top_footer .colcenter {
	float: left;
	width: 20%;
}

.footer .top_footer h6 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
}
.footer .top_footer h6 em {
	font-size: 12px;
	font-style: normal;
}

.siteinfo p{font-size:12px; padding-right:22px; color:#c2c1c1}

/* footer light bg color */
.footer.light h4,
.footer.light h4.lmb {
	color: #4e4d4d;
}
.footer.light .qlinks li a:hover,
.footer.light .faddress li a:hover{
	color: #4e4d4d;
}

.footer.light.two {
	background: #fff;
	padding-top: 25px;
}
.footer.light {
	background: #f4f4f4 url(../images/footer-graph2.png) no-repeat right bottom;
}
.footer.light .top_footer {
	padding: 40px 0px 0px 0px;
	background: url(../images/footer-graph4.png) no-repeat center top;
}
.footer.light .top_footer h6 {
	color: #4e4d4d;
}
.footer.light .twitter_feeds_two .left,
.footer.light .newsletter_two .left {
	background: url(../images/site-img40.png) no-repeat center top;
}
.footer.light .twitter_feeds_two .right {
	color: #4e4d4d;
}
.footer.light .twitter_feeds_two .right em {
	color: #4e4d4d;
}
.footer.light .twitter_feeds_two .right em a {
	color: #4e4d4d;
}
.footer.light .twitter_feeds_two .right em a:hover {
	color: #4e4d4d;
}

.footer.light .newsletter_two input.enter_email_input {
	border: 1px solid #dfdfdf;
	color: #727272;
	font-size: 13px;
}
.footer.light .newsletter_two .input_submit {
	color: #333;
	background-color: #dfdfdf;
}
.footer.light .newsletter_two .input_submit:hover {
	color: #fff;
}



.divider_2lines {
	float: left;
	width: 100%;
	height: 2px;
	margin-top: 45px;
	background: url(../images/divider-twolines.png) repeat-x left top;
}


.twitter_feeds_two {
	float: left;
}
.twitter_feeds_two .left {
	float: left;
	width: 85px;
	height: 76px;
	padding-top: 20px;
	margin-right: 25px;
	color: #fff;
	text-align: center;
	background: url(../images/site-img36.png) no-repeat center top;
}
.twitter_feeds_two .right {
	color: #999;
}
.twitter_feeds_two .right em {
	display: block;
	font-size: 12px;
	font-style: normal;
	color: #585858;
}
.twitter_feeds_two .right em a {
	color: #585858;
}
.twitter_feeds_two .right em a:hover {
	color: #999;
}

.twitter_feeds_three {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.twitter_feeds_three li {
	padding: 0px;
	margin: 0px;
	float: left;
}
.twitter_feeds_three li.bhline {
	padding-bottom: 22px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3d3d3d;
}
.twitter_feeds_three li a {
	color: #999;
	transition: all 0.3s ease;
}
.twitter_feeds_three li a:hover {
	color: #fff;
}
.twitter_feeds_three li i {
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.twitter_feeds_three li em {
	float: left;
	font-size: 10px;
	font-style: normal;
	color: #727272;
}
.twitter_feeds_three li em a {
	color: #727272;
	transition: all 0.3s ease;
}
.twitter_feeds_three li em a:hover {
	color: #727272;
	text-decoration: underline;
}

.newsletter_two {
	float: left;
}
.newsletter_two .left {
	float: left;
	width: 85px;
	height: 76px;
	padding-top: 20px;
	margin-right: 25px;
	color: #fff;
	text-align: center;
	background: url(../images/site-img36.png) no-repeat center top;
}
.newsletter_two i {
	color: #fff;
	font-size: 40px;
	margin-bottom: 5px;
}
.newsletter_two .right {
	float: left;
	padding-top: 10px;
}
.newsletter_two input.enter_email_input {
	float: left;
	padding: 3px 0px 2px 18px;
	height: 56px;
	width: 225px;
	background: none;
	border: 1px solid #484848;
	color: #727272;
	font-size: 13px;
}
.newsletter_two .input_submit {
	float: left;
	padding: 16px 25px 15px 25px;
	background-color: #484848;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.newsletter_two .input_submit:hover {
	color: #fff;
	cursor: pointer;
	background-color: #727272;
}

.footer h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px;
}
.footer h4.lmb {
	color: #fff;
	margin-bottom: 20px;
	font-size:14px;
}

/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 2px 0px;
	margin: 0px;
}
.faddress li a {
	color: #727272;
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #fff;
}

/* Tweets */
.twitter_feed {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.twitter_feed .left {
	float: left;
	padding: 0px;
	margin: -7px 0px 0px 0px;
	width: 20px;
}
.twitter_feed .right {
	float: right;
	padding: 0px;
	margin: -10px 0px 0px 0px;
	width: 89%;
}
.twitter_feed a {
	color: #999;
}
.twitter_feed a:hover {
	color: #fff;
}
.twitter_feed a.small {
	font-size: 9px;
	color: #727272;
}
.twitter_feed a.small:hover {
	font-size: 9px;
	color: #999;
}

/* flickr */
#flickr_badge_wrapper {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#flickr_badge_wrapper img {
	width: 70px;
	height: 70px;
	margin-right: 8px;
	margin-bottom: 2px;
	border: 0px solid #999 !important;
}
#flickr_www {
	display:block;
	padding:0 10px 0 10px !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration:none !important;
	background:inherit !important;
	color:#3993ff;
}
#flickr_badge_wrapper {
	margin-top: 25px;
}
#flickr_badge_source {
	padding:0 !important;
}

/* Newsletter Signup */
.newsletter {
	float: left;
	width: 100%;
}
.newsletter .enter_email_input {
	float: left;
	width: 75%;
	height: 39px;
	padding: 0px 7px;
	line-height: 39px;
	background: #fff;
	border: 0px;
	font-size: 13px;
	font-weight: 600;
	color: #999;
}
.newsletter .input_submit {
	float: left;
	color: #fff;
	height: 39px;
	padding: 0px 10px;
	background-color: #13afeb;
	border: 0px;
	cursor: pointer;
}
.newsletter .input_submit:hover {
	color: #fff;
	background-color: #454545;
}

/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.qlinks li {
	padding: 0px;
	margin: 0px;
	line-height:25px;
	border-bottom:1px solid #eee;
	
}
.qlinks li a {
	color: #727272;
	transition: all 0.3s ease;

}
.qlinks li a:hover {
	color: #fff;
}
.qlinks li a i {
	margin-right: 3px;
}

/* footer style 2 */
.footer.style2 {
	float: left;
	width: 100%;
	padding: 95px 0px 0px 0px;
	border-top: 5px solid #212121;
	background: #333 url(../images/footer-graph3.png) no-repeat right bottom;
}
.footer.style3 {
	float: left;
	width: 100%;
	padding: 95px 0px 0px 0px;
	border-top: 5px solid #212121;
	background: #333 url(../images/footer-graph5.png) no-repeat right bottom;
}

.fbposts {
	float: left;
	width: 100%;
}
.fbposts img {
	float: left;
	margin-right: 18px;
	transition: all 0.3s ease;
}
.fbposts a {
	float: left;
	color: #999;
	margin-bottom: 34px;
	transition: all 0.3s ease;
}
.fbposts a:hover {
	color: #fff;
}
.fbposts a:hover img {
	opacity: 0.7;
}

.ftags {
	float: left;
	width: 100%;
}
.ftags a {
	float: left;
	color: #999;
	padding: 5px 10px;
	margin: 0px 5px 10px 5px;
	transition: all 0.3s ease;
	background: rgba(0, 0, 0, 0.2);
}
.ftags a:hover {
	background: rgba(0, 0, 0, 0.5);
}

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


/* copyrights */
.copyright_info {
	float: left;
	padding: 30px 0px 25px 0px;
	margin: 20px 0px 0px 0px;
	width: 100%;
	color: #727272;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: rgba(255, 255, 255, 0.05);
}
.copyright_info a {
	margin-top: 10px;
	font-size: 12px;
	color: #727272;
	text-align: right;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #e3e3e3;
}

.copyright_info.two {
	background: #fff;
	color: #999;
}
.copyright_info.two a {
	color: #999;
}
.copyright_info.two a:hover {
	color: #454545;
}

.copyright_info.three {
	background: rgba(255, 255, 255, 0.45);
	color: #999;
}
.copyright_info.three a {
	color: #999;
}
.copyright_info.three a:hover {
	color: #454545;
}

.copyright_info.four {
	background: #e54c4c;
	color: #fff;
	border-top: 3px double rgba(0, 0, 0, 0.12);
}
.copyright_info.four a {
	color: #fff;
}
.copyright_info.four a:hover {
	color: #fff;
	text-decoration: underline;
}

.copyright_info.five {
	background: none;
	color: #999;
	margin-top: 0px;
}
.copyright_info.five a {
	color: #999;
}
.copyright_info.five a:hover {
	color: #454545;
}



/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.footer_social_links li a i {
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 100%;
	line-height: 24px;
	vertical-align: middle;
	background-color: #eee;
	color: #666;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}

.footer_social_links.two li a i {
	background-color: #ccc;
	color: #fff;
}
.footer_social_links.two li a i:hover {
	color: #fff;
	background-color: #e3e3e3;
}

.footer_social_links.three li a i {
	background-color: #ccc;
	color: #fff;
}
.footer_social_links.three li a i:hover {
	color: #fff;
	background-color: #e3e3e3;
}

.footer_social_links.four li a i {
	background-color: rgba(0, 0, 0, 0.12);
	color: #fff;
}
.footer_social_links.four li a i:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
}




/* menu search bar */
.search_hwrap {
  display: inline-block;
  position: relative;
  height: 50px;
  float: right;
  padding: 0;
  position: relative;
}
.search_hwrap input[type="text"] {
  height: 50px;
  font-size: 14px;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  border: none;
  outline: none;
  color: #ccc;
  padding: 3px;
  padding-right: 50px;
  width: 0px;
  position: absolute;
  top: 8px;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}
.search_hwrap input[type="text"]:focus {
  width: 210px;
  z-index: 1;
  cursor: text;
}
.search_hwrap input[type="submit"] {
  height: 36px;
  width: 36px;
  display: inline-block;
  color:red;
  float: right;
  background: #727272 url(../images/search-icon.png) no-repeat center 7px;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
  border: 1px solid #999;
  border-radius: 100%;
}
.search_hwrap input[type="submit"]:hover {
  opacity: 0.8;
}

.search_hwrap.two input[type="text"] {
  color: #fff;
}
.search_hwrap.two input[type="submit"] {
  background: rgba(0,0,0,0.2) url(../images/search-icon.png) no-repeat center 7px;
  border: 1px solid rgba(255,255,255,0.9);
}


/* page titles */
.page_title {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding: 75px 0px 120px 0px;
	background: #272727 url(../images/fullsite-img14.jpg) no-repeat center top;
			text-align:left;
}
.page_title .title {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0px;		text-align:left;
}
.page_title .title h1 {
	margin: 0px 0px 40px 0px;
	padding-bottom: 30px;
	font-size: 48px;
	color: #fff;
	text-transform: none;
	background: url(../images/white-line.png) no-repeat center bottom;
	text-align:left;
}
.page_title h3 {
	margin: 0px 0px 8px 0px;
	color: #fff;
	font-weight: bold;		text-align:left;
}
.page_title h5 {
	margin: 0px;
	color: #fff;
	font-weight: 300;		text-align:left;
}
.page_title.small .title h1 {
	margin: 0px 0px 20px 0px;		text-align:left;
}

.page_title.two {
	background: #272727 url(../images/fullsite-img20.jpg) no-repeat center top;
}





.page_title2 {
	float: left;
	width: 100%;
	padding: 75px 0px;
	background: #eeede9 url(../images/fons_notis2.png) no-repeat center top;
	
}
.page_title2 h1 {
	float: left;
	font-size: 32px;
		font-family: 'Roboto', sans-serif;
	font-style:italic; 
	font-weight: 300;
	margin-bottom: 0px;		text-align:left;
	color: #373734;
}

.page_title2 h1.rdi_fitxa {
	float: left;
	font-size: 24px;
	line-height:28px;
			text-align:left;
		font-family: 'Roboto', sans-serif;
	font-style:italic; 
	font-weight: 300;
	margin-bottom: 0px;
	color: #373734;
}




.page_title2 .pagenation {

	float: right;
	font-size: 10px;
	line-height:13px;
	text-align: right;
	font-weight: normal;
	color: #8f9800;
	margin: 10px 0px 0px 0px;
	border-bottom:1px solid #c7c6c1; width:100%;
	margin-right:22px;
	margin-top:20px;
	padding-bottom:4px;
}


.page_title2 .pagenation i {
	color: #8f9800;
	margin: 0px 2px 0px 2px;
}
.page_title2 .pagenation a {
	padding: 0px;
	color: #999;
	transition: all 0.3s ease;
}

.page_title2 .pagenation span {

	color: #999;

}
.page_title2 .pagenation a:hover {
	color: #e3e3e3;
}










.main-wrapper {background: #eeede9 url(../images/fons_notis.png) no-repeat  center top;
	
	background-attachment:fixed;
	
	
}






.page_title-notis {
	float: left;
	width: 100%;
	padding: 60px 0px;
	padding-bottom:33px;
	background: transparent;		text-align:left;
}



.page_title-notis h1 {
	float: left;
	font-size: 14px;
		font-family: 'Roboto', sans-serif;
	font-style:normal; 
	font-weight: 500;
	margin-bottom: 0px;
	color: #87921f;		text-align:left;
	line-height:55px;
}

.page_title-notis .noticies  h1 span{
	float: left;
	font-size: 84px;
	line-height:28px;

		font-family: 'Noto Serif', serif;
	font-style:italic; 
	font-weight: 600;
	margin-bottom: 0px;		text-align:left;
	color: #373734;
}

.page_title-notis .noticies  h1 span.titol2{
	float: left;
	font-size: 36px;
	line-height:28px;
		padding-top:18px;
		font-family: 'Noto Serif', serif;
	font-style:italic; 
	font-weight: 300;
	margin-bottom: 0px;		text-align:left;
	color: #373734;
}




.page_title-notis .noticies  h1 span.titol3{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;		text-align:left;
	font-size:13px;
}

.page_title-notis .pagenation {

	float: right;
	font-size: 10px;
	line-height:14px;
	text-align: right;
	font-weight: normal;
	color: #8f9800;
	margin: 10px 0px 0px 0px;
	border-bottom:1px solid #c7c6c1; width:100%;
	margin-right:22px;
	margin-top:20px;
	padding-bottom:4px;
}


.page_title-notis .pagenation i {
	color: #8f9800;
	margin: 0px 2px 0px 2px;
}
.page_title-notis .pagenation a {
	padding: 0px;
	color: #999;
	transition: all 0.3s ease;
}

.page_title-notis .pagenation span {

	color: #999;

}
.page_title-notis .pagenation a:hover {
	color: #e3e3e3;
}



















.cbp-l-loadMore-text {display:none;visibility:hidden;}





.page_title2b {
	float: left;
	width: 100%;
	padding: 35px 0px;		text-align:left;
	
	

}
.page_title2b h1 {
	float: left;
	font-size: 32px;
		font-family: 'Roboto', sans-serif;
	font-style:italic; 
	font-weight: 300;
	margin-bottom: 0px;
	color: #373734; 		text-align:left;
	

}
.page_title2b .pagenation {

	float: left;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #8f9800;
	margin: 10px 0px 0px 0px;
	border-bottom:1px solid #c7c6c1; width:100%;
	margin-right:22px;
	margin-top:20px;
	
}


.page_title2b .pagenation i {
	color: #8f9800;
	margin: 0px 2px 0px 2px;
}
.page_title2b .pagenation a {
	padding: 0px;
	color: #999;
	transition: all 0.3s ease;
}

.page_title2b .pagenation span {

	color: #999;

}
.page_title2b .pagenation a:hover {
	color: #e3e3e3;
}






.social_compartir {	float: right;text-align:right; padding-top:10px; margin-right:22px; }
.social_compartir2 {float: left;text-align:left; padding-top:10px; margin-right:22px; }



.nomarginpadding{margin:0px; padding:0px;}


.page_title3 {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding: 140px 0px 140px 0px;		text-align:left;
	background: #272727 url(../images/fullsite-img15.jpg) no-repeat center top;
}
.page_title3 .title {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0px;
}
.page_title3 .title h1 {
	margin: 0px 0px 10px 0px;
	padding-bottom: 30px;
	font-size: 58px;
	color: #fff;
	text-transform: none;
	font-weight: normal;
}
.page_title3 h5 {
	color: #fff;
	width: 75%;
	margin: 0 auto;
	font-weight: 300;
	line-height: 30px;
}
.page_title3 i {
	color: #fff;
	font-size: 27px;
	width: 80px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	margin: 50px 10px 0px 10px;
	transition: all 0.3s ease;
}
.page_title3 i:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}

.page_title4 {
	position: relative;
	float: left;
	width: 100%;
	padding: 70px 0px;
	background: #f3f3f3;
}
.page_title4 .title {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px;
}
.page_title4 .title h1 {
	margin: 0px;
	color: #293139;
	text-transform: none;
	font-size: 40px;
}
.page_title4 .line{
    background: #999;
    position: absolute;
    height: 1px;
    display: block;
    width: 100px;
	margin-top: 12px;
}
.page_title4 h6 {
	float: left;
	margin-top: 30px;
	margin-bottom: 0px;
	color: #727272;
	font-weight: 300;
	line-height: 25px;
	width: 85%;
}

.page_title5 {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding: 200px 0px 40px 0px;
	background: #333 url(../images/fullsite-img13.jpg) no-repeat center top;
}
.page_title5 .title {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px;
}
.page_title5 .title h1 {
	float: left;
	margin: 0px;
	padding: 5px 10px;
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.3);
}

.page_title5.two {
	padding: 310px 0px 40px 0px;
	background: #333 url(../images/fullsite-img19.jpg) no-repeat center top;
}


.imgheader {
	float: left;
	width: 100%;
	height: 400px;
	background: #333 url(../images/fullsite-img16.jpg) no-repeat center top;
}
.imgheader img {
	float: left;
}
.imgheader2 {
	float: left;
	width: 100%;
	height: 400px;
	background: #333 url(../images/fullsite-img17.jpg) no-repeat center top;
}
.imgheader2 img {
	float: left;
}

.clogo_small {
	float: left;
	width: 100%;
}
.clogo_small li {
	float: left;
	width: 10%;
}
.clogo_small li h6 {
	font-size: 14px;
	margin-top: 18px;
	text-align: right;
}
.clogo_small li img {
	float: left;
	width: 100%;
}

/* blog */
.blog_post {
	float: left;
	width: 100%;
}
.blog_post h3 {
	text-align: left;
	color: #333;
	line-height: 30px;
	display: block;
}
.blog_post h3 a {
	color: #e54c4c;
	text-decoration: none;
	margin-top: 3px;
	text-transform: none;
	font-weight: 400;
	font-size: 30px;
}
.blog_post h3 a:hover {
	color: #383634;
}
ul.post_meta_links {
	float: left;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.post_meta_links li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;
	color: #999;
}
.post_meta_links li a {
	color: #999;
	padding: 0px 18px 0px 0px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}
.post_meta_links li a:hover {
	color: #727272;
	text-decoration: none;
}
.post_meta_links li i {
	color: #bbb;
	font-size: 12px;
	font-style: normal;
}
.blog_postcontent {
	float: left;
	width: 100%;
}
.blog_postcontent .image_frame {
	float: left;
	width: 100%;
	margin-bottom: 27px;
}

.blog_postcontent .image_frame.mone {
	float: left;
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.blog_postcontent .image_frame.mtwo {
	float: left;
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.blog_postcontent .image_frame.mthree {
	float: left;
	width: 100%;
	height: 480px;
	overflow: hidden;
}
.blog_postcontent .image_frame.mone img,
.blog_postcontent .image_frame.mtwo img,
.blog_postcontent .image_frame.mthree img {
	float: left;
	width: auto;
	margin-left: -45%;
	margin-top: -10%;
}


.blog_postcontent .video_frame.mtwo iframe {
	float: left;
	width: 100%;
	height: 280px;
	overflow: hidden;
}


.blog_postcontent .image_frame.small {
	float: left;
	width: 43%;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .image_frame.small:hover {
	border: 7px solid #f9f9f9;
}
.blog_postcontent .image_frame img {
	float: left;
	width: 100%;
}
.blog_postcontent .video_frame.small iframe {
	height: 250px;
}
.blog_postcontent .video_frame iframe {
	float: left;
	width: 100%;
	height: 520px;
	margin-bottom: 27px;
}
.post_info_content_small {
	padding: 0px;
	margin: 0 0 0 4%;
	width: 50%;
	float: left;
}
ul.post_meta_links_small {
	float: left;
	margin: -15px 0px 12px 80px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}
.post_meta_links_small li a {
	color: #a1a1a1;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
.post_meta_links_small li a:hover {
	color: #727272;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
.blog_post a.date {
	color: #454545;
	font-size: 16px;
	font-weight: normal;
}
.blog_post a.date:hover {
	color: #e54c4c;
}
.post_readmore:link, .post_readmore:visited {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
	background: url(../images/skin01/but_post_readmore.jpg) no-repeat left top;
}
.post_readmore:hover {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
	background: url(../images/skin01/but_post_readmore_hover.jpg) no-repeat left top;
}
.sharepost {
	float: left;
	width: 80%;
	margin-bottom: 40px;
}
.sharepost ul {
	margin: 0px;
	padding: 0px;
}
.sharepost li {
	margin: 0px 7px 5px 0px;
	padding: 2px 5px;
	float: left;
	border-radius: 2px;
	list-style-type: none;
	background-color: #e54c4c;
	transition: all 0.3s ease;
}
.sharepost li i {
	color: #fff;
}
.sharepost li:hover {
	background-color: #383634;
}

.about_author {
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}
.about_author img {
	float: left;
	margin-right: 20px;
}
.about_author a {
	font-family: 'Open Sans' !important;
	font-weight: normal;
	font-weight: 600;
	color: #333;
}
.about_author a:hover {
	color: #e54c4c;
}


/* pagination */
.pagination.center {
	text-align: center;
}
.pagination.center b{
	float: inherit;
}
.pagination {
	clear:both;
	padding:10px 0;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
}
.pagination b{
	float:left;
	margin: 0px 5px 2px 0;
	padding:0px 10px;
	font-weight: normal;
	color: #999;
}
.pagination a.navlinks {
	font-size: 12px;
	color: #454545;
	background-color: #eee;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 10px;
	border-radius: 3px;
}
.pagination a.navlinks:hover {
	color: #fff;
	background-color: #454545;
}
.pagination a.current {
	color: #fff;
	background-color: #454545;
}


.harrow_line {
	float: left;
	width: 100%;
	height: 20px;
	background: url(../images/h-arrow-line2.png) no-repeat center top;
}

/* Advertisements */
ul.adsbanner-list {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.adsbanner-list li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}
.adsbanner-list li img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}
.adsbanner-list li.last {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}

.address_info {
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 20px 10px 10px 20px;
	width: 100%;
	margin-bottom: 30px;
}
.address_info.two {
	background-color: #fff;
	border: none;
	padding-top: 0px;
}
.address_info h3 i {
	font-weight: 500;
	font-style: normal;
}

.google-map {
	width: 99%;
	height: 350px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.google-map2 {
	width: 100%;
	height: 450px;
}
.google-map3 {
	width: 100%;
	height: 300px;
	border: 10px solid #fff;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}
.google-map4 {
	width: 100%;
	height: 200px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}


/* sidebar widget */
.sidebar_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.sidebar_widget ul.arrows_list1{
	padding: 0px;
	margin: 0px;
	float: left;
	margin-top: -10px;
}
.sidebar_widget ul.arrows_list1 li a {
	color: #e54c4c;
	line-height: 30px;
}
.sidebar_widget ul.arrows_list1 li a:hover {
	color: #272727;
}
.sidebar_widget ul.arrows_list1 i {
	margin-right: 4px;
}
.sidebar_title {
	float: left;
	width: 100%;
}
.sidebar_widget h4, .clientsays_widget h4 {
	margin-bottom: 30px;
	float: left;
	font-weight: 300;
}
.sidebar_widget h4 i, .clientsays_widget h4 i {
	font-weight: 500;
	font-style: normal;
}

/* Recent Posts */
ul.recent_posts_list {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.recent_posts_list li {
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 16px 0px;
	list-style-type: none;
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
}
.recent_posts_list li a {
	text-decoration: none;
	line-height: 17px;
	display: block;
	color: #999;
}
.recent_posts_list li a:hover {
	color: #e54c4c;
}

.recent_posts_list li span {
	float: left;
	margin-right: 15px;
}
.recent_posts_list li span img {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.recent_posts_list li span img:hover {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.recent_posts_list li i {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 10px;
	font-style: normal;
	color: #c9c9c9;
}
.recent_posts_list li.last {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #f5f6f6;
}

/* client says widget */
.clientsays_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #999;
}
.clientsays_widget strong {
	font-weight: 600;
	color: #454545;
}
.clientsays_widget h3 {
	margin-bottom: 18px;
}
.clientsays_widget img {
	float: left;
	margin-right: 13px;
	margin-top: 7px;
}


/* portfolio widget */
.portfolio_widget {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.portfolio_widget .box {
	float: left;
	width: 100%;
}
.portfolio_widget .box strong {
	font-size: 16px;
	color: #181818;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	margin-top: 25px;
}
.portfolio_widget .box strong a {
	color: #181818;
}
.portfolio_widget .box strong a:hover {
	color: #2191ed;
}
.portfolio_widget .box i {
	font-size: 22px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 58px;
	height: 58px;
	text-align: center;
	vertical-align: middle;
	line-height: 58px;
	margin-top: 26%;
}

/* 404 Error Page */
.error_pagenotfound {
	padding: 50px 30px 58px 30px;
	margin: 0 auto;
	width: 59%;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 5px solid #eee;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.error_pagenotfound strong {
	display: block;
	font-size: 145px;
	line-height: 100px;
	color: #e3e3e3;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow: 5px 5px 1px #fafafa;
}
.error_pagenotfound b {
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #999;
	margin: 0;
	font-weight: 300;
}
.error_pagenotfound em {
	display: block;
	font-size: 18px;
	line-height: 59px;
	color: #e54c4c;
	margin: 0;
	font-style: normal;
}

/* portfolio single image */
.portfolio_area {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
}
.portfolio_area_left {
	padding: 0px;
	margin: 0px;
	width: 74%;
	float: left;
}
.portfolio_area_left img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.portfolio_area_right {
	padding: 0px;
	margin: 0px 0px 0px 4%;
	width: 22%;
	float: left;
}
.project_details {
	padding: 0px;
	margin: 80px 0px 0px 0px;
}
.project_details span {
	padding: 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}
.project_details strong {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #727272;
	float: left;
	width: 40%;
}
.project_details em {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	float: left;
	width: 60%;
}
.project_details span a {
	padding: 3px 10px;
	margin: 0px 0px 0px 3px;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	background-color: #e3e3e3;
	border-radius:3px;
}
.project_details span a:hover {
	background-color: #ddd;
}
.addto_favorites {
	padding: 3px 10px 5px 10px;
	margin: 27px 0px 0px 0px;
	width: 142px;
	display: block;
	border-radius:3px;
	font-size: 13px;
	color: #999;
	background: #eee;
}
.addto_favorites:hover {
	background: #e3e3e3;
}
.addto_favorites i {
	color: #c3c3c3;
}

ul.small_social_links {
	padding: 0px;
	margin: 18px 0 25px 0px;
}
.small_social_links li {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left;
}
.small_social_links li i {
	font-size: 11px;
	color: #e54c4c;
	border: 1px solid #eee;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
}
.small_social_links li a {
	opacity: 1;
}
.small_social_links li a:hover {
	opacity: 0.7;
}

ul.list_5 {
	float: left;
	padding: 0px;
	margin: 0px;
}
.list_5 li {
	float: left;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.list_5 li.last {
	margin: 0px 0px 0px 0px;
}
.list_5 li img {
	float: left;
	margin-right: 18px;
}
.list_5 li em {
	float: left;
	font-style: normal;
	margin: 9px 0px 0px 0px;
}
.list_5 li a {
	color: #999;
}



/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}


/*
------------------------
 UPDATED VERSION 1.2 
------------------------*/

.mitemnew {
	color: #fff;
	padding: 1px 4px;
	background: #e54c4c;
	border-radius: 2px;
	font-size: 11px;
	font-weight: 500;
}

/* Static header */
.stheader {
	float: left;
	width: 100%;
	height: 750px;
	margin-top: 100px;
	background: #999 url(../images/sliders/master/slider-bg16.jpg) no-repeat center top;
}

/* Static header 2 */
.stheader2 {
	float: left;
	width: 100%;
	background: #999 url(../images/sliders/master/slider-bg20.jpg) repeat-y center top;
}

/* Static header 3 */
.stheader3 {
	float: left;
	width: 100%;
	height: 700px;
	margin-top: 100px;
	background: #999 url(../images/sliders/master/slider-bg21.jpg) no-repeat center top;
}


/* slider header form */
.slidercform {
	float: left;
	width: 470px;
	padding: 47px 50px 50px 50px;
	text-align: center;
	margin-top: 100px;
	background: rgba(0,0,0,0.72);
	border-radius: 3px;
}
.slidercform .sky-form {
	color: #999;
}
.slidercform .sky-form footer {
	padding: 5px 0px 0px 0px;
}
.slidercform .sky-form .button {
	float: left;
	width: 86.5%;
	height: 50px;
	background: #e54c4c;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	opacity: 1;
}
.slidercform .sky-form .button:hover {
	opacity: 0.75;
}
.slidercform .sky-form section {
	margin-bottom: 9px;
}
.slidercform strong {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 27px;
	font-weight: bold;
	display: block;
}
.slidercform strong em {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	display: block;
	margin-top: 8px;
}
.slidercform span {
	width: 50%;
	height: 1px;
	background: #595959;
	float: left;
	margin-top: 14px;
	margin-left: 25%;
}

/* slider header form 2 */
.slidercform2 {
	float: right;
	width: 470px;
	padding: 47px 45px 50px 45px;
	background: rgba(18,18,18,0.9);
	border-radius: 3px;
	position: relative;
	z-index: 300;
	margin-top: -565px;
	text-align: center;
}
.slidercform2 strong {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 27px;
	font-weight: bold;
	display: block;
}
.slidercform2 strong em {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	display: block;
	margin-top: 8px;
}
.slidercform2 span {
	width: 50%;
	height: 1px;
	background: #454545;
	float: left;
	margin-top: 14px;
	margin-left: 25%;
}
.slidercform2 .sky-form .input input,
.slidercform2 .sky-form .select select {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 101.5%;
	padding: 10px 14px;
	outline: none;
	border-width: 0px;
	border-style: solid;
	background: rgba(255, 255, 255, 0.9);
	font: 14px/18px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #454545;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.slidercform2 .sky-form .textarea textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 10px 14px;
	outline: none;
	border-width: 0px;
	border-style: solid;
	background: rgba(255, 255, 255, 0.9);
	font: 14px/18px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #454545;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* header portfolio style */
.headerport {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 210px;
	margin-bottom: 130px;
}

.headerport .left {
	float: left;
	width: 33%;
}
.headerport .center {
	float: left;
	width: 34%;
}
.headerport .right {
	float: left;
	width: 33%;
}

.headerport .boxsize1 {
	float: left;
	width: 100%;
	height: 300px;
	text-align: center;
	background: #525252;
}
.headerport .boxsize2 {
	float: left;
	width: 50%;
	height: 150px;
	text-align: center;
	background: #525252;
}
.headerport .boxsize3 {
	float: left;
	width: 100%;
	height: 150px;
	text-align: center;
	background: #525252;
}
.headerport .boxsize4 {
	float: left;
	width: 100%;
	height: 450px;
	text-align: center;
	background: #525252;
}

.headerport .boxsize1 img{
	width: 100%;
	height: 300px;
	display: block;
}
.headerport .boxsize2 img{
	width: 100%;
	height: 150px;
	display: block;
}
.headerport .boxsize3 img{
	width: 100%;
	height: 150px;
	display: block;
}
.headerport .boxsize4 img{
	width: 100.2%;
	height: 450px;
	display: block;
}

.headerport .boxsize2 .onlycolor {
	float: left;
	width: 100%;
	height: 150px;
	background: #e54c4c;
	transition: all 0.3s ease;
}
.headerport .boxsize2 .onlycolor:hover {
	background: #525252;
}
.headerport .boxsize2 .onlycolor.white {
	background: #fff;
}
.headerport .boxsize2:hover .onlycolor.white {
	background: #e3e3e3;
}
.headerport .boxsize3 .onlycolor {
	float: left;
	width: 100%;
	height: 150px;
	background: #e54c4c;
	transition: all 0.3s ease;
}
.headerport .boxsize3 .onlycolor:hover {
	background: #525252;
}
.headerport .boxsize3 .onlycolor.white {
	background: #fff;
}
.headerport .boxsize3:hover .onlycolor.white {
	background: #e3e3e3;
}

.headerport .boxsize1 h3 {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  margin-top: 32.5%;
}
.headerport .boxsize2 h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-top: 29%;
}
.headerport .boxsize3 h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-top: 14.5%;
}
.headerport .boxsize1 h3.darkc,
.headerport .boxsize2 h3.darkc,
.headerport .boxsize3 h3.darkc,
.headerport .boxsize4 h3.darkc {
  color: #333;
}
.headerport .boxsize4 h3 {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  margin-top: 50%;
}

.hp-item.square {
  position: relative;
  width: 100%;
}
.hp-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hp-item.square.effect10 {
  overflow: hidden;
}
.hp-item.square.effect10 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.hp-item.square.effect10 .info {
  background: #525252;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.hp-item.square.effect10 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}
.hp-item.square.effect10 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.hp-item.square.effect10.bottom_to_top .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.hp-item.square.effect10.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.hp-item.square.effect10.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.hp-item.square.effect10.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.menu_shape_shadow {
	float: left;
	position: absolute;
	width: 100%;
	height: 10px;
	background: url(../images/menu-shadow2.png) no-repeat center top;
	z-index: 8000;
	top: 100px;
}

/* text slider */
.textyslider {
	background: none;
	text-align: center;
	padding-top: 90px;
	margin-bottom: 59px;
}
.textyslider span.text {
	display: block;
	padding-top: 20px;
	margin-bottom: 40px;
}
.textyslider em {
	color: #e54c4c;
	font-family: 'Dancing Script', cursive;
	font-size: 45px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px dashed #e54c4c;
}
.textyslider strong {
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	font-weight: 600;
	padding-left: 20px;
	text-transform: uppercase;
}
.textyslider p {
	font-family: 'Raleway', sans-serif;
	color: #727272;
	font-size: 16px;
	line-height: 27px;
	padding-bottom: 5px;
	width: 70%;
	margin: 0 auto;
}








.center {text-align:center;}

header.header {margin:0px; padding:0px; height:105px;}
header.header .container{margin-top:0px; padding:0px;}


.right p {font-size:13px; line-height:17px;}

.right a {font-size:12px; }

.right a img {line-height:22px; vertical-align:middle; }


.col-md-4.nomarginpadding {margin:0px; padding:0px;}

.col-md-8.nomarginpadding {margin:0px; padding:0px;}

.botoverd {font-size:11px;}
.botoverd img {line-height:22px; margin-right:3px; vertical-align:middle; }

.responsive {width:100%; max-width:100%;  height:auto; }





.xarxes a.twitter {display:block; border-bottom:1px solid #bebebe;padding-top:3px; padding-bottom:3px;	font-size:12px;	}
.xarxes a.facebook {display:block; border-bottom:1px solid #bebebe;padding-top:3px; padding-bottom:3px;		font-size:12px;	}
.xarxes a.linkedin {display:block; border-bottom:1px solid #bebebe;padding-top:3px; padding-bottom:3px;		font-size:12px;		}
.xarxes a.slideshare {display:block; border-bottom:1px solid #bebebe;padding-top:3px; padding-bottom:3px;		font-size:12px;		}
.xarxes a.issuu {display:block; border-bottom:1px solid #bebebe;padding-top:3px; padding-bottom:3px;		font-size:12px;		}

.xarxes a i {width:16px;}









.stcode_title5 h3{
	font-family: 'Roboto', sans-serif;
    font-size: 13px; line-height:15px;
	padding-bottom: 16px;
    z-index: 1;
    position: relative;
    text-align: left;
	font-weight: normal;
	margin-bottom: 25px;
	text-transform:uppercase;
}
.stcode_title5 h3.nmb{
	margin-bottom: 3px;
}




.parallax_section8 h1.white{
	
		font-family: 'Roboto', sans-serif;
		font-weight:300;
		font-style:italic;
		font-size:46px; line-height:52px; 
	
}




.franjagrispeu {width:100%; padding:13px; padding-top:22px; vertical-align:center; background:#fff; margin-bottom:43px;}
.franjagrispeu .col-md-6 {text-align:center;}



.franjagrispeu2 {width:100%; padding:13px; padding-top:22px; vertical-align:center; background:#eeede9; margin-bottom:43px; margin-top:13px;}




.site_wrapper.fonstap{	background:  url(../images/fons_tap2.jpg) no-repeat  ;  background-position: -120px 360px; }




a.but_chat {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: transparent;
	border: 1px solid #fff;
	border-bottom: 1px solid #fff;	
	text-transform:uppercase;
	color:#fff;
	font-size:11px; 
}
a.but_chat:hover {
	background-color: #8aa61b;
	color:#fff;
}







h2.icsuro {		font-family: 'Roboto', sans-serif;
		font-weight:400; font-size:32px;}

h1.icsuro {		font-family: 'Roboto', sans-serif;
		font-weight:400; font-size:32px;font-style:italic;}

h1.icsuro2 {		font-family: 'Roboto', sans-serif;
		font-weight:400; font-size:24px;font-style:italic; line-height:30px;}



.fons_cork {	background:  url(../images/fons_cork.jpg) no-repeat  ;  background-position: 211px 0;; }
.fons_cork2 {	background:  url(../images/fons_cork.jpg) no-repeat  ;  background-position: 666px 0;; }


.fons_cork1 {	background:  url(../images/fons_cork1.jpg) no-repeat  ;  background-position: 211px 0;; }



.granate {color:#7e013e;}
.verd {color:#879205;}
.negre {color:#000;}









.but_small2.gris {
	color: #7f7f7f;
	padding: 4px 11px;
	background-color: #dddddd;
	border-radius: 20px;
	transition: all 0.3s ease;
	border-bottom: none;
	white-space: nowrap;margin-right: 10px;
} 
.but_small2:hover {
	color: #fff;
	background-color: #87910b;
}

.but_small2.nob {
	padding: 10px 30px;
	border-bottom: 0px solid #333;
}


.but_small2.verd {
	color: #fff;
	padding: 3px 10px;
	background-color: #87910b;
	border-radius: 15px;
	transition: all 0.3s ease;
	border-bottom: none;
	white-space: nowrap;margin-right: 10px;

	} 
.but_small2.verd:hover {
	color: #fff;
	background-color: #7f7f7f;
}

.but_small2.nob {
	padding: 10px 30px;
	border-bottom: 0px solid #333;
}




p .but_small2.verd {
	color: #fff;
	padding: 4px 11px;
	background-color: #87910b;
	border-radius: 20px;
	transition: all 0.3s ease;
	border-bottom: none;
	white-space: nowrap;margin-right: 10px;
} 
p .but_small2:hover {
	color: #fff;
	background-color: #7f7f7f;
}

p .but_small2.nob {
	padding: 10px 30px;
	border-bottom: 0px solid #333;
}









.but_small2 {font-size:11px;}




.but_medium1 {font-size:11px; }

.but_medium1.verd {
	color: #fff;
	padding: 4px 7px;
	background-color: #87910b;
	border-radius: 10px;
	transition: all 0.3s ease;
	border-bottom: none;
	white-space: nowrap;
		margin-top: 6px;

	
}
.but_medium1.verd:hover {
	color: #fff;
	background-color: #333;
}





a.but_medium2 {font-size:14px; }

a.but_medium2.verd {
	color: #87910b;
	padding: 25px 60px;

	border-radius: 10px;



		margin-top: 6px;
		border:1px solid #87910b;
		background-color: transparent

	
}





a:hover.but_medium2.verd  {
	color: #fff;
	background-color: #87910b;
}






.container p {text-align:justify}


.paddingdreta {padding-right:20px;}
.paddingdreta2 {padding-right:60px;}
.paddingdreta3 {padding-right:100px;}



.embed_slideshare {border:0; border-width:1px; margin-bottom:5px; width: 100%; height:500px;}



.imgpadding {padding-left:93px; padding-right:93px;}





.cursos h2 {font-size:26px;   font-weight:300; font-family: 'Roboto', sans-serif; color:#87921f; line-height:32px;font-family: 'Roboto', sans-serif; margin-bottom:40px;
}
.cursos h3 { margin-bottom:9px;}

.cursos ul li {font-size:15px; line-height:20px;  font-weight:300; font-family: 'Roboto', sans-serif; border-bottom:1px solid #eee; padding-top:8px; padding-bottom:8px;}




.cursos a.boto_verd {
	color: #ffffff;
	padding: 16px 50px;
	background-color: #87910b;
	border-radius: 30px;
	transition: all 0.3s ease;
	border:0px;;
	white-space: nowrap;
	font-size:14px;
		color: #ffffff;
}
.cursos a.boto_verd:hover {
	color: #fff;
	background-color: #333;
}



.iframe_maps {height:380px;width:100%;border:0;}


.carreg {font-size:11px; color:#666;}


.navbar-default {background-color: #fff;}



.ssba  {}

.ssba img {margin-left:4px;}




.widget_ssba_widget  { }

.widget_ssba_widget img {margin-left:4px; }


.post-format-icon {display:none; visibility:hidden;}



.form-allowed-tags {display:none; visibility:hidden;}



.textwidget {color:#a2a2a2; font-size:12px; line-height:16px;}
.textwidget img {margin-bottom:8px;}




.fati17 {
	padding:12px;
	color: #fff;
	font-size: 27px;
	vertical-align: middle;
	width:35px;
	height:35px;
	border-radius: 100%;
	text-align: center;
	background-color: #333;
	margin-right: 4px;
	margin-bottom: 14px;
	
}



.social_lateral{width:100%; text-align:center;}


.sidebar-widget  {padding:27px;}


.sidebar-widget ul.menu li a {color:#a2a2a2; text-transform:uppercase;}




.idiomes { height:25px; float:right;margin-top:7px;}

.lang_sel_list_horizontal {border:none;  margin:0px; padding:0px; float:right;  border:none;}



.lang_sel_list_horizontal ul {border:none; margin:0px; padding:0px;  border:none;}
.lang_sel_list_horizontal ul li {border:none; margin:0px; padding:0px; text-align:right;  border:none; font-size: 12px;}
.lang_sel_list_horizontal ul li a{ font-size: 12px;}




#lang_sel ul ul {
  width: inherit;
  visibility: hidden;
  position:  inherit;
  height: 0;
  top: 25px;
  left: 0;
  border:none;
}


#lang_sel_list.lang_sel_list_horizontal ul{
  border:none;
}


#lang_sel_list.lang_sel_list_horizontal ul li a{
font-size: 12px; color:#666;
}


#lang_sel_list.lang_sel_list_horizontal ul li a:hover{
background:none; 

color:#87921f
}








#cookie-law-info-bar {padding:15px;}





form.wpcf7 {margin:0px;}


.wpcf7 .your-name input {width:95%;border:1px solid #cacaca; }
.wpcf7 .your-email input {width:95%;border:1px solid #cacaca;}
.wpcf7 .tel-351 input{width:95%;border:1px solid #cacaca;}
.wpcf7 .empresa input{width:95%;border:1px solid #cacaca;}
.wpcf7 .your-subject input{width:100%;border:1px solid #cacaca;}
.wpcf7 .your-message textarea{width:100%; border:1px solid #cacaca;}

.wpcf7 input.wpcf7-captchar { width:100%;border:1px solid #cacaca;}


.wpcf7 input.wpcf7-submit {background:#87921f; border:none; border-radius: 3px; color:#fff; text-transform:uppercase; margin:15px;}



.wpcf7 div {margin-top:13px;}




.dossierpremsa { padding:32px; text-align:center;
	

  background: -webkit-linear-gradient(left, #dfe1c8 , #ebebe5); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dfe1c8, #ebebe5); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dfe1c8, #ebebe5); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dfe1c8 , #ebebe5); /* Standard syntax */
	
	
}

.registrebutlleti { padding:65px; text-align:left; width:100%;  
	

  background-image: url(../images/mail.png), -webkit-linear-gradient(left, #dfe1c8 , #ebebe5 ); /* For Safari 5.1 to 6.0 */
  background-image: url(../images/mail.png),  -o-linear-gradient(right, #dfe1c8, #ebebe5); /* For Opera 11.1 to 12.0 */
  background-image: url(../images/mail.png),  -moz-linear-gradient(right, #dfe1c8, #ebebe5); /* For Firefox 3.6 to 15 */
  background-image: url(../images/mail.png),  linear-gradient(to right, #dfe1c8 , #ebebe5); /* Standard syntax */
	
	
}

.registrebutlleti p{ line-height:18px; font-size:12px; padding:7px; margin-bottom:0px;
	
}


.widget_nav_menu ul li {border:none; margin:0px; padding:0px; text-align:left; width:100%;}
.widget_nav_menu ul li a{ margin:0px; padding:1px; text-align:left; width:100%; font-size:12px;}


.post-content.notes {min-height:506px}


ul.notespremsa  {width:100%;}

ul.notespremsa li {border-bottom:1px solid #e6e6e2; display:inline-table; width:100%; padding-bottom:18px;padding-top:18px; vertical-align:top;}

ul.notespremsa li .titolnota {float:left;padding-right:13px;margin:0px;line-height:18px; }
ul.notespremsa li .titolnota a{ float:left;text-transform:uppercase; color:#555; font-weight:500; line-height:18px; display:inline-blocK;}
ul.notespremsa li .titolnota a:hover{ color:#87921f; }


ul.notespremsa li .dadesnota {float:right; text-align:right; font-size:12px; }

.notes_data {color:#a3a3a3;}
.bolanota {float:left;padding:0px;margin:0px;padding-top:3px;margin-right:-8px;  }


h3.widget-title span{font-size:12px;}

.sidebar-widget {margin-bottom:22px; padding:24px;}


a.sidr-primary-close {	background: #e6e6c6; color: #87921f; margin-top:33px; padding:0px; margin:10px;}

a:hover.sidr-primary-close {	background: #87921f; color: #fff; margin-top:33px; padding:0px; margin:10px;}







.applus { padding:32px; width:100%; background: #eee url(../images/enac_background.png) no-repeat  ; background-position:center; text-align:center; margin:auto; 
	
	margin-top:63px; margin-bottom:63px; 
	
}




h2.documents {font-weight:100; color:#87921f; font-size:16px; margin-top:44px; margin-bottom:12px;}



h2.mostres{font-family: 'Roboto', sans-serif; text-align:left;font-size:15px; font-weight:normal; margin:0px; padding:0px; margin-bottom:31px; 
	padding-top:25px;padding-bottom:20px; padding-left:14px; color:#615959;
	background: #eff0eb url(../images/capc_mostres.jpg) no-repeat center;text-transform:uppercase; width:100%;background-position:right;
	 }
	 
	 
h2.vitivinicoles{font-family: 'Roboto', sans-serif; text-align:left;font-size:15px; font-weight:normal; margin:0px; padding:0px; margin-bottom:31px; 
	padding-top:25px;padding-bottom:20px; padding-left:14px; color:#615959;
	background: #eff0eb url(../images/capc_vitivinicoles.jpg) no-repeat center; text-transform:uppercase;width:100%; background-position:right;
	 }
h2.aigua{font-family: 'Roboto', sans-serif; text-align:left;font-size:15px; font-weight:normal; margin:0px; padding:0px; margin-bottom:31px; 
	padding-top:30px;padding-bottom:20px; padding-left:14px; color:#615959;
	background: #eff0eb url(../images/capc_aigues.jpg) no-repeat center; text-transform:uppercase;width:100%;background-position:right;
	 }
h2.ampolles{font-family: 'Roboto', sans-serif; text-align:left;font-size:15px; font-weight:normal; margin:0px; padding:0px; margin-bottom:31px; 
	padding-top:34px;padding-bottom:24px; padding-left:14px; color:#615959;
	background: #eff0eb url(../images/capc_ampolles.jpg) no-repeat center; text-transform:uppercase;width:100%;background-position:right;
	 }
h2.agroalimentari{font-family: 'Roboto', sans-serif; text-align:left;font-size:15px; font-weight:normal; margin:0px; padding:0px; margin-bottom:31px; 
	padding-top:34px;padding-bottom:24px; padding-left:14px; color:#615959;
	background: #eff0eb url(../images/capc_agroalimentari.jpg) no-repeat center; text-transform:uppercase;width:100%;background-position:right;
	 }


#primary.content-area {padding-right:75px;}



.main h3{text-align:left; }




/*
ul.primary-menu li.menu-item-206 a.sf-with-ul{width:111px;  padding-top:51px; line-height:15px;}
*/







body.page-id-587 ul.menu li a{color:#87921f; background:none; text-align:left;  border-bottom:none;border-top:1px dotted #87921f; margin-top:23px; }
body.page-id-587 ul.menu li a:hover{ color:#87921f; background:none; text-align:left; }


body.page-id-587 ul.sub-menu li a {color:#666;  margin-top:0; border-top:none;  border-bottom:1px dotted #cacaca;}


body.page-id-673 ul.menu li a{color:#87921f; background:none; text-align:left;  border-bottom:none;border-top:1px dotted #87921f; margin-top:23px;  }
body.page-id-673 ul.menu li a:hover{ color:#87921f; background:none; text-align:left; }


body.page-id-673 ul.sub-menu li a {color:#666;  margin-top:0; border-top:none;  border-bottom:1px dotted #cacaca;}






.widget-post-list h2.post-title a {font-size:11px; line-height:11px;}


ul.form-mailing {margin:0px; padding:0px;margin-top:-23px; }
ul.form-mailing li {margin:0px; padding:0px; }
ul.form-mailing li input{margin:0px; padding:0px;  font-size:12px; margin:4px;  border:none; padding-left:3px; padding-right:3px;}
ul.form-mailing li input.wysija-submit{margin:0px; padding:0px;  font-size:11px; background-color:#87921f; color:#fff; border:none; padding-left:6px; padding-right:6px; margin:4px; }
ul.form-mailing li label{font-size:11px; color:#666;}



ul.form-mailing2 {margin:0px; padding:0px;margin-top:-23px; width:100%; }
ul.form-mailing2 li {margin:0px; padding:0px;width:100%; padding:3px;  }
ul.form-mailing2 li input{width:100%;margin:0px; padding:0px;  padding:6px; padding-left:12px; font-size:12px; margin:4px; margin-bottom:10px;  border:none; padding-left:10px; padding-right:3px;}
ul.form-mailing2 li input.wysija-submit{max-width:131px; margin:0px; padding:0px; padding:3px;  font-size:11px; background-color:#87921f; color:#fff; border:none; padding-left:6px; padding-right:6px; margin:4px; text-transform:uppercase; }
ul.form-mailing2 li label{font-size:11px; color:#666;}




ul.form-mailing2 {margin:0px; padding:0px;margin-top:-23px; width:100%; }
ul.form-mailing2  {margin:0px; padding:0px;width:100%; padding:3px;  }
ul.form-mailing2   input{width:100%;margin:0px; padding:0px;  padding:6px; padding-left:12px; font-size:12px; margin:4px; margin-bottom:10px;  border:none; padding-left:10px; padding-right:3px;}
ul.form-mailing2  input.wysija-submit{max-width:131px; margin:0px; padding:0px; padding:3px;  font-size:11px; background-color:#87921f; color:#fff; border:none; padding-left:6px; padding-right:6px; margin:4px; text-transform:uppercase; }
ul.form-mailing2  label{font-size:11px; color:#666;}












p.wysija-paragraph {margin:0px; padding:0px; }




.widget_wysija_cont {margin:0px; padding:0px;}



h2.rdi_partners {		font-family: 'Roboto', sans-serif; margin:0px; padding:0px;margin-top:22px; margin-bottom:-3px; font-size:12px; text-transform:uppercase;}




a.colio-close {font-size:52px; color:green;}



.widget_tag_cloud a { padding:2px; padding-left:4px; padding-right:4px; color:#e0e5b4}
.widget_tag_cloud a:hover {  color:#fff}












.tourportada2 { width:100%; height:333px;}
.tourportada2-eng { width:100%; height:533px;}


.destacats_portada-eng {
	padding: 10px 0px 0px 0px;
		margin:auto; text-align:center;
	margin-top:71px;
	margin-bottom:111px;
width:400px;
	
}

.destacats_portada-eng h1 {font-size:15px;margin:0px; padding:0px;  text-align:left;  padding-left:26px; margin-top:33px;}
.destacats_portada-eng h2 {font-size:13px; line-height:22px; font-weight:normal;margin:0px; padding:0px;  text-align:left;  padding-left:26px; padding-right:0;         text-align: justify;
    text-justify: inter-word; color:#7a7a7a}


.destacats_portada-eng  ul  { padding-left:26px;   }

.destacats_portada-eng  ul li {float:left;padding:5px;}

.destacats_portada-eng  ul li a {font-size:16px;}




/*AMAGO BOTÓ + INFO DE LES COOKIES DE L'ANGLÈS*/

.page-id-144 .cli-plugin-main-link {display:none; visibility:hidden;}















/* Iphone 5*/


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	


	
	.destacats_portada-eng {

margin-top:20px; 
	
}


	
a.but_medium2.verd.iphone {

		border:0;

	
}



.registrebutlleti { padding:15px; text-align:left; width:100%;  





.tourportada2 { width:100%; }


.destacats_portada-eng {
	padding: 0 0px 0px 0px;
		margin:auto; text-align:center;
	margin-top:0;
	margin-bottom:0;
	padding:0px;
width:100%;
margin-top:25px;

	
}


.destacats_portada-eng img{

width:100%;; 
	
}


.destacats_portada-eng ul{

margin-top:4px;
	
}

.destacats_portada-eng .margin_top8{

margin-top:0px; 
	
}






.destacats_portada-eng h1 {font-size:15px;margin:0px; padding:0px;  text-align:left;  padding-left:0; margin-top:0px;}
.destacats_portada-eng h2 {font-size:13px; line-height:22px; font-weight:normal;margin:0px; padding:0px;  text-align:left;  padding-left:0; padding-right:0;         text-align: justify;
     color:#7a7a7a}


.destacats_portada-eng  ul  { padding-left:0;   }

.destacats_portada-eng  ul li {float:left;padding:5px;}

.destacats_portada-eng  ul li a {font-size:16px;}











.main h3{text-align:left; font-size:12px; }	
	
	
.stcode_title5 h3{
 line-height:18px;

}	
	
.container p {text-align:justify; line-height:22px;}	
	

.header-wrapper {background-color: #fff}

.features_sec53 {
	padding:0px;
}

.features_sec53_equip {
	padding:0px;padding-top:33px;
}


.features_sec53_equip .equippadding {
	padding:0px; margin:0px;
}


.features_sec53_equip .box {
	margin-left:-15px;
}

div.container::before {
	padding:0px; margin:0px;
}

.embed_slideshare { height:300px;}





h2.mostres{font-family: 'Roboto', sans-serif; text-align:left;font-size:26px; font-weight:400;  color: #fff
	 }
h2.vi{font-family: 'Roboto', sans-serif; text-align:left;font-size:26px; font-weight:400; color: #fff
	 }

.features_sec53_projectes .box {

	    min-height: inherit;
}

.features_sec53.normesllistat ul li span.normestext{
 width:100%
}

	
.page_title-notis {

	padding:  0px;
	padding-bottom:33px;
	margin-top:13px;

}	

.page_title-notis .noticies  h1 span{

	font-size: 54px; margin-top:35px;margin-bottom:35px;

}

.post-previous a h3{font-size:11px; margin:0px; padding-left:15px;}
.post-next a h3{font-size:11px; margin:0px; padding-right:15px;}

.post-previous a i.fa {font-size:11px; width:12px;}
.post-next a i.fa{font-size:11px; width:12px;}




#primary.content-area {padding-right:0;}
	
	.master-slider { padding-top:0; margin-top:0px; margin:0px; padding:0px; }	
	
.mstslider.mstslider-mobil 	{background-color: #fff; padding-top:0; margin-top:0px; margin:0px; padding:0px; height:0px; margin-bottom:62px;}	
	
	
	
.portada_presentacio.mobil {


}		

	
.portada_presentacio .caixainfo .checkverd{
	width:9%; 

}
.portada_presentacio .caixainfo span{
width:90%;
}


.portada_presentacio.two {
	margin:0px; padding:0px; height: auto   ; height:710px;;		padding:0; margin-top:33px; padding-top:0; padding-bottom:0; 
	background: transparent url(../images/fons_logo.png) no-repeat center top; background-position:-31px 0;
}



.destacats_portada .box2 h3 {font-size:13px;}

.destacats_portada .box2.img6   h3 {
	font-size: 24px;

}

footer.footer {padding-bottom:34px;}



a.but_chat {
	
	font-size:10px; 
}	

	
.top_nav {
margin-top:7px; margin-bottom:-7px; 
}	




.top_nav ul.topsocial {
margin-top:10px;
}
	.top_nav ul.topsocial li{
margin-left:3px;
}

.top_nav .topsocial li a {
	float: left;
	color: #fff;
	font-size: 14px;
	width: 25px;
	height: 25px;
	background: #959595;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	transition: all 0.3s ease;
	margin-right: 0px;
}


.idiomes { margin-top:20px;}
	


	
.footer {
	padding-left:20px; padding-right:20px;

}
	


.qlinks {margin-top:45px;}


.header-style-two  {margin:0px; padding:0px; height:80px;}

.header-style-two .header-inner {margin:0px; padding:0px; height:80px;}
	
	
	
.page_title2 {
	float: left;
	width: 100%;
	padding: 35px 0px;
	background-image:  url(../images/fons_notis2.png) no-repeat center top;
	

	
	
}
	
.page_title {

	padding:  0px;
}


.margin_top10 {margin-top:40px;}






	.amagaiphone {display:none; visibility:hidden;}
	
	.fimg  {display:none; visibility:hidden;}


	.portada_presentacio .rbox h1{
	 font-size:22px; line-height:23px;
	}

	.margin_top5 {margin-top:3px;}	
	
	

	
	.portada_presentacio .rbox {
		float: left;

		padding: 20px 20px 20px 20px;
		margin:0px; padding:0px;min-height:auto; margin-top:-44px;
	}
	
	
	.franja_tour.parallax h3{
		color:#666;
		font-weight:600;
		font-size:34px;
			text-shadow: 2px 2px 1px #fff;
	}
	
	.franja_tour.parallax p{
		color:#666;
		font-size:20px;
			text-shadow: 2px 2px 1px #fff;
	}
	
	.amagaiphone {display:none; visibility:hidden;}

	.portada_presentacio .caixainfo ul li {
		 max-width:100%;  
	}
	
	.destacats_portada .box2.img6 {
		height:auto; padding:22px; 
	}

	
		
		
	.fons_slideshare{
		
		padding: 0; padding-left:0;
		background: none;
		
	}
	
	.paddingdreta {padding-right:0px;}
	.paddingdreta2 {padding-right:0px;}
	.paddingdreta3 {padding-right:0px;}	
				
	.iframe_maps {height:340px;width:100%;border:0;}

	
	
 }




/* Iphone 6*/


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	
	
	.destacats_portada-eng {

margin-top:20px; 
	
}



.destacats_portada-eng .margin_top8{

margin-top:-30px; 
	
}
	
.amagaiphone{display:none;visibility:hidden;}
	
a.but_medium2.verd.iphone {

		border:0;

	
}



.registrebutlleti { padding:15px; text-align:left; width:100%;  }



	
.stcode_title5 h3{
 line-height:18px;

}	
	
.container p {text-align:justify; line-height:22px;}	
	

.header-wrapper {background-color: #fff}

.features_sec53 {
	padding:0px;
}

.features_sec53_equip {
	padding:0px;padding-top:33px;
}


.features_sec53_equip .equippadding {
	padding:0px; margin:0px;
}


.features_sec53_equip .box {
	margin-left:-15px;
}

div.container::before {
	padding:0px; margin:0px;
}

.embed_slideshare { height:300px;}





h2.mostres{font-family: 'Roboto', sans-serif; text-align:left;font-size:26px; font-weight:400;  color: #fff
	 }
h2.vi{font-family: 'Roboto', sans-serif; text-align:left;font-size:26px; font-weight:400; color: #fff
	 }

.features_sec53_projectes .box {

	    min-height: inherit;
}

.features_sec53.normesllistat ul li span.normestext{
 width:100%
}

	
.page_title-notis {

	padding:  0px;
	padding-bottom:33px;
	margin-top:13px;

}	

.page_title-notis .noticies  h1 span{

	font-size: 54px; margin-top:35px;margin-bottom:35px;

}

.post-previous a h3{font-size:11px; margin:0px; padding-left:15px;}
.post-next a h3{font-size:11px; margin:0px; padding-right:15px;}

.post-previous a i.fa {font-size:11px; width:12px;}
.post-next a i.fa{font-size:11px; width:12px;}


#primary.content-area {padding-right:0;}
	
	.master-slider { padding-top:0; margin-top:0px; margin:0px; padding:0px; }	
	
.mstslider.mstslider-mobil 	{background-color: #fff; padding-top:0; margin-top:0px; margin:0px; padding:0px; height:0px; margin-bottom:62px;}	
	
	
	
.portada_presentacio.mobil {


}		

	
.portada_presentacio .caixainfo .checkverd{
	width:9%; 

}
.portada_presentacio .caixainfo span{
width:90%;
}


.portada_presentacio.two {
	margin:0px; padding:0px; height: auto   ; height:710px;;		padding:0; margin-top:33px; padding-top:0; padding-bottom:0; 
	background: transparent url(../images/fons_logo.png) no-repeat center top; background-position:-31px 0;
}



.destacats_portada .box2 h3 {font-size:13px;}

.destacats_portada .box2.img6   h3 {
	font-size: 24px;

}

footer.footer {padding-bottom:34px;}



a.but_chat {
	
	font-size:10px; 
}	

	
.top_nav {
margin-top:7px; margin-bottom:-7px; 
}	




.top_nav ul.topsocial {
margin-top:10px;
}
	.top_nav ul.topsocial li{
margin-left:3px;
}

.top_nav .topsocial li a {
	float: left;
	color: #fff;
	font-size: 14px;
	width: 25px;
	height: 25px;
	background: #959595;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	transition: all 0.3s ease;
	margin-right: 0px;
}


.idiomes { margin-top:20px;}
	



	
.footer {
	padding-left:20px; padding-right:20px;

}
	


.qlinks {margin-top:45px;}


.header-style-two  {margin:0px; padding:0px; height:80px;}

.header-style-two .header-inner {margin:0px; padding:0px; height:80px;}
	
	
	
.page_title2 {
	float: left;
	width: 100%;
	padding: 35px 0px;
	background-image:  url(../images/fons_notis2.png) no-repeat center top;
	

	
	
}
	
.page_title {

	padding:  0px;
}


.margin_top10 {margin-top:40px;}






	.amagaiphone {display:none; visibility:hidden;}
	
	.fimg  {display:none; visibility:hidden;}


	.portada_presentacio .rbox h1{
	 font-size:22px; line-height:23px;
	}

	.margin_top5 {margin-top:3px;}	
	
	

	
	.portada_presentacio .rbox {
		float: left;

		padding: 20px 20px 20px 20px;
		margin:0px; padding:0px;min-height:auto; margin-top:-44px;
	}
	
	
	.franja_tour.parallax h3{
		color:#666;
		font-weight:600;
		font-size:34px;
			text-shadow: 2px 2px 1px #fff;
	}
	
	.franja_tour.parallax p{
		color:#666;
		font-size:20px;
			text-shadow: 2px 2px 1px #fff;
	}
	
	.amagaiphone {display:none; visibility:hidden;}

	.portada_presentacio .caixainfo ul li {
		 max-width:100%;  
	}
	
	.destacats_portada .box2.img6 {
		height:auto; padding:22px; 
	}

	
		
		
	.fons_slideshare{
		
		padding: 0; padding-left:0;
		background: none;
		
	}
	
	.paddingdreta {padding-right:0px;}
	.paddingdreta2 {padding-right:0px;}
	.paddingdreta3 {padding-right:0px;}	
				
	.iframe_maps {height:340px;width:100%;border:0;}

	
	
	
	
	
							
}





/* Ipad */


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {


	/* Logo */
	#logo {
	
		margin-left:14px;
	
	}
	



#primary.content-area {padding-right:45px;}

.rbox.margin_top3.col-md-8 { margin:0px; padding:0px; padding-left:22px;}



.rbox.margin_top3.col-md-8 ul{  width:100%;}

.rbox.margin_top3.col-md-8 ul li{  width:100%;}

ul.primary-menu li.menu-item a{margin:0px; padding:0px;margin-left:15px; margin-right:13px; padding:3px;padding-top:12px;}

.destacats_portada .box2.img6   h4 {

	font-size: 12px;
	font-weight:600;
	margin-top:15px; margin-bottom:10px; text-transform:uppercase;
}


.features_sec53 {
	float: none;
	width: 100%;
	padding: 15px 0px 10px 0px;
	text-align: center;
	background: #fff;
}
.features_sec53 .box {
	float: left;
	width: 100%;

	border: 1px solid #eee;
	transition: all 0.3s ease;
	margin:0px; padding:0px;

}


.features_sec53 .one_third {
	width: 30%; text-align:center;
}




.features_sec53_equip .box {
	float:none;
	width: 100%;
	padding: 10px;
	border: 1px solid #e2e2e1;
	transition: all 0.3s ease;background: #fff;
	opacity: 0.7; min-height:143px;text-align:center;
}

.features_sec53_equip.fons_equip {text-align:center; margin:auto;}

.features_sec53_equip .one_fourth {width:21%; margin:12px; padding:0px;}













}























