/*
Theme Name: Aerovel
Theme URI: http://businessonmarketst.com
Description: A theme for Aerovel
Author: Paul McMahon
Version: 1.0
Tags: multi-color, small business, corporate, drones
*/

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0;
}

a {
  color: #f9b301;
  text-decoration: none;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.hidden {
  display: none;
}

.lc {
  text-transform: lowercase;
}

.hide {
  display: none!important;
}

.body > * {
  position: relative;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.half-container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.angle {
  position: absolute;
  width: 52%;
  height: 100px;
  background: rgb(255,255,255);
  bottom: -67px;
  z-index: 50;
}

.left-angle {
  -ms-transform: rotate(4.5deg);
  -webkit-transform: rotate(4.5deg);
  transform: rotate(4.5deg);
  margin-left: -1%;
}

.right-angle {
  -ms-transform: rotate(-4.5deg);
  -webkit-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg);
  right: 0;
  margin-right: -1%;
}

.filter {
  background-image: url('images/gray-line-pattern.png');
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.heading-spacer {
  width: 100%;
  height: 84px;
}

.login-link {
  position: absolute;
  top: 84px;
  right: 0;
  z-index: 1000;
  height: 40px;
  padding: 12px 30px;
  color: rgb(26,60,110);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(249,179,1,.8);
}

/* Social */

.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-image: url('images/icons/twitter-icon-static.png');
}

.social-icon.twitter:hover {
  background-image: url('images/icons/twitter-icon-hover.png');
}

.social-icon.twitter:active {
  background-image: url('images/icons/twitter-icon-pressed.png');
}

.social-icon.linkedin {
  background-image: url('images/icons/linkedin-icon-static.png');
}

.social-icon.linkedin:hover {
  background-image: url('images/icons/linkedin-icon-hover.png');
}

.social-icon.linkedin:active {
  background-image: url('images/icons/linkedin-icon-pressed.png');
}

/* Header */

.header-lines {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 110;
}

.header-line {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.5);
  margin-bottom: 1px;
}

.header {
  position: absolute;
  width: 100%;
  height: 74px;
  top: 10px;
  background: rgba(255,255,255,.8);
  z-index: 1210;
}

.header img {
  float: left;
  margin-top: 28px;
}

.header .social-box {
  float: right;
  width: 15%;
  margin: 0;
  padding: 21px 0 0;
}

.header #menu > div > ul {
  float: right;
  width: 72%;
  height: 33px;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

.header #menu > div > ul li {
  float: left;
  position: relative;
  min-width: 130px;
  border-right: 1px dotted rgb(117,138,168);
}

.header #menu > div > ul li a {
  float: left;
  width: 100%;
  padding: 8px 22px;
  font-family:'UniversLTW01-67BoldCn';
  font-size: 14px;
  color: #555555;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.header ul li:last-of-type a {
  padding: 8px 0 8px 22px;
  border: 0;
}

.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
  background: rgba(255,255,255,.95);
  border-top: 2px solid rgb(37,69,117);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  list-style: none;
}

.sub-menu li {
  width: 100%;
}

.header #menu > div > ul li .sub-menu li a {
  width: 100%;
  border-right: 0;
}

#mobile-icon {
  display: none;
}

.confirm-message {
  position: fixed;
  top: 100px;
  z-index: 10000;
  padding: 1% 10px;
  background-color: rgba(270,0,0,.7);
}

/* Body Hero */

.body-hero {
  overflow: hidden;
  max-height: 690px;
}

.body-hero > img, .blog-hero > img, .frontpage-slide > img {
  width: 100%;
  height: auto;
}

.frontpage-slide iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

.body-hero-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 215px;
  padding-bottom: 20px;
  background-color: rgba(0,0,0,.35);
  background-image: url('images/white-line-pattern.png');
  text-align: center;
  -webkit-transition: all .75s ease-in-out;
  -moz-transition: all .75s ease-in-out;
  -o-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out;
}

.body-hero.about .body-hero-text {
  height: 110px;
}

.body-hero-text h2 {
  margin: 21px 0 25px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}

.slider-navigation {
  position: absolute;
  right: 4%;
  top: 0;
  z-index: 200;
  padding-top: 26%;
}

.slider-navigation-single {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-color: rgba(255,255,255,.3);
  cursor: pointer;
}

.slider-navigation-single.active {
  background-color: rgba(255,255,255,.8);
}

img.frontpage-arrows {
  position: absolute;
  top: 36%;
  z-index: 1000;
  width: auto;
  height: auto;
  cursor: pointer;
}

img.frontpage-arrows.left {
  left: 10px;
}

