/*
Theme Name: Villa General Belgrano
Theme URI: http://vgb.gov.ar/
Author: Giuliano Nicolás

 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, button, input, select, textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}
body {
	background: #f5f5f5;
}
a {
	color: #484848;
	text-decoration: none;
	 -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

.hover{
		 -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
	
}

.sbtn:active{
	background:none !important;
	outline:none;
}
a:active, a:hover {
	color: #999933;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 36px 0 12px;
}
h1 {
	font-size: 25px;
	line-height: 1.3846153846;
}
h2 {
	font-size: 23px;
	line-height: 1;
}
h3 {
	font-size: 21px;
	line-height: 1.0909090909;
}
h4 {
	font-size: 19px;
	line-height: 1.2;
}
h5 {
	font-size: 17px;
	line-height: 1.3333333333;
}
h6 {
	font-size: 15px;
	line-height: 1.5;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b, strong {
	font-weight: 700;
}
cite, dfn, em, i {
	font-style: italic;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
p {
	margin-bottom: 24px;
}
code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}
blockquote cite, blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 24px;
}
ul, ol {
	list-style: none;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin: 0 0 0 20px;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}
legend {
	white-space: normal;
}

.btn-template{   
    text-align: center;
	color:white;
    padding: 10px;
    background: #999933;
    margin-top: 15px;
	    border-bottom: solid 4px #828225;
    border-radius: 2px;}
	
.btn-template:hover{
	color:white;
	background:#828225;
}
	
button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
input, textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
del {
	color: #767676;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
 background: #24890d;
 color: #fff;
 text-shadow: none;
}
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input, textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}
textarea {
	width: 100%;
}
input:focus, textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
/* Buttons */
.glyphicon-envelope {
	color: #8ab5dd;
}
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #B1B1B1;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}
button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	color: #fff !important;
}
button:active, .button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background-color: #A5CDF4;
}
.search-field {
	width: 100%;
}
.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
 color: #939393;
}

:-moz-placeholder {
 color: #939393;
}

::-moz-placeholder {
 color: #939393;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
 color: #939393;
}
/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {
	max-width: 100%;
}
/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
	height: auto;
}
img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
	height: auto;
	max-width: 100%;
}
/* Make sure embeds and iframes fit their containers */

embed, iframe, object, video {
	max-width: 100%;
	min-width: 100%;
	min-height: 400px;
}
p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
	margin-bottom: 0;
}
/* Alignment */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright, figure.wp-caption.alignright, img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.site-content blockquote.alignleft, .site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
	margin-bottom: 17px;
}
.wp-caption {
	margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption {
	color: #767676;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}
div.wp-caption .wp-caption-text {
	padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.hide {
	display: none;
}
.goog-te-combo {
	background-color: rgba(255, 255, 255, 0.74) !important;
	color: #8ab5dd !important;
	font-family: 'helveticaltstd' !important;
	font-size: 13px !important;
	padding: 3px !important;
}
.goog-te-gadget {
	text-align: right !important;
}
select.goog-te-combo {
	float: none !important;
	padding: 5px !important;
	border-radius: 5px !important;
}
.loadbutton {
	text-align: center;
	color: #A0A0A0;
	font-weight: bold;
	font-family: 'helveticaltstd';
	text-transform: uppercase;
	margin: 0;
}
.capitalize {
	text-transform: capitalize;
	padding: 0px !important;
}
/*Home*/

.home .promocion{ margin-bottom:10px;}
.navbar-default {
background-color: rgba(0,0,0,0.7);
    box-shadow: 0px 0px 1px white;
	}

.main-navigation{ margin-top:-50px;}
 .home section{    padding: 25px !important;}
 
 section {
    padding: 45px 25px;
}
 
#main-slider .item {
	min-height: 750px;
}

.carousel-control {
    z-index: 999;
}


.carousel-caption h2:first-child, .wrap-logo {
  animation-delay: 1s;
}

.carousel-caption p:nth-child(2) {
  animation-delay: 2s;
}

.cbp-spmenu a {
    font-family: goudy_ssibold;
    font-variant: small-caps;
}
header {
	position: absolute;
	z-index: 1;
	width: 100%;
}
header .wrap-logo img {
	margin: 30px auto;
	    max-width: 165px !important;
}

.home .wrap-logo img {
	margin: 50px auto;
	    max-width: 265px !important;
}

header .top-header{
    background: rgba(153,153,51,0.3);
    border-top: solid 4px #999933;
}

.navbar-collapse {
	padding-left:0px;
	padding-right:0px;
}

header .top-header a{
    padding: 8px 15px;
    display: block;
    float: left;
    font-family: goudy_ssibold;
    background: #993333;
    font-variant: small-caps;
    font-size: 17px;
    color: white;
}

header .top-header a:hover{
	background:#CCC;
	text-decoration:none;
}
header .top-header a.active{
	background: #999933;
    color: white;
}

header .wrap-top-buttons{
	float: right;
}

#main-slider .carousel-caption{
	text-align:left;
	width: 35%;
	bottom:50px;
}

#main-slider .carousel-caption h2{
	font-size:43px;
	text-shadow: 3px 1px 2px black;
}

