/*
Theme Name: BussetoLive1
Author: Areaitalia
Author URI: http://www.areaitalia.com/
Description: Official theme for Busseto Live website.
Text Domain: bussetolive

based on devdmbootstrap3 WordPress Theme.
*/


/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/




/*** FIX FOR HORIZ SCROLLBAR ***/
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 500px;
  font-family: 'Roboto Condensed', sans-serif;
}


a {
color: #000;
}

a:hover {
color: #9e0b26;
text-decoration: none;
}


/**** NAV ****/


.top-bar {
    padding: 10px 0;
    background: #f2f2f2;
    /*line-height: 28px;*/
}


.top-bar div#lansw {
float: right;
    font-size: 1.1em;
    padding: 4px 0 0 8px;
    border-left: 1px solid gray;
}





.top-bar div#lansw a:link, .top-bar div#lansw a:visited {
    padding: 0.2em;
color: #000;
}


.top-bar div#lansw a:hover, .top-bar div#lansw a:active {
color: rgb(158, 11, 38);
}

.top-bar div#lansw a.current_language:link, .top-bar div#lansw a.current_language:visited, .top-bar div#lansw a.current_language:hover, .top-bar div#lansw a.current_language:active {
color: gray;
text-decoration: none;
font-weight: 700;
}






.top-bar .social {
/*    text-align: right;*/
}

i.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 i.social {
color:#787878;
     -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;
 }

/*
    Multicoloured Hover Variations
*/
 
 i#social-fb:hover {
     color: #3B5998 !important;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 i#social-em:hover {
     color: #f39c12 !important;
 }


.top-bar .top-number {
    color: #6d6d6d;
}

.navbar-nav {
    margin-top: 4em;
}


.navbar-nav > li > a {
padding: 30px 24px;

}


.navbar-default .navbar-nav > .active > a {

font-weight: 700;
color: #9e0b26;
background:transparent;
}


.navbar-nav > li {
border-right: 1px solid #cccccc;
}

.navbar-nav > li:after { border-right: none }

.navbar-brand {
float: left;
height: 182px;
}


.navbar-brand > img {
height: 100%;
/*max-height: 182px;*/
}

.navbar-default {
background-color: transparent;
border-color: transparent;
}

.navbar-default li a {
font-weight: 300;
text-transform: uppercase;
font-size: 20px;
}



/**** SEARCH  ****/


.result h3 {
font-weight: 700;
font-size: 20px;
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
padding: 0;
margin-top: 0;
}

.result p {
font-size: 16px;
}

div.result {
margin-bottom:0.8em;

}



#custom-search-input {
        margin:0;
       /* margin-top: 10px;*/
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }






.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -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;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }

 #social-em:hover {
     color: #f39c12;
 }



/**** FOOTER ****/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 500px;
  background-color: #f5f5f5;
}

.dmbs-footer-menu {
padding-top: 60px;

}
.dmbs-footer-menu ul li {
  font-family: 'Ovo', serif;
    list-style:none;
margin-bottom: 20px;
}


.dmbs-footer-menu ul {

    list-style-type:none;
    padding:0px;
    margin:0px;
}

.dmbs-footer-menu ul li a {

color: #424242;
text-transform: uppercase;

}

.dmbs-footer-menu address {

}




/**** HEADINGS ****/
.section-heading {
    margin-top: 0;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Ovo', serif;
}


hr {
    border-color: #9e0b26;
    border-width: 3px;
    max-width: 50px;
}


#headingpic {
    margin-top: 0px;
/*    padding-top: 100px;*/
    text-align: center;
    background-attachment: relative;
    background-position: center center !important;
    min-height: 350px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-repeat: no;
}


/**** GOOGLE MAP ACF ****/

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}



/**** HOME ****/

.icnboxes img {
display: block;
margin: 0 auto;

max-height: 46px;
}

.icnboxes h3 {
text-transform: uppercase;
}