img.frontpage-arrows.right {
  right: 10px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Body Middle */

.body-middle {
  height: 353px;
  z-index: 100;
}

.body-middle.about {
  height: 464px;
  padding-top: 53px;
}

.body-middle-content {
  float: left;
  position: relative;
  width: 50%;
  height: 232px;
  margin-top: 60px;
  text-align: center;
  padding: 0 4.5%;
  z-index: 100;
}

.body-middle-content:first-of-type {
  border-right: 1px solid #cccccc;
}

.body-middle-content h3 {
  width: 228px;
  margin: 0 auto 15px;
  padding: 0 0 8px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 25px;
  color: #1a3c6e;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 5px solid rgb(249,179,1);
}

.body-middle-content p {
  margin-bottom: 35px;
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}

.body-middle-content a {
  display: block;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  padding-top: 14px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 20px;
  color: #555555;
  border: 3px solid #555555;
  border-radius: 50px;
  text-transform: uppercase;
}

.about-body-middle-left {
  float: left;
  position: relative;
  width: 50%;
  padding: 21px 4% 0 0;
  text-align: right;
}

.about-body-middle-left h2 {
  margin-bottom: 16px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 45px;
  line-height: 45px;
  color: #1a3c6e;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-body-middle-right {
  float: left;
  position: relative;
  width: 50%;
  padding-top: 21px;
}

.about-body-middle-right p {
  margin-bottom: 10px;
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  line-height: 24px;
  color: #555;
}

.about-body-middle-line {
  position: absolute;
  height: 7px;
  width: 140%;
  top: 0;
  right: 0;
  background-color: rgb(249,179,1);
}

.whiteline {
  width: 100%;
  height: 5px;
  margin-top: 10px;
  background-color: #fff;
}

/* Body Middle Two */

.body-middle-two {
  height: 425px;
  background-color: rgb(26,60,110);
  background-image: url('images/gray-line-pattern.png');
  overflow: hidden;
}

.body-middle-two.about {
  height: auto;
  overflow: hidden;
}

.body-middle-two-content {
  float: right;
  width: 50%;
  height: 100%;
}

.body-middle-two.about .body-middle-two-content:last-of-type {
  width: 37.5%;
}

.body-middle-two.about .body-middle-two-content:first-of-type {
  position: relative;
  width: 61%;
}

.body-middle-two.about .body-middle-two-content img {
  width: 100%;
  height: auto;
}

.body-middle-two-content h3 {
  width: 115%;
  margin: 35px auto 15px;
  padding: 0 0 8px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 5px solid rgb(249,179,1);
}

.body-middle-two-content p {
  width: 60%;
  margin-bottom: 20px;
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.body-middle-two.about .body-middle-two-content p {
  width: 90%;
}

.body-middle-two-content button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 10px 20px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 15px;
  color: #FFF;
  border: 2px solid #FFF;
  text-transform: uppercase;
}

/* Body Bottom */

.body-bottom {
  height: 373px;
}

.body-bottom-content {
  float: left;
  position: relative;
  width: 33%;
  height: 232px;
  margin-top: 67px;
  z-index: 100;
  text-align: center;
  border-right: 1px solid rgb(204,204,204);
}

.body-bottom a:last-of-type .body-bottom-content {
  border: 0;
}

.body-bottom-content p {
  font-family:'Avenir LT W01 95 Black';
  font-size: 25px;
  color: #1a3c6e;
  margin-top: 20px;
  text-transform: uppercase;
}

/* Footer */

footer {
  padding-bottom: 20px;
  background: url('images/footer-bg.jpg');
  background-size: cover;
}

.footer-outer {
  position: relative;
  float: left;
  width: 24.5%;
  height: auto;
  margin-right: 1.125%
}

.footer-outer.contactform {
  margin-right: 0;
}

.footer-outer h5 {
  margin-top: 25px;
  padding-bottom: 8px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 25px;
  color: #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 5px solid #FFF;
}

.footer-outer.contactform h5 {
  border-bottom: 5px solid rgb(26,60,110);
}

.footer-outer ul {
  list-style: none;
}

.footer-outer ul li a {
  display: block;
  padding: 10px 0;
  font-family:'UniversLTW01-57Condense 723821';
  color: #FFF;
  text-transform: uppercase;
}

.footer-outer input, .doc-gallery-form input {
  border: 0;
  -webkit-appearance: none;
  float: left;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 11px 12px;
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  color: #555;
}

.footer-outer input:first-of-type {
  width: 48.5%;
  margin-top: 10px;
}

.footer-outer input.lastname, .doc-gallery-form input.lname {
  width: 48.5%;
  margin-top: 10px;
  margin-left: 3%;
}

.footer-outer textarea, .doc-gallery-form textarea {
  border: 0;
  -webkit-appearance: none;
  float: left;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 11px 12px;
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  color: #555;
  resize: none;
}

.footer-outer input[type="submit"], .doc-gallery-form input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 100%;
  font-family:'Avenir LT W01 95 Black';
  font-size: 15px;
  color: rgb(26,60,110);
  text-transform: uppercase;
  background-color: rgb(249,179,1);
  white-space: normal;
  -webkit-transition: all .75s ease-in-out;
  -moz-transition: all .75s ease-in-out;
  -o-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out;
}

.footer-inner {
  float: left;
  width: 48.75%;
  height: 375px;
  margin-right: 1.125%
}

.footer-inner h5 {
  margin-top: 25px;
  padding-bottom: 8px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 25px;
  color: #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 5px solid rgb(249,179,1);
}

.footer-inner p, .footer-inner a {
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  margin-bottom: 14px;
}

