/**
  * Responsive Elements
  */

/* Change skin menu */
#change_skin_menu_wrapper ul li {
	padding: 5px;
}

#change_skin_menu_wrapper ul li a {
	width: 20px;
	height: 20px;
}

#change_skin_menu_wrapper ul li.active a {
	height: 25px;
	width: 25px;
}

.responsive-menu-button {
	background: #646464;
	color: #FFFFFF;
	border: #C8C8C8 thin;
	display: none;
	height: 20px;
	text-indent: -0;
	top: 0;
	width: 20%;
	position: absolute;
	left: 0;
}

#social-share-wrapper {
  display: none;
}

#header {
	height: auto;
	margin: 0;
	border-top-left-radius: 20px;
}

#slideshow-wrapper .views-field-title .field-content {
	height: 1.25em;
	line-height: 1.25em;
  font-size: 1.2em;
  padding: 0 1.65em;
}

@media screen and (min-width: 960px) and (max-width: 979px) {
  .tb-megamenu .btn-navbar {
    display: inline-block;
    width: 98%;
  }
}