html, body {
	height: 100%;
	overflow: auto;
}

body {
	background: #fff;
	color: #000;
	font: 100 12px/14px Arial, Verdana, Geneva, sans-serif;
	overflow: auto;
}

a {
	color: #000;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
}

a:hover {
	color: #333;
}

#logo a{
    clear:both;
	position: relative;
	height: 60px;
	width: 100%;
	
	overflow: auto;
	
	background: #fff url(../image/mods-logo.png) no-repeat center center;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	opacity: 1;
	
}

#wrapper {
	margin: 0 auto;
	width: 90%;
}

#wrapper header {
	position: absolute;
	width: 90%;
	margin: 0 0 20px;
	opacity: 1;
	padding: 0 0;
	z-index: 100;
	-webkit-transition: margin-top .3s ease-out, opacity .3s ease-out;
	-moz-transition: margin-top .3s ease-out, opacity .3s ease-out;
	background: #fff;
}

#wrapper header div#logo a {
	height: 60px;
	width: 100%;
	text-indent: -999999em;
	overflow: hidden;
	padding-top: 20px;
	background: #fff url(../image/mods-logo.png) no-repeat center center;
	margin: 0 auto 0;
	display: block;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
}

#splash a {
	position: absolute;
	height: 100%;
	width: 100%;
	text-indent: -999999em;
	overflow: hidden;
	background: #fff url(../image/mods-logo.png) no-repeat center center;
	display: block;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	opacity: 0;
}

#splash a.anim {
	opacity: 1;
}

#wrapper header div#logo a:hover {
	opacity: .7;
}

#wrapper header nav {
	padding: 5px 0;
	
}

#wrapper header nav a {
	padding: 2px 4px;
	text-transform: uppercase;
	text-decoration: none;
}

#wrapper header nav a:hover {
	text-decoration: underline;
}

#wrapper header nav a:first-child {
	margin-left: 0;
}

#wrapper header nav a:last-child {
	margin-right: 0;
}

header .navgroup {
	clear: both;
	overflow: auto;
	background: #fff;
}

header .navgroup.level-0 {
	border-top: 1px solid #cac9c1;
	border-bottom: 1px solid #cac9c1;
	overflow: visible;
}

header .navgroup.level-0 a {
	background: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
}

header .navgroup.level-0 a.active {
	background: #000;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

header .navgroup.level-0 a.active:hover {
	text-decoration: none !important;
	cursor: default;
}

header .navgroup.level-1 {
	/*width: 94%;*/
	margin: 0 auto;
}

#wrapper header nav#groups {
	float: left;
	font-size: 12px;
}

#wrapper header nav.tags {
	overflow: hidden;
	height: 0;
	padding: 0;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	font-size: 10px;
}

#wrapper header nav.tags.active {
	overflow: hidden;
	height: auto;
	padding: 5px 0;
	opacity: 1;
	border-bottom: 1px solid #cac9c1;
}

#characters-nav {
	text-align: center;
}

#characters-nav a {
	text-decoration: none;
	font-size: 10px;
}

#characters-nav a.active {
	text-decoration: underline;
}

#wrapper header nav.tags a {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
}

#wrapper header nav.tags.active a[data-tag-id].inactive {
	opacity: .3;
}

#wrapper header nav.tags.active a img {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
}

#wrapper header nav.tags.active a[data-tag-id].inactive img {
	opacity: 0;
}

nav.tags a.filter {
	background: #000;
	color: #fff;
	padding: 2px 4px;
	margin-top: -2px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-wbkit-transition: all .1s ease-out !important;
	-moz-transition: all .1s ease-out !important;
}

nav.tags a.filter:hover {
	background: #666;
	text-decoration: none !important;
}

#wrapper header nav#main {
	float: right;
	font-size: 11px;
}

iframe#ifrm {
        height: 2200px;
        width: 100%;
        margin: auto;
        border: 0;
        overflow-y: hidden;
}

section#content {
	clear: both;
	margin: 150px auto;
	padding: 0 0 0 10px;
	margin-left: -14px;
}

section#content article .body,
article.page {
	padding: 50px;
}

section#content article h1 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	color: #cac9c1;
	letter-spacing: 2px;
	text-align: right;
	border-bottom: 1px solid #cac9c1;
	line-height: 30px;
}

