/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

/************ Font Face ************/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome.eot');
    src: url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome.woff') format('woff'),
         url('../fonts/fontawesome.ttf') format('truetype'),
         url('../fonts/fontawesome.svg#fontawesome') format('svg');
    font-weight: normal;
    font-style: normal;
	
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	-moz-font-smoothing: antialiased; /* Fix for webkit rendering */
	-moz-text-size-adjust: 100%;
	-ms-font-smoothing: antialiased; /* Fix for webkit rendering */
	-ms-text-size-adjust: 100%;
}




/************** Global **************/

body {
	background:#fafafa;
	
}

.main-container {
	padding-top:20px;
	padding-bottom:45px;
}

a {
	color:#333333;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
	a:hover {
		color:#1393ba;
	}

.page-header,
h3 {
	font-size: 21px;
	font-weight: 300;
	letter-spacing: -.5px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 0 10px 0!important;
}

.node-type-ficha-telefono .page-header {
	padding-right: 0;
	padding-left: 0;
}

h2 {
	font-size: 26px;
	}
	
h3 {
	font-size: 22px;
	margin: 20px 0 4px 0!important;
	padding:0;
	color: #333333;
}

section.col-sm-12 {
	padding-right: 0;
	padding-left: 0;
}


::-webkit-input-placeholder { color:#cdcdcd!important; font-weight:300!important; }
::-moz-placeholder { color:#cdcdcd!important; font-weight:300!important } /* firefox 19+ */
:-ms-input-placeholder { color:#cdcdcd!important; font-weight:300!important } /* ie */
input:-moz-placeholder { color:#cdcdcd!important; font-weight:300!important }
 
 
/************** NAV **************/

.navbar {
	padding:0 10px;
	margin-bottom:0;
}
.navbar .logo {
	padding-left:0;
}
	.navbar .logo img {
		max-width:65px!important;
	}
	
.navbar-default {
	background-color: #ADD8E6;
	border-color: #ADD8E6;
}
	.navbar-default .navbar-toggle {
		margin-right:0;
		padding: 6px 10px;
		margin-top:12px;
		background-color:#fff;
		border-color: #fff; 
	}
.navbar-toggle:hover,
.navbar-toggle:focus {
	box-shadow:none;
	-webkit-box-shadow:none;
	outline:0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#45afcf;
}

.navbar-collapse {
	border-top: 0;
	box-shadow:none;
}

/************** LLISTA **************/

.item {
	margin-top:6px;
}
	.item h3 {
		height: 46px;
		border-radius: 24px;
		font-size: 16px;
		line-height: 26px;
		text-transform: uppercase;
		font-weight: 400;
		overflow:hidden;
		margin:0!important;
	}
	.item button {
		z-index:9;
	}
		.item h3 a {
			position:relative;
			display:block;
			width:100%;
			padding:10px 16px;
			color:#E6E6E6;
			background:#f4f4f4;
			text-decoration:none;
			z-index:0;
			
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.item h3 a:before {
			font-family: 'Glyphicons Halflings';
			font-size:10px;
			line-height:10px;
			content:"\e092";
			position: relative;
			top: -1px;
			margin-right:20px;
			margin-left:-30px;
			
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
			.item h3 a:hover {
				background:#ddd;
			}
			.item h3 a:hover:before {
				margin-right:6px;
				margin-left:0px;
			}
	.btn-success {
		position: absolute;
		width:46px;
		height: 46px;
		padding:0 12px;
		font-size: 20px;
		line-height:20px;
		color: #fff;
		background-color:#E6E6E6!important;
		border-color:#E6E6E6!important;
		right:15px;
		top:0px;
		border-radius: 24px;
		box-shadow:none;
	}
	.btn-success:before {
		position: relative;
		top: -2px;
		content:"-";
	}
	.btn-success.collapsed:before {
		position: relative;
		top: -2px;
		content:"+";
	}
	.btn-success.collapsed {
		background-color:#E6E6E6;
		border-color:#E6E6E6;
	}
		.btn-success:hover,
		.btn-success:focus,
		.btn-success:active,
		.btn-success.active,
		.open .dropdown-toggle.btn-success {
			outline:0!important;
		}
	
	.item .in,
	.item .collapse,
	.item .collapsing {
		position:absolute;
		z-index:99;
		width: 92%;
		background:rgba(255,255,255,.9);
		padding: 12px 24px;
		border-radius: 24px;
		overflow:hidden;
		
		-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.1);
		-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.1);
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,.1);
	}
		.item div.in a,
		.item div.collapse a,
		.item div.collapsing a {
			display:block;
			text-decoration:none!important;
			border-bottom:1px dotted #f4f4f4;
			padding:4px 0;
		}
		.item div.in a:before,
		.item div.collapse a:before,
		.item div.collapsing a:before {
			font-family: 'Glyphicons Halflings';
			font-size:10px;
			line-height:10px;
			content:"\e092";
			position: relative;
			top: -1px;
			margin-right:22px;
			margin-left:-40px;
			
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
			.item div.in a:hover:before {
				margin-right:6px;
				margin-left:-10px;
			}
		/*.item div.in a:last-child,
		.item div.collapse a:last-child,
		.item div.collapsing a:last-child {
			display:inline-block;
			border-bottom:0;
			padding:2px 10px;
			background-color:#45afcf;
			border-color:#45afcf;
			border-radius:10px;
			color:#fff;
			margin-top:14px;
			font-size:12px;
			font-weight:300;
			letter-spacing:0.5px;
			margin-left:-10px;
		}
			.item div.in a:last-child:before,
			.item div.collapse a:last-child:before,
			.item div.collapsing a:last-child:before {
				display:none;
			} */
			

/************ CATEGORIA ************/

.categoria-numeros {
	padding-left:0;
	margin-top:16px;
}
	.categoria-numeros .item-numero {
		padding:16px;
		color:#45afcf;
		background:#f4f4f4;
		border-radius:24px;
	}
	.categoria-numeros .item-numero:after {
		content:url(../images/ico-phone.png);
		position: absolute;
		right: 30px;
		bottom: 10px;
		opacity: .8;
		display: none;
	}
		.categoria-numeros .item-numero img {
			display:block;
			border-radius:12px;
			margin-bottom:10px;
			width:auto;
			height:auto;
			max-width:100%;
			max-height:120px;
			min-height:120px;
			background:#fff;
		}
		.categoria-numeros .item-numero .title-view {
			display:block;
			font-size: 16px;
			line-height: 26px;
			text-transform: uppercase;
			font-weight: 400;
		}
		.categoria-numeros .item-numero .phonenumber a {
			display:inline-block;
			border-bottom:0;
			padding:2px 10px;
			background-color:#E6E6E6;
			border-color:#E6E6E6;
			border-radius:10px;
			color:#fff;
			margin-top:6px;
			font-weight:300;
			letter-spacing:0.5px;
			text-decoration:none;
			margin-left:-2px;
			
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
			.categoria-numeros .item-numero a:hover {
				background-color:#1393ba;
				border-color:#1393ba;
			}
		
		.fivestar-basic div.fivestar-widget .star,
		.fivestar-basic div.fivestar-widget .star a {
			background-color: transparent;
			
			-webkit-transition: all 0s ease-in-out;
			-moz-transition: all 0s ease-in-out;
			-o-transition: all 0s ease-in-out;
			transition: all 0s ease-in-out;
		}

/************** FITXA **************/

.field-name-field-logo-imagen {
		max-width: 262px;
		padding-top: 10px;
		margin-bottom:20px;
}
	.field-name-field-logo-imagen img {
		max-width: 120px;
		height:auto;
		max-height:125px;
		border-radius:24px;
		background:#fff;
	}
.phone {
	position: relative;
	background: #E6E6E6;
	padding:16px;
	border-radius: 24px;
	line-height:26px;
	left: -2px;
	color: #fff;
	min-height: 126px;
}
	.phone span.glyphicon {
		font-size:30px;
		float:left;
		color:#fff;
		margin-right:5px;
		margin-left:-4px;
		margin-top:12px;
	} 
	.phone .phone-ficha {
		font-size:28px;
		line-height:30px;
		margin-top:12px;
	}
	.phone a {
		color:#fff;
	}

.field-name-field-otros-telefonos {
	font-size:20px;
}
	.field-name-field-otros-telefonos a {
		text-decoration:none!important;
	}
	.field-name-field-otros-telefonos a:before {
		content:"\e145";
		font-family: 'Glyphicons Halflings';
		color: #45afcf;
		position:relative;
		top:2px;
		margin-right:6px;
	}
.relacionado {
	font-size:11px;
	color:#aaa;
}
.region-sidebar-second {
	margin-top:40px;
	padding-top:0px;
}
.sidebar-second {
	border-left:1px solid #f4f4f4;
}
.view-banners-sidebar .views-row {
	margin: 15px 0 0 0;
	padding:0 0 15px 0;
	border-bottom: 1px dotted #f4f4f4;
}
#block-views-related-phones-block-1, 
#block-views-recent-posts-block, 
#block-views-recent-posts-default-block,
#block-views-comments-recent-block, 
#block-views-comments-linkable-block,
#block-views-comments-linkable-default-block,
#block-views-popular-contact-list-block,
#block-views-59b79e9d5a5ba5a65ec30700f83f0527,
#block-views-blog-block,
#block-views-archive-elements-block,
#block-views-categories-block {
	padding:15px;
	border-radius:24px;
	color:#fff;
	background:#ADD8E6;
	margin-top:30px;
	margin-bottom:20px;
	letter-spacing: .5px;
}
	#block-views-related-phones-block-1 span.title-related, 
	#block-views-recent-posts-block span.title-related,
	#block-views-recent-posts-default-block span.title-related,  
	#block-views-comments-recent-block span.title-related, 
	#block-views-comments-linkable-block span.title-related,
	#block-views-comments-linkable-default-block span.title-related,
	#block-views-popular-contact-list-block span title-related,
	#block-views-59b79e9d5a5ba5a65ec30700f83f0527 span title-related,
	#block-views-blog-block span title-related,
	#block-views-archive-elements-block span title-related,
	#block-views-categories-block span title-related {
		font-size: 16px;
		line-height: 18px;
		font-weight: 200;
		border-bottom: 1px dotted #fff;
		display: block;
		padding-bottom: 8px;
		margin-bottom: 15px;
		margin-top: 10px;
		text-transform: uppercase;
	}

	#block-views-related-phones-block-1 a, 
	#block-views-recent-posts-block a,
	#block-views-recent-posts-default-block a, 
	#block-views-comments-recent-block a,
	#block-views-comments-linkable-block a,
	#block-views-comments-linkable-default-block a,
	#block-views-popular-contact-list-block a,
	#block-views-59b79e9d5a5ba5a65ec30700f83f0527 a,
	#block-views-blog-block a,
	#block-views-archive-elements-block a,
	#block-views-categories-block a {
		color:#fff;
		font-weight:300;
	}
		#block-views-related-phones-block-1 a:before, 
		#block-views-recent-posts-block a:before,
		#block-views-recent-posts-default-block a:before, 
		#block-views-comments-recent-block a:before,
		#block-views-comments-linkable-block a:before,
		#block-views-comments-linkable-default-block a:before,
		#block-views-popular-contact-list-block a:before,
		#block-views-59b79e9d5a5ba5a65ec30700f83f0527 a:before,
		#block-views-blog-block a:before,
		#block-views-archive-elements-block a:before,
		#block-views-categories-block a:before {
			font-family: 'Glyphicons Halflings';
			font-size:8px;
			line-height:10px;
			content:"\e092";
			position: relative;
			top: -1px;
			margin-right:6px;
			margin-left:2px;
			
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
.descripcion {
	background:url(../images/bg_lines.gif);
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 24px;
}

.rating {
	margin-top: 10px;
	right:2px;
}
.otros-telefonos {
	margin-bottom: 20px;
}

.coste {
	margin:20px 0px 0px 0px; color: #999;
}
.logo {
	text-align:right;
}


/************** FORM **************/
.form-control {
	height: 40px;
	border-radius: 20px;
	border: 1px solid #f1f1f1;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
	box-shadow:none;
	-webkit-box-shadow:none;
	border: 1px solid #ddd;
}

.btn-default {
	background-color: #ADD8E6;
	border-color: #ADD8E6;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
	.btn-default:hover {
		background-color: #1393ba;
		border-color: #1393ba;
	}

/* .btn-default {
	height: 40px;
	width:40px;
	border-radius: 20px;
	color: #333;
	background-color: #000;
	border-color: #000;
	padding:0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	box-shadow:none;
	-webkit-box-shadow:none;
} */
.views-exposed-widgets {
	margin: .5em 0;
}
.views-exposed-form .views-exposed-widget {
	position: relative;
	padding:0;
	margin-right:-30px;
	margin-top: 10px;
	left:-15px;
}
.views-exposed-form .views-exposed-widget .form-submit {
	margin: 0;
	text-indent: 12px;
}
	.views-exposed-form .views-exposed-widget .form-submit:before {
		font-family: 'Glyphicons Halflings';
		content: "\e003";
		margin-right:12px;
		font-size:16px;
	}
.btn {
	border-radius: 24px;
}
.views-exposed-form .views-widget-filter-keys .form-control {
	width:290px;
}

.view-logo-telefono img,
.view-banners-sidebar img  {
	width:100%;
	height: auto;
	border-radius: 24px;
}
.title.comment-form {
	display: block;
	font-size: 18px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
#edit-comment-body-und-0-format {
	display:none;
}
.form-textarea-wrapper textarea {
	min-height:200px;
	border-radius: 24px;
}
#comment-form {
	margin-top:20px;
}


/************** ALTRES **************/


span.title-view {
	font-size:20px;
	float:left;
	width:100%;
	clear:both;
}
span.phone-view {
	font-weight:bold;
}
.relacionado {
	margin:20px 0px;
}

#comments fieldset .panel-body {
	display:none;
}


/************ SOCIAL SHARE ************/

#socialHolder {
	position:absolute;
	display:inline-block;
	right:14px;
	top: -22px;
	padding:0;
	z-index:999;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobile-social-share {
    background: none repeat scroll 0 0 #EEEEEE;
    display: block !important;
    min-height: 70px !important;
    margin: 50px 0;
}
	.mobile-social-share h3 {
		 color: inherit;
		 float: left;
		 font-size: 15px;
		 line-height: 20px;
		 margin: 25px 25px 0 25px;
	}
.share-group {
    float: right;
    margin: 18px 0 0 0;
}
.btn-group {
	 display: inline-block;
	 font-size: 0;
	 position: relative;
	 vertical-align: middle;
	 white-space: nowrap;
}
.mobile-social-share ul {
	 float: right;
	 list-style: none outside none;
	 margin: 0;
	 min-width: 61px;
	 padding: 0;
}
.mobile-social-share li {
    display: block;
    font-size: 18px;
    list-style: none outside none;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 3px;
}
.share {
	 min-width: 17px;
	 text-indent: -79px;
	 padding-right: 4px!important;
	 padding-left: 4px!important;
}
.btn-share {
    background-color: #BEBEBE;
    border-color: #CCCCCC;
    color: #333333;
}
	.fa-share-alt:before {
		content: "\f1e0";
	}

.btn-twitter,
.btn-facebook,
.btn-google,
.btn-linkedin,
.btn-pinterest,
.btn-mail {
	font-family: FontAwesome;
	font-size:24px;
	color:#fff!important;
}

.btn-twitter {
    background-color: #3399CC !important;
}
	.fa-twitter:before {
		content: "\f099";
	}
.btn-facebook {
    background-color: #3D5B96 !important;
}
	.fa-facebook:before {
		content: "\f09a";
	}
.btn-google {
    background-color: #DD3F34 !important;
}
	.fa-google-plus:before {
		content: "\f0d5";
	}
.btn-linkedin {
    background-color: #1884BB !important;
}
	.fa-linkedin:before {
		content: "\f0e1";
	}
.btn-pinterest {
    background-color: #CC1E2D !important;
}
	.fa-pinterest:before {
		content: "\f0d2";
	}
.btn-mail {
    background-color: #FFC90E !important;
}
	.fa-envelope:before {
		content: "\f0e0";
	}

.caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
#socialShare {
    margin-bottom:18px;
}
	#socialShare > a {
		 padding: 6px 8px 6px 8px;
	}
	#socialShare .dropdown-menu {
		width: 46px;
		min-width: 46px;
		border-radius: 18px;
		padding: 5px;
		margin:0;
	}
	#socialShare .dropdown-menu li a {
		border-radius:0;
		margin-bottom:1px;
		width: 100%;
		padding: 0;
		line-height: 30px;
	}
	#socialShare .dropdown-menu li:first-child a {
		border-radius: 10px 10px 0 0;
	}
	#socialShare .dropdown-menu li:last-child a {
		border-radius: 0 0 10px 10px;
		margin-bottom:0;
	}



