@charset "UTF-8";

/**
 * Theme Name: Pop Slide
 * Version: 1.0.0
 * Theme URL: https://sequencejs.com/themes/pop-slide/
 *
 * A colorful sliding theme for feature images, with highlighted pagination
 * and drop-in titles.
 *
 * This theme is powered by Sequence.js - The
 * responsive CSS animation framework for creating unique sliders,
 * presentations, banners, and other step-based applications.
 *
 * Author: Ian Lunn
 * Author URL: https://ianlunn.co.uk/
 *
 * Theme License: https://sequencejs.com/licenses/#free-theme
 * Sequence.js Licenses: https://sequencejs.com/licenses/
 *
 * Copyright © 2015 Ian Lunn Design Limited unless otherwise stated.
 */


body,
html,
.seq {
  height: 100% !important;
  max-height: 100% !important;
}

.seq {
  position: relative;
top:-120px !important;
	/* Dimensions */
  height: 442px;
  width: 100%;
  max-width: 100%;
  /* Hide anything that goes beyond the boundaries of the Sequence container */
  overflow: hidden;
  /* Center the Sequence container on the page */
  margin: 0;
  padding: 0;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none
}

.seq.seq-active .seq-preloader {
  background: black;
}

.seq .seq-preload-circle {
  fill: #d4d477;
}

.seq .seq-pagination {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
	 font-family: 'PT Sans', sans-serif;
    text-align: center;
}

.seq .seq-pagination > * {
  position: relative;
  display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 7px 7px 10px 7px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    cursor: pointer;
    line-height: 1.4;
  background: #d4d477;
  /* Image replacement */
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  /* Hardware accel */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.seq .seq-pagination > *.seq-current {
  background: #031792;
}

.seq .seq-pagination > * a {
  display: block;
	font-size: 0;
  width: 100%;
  height: 100%;
}

.seq .seq-screen,
.seq .seq-canvas,
.seq .seq-canvas > * {
  /* Reset the canvas and steps for more browser consistency */
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.seq .seq-canvas {
  /**
   * Make the canvas the same dimensions as the container and prevent lines
   * from wrapping so each step can sit side-by-side
   */
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
}

.seq .seq-canvas > * {
  /* Make the steps the same size as the container and sit side-by-side */
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  font-size: 16px;
  background-size: auto 120%;
	background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}



.seq small {
  /* Image credits */
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  color: white;
}

.seq small a {
  color: white;
}

.seq small a:hover {
  text-decoration: none;
}

.seq .seq-title {
  display: block;
  position: relative;
  z-index: 3;
  top: 80%;
  left: 0;
  width: 90%;
  margin-left: 2%;
  padding: 3%;
  line-height: 1.2;
  background: rgba( 212, 212, 119, 0.9 );
  text-align: center;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px
}

  .seq .seq-title h2 {
	  font-weight: bold;
	  color: #031792;
	    font-family: 'PT Sans', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-align: center;
  }
	
  .seq .seq-title h3 {
	  font-weight: normal;
	  color: #031792;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
  }

  .seq .seq-title h3 span a {
	  font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
  }

  .seq .seq-title .seq-button {
  position: relative;
  padding: .3em .5em;
  background: #031792;
	border: 1px solid #031792;
  color: white;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
    margin:2% 35% 0 35%;
   bottom: 0;
    display: block;
	  font-size: 18px
	}

.seq .seq-title .seq-button:focus,
.seq .seq-title .seq-button:hover {
  background: none;
	border: 1px solid #031792;
	color: #031792 !important;
  color: white;
}

.seq.seq-active {
  /* When JS is enabled */
}

.seq.seq-active .seq-pagination {
  visibility: visible;
}

.seq.seq-active .seq-title {
  bottom: 70px;
}


@media only screen and (min-width: 640px) {
  .seq {
    /* Make the container 16:9 but no bigger than 90% of the screen height */
  }

  .seq:before {
    /* Make an element a certain aspect ratio */
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  .seq .seq-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

}

@media only screen and (min-width: 768px) {
	
.seq {
    position: relative;
    height: auto;
    max-height: 100vh;
    min-height: 360px;
	}
	
.seq .seq-canvas > * {
  background-size: cover;
}

	.seq.seq-active .seq-title {
    bottom: auto;
    -webkit-transform: translateY(1000px) translateZ(0);
    -ms-transform: translateY(1000px) translateZ(0);
    transform: translateY(1000px) translateZ(0);
  }

  .seq .seq-title {
    width: auto !important;
	  max-width: 40%;
    top: 75%;
    left:29%;
	  background: rgba(212,212,119,0.9);
    margin-left: 0;
	  padding: 1%;
    bottom: auto;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  }

	  .seq .seq-left {
    left:-50% !important;
    
  }

  .seq .seq-title .seq-button {
	}

  .seq .seq-title h2 {
	  font-weight: bold;
	  color: #031792;
	    font-family: 'PT Sans', sans-serif;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 22px;
    text-align: center;
  }
	
  .seq .seq-title h3 {
	  font-weight: normal;
	  color: #031792;
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
  }

  .seq .seq-title h3 span a {
	  font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
  }


  .seq small {
    top: auto;
    bottom: 10px;
  }

  .seq.seq-active small {
    bottom: 70px;
  }

  .seq .seq-in {
    /* Animate in positions for content */
  }

  .seq .seq-in .seq-title {
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }

  .seq .seq-out {
    /* Animate out positions for content */
  }

  .seq .seq-out .seq-title {
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }

  .seq .seq-pagination > * {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    list-style: none;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 7px 7px 10px 7px;
    cursor: pointer;
    line-height: 1.4;
    background: #d4d477;
    color: white;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: width;
    transition-property: width;
  }

  .seq .seq-pagination > * a {
    /* Overflow text with an ellipsis (...) */
	  font-size: 0;
	  font-family: 'PT Sans', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    text-decoration: none;
  }

  .seq .seq-pagination > *.seq-current {
    background: #031792;
  }

}


@media only screen and (max-width: 1400px) and (min-width: 769px) {

   .seq .seq-title .seq-button {
	}

	.seq .seq-title {
    left:19%;
		max-width: 60%

	}
	.seq .seq-title h2 {
	  font-weight: bold;
	  color: #031792;
	  font-family: 'PT Sans', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-align: center;
  }
	
  .seq .seq-title h3 {
	  font-weight: normal;
	  color: #031792;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
  }

  .seq .seq-title h3 span a {
	  font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
  }
}


@media (max-width:1350px) {
	/*.seq-pagination { display: none !important }*/
	.seq { top:-120px !important}
}

@media (max-width:640px) {
	/*.seq-pagination { display: none !important }*/

.seq .seq-canvas > * {
  background-size: auto 100%;
}
}



/*# sourceMappingURL=sequence-theme.pop-slide.css.map */