section#top-banner .swiper-container {
  width:920px;
  height:400px;
}

section#top-banner .swiper-slide .info-title {
  background-color:#fff;
}

section#top-banner .swiper-slide .info-title h1 {
  margin-bottom:5px !important;
}

section#top-banner .swiper-slide div.info {
  bottom:10px;
}

section#top-banner .pagination {
  right:10px;
  left:auto;
}

section#top-banner .info-body {
  padding:0;
  background-color:transparent;
  font-size: 1.25em;
  padding-bottom: 10px;
}


a.jcarousel-control-prev {
    background: rgba(0, 0, 0, 0) url(images/left-arrow.png) no-repeat scroll left top;
    display: block;
    height: 30px;
    left: -5px;
    position: absolute;
    top: 43px;
    width: 31px;
}


a.jcarousel-control-next {
    background: rgba(0, 0, 0, 0) url(images/right-arrow.png) no-repeat scroll left top;
    display: block;
    height: 30px;
    position: absolute;
    right: -5px;
    top: 43px;
    width: 31px;
}

a.jcarousel-control-prev:hover {
   width:31px;
    height:30px;
    background: rgba(0, 0, 0, 0) url(images/left-arrow.png) no-repeat scroll left top;
    display:block;
}

a.jcarousel-control-next:hover {
    width:31px;
    height:30px;
    background: rgba(0, 0, 0, 0) url(images/right-arrow.png) no-repeat scroll left top;
    display:block;
}


#c473191 img {
  margin-top: 23px;
}

/**/
.select2-input {
    border: 0px !important;
}

/*JOIN THE COMMUNITY DIV*/

#c515974 {
    background-color: #0d6cac;
    padding: 10px 0px 10px 0px;
}

#c515974 h3 {
    border-top: 0px;
    text-align: center;
    margin-bottom: 0px;
}

#c515974 a {
    color: #fff;
}



/*    search form      */

div.search-freetext-container {
   margin:15px;
   font-size:14px;
}

div.search-freetext-container #idsearchString {
   border-radius: 4px;   
   border: 1px solid #bfbfbf;
   height:26px;
   padding:5px;
}

fieldset.search-container {
   margin:15px 5px;
   padding:10px;
   border: 1px solid $C4C4C4;
   border-radius: 10px;   
}

div.search-item {
   padding:5px;
}

div.search-item-label {
   width:25%;
   float:left;
}

div.search-item-select {
   width:75%;
   float:left;
}

div.search-item-select select {
   width:100%;
}

#idApplyFilter {
   margin:5px;
}


li.select2-selection__choice {
   background-color: white !important;
}
