
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
html h1, html h2, html h3, html h4, .video-wrapper *{
	 font-family: 'Roboto Slab', serif!important;
}
.static-content{
	padding-top: 0!important;
}
#loading{
	display: none!important;
}
#header{
	z-index: 2;
}
#footer{
	position: relative;
	margin-top: 0;
}
.main-wrap{
  	box-sizing: border-box;
  	width: 100%;
  	position: relative;
  	text-align: center;
  	height: auto;
  	display: block;
    background: #000;
  }
.video-wrapper{
	position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: block;
}
.video-wrapper .author{
	position: absolute; 
	top: 0;
	right: 0;
	padding: 10px;
	background-color: rgba(0,0,0,.4);
	color: #fff;
	font-size: .85em;
	line-height: 1.4;
}
.video-wrapper video{
	width: 100%;
}
h1{
	position: absolute;
    width: 100%;
    font-weight: 500;
    font-size: 8em;
    text-align: center;
    height: 120px;
    line-height: 1;
    top: 30%;
    margin: auto;
}
.video-wrapper h1{
    color: #fff;
   -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 3px;
   -webkit-text-stroke-color: #fff;
}
h1 p{
	font-size: .225em!important;
	font-weight: normal;
	z-index: 2;
}
.drone-header{
	width: 100%;
	height: 50px;
	top: 0;
	z-index: 3;
	position: relative;
	background-color: rgba(0,0,0,.9);
}
.drone-header.sticky{
	position:fixed;
	top: 0;
}
.drone-header .menu-mini{
	display: none;
}
.drone-header ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	color: #fff;
	list-style: none;
	margin: 0 auto!important;
	max-width: 1020px;
	height: 50px;
}
.drone-header li{
	flex: 1;
	vertical-align: middle;
	text-align: center;
}
.drone-header li a{
	color: #fff;
	border-bottom: 3px solid rgba(0,0,0,.9);
	transition: 500ms border-bottom ease-in-out;
}
.drone-header li a:hover, .drone-header li.active a{
	border-bottom: 3px solid #fff;
	transition: 500ms border-bottom ease-in-out;
}
.drone-command{
	width: 100%;
	height: 50px;
	bottom: 0;
	z-index: 3;
	position: fixed;
	background-color: rgba(0,0,0,.9);
	
}
.drone-command .menu{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 0 20px;
	height: 50px;
	font-weight: bold;
}
.record:before{
	font-family: 'iCons';
	content: 'O';
	font-size: 2.4em;
	color: #fff;
	transition: 1s color ease-in-out;
}
.record:hover:before{
	color: #9b0c0c;
	transition: 1s color ease-in-out;
}
.drone-command .menu div{
	vertical-align: middle;
	color: #fff;
	flex: 1;
}
.drone-command .menu div.spacer{
	flex: 2;
}
.altitude:before{
	background: url('http://www.adorama.com/col/UIimages/drones/elevation.svg')center center no-repeat;
    background-size: 38px 38px;
    display: inline-block;
    width: 38px; 
    height: 35px;
    margin-right: 5px;
    content:"";
    vertical-align: middle;
}
.speed:before{
	background: url('http://www.adorama.com/col/UIimages/drones/speed.svg')center center no-repeat;
    background-size: 38px 38px;
    display: inline-block;
    width: 38px; 
    height: 35px;
    margin-right: 15px;
    margin-bottom: 5px;
    content:"";
    vertical-align: middle;
}
.wifi:before{
	background: url('http://www.adorama.com/col/UIimages/drones/wifi.svg')center center no-repeat;
    background-size: 38px 38px;
    display: inline-block;
    width: 38px; 
    height: 35px;
    margin-right: 15px;
    content:"";
    vertical-align: middle;
    text-align: right;
}
.battery:before{
	background: url('http://www.adorama.com/col/UIimages/drones/battery.svg')center center no-repeat;
    background-size: 38px 38px;
    display: inline-block;
    width: 38px; 
    height: 35px;
    margin-right: 15px;
    margin-bottom: 5px;
    content:"";
    vertical-align: middle;
}

