/*@charset "UTF-8";*/
/* CSS Document */

#extranewsbottombox{
pointer-events: none;
visibility: hidden;
}	

	#extrayellowhome{
pointer-events: none;
visibility: hidden;
}	
	

#apDivLOGOhome {
	position: fixed;
	background-image: url(../images/BAlogolight.svg);
	background-repeat:no-repeat;
	background-size: 100%;
	width: 180px;
	height:58px;
	text-align:center;
	top: 0;
	margin-top: 5px;
	left:95%;
	margin-left: -160px;
	z-index: 999999;
	visibility:visible;	
	opacity: 0.8;
	   -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;	
	background-color: rgba(141,169,2,0.0);
}
.page {
  background:url(../images/facebook_mobile.svg) no-repeat;
  background-position-x:center;
  background-size: 74%;
  text-align:center;
  width:44px;
  height:44px;              
  float: left;
}
.page2 {
  background:url(../images/twitter_mobile.svg) no-repeat;
  background-position-x:center;
  background-size: 74%;
  text-align:center;
  width:44px;
  height:44px;              
  float: left;
}
.page3 {
  background:url(../images/youtube_mobile.svg) no-repeat;
  background-position-x:center;
  background-size:74%;
  text-align:center;
  width:44px;
  height:44px;              
  float: left;
}
.pageHolder{
	position: fixed;
	left: 90%;
	margin-left: -250px;
	width: 280px;
	height: 60px;
	top: 0;
	margin-top: 22px;
	overflow:visible;
	z-index: 999999;
 }
 #follow {
	font-family: 'PT Sans', Verdana, Geneva, sans-serif;
	color: #BCC0AE;
	font-size: 0.8em;
	line-height: 0.5em;
	letter-spacing: 0.02em;
	position: relative;
	width: 300px;
	height:15px;
	z-index: 0;
	margin-top: 34px;
	left: 15px;
	overflow:visible;
}
.socialicons {
	position: relative;
	width: 320px;
	height: 40px;
	text-align:center;
	left: 50%;
	margin-left: -150px;
	margin-top:-6px; 
	overflow:visible;
	

}
#topbar2 {
	position: fixed;
	height: 64px;
	width: 100%;
	top: 0;
	/*background-color: rgba(35, 37, 24, 0.9);	
border-bottom: 1px dashed  #858457;*/
background: rgb(122,119,91);
background: -moz-linear-gradient(90deg, rgba(122,119,91,0.4) 15%, rgba(106,111,87,0.6) 86%);
background: -webkit-linear-gradient(90deg, rgba(122,119,91,0.4) 15%, rgba(106,111,87,0.6) 86%);
background: linear-gradient(90deg, rgba(122,119,91,0.4) 15%, rgba(106,111,87,0.6) 86%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a775b",endColorstr="#6a6f57",GradientType=1);

	border-bottom: 0px solid #858457;

	z-index: 99999;
}
#bottomHyelo {
	position: fixed;
	width: 100%;
	height: 68%;
	left: 0;
	background-color:#c68500;
	 top: 29%;
	margin-top: 358px;
	visibility: visible;
	z-index: 0;
	pointer-events: none;
	}
#bottomHfade {
position: fixed;
height: 50%;
 width: 100%;
bottom: 0;
margin-bottom: 0px;
/*z-index: 9989;*/
	z-index: 2;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 80%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 80%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
pointer-events: none;
visibility: visible;
}
.bellevuelink { 
	position: fixed;
	display: inline-block;
	width: 70px;
	height: 60px;
	left: 12%;
	margin-left: 140px;
	top: 100%;
	margin-top: -230px;
	cursor:pointer;
	z-index: 9999999;
background-color: rgba(8,152,207,0);
}

#bombback {
 	position: fixed;
   	top: 0;
  	right: 0;
 	bottom: 0;
 	left: 0px;
 	width: auto;
	height:100vh;
	z-index:-10;
	}	
.bombbackimage {	
background:url(../images/bg_mobile.jpg) no-repeat;
background-size: 280% 140%;
background-position: 39% 0%;
	max-height: 780px;
background-repeat:no-repeat;
 -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;	
}
#city {
	position: fixed;
    top: 0;
	margin-top: calc(3vh + 22px);
	left: 0;
	margin-left: 0px;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_mobile.png);
	background-size: 216%;
	background-repeat:no-repeat;
	background-position-x: 16.5%;
	background-position-y: 20px;
	pointer-events: none;
		z-index:-6;
	       -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;	
	background-color:rgba(209, 209, 0, 0);
	}
#HEAD {
	position:fixed;
	width:100%;
	height: 166px;
	text-align: right;
	z-index:-8;
	top: 0px;
	margin-top: 80px;
	right: 50%;
	margin-right: -53%;
	overflow:visible;
	pointer-events: none;
	background-image: url(../images/coroner_New3.svg);
	background-repeat: no-repeat;
	background-size: 100%;

}
#HEAD2 {
	position:fixed;
	width:100%;
	height: 166px;
	text-align: right;
	z-index:-5;
	top: 0px;
	margin-top: 88px;
	right: 50%;
	margin-right: -53%;
	overflow:visible;
	background-image: url(../images/coroner_New3a.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: rgba(79, 6, 243, 0);
}

#bottomFadeNEW{
position: fixed;
width: 100%;
 height: 70%;
bottom: 0px;
margin-bottom: 0px;
background-image: url("../images/bg_mobile_Bfade2.png");
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: 0% 0%;
z-index: -1;
opacity: 0.8;
mix-blend-mode:darken;
 }
#bombtextbox{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 66px;
	left: 0;
	margin-left: 0px;
	z-index: 99999;
	 overflow-y: scroll; 
  -webkit-overflow-scrolling: touch;		
	background-color:rgba(0,0,0,0.0); 
	border-top: 0px;
border-bottom: 0px;

}
#bombtext {
	position: absolute;
	width: 87%;
	top: 100%;
	margin-top: -167px;
	right: 4%;
	margin-right: -5px;
	height: auto;
	border-top: 1px dashed #7a8557;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom: 0px;
	border-right: 0px;
	padding-right: 16px;
	padding-left: 12px;
	text-align: left;
	padding-top: 20px;
	overflow: hidden;  
	background-color: rgba(33, 39, 35, 0.9);
}

p.rigthtext {
	font-family: 'TitilliumText25L800wt', Verdana, Geneva, sans-serif;
	font-style:normal;

	font-size: 1.4em;
	line-height: 120%;
	letter-spacing: 0em;
	margin-bottom: 0px;
	margin-top: 12px;
	padding-left: 24px;
	padding-right: 3%;
	text-align: left;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}



.moreColor {
		color:#c5bfa0;	
	}
	.moreupColor {
			color:#c5bfa0;	
	}	