/************* SOCIAL *************/	
	
.social {
	font-family: FontAwesome;
	font-size:50px;
	-webkit-transform:scale(0.8);
	/* Browser Variations: */
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8); 
	-webkit-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
	#social:hover {
		-webkit-transform:scale(1.1); 
		-moz-transform:scale(1.1); 
		-o-transform:scale(1.1); 
	}
	.social-fb:hover {
		color: #3B5998;
	}
		.fa-facebook-square:before {
			content: "\f082";
		}
	.social-tw:hover {
		color: #4099FF;
	}
		.fa-twitter-square:before {
			content: "\f081";
		}
	.social-gp:hover {
		color: #d34836;
	}
		.fa-google-plus-square:before {
			content: "\f0d4";
		}
	.social-em:hover {
		color: #f39c12;
	}
		.fa-envelope-square:before {
			content: "\f199";
		}
		

/************** Ensenya div **************/	
.coste_llamada {     
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	z-index: 999; 
}

.coste.amaga .coste_llamada {
	opacity: 1;
	z-index: -1;
}



/************** FOOTER **************/
.footer {
	margin-top: 0;
}

#block-block-3,
#block-block-4 {
	text-align:left;
}
#block-block-3 {
	position:relative;
	top:-10px;
}


/************* COOKIES *************/
#sliding-popup .popup-content #popup-text h2 {
	font-size: 11px;
	line-height:12px;
}
#sliding-popup .popup-content #popup-text p {
	font-size: 10px;
	line-height:10px;
	font-weight:200;
	letter-spacing:-.1px;
	margin-bottom:4px;
}
#sliding-popup .popup-content #popup-buttons button {
	margin-top:0px;
	margin-bottom:0px;
}
#sliding-popup.sliding-popup-bottom {
	border-top: 1px solid #ccc;
}