#main-slider .carousel-caption p{
	font-size:18px;
	margin-bottom:0px;
	    text-shadow: 3px 1px 2px black;
}

.carousel-indicators li{
	background:white;
}

.carousel-indicators .active{
	background: #999933;
	border-color: #999933;
}

#main-content{
    width: 100%;
    background: url(assets/img/background.jpg);
	background-size: contain;
}

#main-content .wrap-content{
    background: white;
}

#main-content .border-pattern{     background: url(assets/img/border.png) no-repeat bottom;
    background-size: cover;
    height: 40px;
    width: 100%;}

#contenido-destacado .wrap-block img{
	min-width:100%;
}

#contenido-destacado .wrap-block{ position:relative;}

#contenido-destacado .hover-block{    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
	opacity:0;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
-moz-transition:all .5s ease; /* Firefox */
-o-transition:all .5s ease; /* IE 9 */
-ms-transition:all .5s ease; /* Opera */}
	
#contenido-destacado .hover-block:hover{
	opacity:1;
}

#contenido-destacado .hover-block i{

    font-size: 60px;
    opacity: 1;
    color: white;
    left: -50%;
    position: relative;

}

.home .wrap-cut-image{overflow: hidden;
    max-height: 180px;
    vertical-align: bottom;
}

#contenido-destacado .hover-block .wrap-icono{

   
    left: 50%;
    position: absolute;
    top: 25%;

}
	
#contenido-destacado a:hover{ text-decoration:none;
}

#contenido-destacado .wrap-block .title{
	    padding: 10px 0px;
    text-align: center;
	    font-family: goudy_ssibold;
    font-variant: small-caps;
	font-size:20px;
	    color: #999933;
		    background: white;
    border-bottom: solid 3px #999933;
}

#contenido-destacado{
	    background: #f1f1f1;
}

#noticias-destacadas .mainNEW, #noticias-destacadas .secondaryNEW{ 
min-width:100%;
margin-bottom:10px;
}

#noticias-destacadas .mainNEW img, #noticias-destacadas .secondaryNEW img{ 
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
}



#noticias-destacadas .mainNEW:hover img, #noticias-destacadas .secondaryNEW:hover img{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

#noticias-destacadas .img-caption{
	position: absolute;
    bottom: 10px;
    width: 100%;
    max-width: 726px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 10px;
    font-size: 20px;
}

#noticias-destacadas .img-wrap{
	position:relative;
}

.tribe-events-schedule h2 {
	margin-top:0px;
    font-size: 17px;
    color: #999933;
}

#proximos-eventos .img-responsive{ min-width:100%;}

footer{ color:white;     padding: 20px 0px;
}

.footer-logo{    max-width: 145px;}

.group-contact p{ margin-bottom:10px;}

.group-social a i{    color: white;
    font-size: 20px;
    padding: 7px;
}

.group-social h4, 
.group-contact h4{    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: solid 1px;}


/* Paseos */

.page-template-template-paseos .itemlist, .page-template-template-fiestas .itemlist{
    border: dotted 1px #ddd;
    background: #f7f7f7;
}


.page-template-template-paseos .itemlist .col-md-6, .page-template-template-fiestas .itemlist .col-md-6{
	padding-left:0px;
}

.page-template-template-paseos .itemlist .detail, .page-template-template-fiestas .itemlist .detail{
	padding:10px;
}

.page-template-template-paseos .itemlist .pull-right, .page-template-template-fiestas .itemlist .pull-right  {
    text-align:left !important;
}

.single-type-paseos .single-title{
	margin-top:0px;
}

