@import url('../fonts/Oxygen-Bold.ttf');

.subheader{
	height: 300px;
	margin-bottom: 10px;
}

.subheaderleft{
	height: 100%;
	overflow: visible !important;
	position: relative;
}
.subheaderweird{
	position: relative;
	overflow: hidden;
}
.title{
	color: #FFF;
	position: absolute;
	left: 350px;
	bottom: 10px;
	text-shadow: 2px 2px 5px rgba(150, 150, 150, 1);
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
}
.masterimage{
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 250px;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.2);
}
.maindescription{
	font-size: 13px;
	text-align: justify;
}
.subheaderright{
	height: 100%;
}
.spidercointainer{
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
.Spider{
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: contain;
}

.leftcolum{
	margin-right: 34%;
	overflow: hidden;
}
.rightcolum{
	float: right;
	width: 33%;
	min-width: 360px;
	margin-left: 10px;

}
.leftbox{
	border: 1px solid #ccc;
	margin-bottom: 12px;
}

.infobgL{
	width: 100%;
	height: 300px;
	filter: blur(5px);
	-webkit-filter: blur(15px);
	background: no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.infobgR{
	background-image: url(../img/infography.png);
	width: 100%;
	height: 300px;
	position: relative;
	background-size: 100% 100%;
}

#makerlogo{
	position: absolute;
	top: 12px;
	left: 5px;
	width: 220px;
	height: 55px;
}
#dronetype{
	position: absolute;
	top: 90px;
	left: 9%;
	max-width: 140px;
	width: 30%;
}
#pricechart{
	position: absolute;
	top: 100px;
	right: 20px;
}
#buy{
	position: absolute;
	top: 205px;
	right: 20px;
	display: none;
}
#price{
	position: absolute;
	top: 165px;
	right: 30px;
	color: #fff;
	font-size: 25px;
}
#status{
	position: absolute;
	color: #fff;
	bottom: 4px;
	left: 16px;
	font-size: 17px;
}
#released{
	position: absolute;
	color: #fff;
	bottom: 4px;
	right: 16px;
	font-size: 17px;
}
.searchitem{
	background: #fff;
}
.searchitem img{
	width: 50px;
	padding-left: 5px;
}
.searchitem label{
	padding-left: 5px;
	color: #505050;
	cursor: pointer;
	font-size: 14px;
}
.minigallery{
	width: 100%;
	overflow: hidden;

}
.minigallery div{
	width: 30%;
	margin: 0 auto;
	float: left;
	margin: 5px;
}
.minigallery img{

	width: 100%;
	border: 1px solid #000;
	padding: 5px;
	
	-webkit-box-shadow: 5px 5px 14px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 14px -8px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 14px -8px rgba(0,0,0,0.75);
}
.grow{
	border-bottom: 1px dashed #8F867C;
	overflow: hidden;
}
.grow:nth-child(even){
	background: #F5F2EF;
	
}
.grow:nth-child(odd){
	background: #EBE5DF;;
}
.glabel{
	font-weight: 700;
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
}
.rlabel{
	padding-left: 10px;
	float: left;
	width: 170px;
	font-weight: 700;
	font-size: 12px;
}
.rvalue{
	text-align: right;
	max-width: 500px;
	min-width: 100px;
	float: left;
	width: 45%;
	font-size: 12px;
	
}
.rscore{
	float: right;
	margin-right: 50px;
}
.rscore img{
	margin-right: 3px;
}
.adcontainer{
	padding: 10px;
}
.ad336{
	width: 340px;
	height: 300px;
	padding: 0px;
	margin: 0 auto;
	
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.compare{
	padding: 10px;
	height: 100px;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
	-ms-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
	background-color: #fff;
	overflow: hidden;
}
.comparecontainer{

}
/* CUBE PART */
h2 {
    margin-top: 0;
}

.viewport {
    -webkit-perspective: 800px;
    -webkit-perspective-origin: 50% 200px;
    -webkit-transform: scale(0.75,0.75);
    -moz-perspective: 800px;
    -moz-perspective-origin: 50% 200px;
    -moz-transform: scale(0.75,0.75);
    perspective: 800px;
    perspective-origin: 50% 200px;
    transform: scale(0.50,0.50);
	position: absolute;
	top: -80px;
	left: -50px;
	z-index: 1000;
}

.cube {
    position: relative;
    margin: 0 auto 100px;
    height: 400px;
    width: 400px;
    -webkit-transition: -webkit-transform 50ms linear;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateX(-10deg) rotateY(20deg);
    -moz-transition: -moz-transform 50ms linear;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateX(-10deg) rotateY(20deg);
    transition: transform 50ms linear;
    transform-style: preserve-3d;
    transform: rotateX(-10deg) rotateY(20deg);
}
.cube > div {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 1px solid #555;
	cursor: move;
}
.cube > div img{
    width: 100%;
    height: 100%;
}

.cube > div:first-child  {
    -webkit-transform: rotateX(-90deg) translateZ(-200px);
    -moz-transform: rotateX(-90deg) translateZ(-200px);
    transform: rotateX(-90deg) translateZ(-200px);
}

.cube > div:nth-child(2) {
    -webkit-transform: translateZ(200px);
    -moz-transform: translateZ(200px);
    transform: translateZ(200px);
}

.cube > div:nth-child(3) {
    -webkit-transform: rotateY(90deg) translateZ(200px);
    -moz-transform: rotateY(90deg) translateZ(200px);
    transform: rotateY(90deg) translateZ(200px);
    text-align: center;
}

.cube > div:nth-child(4) {
    -webkit-transform: rotateY(180deg) translateZ(200px);
    -moz-transform: rotateY(180deg) translateZ(200px);
    transform: rotateY(180deg) translateZ(200px);
}

.cube > div:nth-child(5) {
    -webkit-transform: rotateY(90deg) translateZ(-200px);
    -moz-transform: rotateY(90deg) translateZ(-200px);
    transform: rotateY(90deg) translateZ(-200px);

}
.cube > div:nth-child(6) {
    -webkit-transform: rotateX(-90deg) translateZ(200px);
    -moz-transform: rotateX(-90deg) translateZ(200px);
    transform: rotateX(-90deg) translateZ(200px);
}
@media all and (max-width: 1400px) {
	.rvalue{ width: 25%; }
	#dronetype{ left: 5%; }
}
@media all and (max-width: 1300px) {
	.title{ left: 0; right:0; text-align: center; }
	.masterimage{ margin: 0 0 0 -100px; top: 24px; left: 50%; width: 200px; display: block !important; }
	.wrapper{ display: none !important; }
	#normalgallery{ display: none; }
	#altgallery{ display: block !important; }
}
@media all and (max-width: 1160px) {
	.rvalue{ min-width: 96%; float: none;}
	.rscore{ display: none; }
}
@media all and (max-width: 750px) {
	.subheader{ display: table; width: 100%; height: auto; }
	.columnswrapper{ display: table; width: 100%; }
	.leftcolum{ display: table-header-group; }
	.rightcolum{ display: table-footer-group; width: 100%; }
	.switches{ height: 50px; }
	.cookiedialog{ width: 100%; margin-right: 0; }
	.maindescription{ padding: 0 10px 0 10px; }
}
@media all and (max-width: 420px) {
	.pagecontainer{ padding: 0 1px; }
	.adcontainer{ padding: 0; position: relative; overflow: hidden; height: 280px; }
	.ad4{ left:0; right:0; position: absolute; }
	.rightcolum{ min-width: 300px; }
	.ad336{ width: 320px; overflow: hidden; }
	.switches{ height: 85px; }
	.title{ font-size: 30px; }
}