@media screen and (max-width: 736px) {

 body, input, select, textarea {
	 font-size:1.1em;
	 line-height: 1.7em;
}
 
 h3, h4, h5, h6 {
	 font-size: 13pt;
	 margin: 0 0 1em 0;
}

#ad-midpage{
	float:initial;
	padding:initial;
}



/* Section/Article */
 section, article {
	 clear: both;
	 margin-bottom: 2em !important;
}
 section.last, article.last {
	 margin-bottom: 0 !important;
}
/* Image */
 .image.left {
	 width: 25%;
	 margin-bottom: 2em !important;
}
/* Menu */
 ul.menu li {
	 display: block;
	 border: 0 !important;
	 padding: 0 !important;
	 margin: 0 !important;
}
/* Actions */
 ul.actions li {
	 display: block;
	 padding: 0;
	 margin: 1em 0 0 0;
}
 ul.actions li:first-child {
	 margin-top: 0;
}
/* Button */
 input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	 width: 100%;
	 text-align: center;
	 font-size: 1.25em !important;
	 padding: 0.65em 0 !important;
}
 input[type="button"].icon, input[type="submit"].icon, input[type="reset"].icon, button.icon, .button.icon {
	 padding-right: 0.75em !important;
}
 input[type="button"].icon:before, input[type="submit"].icon:before, input[type="reset"].icon:before, button.icon:before, .button.icon:before {
	 margin-right: 0.5em;
	 top: 0.05em;
}
/* Box */
 .box {
	 padding: 15px 15px 15px 15px;
	 margin: 0;
}
 .box.feature {
	 margin: 20px 0 0 0 !important;
	 padding: 0;
}
 .box.feature .inner {
	 padding: 30px 15px 30px 15px;
}
 .box.feature p {
	 margin: 0;
}
 .box.feature .image {
	 position: relative;
	 margin: 0;
}
 .box.feature .image img {
	 border-bottom-left-radius: 0;
	 border-bottom-right-radius: 0;
}
/* Widgets */
 .widget.thumbnails .image {
	 margin: 0;
}
 .widget.thumbnails .x {
	 padding: 1em 0.5em 0 0;
}
 .widget.thumbnails .y {
	 padding: 1em 0 0 0.5em;
}
 .widget.thumbnails .row:first-child .x, .widget.thumbnails .row:first-child .y {
	 padding-top: 0;
}
/* Wrappers */
 #header-wrapper {
	 padding: 3em 1em 1.5em 1em;
}
 #banner-wrapper {
	 padding: 0 15px 0 15px;
}
 #features-wrapper {
	 padding: 0 15px 40px 15px;
}
 #main-wrapper, #footer-wrapper {
	 padding: 15px 30px 0 30px;
}
/* Logo */
 #logo h1 {
	 font-size: 2.75em;
	 padding: 0.2em 0.275em;
}
 #logo span {
	 line-height: 3em;
}
/* Banner */
 #banner {
	 text-align: center;
	 padding: 15px 15px 15px 15px;
	 margin: 0 auto !important;
}
 #banner h2 {
	 font-size: 2em;
	 margin: 0.75em 0 0.5em 0;
}
 #banner p {
	 font-size: 1.5em;
	 line-height: 1.5em;
	 margin: 0;
}
 #banner ul {
	 margin: 0;
}
 #banner .button {
	 margin: 0 0 1em 0;
}
/* Content */
 #content {
	 padding-bottom: 3em;
}
/* Footer */
 #footer section {
	 border-bottom: solid 1px #ccc;
	 padding-bottom: 3em;
	 margin-bottom: 1em !important;
}
 #copyright {
	 text-align: left;
}
}