.icnboxes h3 a {
color: #a8364f;
}

.dmbs-main p.summary {
font-size: 16px;
line-height: 1.2em;
}




.home .newsrow {
	padding: 10px 0 10px 0;
}

.home div.table-filter .media-photo {
	width: 172px;
}

.home div.table-filter .media .title {
font-size: 20px;}


.home .graysect {
margin-top: 2.2em;
}


.home .graysect h3 {
text-transform: uppercase;
font-size: 30px;
margin-top: 0;
}


.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
      border: none;
      border-radius: 0;
}
.page .thumbnail {
      background: #f3f3f3;
}

.home .thumbnail {
    background: #f3f3f3;
}

.home .thumbnail .caption {
    padding: 20px;
    
    }
    
.home .thumbnail h4, .page .thumbnail h4 {
font-weight: 700;
font-size: 22px;
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
}

.home .thumbnail p {
font-size: 18px;
line-height: 1.4em;
}

.home .thumbnail h4 a, .page .thumbnail h4 a {
color: #b80026;
}



.home .thumbnail h4 a:hover {
color: #000;
text-decoration: none;
}
.home .thumbnail img {
    width: 100%;
}


.home .carousel-caption {
    bottom: 35%;
    line-height: 1.2em;
    font-size: 5em;
     z-index: 3;

}

.home .carousel-caption a {
color: #fff;
}

.home .carousel-caption a:hover {
color: #fff;
text-decoration: none;
}


.single .carousel-caption {
font-size: 1.2em;
    padding-bottom: 15px;
    font-weight: 700;
}

.single .carousel-indicators {
    bottom: 5px;
}





.home .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: .2;
}

.home .carousel-control {
z-index: 6;
}



.bg-overlay h3 {
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
font-weight: 700;

}

	   .home .carousel-bg .carousel-inner .item {
     background-size: cover;
     background-position: center;
     min-height: 488px;
    }





.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.home .hovereffect {
 height: 238px !important;
}

.hovereffect .hoverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}

.hovereffect:hover .hoverlay {
  background-color: rgba(0,0,0,0.4);
}

.hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
*/
.hovereffect a.info {
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}
	
	
	
	.boxover h3 {
	margin-top: 2em;
	font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
	}
	


/**** BUTTONS ****/

.btn {text-transform: uppercase;
font-weight: 700;
-moz-transition: all .25s ease-out;
-webkit-transition: all .25s ease-out;
transition: all .25s ease-out;
}	

.btn.outline {

	padding: 12px 22px;
border-radius: 0;
border: 2px solid;
}





.btn-primary.outline {
    color: #000;
    background-color: transparent;
    border-color: #000;
}


.btn-primary.outline:hover {
    color: #fff;
    background-color: #000;

}



.btn-negative.outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}



/**** POI ****/
.sideb .carousel, .sideb .infobox, .sideb .poibox{

margin-bottom: 2em;
}

.poibox .btn {
white-space: normal !important;
}


/*	--------------------------------------------------
	:: Make Gravity appear like Bootstrap form
	-------------------------------------------------- */



.gform_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.gform_button:hover, .gform_button:focus {
  color: #333;
  text-decoration: none; }

.gform_button:active, .gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  background-image: none; }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd; }

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48; }

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48; }

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6); }

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.validation_error h4 {
  margin-top: 0;
  color: inherit; }

.validation_error .alert-link {
  font-weight: bold; }

.validation_error>p, .validation_error>ul {
  margin-bottom: 0; }

.validation_error>p+p {
  margin-top: 5px; }

.validation_error hr {
  border-top-color: #e6c1c7; }

.validation_error .alert-link {
  color: #953b39; }

.gform_confirmation_message {
font-size: 1.6em;
padding: 1.2em;
background: rgb(245, 245, 245) none repeat scroll 0% 0%; }

.gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  
#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit; }

#gforms_confirmation_message .alert-link {
  font-weight: bold; }

#gforms_confirmation_message>p, #gforms_confirmation_message>ul {
  margin-bottom: 0; }

