
.footersection {
  margin-top: 50px;
}
.footerTop {
  padding: 30px 0;
  background: #000;
}
.bottomFooter {
  padding: 15px 0;
}
.footersection li,
.footersection a,
.footersection p {
  font-size: 12px;
  color: #939598;
}
.footersection h2 {
    font-size: 15px;
    color: #f2bc1a;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.footersection h2 small {
  display: inline-block;
  width: 100%;
}
.subscriberInput {
  margin-bottom: 25px;
  display: flex;
  width: 100%;
}
.subscriberInput input {
  width: calc(100% - 40px);
  padding: 5px 12px;
  height: 40px;
  border: none;
}
.subscriberInput button {
  width: 40px;
  border-radius: 0px;
  height: 40px;
  padding: 0px;
  background: #f2bc1a !important;
  border: none;
}
.subscriberInput button img{
	width:auto;
	height:auto;
}

.socialMedia li {
  display: inline-block;
}
.socialMedia li a {
  display: inline-block;
    background: #939598 !important;
    color: #000 !important;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    border-radius: 4px;
    font-size: 15px;
    padding: 0px !important;
    line-height: unset;
    text-align: center;
}
.footerAddress li {
  padding-left: 25px;
  position: relative;
  padding-top: 2px;
}
.footerAddress li span {
  color: #f2bc1a;
  position: absolute;
  top: 0px;
  left: 0px;
}
.footerLinks {
  float: left;
  width: 50%;
}
.footerLinks li {
  line-height: 30px;
}

.eventSlider .item {
  position: relative;
}
.eventSlider iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: none !important;
}


  .mobileDisplyBlock {
    display: none !important;
  } 

@media (min-width: 768px){
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left;
		min-height: 1px; 
	}
}
.container:before{
    display: table;
    content:" ";
}
 .container:after{
    clear: both;
}
.container:after{
    display: table;
    content: " ";
}
