/* ADDON POST LIST BLOCK
   ========================================================================== /
*/
/* COL-1 (one column layout)
   ========================================================================== /
*/
@media only screen and (min-width: 320px) {
  .add-post-item.col-1 {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 15px;
    height: 90px; } }
@media only screen and (min-width: 375px) {
  .add-post-item.col-1 {
    /* iPhone 6 */
    height: 100px; } }
@media only screen and (min-width: 480px) {
  .add-post-item.col-1 {
    border-bottom: none !important;
    height: auto; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-1 {
    width: 100%; } }
@media only screen and (min-width: 992px) {
  .add-post-item.col-1 {
    width: 95%; } }

@media only screen and (min-width: 320px) {
  .add-post-item.col-1 .item-thumbnail {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    position: relative;
    width: 75px; } }
@media only screen and (min-width: 480px) {
  .add-post-item.col-1 .item-thumbnail {
    width: 150px; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-1 .item-thumbnail {
    width: auto; } }

@media only screen and (min-width: 320px) {
  .add-post-item.col-1 .item-thumbnail img {
    width: 100%;
    height: auto;
    display: block; } }
@media only screen and (min-width: 1200px) {
  .add-post-item.col-1 .item-thumbnail img {
    width: 250px; } }

@media only screen and (min-width: 320px) {
  .add-post-item.col-1 .body {
    overflow: hidden;
    margin-top: 0;
    margin-left: 15px;
    border-bottom: none;
    width: 60%;
    display: inline-block; } }
@media only screen and (min-width: 480px) {
  .add-post-item.col-1 .body {
    width: 59%;
    height: 150px; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-1 .body {
    width: 60%;
    margin-top: 0;
    height: 265px; } }
@media only screen and (min-width: 992px) {
  .add-post-item.col-1 .body {
    height: 255px; } }
@media only screen and (min-width: 1200px) {
  .add-post-item.col-1 .body {
    margin-left: 0;
    height: 275px; } }

@media only screen and (min-width: 320px) {
  .add-post-item.col-1 .title {
    bottom: auto;
    margin: 0;
    padding: 0;
    position: relative;
    color: #D51317;
    max-height: 48px;
    overflow: hidden; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-1 .title {
    max-height: 70px;
    margin: 0; } }
@media only screen and (min-width: 320px) {
  .add-post-item.col-1 .meta {
    display: none;
    margin-bottom: 5px; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-1 .meta {
    display: block; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-1 .read-more {
    position: absolute;
    bottom: 30px; } }

@media only screen and (min-width: 320px) {
  .add-post-list {
    margin: 20px -5px; } }
@media only screen and (min-width: 768px) {
  .add-post-list {
    margin: 20px -15px; } }
.add-post-list .button-top {
  position: absolute;
  top: 0;
  right: 0; }
.add-post-list .button-bottom {
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 14px;
  padding: 5px 10px;
  color: #FFFFFF; }

/* COL-2 (three column layout)
   ========================================================================== /
*/
.add-post-item.col-2 img {
  width: 100%;
  height: auto; }
.add-post-item.col-2 .title {
  position: absolute;
  bottom: 5px;
  padding: 0px 40px 0px 20px;
  margin: 0; }

@media only screen and (min-width: 320px) {
  .add-post-item.col-2 .ribbon {
    margin: -5px 0 !important;
    padding: 10px 20px !important;
    width: 100%;
    height: 44px;
    overflow: hidden;
    text-transform: uppercase; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-2 .ribbon {
    height: 53px;
    font-size: 16px; } }
.add-post-item.col-2 .ribbon a {
  color: #ffffff !important; }

/* COL-1 (full-width layout)
   ========================================================================== /
*/
.col-wide {
  float: left;
  position: relative; }

@media only screen and (min-width: 320px) {
  .caption-container {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute; } }
@media only screen and (min-width: 768px) {
  .caption-container {
    height: 100px; } }

@media only screen and (min-width: 320px) {
  .add-post-item.col-wide p {
    display: none;
    overflow: hidden;
    font-style: italic;
    font-family: time; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-wide p {
    display: block;
    padding: 0 200px 0 40px;
    font-size: 1.5em;
    color: #FFFFFF;
    max-height: 40px; } }

@media only screen and (min-width: 320px) {
  .col-wide .title {
    color: white;
    margin: 15px 0 5px 20px;
    max-height: 25px;
    overflow: hidden;
    line-height: 1.5em;
    font-size: 1.2em; } }
@media only screen and (min-width: 768px) {
  .col-wide .title {
    max-height: 25px;
    font-size: 1.5em;
    margin: 15px 0 5px 40px; } }
@media only screen and (min-width: 320px) {
  .col-wide .title a {
    font-family: time;
    font-size: 1.5em;
    color: #FFFFFF; }
    .col-wide .title a:hover {
      color: #FFFFFF; } }

/* COL-3 (three column layout)
   ========================================================================== /
*/
@media only screen and (min-width: 320px) {
  .transparent-block {
    /*background: $transparent-caption;*/
    opacity: 0.9;
    bottom: 0;
    width: 100%;
    height: 35px;
    position: absolute; } }
@media only screen and (min-width: 768px) {
  .transparent-block {
    height: 50px; } }
@media only screen and (min-width: 992px) {
  .transparent-block {
    height: 35px; } }

@media only screen and (min-width: 320px) {
  .add-post-item.col-3 img {
    width: 100%;
    height: auto; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-3 img {
    height: auto; } }
.add-post-item.col-3 .title {
  position: absolute;
  bottom: 5px;
  padding: 0px 40px 0px 20px;
  margin: 0; }
.add-post-item.col-3 .title a {
  text-transform: uppercase; }
.add-post-item.col-3 .title a:hover {
  text-decoration: none; }

@media only screen and (min-width: 320px) {
  .add-post-item.col-3 .ribbon {
    margin: -5px 0 !important;
    padding: 10px 20px !important;
    width: 100%;
    height: 45px;
    overflow: hidden;
    text-transform: uppercase; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-3 .ribbon {
    height: 50px;
    font-size: 16px; } }
.add-post-item.col-3 .ribbon a {
  color: #FFFFFF !important; }

/* COL-3-TEXT (three column layout without images)
   ========================================================================== /
*/
.add-post-item.col-3-text h2.title,
.add-post-item.col-3-alt h2.title {
  overflow: hidden; }
  @media only screen and (min-width: 320px) {
    .add-post-item.col-3-text h2.title,
    .add-post-item.col-3-alt h2.title {
      height: 30px; } }
  @media only screen and (min-width: 768px) {
    .add-post-item.col-3-text h2.title,
    .add-post-item.col-3-alt h2.title {
      height: 40px; } }
  @media only screen and (min-width: 992px) {
    .add-post-item.col-3-text h2.title,
    .add-post-item.col-3-alt h2.title {
      height: 70px; } }
.add-post-item.col-3-text .body .text,
.add-post-item.col-3-alt .body .text {
  overflow: hidden; }
  @media only screen and (min-width: 320px) {
    .add-post-item.col-3-text .body .text,
    .add-post-item.col-3-alt .body .text {
      height: 130px; } }
  @media only screen and (min-width: 768px) {
    .add-post-item.col-3-text .body .text,
    .add-post-item.col-3-alt .body .text {
      height: 140px; } }
.add-post-item.col-3-text .item-thumbnail,
.add-post-item.col-3-alt .item-thumbnail {
  overflow: hidden;
  max-height: 230px; }
  .add-post-item.col-3-text .item-thumbnail img,
  .add-post-item.col-3-alt .item-thumbnail img {
    height: auto;
    width: 100%; }

.add-post-item.col-3-text .body p.text {
  display: block; }

.add-post-item.col-3-alt .body .text {
  padding-right: 10px; }

/* COL-4 (four columns layout)
   ========================================================================== /
*/
@media only screen and (min-width: 320px) {
  .add-post-item.col-4 {
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-left: 0; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-4 {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-left: 3.2%; } }
.add-post-item.col-4 .body {
  margin-top: 10px; }
@media only screen and (min-width: 320px) {
  .add-post-item.col-4 .item-thumbnail {
    position: relative;
    float: left;
    width: 40%; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-4 .item-thumbnail {
    width: 100%;
    margin-bottom: 10px; } }
.add-post-item.col-4 .item-thumbnail img {
  width: 100%;
  height: auto; }
.add-post-item.col-4 .title {
  font-size: 1.3em;
  margin-bottom: 10px; }
.add-post-item.col-4 .title a:hover {
  text-decoration: none; }

@media only screen and (min-width: 320px) {
  .add-post-item.col-4 h2.title-four {
    float: right;
    line-height: 1.5em;
    overflow: hidden;
    padding-left: 10px;
    width: 55%;
    margin-top: 0; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-4 h2.title-four {
    padding: 0;
    float: left;
    width: 100%;
    border-bottom: none;
    height: 42px; } }
@media only screen and (min-width: 320px) {
  .add-post-item.col-4 h2.title-four a {
    font-size: 1.3em; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-4 h2.title-four a {
    font-size: 1.5em; } }

.title a:hover,
.read-more a:hover {
  text-decoration: none; }

li.add-post-item div.body p.text {
  margin-top: 10px; }

@media only screen and (min-width: 320px) {
  li.add-post-item div.body p.text,
  li.add-post-item div.body p.read-more {
    display: none; } }
@media only screen and (min-width: 768px) {
  li.add-post-item div.body p.text,
  li.add-post-item div.body p.read-more {
    display: block; } }

@media only screen and (min-width: 320px) {
  .body-card-four-col {
    margin-top: 10px;
    padding: 0 5px;
    border-bottom: 1px solid; } }
@media only screen and (min-width: 768px) {
  .body-card-four-col {
    border-bottom: none; } }

@media only screen and (min-width: 320px) {
  h2.title-card-four-col {
    height: 50px;
    font-weight: bold;
    overflow: hidden; }
    h2.title-card-four-col a:hover {
      text-decoration: none; } }

@media only screen and (min-width: 320px) {
  .list-news li:first-child {
    padding-left: 0; } }
@media only screen and (min-width: 768px) {
  .list-news li:first-child {
    padding-left: 5px; } }

@media only screen and (min-width: 320px) {
  .list-news li:last-child {
    padding-right: 0; } }
@media only screen and (min-width: 768px) {
  .list-news li:last-child {
    padding-right: 5px; } }

@media only screen and (min-width: 320px) {
  .section-card-four-col {
    margin-bottom: 20px;
    border-bottom: none; } }
@media only screen and (min-width: 768px) {
  .section-card-four-col {
    border-bottom: 1px solid; } }

@media only screen and (min-width: 320px) {
  .card-four-col-more {
    bottom: 35px; } }

@media only screen and (min-width: 320px) {
  .card-four-col-thumbnail {
    height: 220px;
    overflow: hidden;
    position: relative; } }
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .card-four-col-thumbnail {
    height: 170px; } }

.card-four-col-donner {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 5px 5px 10px;
  z-index: 1;
  font-size: 1.5em;
  width: 80px;
  cursor: pointer; }

@media only screen and (min-width: 320px) {
  .add-post-item.col.col-wide {
    position: relative;
    margin: 10px 5px;
    width: 48%; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col.col-wide {
    width: 100%;
    margin: 10px 0; } }

.col-wide img {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 320px) {
  .add-post-item.col.col-wide p {
    display: none;
    max-height: 110px;
    overflow: hidden;
    font-style: italic;
    font-family: time;
    position: absolute;
    bottom: 0; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col.col-wide p {
    display: block;
    font-size: 1.5em;
    max-height: 40px;
    padding: 0 200px 0 40px; } }

@media only screen and (min-width: 320px) {
  .col-wide .title {
    bottom: 0;
    color: white;
    height: 275px;
    max-height: 51px;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    padding: 10px;
    text-transform: uppercase; } }
@media only screen and (min-width: 768px) {
  .col-wide .title {
    max-height: 115px;
    font-size: 1.5em;
    padding: 10px 150px 10px 40px; } }
@media only screen and (min-width: 1200px) {
  .col-wide .title {
    max-height: 110px; } }
@media only screen and (min-width: 320px) {
  .col-wide .title a {
    font-size: 1.5em;
    font-family: museosansrounded-100; } }

/* Pagination */
.pagination {
  width: 100%; }
  .pagination .page-numbers {
    border-collapse: initial;
    display: table-cell;
    margin: 0;
    padding: 5px 15px; }

a.page-numbers:hover,
.page-numbers.current:hover {
  background-color: #eee; }

.pagination .page-numbers,
.pagination .page-numbers a {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.pagination .page-numbers:first-child {
  border-left: 1px solid #ddd; }

.page-numbers {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

/* ADDON CUSTOMISED POST-LIST  BLOCK
   ========================================================================== /
*/
.add-post-item h2.ribbon {
  background-color: rgba(240, 0, 0, 0.65); }

/* COL-1 (one column layout)
   ========================================================================== /
*/
@media only screen and (min-width: 320px) {
  .add-post-item.col-1 {
    border-bottom: 1px solid #D51317; } }
@media only screen and (min-width: 375px) {
  .add-post-item.col-1 {
    /* iPhone 6 */ } }

@media only screen and (min-width: 480px) {
  .add-post-item.col-1 .body {
    border-bottom: 1px solid #D51317; } }

@media only screen and (min-width: 320px) {
  .add-post-item.col-1 .title {
    font-size: 2em; } }
@media only screen and (min-width: 768px) {
  .add-post-item.col-1 .title {
    font-size: 3em; } }

.add-post-item.col-1 a {
  color: #D51317; }

/* COL-1 (Full width layout)
   ========================================================================== /
*/
.add-post-item.col.col-wide {
  position: relative;
  width: 100%; }

.col-wide img {
  width: 100%;
  height: auto; }

/*.add-post-item a {
  color: #FFFFFF;
}*/
/* COL-2 (two column layout)
   ========================================================================== /
*/
/* COL-3 (three column layout)
   ========================================================================== /
*/
.add-post-item.col-3 .title {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "MuseoSansRounded-300"; }
.add-post-item.col-3 .title a {
  color: #ffffff; }

/* COL-3-TEXT (three column layout with text)
   ========================================================================== /
*/
.add-post-item.col.col-3-text h2 .title.h3 a,
.add-post-item.col.col-3-alt h2 .title.h3 a {
  color: #D51317; }

/* COL-4 (three column layout)
   ========================================================================== /
*/
@media only screen and (min-width: 320px) {
  .add-post-item.col-4 {
    border-bottom: 1px solid #D51317; } }

.add-post-item.col-4 h2.title-four a,
.add-post-item.col-4 p.read-more a {
  color: #D51317; }
  .add-post-item.col-4 h2.title-four a:hover,
  .add-post-item.col-4 p.read-more a:hover {
    color: #000000; }

/* RESPONSIVE CONTENT GRID
   ========================================================================== /
*
*  This is the style for the content items based on a responsive grid
*
*/
.list-grid {
  /* margin-bottom:30px; */
  overflow: hidden; }

.col {
  float: left;
  margin-bottom: 30px;
  position: relative; }

@media only screen and (max-width: 480px) {
  .col {
    margin-bottom: 1px; } }
.fullwidth .col {
  float: none;
  margin-left: 0; }

@media only screen and (min-width: 320px) {
  .list-grid .col-4 {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .list-grid .col-4 {
    width: 22.6%; } }

@media only screen and (min-width: 320px) {
  .list-grid .col-3-alt {
    width: 100%;
    margin-bottom: 10px; } }
@media only screen and (min-width: 480px) {
  .list-grid .col-3-alt {
    margin-left: 3.2%; } }
@media only screen and (min-width: 768px) {
  .list-grid .col-3-alt {
    width: 48.4%; } }
@media only screen and (min-width: 992px) {
  .list-grid .col-3-alt {
    width: 31.2%; } }

.list-grid ul li.col-3-alt:first-child {
  margin-left: 0; }

.list-grid ul li.col-3-alt:nth-child(3n+1) {
  margin-left: 0; }

@media only screen and (min-width: 320px) {
  .list-grid .col-3 {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .list-grid .col-3 {
    width: 48.4%;
    overflow: hidden;
    max-height: 225px; } }
@media only screen and (min-width: 992px) {
  .list-grid .col-3 {
    width: 31.2%;
    max-height: 190px; } }
@media only screen and (min-width: 1200px) {
  .list-grid .col-3 {
    max-height: 230px; } }

@media only screen and (max-width: 991px) {
  .list-grid .col-3:nth-of-type(2n+1) {
    clear: left;
    margin-left: 0; } }
@media only screen and (min-width: 992px) {
  .list-grid .col-3:nth-of-type(3n+1) {
    clear: left;
    margin-left: 0; } }
@media only screen and (min-width: 320px) {
  .list-grid .col-2 {
    width: 100%;
    margin-left: 0;
    max-height: 285px;
    overflow: hidden;
    margin-bottom: 10px; } }
@media only screen and (min-width: 480px) {
  .list-grid .col-2 {
    width: 48.4%;
    margin-left: 3.2%;
    max-height: 150px; } }
@media only screen and (min-width: 768px) {
  .list-grid .col-2 {
    max-height: 225px; } }
@media only screen and (min-width: 992px) {
  .list-grid .col-2 {
    max-height: 360px; } }

@media only screen and (min-width: 320px) {
  .list-grid .col-3,
  .list-grid .col-4 {
    margin-left: 0; } }
@media only screen and (min-width: 768px) {
  .list-grid .col-3,
  .list-grid .col-4 {
    margin-left: 3.2%; } }

.list-grid .col-2:nth-of-type(odd) {
  clear: left;
  margin-left: 0 !important; }

.list-grid .col-3:first-child,
.list-grid .col-4:first-child {
  clear: left;
  margin-left: 0 !important; }

/*GALLERY DEVELOPMENT MODAL*/
@media only screen and (min-width: 320px) {
  .add-gallery-block li img {
    width: 100%;
    height: auto; } }
@media only screen and (min-width: 320px) {
  .add-gallery-block li:first-child {
    padding-right: 0; } }
@media only screen and (min-width: 480px) {
  .add-gallery-block li:first-child {
    padding-right: 6px !important; } }
@media only screen and (min-width: 320px) {
  .add-gallery-block li:nth-child(2n+1) {
    padding-right: 0; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .add-gallery-block li:nth-child(2n+1) {
    padding-right: 6px !important; } }
@media only screen and (min-width: 320px) {
  .add-gallery-block li:nth-child(3n) {
    padding: 0; } }
@media only screen and (min-width: 480px) {
  .add-gallery-block li:nth-child(3n) {
    padding-right: 6px; } }
@media only screen and (min-width: 768px) {
  .add-gallery-block li:nth-child(3n) {
    padding-left: 6px;
    padding-right: 0; } }
@media only screen and (min-width: 320px) {
  .add-gallery-block li:nth-child(3n+1) {
    padding-right: 0; } }
@media only screen and (min-width: 480px) {
  .add-gallery-block li:nth-child(3n+1) {
    padding-right: 6px; } }
@media only screen and (min-width: 768px) {
  .add-gallery-block li:nth-child(3n+1) {
    padding-right: 6PX; } }
@media only screen and (min-width: 320px) {
  .add-gallery-block li:nth-child(3n+2) {
    padding-right: 0; } }
@media only screen and (min-width: 480px) {
  .add-gallery-block li:nth-child(3n+2) {
    padding-right: 6px; } }
@media only screen and (min-width: 768px) {
  .add-gallery-block li:nth-child(3n+2) {
    padding-right: 3px;
    padding-left: 3px; } }
@media only screen and (min-width: 320px) {
  .add-gallery-block li.col-gallery {
    float: left;
    width: 100%;
    margin: 5px 0; } }
@media only screen and (min-width: 480px) {
  .add-gallery-block li.col-gallery {
    width: 50%; } }
@media only screen and (min-width: 768px) {
  .add-gallery-block li.col-gallery {
    width: 33.33%; } }

/*THUMBNAILS GALLERY*/
.play-video-gallery {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 70px;
  left: -35px;
  margin-left: 50%;
  position: absolute;
  top: 40%;
  z-index: 200; }

.in {
  background: rgba(0, 0, 0, 0.6); }

.gallery-modal {
  width: 1140px;
  /*override modal for demo only*/ }
  @media only screen and (min-width: 320px) {
    .gallery-modal {
      left: 8px; } }
  @media only screen and (min-width: 480px) {
    .gallery-modal {
      left: 15px; } }
  @media only screen and (min-width: 768px) {
    .gallery-modal {
      left: 0; } }
  .gallery-modal .modal-content {
    border-radius: 0; }
  .gallery-modal .modal-header {
    border: none; }
    .gallery-modal .modal-header .close {
      padding: 0 15px 0 0; }
  .gallery-modal .modal-body {
    padding: 0 45px 0 45px; }
  .gallery-modal .modal-dialog img {
    text-align: center;
    margin: 0 auto; }
  .gallery-modal .modal-dialog {
    max-width: 90%;
    padding-top: 50px; }
  .gallery-modal .controls-container {
    height: 70px;
    clear: both;
    display: inline-block;
    width: 100%; }
    .gallery-modal .controls-container .controls-left-container {
      display: inline-block;
      width: 30%;
      text-align: left; }
    .gallery-modal .controls-container .controls-center-container {
      display: inline-block;
      width: 40%;
      text-align: center; }
    .gallery-modal .controls-container .controls-right-container {
      display: inline-block;
      width: 30%;
      text-align: right; }
  .gallery-modal .gallery-controls {
    border-radius: 0;
    display: inline-block;
    margin: 20px 0;
    padding: 5px 15px;
    border: 1px solid #E4E4E4;
    border-collapse: initial;
    font-size: 1.6em;
    text-align: center;
    transition: all 0.5s ease-in-out 0s; }
    .gallery-modal .gallery-controls:hover {
      background-color: #E4E4E4; }
  .gallery-modal .next-image {
    display: inline-block;
    right: 0; }
  .gallery-modal .previous-image {
    display: inline-block;
    left: 0; }
  .gallery-modal .title {
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .gallery-modal .modal-dialog {
      width: 60%;
      padding-top: 50px; } }
  @media screen and (max-width: 1500px) {
    .gallery-modal #ads {
      display: none; } }

.gallery-image-settings {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  left: 100px;
  padding: 10px;
  position: absolute;
  top: 100px;
  width: 200px; }

.gallery-single-image-container {
  position: relative; }

.gallery-edit-image {
  top: 40px;
  left: 10px;
  position: relative; }

.modal-dialog {
  padding-top: 50px !important; }

.modal-header {
  padding: 15px 10px 25px 0; }

/* COMP-CAROUSEL HIVOS
   ========================================================================== /
*
*  This is the style for the carousel
*
*/
/*===================================
      CAPTION
=====================================*/
@media only screen and (min-width: 320px) {
  .carousel-caption {
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    padding: 0 30px 0 30px;
    position: absolute;
    right: 15%;
    text-align: left;
    z-index: 10;
    width: 100%;
    height: 40px;
    background-color: rgba(240, 0, 0, 0.65);
    text-shadow: none; } }
@media only screen and (min-width: 480px) {
  .carousel-caption {
    height: 40px; } }
@media only screen and (min-width: 768px) {
  .carousel-caption {
    padding: 0 30px 0 80px;
    height: 130px;
    bottom: 0; } }
@media only screen and (min-width: 320px) {
  .carousel-caption h2 {
    line-height: 0.5em; } }
@media only screen and (min-width: 768px) {
  .carousel-caption h2 {
    line-height: 1em; } }
@media only screen and (min-width: 320px) {
  .carousel-caption p {
    font-size: 1.8em;
    font-style: italic;
    font-family: Times; } }

/*===================================
      INDICATORS
=====================================*/
@media only screen and (min-width: 320px) {
  .carousel-indicators {
    bottom: 5px;
    text-align: right;
    width: 99%;
    left: 0;
    margin: 0; } }

/*===================================
      ARROWS
=====================================*/
.carousel-control {
  width: 7%; }
  @media only screen and (min-width: 320px) {
    .carousel-control i {
      margin-top: 180%;
      padding: 0; } }
  @media only screen and (min-width: 480px) {
    .carousel-control i {
      margin-top: 100%;
      padding: 0; } }
  @media only screen and (min-width: 768px) {
    .carousel-control i {
      margin-top: 200%;
      padding: 20px; } }

.carousel-control.left,
.carousel-control.right {
  background-image: none; }
  @media only screen and (min-width: 320px) {
    .carousel-control.left span.fa-chevron-left,
    .carousel-control.left span.fa-chevron-right,
    .carousel-control.right span.fa-chevron-left,
    .carousel-control.right span.fa-chevron-right {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .carousel-control.left span.fa-chevron-left,
    .carousel-control.left span.fa-chevron-right,
    .carousel-control.right span.fa-chevron-left,
    .carousel-control.right span.fa-chevron-right {
      display: block; } }

@media only screen and (min-width: 320px) {
  .fa-caret-left {
    display: block !important;
    position: absolute;
    top: calc(50% - 50px);
    left: 10px;
    opacity: 1;
    color: rgba(255, 255, 255, 0.5);
    font-size: 100px; } }
@media only screen and (min-width: 768px) {
  .fa-caret-left {
    display: none !important; } }

.left.carousel-control,
.right.carousel-control {
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.left.carousel-control:hover,
.right.carousel-control:hover {
  opacity: 0.75; }

/* COMP-CAROUSEL HIVOS
   ========================================================================== /
*
*  This is the style for the carousel
*
*/
/*===================================
      INDICATORS
=====================================*/
@media only screen and (min-width: 320px) {
  .carousel-indicators li {
    border: none;
    background-color: #E4E4E4;
    margin-right: 5px; }
    .carousel-indicators li.active {
      background-color: #D51317;
      margin-right: 5px; } }

/*===================================
      ARROWS
=====================================*/
.carousel-control {
  width: 7%; }
  @media only screen and (min-width: 320px) {
    .carousel-control i {
      margin-top: 180%;
      padding: 0; } }
  @media only screen and (min-width: 480px) {
    .carousel-control i {
      margin-top: 100%;
      padding: 0; } }
  @media only screen and (min-width: 768px) {
    .carousel-control i {
      margin-top: 200%;
      padding: 20px; } }

.carousel-control.left,
.carousel-control.right {
  background-image: none; }

.left.carousel-control,
.right.carousel-control {
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.left.carousel-control:hover,
.right.carousel-control:hover {
  opacity: 0.75; }

/* ADDED BY PACO */
.item img {
  width: 100%; }

@media only screen and (min-width: 320px) {
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    left: -20%;
    height: 250px;
    max-width: none;
    overflow: hidden;
    position: relative;
    width: auto; } }
@media only screen and (min-width: 480px) {
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    left: 0; } }
@media only screen and (min-width: 768px) {
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    height: auto; } }

.js-caption-carousel-link {
  background: url("../img/info-sprite.png") no-repeat scroll 0 -38px transparent;
  cursor: pointer;
  height: 38px;
  position: absolute;
  right: 80px;
  top: 20px;
  width: 39px;
  z-index: 30; }

.js-caption-carousel-link:hover {
  background: url("../img/info-sprite.png") no-repeat scroll 0 0 transparent; }

@media only screen and (min-width: 320px) {
  .js-carousel-caption-info {
    background: none repeat scroll 0 0 #ffffff;
    display: none;
    font-size: 15px;
    max-width: 90%;
    padding: 20px 30px;
    position: absolute;
    right: 5%;
    top: 75px;
    z-index: 30; } }
@media only screen and (min-width: 768px) {
  .js-carousel-caption-info {
    top: 75px;
    max-width: 500px;
    right: 40px; } }

.left.carousel-control .fa,
.right.carousel-control .fa {
  position: absolute;
  top: 50%;
  left: 15px; }

@media only screen and (min-width: 320px) {
  .triangle-top {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    position: absolute;
    right: 45px;
    top: -10px; } }
@media only screen and (min-width: 768px) {
  .triangle-top {
    right: 30px; } }

.gform_heading {
  display: none; }

.gform_body ul {
  padding-left: 0; }

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
  width: 100%; }

.gform_wrapper .top_label .gfield_label {
  margin: 10px 0 4px 0;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3em;
  clear: both; }

.ginput_container input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #e6e6e6; }

.ginput_container textarea {
  background-color: #eeeeee;
  border: none;
  font-size: 16px; }

.gform_wrapper select {
  font-size: 16px;
  font-family: inherit;
  padding: 5px;
  letter-spacing: normal; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"] {
  font-size: 16px;
  padding: 5px 0 5px 10px; }

.form-amount {
  position: relative; }
  .form-amount div.instruction {
    display: none; }
  @media only screen and (min-width: 320px) {
    .form-amount .gfield_description {
      left: 50%;
      position: absolute;
      top: 0;
      font-size: 14px !important; } }
  @media only screen and (min-width: 480px) {
    .form-amount .gfield_description {
      left: 70%; } }
  @media only screen and (min-width: 768px) {
    .form-amount .gfield_description {
      left: 85%; } }

@media only screen and (min-width: 320px) {
  .form-gender {
    margin-top: 20px; }
    .form-gender label, .form-gender .ginput_container {
      float: left; }
    .form-gender label {
      margin-top: 0 !important; } }
  @media only screen and (min-width: 320px) and (min-width: 320px) {
    .form-gender .ginput_container {
      margin-left: 0;
      clear: both; } }
  @media only screen and (min-width: 320px) and (min-width: 480px) {
    .form-gender .ginput_container {
      clear: none; } }
  @media only screen and (min-width: 320px) and (min-width: 768px) {
    .form-gender .ginput_container {
      margin-left: 20px; } }
  @media only screen and (min-width: 320px) and (min-width: 320px) {
    .form-gender .ginput_container ul li {
      display: inline-block;
      margin-left: 0 !important;
      margin-right: 5px; } }
  @media only screen and (min-width: 320px) and (min-width: 480px) {
    .form-gender .ginput_container ul li {
      margin-left: 20px !important;
      margin-right: 0; } }

.gform_wrapper div.charleft {
  font-size: 11px;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important;
  white-space: nowrap !important; }

@media only screen and (min-width: 320px) {
  .form-house-number,
  .form-house-add,
  .form-postcode,
  .form-address {
    float: left;
    width: 100%;
    clear: none !important; }
    .form-house-number .ginput_container input,
    .form-house-add .ginput_container input,
    .form-postcode .ginput_container input,
    .form-address .ginput_container input {
      width: 100% !important; } }

@media only screen and (min-width: 320px) {
  .form-house-number,
  .form-postcode,
  .form-house-add,
  .form-address {
    padding-left: 0; } }
@media only screen and (min-width: 768px) {
  .form-house-number,
  .form-postcode,
  .form-house-add,
  .form-address {
    padding-right: 5px; } }

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  line-height: 1 !important;
  font-size: 16px; }

.gfield label {
  font-size: 16px;
  font-weight: normal !important; }

@media only screen and (min-width: 320px) {
  .gform_wrapper .gfield_checkbox li label,
  .gform_wrapper .gfield_radio li label {
    margin-left: 5px !important; } }
@media only screen and (min-width: 768px) {
  .gform_wrapper .gfield_checkbox li label,
  .gform_wrapper .gfield_radio li label {
    margin-left: 5px !important; } }

.gform_wrapper ul {
  margin: 0;
  list-style-type: none; }

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  margin: 0;
  line-height: 1.3em;
  padding: 0; }

/*.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: block;
  margin: 0 0 0 24px;
  padding: 0;
  width: auto;
  line-height: 1.5;
  vertical-align: top;
}*/
@media only screen and (min-width: 320px) {
  div.gform_wrapper ul.gfield_radio li input[type="radio"],
  div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
    width: auto;
    height: auto; } }
@media only screen and (min-width: 768px) {
  div.gform_wrapper ul.gfield_radio li input[type="radio"],
  div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
    width: auto;
    height: auto; } }

@media only screen and (min-width: 320px) {
  div.gform_wrapper .gfield_radio li input[type="radio"] {
    margin-top: 0; } }
@media only screen and (min-width: 768px) {
  div.gform_wrapper .gfield_radio li input[type="radio"] {
    margin-top: 2px; } }

@media only screen and (min-width: 320px) {
  .gfield_radio li label,
  .gfield_checkbox li label {
    margin-top: 5px !important; } }
@media only screen and (min-width: 768px) {
  .gfield_radio li label,
  .gfield_checkbox li label {
    margin-top: 0 !important; } }

.gform_wrapper .gform_footer {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 16px;
  border: none; }

.content-form-container {
  padding: 0 50px !important;
  margin: 50px 0 !important; }

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 100% !important; } }
@media only screen and (min-width: 768px) {
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 47% !important; } }

@media only screen and (min-width: 320px) {
  .gform_wrapper ul.gform_fields > li div.ginput_container input.medium {
    width: 100% !important; } }

.gfield_error div {
  margin-top: 0 !important; }

.entry-content .gform_wrapper .gform_body ul li::before {
  content: " ";
  font-size: inherit;
  margin: 0px; }

.gform_button {
  font-size: 16px !important; }

.validation_error,
.validation_message {
  color: #D51317;
  font-size: 16px; }

.gform_confirmation_message {
  font-size: 16px; }

/* ADDON CUSTOMISED GRAVITY-FORM BLOCK
   ========================================================================== /
*/
.gform_wrapper .entry-content ul li::before {
  content: ""; }

.ginput_container input {
  background-color: #eeeeee;
  height: 32px;
  line-height: 16px;
  margin-top: 5px; }
  .ginput_container input:focus {
    border-bottom: 2px solid #D51317; }

.form-title h1 {
  color: #D51317; }

/* ADDON HERO BLOCK
   ========================================================================== /
*/
@media only screen and (min-width: 320px) {
  .container-hero-block {
    background-color: #D51317; } }

@media only screen and (min-width: 320px) {
  .add-hero-block p {
    color: #FFFFFF; } }

@media only screen and (max-width: 768px) {
  .add-hero-block .col-md-12 {
    /*padding: 0;*/ } }

@media only screen and (min-width: 320px) {
  .container-hero-block {
    padding: 50px 20px;
    min-height: 100px;
    /*margin: 0;*/ } }
@media only screen and (min-width: 480px) {
  .container-hero-block {
    padding: 100px 100px;
    /*margin: 0 15px;*/ } }
@media only screen and (min-width: 768px) {
  .container-hero-block {
    padding: 100px 100px;
    /*margin: 0;*/ } }
@media only screen and (min-width: 992px) {
  .container-hero-block {
    padding: 100px 200px 150px 250px; } }
@media only screen and (min-width: 1200px) {
  .container-hero-block {
    padding: 200px; } }
.container-hero-block p {
  font-family: "museosansrounded-100"; }
  .container-hero-block p.left {
    text-align: left; }
  .container-hero-block p.center {
    text-align: center; }
  .container-hero-block p.right {
    text-align: right; }

@media only screen and (min-width: 320px) {
  .add-hero-block p {
    margin-bottom: 5px;
    line-height: 1.2em; } }

@media only screen and (min-width: 320px) {
  .add-hero-block strong {
    font-size: inherit;
    font-weight: 900;
    font-family: "museosansrounded-300"; } }

@media only screen and (min-width: 320px) {
  .quote-small {
    font-size: 1em; } }

@media only screen and (min-width: 320px) {
  .quote-medium {
    font-size: 1.1em;
    line-height: 1.3em; } }
@media only screen and (min-width: 768px) {
  .quote-medium {
    font-size: 1.5em;
    line-height: 1em; } }

@media only screen and (min-width: 320px) {
  .quote-large {
    font-size: 1.2em;
    line-height: 1.3em; } }
@media only screen and (min-width: 768px) {
  .quote-large {
    font-size: 2em;
    line-height: 1em; } }

/* ADDON IMAGE BLOCK
   ========================================================================== /
*/
.content-image {
  overflow: hidden; }
  @media only screen and (min-width: 320px) {
    .content-image img {
      position: relative;
      height: 450px;
      margin-left: -260px; } }
  @media only screen and (min-width: 480px) {
    .content-image img {
      height: 550px; } }
  @media only screen and (min-width: 768px) {
    .content-image img {
      height: auto;
      width: 100%;
      margin-left: 0; } }

@media only screen and (min-width: 320px) {
  .content-image .image_caption {
    bottom: 40px;
    font-size: 2em;
    margin-right: 20px;
    position: absolute;
    right: 0;
    width: 80%;
    text-align: right; } }
@media only screen and (min-width: 480px) {
  .content-image .image_caption {
    bottom: 60px;
    right: 10px;
    width: 160px; } }
@media only screen and (min-width: 768px) {
  .content-image .image_caption {
    right: 10px;
    bottom: 50px;
    width: 60%; } }
@media only screen and (min-width: 992px) {
  .content-image .image_caption {
    right: 5px;
    bottom: 10px;
    width: 160px; } }

@media only screen and (max-width: 767px) {
  .add-campaign-banner .col-md-12 {
    padding: 0; } }

@media only screen and (min-width: 320px) {
  .campaign-intro {
    position: absolute;
    bottom: 100px;
    margin-left: 20px;
    width: 300px; } }
@media only screen and (min-width: 768px) {
  .campaign-intro {
    margin-left: 100px; } }
@media only screen and (min-width: 992px) {
  .campaign-intro {
    margin-left: 120px !important; } }

@media only screen and (min-width: 320px) {
  .add-campaign-banner img {
    margin-left: -160px;
    height: 400px; } }
@media only screen and (min-width: 768px) {
  .add-campaign-banner img {
    width: 100%;
    height: auto;
    margin-left: 0; } }

.content-image-banner {
  width: 100%; }

@media only screen and (min-width: 320px) {
  .section-campaign-image {
    position: relative; }

  .campaign-intro .title {
    margin-bottom: 30px; }

  .section-campaign-details {
    padding: 60px 0 60px 250px;
    position: relative; }

  .title-campaign {
    font-size: 4em;
    margin-bottom: 5px; }

  .title-campaign-sub {
    margin: 0 0 25px; }

  .content-campaign p {
    font-size: 3em; } }
@media only screen and (min-width: 320px) {
  .campaign-intro-left {
    margin: 0 auto;
    bottom: 100px;
    position: absolute;
    width: 300px;
    left: 0;
    right: 0; } }
@media only screen and (min-width: 768px) {
  .campaign-intro-left {
    margin: 0 0 0 100px;
    left: auto;
    right: auto; } }
.campaign-intro-left .title {
  margin-bottom: 30px; }

@media only screen and (min-width: 320px) {
  .campaign-intro-right {
    right: 0;
    left: 0;
    bottom: 100px;
    position: absolute;
    width: 300px;
    margin: 0 auto; } }
@media only screen and (min-width: 768px) {
  .campaign-intro-right {
    right: 100px;
    left: auto;
    margin: 0; } }
.campaign-intro-right .title {
  margin-bottom: 30px; }

@media only screen and (min-width: 320px) {
  .campaign-intro-center {
    right: 0;
    left: 0;
    bottom: 100px;
    position: absolute;
    width: 300px;
    margin: 0 auto; } }
.campaign-intro-center .title {
  margin-bottom: 30px; }

/* ADDON CUSTOMISED IMAGE BLOCK
   ========================================================================== /
*/
@media only screen and (min-width: 320px) {
  .content-image .image_caption,
  .section-campaign-details,
  .h1.title.title-campaign,
  .add-img-block a.button,
  .section-campaign-details .title {
    color: #FFFFFF; } }

@media only screen and (min-width: 320px) {
  .section-campaign-details {
    background-color: #D51317; }

  .list-campaign strong {
    font-family: 'MuseoSansRounded-500'; } }
@media only screen and (min-width: 320px) {
  #js-caption-link {
    background: url("../img/info-sprite.png") 0px -38px no-repeat;
    bottom: 50px;
    cursor: pointer;
    height: 38px;
    position: absolute;
    right: 60px;
    width: 39px;
    z-index: 30; } }
@media only screen and (min-width: 992px) {
  #js-caption-link {
    bottom: 20px; } }

#js-caption-link:hover {
  background: url("../img/info-sprite.png") 0px 0px no-repeat; }

@media only screen and (min-width: 320px) {
  .js-image-caption-info {
    display: none;
    background: #FFFFFF;
    bottom: 105px;
    font-size: 15px;
    max-width: 90%;
    padding: 20px 30px;
    position: absolute;
    right: 5%;
    z-index: 30; } }
@media only screen and (min-width: 992px) {
  .js-image-caption-info {
    bottom: 75px;
    right: 40px;
    max-width: 500px; } }

@media only screen and (min-width: 320px) {
  .triangle-bottom {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    position: absolute;
    right: 30px; } }
@media only screen and (min-width: 768px) {
  .triangle-bottom {
    right: 10px; } }

/* ADDON SEPARATOR BLOCK
   ========================================================================== /
*/
.border-upper {
  background-color: #D51317; }

.border-under {
  background-color: #FFFFFF; }

.separator-container {
  width: 100%; }

.border-upper,
.border-under {
  height: 100px;
  margin: 0 auto;
  width: 100%; }

/* WP EDITOR
   ========================================================================== /
*/
@media only screen and (min-width: 320px) {
  .content-text-container,
  .content-form-container {
    margin: 0 auto 0px;
    background-color: #FFFFFF;
    padding-bottom: 30px;
    width: 100%;
    display: inline-block; } }
@media only screen and (min-width: 768px) {
  .content-text-container,
  .content-form-container {
    padding-bottom: 50px;
    margin-bottom: 0px; } }

@media only screen and (min-width: 320px) {
  .border-white-container {
    float: left;
    width: 100%;
    position: relative;
    z-index: 50;
    margin-top: -30px; } }
@media only screen and (min-width: 480px) {
  .border-white-container {
    margin-top: -40px; } }
@media only screen and (min-width: 992px) {
  .border-white-container {
    margin-top: -50px; } }

@media only screen and (min-width: 320px) {
  .border-white {
    margin: 0 auto;
    background-color: #FFFFFF;
    height: 30px;
    width: 100%;
    position: relative;
    z-index: 999; } }
@media only screen and (min-width: 480px) {
  .border-white {
    height: 40px; } }
@media only screen and (min-width: 992px) {
  .border-white {
    height: 50px; } }

@media only screen and (min-width: 320px) {
  .border-container-bottom {
    position: relative; } }
@media only screen and (min-width: 480px) {
  .border-container-bottom {
    bottom: -40px; } }
@media only screen and (min-width: 992px) {
  .border-container-bottom {
    bottom: -50px; } }

/* ADDON VIDEO BLOCK
   ========================================================================== /
*/
@media only screen and (min-width: 320px) {
  .play-video {
    position: absolute;
    display: inline-block;
    font-size: 70px;
    top: 40%;
    left: -35px;
    margin-left: 50%;
    z-index: 1000;
    color: #FFFFFF;
    cursor: pointer; } }
@media only screen and (min-width: 480px) {
  .play-video {
    font-size: 100px;
    top: 40%;
    left: 50%;
    margin-left: -50px; } }

@media only screen and (min-width: 320px) {
  .play-video2 {
    position: absolute;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-size: 100px;
    top: 47%;
    left: -55px;
    margin-left: 50%;
    z-index: 1000;
    color: #FFFFFF;
    cursor: pointer; } }
@media only screen and (min-width: 480px) {
  .play-video2 {
    font-size: 100px;
    top: 50%;
    left: -50px;
    margin-left: 50%; } }
@media only screen and (min-width: 768px) {
  .play-video2 {
    left: -5%;
    margin-top: 0; } }
@media only screen and (min-width: 992px) {
  .play-video2 {
    top: 50%; } }
@media only screen and (min-width: 1200px) {
  .play-video2 {
    margin-left: -50px;
    left: 50%; } }

.play-video-black {
  color: #000000; }

@media only screen and (min-width: 320px) {
  .video-big {
    visibility: hidden;
    height: 0; } }
@media only screen and (min-width: 768px) {
  .video-big {
    visibility: visible;
    height: auto; } }

@media only screen and (min-width: 320px) {
  .video-small {
    visibility: visible;
    height: auto; } }
@media only screen and (min-width: 768px) {
  .video-small {
    visibility: hidden;
    height: 0; } }

#image_launcher {
  cursor: pointer; }

img.play_button {
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 40px; }

/* ADDON VIDEO BLOCK
   ========================================================================== /
*/
@media only screen and (min-width: 320px) {
  .play-issuu {
    position: absolute;
    background: url("../img/issuu_icon.png") repeat scroll 0 0/50px 50px rgba(255, 255, 255, 0);
    display: inline-block;
    height: 50px;
    top: 40%;
    left: -35px;
    margin-left: 50%;
    z-index: 99999;
    color: #FFFFFF;
    cursor: pointer;
    width: 50px; } }
@media only screen and (min-width: 480px) {
  .play-issuu {
    font-size: 100px;
    top: 40%;
    left: 50%;
    margin-left: -50px; } }
@media only screen and (min-width: 768px) {
  .play-issuu {
    background: url("../img/issuu_icon.png") repeat scroll 0 0/100px 100px rgba(255, 255, 255, 0);
    width: 100px;
    height: 100px; } }

.play-issuu-black {
  background-image: url("../img/issuu_icon.png"); }

.play-issuu-white {
  background-image: url("../img/issuu_icon_white.png"); }

.issuuembed > div div:first-child {
  height: 100% !important; }

.issuuembed > div div:last-child {
  display: none !important; }

@media only screen and (min-width: 320px) {
  .section-countdown {
    position: relative;
    width: 100%;
    padding: 30px 0;
    background-color: #d51317; }

  .section-countdown .button {
    margin-top: 30px; }

  .content-countdown {
    position: relative;
    text-align: center; }

  .title-countdown {
    font-size: 22px;
    line-height: 28px;
    z-index: 999;
    margin: 0;
    text-align: center;
    color: #FFFFFF;
    font-family: 'MuseoSans-100'; }

  h3.title-countdown {
    font-size: 16px;
    line-height: 22px; }

  .section-button {
    width: 300px;
    text-align: center;
    margin: 20px auto; } }
@media only screen and (min-width: 768px) {
  .section-countdown {
    padding: 0px 0 60px; }

  .title-countdown {
    font-size: 80px;
    line-height: 100px; }

  h3.title-countdown {
    font-size: 28px;
    line-height: 64px; }

  .section-page-content {
    padding: 50px 0;
    margin-top: 0; }

  .section-page-content .content {
    width: 100%; }

  .section-page-content-home .entry-content {
    margin-left: 145px; }

  .section-page-content-home .entry-content li {
    list-style-type: bullet; }

  .input-xxlarge {
    height: 120px; }

  .caution_message {
    display: none; } }
.inside > .ui-widget-content {
  border: 0 !important; }

.widget-title.ui-draggable-handle {
  background-color: #fafafa !important;
  color: #23282d !important;
  border-radius: 0 !important; }

#widget-components .ui-accordion .ui-draggable .ui-accordion-header > span {
  display: none; }

#widget-components .ui-accordion .ui-draggable .ui-corner-top {
  border-radius: 0 !important; }

#widget-components .ui-accordion .ui-draggable .ui-corner-all {
  border-radius: 0 !important; }

#widget-components .ui-accordion .ui-draggable .ui-accordion-header-active {
  border: 1px solid #D3D3D1 !important; }

#widget-components .ui-accordion .ui-draggable .ui-accordion-header:hover {
  border: 1px solid #aaaaaa !important; }

.countdown-rtl {
  direction: rtl; }

.countdown-holding span {
  color: #888; }

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center; }

.countdown-show1 .countdown-section {
  width: 98%; }

.countdown-show2 .countdown-section {
  width: 48%; }

.countdown-show3 .countdown-section {
  width: 32.5%; }

.countdown-show4 .countdown-section {
  width: 24.5%; }

.countdown-show5 .countdown-section {
  width: 19.5%; }

.countdown-show6 .countdown-section {
  width: 16.25%; }

.countdown-show7 .countdown-section {
  width: 14%; }

.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center; }

.countdown-amount {
  font-size: 200%; }

.countdown-period {
  display: block; }

.countdown-descr {
  display: block;
  width: 100%; }

.content-countdown h3.title-countdown {
  color: #ffffff; }

.xdsoft_flipcountdown {
  display: inline-block; }

.xdsoft_flipcountdown .xdsoft_digit {
  float: left;
  background-repeat: no-repeat; }

.xdsoft_flipcountdown .xdsoft_clearex {
  clear: both;
  float: none; }

.xdsoft_flipcountdown > .xdsoft_digit {
  background-position: 0 0; }

.xdsoft_flipcountdown > .xdsoft_digit.xdsoft_separator, .xdsoft_flipcountdown > .xdsoft_digit.xdsoft_dot {
  opacity: 0.9; }

.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit {
  width: 53px;
  height: 76px;
  background-image: url(./img/digit-lg.png); }

.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_dot {
  width: 14px;
  background-position: -19px -5082px; }

.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_dot {
  background-position: -41px -5082px; }

.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_space {
  background-position: -100px -5082px; }

.xdsoft_flipcountdown.xdsoft_size_md > .xdsoft_digit {
  width: 36px;
  height: 51px;
  background-image: url(./img/digit-md.png); }

.xdsoft_flipcountdown.xdsoft_size_md > .xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_md > .xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_md > .xdsoft_digit.xdsoft_dot {
  width: 10px;
  background-position: -13px -3432px; }

.xdsoft_flipcountdown.xdsoft_size_sm > .xdsoft_digit {
  width: 24px;
  height: 34px;
  background-image: url(./img/digit-sm.png); }

.xdsoft_flipcountdown.xdsoft_size_sm > .xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_sm > .xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_sm > .xdsoft_digit.xdsoft_dot {
  width: 10px;
  background-position: -6px -2310px; }

.xdsoft_flipcountdown.xdsoft_size_xs > .xdsoft_digit {
  width: 16px;
  height: 23px;
  background-image: url(./img/digit-xs.png); }

.xdsoft_flipcountdown.xdsoft_size_xs > .xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_xs > .xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_xs > .xdsoft_digit.xdsoft_dot {
  width: 5px;
  background-position: -5px -1584px; }

/*# sourceMappingURL=hivos-addons.css.map */
