/*
Theme Name: CAN2016
Author: V. Franco Mego C.
Author URI: https://www.linkedin.com/in/francomego
Description: Theme a medida para la CAN
Version: 1.0
Tags: red, darkgray, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme have integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block; zoom: 1; *display: inline;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { /* display: none; */ }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* Helpers class */
.colorBrand{color:#DA291C;}
.colorGray{color:#3D3935;}

/* .container{outline: magenta 1px solid;}
.container-fluid{outline: red 1px solid;} */

.columns_padding_0{}
.columns_padding_0 .container {padding-left: 15px ; padding-right: 15px;}
.columns_padding_0 [class*="col-"] {margin-top: 0 !important; margin-bottom: 0 !important; padding-left: 0; padding-right: 0;}

.gradientVertTrans2Gray{
background: rgba(250,250,250,0);
background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(0,0,0,0.75) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,0)), color-stop(100%, rgba(0,0,0,0.75)));
background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(0,0,0,0.75) 100%);
background: -o-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(0,0,0,0.75) 100%);
background: -ms-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(0,0,0,0.75) 100%);
background: linear-gradient(to bottom, rgba(250,250,250,0) 0%, rgba(0,0,0,0.75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#000000', GradientType=0 );
}
.gradientVertTrans2Black{
background: rgba(250,250,250,0);
background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, #000000 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,0)), color-stop(100%, #000000));
background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%, #000000 100%);
background: -o-linear-gradient(top, rgba(250,250,250,0) 0%, #000000 100%);
background: -ms-linear-gradient(top, rgba(250,250,250,0) 0%, #000000 100%);
background: linear-gradient(to bottom, rgba(250,250,250,0) 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#000000', GradientType=0 );
}

.myFade {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.myFade:hover {
-webkit-opacity: 1 !important;
-moz-opacity: 1 !important;
opacity: 1 !important;
}

.tbl{display:table; width: 100%; height: 100%;}
.tr{display:table-row;}
.td{display:table-cell;}

.text-center-vert{display:table-cell; vertical-align: middle;}
.icon-center-vert{font-size:1em; position: absolute; left: 0.5em; line-height: 0; margin-left:-0.5em; margin-top:-0.5em; top: 50%; left:50%;}

.bgLoading{background-image:url('images/loading.gif'); background-repeat:no-repeat; background-position:center center;}

.rotateTextLeft {
    position: absolute; 
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin:right, top;
}

/*************************/
#vfmc-breadc{color:lightgray; background: #DA291C; display:block; padding: 1em; margin-bottom: 1.5em;}
#vfmc-breadc ul {}
#vfmc-breadc li+li:before {padding: 0 5px; padding-left: 0; color:lightgray; content: "/\00a0";}
#vfmc-breadc a {color:white; display: inline;}
#vfmc-breadc .active {color:lightgray;}

/*************************/

/*************************/
body{/* background-color: #3D3935; */ border-top: 0.3em solid #DA291C; border-bottom: 0.3em solid #DA291C; }

section>div{margin-bottom: 1.5em;}
section#homeSlider>div{margin-bottom:0;}
section#homeMultimedia {/* margin-bottom: 1.5em; */}
section#homeMiembros {/* margin: 1.5em 0; */ /* padding:0 0 1.5em; */}

#wp-calendar caption{text-align:center;}
#wp-calendar td#next{text-align:right;}
aside .search-form label{display: block;}

article.panel {padding-bottom: 2em;}
article.panel .page-title { margin-top: 5px; }

/* .acuniadaLeft:before{content: ' '; border-right: 20px solid #DA291C; border-bottom: 50px solid transparent; position: absolute; left: -20px; top: 0;} */
.titSeccion:after, 
.acuniadaLeft:before, .acuniadaRight:after{content: ' '; position: absolute; top: 0; border:none;}
.acuniadaLeft:before{border-right: 20px solid #DA291C;  border-bottom: 50px solid transparent; left: -20px;}
.titSeccion:after, 
.acuniadaRight:after{border-bottom: 50px solid transparent; border-right:20px solid white; right: 0;}

.titSeccion{font-size: 1.2em; margin-top: 0; position:relative; display:inline-block; zoom: 1; *display: inline;}
.titSeccion div{display:block; background:#DA291C; color:white; padding:0.5em 1.5em 0.5em 0.5em;}
.titSeccion div a{color:inherit; display:block; width:100%; height:100%;}
.titSeccion div:after{/* position:absolute; */}
.titSeccion div:hover{/* text-decoration:none; */}

.multimediaItem {outline:1px solid white;}
.multimediaItem figure {position:relative;}
.multimediaItem figure img{/* display: inline-block; */ /* outline: 1px solid green; */}
.multimediaItem figure .icon{color:white; font-size:4em; /* position:absolute; left:50%; top:50%; line-height: 0; margin-left:-0.5em; margin-top:-0.5em; */ 
	opacity: 0.5; -moz-opacity: 0.5; -webkit-opacity: 0.5;}
.multimediaItem figure figcaption{visibility:hidden; position: absolute; left:0; top:0; font-size: 1em; text-align: center; display:block; width:100%; height:100%; color: white; font-weight: 300;}
.multimediaItem figure figcaption a{color:inherit; display:block; width:inherit; height:inherit;}
.multimediaItem figure figcaption a span{position: absolute; bottom: 0; width: 100%; left: 0; padding: 0.5em;}
.multimediaItem:hover figure .icon{}
.multimediaItem:hover figure figcaption{visibility:visible;}
.multimediaItemDescatado figure .icon{font-size:8em;}
.multimediaItemDescatado figure figcaption{font-size: 1.25em; }

#ctnHomeShortcuts {font-size:1em; margin-top:1em;}
#ctnHomeShortcuts li{text-align: left; padding: 0; font-size: 1em; min-height: 4em; background-color: #3D3935; overflow:hidden;}
#ctnHomeShortcuts li .icon{font-size:1.5em; left:1.1em;}
#ctnHomeShortcuts li a{color:white; position:absolute; text-decoration:none; display:block; width:100%; height:100%; padding: 0.5em 0; padding:0;
	-webkit-opacity: 0.6; -moz-opacity: 0.6; opacity: 0.6; }
#ctnHomeShortcuts li a span{padding-left: 3em; padding-right: 1em; border-top: 1px solid gray;}
#ctnHomeShortcuts li:first-child a span{border-left:none;}

#ctnSliderHome{color:white;}
#ctnSliderHome #ctnSlider { position: relative; }
#ctnSliderHome .slider{visibility:hidden;}
#ctnSliderHome .sliderItem{/* display:inline-block; */}
#ctnSliderHome ul.slider, #ctnSliderHome ul.slider>li, 
#ctnSliderHome ul.rslides_tabs, #ctnSliderHome ul.rslides_tabs>li{
		margin:0; padding:0; list-style: none;}
#ctnSliderHome [class*="col-"] {/* outline:1px solid blue; */}
#ctnSliderHome .slideImage img{/* width: auto; */ /* max-width: none; */}
#ctnSliderHome .slideImage{position:relative;}
#ctnSliderHome .slideDescription, 
#ctnSliderHome .slideImage span{background-color:transparent; background-repeat:no-repeat;}
#ctnSliderHome .slideDescription{background-image:url('images/bgSliderDestacadas-left.png'); background-position:top right; 
	padding:0.5em; font-size: 0.75em;}
#ctnSliderHome .slideImage span{background-image:url('images/bgSliderDestacadas-right.png'); background-position:top left;
	position:absolute; left:0; top:0; width:25%; height:100%;}
#ctnSliderHome .slideDescription .titulo{font-size: 1.5em; line-height: 1.35em; font-weight: normal;  margin-top: 0.5em;}
#ctnSliderHome .slideDescription p{font-size: 1.2em; margin: 1em 0; line-height: 1.5em; font-weight: 300;}
#ctnSliderHome .slideDescription a{color:inherit;}
#ctnSliderHome .slideDescription a.btn{position: absolute; right: -3em; bottom: 1em;}

#ctnSliderHome .owl-controls{position: absolute; z-index: 9; right: 0.5em; bottom: 0; font-size:1.5em;}
#ctnSliderHome .owl-page span{border: 2px solid white; width: 1em; height: 1em;}
#ctnSliderHome .owl-page.active span{background-color:#DA291C; width: 1.2em; height: 1.2em; margin-top:0.5em;}
/* #ctnSliderHome .rslides_nav{opacity:0; color:rgba(255, 255, 255, 0.75);position: absolute; top: 0; height: 100%; width: 1em; z-index: 99;  text-decoration:none; font-size: 3em; font-weight: 300; text-align:center;}
#ctnSliderHome .rslides_nav:hover{opacity:1;}
#ctnSliderHome .rslides_nav.prev{left:0;}
#ctnSliderHome .rslides_nav.next{right:0;}
#ctnSliderHome .rslides_nav span{position:absolute; top:50%; line-height: 0; margin-top: -0.5em; left: 0; width: inherit;}
#ctnSliderHome ul.rslides_tabs{visibility:hidden; position: absolute; z-index: 99; bottom: 0.5em; right: 0.5em; font-size: 1.5em;}
#ctnSliderHome ul.rslides_tabs>li{display: inline-block; zoom: 1; *display: inline; width: 1em;height: 1em; margin-left:0.5em; border-radius: 50%; border: 2px solid #ffffff; position: relative; background-color: rgba(0, 0, 0, 0.25);}
#ctnSliderHome ul.rslides_tabs>li.rslides_here{background-color:#DA291C; font-size:1.2em; top: -0.05em;}
#ctnSliderHome ul.rslides_tabs>li a {font-size: 0; width: inherit; height: inherit; display: block; } */

#menuSuperior{position:relative; margin-top: -0.3em;}
#menuSuperior.nav, 
#menuSuperior.nav  .dropdown-menu, 
#menuSuperior.nav a{background: #DA291C; color:white; border: none;}
#menuSuperior.nav a:hover{background-color:#c02419;}
#menuSuperior.nav .dropdown-menu {padding-top:0; padding-bottom:0;}
#menuSuperior.nav .dropdown-menu a{padding-top:0.75em; padding-bottom:0.75em; }
#menuSuperior .search-form{display: none; background-color:#DA291C; position: absolute; right: 45px; z-index: 99; width: 100%; min-width: 275px; top: 10px;}

.site-navigation{position: relative; z-index: 1;}
.site-navigation .navbar{margin-bottom:0.5em; margin-top:0.5em; background-color:transparent; border-color:transparent;}
.site-navigation .nav, 
.site-navigation .nav  .dropdown-menu, 
.site-navigation .nav a{background: white; color:#3D3935;}
.site-navigation .nav>li>a{padding-top:1.3em; padding-bottom:1.3em; /* text-transform:uppercase; */}
/* .site-navigation .nav li.open>a, .site-navigation .nav li.open>a:hover,  */
.site-navigation .nav li a:hover{background-color:#3D3935; color:white;}
.site-navigation .nav .dropdown-menu {padding-top:0; padding-bottom:0;}
.site-navigation .nav .dropdown-menu a{padding-top:0.75em; padding-bottom:0.75em;}
.site-navigation .logo{position:absolute; left:0; top:0; width: 140px; margin-top:0;}

.site-footer{font-size:1em; padding: 1em 0; color:white; background:#3D3935 url('images/bgSliderDestacadas-left.png') top right;}
.site-footer h1{color:white; font-size: 2em;}
.site-footer a{color:rgba(255, 255, 255, 0.7);}
.site-footer a:hover{text-decoration:none; color:white;}
#ctn-lstLnksInteres ul li{}
#ctn-lstLnksInteres a{padding:0.7em; display:block; width:100%;}
.site-footer [class^="icon-"],
.site-footer [class^="icon-"]:before, .site-footer [class*=" icon-"]:before, 
#ctn-lstLnksInteres a:before{margin-right: 0.5em; color: #DA291C; font-size: 1.5em; vertical-align: middle;}
#ctn-lstLnksInteres a:before{content: "\f0c1";}
span.cat-links:before, 
span.tags-links:before, 
#ctn-lstLnksInteres a:before{	
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
#ctn-infoContacto{}
#ctn-infoContacto p{padding: 0.4em 0;}

#ctn-lstSocialLinks{text-align:center;}
#lstSocialLinks li a span{display:none;}
#lstSocialLinks li a{display:block; width:2em; height:2em; font-size:1.5em; overflow: hidden; text-align: center; color:white; border-radius: 50%; line-height: 1.85em;}
#lstSocialLinks li a.lnkFB {background-color:#3b5998;}
#lstSocialLinks li a.lnkTW {background-color:#00aced;}
#lstSocialLinks li a.lnkYT {background-color:#bb0000;}
#lstSocialLinks li a.lnkFC {background-color:#ff0084;}
#lstSocialLinks li [class^="icon-"]:before, #lstSocialLinks li [class*=" icon-"]:before{vertical-align:middle; color:white; margin: 0 auto; /* line-height: 1.35em; */ font-size: 1em;}

.center-icon:before {width: 1em; text-align: center; display: inline-block; zoom: 1; *display: inline; margin-right: 0.5em;}
.nav-tabs, .tab-content{margin-bottom:1em;}
h4{line-height: 1.25em;}
.ctn-Propuestas, 
#ctn-Agenda {font-size:1em;}
.ctn-Propuestas img.media-object, 
#ctn-Agenda img.media-object{width:160px;}
.lstTags a {padding: 0.25em; border: 1px solid lightgray; display: inline-block; zoom: 1; *display: inline; margin: 0 0 0.25em; border-radius: 3px;}
.lstTags a:hover {border-color: gray; text-decoration:none;}
#ctnEventos .media.eventoDestacado, 
.media-list .media {border-bottom: 1px solid lightgray; padding-bottom: 1em;}

#ctnEventos{background:#eeeeee; padding:1px 1em 1em; margin-bottom: 1em;}
#ctnEventos img.media-object{width:192px;}
#ctnEventos [class*=" icon-"]:before{color:#DA291C;}
#ctnEventos .media-heading{margin-bottom: 1em;}
#ctnEventos .eventoDestacado{margin-bottom:1.5em; border-color:white;}
#ctnEventos .evento a{color:#3D3935;}

.fecha{font-size:1em; background:white;}
.fecha span{display: block; padding: 0; text-align: center;}
.fecha span.mes{ background: red; color: white; padding: 0 1em; text-transform: uppercase;}
.fecha span.dia{font-size: 1.5em; font-weight: bold; padding: 0.25em 0;}

#ctnEjes.container, 
#ctnLabores.container, 
#ctnMiembros.container, 
.ctnWebsAmigas.container {padding-bottom:0;}
#ctnctnWebsAmigas{background: #0078ab; padding: 2em; margin: 0;}
#ctnMiembros .titulo:before {content:' '; text-decoration: underline; position: absolute; width: 100%; z-index:1; outline: 1px outset #DA291C; left: 0; top: 50%;}
#ctnMiembros .titulo, 
.ctnWebsAmigas .titulo {position:relative; text-align: center; margin-bottom: 1em;}
#ctnMiembros .titulo span{background: white; padding: 0 0.25em; position:relative; z-index:2;}
#ctnMiembros ul, 
.ctnWebsAmigas ul {/* display:table; */}
#ctnMiembros ul li , 
.ctnWebsAmigas ul li {display:block; height:100%; /* display:table; */ /* outline:1px solid #eee; */}
#ctnMiembros ul li div, 
.ctnWebsAmigas ul li div{/* display:table-cell; */ vertical-align:middle; /* display:block; */ /* display:table-row; */  text-align:center; height: 100%; width: 100%;}
#ctnMiembros ul li div a, 
.ctnWebsAmigas ul li div a{display:inline-block; zoom: 1; *display: inline; /* display:table-cell; */ width:100%; height:100%; vertical-align:middle; padding:0;/* 5px */}
#ctnMiembros ul li div a:hover, 
.ctnWebsAmigas ul li div a:hover{/* background-color: #ebf6fa; */}
#ctnMiembros ul li img, 
.ctnWebsAmigas ul li img {margin: 0 auto; height: auto; max-height:80px; /* 48px */ vertical-align: middle; width:auto; background-color: #fff; padding:0;/* 4px */ border-radius: 4px;}
#ctnMiembros .bx-wrapper {max-width:none !important;}
#ctnMiembros .bx-wrapper .bx-viewport, 
.ctnWebsAmigas .bx-wrapper .bx-viewport {background-color: inherit;}
#ctnSliderPrincipal .bx-wrapper .bx-prev, #ctnSliderPrincipal .bx-wrapper .bx-next, 
#ctnLabores .bx-wrapper .bx-prev, #ctnLabores  .bx-wrapper .bx-next, 
#ctnMiembros .bx-prev, #ctnMiembros .bx-next, 
.ctnWebsAmigas .bx-prev, .ctnWebsAmigas .bx-next{visibility:hidden;}
#ctnSliderPrincipal .bx-wrapper:hover .bx-prev, #ctnSliderPrincipal .bx-wrapper:hover .bx-next, 
#ctnLabores .bx-wrapper:hover .bx-prev, #ctnLabores .bx-wrapper:hover .bx-next, 
#ctnMiembros:hover .bx-prev, #ctnMiembros:hover .bx-next, 
.ctnWebsAmigas:hover .bx-prev, .ctnWebsAmigas:hover .bx-next{visibility:visible;}
#ctnMiembros .bx-wrapper .bx-viewport, 
.ctnWebsAmigas .bx-wrapper .bx-viewport{box-shadow:none; border:none; }

#ctn-Agenda{position:relative; margin-bottom:1.5em;}
/* #ctn-Agenda .titulo{position:relative; border-bottom:1px solid #DA291C;}
#ctn-Agenda .titulo a{color:#DA291C;} */

#ctn-Plataformas ul.slider, 
#ctn-Actividades ul.slider{margin-top:1.5em;}
#ctn-Plataformas ul.slider li,
#ctn-Actividades ul.slider li{text-align:center;}
#ctn-Plataformas ul.slider li img,
#ctn-Actividades ul.slider li img{height:75px;}

.ctnFlickrShowGallery_Rotator .ctnLnkAlbumFlickr{text-align: right;}
.ctnFlickrShowGallery_Rotator .ctnLnkAlbumFlickr a {text-decoration: none; color: #444; padding-left: 18px; background: transparent url('images/ico-flickr.gif') left center no-repeat;}

/* estilos para categorías */
/* body.archive #content .content-padder>header {background: #fafafa; padding: 0.75em; border-radius: 4px; border: 1px solid #ddd;} */
body.archive #content .content-padder>header .page-title{margin-top: 0; margin-bottom: 0;}
.taxonomy-description {border-top: 1px solid #e3e3e3; padding-top: 1em; margin-top: 1em;}

aside .search-form label{display: inline-block;}
.search-form button[type="submit"]{float:right;}
/* .search-form label.text{width: 81%;}
aside .search-form label.text{width: 100%; max-width:220px; width: -webkit-calc(100% - 145px);} */
.search-form label.text{width: 81%; width:calc(100% - 145px); width:-webkit-calc(100% - 145px); width:-moz-calc(100% - 145px); 
	width: 100%;}
.captchaMath{width:auto; max-width: none; margin-left: 5px; /* float: right; */}
.captchaMath input{width:3em; display: inline-block;}

#toplevel_page_itsec, #wp-admin-bar-itsec_admin_bar_menu, 
#menu-posts-tribe_events, #wp-admin-bar-tribe-events, 
#wp-admin-bar-tribe-events, #wp-admin-bar-new-tribe_events, 
#wp-admin-bar-itsec_admin_bar_menu{
	display:none !important; visibility:hidden !important; font-size:0 !important;
}

article.panel img.media-object{width:150px;}
article.panel .entry-meta{margin: 0.5em 0; color: darkgrey;}
article.panel .page-title {margin-top: 0; font-size: 2em; line-height: 1em;}

span.cat-links:before{content: "\f01c";}
span.tags-links:before{content: "\f02b";}
span.tags-links{display:block;}
span.tags-links a {font-size: 0.9em; border:lightgray 1px solid; padding: 0.1em 0.25em; line-height: 2em; border-radius: 0.25em; color: darkgray; background: white;}

.lstHrzntl{list-style:none; margin:0; padding:0;}
.lstHrzntl li{margin:0.25em; padding:0; display:inline-block;}
.lstHrzntl li a{display:block; width:100%; height:100%; padding:0.25em;}

.lstArchive{text-align: center;}
.lstArchive li{vertical-align: top; width:100%; text-align: left;}
.displayMosaico .lstArchive li{max-width:31.5%;}
.lstArchive .entry-meta{font-size:0.75em; border-top: 1px solid #ddd; padding-top: 1em;}
.lstArchive li .hentry:after{content:none;}

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

body.category-noticias #content .entry-meta{/* display: none; */ visibility: hidden; height: 0.2em; overflow: hidden;}
xbody:not(.category-13):not(.category-24):not(.category-26) .entry-meta{/* display: none; */ visibility: hidden; height: 0.2em; overflow: hidden;}

@-moz-document url-prefix() { 
  #ctnDir_Descripcion, .ctnDir_Descripcion {
     height: 372px;
  }
}

@media only screen and (max-width: 479px) { 
	.displayMosaico .lstArchive li{max-width:none;}
}

@media only screen and (max-width: 767px) { /* xs */ head{width:767px;}
	#menuSuperior.navbar-nav>li{float: left;}
	#menuSuperior.navbar-nav .open .dropdown-menu{position: absolute;}
	
	#ctnSliderHome .slideImage{z-index:99;}
	#ctnSliderHome .owl-controls{display:none !important;}
	.multimediaItem figure .icon{font-size:2em;}
	.multimediaItemDescatado figure .icon{font-size:4em;}
	
	article.panel .entry-summary, 
	article.panel .entry-meta{display: none;}
	article.panel .page-title {font-size: 1.1em; line-height: 1.25em;}
	article.panel .page-title a{color: gray;}
	article.panel img.media-object {width: 100px;}
}

@media only screen and (min-width: 768px) { /* sm */ head{width:768px;}
	/* Make Navigation Toggle on Desktop Hover */
	/* http://scotch.io/bar-talk/bootstrap-3-tips-and-tricks-you-might-not-know */
	.dropdown:hover .dropdown-menu { display: block; }

	.site-navigation .logo{width:260px; margin-top: -40px;}

	#ctnSliderHome .slideDescription{font-size: 1em; text-align:left; padding:0 0 0 2em;}
	#ctnSliderHome ul.rslides_tabs{visibility:visible;} 
	#ctnSliderHome .slideDescription .titulo{}
	
	#ctnHomeShortcuts{font-size:1.2em;}
	#ctnHomeShortcuts {margin-top:0;}
	#ctnHomeShortcuts li{text-align: center; min-height: 7em;}
	#ctnHomeShortcuts li .icon{font-size:2em; left:1.25em;}
	#ctnHomeShortcuts li a span {border-left: 1px solid gray; border-top:none; padding-left: 4em; padding-right: 2em;}
	#ctnHomeShortcuts #ctnLnkPDV .icon{left: auto; right: 1em;}
	#ctnHomeShortcuts #ctnLnkPDV span{padding-left: 2em;}
	/* #ctnHomeShortcuts li:last-child a span{border-bottom:none;} */
	
	#ctn-lstSocialLinks{text-align:left;}
	
	section#homeSlider{margin-top: -21px;}
}

@media only screen and (min-width: 992px) { /* md */ head{width:992px;}
	#ctnSliderHome .slideImage img{/* width: auto; */ /* max-width: none; */}
	#ctnSliderHome .slideDescription .titulo{font-size: 1.7em; font-weight: bold; margin-top: 0;}
}

@media only screen and (min-width: 1200px){ /* lg */ head{width:1200px;}
}