@import url(https://fonts.googleapis.com/css?family=Roboto:300);
.layout-container {
  overflow: visible
}
.main-section-container {
  position: relative;
  background: #fff;
  overflow: hidden;
/* padding-bottom: 20px;
  margin-top: -20px; */
  margin: 1rem 0;
  z-index: 5;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4)
}
/* @media screen and (max-width:1200px) {
  .main-section-container {
    margin: 0;
    padding-top: 20px
  }
} */
.main-section {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 0 15px;
  z-index: 2
}
.main-section-content h2 {
  padding-bottom: 5px
}
.sidebar {
  background: #f0f0f0;
  border: 1px solid #e4e1d8;
  border-right: 0;
  padding: 12px 20px
}
.sidebar img .float-right {
  margin-right: 15px;
  margin-top: 5px;
  max-width: 125px;
  max-height: 125px;
  float: right;
  padding: 1em;
  width: auto
}
.sidebar .side {
  font-size: 18px;
  font-weight: 400
}
.sidebar article {
  border-top: 1px solid #0a7aad;
  overflow: auto;
  padding: 20px 0 0;
  margin: 5px 0 10px
}
.side-header h2 {
  margin-bottom: 25px;
  clear: both
}
.flexslider {
  margin: 1rem 0;
/* margin: 0 -40px;
  width: 1280px;
  overflow: hidden;
  height: 400px;
  z-index: 1 */
}
/* @media screen and (max-width:500px) {
  .flexslider {
    margin: 0 0 25px;
    overflow: visible
  }
  .flexslider .flex-caption {
    font-size: 14px
  }
} */
/* @media screen and (max-width:1200px) {
  .flexslider {
    margin: 0;
    width: 100%;
    overflow: hidden;
    height: auto
  }
} */
.flexslider .flex-controls {
  position: relative;
  top: -400px
}
@media screen and (max-width:500px) {
  .flexslider .flex-controls {
    height: 0 !important;
    position: relative;
    top: 130px
  }
}
@media screen and (max-width:1200px) {
  .flexslider .flex-controls {
    position: relative;
    top: 0
  }
}