#gforms_confirmation_message>p+p {
  margin-top: 5px; }

.gallery-row {
  padding: 15px 0; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0; }







/*	--------------------------------------------------
	:: Table Filter
	-------------------------------------------------- */

.btn-group {
	margin: 15px 0 30px;
}
.btn-group .btn {
	transition: background-color .3s ease;
	border-radius: 0;
}

.btn-group button.btn-default:hover {
    color: #9e0b26;
    background-color: #f6f6f6;
    border-color:transparent; /*set the color you want here*/
}



div.table-filter {
	/*background-color: #fff;*/
	border-bottom: 1px solid #eee;
}

div.table-filter .neswrow:hover {
	cursor: pointer;
	background-color: #eee;
}
div.table-filter .newsrow {
	padding: 10px;
/*	vertical-align: middle;*/
	border-top-color: #eee;

}
div.table-filter .newsrow div {
/*	padding: 10px;
	vertical-align: middle;
	border-top-color: #eee;*/

}
div.table-filter .newsrow.selected div {
	background-color: #eee;
}
/*div.table-filter .newsrow div:first-child {
	width: auto;
}
div.table-filter .newsrow div:nth-child(2) {
	width: auto;
}

*/
div.table-filter .media-photo {
	width: 125px;
}
div.table-filter .media-body {
   /* display: block;*/
    /* Had to use this style to force the div to expand (wasn't necessary with my bootstrap version 3.3.6) */
}
div.table-filter .media-meta {
	color: #999;
}





div.table-filter .media-body .title span {
	font-size: .8em;
	margin-right: 20px;
}

div.table-filter .media .summary {
	font-size: 16px;
}


.newsrow h4.title {
font-size: 18px;
font-weight: normal;
line-height: normal;
margin: 0;
font-family: 'Roboto Condensed';
text-transform: uppercase;
}

.newsrow h4.title a {
color: #9e0b26;
}


/*** CARDS EVENTS ***/


.row-margin-bottom {
    margin-bottom: 20px;
}

.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
    height: auto;
}

.lib-panel .row,
.lib-panel .col-sm-5 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 5px 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
padding: 10px 20px 0 20px;
text-transform: uppercase;
}

.lib-panel .lib-header h4 a{
font-family: 'Roboto Condensed';
font-weight: 700;
color: #9e0b26;
line-height: 1.1em;
margin-bottom:6px;
}

.lib-panel .lib-row.lib-header span.label {
text-transform: uppercase;
font-size: 0.7em;margin-bottom:0.6em;}

/*
.lib-panel .lib-row.lib-header h3 {
text-transform: uppercase;
    font-family: 'Roboto Condensed' !important;
margin-top: 0;
padding-left: 0;
}*/

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
  font-size: 15px;
  padding-top: 0;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}





/**** TEMPORARY ****/

.home .newsrow span.media-meta {
display: none;
}


/**** COMMON ****/

 
 #breadcrumbs {
 padding: 1em;
    background: rgb(248, 248, 248) none repeat scroll 0% 0%;
    font-size: 15px;
    color: rgb(158, 11, 38);
}


.panel-primary {
border-color: #9e0b26;

}

.panel-primary > .panel-heading {

    background-color: #9e0b26;
    border-color: #9e0b26;
}



section.graysect {
background: #f2f2f2;
}
section.yellowsect {
background: #fef4db;
}