section#content article .body address,
section#content article .body p {
	color: #333;
	text-align: center;
	font-style: normal;
	font-size: 13px;
	line-height: 15px;
}

section#content article .body p {
	margin: 0 auto 20px;
	width: 60%;
	min-width: 320px;
}

#selection {
	position: fixed;
	height: 2000px;
	left: -300px;
	width: 300px;
	padding: 10px;
	top: 0;
	background: #efefef;
	z-index: 101;
	border-right: 1px solid #cac9c1;
	box-shadow: rgba(0,0,0,.2) 2px 0 10px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
}

#selection.open,
#selection:hover {
	left: 0;
}

#selection.hover {
	background: #eee;
}

#selection img {
	width: 76px;
	float: left;
	margin: 2px;
}

#models {
	-webkit-perspective: 8000;
	-moz-perspective: 8000;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	text-align: center;
}

#models.loading {
}

#loader {
	background: url(../image/loader.gif) no-repeat center center;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: fixed;
	top: 35%;
	left: 50%;
	margin: -16px 0 0 -16px;
	z-index: 3000;
	width: 32px;
	height: 32px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	display: none;
}

#loader.show {
	display: block;
	opacity: 1;
	filter: alpha(opacity = 100);
}

#models p.no-models {
	font-size: 14px;
	text-align: center;
	padding-top: 60px;
}

#models .model {
	position: relative;
	width: 160px;
	height: 270px;
	margin: 4px;
	float: left;
	opacity: 1;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
}

#models .model:hover .cube  {
	-webkit-transform: rotateY(-180deg) rotateX(0deg) rotateZ(0deg);
	-moz-transform: rotateY(-180deg) rotateX(0deg) rotateZ(0deg);
}

#models .model.hide .cube  {
}

#models .model.not-in-tag {
	opacity: 0.2;
}

#models .model.remove {
	opacity: 0;
}

#models .model.hide {
	opacity: 0;
	width: 0;
	margin-right: 0;
	margin-left: 0;
}

#models .model.hidden .cube {
	-webkit-transform: translateZ(2000px);
	-moz-transform: translateZ(2000px);
}

#models .model.hidden .cube .front {
	opacity: 0;
}

#models .model.hidden .cube .details {
	opacity: 0;
}

#models .model .cube {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	width: 160px;
	height: 270px;
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -webkit-transform .2s ease-out;
	-webkit-transform: rotateY(0deg) rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateY(0deg) rotateX(0deg) rotateY(0deg);
	position: relative;
}

#models .model .cube .front {
	position: absolute;
	width: 160px;
	height: 240px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	opacity: 1;
	overflow: hidden;
	border: 1px solid #cac9c1;
	z-index: 2;
	background: #fff;
}

#models .model .cube .name {
	position: absolute;
	width: 160px;
	height: 30px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	opacity: 1;
	overflow: hidden;
	z-index: 2;
	text-align: center;
	bottom: 0;
	line-height: 30px;
	font-size: 12px;
	text-transform: capitalize;
	left: 0;
}

#models .model .cube .name .number {
	color: #999;
	margin-right: 5px;
}

#models .model:hover .cube .front {
	opacity: 1;
}

#models .model:hover .cube .name {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

#models .model .cube .details {
	position: absolute;
	background: #333;
	color: #fff;
	width: 150px;
	height: 230px;
	-webkit-transform: rotateY(180deg) translateZ(1px);
	-moz-transform: rotateY(180deg) translateZ(1px);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	border: 1px solid #cac9c1;
	opacity: 1;
	overflow: hidden;
	z-index: 1;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

#models .model .cube .details .properties {
	text-align: left;
	position: absolute;
	width: 140px;
	left: 10px;
	bottom: 10px;
}

#models .model .cube .details .properties strong {
	float: left;
	font-weight: bold;
	clear: both;
}

#models .model .cube .details .properties span {
	float: right;
}

#models .model:hover .cube .details {
	background: #000;
	background: rgba(0,0,0,.8);
	opacity: 1;
	z-index: 3;
}

#models .model .cube .front img {
	display: block;
	position: absolute;
	height: 240px;
}

