
body{
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  opacity: 1;
  transition: .3s opacity;
}

body.fade-out {
    opacity: 0;
    transition: none;
    transition: .6s opacity;
    background-color:#191919;
    background-image:url('../images/amc_loading.gif');
    background-repeat: no-repeat;
    background-position: center 50px;
}

#myModal a{
    color:#337ab7!important;
}

.go-away{
  cursor:pointer;
}

#total_wr{
  margin:auto;
}

img{
  max-width: 100%
}

/**************/

.top-bar-menu{
  /*background-color: rgba(0, 0, 0, 0.6);
  border-bottom:1px solid rgba(0, 0, 0, 0.8);*/
  color:#fff;
  position: fixed;
  z-index: 999;
  width: 100%;
  transition:all linear .2s;
}

.logo{
  height:80px;
  width:200px;
  background-image:url('../images/Logo-Flyleo.png');
  background-repeat:no-repeat;
  background-position:20px center;
  background-size:100px auto;
  transition:all linear .2s;
}

.logodark{
  height:50px!important;
  background-image:url('../images/Logo-Flyleo-blue.png')!important;
  background-size:80px auto!important;
  transition:all linear .2s;
}

.secondbar{
  background: #ffffff!important;
  box-shadow: 0 8px 6px -9px #999;
  transition:all linear .2s;
  border-bottom:transparent;
}


.top-content{
  max-width: 1200px;
  margin:auto;
  font-weight: 500;
}

.top-content .navbar-default{
  background-color: transparent;
  border:none;
  border-radius: 0;
}

.top-content .navbar{
  margin-bottom:0;
  min-height:80px;
  transition:all linear .2s;
}

.top-content .navbarrel{
  min-height:50px!important;
  transition:all linear .2s;
}
.top-content .navbarrel .nav > li > span,.top-content .navbarrel .nav > li > a{
  margin-top:0;
  padding:15px 20px!important;
  transition:all linear .2s;
}

.navbar-default .navbar-nav > li > a{
  color:#fff;
  position: relative;
}

.top-content .navbarrel .nav > li > a{
  color:#154265;
  position: relative;
}

.top-content .navbarrel .nav > li > a, .top-content .navbarrel .nav > li > a:hover, .top-content .navbarrel .nav > li > a:focus,.top-content .navbarrel .nav > li > a:active{
  color:#154265!important;
  background-color: transparent;
}

.nav a:after{
  position: absolute;
  left: 50%;
  right: 50%;
  bottom:5px;
  height: 1px;
  content:'';
  border-bottom:3px solid #154265;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.nav a.current:after{
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  left: 20%;
  right: 20%;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color:#fff;
}

.nav > li > span,.nav > li > a {
  position: relative;
  display: block;
  margin-top:10px;
  padding: 20px 20px;
  font-size: 14px;
  transition:all linear .2s;
}

.navbar-collapse{
  border:none;
}

/*********************/

/*********************/

.wrapper_body{
  padding-top:50px;
}

/*********************/

.main-container{

}

.page-head,.content_main{
  max-width: 1200px;
  margin:auto;
}

.content_main{
  padding:50px 20px;
}

.main-container-dark{
  background-color: #1c1c1c;
  color:#fff;
}

.followus a .fa{
  color:#fff;
  background-color: #154265;
  height:30px;
  width: 30px;
  display:inline-block;
  line-height: 30px;
  margin-left:20px;
  text-align: center;
}

.navbar-default a.navbar-toggle{
  color:#fff;
  border-radius:0;
  border-right: 1px solid #666;
}
/*
a.navbar-toggle{
color:#fff;
border-radius:0;
border-right: 1px solid #000;
}*/

.navbar-toggle{
  border:none;
  padding:9px 15px;
  margin-right: 0px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: transparent;
}

.take-icon{

}

.namefield{
  display: none;
}
.help-block{
  font-size:11px;
  font-style: italic;
  color:red;
}

.sectionfirstcontent{

}

.sectioncontent{
  padding-top:80px;
}

h2.icon{
  margin:10px 0;
  font-size:50px;
}

.marginbottom{
  margin-bottom:70px;
}

