.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #d42426;
  font-size: 10px;
  margin-right: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  display: inline-block;
  transform: scale(0.5);
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #666666;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  overflow-x: hidden;
}

body a {
  color: #d42426;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

body a:hover,
body a:focus {
  color: #d42426;
  text-decoration: underline;
}

#snowflake {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8 !important;
}

.aeroplaneSanta {
  position: absolute;
  top: 200px;
  right: -250px;
  z-index: 12;
}

.showSanta {
  display: none;
}

.deers {
  position: absolute;
  left: -350px;
  top: 150px;
  z-index: 9 !important;
}

.dropdown-menu li a.active {
  background-color: #d42426;
  color: #ffffff;
}

.pageContent img {
  border: solid 1px #c71a26;
  padding: 5px;
  margin: 10px;
}

.pageContent ul {
  padding-left: 15px;
}

.pageContent li {
  list-style: none;
  padding-bottom: 2px;
}

.pageContent li:before {
  /* For a round bullet */
  content: "\2022";
  /* For a square bullet */
  /*content:'\25A0';*/
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -15px;
  top: 0px;
  color: #c71a26;
}

.topMargin {
  margin-top: 100px;
}

.paddingRight {
  padding-right: 120px;
}

.headerBackground {
  background-color: #ffffff;
  color: #333333;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  z-index: 15;
  position: relative;
  border-bottom: solid 1px #eaeaea;
  opacity: 0;
}

.sidebarContent {
  opacity: 0;
}

.contentContainerBackground {
  opacity: 0;
  position: relative;
}

