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

.bgred {
	background-color: #f00;	
}

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
}

.container-fluid {
	max-width: 1240px;	
}

img {
	width: 100%;
}

.topnav {
	text-align:  center;	
	margin-top: 10px;
}
.topnav ul {
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

.topnav li {
	display: inline;	
	padding: 0px;
	margin-left: 8px;
	margin-right: 8px;
}

.topnav ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #0096AF;
 
}

.topbanner {
	text-align: center;
	min-height: 60px;	
}

#splash {
	width: 100%;
	min-height: 50px;
	background-image:url(../images/bg_squares.jpg);	
	margin-top: 10px;
}

.splashimg {
	text-align: center;
	max-width: 375px;
	margin: 0 auto;
	padding-top: 20px;	
}

.splashtext {
	color: #FFFB4D;
	font-size: 18px;
	text-align: right;
	padding-top: 15px;
}

#socialicons {
	text-align: right;
	display: none;

}

#socialicons ul {
	list-style-type: none;
	margin: 0;	
}

#socialicons li {
	display: inline;	

}

#socialicons img {
	width: 10%;	
	max-width: 40px;
}




#squares {
	margin-top: 15px;	
}

.sqbox {
	position: relative;
	margin-bottom: 15px;
}

.sqboxtitle {
	margin-top:6px;
	margin-right:4px;
	float: right;
	text-align: right;
	color:#fff;
	font-weight: 300;
	font-size: 26px;
	line-height: 14px;
}

.sqboxlength {
	font-size: 13px;
}

.sqboxicon {
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	background-size: 25% 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;	
}

div.sqboxicon a {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
	
}

.sqboxdesc {
	font-size:  15px;
	color:#fff;	
	position: absolute;
    bottom: 2px;
	width: 96%;
	padding:5px 2%;
}

.interiormain {
	margin-top: 15px;	
}

#iosplayer {
	width:100%;
	margin: 0;
	padding: 0;
}

#player {
    position: relative;
	width:100%;
	height: 0;
	padding-bottom: 62%;
}


#player object {
	position: absolute;
	min-height:100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	

}

#pagecontent {
border: 1px solid #13BBE2;
	padding:20px 20px;
	margin-bottom: 35px;
	font-size: 16px;
	
}

#pagecontent ul {
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
}

#pagecontent li {
	display: inline;	
}

#pagecontent ul li img {
	width: 15%;
	max-width: 50px;	
}

#descriptarea {
	border: 1px solid #13BBE2;
	height: 100%;
	overflow: auto;
	padding: 20px 0px;
}

#descicon {
	width: 15%;
	padding-left:5%;
	float: left;
		
}

#descinfo {
	width: 70%;
	padding-left:5%;
	float: left;
}

.desctitle {
	font-size: 24px;
	color: #666;	
}

.descdesc {
	font-size: 18px;
	color: #666;	
}



.sqbox_int {
	width: 100%;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom: 4px;
	position: relative;
	clear: both;
	overflow:auto;
	background-size: 100%;
}


.sqboxicon_int {
	float:left;
	position: relative;
	width: 26%;
	padding-bottom: 26%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-left: 4px;
	margin-bottom: 12px;
}
.sqbox_int a {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
	
}

.sqboxtitle_int {
	width:65%;
	margin-top:10px;
	margin-right:4px;
	float: right;
	text-align: right;
	color:#fff;
	font-weight: 300;
	font-size: 23px;
	line-height: 12px;
}

.sqboxlength_int {
	font-size: 13px;
}

.sqboxdesc_int {
    width: 66%;
	font-size:  18px;
	line-height: 20px;
	color:#fff;	
	position: absolute;
    bottom: 6px;
    right: 4px;
    
	text-align:right;
}












#mp3area{
	width: 100%;
	min-height: 50px;
	background-image:url(../images/bg_squares.jpg);	
	margin-top: 10px;
}

.phoneimg {
	text-align: center;
	max-width: 375px;
	margin: 0 auto;
	padding-top: 20px;	
}

.mp3text {
	
	font-size: 18px;
	text-align: left;
	margin-top: 15px;
}

.mp3text a {
	color: #FFFB4D;	
	text-decoration: none;
}

footer {
background: #e44424;
text-align: center;
color: #f8f9bb;
font-size: 16px;
min-height: 60px;
}

footer ul {margin: 20px 0px; list-style-type: none;	padding: 0px;}
footer li {margin: 0px 10px; display: inline;	}
footer ul li a {color: #f8f9bb; text-decoration: none;}
footer ul li a:hover {color: #f8f9bb; text-decoration: none;}

@media only screen and (min-width: 480px) {
.splashtext {
	font-size: 22px;
}

#socialicons {
	display: block;
}

.mp3text {
	font-size: 22px;
}
}

@media only screen and (min-width: 768px) {
.topnav {
	text-align: right;	
	margin-top: 12px;
}

.topnav li {
	margin-left: 10px;
}

.topnav ul li a {
  font-size: 12px;
}
	
.topbanner {
	text-align: right;
	min-height: 90px;	
	margin-top: 15px;
}

.splashtext {
	font-size: 32px;
}


.sqboxdesc_int {
    
	font-size:  14px;
	
}


.mp3text {
	font-size: 36px;
}


.sqboxicon {
	padding-bottom: 100%;
	background-size: 50% 50%;	
}

footer {
	font-size: 14px;
	text-align: right;	
}
footer li {margin: 0px 0px 0px 10px;}

}