/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

/* Set all parents to full height */
html, body, 
.maincontainer,
.cbp-fbscroller,
.cbp-fbscroller section { 
	height: 100%; 
}


body {
	background-repeat:repeat;
}

/* background-attachment does the trick */
.cbp-fbscroller section {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;

}

.no-touch .cbp-fbscroller section {
	background-attachment: fixed;
}


/* NCAA MAIN MENU */

/* MEGA DROP DOWN */

.ncaa-menu > li > div {
	position: absolute;
	left: -180px;
	top: 65px;
	display: none;
	background: rgba(76,76,76,0.9);
	padding: 20px 10px 0;
	overflow: hidden;
	width:976px;
}
.ncaa-menu > li > div p { color: #666; }
.ncaa-menu > li > div.right { right: 0; left: auto }
.container-1, .container-2, .container-3, .container-4 { font-size: 80%; }

header#ncaa-header {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	height: 65px;
	width: 100%;
	z-index: 9999999;
	font-size: 12px;
}

.ncaa-menu {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

header#ncaa-header a#logo {
	position: absolute;
	top: 19px;
	left: 1.5em;
}

header#ncaa-header nav {
	position: absolute;
	left: 200px;
}
header#ncaa-header nav li {
	display: block;
	float: left;
	margin:0 1.5em;
	text-align: center;
}

header#ncaa-header nav a {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 400;
	font-size: 15px;
	line-height: 65px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
 	font-style: normal;
	font-variant:normal;
}

header#ncaa-header nav a:hover {
	color: #D0E2EC;
}


#stToolPop {
	display:none;
}


/* BODY STUFF */



.maincontainer {
	min-width: 1024px;
}


h1 {
	font-family: 'Sentinel A', 'Sentinel B', serif; 
	font-weight: 700;
	font-style: normal;
	padding-bottom: 1.75em;
	border-bottom: 1px solid #FFF;
	text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.5);
}

p {
	margin-right: auto;
	margin-left: auto;
}




/* TITLE SCREEN */




#titlescreen {
	position: relative;
	overflow: hidden;
	background-image: url(../images/opener.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
}

#titlescreen img.title {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
}

#titlescreen .credit p, .big-photo .credit p {
	color: rgba(0, 52, 87, 0.5);
}
#titlescreen .credit {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.credit p {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 400; 
	font-style: italic;
	color: rgba(0, 52, 87, 1.0);
	font-size: .625em;
	line-height: 1.25em;
	text-align: right;
}
#title-1 {
	display:none;
}


/* CHAPTER BREAKS */

.imageHolder {
	-webkit-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	border-top: solid 10px #144b6f;
	border-bottom: solid 10px #144b6f;
	border-radius: 1px;
}
.overlay {
	position: absolute;
	bottom: -3px;
	left:0;
	background-position: bottom center;
	height: auto;
	padding: 0;
	display:inline;
}
.overlay img {
	width:100%;
}

.big-photo {
	width: 100%;
	position: relative;
	background:#fff;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	-webkit-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	border-radius: 1px;
}
.big-photo2 {
	width: 100%;
	position: relative;
	background:#dadcc1;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	-webkit-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	border-radius: 1px;
}
.big-photo img, .big-photo2 img {
	width:100%;
}


/* TEXT SECTIONS */

