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 */
}

/* ipad */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    .example-image {width:70px; margin-bottom:3px}
         
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
	
}

@media only screen and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header {margin-top: 0px;height:150px;}
	header #logo{top:60px;}

	nav .wrap-nav{top: 10px; left:10px; right:auto;}
    
     nav .wrap-nav{position:absolute; top:60px; right:0px; height: 37px;}
     
	
	/* -------------------------------------------- */
	/* ------------------Featured------------------ */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

/* iphone 6 landscape */
@media only screen and (min-width: 620px) and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
    
    header{height: 90px;}
    header #logo{top: 10px;}
    
    nav .wrap-nav {position:relative; height: 37px; left:20px; top:60px;}
	
    .image-set{width:100%}
    .example-image {width:70px; margin-bottom:3px}
    
     nav .wrap-nav{position:absolute; top:60px; right:0px; height: 37px;}
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 480px) and (max-width: 619px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
    header{height: 90px;}
    header #logo{top: 10px;}
    
    nav .wrap-nav {position:relative; height: 37px; left:20px; top:60px;}
    
     nav .wrap-nav{position:absolute; top:60px; right:0px; height: 37px;}
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

/* iphone 6 portrait */
@media only screen and (max-width: 479px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header{height: 90px;}
	header #logo{top: 10px;}

	nav .wrap-nav {position:relative; height: 37px; left:20px; top:60px;}
	.image-set{width:100%}
    
    nav .wrap-nav{position:absolute; top:60px; right:0px; height: 37px;}
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}