/* 
Created on : 2016-07-20, 11:02:18
Author     : Maciek
*/


/*Loader*/
.loader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999; 
  width: 100%;
  height: 100%;
}



.cssload-loader {
	position: relative;
	left: calc(50% - 68px);
        top: 30%;
	width: 136px;
	height: 136px;
	border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
	perspective: 1700px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
	border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
        -o-animation: cssload-rotate-one 1.15s linear infinite;
        -ms-animation: cssload-rotate-one 1.15s linear infinite;
        -webkit-animation: cssload-rotate-one 1.15s linear infinite;
        -moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 6px solid rgb(12,20,43);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
        -o-animation: cssload-rotate-two 1.15s linear infinite;
        -ms-animation: cssload-rotate-two 1.15s linear infinite;
        -webkit-animation: cssload-rotate-two 1.15s linear infinite;
        -moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 6px solid rgb(155,155,155);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
        -o-animation: cssload-rotate-three 1.15s linear infinite;
        -ms-animation: cssload-rotate-three 1.15s linear infinite;
        -webkit-animation: cssload-rotate-three 1.15s linear infinite;
        -moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 6px solid rgb(23,77,163);
}

.loadercaption{
    color: #0C142b;
    font-weight: 400;
    font-size: 1.8em;
    text-align: center;
    top: 30%;
    position: relative;
}

@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}


/*------------------------------------PAGE STYLES-------------------------------------------------*/

body {
    font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-size: 1.6em;
    color: #000000;
    width: auto;
    height: 100%;
    
}

a {
    color: #0C142b;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0C142b;
    text-decoration: underline;
}

html {
  width: 100%;
  height: 100%;
}

.container_offset {
    margin-bottom: 100px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}


/*Logo*/
.logo-change{
    background-repeat: no-repeat;
    height: 72px;
    width: 283px;
}


.logo-white{
    background-image: url(../images/logo/Logo_white.png); 

}

.logo-blue{
    background-image: url(../images/logo/Logo_blue.png); 

}

@media (max-width: 767px) {
   .logo-change{ 
        background-repeat: no-repeat;
        height: 40px;
        width: 198px;
        background-image: url(../images/logo/Logo_blue.png); 
   }
}
/*Navbar*/
.navbar-default {
  margin-bottom: 0px;
  background-color: #fff;
  z-index: 99;
  }
  
.navbar-default a {
  color: #161a3c;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #161a3c;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #161a3c;
    }

}

.navbar-default .navbar-toggle {
  background-color: #161a3c;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active {
  outline: none;
  background-color: #161a3c;
}

.navbar-default .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #161a3c;
  border-bottom: solid 3px transparent;
  -webkit-transition: border  0.7s ease-in-out;
  -moz-transition:  border 0.7s ease-in-out;
  transition:  border 0.7s ease-in-out;
}

@media (min-width: 768px) {
    .navbar-white-add {

    }

    .navbar-white{
        color: #fff !important;
        border-bottom: solid 3px transparent !important;
        -webkit-transition: border  0.7s ease-in-out;
        -moz-transition:  border 0.7s ease-in-out;
        transition:  border 0.7s ease-in-out;
    }

    .navbar-white:hover {
        border-bottom: solid 3px #fff !important;
    }
}

@media (min-width: 768px) {
.navbar-default .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #161a3c;
  border-bottom: solid 3px transparent;
  -webkit-transition: border  0.7s ease-in-out;
  -moz-transition:  border 0.7s ease-in-out;
  transition:  border 0.7s ease-in-out;
  }
  
}

.navbar-default .nav li a:hover {
  color: #161a3c;
  outline: none;
  font-weight: 900;
  background-color: transparent;
  border-bottom: solid 3px #161a3c;
}

.navbar-default .nav li a:focus,
.navbar-default .nav li a:active {
  outline: none;
  background-color: transparent;
  color: #161a3c;
}

.navbar-default .nav li.active {
  outline: none;
  background-color: transparent;
}

.navbar-default .nav li.active a {
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #161a3c;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #161a3c;
}