.vidplayheadColor {
	color: #b1d2bc;
}
.PlaytextColor {
  color: #87ded0;
}
.Prighttextcolor {
	color: #b5d4bd;
}
.PrigthtextAsub9color {
	color: #b1d2bc;
}
.rigthtextAcolor {
	color:#cad7c1;
}
A.class66 { font-family: 'TitilliumText25L999wt', Verdana, Geneva, sans-serif; color:#00bda7;}
A.class66:link  { text-decoration: none; color:#00bda7;}
A.class66:visited {text-decoration: none; color:#00bda7;}
A.class66:hover {text-decoration: none;color:#079c8b;}
A.class66:active {text-decoration: none; color:#00bda7;}

.stylenewsOneColor {
		border-top: thin dashed #527a76;
}
.stylenewsColor {
		border-top: thin dashed #527a76;	
}



p.rigthtextPlay {
	font-family: 'TitilliumText25L800wt', Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#e7f0d5;
	font-size: 1.3em;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	text-align: left;
}

#PlayVid {
	position: absolute;
	display:inline-block;

	height: 70px;
	width: 180px;
	background-color: rgba(103,119,67,0);
	margin-top: -18px;
	margin-left: 0px;
	padding-left: 24px;
	cursor: pointer;
}
h1.vidplayhead {
	font-family: 'TitilliumText25L800wt', Verdana, Geneva, sans-serif;
	font-style:normal;

	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	text-align: left;
		text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.Playtext {
	font-family: 'TitilliumText25L800wt', Verdana, Geneva, sans-serif;
	font-style:normal;

	font-size: 0.65em;
	line-height: 0em;
	letter-spacing: 0em;
	text-align: right;
	padding-left: 0px;
}

p.rigthtextPlayBOLD {
	font-family: 'TitilliumText25L800wt', Verdana, Geneva, sans-serif;
	color:#e7f0d5;
	font-size: 1.3em;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 24px;
	padding-right: 2%;
	text-align: left;
}
p.rigthtextPlayBOLD3 {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;
	color:#e7f0d5;
	font-size: 1.5em;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 24px;
	padding-right: 2%;
	text-align: left;
}
p.rigthtextA {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;

	font-size: 1.1em;
	line-height: 150%;
	letter-spacing: 0em;
	margin-top: 10px;
	margin-bottom: 16px;
	padding-right: 6%;
	padding-left: 24px;
	text-align: left;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;

}
p.rigthtextAsocial {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;
	color: #fafffd;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	margin-top: 16px;
	margin-bottom: -10px;
	padding-left: 24px;
	text-align: left;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
p.rigthtextAsub9 {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;

	font-size: 0.9em;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	margin-top: 6px;
	margin-bottom: 16px;
	padding-left: 24px;
	text-align: left;
	 text-transform: uppercase;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
p.rigthtext22 {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;
	color:#e1eae8;
	font-size: 1.05em;
	font-style:normal;
	line-height: 1.2em;
	letter-spacing: 0em;
	text-align: right;
	padding-left: 90px;
}
p.rigthtextLINK {
	font-family: 'TitilliumText25L600wt', Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	text-align: left;
	padding-left: 25px;
	padding-bottom: 20px;
	text-indent: -15px;
	padding-top: 10px;
	padding-right: 20px;
		text-rendering: optimizeLegibility;
 -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.dot1 {
font-size: 210%;
color: #00ad99;
margin-left: -7px;
padding-right: 6px;
vertical-align: -2px;
	}
hr.stylenews{
	display: block;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    margin-left: 1em;
    margin-right: auto;
	border-bottom: 0px solid rgba(87, 75, 30, 0);
	border-left: 0px solid rgba(87, 75, 30, 0);
	border-right: 0px solid rgba(87, 75, 30, 0);
	width: 93%;
}
hr.stylenewsOne {
	display: block;
    margin-top: 2.6em;
    margin-bottom: -0.8em;
    margin-left: 1em;
    margin-right: auto;

	border-bottom: 0px solid rgba(87, 75, 30, 0);
	border-left: 0px solid rgba(87, 75, 30, 0);
	border-right: 0px solid rgba(87, 75, 30, 0);
	width: 93%;
}
hr.stylenewsPlay{
	display: block;
    margin-top: 2.4em;
    margin-bottom: 1.4em;
    margin-left: 1em;
    margin-right: auto;
    border-style: inset;
	border-top: thin solid #888353;
	border-bottom: 1px solid rgba(87, 75, 30, 0);
	border-left: 1px solid rgba(87, 75, 30, 0);
	border-right: 1px solid rgba(87, 75, 30, 0);
	width: 94%;
}
hr.stylenewsPlay3 {
	display: block;
    margin-top: 1.1em;
    margin-bottom: 1.4em;
    margin-left: 1em;
    margin-right: auto;
    border-style: inset;
	border-top: thin solid #888353;
	border-bottom: 1px solid rgba(87, 75, 30, 0);
	border-left: 1px solid rgba(87, 75, 30, 0);
	border-right: 1px solid rgba(87, 75, 30, 0);
	width: 94%;
}
.playcolor {
	font-family: 'TitilliumText25L600wt', Verdana, Geneva, sans-serif;
	color:#f0c000;
	}	
.AS00,.AS01,.AS02,.AS03 {
	position: absolute;
	display: block;
	height: 35px;
	width: 165px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: 'TitilliumText25L999wt', Verdana, Geneva, sans-serif;
color:#f0c000;
	font-size: 0.8em;
	font-style:normal;
	line-height: 1em;
	letter-spacing: 0.04em;
	text-align: left;
	padding-left: 24px;
	cursor: pointer;
}

.vidtext {
		font-family: 'TitilliumText25L999wt', Verdana, Geneva, sans-serif;
color:#f0c000;
	font-size: 0.8em;
	font-style:normal;
	line-height: 1em;
	letter-spacing: 0.04em;
	text-align: left;
}

p.major2 {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;
	color:#24fff8;
	font-size: 88%;
	line-height: 0em;
	letter-spacing: 0.06em;
	margin-top: 0px;
	margin-bottom: 16px;
	padding-left: 0px;
	text-align:center;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

#callout {
	position: fixed;
	width:  380px;
	height: 200px;
	top: 100%;
	margin-top: -220px;
	left: 10%;
	margin-left: 0px;	
	/*background-image: url("../images/callout2HorWide.svg");*/
	background-image: url("../images/callout2HorWideLeft.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 9990;
	pointer-events: none;
		       -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;	
}

#outerdivCO {
	transition: opacity 0.5 ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
	}
.outerwrapperCO {
	position: relative;
	width: 90%;
	height: 100%;
	left: 5%;
	margin-left: 0px;
	top: 40%;
	margin-top: -50px;
	opacity: 0;
	overflow-y: visible;
	}






@media (min-height: 520px) { 	

	#city {
    top: 0;
	margin-top: calc(3vh + 22px);
	left: 0;
	margin-left: 0px;
	width: 100%;
	height: 100%;
	background-size: 236%;
	background-position-x: 36.5%;
	background-position-y: 30px;
	background-color:rgba(209, 209, 0, 0);
	}
}
/*------------------------min width 0 above----------------------*/





/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/





@media (min-width: 640px) { 	 
	

.pageHolder{
	position: fixed;
	left: 90%;
	margin-left: -250px;
	width: 280px;
	height: 60px;
	top: 0;
	margin-top: 22px;
	overflow:visible;
	z-index: 999999;
 }
p.rigthtext {
	font-size: 1.3em;
	line-height: 140%;
	margin-bottom: 0px;
	margin-top: 12px;
	padding-left: 24px;
	padding-right: 12%;
	text-align: left;
}
p.rigthtextPlay {
	color:#e7f0d5;
	font-size: 1.4em;

}		 
p.rigthtextPlayBOLD  {
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 24px;
	padding-right: 2%;
	text-align: left;
}	
 p.rigthtextPlayBOLD3  {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 24px;
	padding-right: 0%;
	text-align: left;
}	
	
/*...............................................................................................................*/
}/*640 end*/



/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/

@media only screen and (min-width: 667px) {
	
	 
	
#topbar2 {
	position: fixed;
	height: 64px;
	width: 100%;
	top: 0;	
	border-bottom: 0px solid #202220;
background: rgb(115,109,87);
background: -moz-linear-gradient(90deg, rgba(115,109,87,0.9) 0%, rgba(108,104,74,0.2) 30%, rgba(80,85,67,0.8) 86%);
background: -webkit-linear-gradient(90deg, rgba(115,109,87,0.9) 0%, rgba(108,104,74,0.2) 30%, rgba(80,85,67,0.8) 86%);
background: linear-gradient(90deg, rgba(115,109,87,0.9) 0%, rgba(108,104,74,0.2) 30%, rgba(80,85,67,0.8) 86%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#736d57",endColorstr="#505543",GradientType=1);
	
z-index: -8;
}
	
#bottomFadeNEW{
width: 100%;
height: 70%;
bottom: 0px;
margin-bottom: 0px;
background-size: 100% 100%;
background-position: 0% 0%;
z-index: -5;
opacity: 0.5;
 }
.outerwrapperCO {
	position: relative;
	width: 60%;
	height: 100%;
	min-width: 300px;
	max-width: 500px;
	left: 25%;
	margin-left: -30px;
	top: 28%;
	margin-top: -50px;
	opacity: 0;
	}
#callout {
	position: fixed;
	width: 500px;
	max-width: 580px;
	height: 180px;
	top: 88%;
	margin-top: -138px;
	left: 86%;
	margin-left: -432px;
	background-image: url("../images/callout2HorV2.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: rgba(198,214,32,0);
}
hr.stylenewsOne {
margin-top: 2em;
  margin-bottom: -0.8em;
width: 92%;
}
#apDivLOGOhome {
	z-index: 9998;
}
#bottomHfade {
height: 50%;
width: 100%;
bottom: 0;
margin-bottom: 0px;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 80%);
background: -webkit-linear-gradient(0deg,  rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 80%);
background: linear-gradient(0deg,  rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}		
#bottomHyelo {
	z-index: -1;
	}	
.bellevuelink { 
	width: 80px;
	height:80px;
	left: 86%;
	margin-left: 0px;
	top: 88%;
	margin-top: -108px;
	background-color: rgba(198,214,32,0);
}
#HEAD {
	position: fixed;
	width:64%;
	height: 166px;
	text-align: right;
	top: 8%;
	margin-top: 90px;
	right: 18%;
	margin-right: -110px;
	overflow:visible;
	background-color: rgba(246,219,81,0);
}
#HEAD2 {
	position: fixed;
	width:70%;
	height: 166px;
	text-align: right;
	z-index:-5;
	top: 8%;
	margin-top: 88px;
	right: 18%;
	margin-right: -132px;
	overflow:visible;
	background-size: 100%;
	background-color: rgba(246,219,81,0);
	pointer-events: none;
}	
.bombbackimage {
background-size: 150% 220%;
background-position:60% 25%;
		max-height: 450px;
 }
#city{
    top: 0;
	margin-top: calc(10vh - 100px);
	left: 12%;
	margin-left: -300px;
	width: 140%;
	max-width: 1024px;
	height: 134%;
	background-size: 95%;
	background-position-x: 4%;
	background-position-y: -16px;
	background-color:rgba(209, 209, 0, 0.0);
	}
#bombtext {
	width: 64%;
	top: 98%;
	margin-top: -60px;
	right: 18%;
	margin-right: -100px;
	height: auto;
	border-top: 1px dashed #7a8557;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom: 0px;
	border-right: 0px;
	padding-right: 30px;
	padding-left: 12px;
	text-align: left;
	padding-top: 20px;
	background-color: rgba(33, 39, 35, 0.8);
}
#bombtextbox{
	top: 0px;
	z-index: 99999;
	background-color:rgba(0,0,0,0.0); 	
	border-top: 0px;