.footer-inner p:first-of-type {
  margin-top: 10px;
}

.sub-footer {
  float: left;
  width: 100%;
  padding-top: 13px;
  border-top: 1px solid rgb(165,165,165);
}

.sub-footer a {
  float: left;
  display: block;
  width: 25%;
  font-family: sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.5);
}

.sub-footer p {
  float: left;
  width: 50%;
  font-family: sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.5);
  text-align: center;
}

.contactform form {
  float: left;
  position: relative;
  height: 300px;
}

.contactform form input[type="submit"].submitted {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 280px;
  outline: 0;
}

.doc-gallery-form form input[type="submit"].submitted {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  outline: 0;
}

/* Contact Lightbox */

.contact-form-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 800px;
  z-index: -1;
  background-color: rgb(26,60,110);
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.contact-form-image {
  position: relative;
  height: 212px;
  overflow: hidden;
}

.contact-form-image img {
  width: 100%;
}

.contact-form-image .angle {
  background-color: rgb(26,60,110);
}

.contact-form-image-cover {
  position: absolute;
  background-color: rgba(0,0,0,0.35);
  background-image: url('images/gray-line-pattern.png');
  width: 100%;
  height: 127px;
  top: 84px;
}

.contact-form-image-cover h2 {
  margin-top: 42px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 36px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}

.contact-form-wrap {
  width: 100%;
  max-width: 468px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}

.contact-form-content input {
  border: 0;
  -webkit-appearance: none;
  float: left;
  width: 49.1%;
  height: 40px;
  margin: 0 1.8% 10px 0;
  padding: 11px 12px;
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  color: #555;
}

.contact-form-content input.org {
  width: 100%;
}

.contact-form-content input.lname, .contact-form-content input.phone, .contact-form-content input.org {
  margin-right: 0;
}

.contact-form-content textarea {
  border: 0;
  -webkit-appearance: none;
  float: left;
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
  padding: 11px 12px;
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  color: #555;
}

.contact-form-content input[type="submit"],  #load-more{
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 100%;
  margin: 0;
  font-family:'Avenir LT W01 95 Black';
  font-size: 15px;
  color: rgb(26,60,110);
  background-color: rgb(249,179,1);
  text-transform: uppercase;
  outline: 0;
  white-space: normal;
 -webkit-transition: all .75s ease-in-out;
  -moz-transition: all .75s ease-in-out;
  -o-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out;
}

.contact-form-content img {
  margin: 10px 0 15px;
}

.contact-form-content p {
  font-family:'Avenir LT W01 95 Black';
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
}

.contact-form-wrap form {
  float: left;
  position: relative;
  height: 370px;
}

.contact-form-wrap form input[type="submit"].submitted {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
}

/* About Page */

/* About Faces */

.about-body-faces {
  height: 168px;
  background-image: url('images/gray-line-pattern.png');
}

.about-body-faces-viewport {
  position: relative;
  width: 74%;
  margin: 0 auto;
  top: 32px;
  overflow: hidden;
}

.about-body-faces-wrapper {
  width: 1000000px;
  height: 102px;
  margin-left: 0px;
}

.about-body-faces-single {
  float: left;
  height: 102px;
  width: 102px;
  margin-right: 18px;
  border: 7px solid rgba(249,179,1,.25);
  border-radius: 100px;
  overflow: hidden;
  cursor: pointer;
}

.about-body-faces-single-border {
  height: 87px;
  border: 6px solid rgb(249,179,1);
  border-radius: 50px;
}
.about-body-faces-single img {
  height: 76px;
  width: 76px;
  border-radius: 50px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.about-body-faces-single:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);  
}