.startdiv{
  background-image: url('../images/aereo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height:200px;
}

.stratactions{
  padding:250px 0 100px;
  text-align: center;
  color:#fff;
}

.stratactions h2{
  font-size:3em;
  margin-top:0;

}
.stratactions h3{
  font-size:2.5em;
  font-weight: 100;
  margin-bottom:30px;
}

.stratactions button{
  border-radius: 0;
}

.btn-white{
  background-color:transparent;
  color:#fff;
  border:2px solid #fff;
  margin-right:20px;
  transition:all linear .3s;
}

.btn-flyleo{
  background-color:#154265;
  color:#fff;
  border:2px solid #154265;
  vertical-align: top;
  transition:all linear .3s;
  border-radius: 0;
}

.btn-flyleo:focus,.btn-flyleo:hover{
  background-color:#fff;
  color:#154265;
  border:2px solid #154265;
  transition:all linear .3s;
}

.btn-white:focus,.btn-white:hover{
  background-color:#fff;
  transition:all linear .3s;
}

.medium-margin{
  margin-bottom:20px;
}

h5.heading{
  margin-bottom: 10px;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  color:#1767a5;
}
h2.topheading{
  font-weight: 300;
  margin-bottom: 10px;
  font-size:42px;
}
p.intropage{
  font-size: 18px;
  color: #a9a9a9;
}

.singletask{
  margin-bottom:20px;
}

.singletask h5{
  text-transform: uppercase;
  color:#1767a5;
  font-size:12px;
  font-weight: 600;
}

.singletask h4{
  font-size:20px;
  font-weight: 600;
}

.aboutsub{
  background-image: url('../images/plane.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:60px 0 30px;
}

.aboutsub p{
  color:#1767a5;
  font-weight: 600;
}

.aboutsub h3{
  color: #ffffff;
  line-height: 45px;
  margin: 0 5% 30px;
  font-size: 28px;
}

.aboutsub i{
  color:rgba(255,255,255,0.1);
}

.goodpoint{
  margin-bottom:5px;
  padding-left: 20px;
  position: relative;
}
.goodpoint:before{
  font-family: 'FontAwesome';
  content: "\f00c";
  color:#1767a5;
  position: absolute;
  top:2px;
  left:0;
  font-size: 12px;
}

.servicerow{
  background:#f5f5f5;
}

.service{
  padding: 50px 30px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;

}

.service h2{
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.service:hover {
  background: #1767a5;
  color:#fff;
}
.service:hover h2 {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  color:#fff;
}
.service h4 {
  margin-bottom: 10px;
  font-size: 24px;
}

.service:hover hr{
  background: #fff;
  width: 50%;
}

.service hr {
  width: 45px;
  height: 3px;
  background: #1767a5;
  margin: 0 auto 20px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  border: none;
}

#emailbis{
  display:none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  color:inherit;
  background: inherit;
}

.service p{
  line-height: 24px;
  font-size:13px;
  font-weight: 600;
}

.contactrow{
  background-color: #fff;
  border-top:1px solid #eee;
}

.statscounter{
  background-image: url('../images/stats.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:60px 0 30px;
}

.singlestat h2{
  color: #1767a5;
  margin-bottom: 6px;
  font-size: 42px;
}

.singlestat h3{
  color: #fff;
  font-size: 32px;
  margin:0 0 6px;
}

.singlestat p{
  color: #fff;
  font-size:13px;
}

.formemail{
  padding: 25px 30px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #ffffff;
}

.formemail h4{
  margin-bottom:0 0 10px;
  font-size:24px;
}
.formemail p{
  margin-bottom:25px;
}

.contactdetails h4{
  font-size: 25px;
  margin-bottom: 15px;
}
.contactdetails i{
  display:inline-block;
  text-align: center;
  width:30px;
  margin-right:10px;
  font-size: 20px;
  vertical-align: middle;
}

.contactdetails p{
  margin-bottom:15px;
}

.socialicons a{
  display:inline-block;
  margin-right:20px;
}

.socialicons i{
  display:inline-block;
  font-size:32px;
}

.footer-row{
  background: #121416;
  padding:0px 0;
  color:#a6a6a6;
}

.footer-row p{
  margin-bottom:10px;
}

.footer-row a{
  display:inline-block;
  margin:0 5px 0 0;
  color:#fff;
  text-decoration:none;
}

.footer-row a:hover{
  color:#1767a5;
}

.feedback{
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  padding: 20px;
}

.feedback .client{
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px solid #f5f5f5;
  font-size:11px;
  line-height: 24px;
  color:#535353;
}

.feedback .client p{
  margin:0;
}

.feedback .client img{
  vertical-align: middle;
  display:inline-block;
  margin-right:5px;
}

.avatarcomment{
  max-height: 27px;
  border-radius: 50%;
}

.developing{
  background-image: url('../images/developing.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:60px 0 30px;
  color:#fff;
}

.developing h3 {
    color: #ffffff;
    line-height: 45px;
    margin: 0 5% 30px;
    font-size: 28px;
}

.developing i {
    color: rgba(255,255,255,0.5);
}

.developing p{
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

/*************/

/* carousel */
#quote-carousel
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
  background: #333333;
}

/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/********/

@media (max-width: 768px) {

  html::-webkit-scrollbar {
    display: none;
  }

  .navbar-default a.navbar-toggle{
    border-right: 1px solid #73a3c9;
  }

  .top-bar-menu {
    background-color: rgba(16,72,115, 0.9)!important;
  }

  .logo{
    background-size:80px auto;
    height:50px;
    background-image:url('../images/Logo-Flyleo.png')!important;
  }

  .nav > li > span, .nav > li > a{
    padding:10px 20px;
  }

  .nav a:after{
    position: absolute;
    left: 0!important;
    right: auto!important;
    bottom: 5px;
    height: auto;
    top: 5px;
    content: '';
    border-left: 5px solid green;
    border-bottom:0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  /*
  .navbar-nav > .active > a:after {
  position: absolute;
  left: 22px;
  bottom: 5px;
  text-align: left;
  }*/

  a.navbar-brand{
    padding:0!important
  }

  .navbar-brand img{
    max-height:30px;
  }

  .top-content .navbar{
    min-height: 50px!important;
  }

  .top-content .navbarrel .nav > li > a, .top-content .navbarrel .nav > li > a:hover, .top-content .navbarrel .nav > li > a:focus, .top-content .navbarrel .nav > li > a:active{
    color:#fff!important;
  }
  
  .mobreturn{
      display:block;
      margin-bottom:5px;
  }
}

/*********** LOADER ********/

#loadingcontainer{
  position:fixed;
  top:0;
  bottom:0;
  width: 100%;
  background-color: #154265;
  z-index:9999999;
  transition:all linear .2s;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.7em;
  margin-left: -2.7em;
  width: 5.4em;
  height: 5.4em;
  background-color: #154265;
}

#hill {
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  top: 1.7em;
  left: 1.7em;
  background-color: transparent;
  border-left: .25em solid whitesmoke;
  transform: rotate(45deg);
}

#hill:after {
  content: '';
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  left: 0;
  background-color: #154265;
}

#box {
  position: absolute;
  left: 0;
  bottom: -.1em;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: .25em solid whitesmoke;
  border-radius: 15%;
  transform: translate(0, -1em) rotate(-45deg);
  animation: push 2.5s cubic-bezier(.79, 0, .47, .97) infinite;
}

@keyframes push {
  0% {
    transform: translate(0, -1em) rotate(-45deg);
  }
  5% {
    transform: translate(0, -1em) rotate(-50deg);
  }
  20% {
    transform: translate(1em, -2em) rotate(47deg);
  }
  25% {
    transform: translate(1em, -2em) rotate(45deg);
  }
  30% {
    transform: translate(1em, -2em) rotate(40deg);
  }
  45% {
    transform: translate(2em, -3em) rotate(137deg);
  }
  50% {
    transform: translate(2em, -3em) rotate(135deg);
  }
  55% {
    transform: translate(2em, -3em) rotate(130deg);
  }
  70% {
    transform: translate(3em, -4em) rotate(217deg);
  }
  75% {
    transform: translate(3em, -4em) rotate(220deg);
  }
  100% {
    transform: translate(0, -1em) rotate(-225deg);
  }
}
