/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
  background: #fff;
}

body, button, input, select, textarea {
  font-family: 'Circular', sans-serif;
  color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
}

a:visited {
  color: #000;
}

a:hover {
  color: #505050;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
}

a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

p {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  line-height: 1.6em;
}

b, strong {
  font-weight: bold;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Main
   ========================================================================== */
header {
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding-bottom: 5%;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

.intro .container {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

.intro {
  position: absolute;
  background: #4a71b7;
  width: 100%;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}

#phone {
  display: none;
}

.computer-background img {
  max-width: 90%;
  display: inline-block;
}

/* =============================================================================
   Main - Notify
   ========================================================================== */

.notify h1 {
  font-size: 2em;
}

.notify h2 {
  text-transform: none;
  font-size: 2.3em;
  font-weight: 400;
  max-width: 500px;
  color: #525252;
  margin: 20px auto 20px auto;
  padding: 0;
}

.notify p {
  font-size: 1.3em;
  font-weight: 400;
}

.notify {
  max-width: 100%;
  display: block;
  vertical-align: top;
  text-align: center;
  position: relative;
  z-index: 100;
  padding: 20px;
  border-top: 1px solid #fff;
  margin: 20px auto 0 auto;
}

#subscribe input#cemail {
  width: 90%;
  border: 0;
  height: 50px;
  position: relative;
  vertical-align: top;
  font-size: 1.2em;
  border-radius: 3px;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #c2c2c2;
  background: #f8f8f8;
  margin: 0 0 25px;
  padding: 0 0 0 20px;
}

#subscribe input#sub.submit {
  height: 50px;
  background: #4a71b7;
  position: relative;
  vertical-align: top;
  border: 0;
  width: 120px;
  color: #fff;
  border-radius: 3px;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: .1em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  transition: all .1s linear;
  -webkit-transition: all .1s linear 0;
}

#subscribe input#sub.submit:hover {
  border-bottom: 2px solid #2b323a;
  background: #2b323a;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 0;
}

#signup {
  margin-top: 60px;
}

label.error {
  float: right;
  width: 100%;
  margin: 0 0 25px 0;
  font-size: 1.2em;
}

#subscribe {
  max-width: 500px;
  margin: 0 auto 20px auto;
}

.message {
  font-size: 1.3em;
  line-height: 2em;
  color: #000;
  max-width: 400px;
  margin: 0 auto;
}

/* =============================================================================
   Article - Features
   ========================================================================== */

article {
  max-width: 500px;
  display: inline-block;
  text-align: center;
  font-size: 1.1em;
  margin: 25px 0;
  padding: 0 15px;
}

article h3 {
  margin: 20px 0;
  padding: 0;
}

.feature-number {
  font-family: 'Average Sans', sans-serif;
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 75px;
  font-size: 2.5em;
  margin: 0 auto;
  color: #4a71b7;
}

/* =============================================================================
   Main - Footer
   ========================================================================== */

footer {
  display: inline-block;
  width: 100%;
  background: #304771;
  padding: 50px 0 0;
}

footer a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9em;
  letter-spacing: .1em;
  color: #fff;
}

footer a:visited {
  color: #fff;
}

footer a:hover {
  color: #fff;
  opacity: 1;
}

footer ul {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  padding: 0;
}

footer li {
  display: inline-block;
  margin-right: 15px;
  opacity: 0.5;
}

#end ul li a {
  display: inline-block;
  width: 60px;
  height: 50px;
  padding: 10px;
}

footer li:hover {
  opacity: 1;
}

#end ul li {
  text-align: center;
  opacity: 0.5;
  background-position: center, center;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear 0;
}

#end ul li:hover {
  opacity: 1;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear 0;
}

.bottom {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #727272;
  margin-top: 50px;
  padding: 25px 0;
}

.bottom ul li {
  transition: all 0.1s linear;
  -webkit-transition: all .1s linear 0;
  margin: 0 50px 0 0;
  padding: 0;
}

.bottom ul li:hover {
  transition: all 0.1s linear;
  -webkit-transition: all .1s linear 0;
}

.bottom ul li:last-child {
  margin: 0;
  padding: 0;
}

.bottom ul {
  width: 300px;
  margin: 0 auto;
  padding: 0;
}

footer li:last-child, #end ul li:last-child {
  margin: 0;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 920px) {

  #phone {
    left: 0;
  }

  header {
    /*max-height:760px;*/
    padding: 0;
  }

  .notify {
    max-width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
    position: relative;
    z-index: 100;
    padding: 20px;
    border-top: 1px solid #fff;
  }

  label.error {
    margin-top: 25px;
  }

  #subscribe input#cemail {
    width: 330px;
    height: 49px;
    position: relative;
    vertical-align: top;
    padding: 0 0 0 20px;
    font-size: 1.2em;
    border-radius: 3px;
    margin: 0 20px 0 0;
  }

  #computer {
    width: 900px;
    /*height:700px; */
    display: inline-block;
    margin: 15px auto 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .computer-background img {
    width: 824px;
    max-width: 824px;
    margin: 0 auto;
    display: block;
    position: absolute;
    margin-top: -371px;
    margin-left: 38px;
  }

  #phone {
    width: 190px;
    height: 338px;
    display: block;
    margin: 75px 0 0 -100px;
    z-index: 2;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .phone-background img {
    max-width: 160px;
    margin: 53px auto 0 auto;
    display: inline-block;
  }

  #subscribe {
    margin-bottom: 0;
  }

  article {
    width: 270px;
    margin: 75px 35px 75px 0;
    padding: 0;
  }

  article h3 {
    padding: 0;
    margin: 35px 0 35px 0;
  }

  article:last-child {
    margin: 0 0 75px 0;
  }
}