.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {
    background-color: transparent;
    border-color: #161a3c;
}

.navbar {
    margin-bottom: 0px;
    border: 1px solid transparent;
    min-height: 40px;
}

.navbar-brand {
    float: left;
    height: 80px;
    padding-top:  10px;
    font-size: 18px;
    line-height: 0px;
}

.navbar-default .navbar-brand:focus {
  outline: none;
}

.navbar navbar-nav{
    position: relative;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-nav {
    margin: 0px -15px;
}

.navbar-nav li  {
    padding-left: 5px;
    padding-right: 5px;
}


@media (min-width: 768px) {
    .navbar-nav > li > a {
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/*dropdown show on hover*/
@media (min-width: 768px) {
    .dropdown .dropdown-menu {
      display: block;
      visibility: hidden;
      opacity: 0;
      transition:         all 0.5s  ease;
      -moz-transition:    all 0.5s  ease;
      -webkit-transition: all 0.5s  ease;
      -o-transition:      all 0.5s  ease;
      -ms-transition:     all 0.5s  ease;
      box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

    .dropdown:hover .dropdown-menu {
      visibility: visible;
      opacity: 1;
    }
    
    .dropdown {
      display: inline-block;
    }
    
}

/*----------------------------------NAVBAR PILOTCENTER PAGE---------------------------*/

.navbar-default-blue {
  margin-bottom: 0px;
  background-color: #1c142b;
  z-index: 99;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }
  
.navbar-default-blue a {
  color: #161a3c;
}

@media (max-width: 767px) {
    .navbar-default-blue .navbar-nav .open .dropdown-menu>li>a {
      color: #fff;
    }

    .navbar-default-blue .navbar-collapse, .navbar-default .navbar-form {
        border-color: #fff;
    }
    
    .navbar-default-blue .nav li a:focus,
    .navbar-default-blue .nav li a:active {
        outline: none;
        background-color: transparent;
        color: #fff;
    }
}

.navbar-default-blue .navbar-toggle .icon-bar {
    background-color: #1c142b;
}

.navbar-default-blue .navbar-toggle {
  background-color: #fff;
}

.navbar-default-blue .navbar-toggle:focus,
.navbar-default-blue .navbar-toggle:hover,
.navbar-default-blue .navbar-toggle:active {
  outline: none;
  background-color: #fff;
}

.navbar-default-blue .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #fff;
  border-bottom: solid 3px transparent;
  -webkit-transition: border  0.7s ease-in-out;
  -moz-transition:  border 0.7s ease-in-out;
  transition:  border 0.7s ease-in-out;
  margin-top:0px;
}


.navbar-default-blue .nav li a:hover {
  color: #fff;
  outline: none;
  font-weight: 900;
  background-color: transparent;
  border-bottom: solid 3px #fff;
}

.navbar-default-blue .nav li a:focus,
.navbar-default-blue .nav li a:active {
  outline: none;
  background-color: transparent;
  color: #fff;
}

.navbar-default-blue .nav li.active {
  outline: none;
  background-color: transparent;
}

.navbar-default-blue .nav li.active a {
  background-color: transparent;
}

.navbar-default-blue .navbar-nav>.open>a, 
.navbar-default-blue .navbar-nav>.open>a:hover,
.navbar-default-blue .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default-blue .navbar-nav>.active>a, 
.navbar-default-blue .navbar-nav>.active>a:hover,
.navbar-default-blue .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #fff;
}


.navbar-default-blue .navbar-brand:focus {
  outline: none;
}

@media (min-width: 768px) {
    .navbar-default-blue .nav li a {
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      color: #161a3c;
      border-bottom: solid 3px transparent;
      -webkit-transition: border  0.7s ease-in-out;
      -moz-transition:  border 0.7s ease-in-out;
      transition:  border 0.7s ease-in-out;
    }
  
    .navbar-default-blue .nav li a:hover {
      color: #161a3c;
      outline: none;
      font-weight: 900;
      background-color: transparent;
      border-bottom: solid 3px #161a3c;
    }

    .navbar-default-blue .nav li a:focus,
    .navbar-default-blue .nav li a:active {
      outline: none;
      background-color: transparent;
      color: #161a3c;
    }
    
    .navbar-default-blue .navbar-nav>.open>a, 
    .navbar-default-blue .navbar-nav>.open>a:hover,
    .navbar-default-blue .navbar-nav>.open>a:focus {
       color: #161a3c;
       background-color: transparent;
    }

    .navbar-default-blue .navbar-nav>.active>a, 
    .navbar-default-blue .navbar-nav>.active>a:hover,
    .navbar-default-blue .navbar-nav>.active>a:focus {
        background-color: transparent;
        color: #161a3c;
    }
    
}


.logo {
    background-image: url(../images/logo/Logo_white.png); 
    background-size: 198px;
    background-repeat:no-repeat;
    height: 50px;
    width: 198px;
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
     position: relative;
}

.logo_size_move {
    margin-top: 10px;
    height: 40px;
    width: 156px;
    background-size: 156px;
    background-repeat:no-repeat;
    opacity: 0;
    transition:         all 0.1s  ease-in-out;
    -moz-transition:    all 0.1s  ease-in-out;
    -webkit-transition: all 0.1s  ease-in-out;
    -o-transition:      all 0.1s  ease-in-out;
    -ms-transition:     all 0.1s  ease-in-out;
    visibility: hidden;
}

.logo_size_move_back {
    background-size: 198px;
    background-repeat:no-repeat;
    height: 50px;
    width: 198px;
    opacity: 1;
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;


}


.menu{
    opacity: 1;
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
}

.menu_display{
    visibility: hidden;
    opacity: 0;
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
}

.menucontainer_logo{
    background-image: url(../images/logo/Logo_white.png); 
    background-size: 156px;
    background-repeat:no-repeat;
    background-position: center; 
    height: 40px;
    opacity: 1;
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
}


/*Sections*/


/*Move up div*/

.btn_up{
    color: #ffffff;
    background-color: #0C142b;
    border-color: #0C142b;
    font-weight: 200;
    font-size: 0.7em;
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
    margin-top:40px;
    margin-bottom:0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 10px;
/*    -moz-animation-duration: 3s;
    -moz-animation-delay: 2s;
    //-moz-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 3s;*/
    //-webkit-animation-iteration-count: infinite;
}

.btn_up .glyphicon{
    font-size: 2em;
}

.btn_up>a {
    color: #ffffff;
    text-decoration: none;
}

.btn_up:hover,
.btn_up:focus {
    text-decoration: underline;
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    color: #ffffff;
}

.btn_up i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  padding-right: 2px;
  padding-left: 2px;
}

.btn_up:hover i.animated,
.btn_up:focus i.animated { 
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}



/*Intro*/

@media (min-width: 768px){
.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0px;
    text-align: center;
    background-image: url(../images/f_page/front_page_photo.jpg);
    background-position: bottom center;
    background-repeat: no-repeat; 
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    }
}