border-bottom: 0px;

}	
#PlayVid {
	height: 70px;
	width: 320px;
	margin-top: -2px;
	margin-left: 0px;
	padding-left: 24px;
	cursor: pointer;
}
h1.vidplayhead {
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	text-align: left;
}
.Playtext {
	font-size: 0.65em;
	line-height: 0em;
	letter-spacing: 0em;
	text-align: right;
	padding-left: 8px;
}

/*---------------------*/
@media (min-height: 540px) {	
	
#bottomFadeNEW{
width: 100%;
height: 70%;
bottom: 0px;
margin-bottom: 0px;
background-size: 100% 100%;
background-position: 0% 0%;
z-index: -5;
opacity: 0.3;
 }
.outerwrapperCO {
	position: relative;
	width: 75%;
	height: 100%;
	min-width: 300px;
	max-width: 650px;
	left: 23%;
	margin-left: -70px;
	top: 40%;
	margin-top: -100px;
	opacity: 0;
	}
}/*min height 540*/
	
	
/*---------------------*/
	
@media (min-height: 580px) {	
	.bellevuelink { 
	width: 90px;
	height: 90px;
	left: 100%;
	margin-left: -118px;
	top: 10%;
	margin-top: 200px;	
	background-color: rgba(198,54,32,0);
}
#callout {
	position: fixed;
	width: 420px;
	height: 180px;
	top: 10%;
	margin-top: 220px;
	left: 100%;
	margin-left: -460px;
	background-image: url("../images/callout2HorWide.svg");
	background-repeat: no-repeat;
	background-size: 100%;
		background-color: rgba(198,54,32,0);
}

}	/*min height 736*/
/*---------------------*/	
/*---------------------*/

@media (min-height: 860px) {	
#bottomHyelo {
	width: 100%;
	height: 68%;
	left: 0;
	background-color:#c68500;
	 top: 27%;
	margin-top: 680px;
	visibility: visible;
	pointer-events: none;
		z-index: -1;
	}
	
		.bellevuelink { 
	width: 90px;
	height: 90px;
	left: 100%;
	margin-left: -118px;
	top: 80%;
	margin-top: -70px;	
	background-color: rgba(48,234,32,0);
}
#callout {
	position: fixed;
	width: 420px;
	height: 180px;
	top: 80%;
	margin-top: -50px;	
	left: 100%;
	margin-left: -460px;
	background-image: url("../images/callout2HorWide.svg");
	background-repeat: no-repeat;
	background-size: 100%;
		background-color: rgba(48,234,32,0);
}
}/*min height 860*/
	
/*......................................*/	
}/* 667 end*/

/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/





@media only screen and (min-width: 768px) {


.bombbackimage {
background-size: 150% 200%;
background-position:60% 28%;
 }		
.dot1 {
	font-size: 210%;
	color: #00ad99;
	margin-left: -7px;
	padding-right: 4px;
	vertical-align: -1.5px;
	}	
#bottomHfade {
		height: 30%;
		 width: 100%;
		bottom: 0;
		margin-bottom: 0px;
	
		background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 80%);
background: -webkit-linear-gradient(0deg,  rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 80%);
background: linear-gradient(0deg,  rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}	

/*------------------------------*/
	
	
@media (min-height: 480px) { 

#extrayellowhome{
		position: fixed;
		display: block;
		width: 283px;
		height: 100%;
		left: 0;
		margin-left: 0px;
		top: 0;
		background-color: rgba(185, 218, 185, 0.25);
		z-index: 9;
		visibility: visible;
	}	
.outerwrapperCO {
	position:absolute;
	width: 60%;
	left: 50%;
	margin-left: -280px;
	min-width: 500px;
	max-width: 650px;
	top: 30%;
	margin-top: -80px;
	opacity: 0;
	}
#bottomHyelo {
background-color:#979c9b;
z-index: -1;
	}	
