/* RESET CSS */

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;
}

/* PHONESEX DESKTOP STYLES */

body {
	font-family: 'Helvetica', sans-serif;
}
p {
	text-align: center;
}
h3 {
	font-size: 1.5em;
	line-height: 130%;
/*	text-transform: uppercase; */
}
h1 {
/*	text-transform: uppercase; */
	font-size: 3em;
	margin: 1em 0 0.2em 0.375em;
	line-height: 100%;
}
h1 a {
	text-decoration: none;
	color: #000;
}
h2 {
	text-transform: uppercase;
	font-size: 4em;
	margin: 1.3em 0 0 0.7em;
	line-height: 1%;
}
h2 a {
	text-decoration: none;
	color: #000;
}
/*
h3 {
	font-weight: 700;
	font-size: 2em;
	margin: 0 auto 0 0.5em;
	line-height: 115%;
} */
h3 a {
	color: #000;
	text-decoration: none;
}
h4 {
	font-size: 1em;
	text-transform: uppercase;
	padding: 0.5em auto;
/*	margin-left: 3em; */	
}
h5 {
	text-align: center;
}
a {
	color: #eb1c23;
	text-decoration: none;
}
a:hover {
	color: #ff494f;
}
#container {
/*	width: 100%; */
/*	width: 1000px; */
	margin: 0 auto;
/*	overflow: hidden; */
	text-align: center;
}
.subContainer {
/*	width: 68.750em; */
	width: 1100px;
	padding: 0 auto;
	margin: 0 auto;
	text-align: center;
}
/* FULL WIDTH CONTAINER FOR 1800PHONESEX LOGO & BURST */
header {
	width: 100%;
	height: auto;
	padding: 0.5em 0;
	margin: 0;
	display: block;
/*	background: #000; */
	float: left;
}
#PSlogo-burst {
	width: 1200px;
	margin: 0 auto;
}
#PSlogo {
	width: 100%;
	height: 252px;	
	padding: 0.5em 2em;
	margin: 0 auto 2em auto;
	text-align: center;
	display: block;
	clear: both;
}
/* PHONE NUMBER WITH BLACK BACKGROUND */
.phoneNumber {
/*	background: rgba(0,0,0, 0.7); */
	margin: 1em 0 0 0;
	padding: 0;
	width: 100%;
	height: 80%;
	text-align: center;
	display: block;
	clear: both;
}
.phoneNumber h2 {
	font-family: 'Helvetica', sans-serif;
	font-size: 3em;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	padding: 1em 0 0.5em 0;
}
.phoneNumber p {
	font-family: 'Helvetica', sans-serif;
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
/*	color: #ffe400; */
	color: #000;
	padding: 1em 0 0.5em 0;
}
footer {
	/* clear: both; */
	font-weight: 300;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #222;
	background-color: rgba(255,255,255,0.4); /* white */
	display: block;
	position: fixed;
	bottom: 0;
}	
footer.clear {
	clear:both;
}
footer p {
	font-family: 'Helvetica', sans-serif;
	padding: 1em;
	margin: 0;
	line-height: 1.5em;
}
/* CALLBACK STYLES */

	#phoneNumberDiv1 {
		background-color: rgba(235,28,34,0.9); /* red */
		color: #fff;
		width: 35%;
		margin: 2em auto;
		padding: 1em 2em 2em 2em;
		border-radius: 12px;
		text-align: center;
	}
	#phoneNumberDiv1 h1, h2 {
		text-transform: none;		
	}
	#phoneNumberDiv1 h3 {
		color: #fff;
		font-size: 2em;
		margin: 0.5em 0 1em 0;
	}
	#pinDiv, #pinDiv1, #thankYou{
		display: none;
		background-color: rgba(235,28,34,0.9); /* red */
		width: 500px;
		margin: 2em auto;
		padding: 1em 2em 2em 2em;
		border-radius: 16px;
	}
	.form-control {
    width: 200px;
    margin: 0 -2em 0 3.25em;
    float: left;
  	}
	.btn-success {
		font-size: 1.2em;
	}

/* PAUSE BUTTON and VIDEO */
video { 
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
/*background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/polina.jpg') no-repeat; background-size: cover;  -webkit-transition: 1s opacity; transition: 1s opacity;*/ }
div { /*font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif; */   
/* font-weight: 100;  background: rgba(0,0,0,0.3); color: white; padding: 0; width: 20%; margin: 0; float: left; font-size: 1.2rem; }
h1 { font-size: 3rem; text-transform: uppercase; margin-top: 0; letter-spacing: .3rem; }
a { /* display: inline-block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); 
padding: .5rem; -webkit-transition: .6s background; transition: .6s background; }
a:hover { /*background: rgba(0,0,0,0.9);*/ }
.stopfade { opacity: .5; }
/*
#xoxo button { 
  display: block;
  width: 15%;
  clear: both;
  padding: .5em;
  border: none; 
  margin: 0 auto; 
  font-size: 1.2em;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  -webkit-transition: .3s background;
  transition: .3s background;
}
#polina button:hover { 
   background: rgba(0,0,0,0.5);
}

/* sound button */
.btn-play {
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5), 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5), 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5), 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5), 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
  color: #3a3a3a;
  margin: 0 auto;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.btn-play.large {
  width: 115px;
  height: 115px;
  border: 10px solid #fff;
  font-size: 40px;
}
.btn-play.medium {
  width: 70px;
  height: 70px;
  border: 7px solid #fff;
  font-size: 35px;
}
.btn-play .fa {
  top: 50%;
  transform: translateY(50%);
  margin-left: 6px;
}
.sound {
  position:absolute;
  top:100px;
  right:35px;
  background:transparent;
  border:0;
  z-index: 100;
  color:#3a3a3a;
 /* font-family: 'Oswald', sans-serif; */
  text-transform: uppercase;
  font-size:12px;
  opacity:0.75;
}
.sound i {
  font-size: 16px;
}
#turnSoundOn {
  display:none;
}
#turnSoundOff {
  display:none;
}

/* @media screen and (max-width: 500px) { 
  div{width:70%;} 
}
@media all and (max-device-width: 800px) {
  body { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/polina.jpg") #000 no-repeat center center fixed; background-size: cover; }
  #bgvid, #polina button { display: none; }
  div{width:70%;} 
}
/* INPUT CSS */
  input { 
/*    text-align: center; */
    
  }
   input[type="text"] {
      font-size:18px;
  }	


/* MEDIA QUERIES */
@media screen and (min-width: 768px) and (max-width: 1024px) { /* ipad portrait & landscape */
	
	/* PHONE NUMBER WITH BLACK BACKGROUND */
	.phoneNumber {
		margin: 1.5em 0 0 0;
	}
	.phoneNumber h2 {
		font-size: 3em;
	}
	.phoneNumber p {
		font-size: 1.5em;
		padding: 0.25em auto 0.5em auto;
	}
	#phoneNumberDiv {
	margin: 2em auto;
	padding: 1em;
	border-radius: 16px;
	}
}	