/************* BREADCRUMBS *************/
.node-type-ficha-telefono .breadcrumb li:nth-child(2),
.page-taxonomy-term .breadcrumb li:nth-child(2){
  display:none;
}

@media (min-width: 480px) {
	.page-header {
		font-size: 28px;
	}
	.share {
		 text-indent: 0px;
		 padding-right: 8px!important;
	 	 padding-left: 8px!important;
	}
	#socialShare .dropdown-menu {
		width: 132px;
		min-width: 132px;
		padding:10px;
	}
	#socialShare .dropdown-menu li a {
		padding: 3px 17px;
	}
	#socialShare > a {
		 padding: 6px 10px 6px 10px;
	}
	.phone {
		min-height: 100px;
	}
}

@media (min-width: 768px) {
	
	.navbar {
		padding:10px;
	}
	.navbar .logo img {
		max-width:65px!important;
	}
	
	section.col-sm-12 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.page-header {
		margin: 28px 0 20px 0!important;
		padding-right: 0;
		padding-left: 0;
	}
	.item {
		margin-top:20px;
	}
	
	.region-searchbox {
		float:right;
	}
		
	.views-exposed-form .views-exposed-widget {
		margin-top: 0;
		left: -12px;
	}
	.views-exposed-form .views-widget-filter-keys .form-control {
		width:300px;
	}
	.item {
		padding-left:0;
		padding-right:30px;
	}
	.item h3 {
		font-size: 14px;
	}
	.btn-success {
		right:30px;
	}
	.field-name-field-logo-imagen {
		position: absolute;
		right: -172px;
		max-width: 158px;
		border-top: 1px solid #eee;
		margin-top: -21px;
		margin-bottom:inherit;
		padding-top: 20px;
	}
	.field-name-field-logo-imagen img {
		max-width: 158px;
	}
	.region-sidebar-second {
		margin-top:250px;
	}
	
	.node-type-ficha-telefono .region-sidebar-second {
		margin-top:350px;
	}
	
	.phone {
		padding:20px;
		line-height: 30px;
		min-height: 112px;
		margin-bottom: 0 ;
	}
	#sliding-popup .popup-content #popup-text h2 {
		font-size: 16px;
		line-height:16px;
	}
	#sliding-popup .popup-content #popup-text p {
		font-size: 12px;
		line-height:14px;
	}
	#sliding-popup .popup-content #popup-buttons button {
		margin-top:10px;
		margin-bottom:10px;
	}
	#block-block-3,
	#block-block-4 {
		display:inline-block;
		width:49%;
	}
	#block-block-4 {
		text-align:right;
	}
	#socialHolder {
		right: -172px;
		top: 12px;
	}
	.no-sidebars #socialHolder {
		right: 15px;
		top: -26px;
	}
}