#models .model .cube .details h2 {
	border-bottom: 1px solid #666;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#models .model .cube .details a {
	background: #fff;
	color: #000;
	display: block;
	margin: 5px auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-wbkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	padding: 2px 4px;
	cursor: pointer;
}

#models .model .cube .details a:hover {
	background: #ccc;
}

#models .model .cube .details a[data-draggable] {
	cursor: move;
}

#filter-mask {
	overflow: hidden;
	position: relative;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0;
	z-index: 10;
}

#filter-mask.open {
	margin-bottom: 0;
	padding: 0 20px 20px 0;
}

#filter-container {
	position: absolute;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	opacity: .95;
}

#filter {
	background: #000;
	color: #fff;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

#filter ul {
	margin: 5px 0;
}

#filter ul li a {
	color: #fff;
	display: block;
	padding: 5px 5px 5px 10px;
	width: 145px;
	text-decoration: none;
	color: #999;
}

#filter ul li a.active,
#filter ul li a:hover {
	background: #333;
	color: #fff;
	padding-left: 20px;
	width: 135px;
}

#filter ul li a.active {
	cursor: default;
}

#filter-container form fieldset {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	position: absolute;
	background: #cac9c1;
	width: 190px;
	margin-left: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	min-height: 100px;
	position: absolute;
	border-top: 1px solid #ccc;
	left: -80px;
	top: 5px;
	padding: 5px;
	overflow: auto;
}

#filter-container form fieldset.show {
	left: 160px;
}

#filter-container form fieldset legend {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #666;
	text-transform: uppercase;
}

#filter-container form fieldset legend {
	
}

#profile-overlay {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transform: translateZ(1px);
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	opacity: 0;
	z-index: 2001;
	top: 0;
	left: 0;
	display:none;
}

#profile-canvas {
	z-index: 3001;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transform: scale(1) translateZ(2px);
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	margin: 0;
	border: 1px solid #cac9c1;
	border-bottom: 0;
	overflow: hidden;
}

#profile-canvas.width {
	width: 960px;
	margin-left: -470px;
	background: #eee;
}

#profile-canvas.height {
	height: 600px;
	margin-top: -300px;
	background: #fff;
	box-shadow: rgba(0,0,0,.05) 3px 3px 50px;
	border: 1px solid #cac9c1;
}

#profile-canvas .close,
#search .close,
#profile-canvas .close-setcard {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 7px;
	height: 7px;
	padding: 2px;
	background: #000;
	opacity: 0;
	background: #000 url(../image/close.png) no-repeat center center;
	cursor: pointer;
	z-index: 1000;
}

#search .close {
	left: -13px;
	top: -1px;
	opacity: 1;
}

#profile-canvas .close-setcard {
	opacity: 1;
}

#profile-canvas.height .close {
	opacity: .9;
	z-index: 1000;
}

#profile-canvas.height .close:hover {
	opacity: 1;
}

#profile-canvas #profile-canvas-content {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	width: 960px; /* Media Query */
	height: 600px;
	opacity: 0;
}

#profile-canvas #profile-canvas-content.reveal {
	opacity: 1;
}

#profile-canvas-content h2 {
	text-transform: uppercase;
	font-size: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 519px;
	height: 80px;
	line-height: 80px;
	background: #fff;
	padding: 0 20px;
	z-index: 2;
	border-top: 1px solid #cac9c1;
	opacity: .95;
}

#profile-canvas-content h3 {
	margin-bottom: 5px;
}

#profile-canvas-content h2 span.id {
	color: #ccc;
	margin-right: 10px;
	font-weight: normal;
	font-style: italic;
}

#profile-canvas-content .details {
	width: 520px;
	height: 560px;
	padding: 20px;
}

#profile-canvas-content dl {
	width: 250px;
	margin: 0 auto 10px;
	float: left;
}

#profile-canvas-content dl dt {
	width: 90px;
	display: inline-block;
	float: left;
	clear: both;
	text-align: left;
	padding-right: 5px;
	font-weight: bold;
}

#profile-canvas-content dl dd {
	width: 125px;
	padding-left: 5px;
	display: inline-block;
	text-align: right;
}

#profile-canvas .profile-picture {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #cac9c1;
	width: 400px;
	height: 600px;	
}

