/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

/*
 * Global add-ons
 */
 
 body {
  background-color:#f7f7f7;
}
#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -115px; /* the bottom margin is the negative value of the footer's height */
} 

#wrapper-footer,#push {
  height: 115px; /* .push must be the same height as .footer */	
}
 
.details {
	position:relative;
}
.details .subtitle {
	font-size:0.4em;
}
.details .title {
	font-size:1em;
}

.details a {
	text-decoration:none;
}
.details a:hover {
	color:rgba(239,179,22,.8);
}


#post-16896 {
	border-bottom: 1px solid #999999;
	margin-bottom:20px;
}
.program-head a {
  font-family: 'Playfair Display', serif;
	font-size:18px;	
}


.slick-slide a {
  font-family: 'Playfair Display', serif;
  font-size: 3em !important;
  color: #fff;
}

.slick-dots {
  display: block;
  position: absolute;
  right: 0;
  margin-right: 20px;
    bottom: 4em;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  padding: 0;
  margin-right:5px;
}

.slick-dots li button {
  background: transparent;
  font-size: 0;
  width: 10px;
  height: 14px;
  border: 1px solid #acacac;
  border-radius: 25px;
  
}
.details {
	display:none;
}
.slick-dots li.slick-active button {
   background: rgba(239,179,22,.8);	
}
 
.mobile-color {
   background: rgba(239,179,22,.8);	
}
#bs-example-navbar-collapse-1 {
	min-width:300px;
	/*margin-right:20px;*/
	max-height:1000px;
  border: 0;
  margin: 0px auto;
}
#top {
   /*background: rgba(239,179,22,.8);*/
   background: rgb(0,0,0);
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";     
  filter: alpha(opacity=66);  
  -moz-opacity: 0.66;        
  -khtml-opacity: 0.66;     
  opacity: 0.66;*/	
  margin: 0;
}
.navbar-form,.navbar-collapse {
	padding: 0px;
  /*width: 90%;
  margin: 0px auto;*/
}

#wrapper-navbar {
	position:fixed;
	top:0px;
  right: 0;
	width:100%;
	/*right: 20px;*/
	z-index:5000;
  background: transparent;
}
#left-bar {
	top:0px;
	position:fixed;
	width:213px;
	background:#efb316;
	min-height:1000px;
	z-index:-2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";     
filter: alpha(opacity=66);  
-moz-opacity: 0.66;        
-khtml-opacity: 0.66;     
opacity: 0.66;	
}



.entry-meta {
  display: none;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Home / Festival Landing page slideshow
 */

.slick-slide img {
  width: 100%;
}


/* Hide for mobile, show later */
/*.sidebar {
  display: none;
}*/
.wrapper {
	padding:0px;
}

.navbar-nav > li >.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.navbar-nav > li >.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}

.nav>li>a:focus, .nav>li>a:hover {
  background: transparent;
}

.sidebar_logo {
	width:170px;
	margin-left:auto;
	margin-right:auto;
}

#sidebar_wrap {
/*  background:#efb316; */
  padding:0px	;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index:3000;
}
/*
#sidebar .nav .open > a, #sidebar .nav .open > a:focus, #sidebar .nav .open > a:hover {
    background-color: #efb316;
    border-color: #efb316;
}

#sidebar .nav  > li > a:hover , #sidebar .nav  > li > a:focus {
    background-color: #efb316;
    border-color: #efb316;

}
*/


#sidebar {
  margin:160px 0px 0px 10px;
}

.navbar-nav {
	margin:0px;
}
.navbar-brand {
	margin-left:10px;
}
/*.navbar {
	min-height:75px;
}*/
.navbar-toggleable-md {
align-items:none;	
}
a.custom-logo-link {
 padding: 50px 0 0 0;
  float: none;
 margin-left:25px;
  height: auto;
  width: 80px;
  position: fixed;
}

#top li:last-child {
  padding: 0 10px 0 0;
}

@media screen and (max-width: 991px) {
  #social {
  	display:none;
  	max-height:auto;
  }
	.sidebar-social {
  	display:none;
		
	}
	.sidebar-logo {
  	display:none;
		
	}

}


