@charset "UTF-8";
/* CSS Document */

/*header{ margin:0 1.5% 15px;} */
header{ margin:0 1.4% 0;} 
/*.box1 {margin:0 1.5%; width:17%;}*/

.box1 {margin:0 1.4%; width:16.7%;}
@media (max-width:1000px){
.box1{ width:97%; margin:10px 1.5%; padding:20px 0; display:block;}
.box1 h1 {margin-left:20px;}
#apple{ position: absolute; right:0; /*top:-20px;*/}


}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#search{ margin-top:8px !important; }
#apple{ padding-bottom:10px; margin-right:0; margin-top:25px;}
#apple #search input[type="submit"] { margin-top: -16px; position:  absolute; right:0; }
#apple #search input[type="text"] { margin-top: 0; position:  absolute; right:0; }
}

@media (min-width:1000px)
{
@media screen and (-webkit-min-device-pixel-ratio:0){
#apple #search input[type="submit"] { margin-top: -25px; position:  absolute; right:25px; }
    #apple #search input[type="text"] { margin-top: -9px; position:  absolute; right:25px; }
}
}