#profile-canvas .gallery {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	position: relative;
	width: 535px;
	height: 355px;
	overflow: auto;
	margin-top: 10px;
}

#profile-canvas .gallery span.picture {
	float: left;
	margin: 2px;
	display: block;
}

#profile-canvas .gallery span.picture img {
	display: block;
}

#profile-canvas .setcard {
	position: absolute;
	width: 400px;
	height: 600px;
	background: #fff;
	border-left: 1px solid #cac9c1;
	right: -401px;
	margin-left: -145px;
	bottom: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	z-index: 100;
	text-align: center;
}

#profile-canvas .setcard.show {
	right: 0;
}

#profile-canvas .setcard h3 {
	margin: 20px;
	text-decoration: underline;
	font-size: 20px;
	text-align: center;
}

#profile-canvas form label {
	display: inline-block;
	width: 60px;
	text-align: right;
	float: left;
	margin-right: 5px;
	margin-top: 7px;
	font-size: 10px;
}

#profile-canvas form input {
	width: 115px;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #cac9c1;
}

#profile-canvas form textarea.error,
#profile-canvas form input.error {
	border-color: red;
}

#profile-canvas form textarea {
	width: 313px;
	height: 40px;
	border: 1px solid #cac9c1;
	padding: 3px;
}

#profile-canvas .setcard .setcard-template {
	width: 290px;
	height: 200px;
	position: relative;
	left: 50%;
	margin-left: -145px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	background: url(../image/setcard-template.png) no-repeat right center;
	margin-top: 35px;
}

#profile-canvas .gallery:hover .setcard {
	opacity: 1;
	bottom: 40px;
}

.clear-selection,
.download-selection,
#profile-canvas .download-setcard,
#profile-canvas .create-setcard,
#profile-canvas .watch-video,
#profile-canvas .add-to-selection {
	background: #000;
	color: #fff;
	padding: 2px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	border: 1px solid #000;
}

.clear-selection,
.download-selection {
	margin-left: 5px;
}

.clear-selection:hover,
.download-selection:hover,
#profile-canvas .add-to-selection:hover,
#profile-canvas .download-setcard:hover,
#profile-canvas .watch-video:hover,
#profile-canvas .create-setcard:hover {
	background: #fff;
	color: #000;
	border: 1px solid #cac9c1;
}

#profile-canvas .info {
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	font-size: 9px;
	margin-bottom: 10px;
}

#profile-canvas .setcard-entry {
	overflow: hidden;
}

#profile-canvas .setcard-entry.hover {
	background: #666;
}

#profile-canvas .setcard-entry.hover img {
	display: none;
}

#profile-canvas .small {
	background: #eee;
	position: absolute;
	width: 65px;
	height: 92px;
}

#profile-canvas img {
	-webkit-transform-origin: 50% 70%;
	-moz-transform-origin: 50% 70%;
}

#profile-canvas .small-1 { left: 5px; top: 5px; }
#profile-canvas .small-2 { left: 75px; top: 5px; }
#profile-canvas .small-3 { left: 5px; bottom: 5px; }
#profile-canvas .small-4 { left: 75px; bottom: 5px; }
#profile-canvas .small-5 { left: 145px; top: 5px; }
#profile-canvas .small-6 { left: 145px; bottom: 5px; }

#profile-canvas .large {
	position: absolute;
	background: #eee;
	width: 45px;
	height: 140px;
	width: 100px;
	right: 5px;
	top: 25px;
}

#profile-canvas .gallery .picture {
	float: left;
	cursor: pointer;
}

form.join {
	width: 400px;
	margin: 0 auto;
}

form.join label {
	display: block;
	width: 100px;
	margin-right: 10px;
	float: left;
	text-align: right;
	height: 25px;
	line-height: 25px;
}

form.join p {
	clear: both;
	margin-bottom: 5px;
}

form.join input {
	width: 186px;
	padding: 0 2px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #cac9c1;
}

form.join textarea {
	width: 186px;
	height: 100px;
	min-height: 100px;
	max-width: 190px;
	border: 1px solid #cac9c1;
	padding: 2px;
}

#load-more,
form.join button {
	margin-left: 110px;
	background: #000;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 0;
}