.single-about-profile {
  position: absolute;
  left: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.single-about-profile.hideleft {
  left: -100%;
}

.single-about-profile.active {
  position: relative;
  left: 0;
}

.single-about-profile > div > div {
  display: inline-block;
  float: none;
  height: auto;
  padding-bottom: 50px;
  vertical-align: top;
}

.single-about-profile a {
  color: rgb(249,179,1);
}

.single-about-profile * {
  visibility: hidden;
}

.single-about-profile.active * {
  visibility: visible;
}

.about-body-faces-nav > div {
  position: absolute;
  top: 32%;
  font-size: 50px;
  color: rgb(249,179,1);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.about-body-faces-nav > div:first-of-type {
  left: 5%;
}

.about-body-faces-nav > div:last-of-type {
  right: 5%;
}

/* About Testimonial */

.about-body-testimonial {
  height: 390px;
}

.about-body-testimonial-left {
  float: left;
  width: 31.25%;
  height: 250px;
  margin-top: 70px;
  padding: 40px 3% 0 0;
  text-align: center;
  border-right: 1px solid #CCC;
}

.about-body-testimonial-left h3 {
  font-family:'Avenir LT W01 95 Black';
  font-size: 25px;
  color: #1a3c6e;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-body-testimonial-right {
  float: left;
  width: 68.75%;
  height: 250px;
  margin-top: 70px;
}

.about-body-testimonial-right-content {
  float: left;
  width: 82.5%;
  padding: 54px 4% 0 8.125%;
}

.about-body-testimonial-right-content p {
  margin-bottom: 10px;
  font-family:'UniversLTW01-55Oblique';
  font-size: 16px;
  line-height: 22px;
  color: #959595;
}

.about-body-testimonial-right-image {
  float: left;
  width: 17.5%;
  padding-top: 48px;
  text-align: center;
}

/* Blog Archive */

.blog-archive-single {
  position: relative;
  width: 100%;
  height: 390px;
}

.pagination-blog {
  margin: 15px 0;
  text-align: center;
}

.blog-archive-image-container {
  float: left;
  position: relative;
  width: 59.5%;
  height: 390px;
}

.blog-archive-image-container .filter {
  right: 0;
}

.blog-archive-image-container img {
  position: absolute;
  height: 100%;
  width: auto;
}

.blog-archive-text-container {
  position: relative;
  float: left;
  width: 40.5%;
  height: 390px;
}

.blog-archive-text-container h2 {
  width: 113.7%;
  font-family:'Avenir LT W01 95 Black';
  font-size: 25px;
  color: #1a3c6e;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 5px solid rgb(249,179,1);
}

.blog-archive-single:nth-child(odd) .blog-archive-text-container h2 {
  margin: 15px 0 15px -13.7%;
  padding: 0 0 8px 16.9%;
}

.blog-archive-single:nth-child(even) .blog-archive-text-container h2 {
  margin: 15px 0 15px;
  padding: 0 13.7% 8px 3.2%;
}

.blog-archive-text-container p {
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  line-height: 22px;
  color: #555;
  margin: 0 3.2% 10px 3.2%;
}

.blog-archive-text-container button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 15px 0 0 3.2%;
  padding: 8px 22px;
  font-family:'Avenir LT W01 95 Black';
  color: rgb(85,85,85);
  text-transform: uppercase;
  border: 2px solid rgb(85,85,85);
  -webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;
}

.blog-archive-text-container button:hover {
  color: #FFF;
  background-color: rgb(85,85,85);
}

.blog-archive-single:nth-child(even) .blog-archive-image-container, .blog-archive-single:nth-child(even) .blog-archive-text-container {
  float: right;
}

.blog-archive-single:nth-child(odd) .blog-archive-image-container img, .blog-archive-single:nth-child(odd) .blog-archive-image-container .filter {
  right: 0;
}

.blog-archive-single:nth-child(even) .blog-archive-image-container img, .blog-archive-single:nth-child(even) .blog-archive-image-container .filter {
  left: 0;
}

/* Blog Single */

.blog-hero {
  overflow: hidden;
  max-height: 550px;
}

.blog-container {
  margin-top: 22px;
  margin-bottom: 20px;
}

.blog-content {
  display: inline-block;
  width: 62%;
}

.blog-content img {
  max-width: 100%;
  height: auto;
}

.career-hero {
  margin-bottom: 13px;
}

.blog-content h1 {
  margin: 0;
  padding: 0 0 8px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 25px;
  color: #1a3c6e;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 5px solid rgb(249,179,1);
}

.blog-content p, .blog-text li, .blog-text h1, .blog-text h2, .blog-text h3, .blog-text h4, .blog-text h5, .blog-text h6 {
  margin: 0 0 10px;
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  line-height: 22px;
  color: #555;
}

.blog-text.events p {
  padding-left: 5%;
}

.blog-content p.blog-date {
  margin-top: 11px;
  color: #959595;
}

.blog-social {
  height: 40px;
  margin: 44px 0 32px;
  border-bottom: 1px solid #ccc;
}

.blog-social p {
  float: left;
  margin-top: 6px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 16px;
  color: #f9b301;
  letter-spacing: 1px;
  text-transform: uppercase;
  
}

.blog-social img {
  float: right;
  margin-left: 17px;
}

.blog-comment-form {
  float: left;
  width: 100%;
}

.blog-comment-form > p {
  margin-bottom: 20px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 16px;
  color: #1a3c6e;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-comment-form input[type="text"], .blog-comment-form input[type="email"], .blog-comment-form textarea {
  border: 0;
  -webkit-appearance: none;
  float: left;
  width: 49.5%;
  height: 40px;
  margin-bottom: 10px;
  padding: 11px 12px;
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  color: #555;
  border: 1px solid #555;
}

.blog-comment-form input[type="text"] {
  margin-right: 1%;
}

.blog-comment-form textarea {
  width: 100%;
  height: 210px;
  margin-bottom: 20px;
  resize: none;
}

.blog-comment-form input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  float: right;
  width: 21.8%;
  height: 33px;
  font-family:'Avenir LT W01 95 Black';
  font-size: 15px;
  color: rgb(26,60,110);
  background-color: rgb(249,179,1);
}

.blog-comment-list {
  width: 100%;
  clear: both;
}

.blog-comment-comment {
  min-height: 60px;
}

.blog-comment-single {
  width: 100%;
  border-bottom: 2px solid rgb(26,60,110);
  list-style-type: none;
}

.blog-comment-single-top {
  border-bottom: 1px dotted rgb(204,204,204);
  padding-bottom: 8px;
}