@media (min-width: 992px) {
	body {
		background:#eaeaea url(../images/bg-phone.png) no-repeat;
		background-position:-14% 4%;
		
	}
	.main-container {
		background:#fafafa;
	}
	.item h3 {
		font-size: 15px;
	}
	.field-name-field-logo-imagen {
		right: -226px;
		max-width: 213px;
	}
	.field-name-field-logo-imagen img {
		max-width: 213px;
	}
	.footer {
		background:#fafafa;
	}
	#socialHolder {
		right: -228px;
	}
}
@media (min-width: 1200px) {
	.item h3 {
		font-size: 16px;
	}
	.field-name-field-logo-imagen {
		right: -277px;
		max-width: 262px;
	}
	.field-name-field-logo-imagen img {
		max-width: 262px;
	}
	#socialHolder {
		right: -278px;
	}
}

/** SIDEBAR **/


#block-views-related-phones-block-1 h2 {text-transform:lowercase;font-size:16px;}

/** HORIZONTAL BANNER **/

#banner-top {text-align:center; margin:10px 0px;}
#banner-top img {max-width:100%; height: auto; margin-bottom:20px; }


/** CUSTOM SHARE BUTTON **/
.btn-info {
    color: #ffffff;
    background-color: #E6E6E6;
    border-color: #E6E6E6;
}


