* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.blue-box{
background: #e5f4fb; border-radius: 5px; padding: 20px; width: 100%; font-weight: bold;	
}

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.62857; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.button, .footer-btns a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button, .footer-btns a.large {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button, .footer-btns a.small {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie8 #browserAlert {
  display: block; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 961px) and (max-width: 1140px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 961px) and (max-width: 1140px) {
    .visible-desktop {
      display: block; } }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/icons/fontawesome-webfont.eot?v=4.1.0");
  src: url("fonts/icons/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/icons/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("fonts/icons/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("fonts/icons/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
@font-face {
  font-family: 'courgetteregular';
  src: url("fonts/courgette-regular-webfont.eot");
  src: url("fonts/courgette-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/courgette-regular-webfont.woff") format("woff"), url("fonts/courgette-regular-webfont.ttf") format("truetype"), url("fonts/courgette-regular-webfont.svg#courgetteregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaBold';
  src: url("fonts/proximanova-bold-webfont.eot");
  src: url("fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-bold-webfont.woff") format("woff"), url("fonts/proximanova-bold-webfont.ttf") format("truetype"), url("fonts/proximanova-bold-webfont.svg#ProximaNovaBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaRgRegular';
  src: url("fonts/proximanova-regular-webfont.eot");
  src: url("fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-regular-webfont.woff") format("woff"), url("fonts/proximanova-regular-webfont.ttf") format("truetype"), url("fonts/proximanova-regular-webfont.svg#ProximaNovaRgRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaLtBold';
  src: url("fonts/proximanova-sbold-webfont.eot");
  src: url("fonts/proximanova-sbold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-sbold-webfont.woff") format("woff"), url("fonts/proximanova-sbold-webfont.ttf") format("truetype"), url("fonts/proximanova-sbold-webfont.svg#ProximaNovaLtBold") format("svg");
  font-weight: normal;
  font-style: normal; }
a {
  color: #f69039;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #1199d1; }

.text-error {
  color: #e44c4c; }

.text-success {
  color: #8bbf31; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

b, strong {
  font-weight: normal;
  font-family: 'ProximaNovaBold'; }

::-moz-selection {
  background: #f69039;
  color: white;
  text-shadow: none; }

::selection {
  background: #f69039;
  color: white;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: normal;
  font-family: "ProximaNovaLtBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #29afe6;
  text-transform: uppercase; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: gray; }

h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 30px; }

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 20px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

blockquote {
  border-left: 5px solid #e6e6e6;
  padding-left: 20px; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

hr {
  clear: both;
  width: 100%;
  margin: 30px 0;
  display: inline-block; }

.orange {
  color: #f69039; }

.blue {
  color: #29afe6; }

.yellow {
  color: #eeb311; }

.pink {
  color: #e32551; }

.purple {
  color: #8f4ca5; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  padding: 10px 0;
  font-size: 17px;
   font-family: "ProximaNovaLtBold", "Helvetica Neue", Helvetica, Arial, sans-serif;}
  label .required {
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    color: #e44c4c; }
  label.error {
    color: #e44c4c; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 6px;
  border-radius:5px;
  border: 1px solid #c0c0c0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6e6e6e;
  font-size: 17px;
  background: white;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none; }
  input:focus,
  textarea:focus {
    background: #f2f2f2; }
  input.error,
  textarea.error {
    border: 1px solid #e44c4c; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #6e6e6e; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #6e6e6e; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #6e6e6e; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #6e6e6e; }

.check-contain{
width:100%;	
margin:0 0 10px 0;
}
.add-on-check{
margin:0;	
}
.no-bottom-margin{
margin:0;	
padding:0;
}

label.no-bottom-margin{
	font-weight:normal;
	font-family:"ProximaNovaRgRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;	
}
.add-on-contain{
margin:0 0 20px 0;	
}
.check-contain label, .check-contain p{
display:inline-block;
vertical-align:top;
 font-family: 'ProximaNovaRgRegular';
padding:3px 0 0 8px;
margin:0;
width:90%;
}
.check-contain p label{
	width:100%;
	padding:0;
}
.check-contain input[type="checkbox"], .check-contain input[type="radio"]{
display:inline-block;
width:auto;	
margin:0;
padding:0;
}
.radio label,
.checkbox label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 0;
  margin-right: 20px; }
.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

button.button,
input.button {
  border: none;
  display: inline-block;
  width: auto; }

.errormsg,
.successmsg {
  margin: 20px 0 0;
  font-size: 14px; }
  .errormsg span,
  .successmsg span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    margin: 0 10px 0 0; }

.errormsg span {
  background: #e44c4c; }

.successmsg span {
  background: #8bbf31; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%; }

.content-left img {
  height: auto !important; }

.button {
  padding: 10px 20px;
  background: #29afe6;
  text-transform: uppercase;
  font-family: "ProximaNovaLtBold";
  color: white;
  font-size: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .button:hover {
    background: #1199d1;
    color: #fff; }

.aligncenter {
  display: block;
  margin: 0 auto;
  border: 4px solid #eeb311; }

.alignleft {
  border: 4px solid #eeb311;
  float: left;
  margin: 0 30px 10px 0; }

.alignright {
  border: 4px solid #eeb311;
  float: right;
  margin: 0 0 10px 30px; }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS 
------------------------------------------------------------------*/
html {
  background: #e5f4fb; }

body {
  font-size: 17px;
  color: #6e6e6e;
  font-family: "ProximaNovaRgRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: url(../images/bg-stars.gif) repeat #e5f4fb; }

.wrapper {
  width: 960px;
  margin: 0 auto; }

/* -----------------------------------------------------------------
	HEADER ELEMENTS 
------------------------------------------------------------------*/
#header {
  width: 100%;
  background: url(../images/header-stars.jpg) repeat-x #29afe6;
  position: relative;
  z-index: 9; }

#header-bottom {
  background: url(../images/header-bottom.png) repeat-x;
  height: 55px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 4; }

#logo {
  float: left;
  margin: 20px 0 0 0;
  display: block; }

.header-right {
  float: right;
  width: 555px;
  margin: 12px 0 0 0; }

.social {
  font-size: 22px;
  position: relative;
  float: right;
  padding: 0 10px 0 0; }
  .social i {
    padding: 0 5px; }
  .social a {
    color: white; }
    .social a:hover {
      color: #eeb311; }
  .social:after {
    border-right: 1px solid #a7e2f9;
    height: 22px;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -11px; }

.location-dropdown {
  color: #ffd45c;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ProximaNovaBold";
  float: right;
  padding: 0 10px;
  position: relative;
  margin: 4px 0 0 0;
  cursor: pointer; }
  .location-dropdown:hover {
    color: white; }
  .location-dropdown i {
    padding: 0 8px;
    color: white; }
  .location-dropdown:after {
    border-right: 1px solid #a7e2f9;
    height: 22px;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -11px; }

.phone-top {
  float: right;
  font-size: 18px;
  color: white;
  font-family: "ProximaNovaBold";
  float: right;
  padding:  0 10px;
  border-right: 1px solid #a7e2f9;
  margin: 4px 0 0 0; }
.login-top {
  float: right;
  font-size: 14px;
  line-height: 1.1em;
  max-width: 120px;
  color: white;
  text-transform:uppercase;
  font-family: "ProximaNovaBold";
  float: right;
  padding: 0 0 0 10px;
  margin: 4px 0 0 0; }
  .login-top a{
	color:#ffd45c;  
  }
  .login-top a:hover{
	color:#fff;  
  }
#location-menu {
  display: none;
  background: #f69039;
  padding: 10px;
  font-family: "ProximaNovaBold";
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 35px;
  width: 100%;
  border-radius: 5px;
  text-align: center; }
  #location-menu h4 {
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #ffd45c; }
  #location-menu a {
    color: white; }
    #location-menu a:hover {
      color: #fdc596; }
  #location-menu i {
    padding: 0; }
  #location-menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    left: 50%;
    margin-left: -4px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f69039; }

.tagline {
  font-size: 26px;
  color: white;
  font-family: "courgetteregular";
  float: right;
  text-align: center;
  clear: both;
  background: url(../images/bg-tagline.png) no-repeat;
  width: 405px;
  height: 51px;
  padding: 5px 0 0 0;
  display: block;
  margin: 30px 0 0 0; }

/* -----------------------------------------------------------------
	NAVIGATION ELEMENTS 
------------------------------------------------------------------*/
#nav {
  clear: both;
  width: 100%;
  font-size: 14px;
  font-family: "ProximaNovaBold";
  text-transform: uppercase;
  margin: 50px 0 0 0;
  float: left;
  position: relative;
  z-index: 999; }
  #nav .fa {
    display: inline; }
  #nav > ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 999; }
    #nav > ul > li {
      display: inline-block;
      margin-left: 4px;
      position: relative;
      padding-bottom: 20px;
      z-index: 999; }
      #nav > ul > li.nav-home {
        font-size: 23px;
        line-height: 23px;
        margin-left: 0; }
        #nav > ul > li.nav-home > a {
          padding: 6px 10px 10px 10px;
          background: #fdc93c; }
      #nav > ul > li.nav-about > a {
        background: #3ccc32; }
      #nav > ul > li.nav-programs > a {
        background: #8f4ca5; }
      #nav > ul > li.nav-camps > a {
        background: #f69039; }
      #nav > ul > li.nav-events > a {
        background: #1199d1; }
      #nav > ul > li.nav-party > a {
        background: #e32551; }
      #nav > ul > li.nav-register > a {
        background: #eeb311; }
      #nav > ul > li.nav-contact > a {
        background: #cc611a; }
      #nav > ul > li > a {
        padding: 12px 11px;
        border-radius: 5px;
        color: white;
        background: #eeb311;
        behavior: url(/js/pie/PIE.htc); }
      #nav > ul > li:hover > a {
        background: #67cef9;
        color: white; }
  #nav > ul > li > ul {
    display: none;
    position: absolute;
    z-index: 9999;
    list-style: none;
    font-size: 14px;
    text-align: center;
    width: 200px;
    left: 50%;
    top: 45px;
    background: #1199d1;
    margin: 0;
    margin-left: -110px;
    padding: 0;
    border-radius: 5px; }
    #nav > ul > li > ul:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: -8px;
      left: 50%;
      margin-left: -4px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #1199d1; }
    #nav > ul > li > ul > li {
      border-bottom: 1px solid #a7e2f9;
      padding: 8px 0;
      z-index: 9999; }
      #nav > ul > li > ul > li:last-child {
        border-bottom: none; }
      #nav > ul > li > ul > li > a {
        color: white; }
        #nav > ul > li > ul > li > a:hover {
          color: #ffd45c; }

#nav > ul > li:hover > ul {
  display: block; }

.hero {
  width: 100%;
  margin: -40px 0 0 0;
  z-index: 0;
  overflow: hidden;
  position: relative;
  height: 417px; }
  .hero img {
    margin: 0 auto;
    height: 417px;
    width: 1800px; }
  .hero .caption {
    font-size: 70px;
    line-height: 80px;
    color: white;
    font-family: "courgetteregular";
    text-align: center;
    position: absolute;
    width: 550px;
    bottom: 125px;
    left: 50%;
    margin: 0;
    margin-left: -275px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
    .hero .caption:after {
      position: absolute;
      content: '';
      border-bottom: 1px solid white;
      width: 200px;
      left: 50%;
      bottom: -20px;
      margin-left: -100px; }

.home-ctas {
  width: 960px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  margin-top: -30px; }
  .home-ctas img {
    border: 8px solid #f69039;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .home-ctas li {
    margin-right: 34px;
    width: 297px !important;
    overflow-x: hidden; }
    .home-ctas li:hover .caption {
      background: #67cef9; }
    .home-ctas li:hover img {
      border-color: #67cef9; }
  .home-ctas .caption {
    font-size: 22px;
    text-transform: uppercase;
    color: white;
    font-family: "ProximaNovaBold";
    text-align: center;
    width: 100%;
    padding: 2px 0 10px 0;
    background: #f69039;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .home-ctas .caption a {
      color: white; }
      .home-ctas .caption a:hover {
        color: #e5f4fb; }
  .home-ctas li.yellow-panel img {
    border-color: #eeb311; }
  .home-ctas li.yellow-panel .caption {
    background: #eeb311; }
  .home-ctas li.yellow-panel:hover .caption {
    background: #67cef9; }
  .home-ctas li.yellow-panel:hover img {
    border-color: #67cef9; }
  .home-ctas li.blue-panel img {
    border-color: #29afe6; }
  .home-ctas li.blue-panel .caption {
    background: #29afe6; }
  .home-ctas li.blue-panel:hover .caption {
    background: #67cef9; }
  .home-ctas li.blue-panel:hover img {
    border-color: #67cef9; }
  .home-ctas li.purple-panel img {
    border-color: #8f4ca5; }
  .home-ctas li.purple-panel .caption {
    background: #8f4ca5; }
  .home-ctas li.purple-panel:hover .caption {
    background: #67cef9; }
  .home-ctas li.purple-panel:hover img {
    border-color: #67cef9; }
  .home-ctas li.pink-panel img {
    border-color: #e32551; }
  .home-ctas li.pink-panel .caption {
    background: #e32551; }
  .home-ctas li.pink-panel:hover .caption {
    background: #67cef9; }
  .home-ctas li.pink-panel:hover img {
    border-color: #67cef9; }

/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS 
------------------------------------------------------------------*/
.home-blurb-wrap {
  position: relative;
  width: 100%;
  z-index: 0; }
  .home-blurb-wrap .home-blurb {
    margin: 80px 0 80px 0;
    padding: 30px;
    background: white;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 99; }
    .home-blurb-wrap .home-blurb h1 {
      font-size: 37px; }
  .home-blurb-wrap .starburst-left {
    background: url(../images/starburst-left.png) no-repeat;
    position: absolute;
    top: -60px;
    left: -80px;
    z-index: 0;
    width: 243px;
    height: 266px; }
  .home-blurb-wrap .starburst-right {
    background: url(../images/starburst-right.png) no-repeat;
    position: absolute;
    bottom: -60px;
    right: -80px;
    z-index: 0;
    width: 243px;
    height: 266px; }

.newsletter-signup {
  width: 100%;
  padding: 8px 0;
  background: url(../images/bg-newsletter.gif) repeat #f69039; }
  .newsletter-signup .newsletter-title {
    position: relative;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "ProximaNovaLtBold";
    color: white;
    padding: 0 0 0 110px;
    float: left; }
    .newsletter-signup .newsletter-title i {
      position: absolute;
      width: 80px;
      height: 80px;
      font-size: 35px;
      color: white;
      background: #eeb311;
      text-align: center;
      border-radius: 100px;
      padding: 20px 0 0 0;
      top: -20px;
      left: 0;
      behavior: url(/js/pie/PIE.htc); }
  .newsletter-signup input[type="email"] {
    float: left;
    width: 275px;
    border-radius: 5px;
    margin: 0; }
  .newsletter-signup input[type="submit"] {
    float: left;
    width: auto;
    margin: 0 0 0 10px !important;
    background: #29afe6;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px !important;
    border: none;
    border-radius: 5px;
    font-family: "ProximaNovaLtBold"; }
  .newsletter-signup .button {
    float: right;
    padding: 8px 20px;
    font-size: 17px; }

.footer-btns {
  background-image: url(../images/bg-footerbtns.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 60px 0;
  text-align: center; }
  .footer-btns a {
    padding: 5px 15px 5px 55px;
    background: #29afe6;
    text-transform: uppercase;
    font-family: "ProximaNovaLtBold";
    color: white;
    font-size: 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 40px;
    position: relative; }
    .footer-btns a i {
      background: #49c0f1;
      padding: 13px 10px;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .footer-btns a:hover {
      background: #f69039; }
      .footer-btns a:hover i {
        background: #faa155; }
    .footer-btns a.yellow-btn {
      background: #eeb311;
      margin-right: 40px;
      margin-left: 0; }
      .footer-btns a.yellow-btn i {
        background: #ffc219; }
      .footer-btns a.yellow-btn:hover {
        background: #f69039; }
        .footer-btns a.yellow-btn:hover i {
          background: #faa155; }

.map {
  width: 100%;
  border-top: 8px solid white;
  height: 330px;
  position: relative;
  overflow: hidden; }

#map-canvas {
  height: 330px;
  width: 100%; }

.map2 {
  width: 100%;
  border-top: 8px solid white;
  height: 330px;
  position: relative;
  overflow: hidden; }

#map-canvas2 {
  height: 330px;
  width: 100%; }

.address-bubble {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -160px;
  background: white;
  text-align: center;
  width: 316px;
  height: 247px;
  background: url(../images/address-bubble.png) no-repeat; }
  .address-bubble .title {
    font-family: "ProximaNovaLtBold";
    text-transform: uppercase;
    color: white;
    font-size: 19px;
    margin: 3px 0 0 0; }

/* -----------------------------------------------------------------
	INTERNAL ELEMENTS 
------------------------------------------------------------------*/
.internal-title-orange {
  background: #f69039;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 10px 25px;
  margin-top: 45px;
  width: 100%; }
  .internal-title-orange h1 {
    color: white;
    margin: 0; }

.internal-title-blue {
  background: #29afe6;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 10px 25px;
  margin-top: 10px;
  width: 100%; }
  .internal-title-blue h2 {
    color: white;
    margin: 0; }

.internal-content-box {
  padding: 25px;
  background: white;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%; }

.internal-content-box .internal-content-box{
padding:0;	
}
.internal-content-left {
  float: left;
  width: 565px; }

.contact-left {
  float: left;
  width: 47%; }

.contact-right {
  float: right;
  width: 45%;
  line-height: 33px; }

.news-row {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  display: inline-block; }
  .news-row img {
    float: left;
    border: 5px solid #eeb311;
    border-radius: 5px; }
  .news-row h3 {
    font-size: 22px;
    margin: 0 0 10px 0; }
  .news-row h5 {
    font-size: 13px;
    margin: 0 0 20px 0; }
  .news-row .button {
    font-size: 13px;
    padding: 3px 8px; }
  .news-row .news-content {
    float: right;
    width: 715px; }
  .news-row.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.program-column {
  float: left;
  margin: 0 20px 30px 0;
  width: 210px;
  text-align: center; }
  .program-column img.thumb {
    border: 4px solid #eeb311;
    border-radius: 5px; }
  .program-column h4 {
    margin: 15px 0 0 0;
    font-size: 17px; }
    .program-column h4 img {
      display: inline;
      vertical-align: middle; }
    .program-column h4 a {
      color: #29afe6; }
      .program-column h4 a:hover {
        color: #f69039; }
  .program-column.last {
    margin-right: 0; }

.staff-detail-left {
  float: left;
  width: 216px;
  margin: 20px 0 0 0; }
  .staff-detail-left img {
    border: 5px solid #eeb311;
    margin-bottom: 20px;
    border-radius: 5px; }
  .staff-detail-left h4 {
    margin: 0 0 10px 0; }
  .staff-detail-left .button {
    font-size: 13px;
    padding: 3px 8px; }

.staff-detail-right {
  float: right;
  width: 655px; }

.party-container {
  border-radius: 5px;
  background: #29afe6;
  color: white;
  padding: 20px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  float: left; }
  .party-container.first {
    margin-top: 30px; }
  .party-container.last {
    margin-bottom: 40px; }
  .party-container h2 {
    color: white;
    font-size: 20px;
    margin: 0 0 20px 0; }
  .party-container .party-desc {
    font-family: "ProximaNovaLtBold";
    font-size: 13px;
    text-transform: uppercase; }
  .party-container .trigger {
    background: #1199d1;
    width: 100%;
    border-radius: 5px;
    display: block;
    font-family: "ProximaNovaLtBold";
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px;
    cursor: pointer; }
    .party-container .trigger i {
      float: right;
      font-size: 18px;
      padding-top: 3px; }
    .party-container .trigger .fa-minus-circle {
      display: none; }
    .party-container .trigger .fa-plus-circle {
      display: inline; }
    .party-container .trigger.active .fa-minus-circle {
      display: inline; }
    .party-container .trigger.active .fa-plus-circle {
      display: none; }
    .party-container .trigger:hover {
      opacity: 0.7; }
  .party-container .trigger-content {
    display: none; }
    .party-container .trigger-content ul {
      margin: 20px 0 0 0px;
      padding: 0;
      list-style: none; }
	  .party-container .trigger-content ol{
	list-style: none;  
	  }
      .party-container .trigger-content ul li {
        margin: 0 0 10px 30px;
        position: relative; }
		 .party-container .trigger-content ol li {
        
        position: relative; }
        .party-container .trigger-content ul li:before {
          content: "\f00c";
          font-family: "FontAwesome";
          position: absolute;
          top: 0;
          left: -25px; }
		  .party-container .trigger-content ol li:before {
          content: "\f00c";
          font-family: "FontAwesome";
          position: absolute;
          top: 0;
          left: -25px; }
  .party-container.purple-panel {
    background: #8f4ca5; }
    .party-container.purple-panel .trigger {
      background: #743688; }
  .party-container.orange-panel {
    background: #f69039; }
    .party-container.orange-panel .trigger {
      background: #d96e12; }
  .party-container.pink-panel {
    background: #e32551; }
    .party-container.pink-panel .trigger {
      background: #c91d45; }

.sidebar-downloads {
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #eaf7fd;
  font-size: 15px;
  border-radius: 5px;
  margin-bottom: 30px; }
  .sidebar-downloads h5 {
    margin: 0 0 20px 0; }
  .sidebar-downloads ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sidebar-downloads ul li {
      border-top: 1px solid #b4bec2;
      padding: 8px 0; }
  .sidebar-downloads i {
    color: #29afe6; }
  .sidebar-downloads a {
    font-family: "ProximaNovaLtBold"; }

ul.checkmarks {
  margin: 10px 0 25px 0px;
  padding: 0;
  list-style: none; }
  ul.checkmarks li {
    margin: 0 0 10px 30px;
    position: relative; }
    ul.checkmarks li:before {
      content: "\f00c";
      font-family: "FontAwesome";
      position: absolute;
      top: 0;
      color: #eeb311;
      left: -25px; }

.program-logo {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 300px; }

.program-detail-row {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  display: inline-block; }
  .program-detail-row img {
    float: left;
    border: 5px solid #eeb311;
    border-radius: 5px; }
  .program-detail-row h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
    color: #f69039; }
  .program-detail-row h5 {
    font-size: 13px;
    margin: 0 0 10px 0; }
  .program-detail-row .program-content {
    float: right;
    width: 715px; }
  .program-detail-row.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.lil-gallery {
  width: 100%;
  margin: 20px 0 0 0;
  clear: both;
  display: inline-block; }
  .lil-gallery img {
    float: left;
    border: 3px solid #eeb311;
    border-radius: 5px;
    margin: 0 30px 0 0;
    -webkit-transition: all .2s ease-in-out; }
    .lil-gallery img.image-one {
      border-color: #eeb311; }
    .lil-gallery img.image-two {
      border-color: #3ecd34; }
    .lil-gallery img.image-three {
      border-color: #8f4ca5; }
    .lil-gallery img.image-four {
      border-color: #f69039; }
    .lil-gallery img.image-five {
      border-color: #29afe6; }
    .lil-gallery img.image-six {
      border-color: #e32551;
      margin: 0; }
    .lil-gallery img:hover {
      -webkit-transform: scale(1.05); }

.staff-owner-col {
  float: left;
  width: 430px; }
  .staff-owner-col img {
    border: 5px solid #eeb311;
    border-radius: 5px;
    margin-bottom: 20px; }
  .staff-owner-col h2 {
    font-size: 25px;
    margin-bottom: 10px; }
    .staff-owner-col h2 .button {
      float: right;
      font-size: 13px;
      padding: 5px 8px; }
  .staff-owner-col h5 {
    font-size: 15px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative; }
    .staff-owner-col h5 i {
      position: absolute;
      left: 0;
      top: 0; }
  .staff-owner-col.last {
    float: right; }

.staff-col {
  float: left;
  width: 275px;
  margin: 0 40px 35px 0; }
  .staff-col img {
    border: 5px solid #eeb311;
    border-radius: 5px;
    margin-bottom: 20px; }
  .staff-col h2 {
    font-size: 22px;
    margin-bottom: 10px; }
  .staff-col h5 {
    font-size: 13px;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    position: relative; }
    .staff-col h5 i {
      position: absolute;
      left: 0;
      top: 0; }
  .staff-col .button {
    float: left;
    margin: 10px 0 0 0;
    font-size: 13px;
    padding: 5px 8px; }
  .staff-col.first {
    clear: left; }
  .staff-col.last {
    margin-right: 0;
    clear: right; }

.events-row {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  display: inline-block; }
  .events-row img {
    float: left;
    border: 5px solid #eeb311;
    border-radius: 5px; }
  .events-row h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
    color: #eeb311; }
  .events-row .events-content {
    float: right;
    width: 365px; }
  .events-row.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .events-row.yellow-panel img {
    border-color: #eeb311; }
  .events-row.yellow-panel h2 {
    color: #eeb311; }
  .events-row.green-panel img {
    border-color: #3ccc32; }
  .events-row.green-panel h2 {
    color: #3ccc32; }
  .events-row.pink-panel img {
    border-color: #e32551; }
  .events-row.pink-panel h2 {
    color: #e32551; }
  .events-row.orange-panel img {
    border-color: #f69039; }
  .events-row.orange-panel h2 {
    color: #f69039; }
  .events-row.purple-panel img {
    border-color: #8f4ca5; }
  .events-row.purple-panel h2 {
    color: #8f4ca5; }
  .events-row.blue-panel img {
    border-color: #29afe6; }
  .events-row.blue-panel h2 {
    color: #29afe6; }

.camp-row {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  display: inline-block; }
  .camp-row.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .camp-row .lil-gallery {
    width: 100%;
    margin: 20px 0 0 0;
    clear: both;
    display: inline-block; }
    .camp-row .lil-gallery img {
      float: left;
      border: 3px solid #eeb311;
      border-radius: 5px;
      margin: 0 20px 0 0;
      -webkit-transition: all .2s ease-in-out; }
      .camp-row .lil-gallery img.image-one {
        border-color: #eeb311; }
      .camp-row .lil-gallery img.image-two {
        border-color: #3ecd34; }
      .camp-row .lil-gallery img.image-three {
        border-color: #8f4ca5; }
      .camp-row .lil-gallery img.image-four {
        border-color: #f69039;
        margin: 0; }
      .camp-row .lil-gallery img:hover {
        -webkit-transform: scale(1.05); }

iframe {
  margin: 20px 0 30px 0;
  display: block;
  max-width: 100%;
  float: left; }

.question-trigger {
  background: #eaf7fd;
  width: 100%;
  border-radius: 5px;
  display: block;
  padding: 8px;
  cursor: pointer;
  color: #29afe6;
  margin-top: 10px; }
  .question-trigger .fa-minus-circle {
    display: none;
    font-size: 18px;
    padding-top: 3px;
    float: right; }
  .question-trigger .fa-plus-circle {
    display: inline;
    font-size: 18px;
    padding-top: 5px;
    float: right; }
  .question-trigger.active .fa-minus-circle {
    display: inline; }
  .question-trigger.active .fa-plus-circle {
    display: none; }
  .question-trigger:hover {
    background: #29afe6;
    color: white; }

.answer-content {
  display: none; }

/* -----------------------------------------------------------------
	SIDEBAR ELEMENTS 
------------------------------------------------------------------*/
#sidebar {
  width: 300px;
  float: right;
  margin-top: 10px; }

.sidebar-cta {
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  font-family: "ProximaNovaBold";
  text-align: center;
  width: 100%;
  padding: 0;
  background: #f69039;
  border-radius: 5px;
  margin-bottom: 30px;
  clear:both; }
  .sidebar-cta a.cta-title {
    color: white;
    display: block;
    padding: 2px 0 10px 0; }
    .sidebar-cta a.cta-title:hover {
      color: white; }
  .sidebar-cta:hover {
    background: #67cef9; }
    .sidebar-cta:hover img {
      border-color: #67cef9; }
  .sidebar-cta img {
    border: 8px solid #f69039;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .sidebar-cta.yellow-panel {
    background: #eeb311; }
    .sidebar-cta.yellow-panel img {
      border-color: #eeb311; }
    .sidebar-cta.yellow-panel:hover {
      background: #67cef9; }
      .sidebar-cta.yellow-panel:hover img {
        border-color: #67cef9; }
  .sidebar-cta.blue-panel {
    background: #29afe6; }
    .sidebar-cta.blue-panel img {
      border-color: #29afe6; }
    .sidebar-cta.blue-panel:hover {
      background: #67cef9; }
      .sidebar-cta.blue-panel:hover img {
        border-color: #67cef9; }
  .sidebar-cta.purple-panel {
    background: #8f4ca5; }
    .sidebar-cta.purple-panel img {
      border-color: #8f4ca5; }
    .sidebar-cta.purple-panel:hover {
      background: #67cef9; }
      .sidebar-cta.purple-panel:hover img {
        border-color: #67cef9; }
  .sidebar-cta.pink-panel {
    background: #e32551; }
    .sidebar-cta.pink-panel img {
      border-color: #e32551; }
    .sidebar-cta.pink-panel:hover {
      background: #67cef9; }
      .sidebar-cta.pink-panel:hover img {
        border-color: #67cef9; }

.sidebar-share {
  margin: 50px 0 30px 0;
  text-align: center; }
  .sidebar-share span {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 25px;
    cursor: pointer;
    color: white;
    padding: 6px 0 0 0;
    text-align: center;
    margin: 0 3px; }
  .sidebar-share .st_facebook_custom {
    background: #325b9d; }
    .sidebar-share .st_facebook_custom:hover {
      background: #8f4ca5; }
  .sidebar-share .st_twitter_custom {
    background: #4ea6e3; }
    .sidebar-share .st_twitter_custom:hover {
      background: #8f4ca5; }
  .sidebar-share .st_email_custom {
    background: #f69039; }
    .sidebar-share .st_email_custom:hover {
      background: #8f4ca5; }
  .sidebar-share .st_sharethis_custom {
    background: #3ac71e; }
    .sidebar-share .st_sharethis_custom:hover {
      background: #8f4ca5; }
  .sidebar-share h5 {
    font-size: 17px;
    position: relative; }
    .sidebar-share h5:after {
      content: url(../images/share-icon.gif);
      position: absolute;
      top: -20px;
      right: 50px;
      width: 43px;
      height: 51px; }

.sidebar-image {
  margin-bottom: 30px; }
  .sidebar-image img {
    border: 8px solid #eeb311;
    border-radius: 5px; }

.sidebar-testimonial {
  width: 100%;
  padding: 20px;
  text-align: center;
  background: #fcf0cf;
  border-radius: 5px;
  margin-bottom: 50px !important;
  font-family: "ProximaNovaBold"; }
  .sidebar-testimonial:before {
    content: "\f10d";
    position: absolute;
    font-family: "FontAwesome";
    color: #29afe6;
    top: -20px;
    left: 50%;
    font-size: 28px;
    margin-left: -25px; }
  .sidebar-testimonial:after {
    content: "\f10e";
    position: absolute;
    font-family: "FontAwesome";
    color: #29afe6;
    top: -20px;
    left: 50%;
    margin-left: 10px;
    font-size: 28px; }
  .sidebar-testimonial .name {
    color: #29afe6;
    font-family: "ProximaNovaLtBold";
    text-transform: uppercase;
    font-size: 13px; 
	display:block;
	clear:both;}

.sidebar-logo {
  width: 100%;
  margin-bottom: 30px; }
  .sidebar-logo img {
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 300px; }

/* -----------------------------------------------------------------
	FOOTER ELEMENTS 
------------------------------------------------------------------*/
.internal-footer-space {
  display: block;
  clear: both;
  height: 45px; }

#footer {
  background: #29afe6;
  padding: 40px 0;
  width: 100%;
  color: white;
  font-size: 13px; }
  #footer a {
    color: white;
    text-decoration: underline; }
    #footer a:hover {
      color: white;
      text-decoration: none; }
  #footer .right {
    text-align: right; }


.date-col{
width:375px;
background:#f2f2f2;
border-radius:5px;	
float:left;
padding:5px;
}

.date-col .calendar{
	width:100%;
	font-family: "ProximaNovaLtBold";
}
.date-col .calendar ul, .date-col .calendar ul li{
margin:0;
padding:0;	
}
.date-col .month{
background:#29afe6;
color:#fff;	
font-size:21px;
line-height:1.0em;
text-transform:uppercase;
text-align:center;
width:100%;
border-top-left-radius:5px;
border-top-right-radius:5px;
padding:8px 8px;
}
.date-col .month a{
color:#bde1f5;	
}
.date-col .month a:hover{
color:#fff;	
}
.date-col .month .prev{
float:left;	
}
.date-col .month .next{
float:right;	
}
.date-col .days{
background:#ffc219;
color:#fff;	
font-size:15px;
text-align:center;
width:100%;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}

.date-col .calendar li{
width:48px;
display:inline-block;
list-style:none;	
vertical-align:top;
}
.date-col .calendar .numbers{
margin-top:5px;	
}
.date-col .calendar .numbers li{
background:#fff;
border:1px solid #bcbcbc;
height:48px;
text-align:center;
font-size:18px;
margin-bottom:4px;
cursor:pointer;
}
.date-col .calendar .numbers li.selected{
background:#bee7f7;
border-color:#29afe6;
color:#29afe6;	
}
.date-col .calendar .numbers li.past{
color:#c8c8c8;	
cursor:default;
}
.time-col{
width:485px;
float:right;	
}
.time-col p{
margin-top:0;	
font-size:16px;
line-height:1.2em;
}
.time-col .hours{
width:180px;
float:left;	
}
.time-col .minutes{
width:55px;
float:left;	
margin-left:20px;
}
.time-col .time{
width:55px;
float:left;	
margin-left:25px;
}
.time-col ul{
margin:0;
padding:0;	
}
.time-col .hours ul li, .time-col .minutes ul li, .time-col .time ul li{
font-family: "ProximaNovaLtBold";
margin:0;
padding:0;	
background:#fff;
border:1px solid #bcbcbc;
text-align:center;
width:53px;
height:53px;
text-align:center;
list-style:none;
display:inline-block;
border-radius:5px;
margin-bottom:5px;
font-size:18px;
padding-top:12px;
cursor:pointer;
}
.time-col .hours ul li.selected, .time-col .minutes ul li.selected, .time-col .time ul li.selected{
background:#bee7f7;
border-color:#29afe6;
color:#29afe6;		
}

.ecom-orange-btn{
float:right;
background:#f18427;
color:#fff;
font-size:17px;	
}
.ecom-blue-btn{
float:right;
margin:0 20px 0 0;
font-size:17px;	
}
.select-time{
width:100%;	
}
.select-time ul{
margin:0;
padding:0;	
}
.select-time ul li{
font-family: "ProximaNovaLtBold";
margin:0;
padding:5px;	
background:#fff;
border:1px solid #bcbcbc;
text-align:center;
text-align:center;
list-style:none;
display:inline-block;
border-radius:5px;
margin-bottom:5px;
font-size:18px;
cursor:pointer;	
}
.select-time ul li.selected{
background:#bee7f7;
border-color:#29afe6;
color:#29afe6;		
}
.cart-header{
border-radius:5px;
font-family: "ProximaNovaLtBold";
text-transform:uppercase;
padding:5px 8px;
width:100%;	
background:#ebebeb;
font-size:14px;
display:inline-block;
}
.cart-col-1{
float:left;
width:45%;	
}
.cart-col-2{
float:left;
width:18%;	
}
.cart-col-3{
float:left;
width:18%;	
}
.cart-col-4{
float:left;
width:18%;	
}
.cart-row{
width:100%;
padding:20px 8px;
border-bottom:1px solid #ccc;	
display:inline-block;
line-height:1.2em;
}
.cart-row em{
font-style:normal;
font-size:13px;	
}
.cart-select{
width:70%;
display:inline-block;	
}
.cart-payment-type{
float:left;
width:63%;	
margin-top:20px;
}
.cart-payment-type img, .cart-payment-type span{
display:inline-block;
vertical-align:middle;	
}
.cart-totals{
float:left;
width:36%;	
margin-top:20px;
}
.cart-totals .col{
width:50%;
float:left;	
}
.cart-totals .col strong{
text-transform:uppercase;
font-size:13px;	
font-family: "ProximaNovaLtBold";
}
.form-row{
display:block;
clear:both;
width:100%;	
}
.form-col-1{
width:31.5%;
float:left;	
clear:left;
}
.form-col-2{
width:31.5%;
float:left;	
margin-left:20px;
}
.form-col-3{
width:31.5%;
float:left;	
margin-left:20px;
clear:right;
}
.add-another-child{
float:right;
font-family: "ProximaNovaLtBold";
padding-left:10px;
font-size:15px;
}
.remove-another-child{
float:right;
font-family: "ProximaNovaLtBold";
padding-right:10px;
color:#F0080C;
font-size:15px;
}
.date-mm{
display:inline-block;
width:32%;	
}

.event-booking{
width:100%;	
}
.event-booking .button{
float:right;
color:#fff;
background:#67cef9;
font-size:17px;
padding:8px 10px;
}
.margintopfifty{
margin-top:50px;	
}
.party-select{
width:50%;	
float:left;
}
.party-book-btn{
float:left;
padding:8px 10px;
margin-left:10px;
color:#fff;
background:#67cef9;
font-size:17px;	
}
.pizza-note{
font-size:12px;
margin:0;	
}

.schedule-left{
float:left;
width:48.5%;	
background:#f3e3f9;
border:1px solid #edd1f6;
padding:10px;
}
.schedule-right{
float:right;
width:48.5%;	
background:#fde5eb;
padding:10px;
border:1px solid #f8d1db;
}

.purple-btn{
background:#8f4ca5;
width:100%;
text-align:center;
font-size:25px;	
margin-bottom:30px;
padding:60px 30px;
line-height:1.0em;
}
.purple-btn .fa-calendar, .lightpurple-btn .fa-file-text-o, .pink-btn .fa-calendar, .lightpink-btn .fa-file-text-o{
font-size:20px;
padding:0 0 10px 0;
text-align:center;
border-radius:20px;	
}
.lightpurple-btn{
background:#bb72d3;	
width:100%;
text-align:center;
font-size:25px;	
margin-bottom:0px;
padding:60px 30px;
line-height:1.0em;
}
.pink-btn{
background:#e32551;	
width:100%;
text-align:center;
font-size:25px;	
margin-bottom:30px;
padding:60px 30px;
line-height:1.0em;
}
.lightpink-btn{
background:#f16183;	
width:100%;
text-align:center;
font-size:25px;	
margin-bottom:0px;
padding:60px 30px;
line-height:1.0em;
}

.header-schedules-btn {
padding: 5px 15px 5px 55px;
background: #f69039;
text-transform: uppercase;
font-family: "ProximaNovaLtBold";
color: white;
font-size: 20px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: inline-block;
margin-top: 40px;
float:right;
position: relative; 
}

.header-schedules-btn i {
background: #fda559;
padding: 11px 10px;
position: absolute;
top: 0;
left: 0;
height: 100%;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px; 
}

.header-schedules-btn:hover {
background: #fda559;
color:#fff;
}

.header-schedules-btn.alt {
  background: #8f4ca5;
}
.header-schedules-btn.alt i {
  background: #bc5eda;
}
.header-schedules-btn.alt:hover {
  background: #bc5eda;
}

.booking-trigger{
	position: relative;
}
.booking-note{
	display: none;
	position: absolute;
	bottom:-70px;
	background:#29afe6;
	color:#fff;
	padding:10px;
	text-align: center;
	width:200px;
	font-size: 14px;
	font-family: "ProximaNovaLtBold";
	left:15px;
}
.booking-note:before{
	top:-10px;
	position: absolute;
	content:'';
	left:50%;
	margin-left:-5px;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #29afe6;
}
.booking-trigger i{
	color:#f69039;
	cursor: pointer;
	display: inline-block;
}
.booking-trigger i:hover{
	color:#29afe6;
	cursor: pointer;
}
.booking-trigger i:hover .booking-note{
	display: block;
}

.booking-error{
	background:#e32551;
	color:white;
	padding:10px;
	display: block;
	margin:10px 0 20px 0;
}
.booking-error p{
	margin:0;
}
/* -----------------------------------------------------------------
	IE FIXES
------------------------------------------------------------------*/