.blog-comment-single-left {
  display: inline-block;
  width: 19.4%;
  vertical-align: top;
}

.blog-comment-single-left h5 {
  font-family:'Univers LT W01 45 Light';
  font-size: 14px;
  color: #1a3c6e;
}

.blog-comment-single-bottom .blog-comment-single-left {
  text-align: center;
}

.blog-comment-single-bottom .blog-comment-single-left img {
  margin-top: 27px;
  border-radius: 100;
}

.blog-comment-single-right {
  position: relative;
  display: inline-block;
  width: 77.8%;
  margin-left: 1.8%;
  padding: 10px 0 15px;
  vertical-align: top;
}

.blog-comment-single-top .blog-comment-single-left, .blog-comment-single-top .blog-comment-single-right {
  padding: 14px 0 0;
}

.blog-comment-single-right h6, .blog-comment-single-right p {
  font-family:'Univers LT W01 55 Roman';
  font-size: 14px;
  color: #555;
}

.blog-comment-single-right h6 {
  color: #959595;
}

.blog-comment-single-right button {
  -webkit-appearance: none;
  background: none;
  border: none;
  position: absolute;
  width: 50px;
  height: 17px;
  bottom: 0;
  right: 0;
  font-family:'UniversLTW01-57Condense 723821';
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  background-color: #1a3c6e;
}

.blog-comment-single:last-of-type {
  margin-bottom: 100px;
}

.blog-sidebar {
  display: inline-block;
  width: 35.25%;
  font-size: 0;
  vertical-align: top;
  margin-left: 1.29%;
}

.blog-sidebar h2 {
  padding: 0 0 8px;
  font-family:'Avenir LT W01 55 Roman';
  font-size: 25px;
  color: #555;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 5px solid #555;
}

.blog-sidebar li {
  padding: 14px 0 5px;
  border-bottom: 1px solid rgb(204,204,204);
  list-style-type: none;
}

.blog-sidebar p {
  font-family:'Univers LT W01 55 Roman';
  font-size: 14px;
  color: #555;
}

.blog-sidebar li p:first-of-type {
  color: #f9b301;
}

.blog-sidebar > a {
  float: right;
  margin-top: 26px;
  font-family:'UniversLTW01-67BoldCn';
  font-size: 14px;
  color: #1a3c6e;
  text-transform: uppercase;
}

/* Media Gallery */

.blog-hero.media-gallery {
  max-height: 211px;
}

.blog-hero.media-gallery img {
  margin-top: -205px;
}

.blog-hero.media-gallery .body-hero-text {
  height: 127px;
  min-height: 127px;
}

.blog-hero.media-gallery h1 {
  margin: 37px 0 25px;
  font-family: 'Avenir LT W01 95 Black';
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}

.media-gallery-nav ul {
  margin: 35px 0 25px;
  list-style: none;
}

.media-gallery-nav li {
  float: left;
  position: relative;
  width: 24.25%;
  height: 50px;
  margin-right: 1%;
  padding-top: 5px;
  font-family: 'Avenir LT W01 95 Black';
  font-size: 20px;
  color: #959595;
  text-transform: uppercase;
  border-bottom: 7px solid #959595;
  cursor: pointer;
}

.media-gallery-nav li:last-of-type {
  margin: 0;
}

.media-gallery-nav li.selected {
  color: #1a3c6e;
  border-bottom: 7px solid rgb(249,179,1);
}

.media-gallery-nav li img {
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.media-gallery-nav li img:last-of-type {
  display: none;
}

.media-gallery-nav li.selected img {
  display: none;
}

.media-gallery-nav li.selected img:last-of-type {
  display: block;
}

.gallery {
  display: none;
}

.gallery:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.gallery.selected {
  display: block;
}

.gallery ul {
  float: left;
  width: 101%;
  margin: 25px 0 55px;
}

.gallery li {
  position: relative;
  float: left;
  width: 24%;
  height: 175px;
  margin: 0 1% 1.4% 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}

.gallery li img {
  width: 100%;
  height: auto;
}

.gallery.doc-gallery img {
  height: 50px;
  width: auto;
  margin-bottom: 18px;
}

.gallery.doc-gallery p {
  padding: 5px 0;
  font-family:'Univers LT W01 55 Roman';
  font-size: 14px;
  color: #555;
  border-bottom: 1px dotted #ccc;
}

.gallery.doc-gallery p:last-of-type {
  border-bottom: 0;
}

.gallery.doc-gallery p.error {
  float: left;
  width: 100%;
  color: red;
  text-align: center;
}

.doc-gallery h4 {
  margin: 60px 0 20px;
  font-family: 'Univers LT W01 55 Roman';
  font-size: 22px;
  color: rgb(26,60,110);
  text-align: center;
}

.doc-gallery-form {
  float: left;
  width: 101%;
  margin: 25px 0 55px;
  background-color: rgba(0,0,0,.3);
}

.doc-gallery-form form {
  position: relative;
  max-width: 500px;
  min-height: 350px;
  margin: 25px auto 0;
}

form#av_forgot_form {
  min-height: 200px;
  margin-top: 50px;
}

