/**
  * Responsive Elements
  */
th,
td {
  padding: .3em;
}

/* Sidebar Second */
#main-wrapper #sidebar-second-wrapper .region > .block {
  width: 100%;
}

/**
 * Panels & grid-views
 */
.cols-1 .views-col,
.cols-2 .views-col,
.cols-3 .views-col,
.cols-4 .views-col,
.panel-cols-1 .panel-column,
.panel-cols-2 .panel-column,
.panel-cols-3 .panel-column,
.panel-cols-4 .panel-column {
  width: 100% !important;
}

/**
  * Slideshow
  */
#slideshow-wrapper .jcarousel-skin-default {
  position: relative;
  width: 320px;
  margin: 0 auto;
}

#slideshow-wrapper .jcarousel-skin-default .jcarousel-container-horizontal {
  background: none;
  border: none;
  height: 500px;
  padding: 0;
  width: 320px;
  overflow: hidden;
  position: static !important;
}

.jcarousel-skin-default .jcarousel-prev-horizontal { 
  left: 0;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
  right: 0;
}

/* Navigation */
ul.primary {
  background: none;
  white-space: normal;
}

ul.primary li a {
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
}

ul.primary,
#user-login .form-text {
  width: 100% !important;
}


/* Form */
.contact-form .form-text,
.form-text {
  width: 97% !important;
}

#search-form .form-submit {
  margin-top: 5px;
}

/* Gallery */
.galleryformatter .view-full {  
  left: 40%;
  top: 32%
}

.galleryformatter .prev-slide,
.galleryformatter .next-slide {
  top: 20%; 
}