#load-more {
	width: 100px;
	padding: 10px;
	margin: 20px auto;
	text-decoration: none;
}

#load-more:hover {
	text-decoration: underline;
}

#search {
	position: absolute;
	width: 600px;
	top: 135px;
	left: 50%;
	margin: 0 0 0 -300px;
	background: #fff;
	z-index: 1000;
	border: 1px solid #000;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	display: none;
	box-shadow: rgba(0,0,0,.7) 15px 15px 50px;
}

#search.visible {
	opacity: 1;
}

.search.active {
	cursor: pointer !important;
}

#search label.description {
	display: block;
	width: 140px;
	height: 52px;
	line-height: 52px;
	background: #333;
	color: #fff;
	border: 0;
	font-size: 20px;
	text-align: center;
	float: left;
}

#search input[name=description] {
	width: 438px;
	height: 50px;
	line-height: 54px;
	padding: 0 10px;
	background: #efefef;
	border: 0;
	color: #000;
	border: 0;
	font-size: 20px;
	text-align: left;
}

#search button {
	display: block;
	width: 600px;
	height: 30px;
	background: #efefef;
	color: #000;
	border: 0;
	color: #000;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
}

#search .options {
	width: 595px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding-right: 5px;
}

#search .options a {
	text-decoration: none;
	margin-left: 5px;
}

#search .options a:hover {
	text-decoration: underline;
}

#search button:hover {
	background: #333;
	color: #fff;
}

#search div.title {
	height: 30px;
	line-height: 30px;
	background: #000;
	color: #fff;
	padding: 0 5px;
	cursor: pointer;
	border-bottom: 1px solid #333;
	position: relative;
	-webkit-transition: padding .2s ease-out;
	-moz-transition: padding .2s ease-out;
	font-weight: bold;
	clear: both;
}

#search div.title:hover,
#search div.title.active {
	background: #222;
	padding-left: 20px;
}

#search div.title .selected {
	position: absolute;
	right: 5px;
	height: 30px;
	line-height: 30px;
	color: #ccc;
	width: 500px;
	overflow: hidden;
	text-align: right;
}

#search div.content {
}

#search div.content div {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;	
}

footer {
	border-top: 1px solid #cac9c1;
	text-align: center;
	color: #999;
	clear: both;
	margin: 100px;
	padding: 20px;
	font-size: 10px;
	display: none;
}

footer a {
	color: #999;
}
form.email-selection {
	display: inline-block;
	margin-left: 10px;
}

form.newsletter {
	float: right;
	margin: 5px 0 10px 0;
}

form.email-selection input,
form.newsletter input {
	border: 1px solid #cac9c1;
	padding: 2px 3px;
}

form.email-selection label,
form.newsletter label {
	color: #333;
	font-size: 10px;
	line-height: 20px;
}

form .error {
	border-color: red !important;
}

.ytvideo{
	position: absolute;
	width: 640px;
	height: 385px;
	left: 50%;
	top: 50%;
	margin: -190px 0 0 -320px;
}

#rotate-your-screen {
	display: none;
}

section#content {
	-webkit-overflow-scrolling:touch; 
	/*overflow-y: scroll;*/
}

section#content iframe {
	height:3800px;
	overflow:hidden;
}



/* iPad [portrait + landscape] */
@media only screen and (max-device-width: 768px) {
/*#profile-canvas #profile-canvas-content {
	width:600px;
}*/
#profile-canvas.width {
  background: none repeat scroll 0 0 #eee;
  margin-left: -371px;
  width: 739px;
}
#profile-canvas-content .details {
  height: 560px;
  padding: 20px;
  width: 250px;
}
#profile-canvas.height {
  margin-top: -266px;
}
#profile-canvas .gallery {
  width: 318px;
}
}

@media only screen and (max-width: 768px) {
/*#profile-canvas #profile-canvas-content {
	width:600px;
}*/
#profile-canvas.width {
  background: none repeat scroll 0 0 #eee;
  margin-left: -371px;
  width: 739px;
}
#profile-canvas-content .details {
  height: 560px;
  padding: 20px;
  width: 250px;
}

#profile-canvas .gallery {
  width: 318px;
}
#profile-canvas.height{
		 margin-top: -210px;
	}
}

