@charset "UTF-8";

/**
 * Theme Name: Basic
 * Version: 1.0.0
 * Theme URL: http://sequencejs.com/themes/basic/
 *
 * A simple, colorful side-to-side slider
 *
 * 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: http://ianlunn.co.uk/
 *
 * Theme License: http://sequencejs.com/licenses/#free-theme
 * Sequence.js Licenses: http://sequencejs.com/licenses/
 *
 * Copyright © 2015 Ian Lunn Design Limited unless otherwise stated.
 */
 
@import url(https://fonts.googleapis.com/css?family=Rock+Salt);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300);

body,
html,
.seq {
  /* Uncomment to make the theme full-screen */
   width: 100% !important; 
   max-width: 100% !important; 
   height: 100% !important; 
   max-height: 100% !important;
   font-family: 'Lato', sans-serif;
   font-weight: 300;
   cursor: default;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 300;
}

b{
	font-weight: 400;	
	font-size: 1.2em;
}

.script{
	font-family: 'Rock Salt', serif;
	letter-spacing: 0.05em;
}

.fineprint{
	font-size: 0.9em;	
	margin-top: 0px;
}

.light{
	display:inline-block;
	font-weight: 300;
	font-size: 0.8em;
	margin-bottom: 20px;	
}

.fineprint a{
	color: #113dcd;	
}

.red{
	position: relative;
	color: #F00;	
}

.blue{
	position: relative;
	color: #113dcd;	
}

.green{
	position: relative;
	color: #208d1b;	
}

.black{
	position: relative;
	color: #000;	
}

.script span::after{
	content: "";
	position: absolute;
	bottom: 0.65em;
	left: 0px;
	right: 0px;
	border-bottom: 1px solid #ccc;
	z-index: -1;
	
}

.client{
	opacity: 0.6;
	margin-bottom: -10px;
}

.client:hover{
	opacity: 1;	
}

form .seq-subtitle{
	position: relative;
}

input, textarea{
	position: relative;
	
   font-family: 'Lato', sans-serif;
  	font-weight: 300;
	outline: none;
	display: block;
	width: 12em;
	font-size: 1.2em;
	border: 1px solid #CCC;
	margin: 10px;
	padding: 5px;
margin-left: auto;
	margin-right: auto;
}

textarea{
	height: 90px;
	margin-bottom:15px;
	resize: none;
}

::-webkit-input-placeholder {
	color: #CCC;
	font-weight: 300;
}
:-moz-placeholder {
	color: #CCC;
	font-weight: 300;
}
::-moz-placeholder {
	color: #CCC;
	font-weight: 300;
}
:-ms-input-placeholder {
	color: #CCC;
	font-weight: 300;
}

form{
	margin-top: 20px;	
}

form .seq-subtitle{
	margin-bottom: 0px;
}

.seq {
  position: relative;
  /* Dimensions */
  width: 100%;
  height: 420px;
  max-width: 100%;
  /* Center the Sequence container on the page */
  margin: 0 auto;
  padding: 0;
  /* Some basic styles */
}

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

.seq .seq-preloader {
  /*background: #279FE5;*/
  color: #333;
}

.seq .seq-pagination {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  width: 100%;
  border: none;
  text-align: center;
  opacity: 0.3;
}

.seq .seq-pagination:hover {
  opacity: 0.5;
}

.seq .seq-pagination a {
  display: block;
  width: 100%;
  height: 100%;
}

.seq .seq-pagination .seq-current {
	border-color: #333;
	display: inline-block;
}

.seq .seq-pagination > * {
  margin: 0 4px;
  padding: 0;
  display: none;
  zoom: 1;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: none;
  background-image: url(../img/arrow.png);
  background-size: contain;
  border: none;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: background-color, border-radius;
  transition-property: background-color, border-radius;
  /* Image replacement */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

/*.seq .seq-pagination > *:nth-child(1):focus,
.seq .seq-pagination > *:nth-child(1):hover {
  background-color: #de1d1d;
}

.seq .seq-pagination > *:nth-child(2):focus,
.seq .seq-pagination > *:nth-child(2):hover {
  background-color: #f08627;
}

.seq .seq-pagination > *:nth-child(3):focus,
.seq .seq-pagination > *:nth-child(3):hover {
  background-color: #f3cb0f;
}*/

.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;
  height: 100%;
  width: 100%;
  /* Reset the font-size to remove 4px from :before and .title */
  font-size: 0;
}

.seq .seq-canvas > * {
  /* Make the steps the same size as the container and sit side-by-side */
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.seq .seq-canvas > *:before {
  /* Vertically align .seq-content */
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.seq .seq-content {
  /* Default styles for content */
  display: inline-block;
  vertical-align: middle;
  max-width: 720px;
  margin: 0 4%;
  /* Reset the font-size from 0 back to 16 */
  font-size: 16px;
}

.seq .seq-button {
  display: inline-block;
  zoom: 1;
  margin-bottom: 2em;
  padding: .6em;
  color: #333;
  border: #ccc solid 1px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.seq-button.logo{
	padding: 5px;
	border-color: #e1e1e1;	
}

.seq-button.send{
	font-size: 1.2em;
	width: 12em;
	background-color: #17a6db;
	color: #FFF;
	background-image:url(../img/send.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	border: 1px solid transparent;
	cursor: pointer;
	padding: 10px;
	box-shadow: none;
	margin: 0px;
	margin-bottom: 10px;
}

.seq-button.join{
	font-size: 1.2em;
	width: 12em;
	background-color: #c423b3;
	color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	border: 1px solid transparent;
	cursor: pointer;
	padding: 10px;
	box-shadow: none;
	margin: 0px;
	margin-bottom: 10px;
	z-index: 1;
}


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

.seq .seq-button.send:focus,
.seq .seq-button.send:hover {
  background-color: white;
  border: 1px solid #17a6db;
  background-image:url(../img/send-color.png);

}

.seq .seq-button:focus,
.seq .seq-button:hover {
  background-color: white;
}

.seq .seq-step1 {
  /*background-color: #279FE5;*/
}

.seq .seq-step1 .seq-button:focus,
.seq .seq-step1 .seq-button:hover {
  color: #279FE5;
}

.seq .seq-step2 {
  /*background-color: #F96852;*/
}

.seq .seq-step2 .seq-button:focus,
.seq .seq-step2 .seq-button:hover {
  color: #F96852;
}

.seq .seq-step3 {
  /*background-color: #2BBF8E;*/
}

.seq .seq-step3 .seq-button:focus,
.seq .seq-step3 .seq-button:hover {
  color: #2BBF8E;
}

.seq .seq-title,
.seq .seq-subtitle,
.seq .seq-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.seq .seq-title,
.seq .seq-subtitle {
  margin: 0 0 .5em 0;
  display: block;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.seq .seq-title {
  font-size: 1.8em;
}

.seq.seq-active {
  /* when JS is enabled */
  /* Hide anything that goes beyond the boundaries of the Sequence container */
  overflow: hidden;
}

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

.seq.seq-active .seq-preloader.seq-preloaded {
  visibility: hidden;
}

.seq.seq-active .seq-preloader .seq-preload-circle {
  fill: #333;
}

.seq.seq-active .seq-content {
  /* Pull the content up a bit to account for the pagination */
  margin-top: -26px;
}

.seq.seq-active .seq-button {
  -webkit-transform: translateZ(0) scale(0);
  -ms-transform: translateZ(0) scale(0);
  transform: translateZ(0) scale(0);
}

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
  }

  40% {
    -webkit-transform: translateZ(0) scale(1.15);
    transform: translateZ(0) scale(1.15);
  }

  60% {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  80% {
    -webkit-transform: translateZ(0) scale(1.05);
    transform: translateZ(0) scale(1.05);
  }

  100% {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
}

@keyframes jelly {
  0% {
    -webkit-transform: translateZ(0) scale(0);
    -ms-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
  }

  40% {
    -webkit-transform: translateZ(0) scale(1.15);
    -ms-transform: translateZ(0) scale(1.15);
    transform: translateZ(0) scale(1.15);
  }

  60% {
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  80% {
    -webkit-transform: translateZ(0) scale(1.05);
    -ms-transform: translateZ(0) scale(1.05);
    transform: translateZ(0) scale(1.05);
  }

  100% {
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
}

.seq.seq-active .seq-title,
.seq.seq-active .seq-subtitle {
  /* Starting positions */
  opacity: 0;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.seq.seq-active .seq-title {
  -webkit-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.seq.seq-active .seq-subtitle {
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

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

.seq .seq-in .seq-title,
.seq .seq-in .seq-subtitle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.seq .seq-in .seq-button {
  -webkit-animation-name: jelly;
  animation-name: jelly;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

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

.seq .seq-out .seq-title,
.seq .seq-out .seq-subtitle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.seq .seq-out .seq-button {
  -webkit-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

@media only screen and (min-width: 600px) {
  .seq {
    /* Make the container 16:9 but no bigger than 90% of the screen height */
    position: relative;
    height: auto;
    height: 100%;
    max-height: 90vh;
    min-height: 420px;
  }

  .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;
  }

  .seq .seq-content {
    /* Pull the content up to account for the pagination */
    margin-top: -19px;
  }

  .seq .seq-pagination > * {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .seq .seq-title,
  .seq .seq-subtitle {
    font-size: 1.4em;
  }

  .seq .seq-title {
    font-size: 2.6em;
  }
}

/*# sourceMappingURL=sequence-theme.basic.css.map */