#author {
	background:url(../images/aws.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	height:40px;
}
#author h2 {
	display:none;
}
section {
	padding: 65px 0 50px 0;
	position:relative;
}
.sec-bg {
	background-size: contain;
	background-position: center top;
} 
.hide {
	display:none;
}
.sec-container h2 {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 700;
	font-size: 30px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
 	font-style: normal;
	font-variant:normal;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align:center;
	text-transform:uppercase;
}
.sec-container h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
 	font-style: normal;
	font-variant:normal;
	margin: 0 0 10px;
	padding: 0 0 10px;
	color: #000;
	text-align:center;
	text-transform:uppercase;
}
.sec-container h2.underline {
	margin: 0 0 50px;
	padding: 0 0 10px;
	border-bottom: 1px solid #666;
}
.sec-container {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.sec-container p {
	font-family: 'CaeciliaCom-45Light', serif; 
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	margin-top: 1.125em;
	margin-right: 0;
	margin-bottom: 1.65em;
	margin-left: 230px;
	padding-top: 0px;
	padding-right: 230px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:left;
}
.sec-container a:link, .sec-container a:visited, #champ-footer a:link, #champ-footer a:visited  {
	color:#003366;
	text-decoration:underline;
}
.sec-container a:hover, .sec-container a:active, #champ-footer a:hover, #champ-footer a:active {
	color:#000;
	text-decoration:none;
}
.dropcap {
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif; 
	font-weight:600;
	float: left;
	color: #e46c26;
	font-size: 5.5em;
	padding-top: 24px;
	padding-right: 4px;
	padding-left: 0px;
	font-style: normal;
	margin-bottom: 4px;
}
.dropcap2 { 
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif; 
	font-weight:600;
	float: left; 
	color: #e46c26;
	font-size: 3.5em; 
	padding: 12px 4px 2px 0px; 
}

.dropcap3 { 
	float: left; 
	color: #e46c26;
	font-size: 2em; 
	padding: 10px 4px 2px 0px; 
}

.td-middle {
	border-left: dotted 1px #999;
	border-right:dotted 1px #999;
}
.td-middle-rt {
	border-right:dotted 1px #999;
}
.chart {
	border-left: solid 2px #999;
	border-right: solid 2px #999;
	border-top: solid 2px #999;
	border-bottom:solid 2px #999;
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
 	font-style: normal;
	font-variant:normal;}
td {
	padding:10px;
	border-bottom:dotted 1px #999;
}
td.last {
	padding:10px;
	border-bottom:none !important;
}
.chart-number { 
	font-family: 'Sentinel A', 'Sentinel B', serif; 
	color: #0072af;
	font-size: 3em; 
	line-height: 1em; 
	font-weight: 500;
}
.total {
	background-color:#ccc;
}


/* INSETS */

.quote {
	padding:10px;
	margin-bottom:20px;
	border:solid 3px #fff;
	/* misc */
	background: url(../images/debut_light.png);

/* border radius */
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;


/* box shadow */
box-shadow: 0px 0px 6px rgba(51,51,51,0.3);
-webkit-box-shadow: 0px 0px 6px rgba(51,51,51,0.3);
-moz-box-shadow: 0px 0px 6px rgba(51,51,51,0.3);


}
#quote-hire {
	background:url(../images/hire.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
	height:50px;
}
#quote-hire h2, #quote-score h2  {
	display:none;
}
#quote-score {
	background: url(../images/scored.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
	height:60px;
}
.quote img {
	width:100%;
	height:auto;
}
.quote-txt, .quote-txt2, .quote-att {
	width:100%;
}
.quote a, .quote strong {
	font-weight:600;
}
.quote h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight:400;
	font-size: 1em;
	line-height: 1.5em;
	color: #e46c26;
	margin:0;
	padding: 0;
	text-align: center;
}
.quote-att h4 {
	font-family: 'AmasisMTStd-Bold', serif;
	font-style: normal;
	font-size: .8em;
	line-height: 1.5em;
	color: #333;
	margin:0;
	padding: 0;
	text-align: left;
}
.quote-txt p, .quote-txt2 p {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight:300;
	font-size: .8em;
	line-height: 1.5em;
	color: #333;
	margin:0 0 10px;
	padding: 0;
	text-align: left;
	width: auto;
}

.quote-att p {
	font-family: 'CaeciliaCom-55Roman', serif; 
	font-style: normal;
	font-size: .7em;
	line-height: 1.5em;
	color: #333;
	margin:0;
	padding: 0;
	text-align: left;
}
.quote-att strong {
	font-family: 'CaeciliaCom-85Heavy', serif;
	font-style:bold;
}

.sidebar {
	margin-bottom:20px;
	padding-top:10px;
	border:solid 3px #fff;
	/* misc */
	background: url(../images/debut_light.png);

/* border radius */
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;


/* box shadow */
box-shadow: 0px 0px 6px rgba(51,51,51,0.3);
-webkit-box-shadow: 0px 0px 6px rgba(51,51,51,0.3);
-moz-box-shadow: 0px 0px 6px rgba(51,51,51,0.3);



}

