body {
	padding-top: 100px;
	-moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
	background-color: rgba(254,254,254,0.9);
}
.body-padding { padding-top: 70px; }
* { font-family: 'Roboto', sans-serif; }

.btn {
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	color: #FFF;
	font-size: 14px;
	background: rgba(0, 0, 0, 0);
	padding: 10px 40px 10px 40px;
	border: solid #ffffff 2px;
	text-decoration: none;
 	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.btn:hover {
	background: #EEE;
	color: #000;
	border: solid #EEE 1px;
	text-decoration: none;
}

.btn-rent {
	font-family: 'Robot Condensed', sans-serif;
	font-size: 14px;
	border: none;
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	color: #FFF;
	font-size: 16px;
	background: #be1e2d;
	padding: 5px 40px 5px 40px;
	text-decoration: none;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.btn-rent:hover {
	background: #000;
	text-decoration: none;
}

.btn-rent-black {
	font-family: 'Robot Condensed', sans-serif;
	font-size: 14px;
	border: none;
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	color: #FFF;
	font-size: 16px;
	background: #000;
	padding: 5px 40px 5px 40px;
	text-decoration: none;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.btn-rent-black:hover {
	background: #be1e2d;
	text-decoration: none;
}

.outter-local {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin-top: 80px;
}

footer .row { background-color: #000; }
footer img { max-width: 250px; margin-top: 30px; }
footer p:last-child { padding-top: 10px; margin-bottom: 40px; color: #FFF; font-family: 'Roboto Condensed'; font-size: 14px; }

/* Navbar */
.navbar-default { background-color: #050505; border-color: #000; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #000; }
.navbar-toggle { margin-right: -55px; }
nav .container { padding-right: 40px; padding-left: 40px; }
.navbar-default .navbar-header { padding: 0px 100px; }
.navbar-default a.navbar-brand img {
	margin-left: -200px;
	margin-top: -12px;
	max-height: 40px;
	-moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.navbar-default a.navbar-brand img.not-shrinked { max-height: 30px; margin-top: -6px; }
.navbar-default #custom-navbar ul li a {
	text-transform: uppercase;
	color: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	-moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.navbar-default #custom-navbar ul li a:hover, .navbar-default #custom-navbar ul li a:focus { background-color: #000; border-bottom: 3px solid #F7931E; }
.navbar-default {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
	padding: 0px 50px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #000;
	border-bottom: 3px solid #F7931E;
}

/* Video */
.video-header { height: 700px; position: relative; }
#video-container {
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
}
#video-container video { position: absolute; z-index: 0; top: -200px; }
#video-container video.fillWidth { width: 100%; }
.video-header2 { height: 400px; position: relative;	}
.video-headline { position: relative; top: 50%; margin-top: -30px; }
.video-headline h1 {
	color: #FFF;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	font-weight: bold;
}
p.video-subtitle {
	margin-top: -20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #FFF;
	padding: 0px 400px;
}

/* Service-Features */
section#service-features img {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
section#service-features img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
section#service-features > h2 {
	font-size: 46px;
	margin-top: 80px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
section#service-features  h3 {
	line-height: 35px;
	margin-bottom: 40px;
	margin-top: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 20px;
}
section#service-features #logo-mob { display: none; }
section#service-features #logo-mob img { max-height: 45px; }
section#service-features h3 img { max-height: 40px; }
section#service-features div.row div.col-lg-8 div.col-md-4 p:first-child { margin: 0px; }
section#service-features div.row:last-child { margin-top: 15px; }
.box-features {
	color: #000;
	font-weight: 300;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
}

section#service-features div.row:last-child p {
	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

/* Services */
section#services { padding-top: 60px; }
section#services div.section-header {
	margin-left: -15px;
	margin-right: -15px;
	background-color: #F1F1F2;
	padding-top: 50px;
}
div#box-info-holder {
	padding-top: 20px;
	padding-bottom: 100px;
	margin-left: -15px;
	margin-right: -15px;
	background-color: #F1F1F2;
}
div#box-info-holder-mob {
	padding: 40px 0px;
	display: none;
	background-color: #F1F1F2;
}
div#box-info-holder-mob p.last { padding: 0px 50px; font-size: 16px; }
div#box-info-holder-mob div.col-md-4 { margin-bottom: 40px; }
div#box-info-holder-mob div.col-md-4:last-child { margin-bottom: 0px; }
div#box-info-holder-mob img { max-height: 60px; }
#box-info-holder p.last { font-size: 16px; }
.boxed-info {
	width: 250px;
	height: 510px;
	padding: 30px 15px;
	border-radius: 20px;
	box-shadow: 0px 0px 20px #939597;
	background-color: #FFF;
	display: inline-block;
	position: relative;
}
.boxed-info > p > img { max-height: 60px; }
.boxed-info h2 {
	text-transform: uppercase;
	color: #000;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.boxed-info p.last {
	font-family: 'Helvetica';
	font-weight: 300;
	color: #939597;
}
.box-info-left { left: 28%; top: 63px; }
.box-info-left p.last { padding-top: 15px; }
.box-info-middle { left: 30.5%; z-index: 3; top: 0px; }
.box-info-middle p.last { padding-top: 20px; }
.box-info-right { left: 33%; top: 5px; }
.box-info-right p.last { padding-top: 23px; }
section#services div#form {
	margin-left: -15px;
	margin-right: -15px;
	background-color: #F1F1F2;
	padding-bottom: 40px;
}

/* Clientes */
section#clients { padding-top: 60px; }
section#clients div.col-lg-12 img {
	display: inline-block;
	max-height: 100px;
	
}
section#clients .col-lg-12 img { max-height: 150px; margin: 0px 30px; }
section#clients div.row {
	margin-left: -15px;
	margin-right: -15px;
	background-color: #F1F1F2;
	padding-bottom: 40px;
}