.battery span::first-letter{
	display: none;
}
.drone-controls{
	z-index:1;
	top:0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main-wrap .button{
	background-color: rgba(0,0,0,.3);
	border: 3px solid #fff;
	text-transform: uppercase;
	position: absolute;
	top: 65%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 220px;
	border-radius: 0px;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.video-wrapper .button:hover {
    box-shadow: inset 0 80px 0 0 #7FD107;
    color: #FFF;
}
.video-wrapper .button:hover:before, .video-wrapper .button:hover:after{
	opacity:1;
	-webkit-transition: all ease 0.4s 0.4s;
	-moz-transition: all ease 0.4s 0.4s;
	transition: all ease 0.4s 0.4s;
}
.video-wrapper .button:before, .video-wrapper .button:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	opacity: 0;
}
.video-wrapper .button:after {
	border-top-color: #7FD107;
	border-width: 14px;
	margin-left: -14px;
}
.video-wrapper .button:before {
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
hr.horizontal{
	top: 50%;
	border-style: dotted;
	opacity: .5;
	width: 100%;
	position: relative;
	z-index: 0;
}

hr.vertical{
	position: absolute;
	right: 0;
	top: 650px;
	width: 100%;
	transform:rotate(270deg);
    -o-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
    border-style: dotted;
    opacity: .5;
    z-index: 0;
}
hr.crosshair{
	position: relative;
	width: 100px;
	top: 0;
	left: calc(50% - 50px);
	right: 0;
	margin: 5% 0;
	color: #fff;
	opacity: .8;
	display: block;
	z-index: 0;
}
.speed:after{
	content:' MPH';
}
#before, #own-drone, #type{
	position: relative;
	width: 100%;
	height: 100vh;
	display:block;
	padding: 4% 50px;
	max-height: 1100px;
}
#before{
	background-position: top center;
	background-size: cover;
}
#before h2{
	font-weight: normal;
	font-size: 3em;
	color: rgba(255,255,255,.5)
}
.grid{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	max-width: 1080px;
	margin: 5% auto 0;
}