.sidebar h2 {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight:400;
	font-size:1.5em;
	line-height: 1.25em;
	color: #e46c26;
	text-transform:uppercase;
	margin:10px 10px 0 ;
	text-align:left;
}
.sidebar h3 {
	font-family: 'CaeciliaCom-85Heavy', serif; 
	font-style: normal;
	font-size: .9em;
	line-height: 1.5em;
	color: #333;
	margin:0 0 10px 0;
	padding: 0 10px;
	text-align: left;
	text-transform: none;
	text-align: center;
}
.sidebar h4 {
	font-family: 'CaeciliaCom-85Heavy', serif; 
	font-style: normal;
	font-size: 1.6em;
	line-height: 1.5em;
	color: #fff;
	margin:0 0 10px 0;
	padding: 0;
	text-align: left;
}

.sidebar p {
	margin:0 0 14px;
	padding:0 10px;
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight:300;
	color: #333;
	font-size: .8em;
	line-height: 1.5em;
	text-align: left;
}

.sidebar strong {
	font-family: 'AmasisMTStd-Bold', serif;
}
.sidebar img {
	width:215px;
	float:left;
	margin:0 10px 10px 10px;
	}
.sidebar-att {
	float:left;
	border-bottom: 1px solid #333;
	margin-bottom:20px;
	background:url(../images/tweed.png);
	padding-top:10px;
	border-top: 1px solid #333;
	width: 444px;
}
.sidebar-att p {
	margin:0 0 14px;
	padding:0 10px 0 0;
	font-family: 'AmasisMTStd-Light', serif;
	color: #fff;
	font-size: .8em;
	line-height: 1.25em;
	text-align: left;
}

.sidebar-text {
	clear:both;
}
#accordion {
	background:#dadcc1;
}

.accordion-toggle {cursor: pointer;}
.accordion-content {
	display: none; 
	background:#dadcc1;
	width:800px;
	margin:0 auto;
}
#accordion h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight:400;
	font-size:1.5em;
	line-height: 1.25em;
	color: #e46c26;
	text-transform:uppercase;
	margin:0 0 10px ;
	text-align:left;
}
#accordion p {
	background:#dadcc1;
	font-family: 'AmasisMTStd-Light', serif;
	font-style: normal;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #333;
	margin-top: 1.125em;
	margin-right: 0;
	margin-bottom: 1.65em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:left;
}
#accordion strong {
	font-family: 'AmasisMTStd-Bold', serif;
	color: #009ddc;
}
#accordion em {
	font-family: 'AmasisMTStd-Italic', serif;
}
#accordion a:link, #accordion a:visited {
	color: #333;
	text-decoration:underline;
}
#accordion a:hover, #accordion a:active {
	color: #333;
	text-decoration:none;
}

.accordion-content.default {display: block;}

.lf {
	float: left;
	margin: 0;
	width: 200px;
}
.lf2 {
	float: left;
	margin: 0 20px 20px 0;
	width: 450px;
}

.rt {
	float: right;
	margin: 0;
	width: 200px;
}

.rt2 {
	float: right;
	margin: 0 0 20px 20px;
	width: 450px;
}



/* CHAMPION SECTION */


#section-foot {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#section-break {
	padding:0;
}

#champ-footer {
	width: 100%;
	position: relative;
	background: url(../images/debut_light.png);
	margin-top: 70px;
	border-top: 3px solid #fff;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.25);
	border-radius: 1px;

}
#champ-footer p {
	font-family: 'CaeciliaCom-55Roman', serif; 
	font-style: normal;
	color: #333;
	font-size: 0.75em;
	line-height: 1.5em;
	max-width: 1024px;
}
#champ-footer a:link, #champ-footer a:visited {
	color: #333;
}
#champ-footer img {
	margin-top: 20px;
	padding-bottom: 2px;
	width:400px;
}

