/* general */
._clear {
  clear: both;
}

/* home page icons */
._hpicons {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left:-20px;
}
._hpicons ._icon {
  float: left;
  width: 14.5%;
  margin-right: 14px;
  text-align: center;
}
._hpicons ._icon img {
  /* width: 100%; */
  margin-bottom: 5px;
}
._hpicons ._icon01 {
  margin-left: 15px;
}
._hpicons ._icon06 {
  margin-right: 0px !important;
}
._hpicons ._icon-label {
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

/* home page calendar */
.calendarWrapper .list-wrapper .list-date {
  width: 20%;
  margin-right: 2%;
  float: left;
  font-size: 15px;
  text-align: center;
  color: #000;
}
.calendarWrapper .list-wrapper .list-details {
  width: 78%;
  float: left;
  margin-bottom: 5px;
}
.calendarWrapper .list-wrapper .list-details .list-title {
  margin: 0px 0px 2px 0px !important;
}
.calendarWrapper .list-wrapper .list-details .list-title h4 {
  margin: 0px 0px 2px 0px !important;
  font-size: 1em !important;
  line-height: 1.4em !important;
  padding-top: 1px !important;
}

.calendarWrapper .list-wrapper .list-details .list-location {font-weight: 600;}


/* event */
.eventsWrapper .list-image {
  float: left;
  width: 120px;
  overflow: hidden;
  margin-right: 20px;
}
.eventsWrapper .list-image img {
  width: 120px;
}
.eventsWrapper .list-details {
  float: left;
  width: 778px;
  margin-bottom: 20px;
}
.eventsWrapper .list-details .list-title {
  margin: 0px 0px 5px 0px !important;
}

.list-buttons {
  margin-top: 10px;
}
.list-buttons table {
  float: left;
  margin-right: 20px;
}

/* event details */
.eventDetail .itemImage {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.eventDetail .itemImage img {
  width: 260px;
}

#rightcolumn .tiff-box ul {margin-left: 2px;}
#rightcolumn .tiff-box ul li {list-style: none;}

#rightcolumn #c551902 {border-top: 1px solid #0198ab; border-bottom: 1px solid #0198ab; padding-top: 5px; padding-bottom: 5px; background: none;}
#rightcolumn #c551902 .csc-header {background: #0198ab; margin-left: -10px; margin-right: -10px; padding-top: 9px; padding-bottom: 1px;}



/* #########################################################################################   SLICK GALLERY */

.icon-photo {position: absolute; left: 14px; top: 16px;}

.fade {width: 670px; max-height: 196px; float: left; overflow: hidden; margin-right: 0px;}

.fade div {/*overflow:hidden;*/ max-height: 196px;}
.fade img {width: 100%; margin: 0px 15px;}

.fade .fa-angle-left, 
.fade .fa-angle-right {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
    height: 196px;
    top: 96px;
    width: 15px;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.fade .fa-angle-left:hover, 
.fade .fa-angle-right:hover {background: rgba(255, 255, 255, 0.8);}

.fade .fa-angle-left:before, 
.fade .fa-angle-right:before {
    content: "\f105";
    color: #808080;
    top: 45%;
    position: relative;
    left: 4px;
    font-size: 35px;
}
.fade .fa-angle-left:before {
    content: "\f104";
}

.fade .fa-angle-left {left: 0px;}
.fade .fa-angle-right {right: 0px;}

.fade .slick-cont {position: relative; width: 258px;}
.fade .slick-cont .caption {
    position: absolute; 
    min-height: 84px; 
    bottom: 0; 
    /* background: rgba(0,0,0,0.3); */ 
    color: #ffffff; 
    width: auto; 
    padding: 20px 25px; 
    font-size: 1.1em; 
    font-weight: 600; 
    text-shadow:1px 1px 3px rgba(0,0,0,0.3)
}


span.list-label {font-weight: bold; font-size: 0.95em;}

/* form */

#id_form_dyna_fee .field-float .dyna_form_data{
  float:left;
  margin-right:10px;
} 

#id_form_dyna_fee .field-2cols .dyna_form_data{
  width:49%;
  margin-right:0px;
}

#id_form_dyna_fee .field-3cols .dyna_form_data{
  width:33%;
  margin-right:0px;
}

#id_form_dyna_fee .note{
  padding: 5px;
  border: 1px solid #e3e3e3;
  background: #f9f7f7;
  font-size: 11px;
  margin-bottom: 30px;
}

#id_form_dyna_fee label.error {
  clear: both;
  display: block;
}

#c555353 #div_static_info_country{
    height: 200px;
    overflow: auto;
}