#map { height: 300px; }

.info-box-prices {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 25px;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-control {
	border-radius: 0px;
	margin: 5px auto;
	border-color: #E6E7E8;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #bbbdc0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #bbbdc0;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #bbbdc0;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #bbbdc0;
}

.btn-send {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0px;
  border: none;
  color: #bbbdc0;
  font-size: 14px;
  background: #404041;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-send:hover {
  background: #000;
  color: #FFF;
  border: none;
  text-decoration: none;
}

#play-video:hover {
	cursor: pointer;
}

div#drones { margin-top: 300px; }

section#models-other h2 { padding-bottom: 10px; }

html:-moz-full-screen {
    background: #000;
}
 
html:-webkit-full-screen {
    background: #000;
}
 
html:-ms-fullscreen {
    background: #000;
    width: 100%; /* needed to center contents in IE */
}
 
html:fullscreen {
    background: #000;
}

.img-responsive { margin: 0 auto; }

.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.pt40 { padding-top: 40px; }
.mt50 { margin-top: 50px; }

img.header-icon { max-height: 45px; }
h1.section-header-title {
	text-transform: uppercase;
	color: #000;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-top: 0px;
}

div.black-bg {
	background-color: #000;
	padding: 30px 0px;
	margin-bottom: 30px;
}
div.black-bg > div.col-lg-10 { padding: 40px 0px; }
.inspire1-feature { max-height: 280px; }
h3.inspire1-feature-title {
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
p.inspire1-feature-text {
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

section#services div.section-header p.overlap-background { margin: 0px; }
section#services div.section-header p.overlap-background img { position: relative; top: -30px; }
div#parallax img.play-button-img {
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
}
p.daily-price {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}
section#models-other > div:first-child { padding-top: 80px; }
section#models-other h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	border-bottom: 5px solid #BE1E2D;
}
section#models-other p.desc {
	font-family: 'Helvetica';
	color: #939597;
	font-size: 12px;
}
section#models-other p.price {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}
section#rent div.col-lg-6:first-child { padding: 50px 0px; }
div.box-rent {
	width: 90%;
	height: 90%;
	box-shadow: 0px 0px 20px #939597;
	padding: 60px 25px;
	border-radius: 20px;
	background-color: #FFF;
}
div.box-rent h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
}
div.box-rent p.desc {
	font-family: 'Helvetica';
	color: #939597;
	font-size: 12px;
	
}
div.form-contact h3 {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 22px;
	padding-top: 0px;
	margin-top: 0px;
}

/* Contacts */
section#contacts div.contacts-desc div p { font-size: 16px; }
section#contacts { padding-top: 60px; }
section#contacts { margin-bottom: 40px; }
section#contacts p.phone { margin-top: 30px; font-size: 24px; }
section#contacts p.address, section#contacts p.email { font-size: 24px; }

/* Videos - Portfolio */
section#videos { padding-top: 100px; }
section#videos div.col-lg-8:last-child { margin-top: 20px; }
section#videos .col-lg-8 img {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
	opacity: 0.7;
}
section#videos .col-lg-8 img:hover {
	opacity: 1;
}

/* Media Queries */

@media(max-width:1440px) {
	.video-header { height: 505px; }
	.box-info-middle { left: 23.9%; }
	.box-info-right { left: 28%; }
	.box-info-left { left: 20%; }
}

@media(max-width:1366px) {
	#video-container video { top: -160px; }
	.box-info-middle { left: 22.2%; }
	.box-info-right { left: 26.4%; }
	.box-info-left { left: 18%; }
	p.video-subtitle { padding: 0px 100px; }
}

@media(max-width:1280px) {
	.navbar-default a.navbar-brand img { margin-left: -130px; }
	#video-container video { top: -120px; }
	.box-info-middle { left: 20.7%; }
	.box-info-right { left: 25.3%; }
	.box-info-left { left: 16%; }
}

@media(max-width:1200px) {
	.navbar-default a.navbar-brand img { margin-left: -100px; }
	#video-container video { top: -80px; }
	.box-info-middle { left: 18.8%; }
	.box-info-right { left: 23.5%; }
	.box-info-left { left: 14%; }
	.video-headline { top: 45%; }
}

@media(max-width:1024px) {
	.video-header { height: 420px; }
	.box-info-middle { left: 13.5%; }
	.box-info-right { left: 19.1%; }
	.box-info-left { left: 8%; }
	#form { padding: 0px 40px; }
}

@media(max-width:1023px) {
	#box-info-holder { display: none; }
	div#box-info-holder-mob { display: initial; }
	section#service-features #logo-mob { display: initial; }
}

@media(max-width:991px) {
	.navbar-default .navbar-header { padding: 0px; }
	section#service-features div.row:last-child { margin-top: 0px; }
	div#box-info-holder-mob { display: inherit; }
	#form { padding: 0px 10px; }
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}