@media (max-width: 767px){
 .intro {
    width: auto;
    min-height: 600px;
    padding-top: 150px;
    text-align: center;
    background-image: url(../images/f_page/front_page_photo.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    } 
}


.intro .intro-section {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-section h1{
    font-size: 3em;
    margin: 0 0 20px;
}

.intro .intro-section h2{
    font-size: 2.1em;
    margin: 0 0 20px;
}

.intro_white{
    color: #fff;
}

/*Button join_us*/

.btn_join_us {
    color: #ffffff;
    background-color: #0C142b;
    border-color: #0C142b;
    font-weight: 400;
    font-size: 1.5em;
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
    margin-top:20px;
    margin-bottom:20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 40px;
    margin-right: 40px;
    -moz-animation-duration: 3s;
    -moz-animation-delay: 2s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 3s;
    //-webkit-animation-iteration-count: infinite;
    -o-animation-duration: 3s;
    -o-animation-delay: 3s;
    //-o-animation-iteration-count: infinite;
    -ms-animation-duration: 3s;
    -ms-animation-delay: 3s;
    //-ms-animation-iteration-count: infinite;
}

.btn_more {
    color: #ffffff;
    background-color: #0C142b;
    border-color: #0C142b;
    font-weight: 400;
    font-size: 1.5em;
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
    margin-top:20px;
    margin-bottom:20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 40px;
    margin-right: 40px;
    -moz-animation-duration: 3s;
    -moz-animation-delay: 2s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 5s;
    //-webkit-animation-iteration-count: infinite;
    -o-animation-duration: 3s;
    -o-animation-delay: 5s;
    //-o-animation-iteration-count: infinite;
    -ms-animation-duration: 3s;
    -ms-animation-delay: 5s;
    //-ms-animation-iteration-count: infinite;
}

.btn_join_us>a,
.btn_more>a {
    color: #ffffff;
    text-decoration: none;
}

.btn_join_us:hover,
.btn_join_us:focus,
.btn_more:hover,
.btn_more:focus {
    text-decoration: underline;
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.24), 0 10px 30px 0 rgba(255,255,255,0.8);

}



/*Section genaeral*/
@media (min-width: 1024px){
.section{
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px; 
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background: #fff;
    } 

.section70{
    width: 100%;
    min-height: 70%;
    margin-top: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background: #fff;
    }     
 
.section60{
    width: 100%;
    min-height: 60%;
    margin-top: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background: #fff;
    }     

.section40{
    width: 100%;
    min-height: 40%;
    margin-top: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background: #fff;
    }       
}

@media (max-width: 1023px){
.section{
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background: #fff;
    }

.section70{
    width: 100%;
    min-height: 70%;
    margin-top: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background: #fff;
    }     
    
.section60{
    width: 100%;
    min-height: 60%;
    margin-top: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background: #fff;
    } 
    
.section40{
    width: 100%;
    min-height: 40%;
    margin-top: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background: #fff;
    } 
}

.Staffinview1{
    
}

.Staffinview2{
      
}


/*-----------------------------------Blank-------------------------------------*/
#Blank::before{
    content: '';
    position: absolute;
    background: #0C142b;
    z-index: 0;
    top: 0;
    left: 0;
    transform-origin: left bottom;
    transform: skewY(-2deg);
    height: 15%;
    width: 100%;
}

