html {
	width: 100%;
	height: 100%;
	}

body {
	width: 100%;
	height: 100%;
	background-color: #5B86E5;
	color: #5b5d5f;
    background-image: -webkit-radial-gradient(circle, #36D1DC, #5B86E5);
    background-image: radial-gradient(circle, #36D1DC, #5B86E5);
    background-attachment: fixed;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

pre {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #7a7b7f;
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

a {
	text-decoration: none;
	color: #5b5d5f;
}

table {
	color: inherit;
	font-weight: inherit;
}

textarea, input, button, select {
	font-family: inherit;
}

.belowfold-content{
	opacity: 0.10;
}

.main-content{
	background-color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 450px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.theme-image{
	display: block;
	margin: 0 auto;
	height: 80%;
	width: 100%;
	max-width: 450px;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;

	position: fixed;
	top: 0;
}

.logo-header{
	display: block;
	width: 20%;
	margin: 10px auto;
}

.invite-info{
	display: block;
	width: 100%;
	max-width: 450px;
	position: absolute;
	top: 78%;
	background-color: #FFFFFF;
	color: #94949b;
	z-index: 10;

	/*remove when more content is present */
	clear: both;
}

.date-time {
	width: 80%;
	text-align: center;
	margin: 3% auto;
}

.event-title {
	width: 90%;
	text-align: center;
	margin: 3% auto;
	color: #487bff;
	font-size: 20px;

}

.hostname{
	color: #5b5d5f;
	font-weight: 500;
	font-size: 14px;

}

.currentrsvpyes {
	color: #0aec4a;
	font-size: 16px;
}

.currentrsvp {
	color: #ed2e2e;
	font-size: 16px;
}

.map-section {
	display: block;
	width: 90%;
	max-width: 380px;
	margin: 5% auto;
    overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 4px 6px 21px -1px rgba(166,166,166,1);
	-moz-box-shadow: 4px 6px 21px -1px rgba(166,166,166,1);
	box-shadow: 4px 6px 21px -1px rgba(166,166,166,1);
}

.map-image {
	max-width:100%;
	max-height:50%;
}

.location-name {

	margin: 10px 0 3px 10px;
	font-size: 15px;
	font-weight: 500;
	color: #5b5d5f;
}

.location-city {
	margin: 5px 0 0 10px;
	color: #a0a0a0;
	padding: 0 0 10px 0;
	font-size: 12px;
	font-weight: 300;
}

.link-section {
	display: block;
	width: 90%;
	max-width: 380px;
	margin: 5% auto;
	padding: 1.5% 0;
    overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 4px 6px 21px -1px rgba(166,166,166,1);
	-moz-box-shadow: 4px 6px 21px -1px rgba(166,166,166,1);
	box-shadow: 4px 6px 21px -1px rgba(166,166,166,1);
}

.link-description {
	padding: 0 25px 0 10px;
	color: #5b5d5f;
	font-size: 15px;
}

.linktip{
	font-weight: 300;
	font-size: 10px;
}

.event-note{
	display: block;
	width: 90%;
	margin: 0 auto 2% auto;
}

.note-title {
	color: #487bff;
	font-size: 18px;
}

.note-text {
	font-size: 16px;
	font-weight: 500;
}

.chat-title {
	color: #487bff;
	font-size: 18px;
}

.chat-text {
	font-size: 16px;
	font-weight: 500;
}

.note-readmore {
	color: #487bff;
	font-weight: 500;
}


#note-extra {
    display: none;
}

#show:target #note-extra {
    display: inline;
}
#show:target #open {
    display: none;
}

#note-extra:target {
  display: inline;
}

#note-extra:target #open {
    display: none;
}

.spacer{
	width: 100%;
}

.bottom-spacer{
	display: block;
	width: 100%;
	height: 75px;
	background-color: #fff;
}

.ad-placement{
	text-align: center;
	font-size: 10px;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.rsvp-footer{
	width: 100%;
	max-width: 450px;
	background-color: #fff;

	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 10;

	height: 18%;
	text-align: center;
	margin: 0;
	padding: 0;

	-webkit-box-shadow: 4px 6px 21px -1px rgba(166,166,166,1);
	-moz-box-shadow: 4px 6px 21px -1px rgba(166,166,166,1);
	box-shadow: 4px 6px 21px -1px rgba(166,166,166,1);

}

.transition{
  display: block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #487bff;
    margin: 10px 10px;
    padding: 0;

}

/*RSVP Modal CSS */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 25px;
    padding-bottom: 25px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #ffffff;
    margin: auto;
    border-radius: 15px;
    max-width: 360px;
    width: 90%;

}

.rsvpnomodal-content {
    background-color: #ffffff;
    margin: auto;
    border-radius: 15px;
    max-width: 360px;
    width: 90%;

}

.rsvpconfirm-content {
    background-color: #ffffff;
    margin: auto;
    border-radius: 15px;
    max-width: 360px;
    width: 90%;

}

.rsvpconfirmno-content {
    background-color: #ffffff;
    margin: auto;
    border-radius: 15px;
    max-width: 360px;
    width: 90%;

}

.rsvpconfirm-content ul{
	line-height: 130%;
}

.rsvpconfirmno-content ul{
	line-height: 130%;
}


.rsvppopup-header{
	border-radius: 15px 15px 0 0;
	background-image: url(../img/rsvp_popupheader.png);
	background-size: 100% 100%;
	height: 120px;
}


.rsvpnopopup-header{
	border-radius: 15px 15px 0 0;
	background-image: url(../img/rsvpno_popupheader.png);
	background-size: 100% 100%;
	height: 120px;
}

