.panels-flexible-region {width: 100.000%;}
input[type="submit"]{
    margin-right: 8px;
}
.blog-section .blog-box .comment-section .filter-wrapper{display: none;}
/*.services-tabs ul li.active a {
    background: #a0ce4e;
    color: #ffffff;
}*/
.navbar-fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 500; // to show the menu sequence
}
body { 
  overflow-x: hidden; 
}
/*submenus */
.expanded ul {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 230px;
    top: 100%;
    left: 0;
    padding: 10px 0;
    border-top: 2px solid #a0ce4e;
    /* opacity: 0; */
    /* display: none; */
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.98);
}
/*flickr*/
.flickr_badge_image{ 
       display: inline-block;
    margin-bottom: 3px;
    margin-right: 0px;

   }
   footer .footer-widgets  ul.flickr-list  a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
footer .footer-widgets .widgets ul.flickr-list  a img {
    max-width: 60px;
    max-height: 60px;
        margin-bottom: 5px;
    margin-right: 2px;
    margin-left: 2px;
}
footer .footer-widgets .widgets ul.flickr-list  a img:hover {
    opacity: 0.7;
}
/* TWEETS */
footer ul {list-style-type: none;}
.twitter-widget ul.tweets li {
    color: #fff;
    margin-left: -30px;
    margin-top: 17px;
}
.twitter-widget ul.tweets li a ,footer a {color: #a0ce4e;}
footer .twitter-widget ul a:hover,footer a:hover {text-decoration: none;color: #fff;}
