@charset "utf-8";
/* CSS Document */

.body {
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@font-face {
	font-family: tags_font;
	src: url(Titillium-Light.otf);
}

.text {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
}

.tags {
	font-family: tags_font;
	font-size: 15px;
	letter-spacing: 2.7px;
}


/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
.wrap {
	width: 750px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 100px;
	border: solid 1px #333333;
	border-top-width: 7.5px;	
	border-top-color: #4D4D4D;	
		
}

.imentor {
	width: 375px;
	float: left;
	/*position: relative;
	left: 0px;
	top: 0px;
	background: #CC0;*/	
}

.ilogo {
	width: 181px;
	height: 107px;
	position: relative;
	top: 38px;	
	left: 92px;
}
	
.iarticle {
	width: 224px;
	position: relative;
	left: 87px;
	top: 82px;
	
}
	
.pilates {
	width: 375px;
	float: right;
	/*background: #0F0;*/
}

.plogo {
	width: 230px;
	height: 91px;
	position: relative;
	top: 47px;	
	left: 77px;
}
	
.particle {
	width: 224px;
	position: relative;
	left: 87px;
	top: 95px;
	
}

.text {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.tags {
	font-family: tags_font;
	font-size: 15px;
	letter-spacing: 2.7px;
}
}

/* Larger than desktop */
@media (min-width: 1000px) {
.wrap {
	width: 1000px;
	height: 533px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 186px;
	border: solid 1px #333333;
	border-top-width: 10px;	
	border-top-color: #4D4D4D;	
		
}

.imentor {
	width: 500px;
	float: left;
	/*position: relative;
	left: 0px;
	top: 0px;
	background: #CC0;*/	
}

.ilogo {
	width: 241px;
	height: 153px;
	position: relative;
	top: 50px;	
	left: 123px;
}
	
.iarticle {
	width: 272px;
	position: relative;
	left: 116px;
	top: 82px;
	
}
	
.pilates {
	width: 500px;
	float: right;
	/*background: #0F0;*/
}

.plogo {
	width: 306px;
	height: 121px;
	position: relative;
	top: 61px;	
	left: 103px;
}
	
.particle {
	width: 272px;
	position: relative;
	left: 116px;
	top: 110px;
	
}

.text {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
}

.tags {
	font-family: tags_font;
	font-size: 15px;
	letter-spacing: 2.7px;
}
	}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	
	
	
	
	}