
.resp-tabs-list li {
    
    display: inline-block;
	padding: 0px 25px;
	margin: 0px 9px 0px 0px;
    list-style: none;
    cursor: pointer;
    float: none;
	color:#5d9732;
	background-color:#fff !important;
	height:32px;
	line-height:32px;
	font-family: 'OpenSansLight';
	font-size: 14px;
	border: 1px solid #5d9732;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.resp-tabs-list li:hover{
background-color: #5d9732 !important;
color:#fff !important;
}
.resp-tabs-list li.active{background-color: #5d9732 !important; color:#fff !important;}

.resp-tabs-container {

    clear: left; overflow:hidden;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
	border-bottom: 1px solid #2f5c24;
}

.resp-tab-content {
    display: none;

	float:left;
	width: 100%;

/*width: 98%;
padding: 20px 1%;*/
	
}


.resp-tab-item.hor_1.resp-tab-active {
	/*border: 1px solid #5AB1D0 !important;
		border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;*/
	border-bottom: none;
	margin-bottom: -1px !important;
	  padding: 0px 25px!important;
color: #FFF !important;

	background:#5d9732 !important;
}

.resp-tab-active {
    border-bottom: none;
    background: #5d9732 !important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
  /* border: 1px solid #e7e7e7;
	border: 1px solid #e7e7e7; 
	margin-bottom: 10px;*/
}

h2.resp-accordion {
    font-size: 13px;
  /*  border-top: 1px solid #DC7725;
	border-left: 1px solid #DC7725;
	border-right: 1px solid #DC7725;*/
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
width: 15px;
height: 8px;
    float: right;
    margin-top: 7px;
	background:url(../images/tab_arrow_inactive.png) no-repeat right center;
/*    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;*/
}

h2.resp-tab-active span.resp-arrow {
	background:url(../images/tab_arrow_active.png) no-repeat right center;
/*    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;*/
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/ color: #fff !important;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
	margin-bottom: 0px;
}

/*h2.resp-accordion:first-child {
    border-top: 1px solid #DC7725; !important;
}
*/




/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }
	.resp-tabs-container {
border-left: 1px solid #2f5c24;
border-top: 1px solid #2f5c24;
border-right: 1px solid #2f5c24;
	}
	
