/**
 * Created by Tejas on 23/01/18.
 */
/*//// SLIDESHOW /////*/
.slide {
  height: 900px; }

/* overlay */
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 600;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5; }

/* prev / next links */
.cycle-prev,
.cycle-next {
  position: absolute;
  top: 0;
  width: 10%;
  opacity: 0.25;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer; }

.cycle-prev {
  left: 0;
  background: url(../images/prev-slide.png) 50% 50% no-repeat; }

.cycle-next {
  right: 0;
  background: url(../images/next-slide.png) 50% 50% no-repeat; }

.cycle-prev:hover,
.cycle-next:hover {
  opacity: .7;
  filter: alpha(opacity=70); }

.disabled {
  opacity: .5;
  filter: alpha(opacity=50); }

/* display paused text on top of paused slideshow */
.cycle-paused:after {
  content: 'Paused';
  color: white;
  background: black;
  padding: 10px;
  z-index: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  opacity: .5;
  filter: alpha(opacity=50); }

#myshow {
  width: 100%;
  /*height: 700px; */
  overflow: hidden; }
  #myshow img {
    width: 100%; }

.slide_content {
  font-family: 'Montserrat', Tahoma, sans-serif;
  padding: 2rem 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  width: 75%;
  line-height: 2rem;
  position: absolute;
  left: 12.5%;
  bottom: 2rem;
  height: auto;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  /*#DA1E32;*/ }
  .slide_content .slide_head1 {
    font-size: 3.5rem;
    margin-top: 10px; }
  .slide_content .slide_textsmall {
    font-size: 1.8rem; }

.slide_content.special {
  background-color: transparent;
  width: 100%;
  left: 0; }
  .slide_content.special .slide_head1 {
    padding: 1rem;
    font-size: 3.5rem;
    color: #0E4C8D;
    width: 100%;
    -webkit-box-shadow: 2px;
    -moz-box-shadow: 2px;
    box-shadow: 2px;
    background-color: #FBD67D; }

.teaser_text {
  font-size: 16px;
  font-family: "Work Sans", "PT Sans", sans-serif;
  line-height: 22px;
  padding-bottom: 10px;
  font-weight: 400; }

.slide {
  width: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.knowmore {
  color: #fff !important;
  border-radius: 5px;
  border: 2px solid #0E4C8D;
  background-color: #0E4C8D;
  padding: 6px 5px;
  margin-top: 10px; }
  .knowmore:hover {
    text-decoration: none; }
  .knowmore.dark {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #0E4C8D;
    padding: 5px 4px; }

.gradient1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aaaa78+0,7db9e8+100 */
  background: #aaaa78;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #aaaa78 0%, #7db9e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #aaaa78 0%, #7db9e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #aaaa78 0%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaa78', endColorstr='#7db9e8',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.desktop .img1 {
  text-align: center;
  position: relative;
  padding: 5rem; }

.desktop .img1 img {
  max-width: 500px;
  margin: 0 auto; }

.desktop .img2 {
  position: relative; }

.desktop .img2 img {
  max-width: 200px;
  margin: 0 auto; }

.desktop .modal-content {
  background: url("../images/popup/bg.jpg") no-repeat;
  width: 700px !important;
  padding-left: 250px; }

.mobile .slide_head1 {
  font-size: 2.8rem;
  line-height: 3.2rem; }

.mobile .slide_head2 {
  font-size: 1.6rem; }

.mobile .img1, .mobile .img2 {
  position: relative; }

.mobile .img1 img {
  max-width: 95%; }

.mobile .img2 img {
  max-width: 60%; }

.mobile .slide_content {
  padding: 2rem 2rem;
  background-color: rgba(255, 255, 255, 0.52);
  color: #000;
  position: relative; }

.mobile .slide_content.special {
  background-color: transparent;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 2rem; }
  .mobile .slide_content.special .slide_head1 {
    padding: 1rem;
    font-size: 3.5rem;
    color: #0E4C8D;
    width: 100%;
    -webkit-box-shadow: 2px;
    -moz-box-shadow: 2px;
    box-shadow: 2px;
    background-color: #FBD67D; }

.mobile .modal-content {
  background-color: #F8F6E8;
  background-image: none !important;
  padding-left: auto; }

.mobile .slide {
  margin-bottom: 3rem;
  height: auto; }

.mobile .slide_content {
  text-align: center; }

.close {
  opacity: 1; }

.close span {
  color: black; }

.desktop .modal-dialog {
  width: 700px; }

.slide_head1 {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }

.slide_head2 {
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  margin-bottom: 40px; }

/*rgba(141, 72, 72, 0.5)*/
@media (max-width: 768px) {
  .slide_content {
    width: 90%;
    left: 5%;
    top: 25%;
    position: absolute;
    background-color: rgba(255, 238, 228, 0.2); }
  .img1 {
    width: 100%;
    clear: both;
    position: relative;
    top: 0;
    left: 0; } }

@media screen and (min-width: 1921px) {
  .font-larger {
    font-size: 2.6rem; }
  .slide_content .slide_head1 {
    font-size: 4rem; }
  .slide_content .teaser_text {
    font-size: 2.5rem;
    line-height: 3.4rem; }
  .slide_content.special .slide_head1 {
    font-size: 5rem;
    padding: 2rem; } }