.page {
  background-position-x:center;
  background-size: 60%;
  text-align:center;
  width:50px;
  height:50px;              
  float: left;
}
.page2 {
  background-position-x:center;
  background-size: 60%;
  text-align:center;
  width:50px;
  height:50px;              
  float: left;
}
.page3 {
  background-position-x:center;
  background-size:60%;
  text-align:center;
  width:50px;
  height:50px;              
  float: left;
}
.pageHolder{
	position: fixed;
	left: 0px;
	margin-left: 0px;
	width: 160px;
	height: 60px;
	top: 573px;
	margin-top: calc(90vh - 524px); 
	overflow:visible;
	z-index: 10;	

 }
 #follow {
	font-family: 'PT Sans', Verdana, Geneva, sans-serif;
	color: #171715;
	font-size: 0.7em;
	line-height: 0.5em;
	letter-spacing: 0.02em;
	position: relative;
	width:320px;
	height:15px;
	margin-top: 34px;
	left: 6px;
	overflow:visible;
}
.socialicons {
	position: relative;
	width: 320px;
	height: 40px;
	text-align:center;
	margin-left: 40px;
	padding-top: 0px;	
	top: -30px;
	margin-top: 0px;
}
#topbar2 {
position: fixed;
height: 0px;
width: 100%;
top: 0;
background-color:rgba(0, 0, 0,0);	
z-index: 1;
}
#bombback {
	position: fixed;
   	top: 0;
  	right: 0;
 	bottom: 0;
 	left: 0px;
 	width: auto;
	height:100vh;
}
.bombbackimage {
background-size: 150% 190%;
background-position: 0% 12%;
max-height: 600px;
 }
 #HEAD {
	position: fixed;
	width:66%;
	max-width: 760px;
	height: 266px;
	text-align: right;
	top: 0px;
	margin-top: 20px;
	left: 20%;
	margin-left: 132px;
	overflow:visible;
	 background-color: rgba(253,120,55,0);
}
#HEAD2 {
	position: fixed;
	width:66%;
	max-width: 760px;
	height: 266px;
	text-align: right;
	z-index:999;
	top: 0px;
	margin-top: 30px;
	left: 20%;
	margin-left: 132px;
	overflow:visible;
	background-size: 100%;
	background-color: rgba(253,120,55,0);
}
#city{
   	top: 8%;
	margin-top: -10px;
	left: 0;
	margin-left: 0px;
	width: 100%;
	max-width: 1025px;
	height: 106%;
	background-size: 150%;
	background-position-x: 0%;
	background-position-y: 0px;
	background-color:rgba(9, 29, 230, 0.0);
	}
#apDivLOGOhome {
	position: fixed;
	background-image: url(../images/BAlogodeskhome.svg);
	background-repeat:no-repeat;
	background-size: 100%;
	text-align:center;
	top:0px;
	left: 0px;
	margin-top: 18px;
	margin-left: 0px;
	width: 298px;
	height:100px;
	z-index:9999;
	opacity: 1;
	visibility:visible;	
}

 #bombtextbox {
	position: fixed;
	width: 286px;
	height: calc(88vh - 360px);
	max-height: 1000px;
	text-align: left;
	left: 0;
	margin-left: -4px;
	top: 0;
	margin-top: 354px;
	z-index: 99999;
	padding-top: 20px;
	border-right: 0px;
	 overflow-x: hidden;
	 overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
	background-color:  rgba(217, 227, 206, 0.7); 
}
#bombtext {
	width: 100%;
	top: 0px;
	margin-top: 0px;
	right: 0;
	margin-right: 0px;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow-x: hidden;
	height: auto;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
}  		 
	

.moreColor {
		color:#ebebe0;	
	}
.moreupColor {
		color:#ebebe0;	
	}	
.vidplayheadColor {
	color: #11484b;
}
.PlaytextColor {
  color: #187277;
}
.Prighttextcolor {
	color: #11484b;
}
.PrigthtextAsub9color {
	color: #11484b;
}
.rigthtextAcolor {
	color:#282b22;
}
A.class66 { font-family: 'TitilliumText25L999wt', Verdana, Geneva, sans-serif; color:#0d3436;}
A.class66:link  { text-decoration: none; color:#0d3436;}
A.class66:visited {text-decoration: none; color:#0d3436;}
A.class66:hover {text-decoration: none;color:#1f7a7f;}
A.class66:active {text-decoration: none; color:#0d3436;}

.stylenewsOneColor {
		border-top: thin dashed #282b22;
}
.stylenewsColor {
		border-top: thin dashed #282b22;	
}



p.rigthtext {
	font-size: 1.25em;
	line-height: 120%;
	letter-spacing: -0.03em;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-right: 8%;
	text-align: left;
}	
#PlayVid {
	height: 70px;
	width: 220px;
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 30px;
	cursor: pointer;
}
h1.vidplayhead {
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	text-align: left;
}
.Playtext {
	font-size: 0.65em;
	line-height: 0em;
	letter-spacing: 0em;
	text-align: right;
	padding-left: 0px;
}	
p.rigthtextPlay {
	color:#4d6a5f;
	font-size: 1.1em;
}	 
 p.rigthtextPlayBOLD {
	color:#4d6a5f;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 33px;
	padding-right: 0;
	text-align: left;
} 
 p.rigthtextPlayBOLD3 {
	font-size: 1.4em;
	line-height: 1.2em;
	letter-spacing: -0.02em;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 33px;
	padding-right: 2%;
	text-align: left;
} 	 
 p.rigthtextAsocial {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;
	color:#4d6a5f;
	font-size: 0.9em;
	line-height: 1em;
	letter-spacing: 0.03em;
	margin-top: 25px;
	margin-bottom: -2px;
	padding-left: 30px;
	text-align: left;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
} 
p.rigthtextAsub9 {
	font-family: 'TitilliumText25L800wt', Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	margin-top: 5px;
	margin-bottom: 16px;
	padding-left: 30px;
	text-align: left;
	 text-transform: uppercase;
	text-rendering: optimizeLegibility;
 -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
p.rigthtextA {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;
	font-size: 0.97em;
	line-height: 140%;
	letter-spacing: 0em;
	padding-left: 30px;
	padding-right: 6%;
	margin-bottom: 8px;
	text-align: left;
}
p.rigthtext22 {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;
	color:#f2ece3;
	font-size: 1.05em;
	font-style:normal;
	line-height: 1.1em;
	letter-spacing: 0em;
	text-align: left;
	padding-left: 33px;
	padding-right: 44px;
	margin-bottom: 22px;
}
p.rigthtextLINK {
	font-size: 0.7em;
	font-style:normal;
	line-height: 1.4em;
	letter-spacing: 0.04em;
	text-align: left;
	padding-left: 34px;
	padding-bottom: 10px;
	text-indent: -11px;
	padding-top: 4px;
	font-weight:normal;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
} 
.AS00,.AS01,.AS02,.AS03{
	color:#018370;
	position: absolute;
	display: block;
	height: 35px;
	width: 165px;
	margin-top: 5px;
	margin-bottom: 11px;
	font-size: 0.8em;
	font-style:normal;
	line-height: 1em;
	letter-spacing: 0.05em;
	text-align: left;
	padding-left: 33px;
	cursor: pointer;
}
p.major2 {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;
	color:#24fff8;
	font-size: 54%;
	line-height: 0em;
	letter-spacing: 0.06em;
	margin-top: 0px;
	margin-bottom: 16px;
	padding-left: 0px;
	text-align:center;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
hr.stylenews{
width: 92%;
}
hr.stylenewsOne {
margin-top: 4.5em;
margin-bottom: -0.8em;
width: 92%;
}
hr.stylenewsPlay{
display: block;
margin-top: 2.2em;
 margin-bottom: 0.8em;
 margin-left: 1em;
margin-right: auto;
width: 92%;
}
hr.stylenewsPlay3 {
display: block;
margin-top: 1em;
margin-bottom: 0.8em;
margin-left: 1em;
margin-right: auto;
width: 92%;
}	
.bellevuelink { 
	width: 100px;
	height: 120px;
	left: 90%;
	margin-left: -30px;
	top: 27%;
	margin-top: 210px;
	background-color:rgba(127, 214, 213, 0);
}
#callout {
	position: fixed;
	width: 240px;
	height: 250px;
	top: 27%;
	margin-top: 170px;
	left: 90%;
	margin-left: -208px;
	background-image: url("../images/callout2Hor.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-color:rgba(127, 214, 213, 0);
}	
	
}/* min height 480*/

	
		


	
@media (min-height: 720px) {
	
#extrayellowhome{
	position: fixed;
	display: block;
	width: 283px;
	height: 100%;
	left: 0;
	margin-left: 0px;
	top: 0;
	background-color: rgba(185, 218, 185, 0.25);
	z-index: 9;
	visibility: visible;
}	
#apDivLOGOhome {
	position: fixed;
	background-image: url(../images/BAlogodeskhome.svg);
	background-repeat:no-repeat;
	background-size: 100%;
	text-align:center;
	top:0px;
	left: 0px;
	margin-top: 140px;
	margin-left: 0px;
	width: 298px;
	height:100px;
	opacity: 1;
	visibility:visible;		
}
#bombback {
	position: fixed;
   	top: 0;
  	right: 0;
 	bottom: 0;
 	left: 0px;
 	width: auto;
	height:100vh;
}
 #HEAD {
	position: fixed;
	width:800px;
	max-width: 800px;
	height: 266px;
	text-align: right;
	top: 0px;
	margin-top: 10px;
	left: 60%;
	margin-left: -455px;
	overflow:visible;	 
	 background-color: rgba(249,2,151,0);
}
#HEAD2 {
	position: fixed;
	width:74%;
	max-width: 850px;
	height: 266px;
	text-align: right;
	z-index:-5;
	top: 0px;
	margin-top: -35px;
	left: 0%;
	margin-left: 250px;
	overflow:visible;
	background-size: 100%;
	background-position: 100% 60%;
	background-color: rgba(249,2,151,0);
}
#city{
   	top: 4%;
	margin-top: 0px;
	left: 0;
	margin-left: 0px;
	width:  1024px;
	height: 106%;
	background-size: 120%;
	background-position-x: 8%;
	background-position-y: 10%;
	background-color:rgba(111, 129, 230, 0);
	}
 #bombtextbox {
	position: fixed;
	width: 286px;
	height: calc(88vh - 480px);
	max-height: 1000px;
	text-align: left;
	left: 0;
	margin-left: -4px;
	top: 0;
	margin-top: 474px;
	z-index: 9999;
	padding-top: 20px;
	border-right: 0px;
	 overflow-x: hidden;
	 overflow-y: scroll; 
  -webkit-overflow-scrolling: touch;
	background-color:  rgba(217, 227, 206, 0.7);  
}
#bombtext {
	width: 100%;
	top: 0px;
	margin-top: 0px;
	right: 0;
	margin-right: 0px;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow-x: hidden;
	height: auto;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
}  	
.bombbackimage {
background-size: 190% 150%;
background-position: 14% 38%;
max-height: 720px;
 }
	
} 	/*min height 720*/
	
	

	
	/*---------------------*/