@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: block;
  }
  .row-offcanvas-left.active .sidebar {
    display: block;
  }
  /*.row-offcanvas-left .sidebar {
    display: none;
  }*/
  #top > .menu-item-object-page,#top > .menu-item-object-category {
	margin-left:5px;
	}
	
	.event-link:hover .event_subtitle {
		color:red;
    	left:-1000px;
	}
	#top li.menu-item {
		display:block;
		float:none;
	}
	
	#top .navbar-form {
		max-width:150px;
		margin-left:5px;
	}

  
  #sidebar_wrap {
    /*display: none;*/
    max-height:auto;
    z-index:-2000;
  }
 
}


@media (min-width: 768px) {
  .col-sm-offset-3 {
    margin-left: 25%;
  }


  .sidebar {
    position: fixed !important;
    /*background:#efb316;*/
    /*background: rgba(239,179,22,.8);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";     
    filter: alpha(opacity=66);  
    -moz-opacity: 0.66;        
    -khtml-opacity: 0.66;     
    opacity: 0.66;*/
    background: rgb(0,0,0);
  }
  .navbar-toggle {
    display: none;
  }
  #sidebar_wrap {
  }

}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .navbar-nav {
    /*flex-direction: row !important;*/
  }
  .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  #bs-example-navbar-collapse-1 {
    width: auto;
  }
  .navbar-header {
    width: 396px;
  }
  .col-sm-offset-3 {
    margin-left: 0 !important;
    padding: 0 !important;
    max-width: 100%;
    width: 100%;
  }
}

.navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #888;
    border-radius: 4px;
}

/* Sidebar navigation */
.sidebar {
  z-index: 2;
}
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
/*  background-color: #efb316;  */
}


/*
 * Main content
 */

.main {
  z-index: 1;
}

.main .page-header {
  margin-top: 0;
}

@media (max-width: 767px) {
  .navbar-header a.custom-logo-link img {
    width: 198px;
    padding: 4px 0 20px;
  }
	#wrapper-navbar {
    /*background: rgba(239,179,22,.9);*/
		background: rgb(0,0,0);
	}
  #page-wrapper{
  	margin-top:50px;
  }
	#top{
		display:block;
    background: transparent;
	}
  a.custom-logo-link {
    width: 43px;
    height:auto;
    padding: 0px;;
  }
  .navbar-form,.navbar-collapse {
    border-top: 0px solid #fff !important;
    width: 90% !important;
    margin: 0px auto;
    box-shadow: 0px 0px 0px #fff;
    -moz-box-shadow: 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px #fff;
  }

  .nav>li>a,
  ul#menu-custom li a {
    padding: 10px 0;
  }
  .slick-slide {
    position: relative;
  }
  .slick-slide .details {
    top: 10%;
    margin-left: 2em;
  }
  .slick-slide .details a {
    line-height: 1.2em;
  }

  nav {
    /*background: rgb(239,179,22) !important;*/
    background: rgb(0,0,0);
  }

}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/* custom */

#left-bump,
.content-area .col-md-4 {
  float: left;
  margin: 0 -1px;
}

@media (min-width: 992px) {
	.col-md-10 {
	    width: 83.33333333%;
	}
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	    float: left;
	}
}

@media (min-width: 767px) {
  .col-md-2 {
      width: 16.66666667% !important;
  }
  .col-md-offset-2 {
      margin-left: 16.66666667%;
  }
}

.col-md-10 {
  float: left;
}



#navbarNavDropdown {
	display:none;
}


ul#top {
	padding-left:10px;
	padding-right:10px;
}

ul#top li a {
  color: #fff;
  padding: 5px 10px;
 	font-size:12px;
 }

ul#menu-custom li a {
  color: #fff;
  padding: 5px 15px;
}

ul#top li a:hover,ul#menu-custom li a:hover {
  text-decoration: none;
  color: #acacac;
}

ul#top li a:after,ul#menu-custom li a:after {
  display: none;
}

.archive #subcontent .row {
	margin:0px;
}

.archive .main article {
  display: inline-block;
  padding: 2px;
  margin: 0;
}

.collapse .menu-item {
	float:none;
}

.submenu .nav-link {
	margin-left:-20px;
}
#social {
    position: fixed;
    bottom: 0;
    height:100%;
    width: 220px;
    z-index:-100;
}

.submenu {
	margin-left:0px;
	padding-right:10px;
	width:100%;
}

#menu-custom {
	width:100%;
}

#sidebar .navbar-nav > li > a {
  padding-top:5px;
  padding-bottom:5px;
}

.submenu a.nav-link {
  padding-top:5px;
  padding-bottom:5px;
}

#sidebar ul#menu-custom {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:-15px;
}