.grid .card{
	flex: 1;
	min-width: 60px;
	margin: 5px;
	background-color: rgba(255,255,255,.85);
	padding: 20px;
	position: relative;
	overflow: hidden;
	transition: 400ms all ease-in-out;
	align-items: flex-start;
	cursor: pointer!important;
}
#gallery{
	max-width: 2000px;
    display: block;
    margin: 22px auto 0px;
    padding-top: 20px;
}
#gallery .grid{
	max-width: none;
	padding-bottom:20px;
}
#gallery .grid img{
	width: auto;
	height: 100%;
	overflow: hidden;
}
#gallery .grid .card{
	flex: 300px 1;
	height: 300px;
	padding: 0 !important;
	background-size: cover!important;
	background-position: center center;
}
.card:hover{
	transition: 400ms all ease-in-out;
	transform: scale(1.01);
	background-color: rgba(255,255,255,1);
}
.card .popup{
	pointer-events: auto;
}
.card a{
	display: block;
}
.card h3{
	margin: 10px 10px 20px;
	font-size: 1.8em;
	line-height: 1.4;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	margin: 0 auto;
	font-weight: 200;
	height: 100%;
	color: #fff;
	background-color: rgba(0,0,0);
	opacity: 1;
	padding: 10% 20px 0;
}
.card h3:after{
	content: '';
    width: 200px;
    height: 3px;
    background: #9ca7b1;
    display: block;
    position: relative;
    left: 410px;
    left: calc(50% - 100px);
    margin:30px 0 0;
}
.card h3, .card p{
	text-decoration: none;
	display: block;
	color: #333;
}
.card p{
	font-size: 1.125em;
	line-height: 1.4;
	text-align: center;
	font-weight: 200;
	padding: 8% 20px 10%;
}
/* popup article styles  */
.popup-drone .popupBorder{
	border-radius:0px;
	width: 100%;
	max-width: 1080px;
	left: 0;
	top: 0px;
	margin: 5% auto 0;
	min-height: 400px;
	overflow: hidden;
}
.popup-drone h2.popupHeader{
	background: rgb(0,0,0,0);
}
.popup-drone .popupContent{
	min-height: 400px;
	max-height: 1000px;
	padding: 0 5%!important;
	max-width: 1080px;
	margin: 0 auto;
}
.popup-drone h2.popupHeader, .popup-drone .popupContent{
	
	border-radius: 0px;
	border: none!important;
	box-shadow: none;
}
.popup-drone .popupExit, .popup-drone .popupExit:hover{
	border: none;
	border-radius: 0!important;
	transition: 400ms background-color ease-in-out;
}
.popup-drone .popupExit:hover{
	background-color: #333;
}
.popup-drone h1{
	color: #333;
	display: block;
	position: relative;
	font-size: 3em;
	line-height: 1.2;
	text-align: left;
	padding-top: 20px;
	top:0;
}
.popup-drone .single-post-content{
	display: block;
	font-size: 1.4em;
	line-height: 1.4;
	padding-top: 50px;
	font-weight: 200;
}
.popup-drone .fluid-width-video-wrapper iframe{
	width: 100%;
}
.popup-drone .fluid-width-video-wrapper{
    height: 500px;
}
.popup-drone img, .popup-drone table{
	margin:0 auto;
	display: block;
}
#own-drone{
	background: #000;
    max-height: 2000px;
    padding: 4% 50px;
}
#own-drone .layout-70-30{
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	max-height: 100%;
	overflow: scroll;
	max-height: 900px;
}
#own-drone .col2{
	display: flex;
	flex-direction: column;
	padding-left: 10px;
}
.col2 .more-videos{
	max-width: 100%;
	flex: 1;
	margin-bottom: 4px;
	position: relative;
    overflow: hidden;
}
#own-drone .description{
	width: 100%;
	color: #fff;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.4;
	padding-top: 10px;
	font-weight: 200;
}
.description a{
	color: #fff;
	text-decoration: underline;
	display: block;
}
.description h3{
	color: #fff;
	font-weight: normal;
	padding-top: 3%;
}
.more-videos p{
	top: 0;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: 200;
	width: 100%;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #fff;
	position: absolute;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
	padding: 10px;
	opacity: 1;
	transition: 400ms opacity ease-in-out;
}
.more-videos:hover p{
	opacity: 0;
	transition: 400ms opacity ease-in-out;
}
.more-videos img{
	transition: 400ms all ease-in-out;
}
.more-videos:hover img{
    transform: scale(1.1);
	transition: 400ms transform ease-in-out;
}

#type {
	background: url('http://www.adorama.com/col/UIimages/drones/type-section.jpg') center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.drone-wrapper{
	max-width: 1600px;
	position: relative;
	height: 100%;
	display: block;
	margin: 0 auto;
}
.block{
	max-width: 530px;
	min-width: 320px;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	text-align: left;
	padding: 20px; 
	position: absolute;
}
.block h4{
	color: #fff;
	font-weight: normal;
	font-size: 1.85em;
	padding: 0;
	margin: 10px 0;
}
.block p{
	font-size: .925em;
	line-height: 1.2;
	font-weight: 200;
}
.block .button {
    color: #fff;
    background: rgba(0,0,0,0);
    padding: 12px 0px 12px 17px;
    border: 1px solid #fff;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0 0 0 0 #31302B;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	font-weight: normal;
}
.block .button:after{
	content:">";
	font-family: 'icons';
	margin-left: 10px;
	padding: 0 10px;
	float: right;
	border-left: 1px solid #fff;
}
.block .button:hover {
    box-shadow: inset 300px 0 0 0 #7FD107;
    color: #FFF;
}
.block img{
	position: absolute;
}
.beginner img.drone{
	top: -40px;
	width: 400px;
	right: -160px;
}
.beginner img.cloud{
	bottom: -200px;
	right: -100px;
	opacity: .8;
}
.intermediate.block{
	right: 100px;
	top: 30%;
	padding-left: 150px;
	width: 1000px;
	z-index: 1;
}
img.cloud.intermediate{
	top: 120px;
	width: 600px;
	z-index: 0;
	right: -100px;
	position:absolute;
}
.intermediate img.drone{
	top: 60px;
	left: -180px;
}
.intermediate .content-wrapper{
	z-index: 1;
}