.single .feat-image{
    margin: 0px auto;
}

.epoca{       position: absolute;
    top: 0;
    padding: 5px;
    min-width: 80px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #999933;
    font-size: 12px;}


.single-type-paseos .acf-map{
	height:400px;
}


/*.group-social{float:right;}
*/
footer .copyright{    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 5px 0px;
	margin-top: 15px;}
	
	

footer .copyright p{ margin-bottom:0px;     font-size: 12px; }

.tribe-list-widget{ list-style:none; }
.tribe-list-widget h4{    margin-top: 0;}

.style-title-module, .eventsModule h3{
	border-bottom: solid #999933;
	margin-top: 0;
    padding: 0px 0px 10px;
    font-family: 'goudy_ssibold';
    font-variant: small-caps;
    font-size: 25px;
}

#galerias-relacionadas .style-title-module{
	margin-top:30px !important;
}

.block-divider{    width: 100%;
    height: 20px;}


.eventsModule .tribe-event-title a{    color: #999933;}
.tribe-list-widget h4{ margin-bottom:0px;    font-size: 14px;}

.tribe-events-list-widget-events{margin-bottom:15px;}
.tribe-events-widget-link{    max-width: 160px;
    text-align: center;
    padding: 10px 6px;
    background: #999933;
    margin-top: 15px;}
	
	.tribe-events-widget-link a{
    color: white;
		   
}

.tribe-events-widget-link{
 border-bottom: solid 4px #828225;
    border-radius: 2px;
}


.tribe-events-widget-link:hover{
	background:#828225;
}


.searchlink {
    display: block;
    float: right;
    position: absolute;
    padding: 0 20px;
    color: white;
    right: 0;
    background: #999933;
    font-size: 25px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}
.searchlink:hover, .searchlink.open {
  color: #bababa;
  background: #3a3a3a;
}
 
.searchlink.open > .searchform {
  display: block;
}

/** search field **/
.searchform {
  display: none;
  position: absolute;
  width: 300px;
  height: 50px;
  line-height: 40px;
  top: 50px;
  z-index:9;
  right: 0;
  padding: 0 15px;
  cursor: default;
  background: #3a3a3a;
}
 
.searchlink.open .searchform {
  display: block;
}
 
#search {
  display: block;
  position: relative;
}
 
#s {
  width: 100%;
  background: #272727;
  padding: 8px 11px;
  font-size:14px;
  border: 0;
  color: #eee;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
 
.sbtn {
  display: block;
  position: absolute;
  right: 5px;
  top: 3px;
  background: none;
  border: none;
  color: #bcbcbc;
  font-size: 0.6em;
  cursor: pointer;
}

/*Internal Sections*/
#internal-header{      width: 100%;
    min-height: 320px;
    background-size: cover !important;
}
#no-contenido{    padding: 50px;
    font-size: 35px;
    text-align: center;}

/* Fotos */

#gallery{
  width: 100%;
  padding-bottom:30px;
}
.masonry .item,
.masonry .grid-sizer {
  width:  20%;
}
.gutter-sizer { width: 0px; }

.masonry .item img  {
  width: 100%;
  padding: 5px;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */ 
}

.search .type{      font-size: 10px;
    background: #999333;
    padding: 5px;
    color: white;
    margin-right: 10px;
    display: -webkit-inline-box;
    margin-bottom: 10px;
    width: auto;
    text-align: center;}

.mfp-title small{ display:none !important;}

.masonry .item img:hover{
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */   
}

.page-template-template-fotos .detail{
	       padding: 10px;
    border: solid 1px #ddd;
}

