.center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

* {
    outline: none;
}


h1 {
	font-size: 55px;
	overflow: auto;	
    color: white;
    margin-top: 50px;    font-style:normal;
    font-family:dpgothic, sans-serif !important;
    text-transform: uppercase;
}

@media (max-width: 800px) {
	#signup h1 {
	padding: 0px 15%;
    font-size: 22px;
	}	
}

.pop-up-signup-in { font-style: normal; background-color: white; border: 5px solid #000; border-radius: 5px; box-sizing: border-box; padding: 20px 45px; text-align: center; }

.pop-up-signup-in p { color: #000; font-size: 16px; line-height: 20px; margin: 0; }

.pop-up-signup-in p.cont-link { background-color: #f0f0f0; border: 1px solid #dddddd; margin: 15px 0 10px; padding: 15px 25px; }

#share_twitter { background: #7fbbdf url("https://www.fanbridge.com/images/widget/manage/video/share-twitter.png") no-repeat scroll 9px center; } 

#share_facebook { background: #3b5999 url("https://www.fanbridge.com/images/widget/manage/video/share-facebook.png") no-repeat scroll 11px center; } 

.button.share_button { color: white; font-weight: bold; height: 40px; line-height: 44px; margin-right: 10px; padding: 10px 15px 10px 40px !important; text-decoration: none; }

#cboxLoadedContent { margin-bottom: 0px; overflow-x: hidden; overflow-y: auto; height: auto;}

.signup-pop-up #cboxClose { right: 5px; top: 8px; }

#cboxClose { background: rgba(0, 0, 0, 0) url("https://www.fanbridge.com/images/btn_close.png") no-repeat scroll 0 0; border: 0 none; height: 38px; position: absolute; right: -20px; text-indent: -9999px; top: -20px; width: 38px; z-index: 10001; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; } .fbridge select::-ms-expand { display: none; } input.fb-input-error { border: 1px solid red; }

.cont-link, #share_facebook, #share_twitter {
    display: none;
}

#html_form {
    margin: 0 auto;
}

form {
    display: table;
}

input#email {
    background: white;
    font-size: 17px;
    line-height: 17px;
    vertical-align: middle;
    padding: 15px 6px;
    border-radius: 4px;
    color: black;
    font-style: normal;
    width: 400px;
    text-align: center;
    border: 0px;
    outline: 0px;
    margin: 0px 0px 4px 0px;   
    font-family: dpgothic, sans-serif;
}

input#submit {
    background: none;
    font-size:16px;
    vertical-align: middle;
    padding: 4px 20px;
    border-radius: 4px;
    color: white;
    letter-spacing: 2px;
    border: 0px;
    text-align: center;
    outline: 0px;
    margin: 0px; 
    font-family: dpgothic, sans-serif;    
    transition: 0.3s;
    cursor: pointer;
    font-style: normal;
    text-transform: uppercase;
}

input#submit:hover {
    color: #fff;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: dimgray;
  font-family: dpgothic, sans-serif;    
}
::-moz-placeholder { /* Firefox 19+ */
    color: dimgray;
  font-family: dpgothic, sans-serif;    
}
:-ms-input-placeholder { /* IE 10+ */
    color: dimgray;
  font-family: dpgothic, sans-serif;    
}
:-moz-placeholder { /* Firefox 18- */
      color: dimgray;
  font-family: dpgothic, sans-serif;    
}


@media (max-width: 800px) {
input#email {
    width: 250px;
}    
}