/*
    Theme Name: PressEvent
    Theme URI: http://wordpressconferencetheme.com/
    Description: Our themes are using the 960 grid system while the mark-up is powered by a strong css framework. Key features of the template - unlimited custom posts, infinite color schemes, background styling options, custom text-based logos, social media links, multiple multi-level jQuery menus, built-in breadcrumbs, custom front page layout, advertisement sidebars, custom widget (Popular, Recent, Comments, Tags), Twitter widget, contact form widget, Flickr widget, custom page templates, hide/show meta elements for each particular post, featured image support, built-in social sharing, built-in related posts, nested comments, 100+ Shortcodes, unlimited sidebars, language support.
    Version: 1.0
    Tags: fixed-width,custom-menu,custom-colors,custom-header,custom-background,two-columns,left-sidebar,right-sidebar,sticky-post,theme-options
	License: GNU General Public License and Themeforest general license
	License URI: Licensing/README_License.txt
	Author URI: http://cosmothemes.com
    Author: CosmoThemes
*/

/**
  The styles for this theme are located in css/ directory.
  CosmoThemes created a little css and js cache tool that lets us minify our css and javascript on the run.
  The css files will be loaded in "all.css.php" in the css directory.

*/


.minilogo img {max-width:300px !important}
.minilogo h2 {margin-bottom:60px}

.pink, .pink a, .pink li, #menu-item-711 {background-color:#EB008B !important}

li.time,
li.author {display: none;}


.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}
.nbs-flexisel-container {
position:relative;
max-width:100%;
}
.nbs-flexisel-ul {
position:relative;
width:9999px; 
margin:0px;
padding:0px;
list-style-type:none;
text-align:center;
}
.nbs-flexisel-inner {
overflow:hidden;
float:left;
width:100%;
background:white; height:100px; overflow:hidden;


}
.nbs-flexisel-item {
float:left;
margin:0px;
padding:0px;
cursor:pointer;
position:relative;
line-height:0px;
}
.nbs-flexisel-item img {
width: 100%;
cursor: pointer;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
max-width:150px;
max-height:45px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
width: 22px;
height: 22px;
position: absolute;
cursor: pointer;
z-index: 100;
opacity: 0.5;
}
.nbs-flexisel-nav-left {
left: 10px;
/*background: url(images/button-previous.png) no-repeat;*/
}
.nbs-flexisel-nav-right {
right: 5px;
/*background: url(images/button-next.png) no-repeat;*/
}