html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
	
}
@media (max-width:767px) {
.header {
	text-align: center;
}
.s-header {
	text-align: center;
}
.header .logo {
	float: none;
	display: inline-block;
}
.header h1, .header h1 a {
	text-align: center !important;
	font-size: 100%;
	line-height:1.2em;
}
}

@media only screen and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */

.header h2 {
	font-size: 80px;
    font-family: "Gobold Regular", Arial, sans-serif;
    letter-spacing: -5px;
    margin-left: -7px;
    margin-top: 15px;
}


	/* -------------------------------------------- */
	/* ------------------Content------------------- */

.block02 {}
.block02 p { padding:5px; font-size:14px;}
.block02 h2 {font-size:18px;letter-spacing: -0.05em;}
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
footer .heading h2{font-size:18px;letter-spacing: -0.05em;}
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (max-width: 479px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */

.header h2 {
	font-size: 50px;
    font-family: "Gobold Regular", Arial, sans-serif;
    letter-spacing: -2px;
    margin-left: -7px;
    margin-top: 15px;
}

.header p {
	font-size: 20px;
    font-family: "Gobold Regular", Arial, sans-serif;
    margin-top: 20px;
	padding-bottom: 15px;
}
	/* -------------------------------------------- */
	/* ------------------Content------------------- */

.block02 {}
.block02 p { padding:5px; font-size:14px;}
.block02 h2 {font-size:18px;letter-spacing: -0.05em;}
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
footer .heading h2{font-size:18px;letter-spacing: -0.05em;}
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}
@media only screen and (max-width: 299px) {
.header h2 {
	font-size: 30px;
    font-family: "Gobold Regular", Arial, sans-serif;
    letter-spacing: 0px;
    margin-left: -7px;
    margin-top: 15px;
}

.header p {
	font-size: 18px;
    font-family: "Gobold Regular", Arial, sans-serif;
    margin-top: 5px;
	padding-bottom: 15px;
}
}