@media (min-height: 950px) {

.bellevuelink { 
	width: 100px;
	height: 120px;
	left: 90%;
	margin-left: -30px;
	top: 88%;
	margin-top: -100px;
	background-color:rgba(227, 214, 13, 0);
}
#callout {
	position: fixed;
	width: 240px;
	height: 250px;
	top: 88%;
	margin-top: -100px;
	left: 90%;
	margin-left: -208px;
	background-image: url("../images/callout2Hor.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-color:rgba(227, 214, 13, 0);
}	

}	/*min height 950*/
}/* 768* end/



/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/





 
@media only screen and (min-width: 1024px) {

#topbar2 {
	position: fixed;
	height: 64px;
	width: 100%;
	top: 0;	
	border-bottom: 0px solid #202220;
	z-index: -8;
	background: rgb(115,109,87);
background: -moz-linear-gradient(90deg, rgba(115,109,87,0.9) 0%, rgba(108,104,74,0.2) 30%, rgba(80,85,67,0.8) 86%);
background: -webkit-linear-gradient(90deg, rgba(115,109,87,0.9) 0%, rgba(108,104,74,0.2) 30%, rgba(80,85,67,0.8) 86%);
background: linear-gradient(90deg, rgba(115,109,87,0.9) 0%, rgba(108,104,74,0.2) 30%, rgba(80,85,67,0.8) 86%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#736d57",endColorstr="#505543",GradientType=1);

}

#extranewsbottombox {
position: fixed;
text-align: left;
width: 35%;
max-width: 660px;
left: 97%;
margin-left: -37%;
 height: calc(68vh - 180px);
 max-height: 680px;
top: 100%;
margin-top: -200px;
z-index: 9999;
background-color: rgba(195, 210, 195, 0.40);	
mix-blend-mode:screen;
visibility: visible;
pointer-events: none;
}	
.bellevuelink { 
	width: 80px;
	height:80px;
	left: 84%;
	margin-left: 0px;
	top: 88%;
	margin-top: -108px;
	background-color: rgba(8,152,27,0);
}
#callout {
	position: fixed;
	width: 500px;
	max-width: 580px;
	height: 180px;
	top: 88%;
	margin-top: -138px;
	left: 84%;
	margin-left: -432px;
	background-image: url("../images/callout2HorV2.svg");
	background-repeat: no-repeat;
	background-size: 100%;	
	background-color: rgba(8,152,27,0);
}		
#bombback {
	position: fixed;
   	top: 0;
  	right: 0;
 	bottom: 0;
 	left: 0px;
 	width: auto;
	height:100vh;
	}
#HEAD {
	position: fixed;
	width:62%;
	height: 166px;
	text-align: right;
	top: 8%;
	margin-top: 70px;
	right: 18%;
	margin-right: -120px;
	overflow:visible;
	background-color: rgba(94,3,228,0);
}
#HEAD2 {
	position: fixed;
	width:68%;
	height: 166px;
	text-align: right;
	z-index:-5;
	top: 8%;
	margin-top: 66px;
	right: 18%;
	margin-right: -152px;
	overflow:visible;
	background-size: 100%;
	background-position: 100% 0%;
	 background-color: rgba(94,3,228,0);
}
#city{
    top: 0;
	margin-top: calc(1vh - 10px);
	left: 12%;
	margin-left: -210px;
	width: 120%;
	max-width: 880px;
	height: 106%;
	background-size: 125%;
	background-position-x: 50%;
	background-position-y: -116px;
	background-color:rgba(231, 129, 30, 0.0);
	}


	/*---------------------*/
	
	
	