a.list-group-item {
   /*  height:auto;
   min-height:220px; */
}
a.list-group-item.active small {
    color:#fff;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


.othrlist h4 {
font-family: 'Roboto Condensed';
text-transform: uppercase;

}
.othrlist h4 a {
color: #b80026;
}

.modal-header {
background: #e4af01;
}

.modal-header button.close {
font-size: 36px;
}

h4.modal-title {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
font-size: 24px;
}

h4.modal-title small {
    color: #fff;
    font-size: 1em;
}



.main-content {

margin-bottom: 90px;
}


section.sectionbtn {

padding-top: 100px;
padding-bottom: 100px;
}


.innerpadd {
    padding-top: 60px;
    padding-bottom: 60px;
}



.dmbs-main p {
font-size: 18px;
color: #535353;
line-height: 1.4em;

}
.dmbs-main h2 {
color: rgb(182, 170, 44);

}
.paddh  {
padding: 70px 0 10px 0;
}

.paddb  {
padding: 10px 0 70px 0;
}

.descrbox .panel, .descrbox.panel {
border-radius: 0;
}

.descrbox .panel-heading {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.descrbox .panel-title,.descrbox h4 {
text-transform:uppercase;
}

.descrbox .bg-primary {
    background-color: #9e0b26;

}

.descrbox p {
font-size: 16px;
}

.infobox.panel {
border: 4px solid;
border-radius: 0;
box-shadow: none;
}

.infobox.panel p {
font-size: 16px;
}

.infobox.panel ul li {
    list-style:none;
}

.infobox.panel ul {
    list-style-type:none;
    padding:0px;
    margin:0px;
}

.infobox.panel h3 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
color: #ecbe37;
text-transform: uppercase;
font-size: 22px;
margin-top: 0px;
padding-left: 0;
}

.panel.panel-warning {
border-color: #ecbe37;
}

.infobox.panel .glyphicon {
font-size: 22px;
color: #ecbe37;
}

ul.pageslist li.page_item, li.list-group-item {

font-size: 16px;
}

ul.pageslist li.page_item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
ul.pageslist li.page_item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}




.lead h2 {
text-transform: uppercase;
color: #535353;
font-size: 36px;
}
.lead p {
line-height: 1.4em;
color: #7c7c7c;
font-weight: 300;
}


h3 {
padding:10px;
}
.cookie-notice-container a {
font-weight: 700;


}
.cookie-notice-container a:link {
color: #e9b724;

}


.cookie-notice-container a:hover {
color: #fff;
text-decoration: none;

}





.cardcta h2 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
font-size: 34px;
}


.cardcta p {
color: #31323c;
font-size: 20px;
}


.cardcta {
    background: url('img/card-cta.jpg') no-repeat right center;
}





section.cardcta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('img/bg-cta.jpg');
  padding: 100px 0;
}


section.cardcta .cta-content {
  position: relative;
  z-index: 1;
}



section.cardcta .cta-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 450px;
  font-size: 50px;
}

section.cardcta .overlay {
  height: 100%;
  width: 100%;
/*  background-color: rgba(0, 0, 0, 0.5); */
  position: absolute;
  top: 0;
  left: 0;
}




.eventslist .sectlist h3 {
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
margin-bottom: 0;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: 22px;
text-transform: uppercase;
}

.eventslist .sectlist h3 a {
color: #fff;
text-decoration: none;
}

.eventslist .sectlist p {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: 16px;
color: #fff;
}

.eventslist div.sectlist {
background-size: cover !important;
background-position: top !important;
background-repeat: no-repeat !important;
}

.eventslist .sectlist .innerpadd {
    padding-top: 50px;
    padding-bottom: 90px;
}


.eventslist h4 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
font-size: 18px;
}

.eventslist h2 {
color: #fff;
text-transform: uppercase;
font-size: 34px;
margin-top: auto;
}


.eventslist{
    
    background: #a3a3a3;
}

.bg-overlay {
   /* background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("https://unsplash.imgix.net/photo-1416339442236-8ceb164046f8?q=75&fm=jpg&s=8eb83df8a744544977722717b1ea4d09");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    width: auto;
    padding: 40px;
}


.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: auto;
	max-width: 480px;
	max-height: 360px;
	width: 31%;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
/*	min-height: 100%;*/
	max-width: 100%;
	opacity: 0.7;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
  font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 1.4em;
}
.grid figure h2 a {
color: #fff;
}