.glyphicon-chevron-left,
.glyphicon-chevron-right {
  position: absolute;
  height: 100%;
  display: block;
}

.glyphicon-chevron-left {
  left: 10px;
  height: 50%;
  vertical-align: bottom;
  z-index: 1;
}

.glyphicon-chevron-right {
  right: 40px;
  height: 50%;
  vertical-align: bottom;
  z-index: 1;
}

.glyphicon-chevron-left:before {
  content: "\e079";
  display: block;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}

.glyphicon-chevron-right:before {
  content: "\e080";
  display: block;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}

.navbar {
		background-color:none;

}

.bg-inverse {
	background-color:none;
}

/*
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";     
filter: alpha(opacity=0);  
-moz-opacity: 0.0;        
-khtml-opacity: 0.0;     
opacity: 0.0;

*/



.bg-inverse {
    background-color: #efb316 !important;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";     
filter: alpha(opacity=0);  
-moz-opacity: 0.0;        
-khtml-opacity: 0.0;     
opacity: 0.0;

}
   
   
.container-fluid {
	margin: 0px;
}

.col-md-12 {
	margin:0px;
	padding:0px;
}


.slick-slide .details {
	position:absolute;
	margin-left: 20em;
	top: 30%;
}

.site-footer {
	border-top: 1px solid black;
  margin-top: 100px;
}

.site-footer .row {
	margin-top:10px;
	margin-bottom: 20px;
}

#footer-logo {
	height:35px;
}
#mailer-form input {
	float: left;
}
.navbar-inverse {
	background:transparent;
}
#festival-submenu a.nav-link {
	color:black;
}

#festival-submenu a.nav-link:hover {
	color:#efb316;
}


#footer_menu a.nav-link {
	color:black;
	padding: 0 10px 0 10px;
	font:10px;
}
#footer_menu a.nav-link {
	color:black;
	padding: 0 10px 0 10px;
	font:10px;
}
#menu-item-19029 {
	border-right: 1px solid black;
}

#menu-item-19072 a.nav-link {
	padding-left:0px;
}

#footer_menu a.nav-link:hover {
	color:#efb316;
}



.btn-social-icon,.btn-twitter,.btn-instagram,.btn-facebook {
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 1);
    color: black;
    font-size:10px;
}

.sharp-submit {
	border-radius:0;
	background-color:#efb316;
	color:white;
	height: 22px;
	width:100px;
	padding:0px;
	border: 0px;
}

.footer-col-2 {
	padding-top:30px;
}
.footer-col-3 {
	padding-top:25px;
	padding-left:19px;
	padding-bottom:0px;
}

.footer-col-1 h6 {
	margin-top:0px;
}
#footer-col-1 a.nav-link{
	color:black;
}

#wrapper-footer {
	margin-bottom:40px;
}

.sidebar-social {
	
	margin-top:40px;
	border-top: 1px solid white;
	padding-top:20px;
  margin-left: auto ;
  margin-right: auto ;
	width:170px;
	padding-left:15px;
}


.sidebar-social .btn-social-icon {
    background-color: #ffffff;
    border-color: rgba(255, 255, 255, 1);
    color: white;
    margin-left:10px;
    font-size:10px;
}

.navbar-default .navbar-toggle {
border-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.social-icon {
	width:20px;
	height:20px;
	margin-right:5px;
}

.social-left {
}

.page-id-16896 #page-wrapper,.single-post #single-wrapper,.page-template #page-wrapper, .page-id-19051 #page-wrapper  {
	margin-top: 40px;
}

.category #hero {
	padding:0px;
}

.s-category {
	font-size:16px;
}
.entry-title a {
	color: black;
	font-size:18px;
	font-weight:bold;
	line-height:16px;
}

.search-results .post {
	padding-bottom:10px;
	border-bottom: 1px dashed #999999;
}

.search-results .post:last-child {
  border-bottom: 0px dashed #fff;
}

/* search form */
.menu-item-search form {
  background: transparent;
  border-bottom: 1px solid #fff !important;
  width: 140px;
  font-size: 12px;
  margin: 0;
}
.menu-item-search form input.form-control,
.menu-item-search form input.form-control:focus,
.menu-item-search form input.form-control:hover,
.menu-item-search form button,
.menu-item-search form button:focus,
.menu-item-search form button:hover {
  border: none;
  background: transparent !important;
  box-shadow: 0px 0px 0px #000;
  -moz-box-shadow: 0px 0px 0px #000;
  -webkit-box-shadow: 0px 0px 0px #000;
  color: #fff;
  padding: 0;
  font-size: 13px;
  outline: none;
  height: 22px;
  
}
.menu-item-search form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.menu-item-search form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.menu-item-search form :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.menu-item-search form :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/* end search form */
.menu-item-search {
	font-size:12px;
	margin-left:10px;
}