.rsvpconfirmpopup-header{
	border-radius: 15px 15px 0 0;
	background-image: url(../img/confirm-header.png);
	background-size: 100% 100%;
	height: 220px;
}

.rsvpconfirmnopopup-header{
	border-radius: 15px 15px 0 0;
	background-image: url(../img/confirmno-header.png);
	background-size: 100% 100%;
	height: 220px;
}

/* The Close Button */
.close {
    color: #838383;
    float: right;
    padding-right: 15px;
    font-size: 35px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button */
.rsvpnoclose {
    color: #838383;
    float: right;
    padding-right: 15px;
    font-size: 35px;
}

.rsvpnoclose:hover,
.rsvpnoclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.rsvpconfirmclose {
    color: #838383;
    float: right;
    padding-right: 15px;
    font-size: 35px;
}

.rsvpconfirmnoclose {
    color: #838383;
    float: right;
    padding-right: 15px;
    font-size: 35px;
}

.rsvpconfirmclose:hover,
.rsvpconfirmclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.rsvpconfirmnoclose:hover,
.rsvpconfirmnoclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}





.countsection{
	background-color: #f1f5fa !important;
	height: 40px;
	margin-bottom: 3px;
	padding-top: 3%;
	padding-left: 10%;
	padding-bottom: 3%;
	font-size: 18px;
}

.countbutton{
	padding: 2% 5% 0 5%;
}


.countnumber{
	background-color: #3ef0fd;
	text-align: center;
    border-radius: 50%;
    width: 12%;
    margin: 0 10%;
}

.formexplanation{
	background-color: #f1f5fa !important;
	height: 18px;
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: 12px;
	text-align: center;
}



.namesection{
	display: inline-block;
	margin: 15px 3% 10px 3%;
	width: 100%;
}

input {
  font-family: 'Montserrat', sans-serif;
}

.nameinput{
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #487bff;
	margin: 15px 10px;
	width: 150px;
	font-size: 16px;
}

.phoneinput{
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #487bff;
	margin: 0.5% 2.5%;
	display: block;
    width: 250px;
    font-size: 16px;

}

.messageinput{
	outline: 0;
	background: transparent;
	border: 1px solid #487bff;
	border-radius: 5px;
	margin: 20px 2%;
	display: block;
    width: 90%;
    font-size: 12px;
	color: #000000;
    padding: 5px;
}

.rsvperror, .rsvperrorno{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	color: red;
}

.submitbutton{
	display: block;
	margin: 0 auto;
	bottom: 0;
	padding-top: 2%;
	padding-bottom: 4%;
}

/*Map Modal CSS */
.mapmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 25px;
    padding-bottom: 25px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.mapmodal-content {
    background-color: #ffffff;
    margin: auto;
    border-radius: 15px;
    max-width: 360px;
    width: 90%;
}

.mappopup-header{
	border-radius: 15px 15px 0 0;
	background-size: cover cover;
	height: 175px;
}

/* The Close Button */
.mapclose {
    color: #838383;
    float: right;
    padding-right: 15px;
    font-size: 35px;
}

.mapclose:hover,
.mapclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.location-info{
	width: 100%;
}

.locationmodal-city{
	margin: 5px 10px 0 10px;
	color: #a0a0a0;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: 300;
}

.maplinksection{
	background-color: #f1f5fa !important;
	height: 45px;
	margin-bottom: 3px;
	padding-top: 3%;
	padding-left: 10%;
	padding-bottom: 3%;
	font-size: 15px;
}

.maplink{
	padding-left: 3%;
}

.maplinkbutton{
	vertical-align: middle;
}

.copiedconfirm{
	color: #18e418;
	font-size: 10px;
	padding-left: 10px;
	display: none;
}

.floatingbutton-footer, .openbutton-footer{
	width:280px;
	padding: 10px 2px;
	margin: 0
	color: #ffffff;

	font-size: 16px;

	position: fixed;

	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	z-index: 500;

	text-align: center;

	border-radius: 15px;

	-webkit-box-shadow: 4px 6px 21px -1px rgba(166,166,166,1);
	-moz-box-shadow: 4px 6px 21px -1px rgba(166,166,166,1);
	box-shadow: 4px 6px 21px -1px rgba(166,166,166,1);


    background-image: -webkit-linear-gradient(right, #36D1DC, #5B86E5);
    background-image: linear-gradient(right, #36D1DC, #5B86E5);
    background-attachment: inherit;

}

.openinappbutton, .rsvpfooterbutton, .openfooterbutton{
	color: #ffffff;
	width: 100%;
}

.scrollreminder{
 	width: 100%;
 	display: block;
	margin: 0 auto;

 	position: fixed;

	left: 50%;
	transform: translateX(-50%);
	bottom: 3px;
	z-index: 10;

	text-align: center;
	font-size: 12px;
}

.poweredbyfooter{
	width: 100%;
	margin: 10px auto 0 auto;
	font-size: 14px;
	text-align: center;
}

#belowfold-content > table.poweredbyfooter > tbody > tr > td > a {
	text-decoration: underline !important;
	color: #94949b !important;
 }


/* Add to Calendar */
.addtocalendar var{
    display: none;
}

.addtocalendar {
	width: 40%;
    margin: 2% 30% 0 30%;
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


/* Blue */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    margin: 0;
    padding: 7px 25px;
    color: #487bff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #487bff;
    border-radius: 5px;
    zoom: 1;
    text-align: center;
}

.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid #487bff;;
    border-radius: 5px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #487bff;;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #487bff;;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: #fff;
}

/*Sharing Icons for Public Event */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
