/* 
    Document   : bespoke
    Created on : Dec 25, 2014, 6:52:47 PM
    Author     : Yash
    Description:
        Purpose of the stylesheet follows.
*/

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


header p {
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: -91px;
	text-align: center;
	padding: 10px 15px;
	width: 182px;
	z-index: 40;
	border-radius: 6px;
	color: white;
	background: #808080;
	font-size: 12px;
	opacity: 0;
}

header p.visible {
	opacity: 1;
}

@media 
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	h1 {
		text-shadow: none;
	}
}



article {
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	-ms-perspective: 600px;
	-o-perspective: 600px;
	perspective: 600px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#main section {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	background: #c0c0c0;
	border-radius: 30px;
	width: 512px;
	height: 380px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -256px;
	margin-top: -220px;
	opacity: 0;
}
body,
#main section.bespoke-slide {
	-webkit-transition: -webkit-transform .7s ease, opacity .7s ease, background-color .7s ease;
	-moz-transition: -moz-transform .7s ease, opacity .7s ease, background-color .7s ease;
	-ms-transition: -ms-transform .7s ease, opacity .7s ease, background-color .7s ease;
	-o-transition: -o-transform .7s ease, opacity .7s ease, background-color .7s ease;
	transition: transform .7s ease, opacity .7s ease, background-color .7s ease;
}
section.bespoke-active {
	opacity: 1;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 10px;
	}

	

	header p {
		font-size: 10px;
		bottom: 40px;
		padding: 6px 12px;
	}

	footer {
		height: 50px;
	}

	footer img {
		height: 30px;
		width: 30px;
		margin: 10px;
	}

	footer p {
		padding-top: 19px;
	}

	.arrow {
		top: 18px;
	}

	.social {
		display: none;
	}

	#forkme a {
		font-size: 11px;
		padding: 0.7em;
	}

	section {
		margin-top: -216px;
	}

	a,
	.arrow {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	body,
	section.bespoke-slide {
		-webkit-transition: -webkit-transform .7s ease, opacity .7s ease;
		-moz-transition: -moz-transform .7s ease, opacity .7s ease;
		-ms-transition: -ms-transform .7s ease, opacity .7s ease;
		-o-transition: -o-transform .7s ease, opacity .7s ease;
		transition: transform .7s ease, opacity .7s ease;
	}
}


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

	footer .credits p {
		position: relative;
		top: -6px;
		width: 160px;
	}

}

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

	#forkme {
		right: -78px;
		top: 32px;
	}

	#forkme a {
		font-size: 9px;
	}



	article {
		-webkit-transform: scale(0.5) translateY(-27px);
		-moz-transform: scale(0.5) translateY(-27px);
		-ms-transform: scale(0.5) translateY(-27px);
		-o-transform: scale(0.5) translateY(-27px);
		transform: scale(0.5) translateY(-27px);
	}

	.themes {
		left: auto;
		right: -88px;
	}

	.themes strong {
		display: block;
	}

	.themes .colon {
		display: none;
	}

	footer p {
		position: relative;
		top: -8px;
	}

	footer .credits p {
		width: 160px;
	}

	footer .themes p {
		width: 110px;
	}
}

/* Carousel Theme */
.carousel {
	/*background: rgba(121, 255, 0, 0.2);*/
}
.carousel #main  section,
.carousel .arrow:hover {
	/*background: rgb(131, 199, 69);*/
	background: #333333;
}
.carousel a {
	/*color: rgb(131, 199, 69);*/
}
.carousel #main  section.bespoke-before {
	-webkit-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
	-moz-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
	-ms-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
	-o-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
	transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
	opacity: 0;
}
.carousel #main  section.bespoke-before-2 {
	-webkit-transform: translateX(-583px) rotateY(-55deg) translateX(-635px);
	-moz-transform: translateX(-583px) rotateY(-55deg) translateX(-635px);
	-ms-transform: translateX(-583px) rotateY(-55deg) translateX(-635px);
	-o-transform: translateX(-583px) rotateY(-55deg) translateX(-635px);
	transform: translateX(-583px) rotateY(-55deg) translateX(-635px);
	opacity: 0.3;
}
.carousel #main  section.bespoke-before-1 {
	-webkit-transform: translateX(-120px) rotateY(-13deg) translateX(-290px);
	-moz-transform: translateX(-120px) rotateY(-13deg) translateX(-290px);
	-ms-transform: translateX(-120px) rotateY(-13deg) translateX(-290px);
	-o-transform: translateX(-120px) rotateY(-13deg) translateX(-290px);
	transform: translateX(-120px) rotateY(-13deg) translateX(-290px);
	opacity: 0.5;
        /*width: 450px;*/
}
.carousel #main  section.bespoke-after {
	-webkit-transform: translateX(980px) rotateY(72deg) translateX(1290px);
	-moz-transform: translateX(980px) rotateY(72deg) translateX(1290px);
	-ms-transform: translateX(980px) rotateY(72deg) translateX(1290px);
	-o-transform: translateX(980px) rotateY(72deg) translateX(1290px);
	transform: translateX(980px) rotateY(72deg) translateX(1290px);
	opacity: 0;
}
.carousel #main  section.bespoke-after-1 {
	-webkit-transform: translateX(120px) rotateY(13deg) translateX(290px);
	-moz-transform: translateX(120px) rotateY(13deg) translateX(290px);
	-ms-transform: translateX(120px) rotateY(13deg) translateX(290px);
	-o-transform: translateX(120px) rotateY(13deg) translateX(290px);
	transform: translateX(120px) rotateY(13deg) translateX(290px);
	opacity: 0.5;
        /*width: 450px;*/
}
.carousel #main  section.bespoke-after-2 {
	-webkit-transform: translateX(580px) rotateY(59deg) translateX(600px);
	-moz-transform: translateX(580px) rotateY(59deg) translateX(600px);
	-ms-transform: translateX(580px) rotateY(59deg) translateX(600px);
	-o-transform: translateX(580px) rotateY(59deg) translateX(600px);
	transform: translateX(580px) rotateY(59deg) translateX(600px);
	opacity: 0.3;
}