#tribe-events-content {
	margin-top:50px;
}

.event-slug {
	margin-left:0px;
	padding:0 4px 0 4px;
  margin-bottom: 20px;
}

.event-wrapper,.film-wrapper {
	min-height:186px;
}

#subcontent .row {
	margin-left:15px;
  margin-right: 15px;
}

.page-template-onecolumn-page #subcontent .row {
	margin-left:0px;
}


#sidebar-logo {
	height:28px;
	margin: 10px auto 0;
  display: block;
}

#sidebar{
	padding-left:20px;
}

.event-wrapper  .films {
	position: absolute;
	bottom: 0px;
	padding: 0 0 5px 5px;
	color: white;
	font-weight:bold;
	max-width:300px;
	text-shadow: 2px 2px 3px black;
}

.event-wrapper .event-img {
	position: absolute;
	max-width:300px;
	padding: 5px 0 0 5px;
	color: white;
	font-weight:bold;
	text-shadow: 2px 2px 3px black;
}




.film-wrapper .film-title {
	position: absolute;
	max-width:300px;
	padding: 5px 0 0 10px;
	color: white;
	font-size:18px;
	font-weight:bold;
	text-shadow: 2px 2px 3px black;
}



.home #subcontent,.page-id-17097 #subcontent {
	margin-left:0px;
	padding-left:0px;
}

.home #subcontent,.page-id-17097 #subcontent {
	margin-top:20px;
	margin-bottom: 20px;
}


.home #subcontent .col-md-4,.page-id-17097 #subcontent .col-md-4 {
	min-height:120px;
}

.home #subcontent .col-md-4 .head{
	font-size:18px;
	font-weight:bold;
}

.home #subcontent .col-md-4 .plus,.page-id-17097 #subcontent .col-md-4 .plus{
	position:absolute;
	bottom: 5px;
	right: 20px;
}


.home #subcontent .col-md-4 .title,.page-id-17097 #subcontent .col-md-4 .title{
	font-size:18px;
}
.home #subcontent .col-md-4 .subtitle,.page-id-17097 #subcontent .col-md-4 .subtitle{
	font-size:18px;
}


.home #subcontent a,.page-id-17097 #subcontent a{
	color:black;
	font-weight:none;
}

#menu-festival-menu {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	
}
#menu-festival-menu li a {
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
}
#menu-festival-menu #menu-item-19233 a {
	padding-top:0px;
}

.callout-title {
	font-weight:bold;
	font-size:20px;
}
.entry-header a {
	color:black;
	text-decoration: none;
	
}

.tribe-events-schedule h2 {
	font-size:20px;
}

.tribe-events-schedule {
	margin-bottom:10px;
}

/*.sidebar-logo {
	width:200px;
	margin-left: auto;
	margin-right: auto;
	padding-left:10px;
}*/

#tribe-events-bar {
	display:none;
}

.embed-youtube iframe {
  width: 100% !important;
  /* height: auto; */
}

.custom-logo-link {
	z-index:10000;
}

.sponsor-top .sponsor-div .sponsor-logo {
	max-height:50px;
	max-width:180px;
}

.sponsor-bottom .sponsor-div .sponsor-logo {
	max-height:35px;
	max-width:100px;
}

.sponsor-bottom .sponsor-div{
	max-height:45px;
	max-width:110px;
	float:left;
}

.sponsor-bottom {
	 float: none;
	 width:70%;
    margin: 0 auto;
    padding-left:15px;
}

.sponsor-top {
	 float: none;
	 width:100%;
    margin: 0 auto;
     padding-left:15px;
}

.sponsor-div {
	padding:5px;
}

.sponsor-header {
	 width: 475px;
  margin: 0 auto;
}

.sponsor-header2 {
	 width: 120px;
  margin: 0 auto;
}


.sponsor-header2 h4, .sponsor-header h4{
	font-size:12px;
	color: #999999;
	text-transform:uppercase;
	margin-top:50px;

}

.event-row {
	margin-bottom:5px;
}

.event-date {
	font-weight:bold;
}
.event-venue {
	font-weight:bold;
}