@media only screen and (max-device-width: 480px) and (orientation:portrait) {
	/*#profile-canvas {
		width: 480px !important;
		margin-left: -240px !important;
	}

	#profile-canvas #profile-canvas-content {
		
		width: 480px;
	}*/

	#profile-canvas #rotate-your-screen {
		display:block;
		text-align: center;
		font-size: 30px;
		margin-top: -542px;
		position:absolute;
	}
	#profile-canvas.width{
	margin-left: -164px;
	width: 450px;
	}
	
	#profile-canvas-content .details{
	width: 450px;
	}
	#profile-canvas-content h2{
	position:unset;
	}
	#profile-canvas .profile-picture{
	position:unset;
	}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {

	#wrapper {
		width: 100%;
		margin-top: 0;
	}

	#wrapper > header {
		display: none;
		width: 100%;
		margin-top: 30px;
		position: fixed !important;
		top: 0;
	}

	#wrapper > header * {
		font-size: 8px;
	}

	#logo {
		display: none;
	}

	.menu #wrapper > header {
		display: block;
	}

	section#content {
		margin: 20px 0 0 !important;
		padding: 0 !important;
	}

	#models .model {
		margin: 1px;
		width: 158px;
	}

	#profile-canvas {
		-webkit-transform: scale(.43) translateZ(1px);
	}

	#show-menu {
		width: 100%;
		height: 30px;
		background: #fff url(../image/mods-logo.png) no-repeat right center;
		background-size: auto 99%;
		margin: 0 0;
		position: fixed;
		top: 0;
		z-index: 2000;
	}

	#show-menu span {
		width: 30px;
		display: block;
		height: 30px;
		background: #fff url(../image/menu.png) no-repeat center center;
		background-size: 100% 100%;
	}

	#search {
		-webkit-transform: scale(0.5);
		top: 0;
	}

	.close {
		-webkit-transform: scale(3) translateZ(1px);

	}
	
	/* New */
	#profile-canvas .profile-picture{
		position:unset
	}
	
	#profile-canvas{
		overflow:auto;
	}
	
	
	#profile-canvas.width{
		width: 450px;
	}
	#profile-canvas.height{
		margin-top:-240px;
	}
	
	#profile-canvas-content .details{
		width:450px
		float:left
	}
	
	#profile-canvas #rotate-your-screen {
		display:block;
		text-align: center;
		font-size: 30px;
		margin-top: -542px;
		position:absolute;
	}
	#profile-canvas .setcard{
		position:unset;
		margin-left:0;
	}
	#profile-canvas.height{
		 margin-top: -179px;
	}
}

@media only screen 
and (max-width : 320px) {
/* Styles */
	#profile-canvas.width{
	margin-left: -164px;
	width: 320px;
	}
	#profile-canvas{overflow:auto}
	#profile-canvas-content .details{
	width: 320px;
	}
	#profile-canvas-content h2{
	position:unset;
	}
	#profile-canvas .profile-picture{
	position:unset;
	}
	#profile-canvas #rotate-your-screen {
		display:block;
		text-align: center;
		font-size: 30px;
		margin-top: -300px;
		position: absolute;
		color: #B6B6B6;
		line-height: 1em;
	}
	#profile-canvas .setcard{
		position:unset;
		margin-left:0;
	}
	#profile-canvas-content dl{
		float;none !important;
	}
}
@media only screen 
and (max-device-width : 320px) {
/* Styles */
	#profile-canvas.width{
	margin-left: -164px;
	width: 320px;
	}
	#profile-canvas{overflow:auto}
	#profile-canvas-content .details{
	width: 320px;
	}
	#profile-canvas-content h2{
	position:unset;
	}
	#profile-canvas .profile-picture{
	position:unset;
	}
	#profile-canvas #rotate-your-screen {
		display:block;
		text-align: center;
		font-size: 30px;
		margin-top: -300px;
		position: absolute;
		color: #B6B6B6;
		line-height: 1em;
	}
	#profile-canvas .setcard{
		position:unset;
		margin-left:0;
	}
	#profile-canvas-content dl{
		float;none !important;
	}
	#profile-canvas.height{
		 margin-top: -179px;
	}
}