.headerBackground a {
  color: #d42426;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.headerBackground a:hover,
.headerBackground a:focus {
  text-decoration: underline;
  color: #d42426;
}

.inlineBlockMiddle {
  display: inline-block;
  vertical-align: middle;
}

.siteHeader {
  color: #ffffff;
  font-size: 42px;
  line-height: 42px;
  font-family: "Dancing Script", cursive;
  font-weight: 400;
}

.siteHeaderLine {
  height: 2px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9af31+0,feebb4+50,d9af31+100 */
  background: #d9af31; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #d9af31 0%,
    #feebb4 50%,
    #d9af31 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #d9af31 0%,
    #feebb4 50%,
    #d9af31 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #d9af31 0%,
    #feebb4 50%,
    #d9af31 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9af31', endColorstr='#d9af31',GradientType=1 ); /* IE6-9 */
}

.sidebarDescription {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.sidebarSteps {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.footerBackground {
  font-size: 14px;
  color: #333333;
  padding-bottom: 40px;
  margin-top: 40px;
}

.footerBy {
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.footerBy a {
  color: #d42426;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.footerBy a:hover {
  text-decoration: none !important;
}

.eventNotSent {
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.santaCellContainer {
  position: relative;
}

.santaCell {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d32426+0,900f1c+100 */
  background: #d32426; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #d32426 0%,
    #900f1c 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #d32426 0%,
    #900f1c 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #d32426 0%,
    #900f1c 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32426', endColorstr='#900f1c',GradientType=0 ); /* IE6-9 */
  padding: 70px 70px 120px 70px;
  position: relative;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  z-index: 10 !important;

  -webkit-box-shadow: 3px 3px 4px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 3px 3px 4px 0px rgba(204, 204, 204, 1);
  box-shadow: 3px 3px 4px 0px rgba(204, 204, 204, 1);
}

.sidebarSanta {
  position: absolute;
  bottom: -70px;
  left: -160px;
  z-index: 9 !important;
}

.projectImage img:hover {
  opacity: 0.9;
}

.santaCell a {
  background-color: #c71a26;
  border: 0px;
  color: #ffffff;
}

.santaCell a:hover {
  background-color: #c71a26;
  border: 0px;
  color: #ffffff;
  text-decoration: underline;
}

.santaCell .caret {
  border-top-color: #ffffff;
}

.santaCell .dropdown-menu li a {
  background-color: #fff !important;
  color: #c71a26;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
}

.santaCell .dropdown-menu li a:hover {
  background-color: #333333 !important;
  color: #fff;
}

.santaCell .dropdown-menu a {
  color: #fff;
}

.loginCellPadding {
  padding-left: 0px;
}

.sidebarPadding {
  padding-right: 0px;
}

.loginCell {
  background-color: #ffffff;
  padding: 70px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;

  border: solid 1px #dddddd;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 2px 2px 3px 0px rgba(204, 204, 204, 1);
  box-shadow: 2px 2px 3px 0px rgba(204, 204, 204, 1);

  z-index: 10 !important;
  position: relative;
}

.registerCellPadding {
  padding-bottom: 140px;
}

.alert-danger {
  font-size: 14px;
}

.loginCell h1,
.pageTitle h1 {
  color: #333333;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}

.loginCell h2 {
  color: #999999;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.form-control {
  border-radius: 4px;
  border: solid 1px #dddddd;
  height: 55px !important;
  box-shadow: none !important;
  font-size: 16px;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.form-control:focus {
  border: 1px solid #c71a26;
  box-shadow: none;
}

.greyCell {
  background-color: #e9e9e9;
  padding: 20px;
}

.registerCell {
  background-color: #e9e9e9;
  vertical-align: bottom !important;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.messageError {
  height: 70px;
}

.inlineBlock {
  display: inline-block;
}

.footerLetters {
  line-height: 22px !important;
  display: inline-block;
  vertical-align: bottom !important;
}
.transformE {
  display: inline-block;
  margin-right: -5px !important;
  margin-left: -2px !important;
  text-decoration: none !important;
  vertical-align: bottom !important;
  line-height: 22px !important;
  /* Safari */
  -webkit-transform: rotateY(-180deg) !important;

  /* Firefox */
  -moz-transform: rotateY(-180deg) !important;

  /* IE */
  -ms-transform: rotateY(-180deg) !important;

  /* Opera */
  -o-transform: rotateY(-180deg) !important;

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.btn-facebook {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  box-shadow: 0 4px #2a3e72;
}

.btn-facebook:hover {
  box-shadow: 0 2px #2a3e72;
  top: 2px;
  color: #fff;
}

.btn-facebook:active {
  box-shadow: 0 0 #2a3e72;
  top: 4px;
}

.btn-social {
  overflow: hidden;
  padding-top: 15px;
  padding-left: 44px;
  font-size: 17px;
  height: 60px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.btn-social > *:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  bottom: 0;
  font-size: 1.6em;
  left: 0;
  line-height: 64px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
}

h1 {
  color: #ffffff;
  font-size: 48px;
  padding: 0px;
  margin: 0px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

h2 {
  color: #333333;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
h3 {
  color: #333333;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
h4 {
  font-size: 18px;
  color: #666666;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0px;
  padding: 0px;
}

::-webkit-input-placeholder {
  padding-left: 0px;
  padding-top: 2px;
  color: #bbbbbb;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

:-moz-placeholder {
  /* Firefox 18- */
  padding-left: 0px;
  padding-top: 2px;
  color: #bbbbbb;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  padding-left: 0px;
  padding-top: 2px;
  color: #bbbbbb;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

:-ms-input-placeholder {
  padding-left: 10px;
  padding-top: 2px;
  color: #bbbbbb;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.btn-default {
  border-radius: 5px !important;
  background-color: #737373 !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 15px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  padding-top: 15px !important;
  padding-right: 70px !important;
  padding-bottom: 15px !important;
  padding-left: 70px !important;
}

.eventSent {
  color: #13ce67;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
}

.btn-primary {
  border-radius: 4px !important;
  background-color: #13ce67 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding-top: 15px !important;
  padding-right: 25px !important;
  padding-bottom: 15px !important;
  padding-left: 25px !important;
  box-shadow: 0 4px #0fa250;
  border: 0px !important;
  position: relative;
}

.btn-primary:hover {
  box-shadow: 0 2px #0fa250;
  top: 2px;
}

.btn-primary:active {
  box-shadow: 0 0 #0fa250;
  top: 4px;
}

.btn-back {
  border-radius: 4px !important;
  background-color: transparent !important;
  color: #e3224b !important;
  font-size: 14px !important;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding: 10px 25px;
  border: solid 2px #e3224b !important;
  position: relative;
  margin-top: 60px;
}

.btn-back:hover {
  background-color: #e3224b !important;
  color: #fff !important;
}

.btn-login {
  border-radius: 4px !important;
  background-color: #13ce67 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding-top: 20px !important;
  padding-right: 25px !important;
  padding-bottom: 20px !important;
  padding-left: 25px !important;
  box-shadow: 0 4px #0fa250;
  transition: background-color 0.4s;
}

.btn-login:hover {
  box-shadow: 0 2px #0fa250;
  top: 2px;
}

.btn-login:active {
  box-shadow: 0 0 #0fa250;
  top: 4px;
}

.forgotPassword {
  text-align: right;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
}

.forgotPassword a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  transition: color 0.4s;
}

.forgotPassword a:hover {
  color: #d42426;
  text-decoration: none;
}

.lineHeader {
  border-bottom: solid 1px #ccc;
}

.lineHeader div {
  margin-bottom: -10px;
  background-color: #ffffff;
  display: block;
  margin-left: 50px;
  margin-right: 50px;
}

.inlineBlockBottom {
  display: inline-block;
  vertical-align: bottom;
}

.smallText {
  color: #8b8b8b;
  font-size: 14px;
  font-style: italic;
}

label {
  color: #333333;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.marginTop35 {
  margin-top: 35px;
}

#addRecord,
.removeRecordLink {
  font-size: 16px;
  border: solid 2px #d42426;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  transition: background-color 0.4s;
}

#addRecord .fa,
.removeRecordLink .fa {
  font-size: 18px;
  color: #d42426;
  text-align: center;
  padding-top: 10px;
  padding-left: 11px;
  transition: color 0.4s;
}

#addRecord:hover,
.removeRecordLink:hover {
  background-color: #d42426;
}

#addRecord:hover .fa,
.removeRecordLink:hover .fa {
  color: #ffffff !important;
}

.sectionHeader {
  color: #333333;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding-top: 10px;
}

.sectionHeader small {
  color: #999999;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.sectionNumber {
  color: #bbbbbb;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.santaof {
  color: #c71a26;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.eventsCellContainer {
  position: relative !important;
  z-index: 12 !important;
}
.eventsCell {
  background-color: #ffffff;
  text-align: left;
  border: solid 1px #dddddd;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 2px 2px 3px 0px rgba(204, 204, 204, 1);
  box-shadow: 2px 2px 3px 0px rgba(204, 204, 204, 1);
  z-index: 10 !important;
  position: relative;
}

.eventsHeader {
  border-bottom: solid 1px #eaeaea;
  padding: 30px;
}

.producsCell {
  background-color: #f7f7f7;
  border-top: solid 1px #dddddd;
  margin-top: 40px;
  padding: 40px;
}

.christmastree {
  position: absolute;
  bottom: 20px;
  left: -180px;
}

.eventsHeader h1 {
  color: #333333;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.eventsContent {
  background-color: #f7f7f7;
  padding: 60px;
}

.eventPersonFields .form-control {
  border-radius: 0px;
}

.eventInfo {
  padding: 18px;
  background-color: #ffffff;
  height: 170px;
  width: 100%;
}

.eventTitle {
  color: #333333;
  font-size: 21px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.eventDate {
  color: #333333;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.eventBox {
  cursor: pointer;
  padding: 80px;
  height: 320px;
  background-color: #eeeeee;
  border: solid 1px #e8e8e8;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(221, 221, 221, 1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(221, 221, 221, 1);
  box-shadow: 1px 1px 1px 1px rgba(221, 221, 221, 1);
}

.eventBoxFull {
  padding: 0px;
  background-color: #ffffff !important;
  position: relative;
}

.eventDateRow {
  position: absolute;
  bottom: 0px !important;
}

.createEvent {
  padding: 55px 50px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(221, 221, 221, 1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(221, 221, 221, 1);
  box-shadow: 1px 1px 1px 1px rgba(221, 221, 221, 1);
  text-align: center;
}

.importParticipants {
  cursor: pointer;
  color: #d42426;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.importRow {
  display: none;
}

.importField {
  height: 300px !important;
}

.deleteLink {
  color: #d42426;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: color 0.4s;
}

.deleteLink:hover {
  color: #d42426;
  text-decoration: underline;
}

.themeImage {
  cursor: pointer;
}
.themeImage.active {
  border: solid 2px #d42426;
}
.eventMessage {
  height: 100px !important;
  margin-top: 10px;
}

.ui-datepicker-calendar a {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.resultsCell {
  padding: 50px 0px 0px 0px;
  background-color: #ffffff;
  position: relative;
  z-index: 10 !important;
}

.santaResults {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.santaResults h1 {
  color: #d42426;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.santaResults h2 {
  text-align: center;
  color: #333333;
  font-size: 21px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.eventsDetailsText {
  color: #333333;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.santaAmount {
  font-weight: 700;
  color: #d42426;
}

.santaName {
  position: relative;
  text-align: center;
}

.santaNameText {
  position: absolute;
  top: 15px;
  color: #ffffff;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.ideasText {
  color: #c71a26;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.greyCellNoPadding {
  background-color: #e9e9e9;
}

.productsCell {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 28px;
}

.projectImage img {
  width: 100%;
  height: auto;
}
.productTitle {
  color: #333333;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.productLink:hover .productTitle {
  color: #c71a26;
}
.productTitle {
  color: #333333;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: color 0.4s;
}

.productPrice {
  color: #c71a26;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

#ui-datepicker-div {
  z-index: 15 !important;
}

.marginAuto {
  margin: auto;
}

.sidebarImgPadding {
  padding-right: 40px;
}

/*=================== MEDIA QUERIES ===========================*/
/* Large desktop */

@media (max-width: 1460px) {
}

@media (max-width: 1200px) {
  .santaCell {
    padding: 30px;
  }

  .eventBox {
    padding: 50px 40px;
    height: 240px;
  }

  .eventBoxFull {
    padding: 0px;
  }

  .eventInfo {
    height: 120px;
  }
}

/* Landscape phones and down */
@media (max-width: 992px) {
  .loginCellPadding {
    padding-left: 15px;
  }

  .sidebarPadding {
    padding-right: 15px;
  }

  .paddingLeft5 {
    padding-left: 15px;
  }

  .paddingRight5 {
    padding-right: 15px;
  }

  .productsCell {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 28px;
    padding-left: 30px;
  }

  .eventImage img {
    width: 100% !important;
  }

  .eventBox {
    margin-bottom: 20px;
    height: auto !important;
  }

  .eventInfo {
    height: 170px !important;
  }

  .eventDateRow {
    bottom: 20px !important;
  }

  .createEvent {
    display: inline-block;
  }

  .eventBoxAdd {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .removeRecord {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .santaNameText {
    top: 10px;
  }

  .eventImage img {
    width: 100%;
  }

  .createEvent {
    display: inline-block;
  }

  .headerBackground {
    text-align: center;
  }
  .hiddenAllignLeft {
    text-align: left !important;
  }

  .hiddenAllignCenter {
    text-align: center !important;
  }

  .headerWelcome {
    display: block;
  }

  .headerNavPadding {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .headerNavPadding {
    padding-left: 2px;
    padding-right: 2px;
  }

  .siteHeader tspan {
    color: #ffffff;
    font-size: 32px;
    line-height: 32px;
  }

  .sidebarImgPadding {
    padding-right: 20px;
  }

  .sidebarDescription img {
    width: 30px;
    height: auto;
  }

  .santaNameText {
    top: 5px;
    font-size: 20px;
  }

  .eventsContent {
    padding: 40px;
  }
  .eventBox {
    padding: 20px;
  }

  .createEvent {
    padding: 40px;
  }
  .loginCell {
    padding: 20px;
  }

  .santaCell {
    padding: 15px;
  }

  .logo img {
    width: 50% !important;
  }

  #camera_wrap_1 {
    display: none !important;
  }

  .promoimage {
    display: none !important;
  }

  .subscribeEmail {
    width: 100%;
  }

  .getintouchTitle {
    font-size: 12px;
  }

  .getintouchSubtitle a {
    font-size: 12px;
  }

  .getintouchText {
    font-size: 11px;
  }
}

@media (max-width: 320px) {
  .santaNameText {
    top: 2px;
    font-size: 20px;
  }
}