.event_subtitle {
	position:absolute;
	bottom:0px;
	width:100%;
	padding: 5px;
    background: rgba(247,247,247,.8);
    color:black;
    display:none;
	text-shadow: 1px 1px 2px #cccccc;

}
.event-link:hover .event_subtitle {
    display: block;
}

.sponsor_image {
	margin-top:0px;
	margin: 0 auto;
}
.sponsor_image2 {
	margin-top:0px;
	margin: 0 auto;
}

.nyc-logo {
	max-height:50px;
}

.sponsor-logos {
	height:auto;
}


.nyc-spacer {
	max-width:300px;
}


.single-tribe_events .subtitle {
	display:none;
}

.pkgwrapper {
  margin: 0 0 2em 0;
}

.pkgwrapper .pkg ul {
  padding: 0;
}

.pkgwrapper .pkg ul li {
  list-style: none;
}

.pkgwrapper .pkg ul li:first-child {
  /*height: 90px;*/
}

.pkgwrapper .pkg ul li:nth-child(2) {
  /*width: 90px;*/
  margin-top: 10px;
  display: inline-block;
  float: right;
  font-weight: 700;
}

.pkgwrapper .pkg ul li:nth-child(3) {
  clear: both;
  display: inline-block;
  margin-top: 10px;
}

.pkgwrapper .pkg ul li a {
  color: #000;
  font-size: 18px;
}

#wrapper-footer {
  display: block;
  clear: both;
}

#wp_page_numbers,
#wp_page_numbers li {
  background: transparent;
}

.custom_search_custom_fields__search label { display:none}

.custom_search_custom_fields__search {
	width:260px;
}

.searchform-controls {
	clear:none;
	text-align:left;
	padding-left:10px;
	float:left;
}

.top-line {
	border-top: 1px solid #999999;
	padding-top: 10px;
}

.director-callout h1.entry-title {
	font-size:16px;
}
.category-community .wp-post-image {
	max-height:186px;
	width:auto;
}

.category-community #subcontent .row h3 {
  margin-left: 15px;
  margin-bottom: 10px;
}

/* modal css */

#modal-wrapper {
  display:none;
  background:rgba(0,0,0,0.8);
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  z-index:9999;
}

#modal-wrapper #modal {
  position:relative;
  display:block;
  width:540px;
  height:178px;
  top:25%;
  margin:0px auto;
}

#modal-wrapper #modal .modal-inner {
  position:absolute;
  display:block;
  margin-top:30px;
  padding:0px;
  width:540px;
  height:329px;
}

#modal-wrapper #modal .modal-inner form {
  position: absolute;
  display: block;
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  width: 100%;
  background: #fff;
}

#modal-wrapper #modal .modal-inner form #message {
  font-weight: 700;
  color: #000;
  font-size: 14px;
  margin: 0 0 .5em 0;
}

#modal-wrapper #modal .modal-inner form input[type=text] {
  width: 100%;
  display: block;
  margin: 0 0 1.5em 0;
}

#modal-wrapper #modal span.modal-close {
  position:absolute;
  right:-20px;
  top:10px;
  color: #efb316;
  cursor:pointer;
}

@media screen and (max-width: 768px) {

  #modal-wrapper #modal {
    width:280px;
    height:274px;
  }

  #modal-wrapper #modal .modal-inner {
    width:280px;
    height:183px;
  }

}

.panel-heading {
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0px;

}

h4.panel-title {
	font-weight:bold;
	border: 0px;
}


.panel {
    background-color: #f7f7f7;
    border: 0px;
    border-radius: none;
    box-shadow:none;
    margin-bottom: 10px;
}

.category-community .col-md-4 {
	min-height:300px;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0px solid #fff;
}

.category-community h2 {
  line-height: 18px;
}

figure.gallery-item {
  width: 100%;
  max-width: 100% !important;
}

figure.gallery-item:nth-of-type(n+2) {
  display: none;
}

.slideshow_wrapper {
  padding: 0;
}

.side-newsletter {
	margin-top: 20px;
	padding-left:30px;
	padding-right:10px;
}

#ic_head {
	margin: 0 auto;
	color:white;
	margin-left:12px;
}

#ic_email {
	width:150px;
	font:10px;
	margin-top: 10px;
}
#ic_signup {
	width: 150px;
	margin-top: 10px;
}

#ic_signupform {
	margin-left:0px;
	padding-left:0px;
}