/*About*/

@media (max-width: 767px){
.Statistic_box{
    float: left;
    border: solid 2px #161a3c;
    margin: 10px 5px 10px 5px;
    height: 160px;
    width: 150px;
    border-radius: 25px;
    padding: 20px 0 20px 0;
    }
}

.About_us-section {
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em;
    background: #ffffff;
}
  
.About_us-section h1 {
  font-size: 2.2em;
  font-weight: 400;
  margin: 40px 0 40px;
}

@media (min-width: 768px){
.Statistic_box{
    border: solid 2px #161a3c;
    margin: 20px 20px 20px 20px;
    height: 160px;
    width: 150px;
    border-radius: 25px;
    padding: 20px 0 20px 0;  
    float: left;
    }   
}

.Statistic_box:hover {
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.5);
}

.delay1_5s {
    //-moz-animation-duration: 2s;
    -moz-animation-delay: 1.5s;
    //-webkit-animation-duration: 3s;
    -webkit-animation-delay: 1.5s;
    //-o-animation-duration: 3s;
    -o-animation-delay: 1.5s;
    //-ms-animation-duration: 3s;
    -ms-animation-delay: 1.5s;
}

.delay0_5s {
    //-moz-animation-duration: 2s;
    -moz-animation-delay: 0.5s;
    //-webkit-animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    //-o-animation-duration: 3s;
    -o-animation-delay: 0.5s;
    //-ms-animation-duration: 3s;
    -ms-animation-delay: 0.5s;

}

.delay1s {
    //-moz-animation-duration: 2s;
    -moz-animation-delay: 1s;
    //-webkit-animation-duration: 3s;
    -webkit-animation-delay: 1s;
    //-o-animation-duration: 3s;
    -o-animation-delay: 1s;
    //-ms-animation-duration: 3s;
    -ms-animation-delay: 1s;

}

