

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-right1 {
  float: none;
  width: 100% !important;
}

#ja-right2 {
  float: none;
  width: 100% !important;
}

/* MODULES
--------------------------------------------------------- */
div.ja-moduletable,
div.moduletable {
  padding: 0 !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Pagination ---*/
.pagination ul li.pagination-start,
.pagination ul li.pagination-prev,
.pagination ul li.pagination-next,
.pagination ul li.pagination-end {
  display: none;
}

/* HEADER
--------------------------------------------------------- */
#ja-header h1.logo {
  height: 56px;
  width: 310px;
}

#ja-header h1.logo a {
  background-image: url(../images/logo-mobile.png);
  height: 56px;
  width: 310px;
}

#ja-header h1.logo {
    margin: auto;
}
h1.logo, div.logo-text {
    float: none;
}
/* SLIDESHOW
--------------------------------------------------------- */
/*#slider-wrapper, .nivoSlider {
	width: 720px !important;
	height: 220px !important;
}*/

.nivo-caption {
    bottom: 30%;
    width: 310px;
}
.nivo-directionNav a {
	top:70%;
}

.nivoSlider, .nivo-slice{
	-moz-box-shadow: none;
	box-shadow: none;
        -webkit-box-shadow: none;
}

.ja-ss-btns {
  bottom: 38px !important;
}


/* SPOTLIGHT
--------------------------------------------------------- */

/* Top spotlight */
#ja-topsl .ja-box {
	width: 100% !important;
}

#ja-topsl .ja-moduletable {
  margin-bottom: 20px;
}

#ja-topsl .ja-box-right {
  position: relative;
  right: auto;
}

#ja-topsl .ja-box-right .ja-moduletable {
  margin-bottom: 0px;
}

/* Top spotlight1 */
#ja-topsl1 .ja-box {
	width: 100% !important;
}

#ja-topsl1 .ja-moduletable {
  margin-bottom: 20px;
}

#ja-topsl1 .ja-box-right {
  position: relative;
  right: auto;
}

#ja-topsl1 .ja-box-right .ja-moduletable {
  margin-bottom: 0px;
}

/* Top spotlight2 */
#ja-topsl2 .ja-box {
  width: 100% !important;
}

#ja-topsl2 .ja-box .ja-moduletable {
  margin-bottom: 20px !important;
}

#ja-topsl2 .ja-box-right {
  position: relative;
  right: auto;
}

#ja-topsl2 .ja-box-right .ja-moduletable {
  margin-bottom: 0 !important;
}

/* Bottom spotlight */
#ja-botsl .ja-box {
	width: 100% !important;
}

#ja-botsl .ja-moduletable {
  margin-bottom: 20px;
}

#ja-botsl .ja-box-right {
  position: relative;
  right: auto;
}

#ja-botsl .ja-box-right .ja-moduletable {
  margin-bottom: 0px;
}

/* Bottom spotlight1 */
#ja-botsl1 .ja-box {
	width: 100% !important;
}

#ja-botsl1 .ja-box-right {
  text-align: left;
}

/* Bottom spotlight2 */
#ja-botsl2 .ja-box {
	width: 100% !important; 
}

/* Video page ---*/
.videos .items-row .item {
  float: none !important;
  width: 100% !important;
}

.videos .img-intro-none,
.videos .img-intro-left,
.videos .img-intro-right {
  width: 100% !important;
}

.videos .img-intro-none .img_caption,
.videos .img-intro-left .img_caption,
.videos .img-intro-right .img_caption {
  width: 100% !important;
}

.videos .img-intro-none .img_caption img,
.videos .img-intro-left .img_caption img,
.videos .img-intro-right .img_caption img {
  width: 100%;
}

.blog.videos .contentpaneopen {
  padding-top: 210px !important;
}

/* Events page ---*/
.event-infor {
  padding-left: 0;
}

.event-time {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.event-time span.time {
  background-position: 0 5px;
}

.event-time a.btn-book {
  margin-left: 0;
}

.item-page.events p {
  padding-left: 0;
}

/* Login page ---*/
.login {
  width: 100% !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.login .login-fields {
  float: none;
  width: 100%;
}

.login .login-fields.last-item {
  overflow: hidden;
}

div.user-links ul li {
  display: block;
}

/* Masshead */
.ja-masshead h3 {
  font-size: 1.538em !important;
}

/* K2 COMPONENT
--------------------------------------------------------- */
/* Categories list */
div.itemListSubCategories h3 {
  font-size:  1.8em !important;
}

div.subCategoryContainer {
  float: none;
  width: 100% !important;
}

div.subCategory {
  margin-left: 0;
  margin-right: 0;
}

div.catItemIntroText img,
div.userItemIntroText img,
div.genericItemIntroText img {
  margin: 0 0 15px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div.itemIntroText img {
  margin: 0 0 15px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


/* breadcrumbs */

.ja-breadcrums {
	font-size: 70%;
}

div.acymailing_form p .inputbox {
    font-size: 85%;
    margin-right: 5px;
    padding: 7px 2px;
}
.acysubbuttons input {
	font-size: 85%;
}

#ja-botsl1 .main {
	background: none;
}
