

@media only screen and (min-width: 1195px) and (max-width: 1400px) 
{
header {
    padding-top: 80px;
}	
}
@media only screen and (min-width: 960px) and (max-width: 1194px) 
{
/*Home page*/
/*.logo {
	border:1px solid red;
}*/
header {
    padding-top: 120px;
}
.container {
	width:98%;
}
footer {
    width: 98%;
}
.btm_logo {
    padding-right: 74px;
    position: relative;
    text-align: right;
	padding-top:10px;
}
.btm_logo img {
    position: relative;
    top: 0;
}
}

/* #Tablet (Portrait) */

    /* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) 
{
/*Home page*/
/*.logo {
	border:1px solid yellow;
}*/
.logo {
    padding-bottom: 10px;
    text-align: center;
}
header {
    padding-top: 80px;
}
.container {
	width:98%;
}
footer {
    width: 98%;
}
.btm_logo {
    padding-right: 74px;
    position: relative;
    text-align: right;
	padding-top:10px;
}
.btm_logo img {
    position: relative;
    top: 0;
}	
}

/* #Mobile (Landscape) */

    /* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) 
{
/*Home page*/
/*.logo {
	border:1px solid blue;
}*/
.logo {
    padding-bottom: 10px;
    text-align: center;
}
.logo img {
	width:320px;
}
header {
    padding-top: 44px;
}
.container {
	width:98%;
}
footer {
    width: 98%;
}
.btm_logo {
    padding-right: 40px;
    position: relative;
    text-align: right;
	padding-top:10px;
	padding-bottom:20px;
}
.btm_logo img {
    position: relative;
    top: 0;
}
.homeinfo {
    margin: 0 auto;
    width: 90%;
}
nav ul li {
	float:none;
	margin-right:10px;
	display:inline-block;
}
nav > span img {
	max-width:100%;
}

/*Sticky Footer*/
html, body {height: auto;}

.wrapper {min-height: 1px;}

.container {overflow:auto;
padding-bottom: 0;} /* must be same height as the footer */

footer {position: relative;
margin-top: 0; /* negative value of footer height */
height: auto;
padding-bottom:10px;
}

/*Inner page*/
.innercontent {
    margin: 0 auto;
    text-align: center;
    width: 96%;
}
.backstretch {
	display:none;
}
html { 
  background: url(../images/mainbg.jpg) no-repeat center bottom ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.roughedge {
	display:none;
}
body {
	background:url(../images/roughedge.png) no-repeat center center;
	background-size: 100% 100%;
}

}

/* #Mobile (Portrait) */

    /* Note: Design for a width of 320px */

@media only screen and (min-width: 320px) and (max-width: 479px) 
{
/*Home page*/
/*.logo {
	border:1px solid green;
}*/
.logo {
    padding-bottom: 5px;
    text-align: center;
}
.logo img {
	width:240px;
}
header {
    padding-top: 30px;
}
.container {
	width:98%;
}
footer {
    width: 96%;
	text-align:center;
	overflow-x:hidden;
}
.btm_logo {
    padding-right: 0;
    position: relative;
    text-align: right;
	padding-top:10px;
	padding-bottom:20px;
	text-align:center;
}
.btm_logo img {
    position: relative;
    top: 0;
}
.homeinfo {
    margin: 0 auto;
    width: 94%;
}
nav ul li {
	float:none;
	margin-right:10px;
	display:inline-block;
}
nav > span img {
	max-width:100%;
}

/*Sticky Footer*/
html, body {height: auto;}

.wrapper {min-height: 1px;}

.container {overflow:auto;
padding-bottom: 0;} /* must be same height as the footer */

footer {position: relative;
margin-top: 0; /* negative value of footer height */
height: auto;
padding-bottom:10px;
}

.socialfooter {
	text-align:center;
}
.socialfooter ul {
	display:inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.socialfooter ul li:last-child {
	margin-right:0;
}
.copyright p {
    color: #2d2e2d;
    float: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 0;
	padding-bottom:5px;
}
.copyright span {
    color: #2d2e2d;
    float: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 18px;
}

/*Inner page*/
.innercontent {
    margin: 0 auto;
    text-align: center;
    width: 94%;
	padding-bottom:20px;
}
.innercontent h1 {
    color: #2d2e2d;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    padding-bottom: 14px;
    text-transform: uppercase;
}
.maincontent {
    padding-top: 20px;
}
.backstretch {
	display:none;
}
html { 
  background: url(../images/mainbg.jpg) no-repeat center bottom ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.roughedge {
	display:none;
}
body {
	background:url(../images/roughedge.png) no-repeat center center;
	background-size: 100% 100%;
}
}