.doc-gallery-form p {
  text-align: center;
}

.doc-gallery-form p a {
  color: rgb(26,60,110);
}

.gallery-nav {
  margin: 55px 0 100px;
  text-align: center;
}

.gallery-navi {
  display: inline-block;
  width: 57px;
  height: 57px;
  padding-top: 5px;
  font-family: courier;
  font-size: 40px;
  color: #aaa;
  border: 3px solid #aaa;
  border-radius: 50px;
  opacity: 0;
}

.gallery-navi:first-of-type {
  padding-right: 5px;
}

.gallery-navi:last-of-type {
  padding-left: 5px;
}

.photo-gallery > p {
  padding-top: 64px;
  margin-bottom: -10px;
  font-family: 'Univers LT W01 55 Roman';
  font-size: 16px;
  text-align: center;
}

.photo-gallery ul li {
  height: 150px;
}

.video-gallery ul li {
  cursor: pointer;
}

.gallery-description {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5%;
  color: #fff;
  background-color: rgba(0,0,0,.8);
}

.lightbox-video-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
}

.lightbox-video {
  display: none;
  position: fixed;
  top: 10%;
  left: 15%;
  z-index: 10000;
  width: 70%!important;
}

.lightbox-video iframe {
  width: 100%;
}

.lightbox-video-bg.show, .lightbox-video.show {
  display: block;
}

.media-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/play-btn.png');
  background-repeat: no-repeat;
  background-position: center;
}

.media-video:hover {
  background-image: url('images/play-btn-hover.png');
}

/* Applications */

.blog-hero.applications {
  height: 702px;
  max-height: 702px;
}

.blog-hero.applications .body-hero-text {
  padding-bottom: 110px;
}

.blog-hero.applications .half-container {
  position: relative;
}