.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	/*font-size: 68.5%;*/
}


/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 24%;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-lily h2:hover {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}




.cuadro_intro_hover h3 {
  font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
text-transform: uppercase;
margin-left: 0;
margin-bottom: 0.6em;
padding-left: 0;
}

.cuadro_intro_hover h3 a {
color: #fff;
}


.cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 200px;
		margin-top: 20px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-150px);
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top: 130px;;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.6);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 300px;
		top:-20px;
		width: 100%;
		padding: 20px;
	}
		.cuadro_intro_hover .caption-text p{
		color: #fff;
	}
	
	
	/**** MINI CAROUSEL ****/ 
	    .carousel-bg .carousel-inner .item {
     background-color: darkslategrey;
     background-size: cover;
     background-position: center;
     min-height: 280px;
    }
	
		
/**** TOP MENU ****/
ul#menu-top {
float:left;margin-right: 1em;
}
ul#menu-top li {
margin-right: 1em;
display: inline;

}

	
/**** MEGA MENU ****/

ul#menu-top-mega li > ul.dropdown-menu {
background: gray none repeat scroll 0% 0%;
border-radius: 0;
border: none;

}

ul#menu-top-mega li > ul.dropdown-menu ul {
list-style-type: none;
padding-left: 0px;
}
ul#menu-top-mega li > ul.dropdown-menu ul li {
margin-bottom: 0.4em;

}


ul#menu-top-mega li > ul.dropdown-menu li a{
  font-weight: 700;
font-size: 1.2em !important;
color: #fff;

}

ul#menu-top-mega ul.elementy-ul li a{
  font-weight: 300 !important;
  text-transform: none !important;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}



  /* iPad, Tablets */
   @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {


/**** NAV ****/

.navbar-default li a {
font-size: 17px;
}

.navbar-brand {
height: 132px;
}
.navbar-nav > li > a {
padding: 5px 10px;

}


.eventslist .sectlist .innerpadd {
padding-bottom: 120px;
}


.grid figure {
	width: 48%;

}



}





  /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

body {
    margin-bottom: 400px;
    }




/*** COMMON ***/
.paddh  {
padding: 25px 0 5px 0;
}

.paddb  {
padding: 5px 0 25px 0;
}


#headingpic {
min-height: 200px;
}




/**** NAV ****/

.navbar {
margin-bottom: auto;
}

.navbar-brand {
text-align: center;
height: 128px;
}
.navbar-nav {
margin-top: 2em;
}

.navbar-nav > li > a {
padding: 12px 20px;

}


.navbar-default li a {
font-size: 16px;
}


.lead h2 {
font-size: 28px;
}





.home .carousel-caption { font-size: 3em;bottom: 25%;line-height: 1em; }   
    

.home .carousel-bg .carousel-inner .item {
min-height: 300px;
}
    
    .home .media-body {
    display: block;
    }
    
    	.grid figure {
		display: inline-block;
		float: none;
		margin:auto;
		width: auto;
		height: auto;
/*		height: 200px;*/
	}
 

 
 .innerpadd {
    padding-top: 30px;
    padding-bottom: 30px;
}

 
 
 .eventslist .sectlist h3 {
font-size: 18px;
}

.eventslist .sectlist p {
font-size: 14px;
}

.eventslist .sectlist .innerpadd {
    padding-top: 40px;
    padding-bottom: 45px;
}


.eventslist h4 {
font-size: 16px;
}

.eventslist h2 {
font-size: 28px;
}


.newslist .btn-group .btn {
    padding: 6px;
    font-size: 13px;
    }



section.cardcta {

  padding: 50px 0;
}


section.cardcta .cta-content h2 {
font-size: 24px;
}



.cardcta p {
font-size: 18px;
}
 
 
 
}