.Statistic_box .img-responsive {
    margin: 0 auto;
}

 .Statistic_box .ST_num {
    font-size: 1.28em;
    font-weight: 600;
    margin: 0px 0 10px;
    
}


/*Map*/

.Map_section {
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em;
    background: #0C142b;
    margin-top: 0px;
    padding-top: 0px;
    
}

.Map_section .row{
    margin-left: 0px;
    margin-right: 0px;
   
}


/*Fleet*/

.Fleet_section h1 {
  font-size: 2.2em;
  font-weight: 400;
}

@media (max-width: 767px){
    .Fleet_section{
        height: auto;  
    }
}

#Fleet  {
    font-size: 1.2em;
    text-align: center;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

#Fleet::after{
  content: '';
  position: absolute;
  background: #0C142b;
  z-index: 0;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: skewY(-2deg);
  height: 5%;
  width: 100%;
}

@media (max-width: 767px){
    
    #Fleet::after{
       content: '';
       position: absolute;
       background: #0C142b;
       z-index: 0;
       bottom: 0;
       left: 0;
       transform-origin: right top;
       transform: skewY(-2deg);
       height: 5%;
       width: 100%;
    }
}

.top_buffer_fleet { 
    margin-top: 20px;
    margin-bottom: 20px; 
}

.thumbnail {
    border: 1px solid #0C142b;
}

.thumbnail>img, .thumbnail a>img {
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
}



/*Staff*/

.Staff_section h1 {
  font-size: 2.2em;
  font-weight: 400;
  padding-top: 0px;
}

@media (max-width: 767px){
    .Staff_section{
        height: auto;  
    }
}

#Staff {
    font-size: 1.2em;
    text-align: center;
    background: #ffffff;
    position: relative;
}

#Staff::before{
    content: '';
    position: absolute;
    background: #0C142b;
    z-index: 0;
    top: 0;
    left: 0;
    transform-origin: left bottom;
    transform: skewY(-2deg);
    height: 20%;
    width: 100%;
}

#Staff::after{
    content: '';
    position: absolute;
    background: #0C142b;
    z-index: 0;
    bottom: 0;
    left: 0;
    transform-origin: right bottom;
    transform: skewY(-2deg);
    height: 10%;
    width: 100%;
    //overflow: hidden;
}
.top_buffer_staff { 
    margin-top: 40px;
    margin-bottom: 5px; 
}

.Staff_white{
    color: #fff;
}

@media (min-width: 1024px){
    .margin100 {
        padding-top:100px;
    }

    .margin50 {
        padding-top:50px;
    }

    .margin0 {
        padding-top:0px;
    }
}

@media (max-width: 1023px){
    .margin100 {
        padding-top:20px;
    }

    .margin50 {
        padding-top:20px;
    }

    .margin0 {
        padding-top:20px;
    }
}

/*Card-staff Card-fleet*/

.thumbnail_staff:hover,
.thumbnail_fleet:hover {
    transition:         all 1.0s  ease-in-out;
    -moz-transition:    all 1.0s  ease-in-out;
    -webkit-transition: all 1.0s  ease-in-out;
    -o-transition:      all 1.0s  ease-in-out;
    -ms-transition:     all 1.0s  ease-in-out;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.5);
    background: rgb(0, 0, 0);  
}

.resize, .resize_web, .resizeCEO, .resize_director, .resize_fleet{
    height: 220px;
    transition:         all 1.0s  ease-in-out;
    -moz-transition:    all 1.0s  ease-in-out;
    -webkit-transition: all 1.0s  ease-in-out;
    -o-transition:      all 1.0s  ease-in-out;
    -ms-transition:     all 1.0s  ease-in-out;
}

.resize_web:hover{
    height: 410px;
    width: 320px;
    z-index: 1;
    border-radius: 4px;
    margin-top: -100px;
}


.resizeCEO:hover{
    height: 450px;
    width: 360px;
    z-index: 1;
    border-radius: 4px;
    margin-top: -50px;
}

.resize_director:hover{
    height: 410px;
    width: 320px;
    z-index: 1;
    border-radius: 4px;
}