.applications-hero-left, .applications-hero-right {
  float: left;
  position: relative;
  width: 50%;
  height: 702px;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.blog-hero.applications img {
  position: absolute;
}

.applications-hero-left > img, .applications-hero-right > img {
  max-height: 100%;
}

.blog-hero.applications h2 {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 37px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: default;
}

.applications-hero-left .app-nav, .applications-hero-right .app-nav {
  width: 57px;
  height: 57px;
  margin: 0 auto;
  padding-top: 5px;
  font-family: courier;
  font-size: 40px;
  color: #FFF;
  border: 3px solid #f9b301;
  border-radius: 50px;
}

.application-icon {
  position: relative;
  width: 57px;
  margin: 92px auto 0;
  cursor: pointer;
}

.application-icon img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.applications-hero-left .application-icon img:first-of-type {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.application-icon img:last-of-type {
  opacity: 0;
}

.applications-hero-left img {
  right: 0;
}

.applications-hero-left .half-container {
  float: right;
}

.applications-hero-right img {
  left: 0;
}

.applications-hero-right .half-container {
  float: left;
}

.applications-bottom {
  height: 249px;
  padding-top: 104px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.applications-bottom h2 {
  font-family: 'Avenir LT W01 95 Black';
  font-size: 25px;
  color: #1a3c6e;
  text-transform: uppercase;
}

.applications-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.applications-content-content {
  display: none;
  margin-top: 55px;
}

.applications-content-content > .container > * {
  float: left;
  width: 50%;
}

.applications-content-content > .container h2 {
  padding: 17px 2.5% 0 0;
  font-family:'Avenir LT W01 95 Black';
  font-size: 45px;
  line-height: 45px;
  color: #1a3c6e;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
}

.applications-content-content-right {
  padding-left: 2.5%;
  padding-bottom: 30px;
}

.applications-content-content-right p:first-of-type {
  margin: 0 0 23px -50%;
  padding: 12px 0 0 50%;
  width: 150%;
  border-top: 5px solid #f9b301;
}

.applications-content-content-right p {
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  line-height: 20px;
  color: #555;
  margin-bottom: 23px;
}

.applications-content-content-bottom {
  width: 100%;
  overflow: hidden;
  clear: both;
}

.applications-content-content-bottom img {
  width: 100%;
  height: auto;
}

/* Marine View */

.body.marine .applications-hero-left {
  width: 80.5%;
}

.body.marine .applications-hero-left .half-container {
  max-width: 76%;
}

.body.marine .applications-hero-right {
  width: 19.5%;
}

.body.marine .applications-hero-right .half-container {
  position: absolute;
  height: 618px;
  bottom: 0;
}

.body.marine .applications-hero-right h2 {
  position: absolute;
  top: 146px;
  left: -70px;
  margin: 0;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.body.marine .applications-hero-right .application-icon {
  margin: 318px 0 0 33px;
}

.body.marine .applications-hero-left .application-icon img:first-of-type, .body.terre .applications-hero-right .application-icon img:first-of-type {
  opacity: 0;
}

.body.marine .applications-hero-left .application-icon img:last-of-type, .body.terre .applications-hero-right .application-icon img:last-of-type {
  opacity: 1;
}

.body.marine .applications-content {
  height: auto;
}

.body.marine .applications-content-content:first-of-type {
  display: block;
}

.body.marine .applications-bottom, .body.terre .applications-bottom {
  height: 0;
  padding: 0;
}

/* Terrestrial View */

.body.terre .applications-hero-right {
  width: 80.5%;
}

.body.terre .applications-hero-right .half-container {
  max-width: 76%;
}

.body.terre .applications-hero-left {
  width: 19.5%;
}

.body.terre .applications-hero-left .half-container {
  position: absolute;
  height: 618px;
  bottom: 0;
}

.body.terre .applications-hero-left h2 {
  position: absolute;
  top: 101px;
  right: -69px;
  margin: 0;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.body.terre .applications-hero-left .application-icon {
  position: absolute;
  top: 220px;
  right: 33px;
  margin: 0;
}

.body.terre .applications-content {
  height: auto;
}

.body.terre .applications-content-content:last-of-type {
  display: block;
}

.show-contact {
  opacity: 1;
  z-index: 100;
}

/* Flexrotor page */

.flex-hero {
  -webkit-clip-path: polygon(0px 89%,50% 99%,100% 89%,100% 0px,0px 0px);
  clip-path: url(#clippolygon);
  z-index: 10;
}

.flex-slider {
  width: 100%;
  height: 625px;
  overflow: hidden;
  -webkit-clip-path: polygon(0px 89%,50% 100%,100% 89%,100% 0px,0px 0px);
  clip-path: url(#clippolygon);
}

.flex-slider-container img.flexnav {
  position: absolute;
  top: 235px;
  cursor: pointer;
}

.flex-slider-container img.flexnav:first-of-type {
  left: 5%;
}

.flex-slider-container img.flexnav:last-of-type {
  right: 5%;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.body-hero-text.flexrotor {
  height: auto;
}

.body-hero-text.flexrotor h2 {
  margin: 40px auto 44px;
}

.flex-slider .body-hero-text.flexrotor h2 {
  font-size: 26px;
}

.flex-slides, .flex-slide {
  height: 100%;
  margin: 0;
  padding: 0;
}

.flex-slides {
  position: relative;
}

.flex-slide {
  position: absolute;
  width: 100%;
  top: 0;
  list-style: none;
}

.flex-slide.inactive {
  margin-left: 100%;
}

.flex-slide.hide-left {
  margin-left: -100%;
}

.flex-slide.active {
  margin-left: 0;
}

.flex-slide.animate {
  -webkit-transition: all .75s ease-in-out;
  -moz-transition: all .75s ease-in-out;
  -o-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out;
}

.flex-slide img {
  width: 100%;
  height: auto;
}

.flex-content-top {
  width: 100%;
  -webkit-clip-path: polygon(0px 93%,50% 100%,100% 93%,100% 0px,0px 0px);
  clip-path: url("#clipPolygon");
  background: #FFF;
  z-index: 10;
}

.flex-content-top h2 {
  margin: 53px 0 15px;
  font-family: 'Avenir LT W01 95 Black';
  font-size: 36px;
  line-height: 45px;
  color: #1a3c6e;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.flex-gallery-nav {
  height: 50px;
}

.flex-gallery-nav ul {
  margin: 35px 0 25px;
  list-style: none;
}

.flex-gallery-nav li {
  float: left;
  position: relative;
  width: 24.25%;
  height: 50px;
  margin-right: 1%;
  padding-top: 5px;
  font-family: 'Avenir LT W01 95 Black';
  font-size: 20px;
  color: #959595;
  text-transform: uppercase;
  border-bottom: 7px solid #959595;
  cursor: pointer;
}

.flex-gallery-nav li:last-of-type {
  margin: 0;
  display: none;
}

.flex-gallery-nav li.selected {
  color: #1a3c6e;
  border-bottom: 7px solid rgb(249,179,1);
}

.flex-gallery-nav li img {
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.flex-gallery-nav li img:last-of-type {
  display: none;
}

.flex-gallery-nav li.selected img {
  display: none;
}

.flex-gallery {
  display: none;
}

.flex-gallery.active {
  display: block;
}

.flex-gallery-nav li.selected img:last-of-type {
  display: block;
}

.flex-gallery-content {
  display: inline-block;
  width: 49.5%;
  padding: 35px .2% 0 0;
  padding-right: .2%;
  margin-bottom: 200px;
  vertical-align: top;
}

.flex-gallery-content:last-of-type {
  padding: 33px 0 0 .3%;
}

.flex-gallery-content h3 {
  font-family: 'Avenir LT W01 95 Black';
  font-size: 45px;
  line-height: 45px;
  color: #1a3c6e;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
}

.flex-gallery-content img {
  max-width: 100%;
}

.flex-gallery-content p {
  margin-bottom: 10px;
  font-family: 'Univers LT W01 55 Roman';
  font-size: 16px;
  line-height: 24px;
  color: #555;
}

.flex-content-bottom {
  margin-top: -9%;
  padding-top: 9%;
  background-color: rgb(35,64,106);
}

.flex-bot-left {
  display: inline-block;
  width: 24.5%;
  padding-top: 60px;
  vertical-align: top;
}

.flex-bot-left ul li {
  position: relative;
  width: 100%;
  height: 77px;
  list-style: none;
  cursor: pointer;
}

.flex-bot-left ul li > p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 40px 16px 0;
  color: rgba(26,60,110,.5);
  border-bottom: 7px solid rgba(26,60,110,.5);
  font-family: 'Univers LT W01 55 Roman';
}

.flex-bot-left ul li.selected > p {
  color: rgb(26,60,110);
  border-bottom: 7px solid rgb(249,179,1);
}

.flex-bot-left ul li > div {
  position: absolute;
  height: 26px;
  width: 26px;
  right: 10px;
  bottom: 20px;
  border: 2px solid rgba(26,60,110,.5);
  border-radius: 50px;
}

.flex-bot-left ul li.selected > div {
  border: 2px solid rgb(249,179,1);
}

.flex-bot-left ul li > div > div {
  width: 16px;
  height: 16px;
  margin: 3px;
  background-color: rgba(26,60,110,0);
  border-radius: 50px;
}

.flex-bot-left ul li.selected > div > div {
  background-color: rgb(249,179,1);
}

.flex-bot-right {
  display: inline-block;
  width: 74.5%;
  padding: 46px .5% 150px 0;
  vertical-align: top;
}

.flex-bot-right-single {
  display: none;
  padding: 0 0 0 10px;
}

.flex-bot-right-single.selected {
  display: block;
}
.flex-bot-right-single .flex-table{
  font-family: 'Univers LT W01 55 Roman';
}
.flex-bot-right-single .flex-table h2 {
  margin-top: 30px;
  font-size: 28px;
  color: #1a3c6e;
  text-align: left;
  text-transform: uppercase;
}

.flex-bot-right-single .flex-table > div > span {
  margin: 5px 0 13px;
  color: #1a3c6e;
  text-transform: uppercase;
}

.flex-bot-right-single .flex-table > p {
  width: 65.5%;
  padding: 8px;
  color: rgb(35,64,106);
  background: rgba(0,0,0,0);
}

.flex-bot-right-single.alt > p {
  padding-left: 2em;
}

.flex-bot-right-single.alt > p:last-of-type {
  margin-top: 45px;
  font-size: 20px;
}

table.tablepress td {
  border: 0!important;
}

table.tablepress .odd td {
  color: #1a3c6e;
  background-color: #f9b301;
}

table.tablepress .even td {
  color: #fff;
  background-color: #1a3c6e;
}

.flex-content-bottom table.tablepress .even td {
  color: #1a3c6e;
  background-color: rgba(0,0,0,0);
}

.flex-bot-right h3 {
  width: 100%;
  padding: 0 0 9px;
  margin-bottom: 36px;
  font-family: 'Avenir LT W01 95 Black';
  font-size: 36px;
  color: #1a3c6e;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 5px solid rgb(249,179,1);
}

.flex-bot-right-single > img {
  width: 65.6%;
  height: auto;
  margin: 0 0 16px;
}

.flex-bot-right-single > p {
  font-family:'Univers LT W01 55 Roman';
  font-size: 16px;
  line-height: 20px;
  color: #1a3c6e;
}

.flex-bot-right table {
  width: 65.6%;
  margin-bottom: 0;
}

.blog-text img {
  max-width: 100%;
}

.single-text {
  margin: 25px 0;
}

/* Frontpage Slider */

.frontpage-slider, .frontpage-slide {
  position: relative;
  height: 690px;
}

.frontpage-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.frontpage-slide.active {
  z-index: 2;
  opacity: 1;
}

/* Careers */

.careers {
  padding: 15px 0;
  border-bottom: 1px dotted rgb(155,155,155);
}

.careers:last-of-type {
  border: 0;
}

.careers h2 {
  color: #1a3c6e;
}

/* Categories Box */

.categories-box {
  width: 100%;
  padding-bottom: 30px;
}

.categories-box li {
  float: left;
  position: relative;
  width: 28.25%;
  height: 50px;
  margin-right: 1%;
  padding-top: 5px;
  font-family: 'Avenir LT W01 95 Black';
  font-size: 20px;
  color: #959595;
  text-transform: uppercase;
  border-bottom: 7px solid #959595;
  list-style: none;
  cursor: pointer;
}

.twitter-timeline {
  margin-top: 15px!important;
}

#load-more {
  display: block;
  height: 40px;
  max-width: 250px;
  margin: 0 auto;
}

@media (max-width: 320px) {
	.body-hero > img {
		height: 100%;
	}
	.body-hero-text {
		min-height: 100%!important;
	}
	.body-hero-text h2 {
		margin-top: 50%!important;
	}
	img.frontpage-arrows {
		position: absolute;
		top: 55%;
		width: 40px;
		height: auto;
	}
	img.frontpage-arrows.right {
		right: 5px;
	}
	img.frontpage-arrows.left {
		left: 5px;
	}
	.categories-box li {
		margin-left: 5px;
		border-bottom: 0px solid #959595;
	}
	.blog-archive-image-container {
		height: 140px!important;
	}
}


@media (max-width: 640px) {
  .login-link {
    display: none;
  }
}