.expert.block{
	right: 30%;
	top: 70%;
	padding-left: 150px;
	width: 1000px;
	z-index: 1;
}
img.cloud.expert {
	bottom: -300px;
	position: relative;
	width: 1000px;
	opacity: .9;
	z-index: 0;
	right: 40%;
}
.expert img.drone{
	top: -100px;
	left: -300px;
}
.expert .content-wrapper{
	z-index: 1;
}



/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
       -o-transition: -o-transform 0.3s ease;
          transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
@media (max-height: 901px){
.popup-drone .popupContent{
max-height: 700px!important;
}
.block{
  max-width: 480px!important;
}

.block.intermediate{
  top: 14%!important;
  right: 0%!important;
}
.block.expert{
  top: 60%!important;
}
.video-wrapper .button.main{
	top: 50%
}

	.description p, .description b, .description a{
		font-size: .85em;
	}
	.description h3{
		font-size: 1.4em;
	}
	#own-drone{
		height: 100%!important;
	}
}

@media (max-width: 800px) {
	.card h3{
		font-size: 1.4em;
	}
	#own-drone .col1, #own-drone .col2{
		width: 100%;
		display: block;
	}
	#own-drone .col2{
		flex-direction: row;
		margin-top: 50px;
	}
	.intermediate.block{
		right: 0;
	}
	.expert.block{
		right: 100px;
	}
	.drone-command{
		display:none;
	}
	#video1, #video2{
		display:block;
	}
} 
@media (max-width: 600px) {
	.drone-header .menu-mini{
		display: block;
	}
	.popup-drone h1{
		font-size: 2em;
	}
	.popup-drone table, .popup-drone img{
		max-width: 300px!important;
		height: 100%!important;
	}
	.video-wrapper .button.main, video::-webkit-media-controls {
        display: none;
    }
    .video-wrapper{
    	overflow:hidden;
    }
    .video-wrapper video {
    	width: initial;
	}
	.drone-header .settings:before{
		content:'*';
		font-family:'iCons';
		font-size: 2.25em;
		color: #fff;
		vertical-align: middle;
		padding: 10px 10px 0;
		display: block;
	}
	.drone-header .menu-mini ul{
		display: block;
		padding:0;
		margin: 0;
	}
	.drone-header .menu-mini li{
		display: block;
		width: 100%;
		text-align: left;
		padding: 20px 10px;
		background: #000;
		margin: 0;
		
	}
	.description p, .description b, .description a{
		font-size: .85em;
	}
	img.cloud.intermediate, .drone-controls hr, .drone-header .menu{
		display: none;
	}
	h1{
		top: 18%;
		font-size: 4.5em;
	}
	.grid .card{
		display: block;
		width: 100%;
		flex: none;
		padding: initial;
	}
	.card p{
		text-align: left;
	}
	.description h3, #before h2{
		font-size: 1.4em;
	}
	#before, #own-drone, #type{
		padding: 4% 10px;
		height: 100%;
		max-height: none;
	}
	.beginner img.cloud{
		bottom: -200px;
	}
	.block{
		position: relative;
		display: block;
		margin-bottom: 20px;
	}
	.beginner.block, .intermediate.block, .expert.block {
		max-width: 394px;
		margin-bottom: 17%;
		right: 0px;
		padding: 40px 20px 20px;
	}
	#type{
		max-height: 1300px!important;
	}
	.beginner .drone{
		top:10px!important;
	}
	.intermediate .drone{
		top: -100px!important;
		left: 120px!important;
	}
	.expert .drone{
		left: 100px!important;
	}
	img.cloud.expert{
		bottom: 800px;
	}
	.block p{
		font-size: 1.125em;
	}
}