/** CUSTOM PAGER BUTTON **/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #E6E6E6;
    border-color: #E6E6E6;
}

/** CUSTOM FRONT h2 **/
.front .item h2 {
    border-radius: 24px;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    line-height: 26px;
    margin: 0 !important;
    overflow: hidden;
    text-transform: uppercase;
}


.front .item h2 a::before {
    content: "";
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    line-height: 10px;
    margin-left: -30px;
    margin-right: 20px;
    position: relative;
    top: -1px;
    transition: all 0.2s ease-in-out 0s;
}

.front .item h2 a {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #E6E6E6;
    display: block;
    padding: 10px 16px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 0;
}

.front .item h2 a:hover {
    background: #ddd;
}

.front .item h2 a:hover {
				background:#ddd;
}
			
.front .item h2 a:hover:before {
				margin-right:6px;
				margin-left:0px;
}

.front #block-system-main{
   display:none
}

#block-views-bloque-home-1-block .views-row-1, #block-views-bloque-home-1-block .view-content > div, .view-clone-of-taxonomy-term{
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 5%;
	background: url(../images/bg_lines.gif);
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 24px;
}



#block-block-9 p{
	display:none;
	}
	


.ct1, .ct2, .ct3, .ct4, .ct5, .description-ficha{
	background: url(../images/bg_lines.gif);
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 24px;
	margin-bottom: 5%;
	}

