.button-see-more {
    text-align: center;
}

.custom-footer {
    background: #000000;
    border-top: 1px solid #2b2b2b;
}

.custom-footer p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}

.custom-footer a {
    color: #ffdc39;
    text-decoration: none;
}

.custom-footer a:hover {
    color: #ffffff;
}


.logo h1 a {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: Verdana;
}

.logo h1{
    margin:0;
}

.navigation{
    padding: 1.5em 0em;
}

.navbar-default{
    background-color: rgba(0, 0, 0, 0.53);
}

.navbar-default .navbar-nav > li > a{
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color: #fff;
    color: #000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: #fff;
}

#main-navbar{
    margin-top:14px;
}

#home-main{
    padding-bottom:35px;
    background: #fafafa;
}

#home-main-title{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
}
h1{
    line-height: 1;
    font-size: 34px;
}

.red{
    background: red;
}
.blue{
    background: blue;
}

.home-leftbar-picture{
    width: 100%;
    background: #ffc107;
    padding: 3px;
    border:1px solid #eee;
    margin-bottom:10px;
}

.home-leftbar-picture img{
    width: 100%;
    margin-bottom:5px;
}

.home-leftbar-picture span{
    display: block;
    text-align: center;
    color:#fff;
}

#home-main-content-row{
    margin-top:40px;
}

#home-main-text-col{
    background: #fff;
}

#home-main-leftbar{
    padding-left:22px;
    padding-right:22px;
}
#home-main-leftbar-1{
    padding-left:0px;
    padding-right:0px;
}
.navbar {
    margin-bottom: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/**THE SAME CSS IS USED IN ALL 3 DEMOS**/    
/**gallery margins**/  
ul.gallery{    
margin-left: 3vw;     
margin-right:3vw;  
}    

.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(1.5);    
-moz-transform: scale(1.5);  
-webkit-transform: scale(1.5);  
-o-transform: scale(1.5);  
transform: scale(1.5);    
position:relative;      
z-index:100;  
}
/**TIP: Easy escape for touch screens,
give gallery's parent container a cursor: pointer.**/
.DivName {cursor: pointer}
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 50px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.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;
}
.dropdown-submenu-2 {
    position: relative;
}

.dropdown-submenu-2>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu-2:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu-2>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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu-2:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu-2.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;
}
.home-rightbar-picture{
    width: 100%;
    background: #ffc107;
    padding: 3px;
    border:1px solid #eee;
    margin-bottom:10px;
}

@media only screen and (max-width: 768px) {
    .grid-group-item{
        width:100%;
    }
}

.list-group-item .thumbnail {
    height:200px;
}

.home-rightbar-picture img{
    width: 100%;
    margin-bottom:5px;
}

.home-rightbar-picture span{
    display: block;
    text-align: center;
    color:#fff;
}
.event-grids{
    width: 100%;
    background: #ffc107;
    padding: 3px;
}

.event-grids img{
    width: 100%;
    margin-bottom:5px;
}

.event-grids span{
    display: block;
    text-align: center;
    color:#fff;
}
.park{
    width: 100%;
    background: #9FC703;
    padding: 3px;
}

.park img{
    width: 100%;
    margin-bottom:0px;
    border: 5px solid #fff;
}

.blog-grid1 span{
    display: block;
    text-align: center;
    color:#fff;
    background: #9FC703;
}
.about-grd h4 span {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Gloria Hallelujah', cursive;
}
.about-grd h4 {
    font-family: 'Gloria Hallelujah', cursive;
    line-height: 1.3;
    margin-top: 0px;
}
.about-grd {
    margin: 0em 0 0;
}
.about-grid img {
    width: 100%;
    border: 5px solid #9ec503;
}
.event-grids img {
    width: 100%;
    margin-bottom: 5px;
    border: 5px solid #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffc107;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.jumbotron p {
    color: #FFFFFF;
    font-size: 14px ;
    line-height: 1.4em;
    margin-bottom: 0px;
    margin: 0.2em 0 3.5em;
}
.banner-info {
    background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 480px){
    .callbacks_tabs {
      position: relative;
    }
}
.glyphicon { margin-right:5px; }
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.list-group-item {
    max-height:300px;
    margin-bottom:10px;
}

.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}
.form-control {
    display: inline-block;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
video:-webkit-full-page-media {
    position: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}
.btn-success {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.32);
    border-color: rgba(0, 0, 0, 0.32);
}
li.active a {
    border: 1px solid rgba(0, 0, 0, 0.32) !important;
}
li.active a {
    background: rgba(0, 0, 0, 0.32) !important;
}
.responsive {
    width: 100%;
    height: auto;
}
.thumbnail {
 height: 360px;
 width: 100%;
 overflow: hidden;
}
.group.list-group-image {
 max-height: 200px;
 max-width: 360px;
}
.item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
    background: #ffc107;
}
h4, .h4 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1;
    color: inherit;
}

.resp {
    height:200px;display: flex;justify-content: center;align-items: center;
}

.list-resp {
    width:360px;
    
}

.search-field { 
    padding:0;
    padding-left:15px;
}

.search-view {
    width:240px;
}

.search-input {
    width:350px;
}

.search-period {
    width:250px;
}

.search-material {
    width:180px;
}

.view-button {
    float:left;
}

@media only screen and (max-width: 768px) {
    .resp, .list-resp img {
        width:100%;
    }
    .list-resp {
        width:inherit;
    }
    .image-space .list-group-image{
        max-height: 200px;
        max-width: 360px;
    }
    .grid-group-item .thumbnail{
        height:inherit !important;
    }
    .list-group-item {
        max-height:1000px;
    }
    .search-field {
        width:95% !important;
        margin-bottom:5px;
    }

    .search-field #search-input-group {
        width:100% !important;
    }

    .search-button input{
        width: 100%;
    }

    .search-view .btn-group{
        width:100%;
    }

    .view-button {
        width:50%;
        float:left;
    }


}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }

.footer{
    margin-top: 20px;
}



@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

/* Media Queries */

@media (min-width:320px)  { 
	.timeline-title {
		font-size: 18px;
	}
}
@media (min-width:480px)  { 
	.timeline-title {
		font-size: 18px;
	}
}
@media (min-width:1281px) { 
	.timeline-title {
		font-size: 18px;
	}
}

/* /Media Queries/ */