.page-template-template-fotos .hover:hover{    box-shadow: 1px 2px 10px 0px #ddd;}

.page-template-template-fotos .itemlist h3, .page-template-template-fotos .itemlist p{    height: 44px;
overflow:hidden;
}

/* Novedades */

.tw-pagination .current {
    color: WHITE !important;
    background: #999933 !important;
    border: SOLID 1PX #999933 !important;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.tw-pagination a {
    border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

.itemlist{
	margin-bottom:20px;
}

.itemlist{
	margin-bottom:20px;
}

.rpwwt-post-title{
	font-size:13px;
}

.itemlist h3{
	margin-top:0px;
}

.itemlist a{ color:black;
}

.itemlist .pull-right{
	margin-top:10px;
}

.itemlist .pull-right a{
	color:#999933;
}

.page-header, .page-header h1{
	margin-top:0px;
}

.page-header h1{ 
	margin-top:0px;  
    font-family: 'goudy_ssibold';
    font-variant: small-caps;
    padding: 0px;
	margin-bottom: 0px;
}

/* Servicios */


.tribe-events-calendar td.tribe-events-present.mobile-active{
	background:#999933 !important;
}
.wpsl-dropdown {
    width: 115px !important;
}

.load{ display:none;}


body {
    opacity: 1;

    -webkit-transition: opacity 0.2s ease-in;
       -moz-transition: opacity 0.2s ease-in;
        -ms-transition: opacity 0.2s ease-in;
         -o-transition: opacity 0.2s ease-in;
            transition: opacity 0.2s ease-in;
}


#wpsl-search-btn{
   border: solid 2px #999933 !important;
    background-image: none !important;
    background-color: transparent !important;
    color: #999933 !important;
    text-transform: uppercase !important;
    min-height: 36px;
    border-radius: 0px !important;
	font-weight: bold !important;
}

#wpsl-category .wpsl-dropdown{ width:210px !important;}

#wpsl-stores a{ color:black;}
#wpsl-stores a:hover{ color:#999933;}


/* Single Novedad*/

#carousel-post .carousel-inner {
    background-color: black;
}

.meta.date{
	color:white;
    float: left;
    padding: 2px 7px;
    background: #999933;
}


.preload *{
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.wrap-transport{    max-width: 900px;
    margin: 0px auto;}
.wrap-transport i{color:#999933;}


.single-title span{    font-size: 12px;
    background: #999933;
    padding: 7px;
    color: white;
    text-transform: uppercase;}
/* Eventos */

#tribe-bar-form .tribe-bar-submit input[type=submit]{
    border: solid 2px #999933 !important;
    background: transparent !important;
    color: #999933 !important;
    font-weight: bold !important;
}

.tribe-events-notices {
    background: rgba(153, 153, 51, 0.1) !important;
    border: 1px solid #999933 !important;
    color: #999933 !important;
}

.tribe-events-sub-nav a{
	text-transform:uppercase;
}

#tribe-events-content .tribe-events-tooltip h4{
	color: #999933 !important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #999933 !important;
}

#tribe-events .tribe-events-button:hover, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover {
    color: #fff !important;
}

#tribe-events-content a:hover{

color: #999933 !important;
}

#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title{
    font-family: 'goudy_ssibold';
    font-variant: small-caps;
}


@media screen and (min-width: 768px){
	
		#data img{
		    max-width: 500px;
	}
.carousel-indicators {
	max-width: 300px;
    bottom: 75px;
	left: 100%;
}

.paddingLeft5{ padding-left:5px !important;}
.paddingRight5{ padding-right:5px !important;}

}

@media (max-width: 768px) {
	
		#data img{
		    max-width: 100%;
	}
	
	
	#main-slider .carousel-caption p{
	font-size:18px;
}
	
	.home .wrap-logo img {
    max-width: 220px !important;
}
	
	#noticias-destacadas .img-caption{
		font-size:16px;
	}
	
	.itemlist{ margin-bottom:15px !important;}
	
	
	
	.footer-logo{
		margin:0px auto 20px;
	}
	
	.group-contact{text-align: center;}
#main-slider .carousel-caption{
	width: 100%;
	    max-width: 300px;
}

#noticias-destacadas .img-caption{
	bottom:0px;
}

.group-social{
	text-align:center;
	margin-top:15px;
}
}

@media (max-width: 400px) {
	
		.home .carousel-inner {
    max-height: 650px;
}

#main-slider .carousel-caption {
    bottom: 160px;
}

	
	#main-slider .carousel-caption h2 {
    font-size: 21px;
}
	
	.page-template-template-fiestas .itemlist .col-md-6, .page-template-template-paseos .itemlist .col-md-6{
		padding-left:15px;
	}
	
	.itemlist .img-responsive{
		min-width:100%
	}
	
	.masonry .item, .masonry .grid-sizer {
    width: 50%;
}
	
	section {
    padding: 45px 10px;
}

#main-content .container {
    padding-left: 0px; 
    padding-right: 0px; 
}

footer .container {
    padding-left: 15px !important; 
    padding-right: 15px !important; 
}
#content-general .row{
	margin:0px;
}
}
