@media only screen and (min-width: 768px) and (max-width:1100px) {
.header {
width:100%;
height:auto;
background:url(/images/ipad_bg.jpg) center center no-repeat;
}
.header2 {
width:100%;
height:auto;
padding:0 0 2% 0;
}
.logo {
width:85%;
margin:0 auto;
position:static;
display:block;
height:inherit;
left:0;
}
.contact {
border:5px solid #9d9f9f;
padding:3% 0;
display:block;
margin:0 auto;
position:static;
height:auto;
width:90%;
}
.contact p, .contact a {
font-size:30px;
}
.menu {
width:100%;
height:82px
}
.menu2 {
display:none;
}
.menulink {
float:none;
display:block;
margin:0;
line-height:normal;
border-top:1px solid #FF9;
}
.menulink a {
display:block;
margin:0;
padding:1% 5%;
height:auto;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font-size:24px;
color:#f9ffd0;
background:#06385f;
}
.tablet_menu .menulink:first-child {
border-top:none;	
}
.menulink a:hover {
background:#373737;	
color:#f9ffd0;
}
.tablet {
background:url(/images/hamburger.png) left center no-repeat;
margin:0;
height:82px;
width:100%;
}
#tablet_dr_services a, #tablet_dr_about a, #tablet_dr_contact a {
display:block;
padding:1% 5%;
font-size:24px;
background:#373737;
color:#f9ffd0;
}
#tablet_dr_services a:hover, #tablet_dr_about a:hover, #tablet_dr_contact a:hover {
background:#373737;
color:#f9ffd0;
text-decoration:none;
text-indent:3px;
}
.menulink {
line-height:72px;
margin:0 45px 0 0;
width:100%;
}
.menulink a {
font-size:26px;
padding:0 25px;
height:72px;
display:block;
}
.slideshow_contain {
width:100%;
height:inherit;
}
#adv-custom-caption {
width:100%;
}
.slideshow {
width:100%;
height:auto;
}
.mainbody2 {
width:90%;
padding:5%;
}
.mainheading {
position:static;
width:100%;
font-size:35px;
margin:0 0 2% 0;
padding:2% 0;
}
.mainheadingleft {
display:none;
}
.mainheadingright {
display:none;
}
.box1, .box2, .box3 {
width:inherit;
display:block;
padding:25px 0;
}
.box1 {
margin:0 0 25px 0;	
}
.box2 {
margin:0 0 25px 0;	
}
.box3 {
margin:0 0 0 0;	
}
.footer2 {
width:100%;
font-size:14px;
padding:15px 0;
}
.white {
display:block;
float:none;
margin:0 0 5% 0;
}
input[type=text], textarea {
display:block;
width:95%;
}
 input[type=submit] {
	width:100%; 
 }
.full {
width:100%;
height:auto;
}
.spacer {
display:none;
}
}