@media (max-width: 1023px){
    .resize_web:hover{
        height: 360px;
        width: 300px;
        z-index: 1;
        border-radius: 4px;
    }

    .resizeCEO:hover{
        height: 380px;
        width: 320px;
        z-index: 1;
        border-radius: 4px;
    }

    .resize_director:hover{
        height: 360px;
        width: 300px;
        z-index: 1;
        border-radius: 4px;
    }
}

.resize_fleet:hover{
    height: 480px;
    z-index: 1;  
}

.hovereffect {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 1.0s, 
  -webkit-transform 1.0s;
  transition: opacity 1.0s, transform 1.0s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  color: #fff;
}

.overlay a {
    color: #fff;
    text-decoration: none;
}

.overlay a:hover, a:focus {
    color: #fff;
    text-decoration: underline;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hovereffect:hover img{
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.1);
  -webkit-filter: brightness(0.1);
}

.img-responsive,
.thumbnail_staff > img,
.thumbnail_staff a > img,
.thumbnail_fleet > img,
.thumbnail_fleet a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-thumbnail_staff {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #0C142b;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
}

.img-thumbnail_fleet {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #0C142b;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  
}

.thumbnail_staff {
  display: block;
  padding: 30px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #0C142b;
  border-radius: 4px;
  height: 14em;
  width: 14em;
  border-radius: 50%;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  float: initial;
}

@media (max-width: 1023px){
    .thumbnail_staff {
      display: block;
      padding: 20px;
      margin-bottom: 20px;
      line-height: 1.42857143;
      background-color: #ffffff;
      border: 1px solid #0C142b;
      border-radius: 4px;
      height: 10em;
      width: 10em;
      border-radius: 50%;
      z-index: 10;
      margin-left: auto;
      margin-right: auto;
      float: initial;
    }
}

.thumbnail_fleet {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #0C142b;
  border-radius: 4px;
}

.thumbnail_staff > img,
.thumbnail_staff a > img,
.thumbnail_fleet > img,
.thumbnail_fleet a > img {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023px){
.thumbnail_staff > img,
.thumbnail_staff a > img {
  margin-left: auto;
  margin-right: auto;
  height: 4em;
}  
}

a.thumbnail_staff:hover,
a.thumbnail_staff:focus,
a.thumbnail_staff.active,
a.thumbnail_fleet:hover,
a.thumbnail_fleet:focus,
a.thumbnail_fleet.active {
  border-color: #0C142b;
}
.thumbnail_staff .caption
.thumbnail_fleet .caption {
  padding: 9px;
  color: #0C142b;
}

/*Rooster*/
.Rooster_section {
    text-align: center;
    background: #0C142b;
    font-size: 1.0em;
}

@media (max-width: 767px){
    .Rooster_section {
        text-align: center;
        background: #0C142b;
        font-size: 1.0em;
        height: 100%;
    }
    
    .table_roster{
        overflow:auto;
        height: auto;
        text-align: center;
    }

}

.Rooster_section h1 {
  font-size: 2.2em;
  font-weight: 400;
}

.Rooster_section a{
    color: #0C142b;
    text-decoration:none;
}

.Rooster_section a:hover, a:focus{
    color: #0C142b;
    text-decoration:underline;
}

.Rosterhidden{
    display: none;
}

.table_roster{
    overflow:auto;
    height: 440px;
    text-align: center;
}

.table_roster th tr td{
    text-align: center;
}

.table_roster th {
    text-align: center;
}


/*Social media*/
.Social_media_section{
    text-align: center;
    font-size: 1.2em;
}

.Social_media_section h1 {
  font-size: 2.2em;
  font-weight: 400;
}

.Social_media_section a{
    color: #000000;
}


.social-buffer { 
    margin-top: 20px;
    margin-bottom: 20px; 
}

@media (min-width: 768px){
.social {
    text-align: center;
    width: 140px;
    height: 140px;
    background: rgb(255,255,255);
    border: 1px solid rgb(204,204,204);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 5px; 
    padding: 17px;
}

.fa-10x{
    font-size: 6em;
}
}