.node-type-ficha-telefono img{
	height: auto;
    max-width: 100%;
}

.node-type-article img{
	height: auto;
    max-width: 100%;
}

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

.front h2{
	font-size: 26px;
	}
	
	

.cabecera_h2 {
	font-size: 28px;
	margin-left: 20px;
	}

.node-type-ficha-telefono .img-responsive {
	display: block;
	max-width: 100%;
	}
	
/* theming tab menu from ficha telefono */
.horizontal-tabs ul.horizontal-tabs-list {
    display: flex;
}

.titleblocks {
	font-size: 16px;
	text-transform: uppercase;
	}
	
#node-navigation li{
	display: inline-flex;
	margin: 10px 80px;
	}

#node-navigation a{
	margin: 0 0 0 10px;
	margin-bottom: 70px;
	}
	
.col-md-3 {
    width: 270px;
}

.description-ficha, .field-group-htabs-wrapper{
	margin-bottom: 5%;
	}
	
.element-invisible, div.col-md-12:nth-child(17) {
	display: none;
	}
	
/** INLINING ORDERED LISTS (FOR BC) **/

ol li{
  display: inline;
}

.search-page .view-clone-of-taxonomy-term {
	display: none;
	}

#edit-preview {
	display: none;
	}
	
.imagelogo {
	display: none;
	}