@media (min-height: 480px) {
	
	
.moreColor {
		color:#c5bfa0;	
	}
	.moreupColor {
			color:#c5bfa0;	
	}	
.vidplayheadColor {
	color: #b1d2bc;
}
.PlaytextColor {
  color: #87ded0;
}
.Prighttextcolor {
	color: #b5d4bd;
}
.PrigthtextAsub9color {
	color: #b1d2bc;
}
.rigthtextAcolor {
	color:#cad7c1;
}
A.class66 { font-family: 'TitilliumText25L999wt', Verdana, Geneva, sans-serif; color:#00bda7;}
A.class66:link  { text-decoration: none; color:#00bda7;}
A.class66:visited {text-decoration: none; color:#00bda7;}
A.class66:hover {text-decoration: none;color:#079c8b;}
A.class66:active {text-decoration: none; color:#00bda7;}

.stylenewsOneColor {
	border-top: thin dashed #527a76;
}
.stylenewsColor {
	border-top: thin dashed #527a76;	
}

p.rigthtext {
	font-size: 1.25em;
	line-height: 120%;
	letter-spacing: -0.03em;
	margin-bottom: 0px;
	padding-left: 30px;
	text-align: left;
	padding-right: 8%;
}	
#PlayVid {
	height: 70px;
	width: 220px;
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 20px;
	cursor: pointer;
}
h1.vidplayhead {
font-size: 1.1em;
line-height: 1.2em;
letter-spacing: -0.01em;
text-align: left;
padding-left: 10px;
}
.Playtext {
	font-size: 0.65em;
	line-height: 0em;
	letter-spacing: 0em;
	text-align: right;
	padding-left: 0px;
}
p.rigthtextPlay {
	font-size: 1.1em;
}	
p.rigthtextPlayBOLD {
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 18px;
	margin-bottom: 30px;
	padding-left: 33px;
	padding-right: 13%;
	text-align: left;
}
p.rigthtextPlayBOLD3 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 33px;
	padding-right: 2%;
	text-align: left;
}	
p.rigthtextAsocial {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;
	color:#4d6a5f;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.03em;
	margin-top:25px;
	margin-bottom: -2px;
	padding-left: 33px;
	text-align: left;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
p.rigthtextAsub9 {
	font-family: 'TitilliumText25L800wt', Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	margin-top: 5px;
	margin-bottom: 16px;
	padding-left: 30px;
	text-align: left;
	 text-transform: uppercase;
	text-rendering: optimizeLegibility;
 -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
p.rigthtextA {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;
	font-size: 0.97em;
	line-height: 140%;
	letter-spacing: 0em;
	text-align: left;
	padding-left: 30px;
	padding-right: 4%;
	margin-bottom: 8px;
}
p.rigthtext22 {
	font-family: 'TitilliumText25L400wt', Verdana, Geneva, sans-serif;
	color:#f2ece3;
	font-size: 1.05em;
	font-style:normal;
	line-height: 1.1em;
	letter-spacing: 0em;
	text-align: left;
	padding-left: 33px;
	padding-right: 44px;
	margin-bottom: 22px;
}
p.rigthtextLINK {
	font-size: 0.7em;
	font-style:normal;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	text-align: left;
	padding-left: 30px;
	padding-bottom: 16px;
	text-indent: -11px;
	padding-top: 4px;font-weight:normal;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.AS00,.AS01,.AS02,.AS03{
	position: absolute;
	display: block;
	height: 35px;
	width: 165px;
	margin-top: -24px;
	margin-bottom: 0px;
	font-size: 0.8em;
	font-style:normal;
	line-height: 1em;
	letter-spacing: 0.04em;
	text-align: left;
	padding-left: 33px;
	cursor: pointer;
}
hr.stylenews{
margin-left: 1.5em;
 margin-bottom: 0em;
width: 88%;
}
hr.stylenewsOne {
margin-left: 1.5em;
 margin-top: 4.5em;
 margin-bottom: -1em;
width: 88%;
}
 hr.stylenewsPlay{
	display: block;
    margin-top: 2.5em;
    margin-bottom: 0em;
    margin-left: 1em;
    margin-right: auto;
	width: 92%;
}
hr.stylenewsPlay3 {
	display: block;
    margin-top: 0.8em;
    margin-bottom: 0em;
    margin-left: 1em;
    margin-right: auto;
	width: 92%;
}	
#extrayellowhome{
	position: fixed;
	display: block;
	width: 283px;
	height: 100%;
	left: 0;
	margin-left: 0px;
	top: 0;
	background-color: rgba(185, 218, 185, 0.25);
	z-index: 9;
	visibility: visible;
}	
#topbar2 {
position: fixed;
height: 0px;
width: 100%;
top: 0;
background-color:rgba(0, 0, 0,0);
z-index: 1;
}	
.pageHolder{
	position: fixed;
	width: 282px;
	height: 60px;
	Top: 98%;
	margin-top: -20px;
	left: 0px;
	margin-left: 0px;
	overflow:visible;
	z-index: 999999;

 }
.socialicons {
	position: relative;
	width: 320px;
	height: 40px;
	text-align:center;
	margin-left: -20px;
	margin-top: 0px;	
}	
#callout {
	position: fixed;
	width: 230px;		
	max-width: 260px;
	height: 200px;
	top:30%;
	margin-top: 148px;
	left: 57%;
	margin-left: -214px;
	background-image: url("../images/callout2Hor.svg");
	background-repeat: no-repeat;
	background-size: 100%;	
	background-color:rgba(243, 43, 43, 0);
}
.bellevuelink { 
	width: 100px;
	height: 100px;
	left: 57%;
	margin-left: -70px;
	top:30%;
	margin-top: 180px;	
	background-color:rgba(243, 43, 43, 0);
}
.outerwrapperCO {
width: 60%;
	left: 26%;
	margin-left: -20px;
	min-width: 600px;
	max-width:800px;
	top: 30%;
	margin-top: -100px;	
	}
#apDivLOGOhome {
	position: fixed;
	background-image: url(../images/BAlogodeskhome.svg);
	background-repeat:no-repeat;
	background-size: 100%;
	text-align:center;
	top: 20%;
	left: 0px;
	margin-top: -64px;
	margin-left: 0px;
	width: 298px;
	height:100px;
	opacity: 1;
	visibility:visible;		
}
.bombbackimage {
background-size: 130% 160%;
background-position: 20% 43%;
max-height: 750px;
 }
#city{
   	top: 10%;
	margin-top: -200px;
	left: -6%;
	margin-left: 0px;
	width: 112%;
	min-width: 1100px;
	max-width: 1980px;
	height: 1200px;
	background-size: 100%;
	background-position-x: 24%;
	background-position-y: 34%;
	background-color: rgba(153,33,216,0.0);
	} 
	#HEAD {
	position: fixed;
	width: 52%;
	max-width: 700px;
	height: 300px;
	text-align: right;
	top: 10%;
	margin-top: 22px;
	left: 44%;
	margin-left: 30px;
	overflow:visible;	 
	background-position: 100% 40%;
	background-color: rgba(3,17,228,0);
}
#HEAD2 {
	position: fixed;
	width:58%;
	max-width: 720px;
	height: 300px;
	text-align: right;
	top: 10%;
	margin-top: 22px;
	left: 44%;
	margin-left: 3px;
	overflow:visible;
	background-size: 100%;
	background-position: 100% 40%;
	background-color: rgba(3,17,228,0);
}
#bombtextbox {
position: fixed;
text-align: left;
width: 35%;
max-width: 660px;
left: 97%;
margin-left: -37%;
 height: calc(68vh - 180px);
 max-height: 680px;
top: 30%;
margin-top: 135px;
z-index: 9999;
padding-top: 0px;
border-right: 0px;
border-top: 1px dashed #7a8557;
border-bottom: 1px dashed #7a8557;
 overflow-x: hidden;
overflow-y: scroll; 
  -webkit-overflow-scrolling: touch;