@media only screen and (min-width: 900px) {
  /* Style adjustments for viewports 900px and over go here */
  #end ul {
    width: 500px;
  }

  .bottom ul {
    width: 500px;
  }
}

/* ==|== Custom Colors ======================================================
   The below css will override the colors for the entire page making it easy
   to customize. background:#------ refers to changing the items background
   color. color:#------ changes the text color. border-bottom-color:#000 changes
   the bottom color of the border. The #subscribe input#sub.submit:hover
   changes the color of the notify button when the user hovers over it.
   ========================================================================== */

/* Notify button color */
#subscribe input#sub.submit {
  background-color: #4a71b7;
  color: #fff;
}

/* Notify button color when hovered */
#subscribe input#sub.submit:hover {
  background-color: #2b323a;
}

/* Feature background color */
.intro {
  background: #4a71b7;
  color: #fff;
}

/* Feature circle color */
.feature-number {
  background: #fff;
  color: #4a71b7;
}

/* Footer background color */
footer {
  background: #304771;
}

/* ==|== Remove iPhone ======================================================
   To hide the iPhone remove from the line below the /* */

/*#phone{ display:none;}*/

.m-t-20 {
  margin-top: 20px;
}

/* Parsely */
.parsley-required, .parsley-errors-list li {
  color: #d64e4e;
  display: list-item;
}

label.error {
  color: #d64e4e;
  display: list-item;
  font-size: 95%;
  line-height: 17px
}

#addContact {
  width: 300px;
  margin: 0 auto;
}

#addCCard {
  width: 300px;
  margin: 0 auto;
}

#rsvp {
  width: 300px;
  margin: 0 auto;
}

#player {
  width: 500px;
  margin: 0 auto;
}

/* USER FORM THEME */

* {
  font-family: 'Circular', sans-serif !important;
}

.full-width {
  width: 100%;
}
.form-group-default .select2-container .select2-choice,
.select2-container-multi .select2-choices {
  border-color: transparent;
}
.select2-container .select2-choice {
  background-image: none;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 3px 9px;
  transition: border 0.2s linear 0s;
  height: 35px;
}
.select2-container .select2-choice .select2-arrow {
  background: transparent;
  border-left: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-container .select2-choice .select2-arrow b:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: relative;
  top: 2px;
  right: 5px;
  font-size: 12px;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
  background-image: none !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none !important;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #e7e7e7;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  -webkit-transform: scale(scale(1, -1));
  -ms-transform: scale(scale(1, -1));
  transform: scale(scale(1, -1));
}
.select2-drop.select2-drop-above {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #e7e7e7;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.select2-search {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
}
.select2-search input {
  background: #ffffff !important;
  vertical-align: baseline;
  line-height: 28px;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.select2-results {
  margin: 3px 10px 10px 3px;
}
.select2-results li {
  color: #575757;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  color: #2c2c2c;
}
.select2-results li.select2-result-with-children > .select2-result-label:first-child {
  padding-top: 8px;
}
.select2-results .select2-highlighted {
  background: #e7e7e7;
  border-radius: 3px;
}
.select2-results .select2-highlighted .select2-result-label {
  color: #575757;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: none;
  color: #575757;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 0px;
  position: relative;
  top: -5px;
}
.select2-drop-active {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: none;
  border-top: none;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
  z-index: 790;
}
.select2-container-multi .select2-choices {
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #e1e1e1;
  background-image: none;
  border: none;
  box-shadow: none;
  color: inherit;
  border-radius: 8px;
  margin: 8px -5px 7px 10px;
  padding: 4px 8px 4px 21px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: none;
}
.select2-container-multi.select2-container-active .select2-search-choice {
  background-color: #ffffff !important;
}
.select2-container-multi .select2-search-choice-close {
  left: 6px;
}
.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0;
}
.select2-search-choice-close:hover {
  text-decoration: none;
}
.select2-search-choice-close:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 12px;
  color: #575757;
}
.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
  top: 0px;
}
.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0;
}
.select2-drop-mask {
  z-index: 700;
}
.modal-open .select2-drop-active {
  z-index: 1051;
}
.modal-open .select2-drop-mask {
  z-index: 1050;
}
.modal-open .cs-skin-slide.cs-active {
  z-index: 1050;
}
.dropdown-placeholder {
  display: inline-block;
  vertical-align: middle;
}
.dropdown-mask {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 700;
}

#firstName, #lastName {
  text-transform: capitalize;
}

::-webkit-input-placeholder { /* WebKit browsers */
  text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  text-transform: none;
}

.disclaimer-text {
  font-size: 9px;
}
