body{
	margin:0 auto;
}
.max-width-sony{
	max-width:1220px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#s-main-header{
	height: 642px;
	width: 100%;
	background: url(../images/bg.jpg) center center;
    background-size: cover;
}
#s-main-wrapper{
	width: 100%;
	padding:0 7%;
	margin: 0 auto;
}
#s-main-wrapper h1{
	font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:35px;
	margin:0;
	padding-top:50px;
	padding-bottom:50px;
}
#s-main-wrapper h2{
	font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:22px;
	margin:0;
	padding-top:42px;
}
#s-main-content{
	font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	line-height: 22px;
	margin:0;
	padding-top:32px;
	color:#81808f;
	padding-bottom: 140px;
}
#s-main-content p{
	margin-bottom:24px;
    font-size:15px;
    line-height: 22px;
}
@media only screen and (max-width: 991px){
	#s-main-header{
		height: 250px;
		background-size: cover;
	}
	#s-main-wrapper{
		padding:0 6%;
		width: auto;
	}
	#s-main-wrapper h1{
		padding-top:30px;
		padding-bottom:30px;
	}
}
@media only screen and (max-width: 767px){
	#s-main-header{
		background: url(../images/mobile-bg.jpg) center center;
		height: 220px;
		background-size: cover;
	}
	#s-main-wrapper h1{
		font-size:28px;
	}
	#s-main-wrapper h2{
		font-size:18px;
		padding-top:32px;
	}
	#s-main-content{
		font-size:15px;
		padding-top:22px;
	}
}    

/* Login */
.title {
  padding-bottom: 10px;
  font-size: 24px;
	text-align: center;
}
.login-content, .login-success, .login-fail {

}

#btnLogin {
  padding: 14px 40px;
  font-weight: bold;
  background-color: #e55405;
}
#btnBack {
  border: 1px black solid;
  padding: 8px 12px;
  font-weight: bold;
}
input#pagePassword {
  padding: 4px;
}

.bottom-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.validation-txt-1 {
  font-size: 80%;
  color: #d90011;
  margin-top: 10px;
}
.validation-txt-2 {
  font-size: 80%;
  color: #d90011;
  margin-top: 10px;
}
.btnHolder {
	width: 50%; justify-content: center; padding-top: 20px;
}

.hidden {
  display: none !important;
}
.head-img {
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-size:cover;
  padding-bottom: 50px;
	margin: auto;
}
.img-contain {
 padding-top: 50px;
 display: flex;
 justify-content: center;
}
.input-text {
  width: 80% !important;
  padding: 25px !important;
  margin: auto !important;
}
.vid-play {
	position: relative;
	display: block;
}
.the-risk{
  padding-top: 60px;
}
.first-text {
  text-align: center;
  padding-bottom: 50px;
}
.sony-text, .sony-text-color {
  color: black;
  font-size: 36px;
  line-height: 30px;
  font-family: 'SST Pro',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bolder;
}
.sony-text-color {
  color: #e55405;
}
.retail {
  padding-top: 100px;
	padding-bottom: 100px;
}
.retail-title {
  text-align: center;
}
.play-vid {
  width: 60px;
  height: 60px;
  background: #e55405;;
  border-radius: 40px;

  left: 50%;
    top: 50%;
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
}
.playImg {
	font-size: 70px; 
	color: white;
	margin-left: -3px;
	margin-top: -3px;
}
.login-height {
	min-height: 230px;
}
.fail-img {
  animation: shake 0.5s;
  animation-iteration-count: 1;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.failed-title {
	color: #da1919;
	font-size: 36px;
	line-height: 60px;
}
.success-title {
	color: #12c037;
	font-size: 36px;
	line-height: 60px;
}
.authorised{
	width: 40%;
	text-align: center;
	padding-top: 20px;
}
.lookout {
	color: #da1919;
}
.why {
	text-decoration: none !important;
	color: black;
}
.isAuthorised {
	color: black;
	font-size: 18px;
	
}

@media only screen and (min-width: 1920px){
	.btnHolder{
		width: 34%;
	}
}
@media only screen and (min-width: 2200px){
	.btnHolder{
		width: 30%;
	}
}
@media only screen and (min-width: 2400px){
	.btnHolder{
		width: 27%;
	}
}
@media only screen and (min-width: 2800px){
	.btnHolder{
		width: 25%;
	}
}
@media only screen and (max-width: 1320px){
	.btnHolder{
		width: 60%;
	}
}
@media only screen and (max-width: 1089px){
	.btnHolder{
		width: 60%;
		text-align: center;
	}
	.btn {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1024px){
	.authorised{
		width: 60%;
	}

}
@media only screen and (max-width: 768px){
	.btnHolder{
		width: 80%;
	}
}
@media only screen and (max-width: 640px){
	.sony-text, .sony-text-color {
		font-size: 30px;
	}
}
@media only screen and (max-width: 600px){
	.title{
		font-size: 18px;
	}
}
@media only screen and (max-width: 576px){
	.sony-text, .sony-text-color {
		font-size: 27px;
	}
	.authorised{
		width: 80%;
	}
}
@media only screen and (max-width: 475px){
	.sony-text, .sony-text-color {
		font-size: 24px;
	
	}
	.sony-text {
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 425px){
	.sony-text, .sony-text-color {
		font-size: 22px;
	}
}



.navbar1 {
  overflow: hidden;
}

.navbar1 a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown1 {
  float: right;
	margin-top: 15px;
}

.dropdown1 .dropbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  padding: 7px 8px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
	background-color: #504d56;
}

.navbar1 a:hover, .dropdown1:hover .dropbtn {

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #504d56;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown1:hover .dropdown-content {
  display: block;
	right: 0;
}
.box-1 {
	position: relative;
	z-index: 99;
}
.max-width-sony1 {
	max-width: 1190px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	width:100%;
	display:block;
}