#champion {
	position: absolute;
	z-index: 9999;
	bottom: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	padding: 0;	
	width: 500px;
	height: 60px;
	background:url(../images/title-overlay-2.png);
}
#champion p {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 400; 
	font-style: normal;
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 60px;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
}

#champion img {
	top: 10px;
	position: relative;
}


#sthoverbuttons #sthoverbuttonsMain {
width: 45px !important;
}

#stToolPop {
	display:none;
}

.hidden, .hidden-phone, .hidden-tablet {
	display:none;
}


/*
@media only screen and (max-width: 1200px) {
	#titlescreen img.title {
	width: 120% !important;
	height: auto !important;
	left:-20px !important;

	}

}
*/

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	
	#author {
	height:140px;
	}
	.hidden-phone {
	display:block !important;
	background-color: #fff;

	}
	.hidden-phone img, .hidden img, .hidden-tablet img {
	width:100%;
	-webkit-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	border-radius: 1px;
	}
	.hidden, .hidden-tablet {
	display:none !important;
	}
	#cbp-fbscroller { 
	display:none !important;
	}
	.maincontainer {
	min-width:320px !important;
	}
	header#ncaa-header {
	width:100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	height:auto;
	}
	header#ncaa-header a#logo {
	position: relative;
	top: 0;
	left: 0;	
	}
	header#ncaa-header nav {
	display:none;
	}
	header#ncaa-header img{
	width:120px !important;
	}
	.ncaa-menu {
	width: 100%;
	}
	#titlescreen {
	background-position: -1000px top !important;
	}
	#titlescreen img.title {
	width: 230% !important;
	left:-100px !important;
	}
	.img-holder {
	-webkit-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	border-top: solid 10px #144b6f;
	border-bottom: solid 10px #144b6f;
	background-color: #144b6f;
	}
	.sec-container {
	width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
	background-image: none !important;
	}
	.sec-container p {
	max-width: 100% !important;
	font-size: 2.2em;
	line-height: 1.65em;
	margin-left:0;
	margin-right:0;
	padding:0;
	}
	#quote-hire {
	height:100px;
	}
	#quote-score {
	height:120px;
	}
	.quote img {
	width:25%;
	float:left
	}
	.quote-txt, .quote-att {
	width:100%;
	padding-left: 26%;
	}
	.quote-txt2 {
	width:100%;
	padding-left:0;
	}
	.quote h3 {
	font-size: 1em;
	}
	.quote-att h4 {
	font-size: .8em;
	}
	.quote-txt p, .quote-txt2 p {
	font-size: .8em;
	}
	.quote-att p {
	font-size: .7em;
	}
	.sidebar-att {
	width:100%;
	}
	.sidebar img {
	width:415px;
	}
	.sidebar h2 {
	font-size:1.5em;
	}
	.sidebar h3 {
	font-size: .9em;
	}
	.sidebar h4 {
	font-size: 1.6em;
	}
	.sidebar p {
	font-size: .8em;
	padding:0 10px
	}
	.sidebar-att p {
	font-size: 1.2em;
	}
	.sidebar-text {
	clear:both;
	}
	.rt, .lf, .rt2, .lf2 {
	float:none !important;
	width:100% !important;
	margin-left: 0;
	margin-right: 0;
	}
	.dropcap, .dropcap2, .dropcap3 { 
	padding-top: 30px;
	font-size: 4em;
	margin-bottom:0px;
	}
	.overlay {
	display:none !important;
	}
	.overlay2 {
	display:inline !important;
	}
	.img-holder {
	width:auto !important;
	}
	#section-break {
	display:inline !important;
	}
	.sec-bg {
	background-image: none !important;
	} 
	#champion {
		background-color: rgba(0, 52, 87, 0.8) !important;
		background-image: none !important;
		width: 100% !important;
	}
	#champion img {
	width:250px !important;
	height:auto !important;
	}
	#champion p {
	font-size: 1.2em !important;
	line-height: 2.75em !important;
	max-width:100% !important;
	padding: 0px !important;
	text-align: center !important;
	}
	#champion p span#champion-text {
		position: relative !important;
		top: -10px !important;
	}#champ-footer {
	}
	#champ-footer p {
	font-size: .7em !important;
	}
	#champ-footer img {
	width:700px !important;
	}
	#sthoverbuttons {
	display:none;
	}
	
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 

	#author {
	height:80px;
	}
	.hidden {
	display:block !important;
	background-color: #fff !important;
	

	}
	.hidden-phone {
	display:none !important;
	}
	.hidden-phone img, .hidden img, .hidden-tablet img {
	width:100%;
	}
	#cbp-fbscroller { 
	display:none !important;
	}
	#titlescreen {
	background-position: center top !important;
	background-size: 150% auto !important;
	}
	#titlescreen img.title {
	width: 150% !important;
	height: auto !important;
	left:-80px !important;

	}
	.sec-bg {
	background-image: none !important;
	} 
	.sec-container p {
	font-size:1em;
	}
	.dropcap, .dropcap2 { 
	padding-top: 24px !important;
	margin-bottom:0px !important;
	font-size: 5.75em !important;
	}
	.overlay {
	display:none !important;
	}
	#sthoverbuttons {
	display:none;
	}
	.img-holder {
	-webkit-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	border-top: solid 10px #144b6f;
	border-bottom: solid 10px #144b6f;
	background-color: #144b6f;
	}
	#quote-hire {
	height:70px;
	}
	#quote-score {
	height:80px;
	margin-bottom: 10px;
	}
	.quote img {
	width:20%;
	float:left
	}
	.quote-txt, .quote-att {
	width:100%;
	padding-left: 21%;
	}
	.quote-txt2 {
	width:100%;
	padding-left:0;
	}
	.quote h3 {
	font-size: 1em;
	}
	.quote-att h4 {
	font-size: .7em;
	}
	.quote-txt p, .quote-txt2 p {
	font-size: .6em;
	}
	.quote-att p {
	font-size: .6em;
	}
	.sidebar img {
	width:215px;
	}
	.sidebar-att p {
	font-size: .75em !important;
	line-height: 1.25em;
	}
	.sidebar p {
	font-size: .6em;
	padding:0 10px;
	}
	
} 

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.sec-container {
	width: 1000px;
	}
	.hidden {
	display:block !important;
	background-color: #fff;
	}
	.hidden-phone img, .hidden img, .hidden-tablet img {
	width:100%;
	}
	
	.hidden-phone, .hidden-tablet {
	display:none !important;
	}
	#cbp-fbscroller { 
	display:none !important;
	}
	#titlescreen {
	background-position: center top !important;
	background-size: 150% auto !important;
	}
	.overlay {
	display:none !important;
	}
	#sthoverbuttons {
	display:none;
	}
	.img-holder {
	-webkit-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	border-top: solid 10px #144b6f;
	border-bottom: solid 10px #144b6f;
	background-color: #144b6f;
	}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.sec-container {
	width: 1000px;
	}
	.hidden-tablet {
	display:block !important;
	}
	.hidden-phone img, .hidden img, .hidden-tablet img {
	width:100%;
	}
	.hidden, .hidden-phone {
	display:none !important;
	}
	#cbp-fbscroller { 
	display:none !important;
	}
	#titlescreen {
	background-position: -1200px top !important;
	background-size: 230% auto !important;
	}
	#titlescreen img.title {
	width: 220% !important;
	height: auto !important;
	left:-70px !important;

	}
	.overlay {
	display:none !important;
	}
	#sthoverbuttons {
	display:none;
	}
	.img-holder {
	-webkit-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	border-top: solid 10px #144b6f;
	border-bottom: solid 10px #144b6f;
	background-color: #144b6f;
	}
}


/*– LG Optimus LTE, LG Spectrum (VS920), LG Optimus 4X HD-*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width:1080px) and (orientation : portrait) {
	#titlescreen {
	background-position: -1200px top !important;
	background-size: 230% auto !important;
	}
	#titlescreen img.title {
	width: 220% !important;
	height: auto !important;
	left:-70px !important;

	}
	.overlay {
	display:none !important;
	}
	#sthoverbuttons {
	display:none;
	}
	.img-holder {
	-webkit-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	border-top: solid 10px #144b6f;
	border-bottom: solid 10px #144b6f;
	}
}