background-color:rgba(0,0,0,0.0); 	
}	
#bombtext {
	width: 100%;
	top: 0px;
	margin-top: 0px;
	right: 0;
	margin-right: 0px;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow-x: hidden;
	height: auto;
	text-align: left;
	background-color: rgba(33, 39, 35, 0.8);
}  	
}
/*---------------------*/
	
	
	
	
@media (min-height: 668px) {

#bombtextbox {
 background-color:rgba(0,0,0,0.0); 
border-top: 1px dashed #7a8557;
border-bottom: 1px dashed #7a8557;
}	
}
/*---------------------*/	

	
@media (min-height: 1024px) {

	
#HEAD {
	position: fixed;
	width:74%;
	max-width: 960px;
	height: 266px;
	text-align: right;
	top: 0px;
	margin-top: 0px;
	left: 15%;
	margin-left: 140px;
	overflow:visible;
	background-position: 100% 60%;
	background-color: rgba(4,156,244,0);
}
#HEAD2 {
	position: fixed;
	width:74%;
	max-width: 960px;
	height: 266px;
	text-align: right;
	z-index:-5;
	top: 0px;
	margin-top: 10px;
	left: 15%;
	margin-left: 140px;
	overflow:visible;
	background-size: 100%;
	background-position: 100% 60%;
	background-color: rgba(4,156,244,0);
}
#city{
   	top: 2%;
	margin-top: 30px;
	left: 8%;
	margin-left: -100px;
	width: 1400px;
	max-width: 1860px;
	height: 100%;
	background-size: 100%;
	background-position-x: 55%;
	background-position-y: 0px;
	background-color: rgba(223,35,13,0.0);
	} 
#bombtextbox {
	position: fixed;
	width: 286px;
	height: calc(88vh - 480px);
	max-height: 1000px;
	text-align: left;
	left: 0;
	margin-left: -4px;
	top: 20%;
	margin-top: 273px;
	z-index: 9999;
	padding-top: 20px;
	border-right: 0px;
	 overflow-x: hidden;
	 overflow-y: scroll; 
  -webkit-overflow-scrolling: touch;	
	background-color:  rgba(217, 227, 206, 0.7); 
		border-top: 0px;
border-bottom: 0px;
}
#bombtext {
	width: 100%;
	top: 0px;
	margin-top: 0px;
	right: 0;
	margin-right: 0px;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow-x: hidden;
	height: auto;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
}  		 	
#callout {
	position: fixed;
	width: 460px;		
	max-width: 460px;
	height: 200px;
	top:30%;
	margin-top: 238px;
	left: 90%;
	margin-left: -384px;
	background-image: url("../images/callout2HorWide.svg");
	background-repeat: no-repeat;
	background-size: 100%;	
	background-color:rgba(243, 43, 243, 0);
}
.bellevuelink { 
	width: 100px;
	height: 100px;
	left: 90%;
	margin-left: -24px;
	top:30%;
	margin-top: 220px;	
	background-color:rgba(243, 233, 243, 0);
}
.bombbackimage {
background-size: 156% 100%;
background-position: 20% 50%;
max-height: 924px;
 }
.pageHolder{
	position: fixed;
	width: 282px;
	height: 60px;
	Top: 98%;
	margin-top: -20px;
	left: 0px;
	margin-left: 0px;
	overflow:visible;
	z-index: 999999;

 }
.moreColor {
		color:#ebebe0;	
	}
.moreupColor {
		color:#ebebe0;	
	}	
.vidplayheadColor {
	color: #11484b;
}
.PlaytextColor {
  color: #187277;
}
.Prighttextcolor {
	color: #11484b;
}
.PrigthtextAsub9color {
	color: #11484b;
}
.rigthtextAcolor {
	color:#282b22;
}
A.class66 { font-family: 'TitilliumText25L999wt', Verdana, Geneva, sans-serif; color:#0d3436;}
A.class66:link  { text-decoration: none; color:#0d3436;}
A.class66:visited {text-decoration: none; color:#0d3436;}
A.class66:hover {text-decoration: none;color:#1f7a7f;}
A.class66:active {text-decoration: none; color:#0d3436;}

.stylenewsOneColor {
		border-top: thin dashed #282b22;
}
.stylenewsColor {
		border-top: thin dashed #282b22;	
}

	
}/* min height 1024*/
/*---------------------*/	
	/*---------------------*/	

@media (min-height: 1280px) {
	
.pageHolder{
	position: fixed;
	width: 282px;
	height: 60px;
	Top: 20%;
	margin-top: 324px;
	left: 0px;
	margin-left: 0px;
	overflow:visible;
	z-index: 999999;

 }
#bottomHfade {
	height: 50%;
	 width: 100%;
	bottom: 0;
	margin-bottom: 0px;
	/*background: rgb(0,0,0);*/
background: -moz linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 60%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0,0.2) 30%, rgba(0, 0, 0, 0) 60%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0,0.2) 30%, rgba(0, 0, 0, 0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}	

.pageHolder{
	position: fixed;
	width: 282px;
	height: 60px;
	Top: 98%;
	margin-top: -20px;
	left: 0px;
	margin-left: 0px;
	overflow:visible;
	z-index: 999999;

 }
}/*1280 height*/
		
}/* 1024* end/
/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/






@media only screen and (min-width: 1112px) {	

hr.stylenews{
	margin-left: 1.5em;
width: 92%;
}
hr.stylenewsOne {
margin-left: 1.5em;
margin-top: 4.5em;
width: 92%;
}

/*---------------------*/	
	
	
	
@media (min-height: 480px) {
	
#bombtext {
	width: 100%;
	top: 0px;
	margin-top: 0px;
	right: 0;
	margin-right: 0px;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow-x: hidden;
	height: auto;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	text-align: left;
	background-color: rgba(33, 39, 35, 0.8);	
} 
#bombtextbox {
	background-color:rgba(0,0,0,0.0); 
	border-top: 1px dashed #7a8557;
	border-bottom: 1px dashed #7a8557;
}	
.bombbackimage {
background-size: 156% 170%;
background-position: 20% 60%;
max-height: 1124px;
 }
.pageHolder{
	position: fixed;
	width: 282px;
	height: 60px;
	Top: 98%;
	margin-top: -20px;
	left: 0px;
	margin-left: 0px;
	overflow:visible;
	z-index: 999999;

 }
.socialicons {
	position: relative;
	width: 320px;
	height: 40px;
	text-align:center;
	margin-left: -20px;
	margin-top: 3px;

}	
	
} /*min height 480*/
	
	
	
	
@media (min-height: 520px) {
#bottomHyelo {
background-color:#979c9b;
	}	
#bottomHfade {
height: 50%;
width: 100%;
bottom: 0;
margin-bottom: 0px;
background: rgb(0,0,0);
background: -moz linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 60%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0,0.1) 30%, rgba(0, 0, 0, 0) 60%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0,0.1) 30%, rgba(0, 0, 0, 0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}


}/* min height 540*/
	
	
	/*---------------------*/	
	
@media (min-height: 768px) {
	
.bombbackimage {
background-size: 156% 130%;
background-position: 20% 70%;
max-height: 1124px;
 }
	
}/* min height 768*/
	
	
/*---------------------*/	
	
	
@media (min-height: 1024px) {
	
#bombtextbox {
	position: fixed;
	width: 286px;
	height: calc(88vh - 480px);
	max-height: 1000px;
	text-align: left;
	left: 0;
	margin-left: -4px;
	top: 20%;
	margin-top: 273px;
	z-index: 9999;
	padding-top: 20px;
	border-right: 0px solid  #E76769;
	border-top: 0px;
	border-bottom: 0px;
	 overflow-x: hidden;
	 overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
	background-color:  rgba(217, 227, 206, 0.7); 
}
#bombtext {
	width: 100%;
	top: 0px;
	margin-top: 0px;
	right: 0;
	margin-right: 0px;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow-x: hidden;
	height: auto;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
}  		 
.bombbackimage {
background-size: 130% 100%;
background-position: 20% 0%;
max-height: 1280px;
 }
