@charset "utf-8";
img, object, embed, video {
	max-width: 100%;

}

a {
	transition:all ease-in-out 0.2s;
	outline:none;
}

a:hover {
	opacity: 0.8;
}

.ie6 img {
	width:100%;
}

.fluid { clear: both; margin-left: 0; width: 100%; float: left; display: block; background-origin: border-box; }

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;
}

body {
    background: url(/wp-content/themes/beautiful-pro/images/bg.png) repeat-x top left;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {	width: 100%; }
.logo { background: url(images/logo-mob.png) no-repeat center 50%;
height: 100px; width: 217px;
text-indent: -9000em;
margin-top:15px;
 }
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#bespoke,#online { margin: 20px 0;  }

#div2 img,#div3 img {
	margin: 20px auto 10px;
	display:block;
	wi/th: 285px;
}
#div2 { margin-top: 30px; }


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 640px) {

.gridContainer {
	width: 700px;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	position: relative;
}
.logo { background:url(images/logo-splash.png) no-repeat center;
height: 500px; width: 510px;
}

#div2 {
	margin:0;
}

#div2 img, #div3 img  {
  xdisplay: inline-block;
  position:absolute;
  top: 300px;
  margin:0;
}
#div2 img.blog {
	right: 45px;
}
#div2 img.online {
	left: 42px;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}