/* APPS [home] SECTION SPECIFIC */
#saran {
	width:920px;
	margin:0 auto;
	font-size: 11pt;
}
#saran h2 {
	color:#333; 
}
#wrap {
	display: inline-block;	
}
.apps-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.apps-list li {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
}
.centered {
    text-align: center;
}
.primary-title {
    font-size: 1.5em;
    font-weight: bold;
}
.sub-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0.33em;
    margin-bottom: 1.33em;
}
.app-promo-box {
    margin-top: 2em;
    position: relative;
    height: 688px;
}
.app-promo-box-partial-bg {
    position: absolute;
    width: 100%;
    height: 436px;
    background-image: url("/images/apps-tiling-background.png");
    background-repeat: repeat-x;
}

.app-promo-title {
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-shadow: 3px 4px rgb(206, 106, 0);
}
.app-promo-right{
    position: relative;
    display: inline-block;
}
.app-promo-left{
    position: relative;
    width: 310px; /* phone image width + .app-promo-phone padding-left */
    height: 543px;
    float: left;
}
.app-promo-phone {
    padding-left: 40px;
}
.app-promo-list {
    list-style: none;
    font-size: 21px;
    margin-left: 50px;
    padding-top: 15px;
    color: white;
}
.app-promo-list li:first-child {
    margin-top: 20px;
}
.app-promo-list li:before{
    content: '';
    display: inline-block;
    height: 27px;
    width: 28px;
    background-image: url('/images/apps-icon-star.png');
    margin-right: 1em;
    margin-bottom: -5px;
}
.app-promo-list li {
    margin-top: 30px;
    margin-bottom: 30px;
}
.app-promo-treasure-chest {
    margin-top: -105px;
    margin-left: 30px;
}
.app-promo-treasure-chest-old {
    background-image: url('/images/apps-treasure-chest.png');
    position: absolute;
}
.app-promo-bold-msg {
    font-weight: bold;
    font-size: 21px;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 30px;
}
.swoosh-underline-container {
    display: inline-block;
    text-align: center;
}
.swoosh {
    display: block;
}

/* Apps OS-based footer strip */
#appFooter{
	border-top:1px solid #d8d8d8;
	padding-top: 10px;
	margin-bottom:50px;
}
#osStrip{
	background-color: #f0f0f0;
	padding:5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
}
#osStrip ul {
	padding:0;margin:0;
	list-style:none; 
}
#osStrip li {
	display: inline;
	margin-right:60px;		
	padding-right:15px;
}
#osStrip a {
	color:#333;
	text-decoration: none;
}
#osStrip a:hover {
	color:#f90;
}

.row {
	width:920px;
	float: left;
	border-bottom: 1px solid #d8d8d8;
	padding:25px 0 20px 0;
}
.row a{
	color:#09c;
	text-decoration: none
}
.row a:hover {
	color:#09c;
	text-decoration: underline;
}
.col1 {
	width:360px;
	float:left;
	margin-right:20px;
}
.appIcon {
	width:108px;
	height:108px;
	float:left;
	margin-right:20px;
}
.gameName{
	vertical-align: top;
	line-height: 15pt;
}
.gameName h2{
	margin-top: 0;
	margin-bottom:8px;
	font-size: 	14pt;
	
}
.col2 {
	width: 250px;
	float:left;
	padding:0 20px;
	vertical-align: top;
}
.col3 {
	width: 250px;
	float:left;
	vertical-align: top;
}	
.row ul {
	padding:0;
}	
.row li {
	margin-left:20px;
	color: #f90;
	margin-top: 5px;
	font-size: 11pt;
	line-height: 11pt;
	
}
.row li span{
	color:#000;
	font-size: 11pt;
}
.row h3 {
	font-size: 11pt; 
	margin: 0 0 5px 0;	
}
.versionlistitem {
	margin:1em 0px;
}

.noborder {
	border:0
}