#bottomHfade {
height: 40%;
width: 100%;
bottom: 0;
margin-bottom: 0px;
background: rgb(0,0,0);
background: -moz linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 60%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 60%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}	

.pageHolder{
	position: fixed;
	width: 282px;
	height: 60px;
	Top: 100%;
	margin-top: -40px;
	left: 0px;
	margin-left: 0px;
	overflow:visible;
	z-index: 999999;		

 }
	
	
}/*1024 height*/
/*---------------------*/	

/*---------------------*/	
}/* 1112 width end*/



/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/
/*...............................................................................................................*/


@media only screen and (min-width: 1280px) {
	
	
#HEAD {
	position: fixed;
	width: 1060px;
	max-width: 1060px;
	height: 300px;
	text-align: right;
	top: -5%;
	margin-top: 54px;
	left: 25%;
	margin-left: -40px;
	overflow:visible;	 
	background-position: 50% 30%;
		background-size: 70%;
	background-color: rgba(2,201,124,0);
}
#HEAD2 {
	position: fixed;
	width: 1000px;
	max-width: 1000px;
	height: 300px;
	text-align: right;
	top: -5%;
	margin-top: 60px;
	left: 25%;
	margin-left: -10px;
	overflow:visible;
	background-position: 50% 30%;
	background-size: 70%;
	background-color: rgba(2,201,124,0);
}
#city{
   	top: 10%;
	margin-top: -60px;
	left: 10%;
	margin-left: -300px;
	width: 102%;
	min-width: 1200px;
	max-width: 1590px;
	height: 106%;
	background-size: 100%;
	background-position-x: 60%;
	background-position-y: 10%;	
	background-color: rgba(13,233,236,0.0);
	}	
.bombbackimage {
background-size: 120% 180%;
background-position:70% 50%;
max-height: 1280px;
 }
p.rigthtextA {
	padding-right: 4%;
}
	
/*---------------------*/	
	
@media (min-height: 480px) {
	

#HEAD {
	position: fixed;
	width: 45%;
	max-width: 900px;
	height: 300px;
	text-align: right;
	top: 28%;
	margin-top: -110px;
	left: 18%;
	margin-left: 420px;
	overflow:visible;	 
	background-position: 0% 50%;
	background-size: 100%;
	background-color: rgba(2,21,124,0);
}
#HEAD2 {
	position: fixed;
	width: 45%;
	max-width: 900px;
	height: 300px;
	text-align: right;
	top: 28%;
	margin-top: -105px;
	left: 18%;
	margin-left: 420px;
	overflow:visible;
	background-position: 0% 50%;
	background-size: 100%;
	background-color: rgba(2,21,124,0);
}
#city{
   	top: 8%;
	margin-top: -80px;
	left: -10%;
	margin-left: 123px;
	width: 106%;
	min-width: 1200px;
	max-width: 1590px;
	height: 106%;
	background-size: 100%;
	background-position-x: 60%;
	background-position-y: 20%;	
	background-color: rgba(13,233,236,0.0);
	}	
#callout {
	position: fixed;
	width: 260px;		
	max-width: 260px;
	height: 200px;
	top:30%;
	margin-top: 128px;
	left: 57%;
	margin-left: -234px;
	background-image: url("../images/callout2Hor.svg");
	background-repeat: no-repeat;
	background-size: 100%;	
	background-color:rgba(243, 43, 43, 0);
}
.bellevuelink { 
	width: 100px;
	height: 100px;
	left: 57%;
	margin-left: -70px;
	top:30%;
	margin-top: 170px;	
	background-color:rgba(243, 43, 43, 0);
}
.bombbackimage {
background-size: 110% 160%;
background-position:50% 60%;
		max-height: 1280px;
 }
#bombtextbox {
 height: calc(72vh - 160px);
max-height: 570px;
 top: 30%;
margin-top: 125px;
padding-top: 0px;
background-color:rgba(0,0,0,0.0); 
	border-top: 1px dashed #7a8557;
border-bottom: 1px dashed #7a8557;
}	
#bombtext {
	width:100%;
	top: 0px;
	margin-top: 0px;
	right: 0;
	margin-right: 0px;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow-x: hidden;
	height: auto;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	text-align: left;
	background-color: rgba(33, 39, 35, 0.8);
} 
}/*540 height*/
	
/*---------------------*/	
	
	
@media (min-height: 680px) {

#bombtext {
	width: 100%;
	top: 0px;
	margin-top: 0px;
	right: 0;
	margin-right: 0px;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow-x: hidden;
	height: auto;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	text-align: left;
	background-color: rgba(33, 39, 35, 0.8);
} 
#bombtextbox { 
 height: calc(71vh - 200px);
max-height: 680px;
 top: 30%;
margin-top: 125px;
padding-top: 0px;
 background-color:rgba(0,0,0,0.0); 
	border-top: 1px dashed #7a8557;
border-bottom: 1px dashed #7a8557;
}
#bottomHfade {
height: 30%;
width: 100%;
bottom: 0;
margin-bottom: 0px;
background: rgb(0,0,0);
background: -moz linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 60%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 60%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);

}	
	
}/*height 680*/
/*---------------------*/	
	
@media (min-height: 768px) {

#bottomHfade {
height: 35%;
width: 100%;
bottom: 0;
margin-bottom: 0px;
background: rgb(0,0,0);
background: -moz linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 60%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 60%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 60%);
		
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}	
.bombbackimage {
background-size: 110% 120%;
background-position:50% 70%;
		max-height: 1366px;
 }
	
}/* min height 768*/
	
/*---------------------*/	

@media (min-height: 1024px) {
#bombtextbox {
	position: fixed;
	width: 286px;
	height: calc(88vh - 480px);
	max-height: 1000px;
	text-align: left;
	left: 0;
	margin-left: -4px;
	top: 20%;
	margin-top: 273px;
	z-index: 9999;
	padding-top: 20px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	 overflow-x: hidden;
	 overflow-y: scroll; 
  -webkit-overflow-scrolling: touch;
	background-color:  rgba(217, 227, 206, 0.7); 
}
#bombtext {
	width: 100%;
	top: 0px;
	margin-top: 0px;
	right: 0;
	margin-right: 0px;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right:0px;
	padding-top: 0px;
	overflow-x: hidden;
	height: auto;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
}  
#callout {
	position: fixed;
	width: 590px;		
	max-width: 590px;
	height: 200px;
	top:60%;
	margin-top: 238px;
	left: 90%;
	margin-left: -524px;
	background-image: url("../images/callout2HorV2.svg");
	background-repeat: no-repeat;
	background-size: 100%;	
	background-color:rgba(23, 3, 243, 0);
}
.bellevuelink { 
	width: 100px;
	height: 100px;
	top:60%;
	margin-top: 278px;
	left: 90%;
	margin-left: -14px;
	background-color:rgba(23, 3, 243, 0);
}


#bottomHfade {
height: 40%;
 width: 100%;
bottom: 0;
margin-bottom: 0px;
background: rgb(0,0,0);
background: -moz linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 60%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 60%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 60%);
		
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}	

} /* 1024 height*/
/*---------------------*/	
/*---------------------*/		
	
}/*1280 width end*/



/*------------------------------------------------*/
/*------------------------------------------------*/