.pricerange {
    display: none;
}

.snippet-markup {
    display: none;
}

#block-views-related-phones-block-1, #block-views-recent-posts-block, #block-views-recent-posts-default-block, #block-views-comments-recent-block, #block-views-comments-linkable-block, #block-views-comments-linkable-default-block, #block-views-popular-contact-list-block, #block-views-59b79e9d5a5ba5a65ec30700f83f0527, #block-views-blog-block, #block-views-archive-elements-block, #block-views-categories-block {
    color: #333333;
    }

#block-views-related-phones-block-1 a, #block-views-recent-posts-block a, #block-views-recent-posts-default-block a, #block-views-comments-recent-block a, #block-views-comments-linkable-block a, #block-views-comments-linkable-default-block a, #block-views-popular-contact-list-block a, #block-views-59b79e9d5a5ba5a65ec30700f83f0527 a, #block-views-blog-block a, #block-views-archive-elements-block a, #block-views-categories-block a {
    color: #333333;
    font-weight: 300;
}

.horizontal-tabs .horizontal-tabs-panes .collapse {
    display: block;
}
.horizontal-tabs .horizontal-tabs-panes .fade {
    opacity: 1;
}

.view-blog .views-field-created {
	font-size: small;
	font-style: italic;
	margin-bottom: 1em
}

view-blog .pager li {
	margin: 0 5px
}

.page-blog .views-bootstrap-grid-plugin-style .row {
	padding-bottom: 20px
}

.page-blog .views-bootstrap-grid-plugin-style .row a {
	color: #1393ba;
}

.page-blog .view-display-id-page_1 .view-header {
	padding-bottom: 20px
}