body {
	background: #53b958;
}

b, strong {
    font-weight: bolder !important;
}
.fullwidthbg {
    background: #b8ddf3;
  height: 90vh;
  min-height: 550px;

  display: block;
}

.videothanks {
  width: 100%;
  max-width: 700px;
    position: relative;
    margin: 0 auto;
    background: #b8ddf3;
  display: block;
}

.videothanks h2 {
  font-family: cooper-black-std, serif;

font-weight: 400;
position: relative;
font-style: normal;
  font-size: 60px;
  color: #fff;
  text-align: center;
  padding: 40px 0px;
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 700px) and (orientation: portrait) {
.videothanks h2 {
  font-size: 30px;
}
.fullwidthbg {
  min-height: 400px;
    height: 60vh;

}

}

.videothanks iframe {
  width:100%;
  margin: 0 auto;
  position: relative;
}

.big  {
	display: block;
}
.small  {
	display: none;
}
.videobackground {
  position: relative;
  left: 0;
  right: 0; 
  margin-top: -22px;
  min-width: 100%; 
 display: block;
  width: 100%; 
  height: auto;
  z-index: -100;
}

.description {
	font-size: 22px;
	color: #d8eff5;
	font-family: helvetica;
	line-height: 30px;
	max-width:700px;
	margin: 0 auto;
	padding: 30px 15px 200px 15px;
}

h1 {
	text-indent: -9999px;
	height: 0;
}
a {
	color: #ffafbd;
	text-decoration: underline;
}

@media only screen and (min-width: 0px) and (max-width: 900px) and (orientation: portrait) {

.description {
	font-size: 16px;
	color: #d8eff5;
	font-family: helvetica;
	line-height: 24px;
	max-width:700px;
	margin: 0 auto;
	padding: 30px 15px 200px 15px;
}

.floatgif {
	width: 100%;
	margin-top: -20px;
}
.big  {
	display: none;
}
.small {
	display: block;
}
.small .videobackground {
	position: relative;
	margin-top: -12px;
}
.small img {
	position: relative;
	margin-bottom: 0px;
}
.small .date {
	width: 100%;
	padding: 0px 10px;
}
body {
	background: #34a04c;
}
}

strong, b {
	font-size: 120% !important;
}

.btn {
  float: left;
  position: relative;
  top: 0;
  cursor: pointer;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
  margin: 20px 7px 41px 0;
  color: #888;
  text-decoration: none;
  text-align: center;

  /* so nobody selects the inside text on button */
  user-select: none;

  /* Smoothing out hover using css3 transitions, if not, the pressed button effect looks a bit hard */
  transition: all 0.2s ease;
}

.btn-small {
  line-height: 36px;
  width: 78px;
  height: 36px;
}

.btn-medium {
  line-height: 45px;
  width: 134px;
  height: 45px;
  font-size: 120%;
}

.soldoutbutton {
    position: relative;
    height: 110px;
    margin-top: 60px !important;
    width: 360px;
    margin: 0 auto;
}

.soldout {
    margin: 0 auto;
    float: none;
    position: absolute;
    width: 300px;
    z-index: 50;
    left: 30px;
    top: -78px;
}


.btn-large {
  line-height: 66px;
  width: 100%;
  float: none;
  display: block;
  height: 79px;
  font-size: 130%;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 40px;
}


.cancel {
  background: #f00;
  box-shadow: 0px 5px #c00;
  color: white;
}

.cancel:hover {
  background: #b00;
  box-shadow: 0px 4px #c00;
  color: white;
}

.cancel:active {
  top: 4px;
  box-shadow: 0px 0px #c00;
}

/*.cancel {
  background: #ffafbd;
  box-shadow: 0px 5px #ff6b85;
  color: white;
}

.cancel:hover {
  background: #ffc0cb;
  box-shadow: 0px 4px #ff6b85;
  color: white;
}

.cancel:active {
  top: 4px;
  box-shadow: 0px 0px #ff6b85;
}*/



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}