@import url(http://fonts.googleapis.com/css?family=Hammersmith+One);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
/*RESET (don't modify this code)*/
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 {
    background-color: rgb(255,255,255);
	line-height: 25px;
	overflow-x: hidden;
}

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;
}

/******************************************************************************/
/*** end page reset ***********************************************************/
/******************************************************************************/



/******************************************************************************/
/*** Page Loader (don't modify this code)**************************************/
/******************************************************************************/

#preloader  {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgb(0,0,0);
     opacity: 0.7;s
     z-index: 100;
     height: 120%;
 }

#status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image:url(../img/loader.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
	 z-index: 9000;
 }



/******************************************************************************/
/*** Main Site Style (It controls all the main ellements of the website.  *****/ 
/******************************************************************************/

body{
	color: rgb(100,100,100);
	font-size: 1em;
	font-family: 'Source Sans Pro';
}

a {
	color: rgb(231,76,48);
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: rgb(35,35,35);
}

#display{
    display: block;
    width: 100%;
    text-shadow: 0px 0px 2px #6e6e6e;
}

#display img{
    displayxxx: block;
    width: 100%;
    height: auto;
    max-height: 565px;
    margin: 0 0 -7px 0;
}

h1{
	text-align:center;
	border-bottom: 1px solid #CCC;
	font-size: 2em;
	font-family: 'Hammersmith One', 'sans-serif';
	color: rgb(255,255,255);
	padding: .5em 0;
	width: 100%;
    background-color: #000;
}

h2{
	font-size: 1.8em;
	font-family: 'Hammersmith One', 'sans-serif';
	display: block;
	padding-bottom: 8px;
}

#ribbon{
	background: rgb(51,51,51);
	text-align: center;
	padding: 0.8em 0;
	display: block;
	width: 100%;
}

#acereader{
	color: rgb(131,131,131);
	width: 80%;
	min-height: 500px;
	height: auto;
	max-width: 1300px;
	display:block;
	margin: 0 auto 25px auto;
	line-height: 25px;
	padding: 3em 0 0 0;
	clear: none;
}

#left{
	width: 30%;
	float: left;
}

#left img{
	width: 70%;
	height:auto;
	
}

#right{
	width: 70%;
	float: left;
	color: rgb(100,100,100);
}

#right .title{
	font-size: 1.8em;
	font-family: 'Hammersmith One', 'sans-serif';
	display: block;
	padding-bottom: 8px;
	
}

#right .thick {
    font-weight: bold;
}

#right .teacher-quote {
    font-size: .9em;
    font-style: italic;
}

#right .quote-signature {
    font-size: .9em;
    font-style: italic;
    color: blue;
}

.get-software{
	padding-top: 1em;
	width: 100%;
	text-align:center;
	display: block;
}

#about-us{
	display: block;
	color: rgb(255,255,255);
	background-color: rgb(0,121,193);
	padding: 6.2em 0;
}

.heading{
	width: 80%;
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 0.8em;
	text-align: center;
	font-size: 3.1em;
	color: rgb(255,255,255);
	font-family: 'Hammersmith One', 'sans-serif';
}

.about-text{
	width: 80%;
	max-width: 1300px;
	margin: 0 auto;
	-webkit-column-count:3; /* Chrome, Safari, Opera */
	-moz-column-count:3; /* Firefox */
	column-count:3;
	-webkit-column-gap:40px; /* Chrome, Safari, Opera */
	-moz-column-gap:40px; /* Firefox */
	column-gap:40px;
	color: rgb(255,255,255);
}

/*** my_blockquote **********************************************************/

my_blockquote {
    font-family: 'sans-serif' 'Hammersmith One';
    font-size: .9em;
    width: 500px;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #888;
}

my_blockquote:before {
    display: block;
    content: "\201C";
    font-size: 60px;
    position: absolute;
    left: -1px;
    top: -25px;
    color: #7a7a7a;
}

my_blockquote cite {
    color: #7a7a7a;
    font-size: 1em;
    display: block;
    margin-top: 1px;
    font-style: italic;
}
 
my_blockquote cite:before {
    font-size: 2em;
    content: "\2014 \2009";
}

/*** contact-us **********************************************************/

#contact-us{
	color: #FFF;
	float: left;
	margin: 0 auto;
	clear: left;
	width: 100%;
	display: block;
	clear: both;
	height: auto;
	line-height: 25px;
	padding: 6.2em 0;
}

#contact-us > .heading{
	width: 80%;
	max-width: 1300px;
	display: block;
	margin: 0 auto;
	font-size: 3.1em;
	font-family: 'Hammersmith One', 'sans-serif';
	padding-bottom: 13px;
	text-align:center;
}

.contact-text{
	width: 80%;
	max-width: 1300px;
	margin: 45px auto;
}

.contact-text > .left{
    width: 30%;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
}

.contact-text > .right{
    width: 60%;
    margin-left: 10%;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
}
	
#contact-us > .contact-text > .left{
    width: 30%;
}

#contact-us > .contact-text > .left img{
    width: 80%;
    height:auto;
}

#contact-us > .contact-text > span:first-child{
	text-align:center;
}

/*** footer **********************************************************/

footer{
	border-top: 1px solid #CCC;
	width: 100%;
	display: block;
	float: left;
	clear: left;
	padding: 1em 0;
	text-align: center;
}

footer #copy-right{
	width: 58%;
    line-height: 57px;
	padding: 0 1% 0 0;
	float:  left;
	text-align: right;
}

footer #Social{
	width: 40%;
	text-align: left;
	float:  left;
}

footer #Social a img{
	widthx: 40px;
    height: 57px;
	margin: 0 9px;
}


/******************************************************************************/
/**** Partners Page css Starts here *******************************************/
/******************************************************************************/


#ptitle{
	background: rgb(0,121,193);
	display: block;
	padding: 2em 0;
}

#ptitle span{
	font-size: 5em;
	padding: 0.6em 0;
	display: block;
	width: 80%;
	max-width: 1300px;
	margin: 0 auto;
	color: rgb(255,255,255);
	font-family: 'Hammersmith One', 'sans-serif';
}

#partner-body{
	width: 80%;
	max-width: 1300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	height: 500px;
	color: #555;
}

#partner-con{
	width: 100%;
	margin-bottom: 72px;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
}

#partner-con img{
	width: 95%;
	height: auto;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

#partner-left{
	width: 35%;
    height: auto;
	float: left;
}

#partner-right{
    width: 65%;
    float: left;
}

.partner-title{
	font-size: 1.8em;
	font-family: 'Hammersmith One', 'sans-serif';
    display: block;
	padding: 8px 0px;
}


/********************************************************************************/
/*** Icon before attribute (this controls the font icons used in the website) ***/
/********************************************************************************/

.lsf-launch:before,
{
  font-family: 'LigatureSymbols';
  margin-right: 0.3em;
  font-size:130%;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.lsf-launch:before{
  content:"\E13f";
  color: rgb(229,11,12);
  font-size: 150%;
}