@media (max-width: 767px){
.social  {
    text-align: center;
    width: 80px;
    height: 80px;
    background: rgb(255,255,255);
    border: 1px solid rgb(204,204,204);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 5px; 
    padding: 17px;
}

.fa-10x{
    font-size: 2em;
}

.social-buffer { 
    margin-top: 20px;
    margin-bottom: 100px; 
}
}

#Social_media  {
    font-size: 1.2em;
    text-align: center;
    background: #ffffff;
    position: relative;
    overflow:hidden;
}

#Social_media::after{
  content: '';
  position: absolute;
  background: #0C142b;
  z-index: 0;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: skewY(-3deg);
  height: 18%;
  width: 100%;
  overflow:hidden;
}


.copy_rights { 
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    z-index: 1;
    font-size: 0.8em;
}

@media (max-width: 767px){
    .copy_rights { 
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #fff;
        z-index: 1;
        font-size: 0.8em;
}
    
}


.youtube:hover {
    background: #c4302b;
    color: #FFF;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 60px 0 rgba(0,0,0,0.5);
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
}

.facebook:hover {
    background: #3b5998;
    color: #FFF;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 60px 0 rgba(0,0,0,0.5);
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
}


/*--Button modal--*/

.modal {
    outline: none!important;
}

.btn:focus {
    outline: none!important;
}

:focus {
    outline: none!important;
}

/*-------------------------------------FOOTER.PHP-------------------------------------------------------------------*/

/*--Footer--*/
@media (max-width: 1023px){
.Footer_section{
    width: 100%;
    height: 60px;
    margin-top: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background: #fff;
    }
    
    
}


@media (min-width: 1024px){
.Footer_section{
    width: 100%;
    height: 80px;
    margin-top: 0px;
    padding-top: 0px; 
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background: #fff;
    } 
}

.Footer  {
    font-size: 1.2em;
    text-align: center;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.Footer_div_class {
    position: absolute !important;  
    bottom: 0px !important;
}

.Footer a {
    color: #000000;
}

.Footer::after{
  content: '';
  position: absolute;
  background: #0C142b;
  z-index: 0;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: skewY(-2deg);
  height: 100%;
  width: 100%;
  overflow:hidden;
}

@media (min-width: 768px){
.Social_media_footer {
    text-align: center;
    width: 40px;
    height: 40px;
    background: rgb(255,255,255);
    border: 1px solid rgb(204,204,204);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 5px; 
    padding: 5px;
}

.fa-footer{
    font-size: 1.6em;
    }
}


@media (max-width: 767px){
.Social_media_footer  {
    text-align: center;
    width: 30px;
    height: 30px;
    background: rgb(255,255,255);
    border: 1px solid rgb(204,204,204);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 5px; 
    padding: 0px;
}

.fa-footer{
    font-size: 1.0em;
    }
}

.copy_rights_foooter { 
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    z-index: 1;
    font-size: 0.8em;
}

.social_media_foooter {
    position: absolute;
    bottom: 20px;
    right: 150px;
    z-index: 1;
    display: inline-flex;
}

@media (max-width: 767px){
    .copy_rights_foooter { 
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #fff;
        z-index: 1;
        font-size: 0.8em;
    }
   
}

.Footer_youtube{
    margin-left: 5px;
    margin-right: 5px;   
}

.Footer_facebook{
    margin-left: 5px;
    margin-right: 5px;
}

.Footer_youtube:hover {
    background: #c4302b;
    color: #FFF;
    border-color: #000000;
    box-shadow: 2px 2px 6px 0 rgba(255,255,255,0.24), 2px 2px 6px 0 rgba(255,255,255,0.5);
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
}

.Footer_facebook:hover {
    background: #3b5998;
    color: #FFF;
     border-color: #000000;
    box-shadow: 2px 2px 6px 0 rgba(255,255,255,0.24), 2px 2px 6px 0 rgba(255,255,255,0.5);
    transition:         all 0.5s  ease-in-out;
    -moz-transition:    all 0.5s  ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out;
    -o-transition:      all 0.5s  ease-in-out;
    -ms-transition:     all 0.5s  ease-in-out;
}