@import url(../warp/css/responsive.css);
.acymailing_form {
  float: right;
}

/* Breakpoints
____________________________________________________________________________________________________*/

@media (max-width: 1600px) {
  #ad-banner {
    display: none
  }
}

/* All except large Screens
____________________________________________________________________________________________________*/

@media (max-width: 1220px) {}

/* Only Phones and Tablets (Portrait) 
____________________________________________________________________________________________________*/

@media (max-width: 959px) {
  .menu-dropdown a.level1>span,
  .menu-dropdown span.level1>span {
    padding: 10px 16px 10px 5px
  }
  div.acymailing_module {
    text-align: center;
    width: 100%;
  }
  .join-us {
    padding: 20px 10px;
  }
  #totop-scroller,
  #toTop {
    display: none !important
  }
  /*columns blocks
----------------------------------------------------------------------------------------------------*/
  /*events*/
  .event {
    display: inline-block;
  }
  #totop-scroller,
  #toTop {
    bottom: -90px;
  }
}

/* Only Tablets (Portrait) 
____________________________________________________________________________________________________*/

@media (min-width: 768px) and (max-width: 959px) {
  /*reduce the padding for menus*/
  .menu-dropdown a.level1>span,
  .menu-dropdown span.level1>span {
    padding: 10px 16px 10px 5px;
  }
  .wk-slideshow-home .caption h2 {
    font-size: 30px
  }
  .wk-slideshow-home .caption {
    height: 265px;
  }
  .join-us {
    padding: 30px 60px;
  }
  .sprocket-headlines-badge span {
    display: none
  }
}

/* Only Tablets (Portrait) and Phones (Landscape) 
____________________________________________________________________________________________________*/

@media (min-width: 480px) and (max-width: 959px) {
  .wk-slideshow-home .caption {
    height: 68px
  }
  .wk-slideshow-home .caption p {
    display: none
  }
}

/* Only Phones 
____________________________________________________________________________________________________*/