@media (max-width: 1222px){
    .bespoke-parent .db_Botm .dbuser{
        width: 56%;
    }
}


@media (max-width: 1050px) {
    
    article {
		-webkit-transform: scale(0.82) translateY(-27px);
		-moz-transform: scale(0.82) translateY(-27px);
		-ms-transform: scale(0.82) translateY(-27px);
		-o-transform: scale(0.82) translateY(-27px);
		transform: scale(0.82) translateY(-27px);
	}
}

@media (max-width:900px) {
    article {
		-webkit-transform: scale(0.8) translateY(-27px);
		-moz-transform: scale(0.8) translateY(-27px);
		-ms-transform: scale(0.8) translateY(-27px);
		-o-transform: scale(0.8) translateY(-27px);
		transform: scale(0.8) translateY(-27px);
	}
}

@media (max-width:840px) {
    article {
		-webkit-transform: scale(0.72) translateY(-27px);
		-moz-transform: scale(0.72) translateY(-27px);
		-ms-transform: scale(0.72) translateY(-27px);
		-o-transform: scale(0.72) translateY(-27px);
		transform: scale(0.72) translateY(-27px);
	}
}
@media (max-width:770px) {
    article {
		-webkit-transform: scale(0.7) translateY(-27px);
		-moz-transform: scale(0.7) translateY(-27px);
		-ms-transform: scale(0.7) translateY(-27px);
		-o-transform: scale(0.7) translateY(-27px);
		transform: scale(0.7) translateY(-27px);
	}
     .top3-wrapper { min-height: 315px !important; }
}

@media (max-width:720px) {
    article {
		-webkit-transform: scale(0.62) translateY(-27px);
		-moz-transform: scale(0.62) translateY(-27px);
		-ms-transform: scale(0.62) translateY(-27px);
		-o-transform: scale(0.62) translateY(-27px);
		transform: scale(0.62) translateY(-27px);
	}
}

@media (max-width:680px) {
    article {
		-webkit-transform: scale(0.6) translateY(-48px);
		-moz-transform: scale(0.6) translateY(-48px);
		-ms-transform: scale(0.6) translateY(-48px);
		-o-transform: scale(0.6) translateY(-48px);
		transform: scale(0.6) translateY(-48px);
	}
}

@media (max-width:635px) {
    article {
		-webkit-transform: scale(0.52) translateY(-40px);
		-moz-transform: scale(0.52) translateY(-40px);
		-ms-transform: scale(0.52) translateY(-40px);
		-o-transform: scale(0.52) translateY(-40px);
		transform: scale(0.52) translateY(-40px);
	}
    .top3-wrapper { min-height: 250px !important; }
}

@media (max-width:580px) {
    article {
		-webkit-transform: scale(0.5) translateY(-27px);
		-moz-transform: scale(0.5) translateY(-27px);
		-ms-transform: scale(0.5) translateY(-27px);
		-o-transform: scale(0.5) translateY(-27px);
		transform: scale(0.5) translateY(-27px);
	}
}

@media (max-width:520px) {
    article {
		-webkit-transform: scale(0.42) translateY(-80px);
		-moz-transform: scale(0.42) translateY(-80px);
		-ms-transform: scale(0.42) translateY(-80px);
		-o-transform: scale(0.42) translateY(-80px);
		transform: scale(0.42) translateY(-80px);
	}
}

@media (max-width:480px) {
    article {
		-webkit-transform: scale(0.4) translateY(-80px);
		-moz-transform: scale(0.4) translateY(-80px);
		-ms-transform: scale(0.4) translateY(-80px);
		-o-transform: scale(0.4) translateY(-80px);
		transform: scale(0.4) translateY(-80px);
	}
}

@media (max-width:420px) {
    article {
		-webkit-transform: scale(0.32) translateY(-80px);
		-moz-transform: scale(0.32) translateY(-80px);
		-ms-transform: scale(0.32) translateY(-80px);
		-o-transform: scale(0.32) translateY(-80px);
		transform: scale(0.32) translateY(-80px);
	}
}

@media (max-width:380px) {
    article {
		-webkit-transform: scale(0.3) translateY(-80px);
		-moz-transform: scale(0.3) translateY(-80px);
		-ms-transform: scale(0.3) translateY(-80px);
		-o-transform: scale(0.3) translateY(-80px);
		transform: scale(0.3) translateY(-80px);
	}
    .top3-wrapper { min-height: 220px !important; }
}
@media (max-width:321px) {
    article {
		-webkit-transform: scale(0.22) translateY(-80px);
		-moz-transform: scale(0.22) translateY(-80px);
		-ms-transform: scale(0.22) translateY(-80px);
		-o-transform: scale(0.22) translateY(-80px);
		transform: scale(0.22) translateY(-80px);
	}
}