.resp-tab-content {	border-bottom: 1px solid #2f5c24; padding: 10px 3%; width:94%;}
/*ul.tabslider { display:block;}
ul.tabslider li{ display:block; margin: 0px 0px 0px 0px; }
ul.tabslider { text-align:left;}
ul.tabslider li{font-size:14px; background: url("../img/tab_arrow_inactive.png") no-repeat 96% 15px;  color:#DC7725; }
ul.tabslider li:hover{ color:#fff; background: url("../img/tab_arrow_active.png") no-repeat 96% 15px;}
ul.tabslider li{border-bottom: 1px solid rgb(220, 119, 37); border-left: 1px solid rgb(220, 119, 37); border-right: 1px solid #DC7725; border-top: none; }
ul.tabslider li:first-child{ border-top: solid 1px #DC7725;}
ul.tabslider li.active{bbackground: url("../img/tab_arrow_active.png") no-repeat 96% 15px;  padding-right: 90%; color:#fff; }
ul.tabslider{margin: 0px auto 0px;}
.pad-top65 .resp-tabs-container{ border-bottom:none !important;}*/
    h2.resp-accordion {
        display: block;color: #2f5c24;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }
	
	.resp-tab-content-active{margin-bottom: 10px;}

  /*  .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }*/
}
@media only screen and (max-width: 769px) {

}

@media only screen and (max-width: 1024px) {
/*.contctinner .resp-tab-content-active{	
  border-bottom: 1px solid #dc7725;
   border-left: 1px solid #dc7725;
   }*/
/*.tabcontent .resp-tab-content-active, .tabcontent .resp-tabs-container {border:none !important;*/
/*.resp-tab-content-active:last-child{border-right: 1px solid #dc7725;}*/

/*  .resp-tabs-container {
 border-bottom: 1px solid #DC7725 !important;}*/
/* .resp-tab-content {padding: 15px 2%; border-bottom: 1px solid #2f5c24;}*/
}

.greenStrong strong, .greenStrong b{
	color: #5d9732 !important;
	font-family: 'OpenSansBold' !important;
}
.linktarifes{
	color:white;
}
.linktarifes:hover{
	color:white;
	text-decoration:none!important;
}
.imgTeules{
	background:url(../img/cap_lesteules.jpg) no-repeat top center !important;
}
.primeraimg{
	position:relative;
	background:url(../img/cap_apartaments.jpg) no-repeat top center;
	min-height:300px;
	margin:0 auto;
	/*background-size:cover;*/
	background-attachment:fixed;
	position:relative;
	max-width:1264px;
	background-position-y: 143px;
}
	
.primeraimg img{
	max-width:100%;
	width:100%;
}
.hover300{
	background-size: cover !important;
}
.hover300:hover{background-size: 300% !important;}

	
.tophr{ margin-bottom:0;}
.bottomhr{ margin-top:1px;}	




/*================presentacio====================*/

/*.main_ttl .topmargin{ margin-top:125px;}*/
.main_ttl .topmargin{ margin-top:50px;}
.primeraimg a :hover{
    /*text-decoration: underline;*/
}
/*================presentacio====================*/

.primeraimg h2{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:auto;
	text-align:center;
	font-family:OpenSansBold;
	text-transform:uppercase;
	font-size:50px;
	height:50px;
	color:#ffffff;
	margin:auto;
	text-shadow: 0px 0px 1px #000000;
	}


.grid2 .greenbox img{
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
	-khtml-transition: all .4s ease-in-out;
}

.grid2 .greenbox:hover img{
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-khtml-transform: scale(1.2);
}

.grid2 .blockr{
	background-size: 100% 100%;
-moz-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
background-position: center;
}

.grid2 .blockr:hover{
	background-size: 120% 120%;
}
	
	
.grid2{ }

.grid2 .blockr{ height: 360px; overflow:hidden; border-left:solid 1px #fff; border-top:solid 1px #fff; background-size:cover !important;}
.grid2 .blockr2{ height: 360px; overflow:hidden; border-left:solid 1px #fff; border-top:solid 1px #fff;}
.grid2 .blockr img{ width:100%; max-width:100%; }
.grid2 .greenbox{ background:#0c6a79;}
.grid2 .greenbox2{ background:#457992;}
.grid2 .greenbox3{ background:#A37dac;}
.grid2 .greenbox *{ text-align:center;}
.grid2 .greenbox .imgbox{ width:100%; margin-top:30px;}
.grid2 .greenbox .catering{ width:100%; margin-top:80px;}
.grid2 .greenbox img{ 
	max-width:85px; 
	width:100%; 
	background-color: #fff;
    border-radius: 70px;
    max-width: 85px;
    padding: 6px;

	}
	
.grid2 .greenbox h2{
	margin:20px 0 0 0;
	font-family:OpenSansBold;
	text-transform:uppercase;
	font-size:25px;
	color:#ffffff;
	padding:0 10px; 
	}
.grid2 .greenbox p{
	margin:20px 0 10% 0;
	font-family:OpenSansLight;
	font-size:12px;
	color:#ffffff;
	padding:0 50px;
	text-align:justify;
	 }
#catering {text-align:center;}
.grid2 .block1{ width:30%; float:left; margin:0; padding:0 1px; background:url(../img/dali.jpg) no-repeat top left;}
.grid2 .block2{ width:30%; height:100%;padding-bottom:5%; float:left; margin:0; padding:0 1px;}
.grid2 .block3{ width:12%; float:left; margin:0; padding:0 1px; background:url(../img/gaudi.jpg) no-repeat top left;}
.grid2 .block4{ width:28%; float:left; margin:0; padding:0 1px; background:url(../img/cadaques.jpg) no-repeat top left;}

.grid2 .block5{ width:55%; float:left; margin:0; padding:0 1px; background:url(../img/grid5img.jpg) no-repeat top left;}
.grid2 .block6{ width:30%;height:100%;padding-bottom:5%; float:left; margin:0; padding:0 1px;}
.grid2 .block7{ width:15%; float:left; margin:0; padding:0 1px; background:url(../img/grid6img.jpg) no-repeat top left;}


.grid2 .block8{ width:10%; float:left; margin:0; padding:0 1px; background:url(../img/grid7img.jpg) no-repeat top left;}
.grid2 .block9{height:100%;  padding-bottom: 5%; width:30%; float:left; margin:0; padding:0 1px;}
.grid2 .block10{ width:60%; float:left; margin:0; padding:0 1px; background:url(../img/grid8img.jpg) no-repeat top left;}

.grid2 .block11{ width:29%; float:left; margin:0; padding:0 1px; background:url(../img/arros.jpg) no-repeat top left;}
.grid2 .block12{ height:100%;padding-bottom:5%; width:33%; float:left; margin:0; padding:0 1px; background:url(../img/gastronomia.jpg) no-repeat top left;}
.grid2 .block13{ width:30%; float:left; margin:0; padding:0 1px;}
.grid2 .block14{ width:8%; float:left; margin:0; padding:0 1px; background:url(../img/vi.jpg) no-repeat top left;}

.grid2 .block15{ width:29%; float:left; margin:0; padding:0 1px; background:url(../img/girona.jpg) no-repeat top left;}
.grid2 .block16{ width:33%; height:100%;padding-bottom:5%; float:left; margin:0; padding:0 1px;}
.grid2 .block17{ width:38%; float:left; margin:0; padding:0 1px; background:url(../img/empuries.jpg) no-repeat top left;}

.grid2 .block18{ width:15%; float:left; margin:0; padding:0 1px; background:url(../img/pals.jpg) no-repeat top left;}
.grid2 .block19{ width:30%; height:100%;padding-bottom:5%; float:left; margin:0; padding:0 1px;}
.grid2 .block20{ width:55%; float:left; margin:0; padding:0 1px; background:url(../img/platja.jpg) no-repeat top left;}	



/*=============================================	*/

.principals_serveis{ padding-bottom:30px;}
.principals_serveis h2{ 
	font-family:OpenSansBold;
	/*text-transform:uppercase;*/
	font-size:40px;
	color:#282828; text-align:center; margin-top:30px;}
	
.principals_serveis .inbox{ margin-top:30px;}

.principals_serveis .inbox .circle{ height:120px; width:120px; border-radius:100px; border:solid 5px #ffffff; }	
.principals_serveis .inbox h3 a{ color:#5d9732; font-size:20px; font-family:OpenSansBold; text-align:left; padding-top:20px;}
.principals_serveis .inbox h3 a:hover{color:#000000;}
.principals_serveis .inbox p{}
	
.principals_serveis .inbox .c1{ background-color:#000000;}
.principals_serveis .inbox .c2{ background-color:#1f1e1e;}	
.principals_serveis .inbox .c3{ background-color:#383838;}	
.principals_serveis .inbox .c4{ background-color:#535353;}	
.principals_serveis .inbox .c5{ background-color:#383838;}	
.principals_serveis .inbox .c6{ background-color:#535353;}
.principals_serveis .inbox .c7{ background-color:#6e6e6e;}	
.principals_serveis .inbox .c8{ background-color:#8c8a8a;}		
/*=============================================	*/

.principalssearch{ background-color:#6da146; }

.principalssearch .slide_filter {
    border-radius: 4px;
    margin: 0 auto;
    max-width: 950px;
    padding: 25px;
}

.principalssearch .ok_btn{ background-color:#477824;}


.principalssearch .form-group {
    position: relative;
}

.principalssearch .slide_calendar a {
    position: absolute;
    right: 14px;
    top: 14px;
}



/*================fitxa_golf====================*/

.fitxa_golf .banner{ width:100%;}

.fitxa_golf .leftsec hr{ border-color:#ededed}
.fitxa_golf .lefttext{ margin-top:40px;}

.fitxa_golf .característiques{}
.fitxa_golf .característiques .heading{ color:#5d9732; font-size:14px; margin-bottom:10px;}
.fitxa_golf .característiques .righttext div{ font-size:13px; padding-bottom:5px;}
.fitxa_golf .característiques .righttext2 strong{ font-size:14px; padding-bottom:5px; float:left; width:100%;}

.fitxa_golf .main_ttl .heading{color:#282828; font-size:30px; font-family:OpenSansBold;}
.fitxa_golf .main_tt2{ margin: 0 0 30px;}
.fitxa_golf .main_ttl .heading span{ position:relative; top:-4px;}

.fitxa_golf .gallery{ }

.fitxa_golf .gallery .row{  
margin-left: -3px;
margin-right: -3px;}

.fitxa_golf .gallery .box1{ padding:0 3px;}
.fitxa_golf .gallery .box2{ padding:0 3px;}

.fitxa_golf .gallery .box1 .apartment_box{ height:190px;}
.fitxa_golf .gallery .box2 .apartment_box{ height:145px;}

.fitxa_golf .gallery .apartment_box {margin-bottom:5px;}


.fitxa_golf .right_head {
    border-radius: 3px 3px 0 0;
    color: #fff;
    min-height: 60px;
    padding: 10px 10px 15px;
	font-family:OpenSansBold;
	color:#fff;
	font-size:30px;
	background: #5f9739;
	text-align:center;
	width:90%;
	margin-top:-66px;
	position:relative;
	z-index:3;
}

.fitxa_golf .right_head span{font-size:25px; font-family:OpenSansRegular;}

.fitxa_golf .right_con {
    border-radius: 0px 0px 3px 3px;
    min-height: 60px;
    padding: 20px 25px 15px;
	border:solid 1px #dfdfdf;
	width:90%;
}

.fitxa_golf .right_con .green_btn{
	 padding: 15px 25px 15px;
	 font-size:15px;
	 font-family:OpenSansBold;
	 margin-top:10px;
	}
	
.fitxa_golf .right_con .veure_ofertes_link{ font-size:15px; color:#5d9732;}
.fitxa_golf .right_con .veure_ofertes_link:hover{ font-size:15px; color:#5d9732; text-decoration:underline;}
.fitxa_golf .right_con .veure_ofertes_link img{ margin-left:5px;}

.sociallinkouter{ width:90%; text-align:center;}
.fitxa_golf .sociallink{ width:190px; margin:0 auto; padding-top:10px;}
.fitxa_golf .sociallink .left{
	font-size:15px;
	width:80px;
	float:left;
	}
	
.fitxa_golf .sociallink .right{
	font-size:15px;
	width:110px;
	float:left;
	}
	
.fitxa_golf .sociallink .right
{
	font-size:15px;
	width:110px;
	float:left;
}
.fitxa_golf .sociallink .right .msg2
{
	width:24px;
	height:19px;
	display:inline-block;
	background:url(../img/messagebox_icon.jpg) no-repeat top left;
}
.fitxa_golf .sociallink .right .msg2:hover
{
	text-decoration:none;
	background:url(../img/messagebox_icon_h.jpg) no-repeat top left;
}
.fitxa_golf .sociallink .right .fb2
{
	width:24px;
	height:19px;
	display:inline-block;
	background:url(../img/facebook_icon.jpg) no-repeat top left;
}
.fitxa_golf .sociallink .right .fb2:hover
{
	text-decoration:none;
	background:url(../img/facebook_icon_h.jpg) no-repeat top left;
}
.fitxa_golf .sociallink .right .tweet2
{
	width:24px;
	height:19px;
	display:inline-block;
	background:url(../img/twitter_icon.jpg) no-repeat top left;
}
.fitxa_golf .sociallink .right .tweet2:hover
{
	text-decoration:none;
	background:url(../img/twitter_icon_h.jpg) no-repeat top left;
}
.fitxa_golf .sociallink .right .share2
{
	width:24px;
	height:19px;
	display:inline-block;
	background:url(../img/share_icon.jpg) no-repeat top left;
}
.fitxa_golf .sociallink .right .share2:hover
{
	text-decoration:none;
	background:url(../img/share_icon_h.jpg) no-repeat top left;
}

.fitxa{}

.fitxa .left{}	

.fitxa h2{ font-size:35px; text-transform:uppercase; color:#282828; font-family:OpenSansBold; margin-top:40px;}
.fitxa .pictos_serv { text-align:left; margin-bottom:0;}
.fitxa .pictos_serv span{ padding:5px;}


.fitxa_golf .slide_calendar a {
    position: absolute;
    right: 14px;
    top: 14px;
}

.fitxa_golf .form-group{ position:relative; margin-bottom:5px;}

.fitxa_golf .form-group input, .fitxa_golf .form-group select{ font-family:15px; color:#585757; font-family:OpenSansSemibold;}		

/*================fitxa_golf====================*/

/*================fitxa_golf====================*/
.veure_planol{ color:#5d9732; padding-top:0; padding-bottom:0; font-weight:bold;}
.veure_planol:hover{ color:#5d9732; padding-top:0; padding-bottom:0;  font-weight:bold; text-decoration:underline;}
.veure_planol .left{ margin-right:5px;}
.veure_planol .right{ margin-left:5px;}



.fitxa hr {
    border-color: #ededed;
}

.fitxa_golf .característiques2 {
	margin-top:15px;
}

.fitxa_golf .característiques2 .righttext div {
    padding-bottom: 0;
}

.fitxa_golf .característiques2 .righttext div img { margin-right:10px;}

.fitxa_golf .característiques2 .righttext div .link{ color:#5d9732;}

.fitxa_golf .característiques3 {
}

.fitxa_golf .característiques3 .righttext div .link{ color:#5d9732;}
.fitxa_golf .característiques3 .righttext div .link img{ margin-left:5px;}
/*================fitxa_golf====================*/


@media (max-width: 1200px){
.fitxa_golf .right_con .green_btn {
    padding: 15px 10px;
	clear: both;
    display: table;
    margin: 0 auto;
}



.fitxa_golf .gallery .box1 .apartment_box{ height:170px;}
.fitxa_golf .gallery .box2 .apartment_box{ height:140px;}

}
@media (max-width: 1050px){
	.grid2 .block8{ height:465px; }
	.grid2 .block9{ height:465px;}
	.grid2 .block10{ height:465px;}
}

@media (max-width: 990px)
{
.taulaTeules{ margin-top: 0 !important; margin-bottom:5%;}
.primeraimg{background-position-y: 75px;}
.grid2 .block1{ width:40%;}
.grid2 .block2{ width:40%;}
.grid2 .block3{ width:20%;}

.grid2 .block4{ width:25%;}
.grid2 .block5{ width:35%;}
.grid2 .block6{ width:40%;}

.grid2 .block7{ width:30%;}
.grid2 .block8{ width:30%;}
.grid2 .block9{ width:40%; }


.grid2 .block10{ 
/*width:50%;*/
display:none;}
.grid2 .block11{ width:50%;}

.grid2 .block12{ width:20%;}
.grid2 .block13{ width:40%;}
.grid2 .block14{ width:10%;}
.grid2 .block15{ width:30%;}

.grid2 .block16{ width:40%;}
.grid2 .block17{ width:45%;}
.grid2 .block18{ width:15%;}

.grid2 .block19{ width:40%;}
.grid2 .block20{ width:60%;}	

.grid2 .greenbox p{
	text-align:center; 
	
	}
	
	
/*=============================================	*/
	
.principals_serveis .inbox h3{ margin-top:10px;}
.principalssearch .slide_filter {
    max-width: 720px;
}


/*================fitxa_golf====================*/
.fitxa_golf .característiques .heading{ margin-bottom:10px;}

.fitxa_golf .right_head {

    margin-top: 30px;
    width: 100%;
}

.fitxa_golf .right_con, .sociallinkouter { width: 100%;}

.main_ttl h1 span {
    position:relative;
}


.fitxa_golf .gallery .box1 .apartment_box{ height:190px;}
.fitxa_golf .gallery .box2 .apartment_box{ height:145px;}
	
}


@media (max-width: 768px){
	
	.grid2 .greenbox h2 {
    font-size: 18px;

}
/*
@media (max-width: 750px){
	.grid2 .greenbox p{
		font-size:11px;
	}
}*/

.primeraimg h2 {

    font-size: 35px;
}

/*=============================================	*/
	
.principals_serveis .inbox{ text-align:center;}
.principals_serveis .inbox .circle {
    margin: 0 auto;
}


/*=============================================	*/
.fitxa_golf .gallery .box1 .apartment_box{ height:auto;}
.fitxa_golf .gallery .box2 .apartment_box{ height:auto;}
	
}

@media (max-width: 550px){

.grid2 .block1{ width:100%;}
.grid2 .block2{ width:100%;height: 330px !important;}

.grid2 .block3{ width:50%;}
.grid2 .block4{ width:50%;}
.grid2 .block5{ width:100%;}


.grid2 .block6{ width:100%;height: 240px!important;}
.grid2 .block7{ width:50%; }
.grid2 .block8{ width:50%;}

.grid2 .block9{ width:100%; height: 365px!important; }
.grid2 .block10{ width:100%;}


.grid2 .block11{ width:70%;}
.grid2 .block12{ width:30%;}


.grid2 .block13{ width:100%; }
.grid2 .block14{ width:20%;}
.grid2 .block15{ width:80%;}

.grid2 .block16{ width:100%;}
.grid2 .block17{ width:80%;}
.grid2 .block18{ width:20%;}

.grid2 .block19{ width:100%;}
.grid2 .block20{ width:100%;}	

.greenbox .catering {
    margin-top: 30px!important;
}
}



@media (max-width: 450px){
.primeraimg h2 {
font-size: 20px;
height:20px;
}
}

@media (max-width: 400px){
	.fitxa .pictos_serv { font-size:16px;}
}
@media (max-width: 350px){
	.fitxa .pictos_serv { font-size:13px;}
}

.vimeo-img{
	max-width:5%!important; left:50%;bottom:10px;position:absolute;
}

@media (max-width: 450px){
	.vimeo-img{max-width:15% !important;}
}



/* =Template
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto; }

#main {
  background-color: #fff;
  padding-top: 143px; }


/* =Header
-------------------------------------------------------------- */
header {
  width: 100%;
  height: 143px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom:1px solid #aecb98;
  background-color: #fff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  header #logo 
	 {
		margin-top:15px;
		width:138px;
		height:107px;
    	background:url(../img/logotip.jpg) no-repeat top left;
	 }
	 header.smaller #logo 
	 {
		 margin-top:5px;
		 width:200px;
		 height:60px;
    	background:url(../img/logotip_interior.jpg) no-repeat top left;
	 }
	 header.smaller .navbar-form
	 {
		 display:none;
	 }
	 header.smaller .navbar-nav
	 {
		 margin-top:20px;
	 }
	 header.smaller .navbar-nav > li > a
	 {
		 padding:7px 11px;
	 }
  header h1#logo {
    display: inline-block;
    height: 143px;
    line-height: 143px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

    header nav a {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

  header.smaller {
    height: 75px; }


/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }
  
@media (min-width: 990px) and (max-width: 1200px) 
{
	header.smaller .navbar-nav > li > a
	{
		padding:8px 4.4px !important;
	}
}

@media (min-width: 768px) and (max-width: 989px) 
{
	header
	{
		height:184px;
	}
	header h1#logo 
	{
		height:184px;
		line-height:184px;
	}
	header.smaller 
	{
		height: 120px; 
	}
	header.smaller .navbar-nav > li > a
	{
		padding:8px 7.7px !important;
	}
	header.smaller .navbar-nav
	{
		margin-top:5px;
	}
}
@media (max-width: 767px)
{
	.navbar-toggle {margin-top:21px!important;}
	
	#main
	{
		padding-top:75px;
	}
	header
	{
		height:75px;
	}
	header #logo 
	{
		width:200px;
		margin-top:5px;
		height: 60px; 
		background:url(../img/logotip_interior.jpg) no-repeat top left;
	}
	header.smaller #logo 
	{
		margin-top:5px;
		width:200px;
		height:60px;
		background:url(../img/logotip_interior.jpg) no-repeat top left;
	}
}