@media (max-width: 767px) {
  /*base*/
  h2 {
    line-height: 33px;
  }
  /* Layout */
  #toolbar,
  #headerbar,
  #menubar,
  #breadcrumbs,
  #header-top,
  #header-top.tm-center-logo,
  #header-bottom,
  #header-top + .uk-sticky-placeholder,
  .sprocket-headlines-badge span {
    display: none;
  }
  #header-minibar {
    border-radius: 0 0 4px 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 15px 20px;
  }

  #header-responsive .logo {
    margin: 0 auto;
    width: 100%;
  }
  .logo-img {
    background-position: 50% 40%;
    margin: 0 auto;
  }
  .menu-responsive {
    margin: 0;
  }
  #bottom-d .module {
    padding: 20px 5px;
  }
  .menu-responsive,
  .menu-responsive:focus,
  .menu-responsive:active {
    background: #fff;
  }
  #header-responsive .searchbox {
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: 10px auto -15px;
    border-radius: 4px 4px 0 0;
    width: 100%;
  }
  iframe,
  object,
  embed {
    width: 100%;
    height: auto;
  }
  /*blocks*/
  .gallery-desc {
    font-size: 13px !important
  }
  .row .column,
  .row .columns {
    margin-left: 0
  }
  .row .one-fourth,
  .row .two-fourths {
    width: 47.5%;
    margin-left: 0;
    margin-right: 2.3%;
  }
  .row .two-fourths {
    width: 100%;
  }
  .row .one-fifth {
    /*width: 100%;*/
    left: auto;
    margin-left: 0;
  }
  .row .one-sixth {
    /*width: 100%;*/
    left: auto;
    margin-left: 0;
  }
  
  #content {
    padding: 15px;
  }
  #header-responsive {
    padding: 5px 15px 15px;
  }
  form.box fieldset {
    padding: 0;
  }
  .wk-slideshow-home .caption {
    left: 20px;
  }
  .wk-slideshow-home .caption h2 {
    font-size: 18px;
  }
  .wk-slideshow-home .caption p,
  .wk-slideshow .next,
  .wk-slideshow .prev {
    display: none !important
  }
  #toTop {
    display: none !important
  }
  /*pricing tables*/
  .price-col {
    width: 90% !important;
    padding-right: 0;
    border: 1px solid #CECECE;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
    margin-bottom: 5px;
  }
  ul.feature>li {
    padding: 7px 1px !important
  }
  .price-col .price-tag {
    padding: 15px 5px 10px !important
  }
  .call-action {
    padding: 20px 5px 25px
  }
  /*tabs*/
  .hidden-img {
    height: 60%;
    right: -25px;
  }
  /*reveal*/
  .reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 40;
    display: none;
    top: 0;
    left: 0;
  }
  .reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 0;
    margin: 10px;
    width: auto;
    background: #eee url(../images/typo/modal-gloss.png) no-repeat -200px -80px;
    position: absolute;
    z-index: 41;
    padding: 30px 40px 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  }
  .reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
  }
  .reveal-modal .row {
    min-width: 0;
  }
  .reveal-modal input[type="text"],
  .reveal-modal input[type="password"],
  .reveal-modal input[type="email"],
  .reveal-modal select {
    width: 100%;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -ms-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
  }
  /*registration*/
  #system form.submission fieldset>div>input[type="text"],
  #system form.submission fieldset>div>input[type="password"],
  input[type="text"],
  legend,
  fieldset {
    width: 92%;
  }
  #system form.submission fieldset>div>textarea,
  textarea {
    width: 88%;
  }
  input[type="text"]#jform_profile_dob {
    width: 82% !important;
  }
  /*newsletter*/
  .acymailing_introtext {
    text-align: center;
    padding-bottom: 20px;
    white-space: normal;
    left: 0;
  }
  #newsletter p {
    margin-left: -38px
  }
  #newsletter .acymailing_form p {
    float: none;
    top: 24px;
  }
  #newsletter .acymailing_form p.acysubbuttons {
    top: -2px;
  }
  div.acymailing_module,
  .acymailing_module div {
    display: inline-block;
    width: 100%;
    text-align: center
  }
  .acyfield_email input[type="text"] {
    width: 55%;
  }
  .gkTabsWrap {
    border-right: 1px solid #DEDEDE !important;
    overflow: hidden
  }
  .gkTabsContainer {
    border-width: 0 0 1px 1px !important
  }
  /*toggles*/
  .showhide li h4 {
    font-size: 18px;
    padding: 8px 45px 5px;
  }
}

/* Only Phones (Landscape) 
____________________________________________________________________________________________________*/

@media (min-width: 480px) and (max-width: 767px) {
  .layout-slideshow .sprocket-features-content {
    display: none
  }
  .gkTabsContainer {
    padding: 0 10px;
  }
  .gkTabsWrap.vertical ol {
    border-right: 1px solid #DEDEDE !important
  }
  .gkTabsWrap ol li {
    width: 100%;
    margin: 0 !important;
  }
}

/* Only Phones (Portrait) 
____________________________________________________________________________________________________*/

@media (max-width: 479px) {
  /*sections*/
  .layout-slideshow .sprocket-features-content {
    display: none
  }
  /*blocks*/
  .row .column,
  .row .columns {
    width: 100%;
  }
  .hidden-img {
    display: none
  }
  .module-title {
    font-size: 20px
  }
  /* System */
  #system .items .item,
  #system .items .item:first-child {
    margin-top: 12px;
    padding-top: 18px;
    border-top-width: 1px;
  }
  #system .items :first-child .item {
    margin-top: 0;
    padding-top: 0;
    border-width: 0;
  }
  #system .items .leading .item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-width: 0;
  }
  /*widgetkit*/
  video,
  .mejs-poster.mejs-layer img {
    max-width: 100% !important;
  }
  .mejs-container.mejs-audio,
  .mejs-container.mejs-audio>div {
    max-width: 100% !important;
  }
  a.sprocket-headlines-text {
    line-height: 1.8;
    font-size: 13px;
  }
}