body {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

    vertical-align: baseline;

}



img {

    max-width: 100%;

    height: auto;

}



html, body {

    background: #ffffff;

    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */

    -webkit-text-size-adjust: 100%;

}



.center-content {

    width: 100%;

    text-align: center;

}





.clear {

    clear: both;

    display: block;

    height: 0;

    overflow: hidden;

    visibility: hidden;

    width: 0;

}



h1 {

    font-family: Verdana;

	color: #555;

	font-size: 20px;

    line-height: 26px;

	font-weight: bold;

	text-decoration: none;

}







 /***********************************    DESKTOP    **************************************/



@media (min-width: 760px) {

 

  body {

  	background-color: #ffffff;

	width: 100%;

	padding: 0px;

  	text-align: left;

  	margin-top: 0px;

  	margin-right: 0px;

  	margin-bottom: 0px;

  	margin-left: 0px;

  	

  }



  #centered {

  	position: absolute;

	width: 960px;

  	left: 50%;

  	top: -20px;

  	margin-left: -480px;

  	background-repeat: repeat-n;

  	margin-bottom: 20px;

  }



  #container {

  	height: 100%;

	width: 960px;

	}



  div.content {

  	background-color: #ffffff;

  	width: 960px;

  	margin-left: 0px;

  	margin-right: 0px;

	margin-top: 0px;

  	padding-right: 0px;

  	padding-left: 0px;

  	padding-bottom: 0px;

	height: auto;

  }
  

div.text {
	color: #555;
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: none;
	line-height: 2em;
	float: left;
	padding: 20px 20px 50px 130px;
	width: 700px;
	}
	
div.text1 {
	color: #555;
	font-family: Helvetica;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	line-height: 14px;
	float: left;
	padding: 0px 0px 50px 0px;
	width: 100%;
	}


 div.clear {

        clear:both;

      }

	

img {

    max-width: 100%;

    height: auto;

}

div.cover { position: absolute; 
	z-index: 60;
	align: left;
	width: 375px; 
	top: 250px; 
	left: 500px;
	}


 div.header {

  	z-index: 99;

	background-color: #fff;

  	width: 100%;

	text-align: center;

  	height: auto;

	padding: 20px 0 0 0;

  	}


div.mainimage {
	width: 100%;
	height: auto;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	}


div.navigation {
	color: #555555;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	float: left;
	padding: 0 0 50px 0px;
	width: 100%;
	}


div.footer-text {

	font-family: Verdana;
	
	width: 100%;
	
	text-align: center;

	float: left;

	font-size: 12px;

	line-height: 22px;

	margin: 150px 0px 0px 0px;

	font-color: #555555;

	}



.mobile-show {

  display:none;

}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	 


}



 /***************************      MOBILE BREAK   ******************************/



@media only screen and (min-width: 200px) and (max-width: 759px) {

  /*** MOBILE ***/

  html, body {

  background-color: #fff !important;

  	}



  body {

  	background-color: #fff;

  	width: 100%;

  	padding: 0px;

  	text-align: left;

  	margin-top: 0px;

  	margin-right: 0px;

  	margin-bottom: 0px;

  	margin-left: 0px;

  }

  

  div.container {

  	width: 320px;

	padding-bottom: 0px;

	}


div.text {
	color: #555;
	font-family: Helvetica;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.6em;
	float: left;
	padding: 10px 20px 20px 20px;
	width: 90%;
	}
	
div.text1 {
	color: #555;
	font-family: Helvetica;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center;
	line-height: 1.5em;
	float: left;
	padding: 0px 0px 50px 0px;
	width: 100%;
	}
	

  div.content {

          margin-top:0px;

        }
		

img {

    max-width: 100%;

    height: auto;

}

 
div.header {

  	z-index: 99;

	background-color: #fff;

  	width: 100%;

	text-align: center;

	float: left;

  	height: auto;

	padding: 20px 0 0 0px;

  	}


div.mainimage {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 0 0px 0 0px;
	}


div.navigation {
	color: #555555;
	font-family: Helvetica;
	font-size: 1.2em;
	text-decoration: none;
	text-align: left;
	line-height: 2.8em;
	float: left;
	padding: 0px 20px 50px 20px;
	width: 90%;
	}


div.footer-text {

	font-family: Verdana;
	
	width: 90%;
	
	text-align: center;

	float: left;

	font-size: 1em;

	line-height: 1.8em;

	margin: 50px 20px 0px 15px;

	font-color: #353633;

	}


	


  .desktop-show *{

  display:none;

}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


}

