/**********************************************************************/
/*** Header Media Query ***********************************************/
/**********************************************************************/


/**********************************************************************/
/*** Header 935px *****************************************************/
/**********************************************************************/

@media screen and (max-width : 935px) {

#menu-icon {
    display:inline-block;
    border: 1px solid rgb(110,110,110);
    border-radius: 3px;
}

nav ul, nav:active ul { 
    display: none;
    position: absolute;
    margin: 0px auto;
    padding: 5%;
    top: 0px;
    left: 0px;
    width: 90%;
    background-color: rgb(0,121,193);
}

nav li {
    text-align:center;
    margin: 0px;
    float:left;
}

nav li a{
    color: rgb(255,255,255);
    display: block;
    padding: 10px;
    margin:0px;
}

nav li a:hover{
    color: rgb(70,70,70);
}
    
nav:hover ul {
    display: block;
}

.contact-us:hover{ 
    background:none !important;
}

}

/**********************************************************************/
/*** header 380px *****************************************************/
/**********************************************************************/

@media screen and (max-width : 380px) {  

#logo{
    width: 160px;
}
    
#menu-icon{
    width: 30px;
    height: 30px;
    background: url(../img/menu-icon3.png) center;
}

nav li {
    text-align:left;
    width: 50%;
    margin: 0px;
    float:left;
}
    
#ribbon{
    display: none;
}
    
}


/**********************************************************************/
/**********************************************************************/
/*** All other pages responsive styling *******************************/
/**********************************************************************/
/**********************************************************************/



/**********************************************************************/
/*** 800px ************************************************************/
/**********************************************************************/

@media screen and (max-width : 800px) {

h1{
	font-size: 1.5em;
    line-height: 20px;
}
    
#banner div {
    width: 90%;
    font-size: 2em;
}
    
#ribbon{
	width: 100%;
	font-size: 0.6em;
	padding-top: 0.9em;
	padding-right: 0.8em;
	padding-bottom: 0.3em;
}
    
#ribbon > a img{
    width:90%;
}
    
.get-software a img{
    width: 156px;
    height:auto;
    margin: 5px;
}
    
#partner-left{
	width: 80%;
	float: left;
    text-align:center;
}
    
#partner-right{
    width: 100%;
    float: left;
    text-align:left;
}

#ptitle span{
	font-size: 2em;
	padding: 0.6em 0;
}
    
/*************************/
    
#about-us{
    width: 100%;
    color: #FFF;
    margin: 60px auto;
    padding: 3.1em 0;
}

#about-us > .heading{
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 2.8em;
    font-family: 'Hammersmith One', 'sans-serif';
    padding-bottom: 20px;
    text-align:center;
}

#about-us > .about-text{
    width: 90%;
    -webkit-column-count:2; /* Chrome, Safari, Opera */
    -moz-column-count:2; /* Firefox */
    column-count:2;
    -webkit-column-gap:40px; /* Chrome, Safari, Opera */
    -moz-column-gap:40px; /* Firefox */
    column-gap:40px;
}

/*************************/
    
#contact-us{
    height: 450px;
    padding-top: 2em;
    padding-bottom: 2em;
}
    
#contact-us > .heading{
    width: 90%;
    font-size: 2.8em;
    padding-bottom: 10px;
}
    
#contact-us > .contact-text{
    width: 90%;
    margin: 40px auto;
}
    
#contact-us > .contact-text > .left{
    width: 35%;
}
    
#contact-us > .contact-text > .left img{
    width: 98%;
    height:auto;
}
    
#contact-us > .contact-text > .right{
    width: 60%;
    margin-left: 5%;
}
    
/*************************/
    
#acereader{
    width: 90%;
    padding:5%;
    min-height: 1000px;
}
    
#acereader > #left{
    width: 100%;
    display:block;
    margin-bottom: 40px;
    text-align:center;
}
    
#acereader > #left img{
    width: 60%;
    height:auto;
}
    
#acereader > #right{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
    
#acereader > #right .title{
    font-size: 2em;
    padding-bottom: 8px;
    text-align: center;
}
    
/*************************/
    
footer{
    margin-top:3em;
}
    
}

/**********************************************************************/
/*** 515px ************************************************************/
/**********************************************************************/
@media screen and (max-width : 515px) {

h1{
	font-size: 1em;
    line-height: 20px;
}
    
}

/**********************************************************************/
/*** 380px ************************************************************/
/**********************************************************************/

@media screen and (max-width : 380px) {

#acereader > #left img{
    width: 90%;
}    

#banner div {
    width: 100%;
}
    
.get-software a img{
    width: 120px;
    height: auto;
    margin-bottom: 9px;
    height:auto;
}
    
/*************************/
    
#about-us{
    width: 100%;
    color: #FFF;
    margin: 50px auto;
    padding: 2.1em 0;
}
    
#about-us > .heading{
    width: 90%;
    font-size: 2em;
    padding-bottom: 20px;
}
    
#about-us > .about-text{
    width: 90%;
    -webkit-column-count:1; /* Chrome, Safari, Opera */
    -moz-column-count:1; /* Firefox */
    column-count:1;
    -webkit-column-gap:0px; /* Chrome, Safari, Opera */
    -moz-column-gap:0px; /* Firefox */
    column-gap:0px;
}
	
/*************************/
	
#contact-us{
    height: 700px;
    padding-top: 1em;
    padding-bottom: 1em;
}
    
#contact-us > .heading{
    width: 90%;
    font-size: 2em;
    padding-bottom: 0px;
}
    
#contact-us > .contact-text{
    width: 90%;
    margin: 40px auto;
}
    
#contact-us > .contact-text > .left{
    width: 100%;
}
    
#contact-us > .contact-text > .left img{
    width: 80%;
    height:auto;
    margin-bottom: 40px;
}
    
#contact-us > .contact-text > .right{
    width: 100%;
    margin-left: 0%;
}
    
/*************************/
    
footer #copy-right{
    width: 100%;
    line-height: 47px;
    padding: 0;
    float: left;
    text-align: center;
}
    
footer #Social{
    width: 100%;
    text-align: center;
}
    
footer #Social a img{
    widthx: 30px;
    height: 47px;
    margin: 9px 9px;
}
    
/*************************/
	
#ptitle{
	background: rgb(0,121,193);
	display: block;
	padding: 0.7em 0;
}
    
#ptitle span{
	font-size: 1.8em;
	padding: 0.6em 0;
}
	
}