/*
	Theme Name: RJAA
	Description: Royal Jordanian Air Academy Theme
	Version: 1.0
	Author: Omar Husseini

*/
*:lang(en) {
  font-family: "Encode Sans Expanded", sans-serif; }

.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block; }

.page-template-template-other img {
  margin-top: 10px;
  margin-bottom: 10px; }

.page-template-template-other p {
  font-size: 1.2em; }

.social-icons {
  width: 100%;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px; }
  .social-icons a img {
    width: 25px;
    margin: 10px;
    display: inline-block; }

.alt-header-top {
  display: none;
  width: 90%;
  height: auto;
  position: absolute;
  top: 0; }
  @media only screen and (max-width: 700px) {
    .alt-header-top {
      z-index: 9999999999999;
      display: block; } }

.owl-carousel {
  overflow: hidden; }

.owl-dots {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 9999999999999;
  width: 100%;
  margin: auto; }

.main-header {
  position: relative; }
  .main-header .header-top {
    position: absolute;
    top: 0;
    z-index: 99;
    margin: 0 auto;
    text-align: center; }
    .main-header .header-top .logo {
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .main-header .header-bottom {
    position: absolute;
    bottom: 0;
    z-index: 99; }
    .main-header .header-bottom img {
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 700px) {
    .main-header .header-top {
      display: none; } }

.narrow-logo {
  display: none;
  text-align: center;
  background: #c5c5c5;
  margin: 0 auto;
  z-index: 9999999; }
  .narrow-logo img {
    width: 90%; }
  @media only screen and (max-width: 700px) {
    .narrow-logo {
      display: block; } }

.gray {
  background: #c5c5c5; }

.gray-bottom {
  width: 100%; }

.main-nav {
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media only screen and (max-width: 700px) {
    .main-nav span {
      display: none; }
    .main-nav ul li {
      margin: 0 0px; } }
  .main-nav .icon {
    width: 30px;
    margin: 10px; }
  .main-nav ul {
    text-align: center;
    padding: 0; }
    .main-nav ul li {
      list-style: none;
      display: inline-block;
      margin-right: 1.9em; }
      .main-nav ul li a {
        color: inherit;
        font-weight: 1.1em; }

.about {
  color: draken(#808080, 30);
  font-size: 1.5em; }

.about-image {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5); }

.block {
  text-align: center;
  margin-bottom: 100px;
  border-bottom: 2px solid #ba272e;
  border-radius: 5px;
  -webkit-box-shadow: 0 20px 1px -15px #ba272e;
          box-shadow: 0 20px 1px -15px #ba272e;
  position: relative; }
  .block .block-title {
    font-weight: bold;
    font-size: 2.2em;
    margin-bottom: 30px; }
    .block .block-title:before {
      content: "- ";
      color: #ba272e; }
    .block .block-title:after {
      content: " -";
      color: #ba272e; }
  .block .row {
    margin-bottom: 40px; }

.two-subjects img {
  width: 400px;
  border: 5px solid #808080; }
  @media only screen and (max-width: 700px) {
    .two-subjects img {
      width: 300px; } }

.two-subjects p {
  margin-top: 10px;
  font-size: 1.5em;
  font-weight: bold; }

.three-subjects img {
  width: 250px;
  border: 5px solid #808080;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .three-subjects img:hover {
    -webkit-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }

.three-subjects p {
  margin-top: 10px;
  font-size: 1.4em;
  font-weight: bold !important; }

.subject-list li {
  text-align: left;
  font-size: 1.4em;
  list-style: none; }
  .subject-list li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #ba272e; }
  .subject-list li a {
    color: #808080; }
    .subject-list li a:hover {
      color: #ba272e; }

.footer-top {
  width: 100%;
  margin-bottom: -5px !important; }

.site-footer {
  background: #000000;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px; }
  .site-footer .copyright {
    text-align: center;
    color: #787878; }
  .site-footer .footer-nav {
    font-size: 1.2em; }
    .site-footer .footer-nav ul {
      text-align: center;
      padding-left: 0; }
      .site-footer .footer-nav ul li {
        list-style: none;
        display: inline-block;
        margin: 0 0 0 25px;
        border-right: 1px solid #808080;
        padding-right: 25px; }
        .site-footer .footer-nav ul li a {
          color: #808080; }
        .site-footer .footer-nav ul li:last-child {
          border-right: none; }

.modal-window {
  background-image: url("images/modal_bg.png"); }
  .modal-window .modal-image {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px; }

.modal-wrapper {
  width: 95%;
  margin: 0 auto;
  position: relative; }

.btn-close-modal {
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: block;
  color: black;
  background: none;
  margin: 0 auto;
  margin-bottom: 10px; }
  .btn-close-modal .icon {
    width: 50px;
    border: 0; }

.modal-btn-bottom {
  margin-top: -32px;
  margin-bottom: 20px; }

.modal-content {
  margin: auto;
  border: 0;
  border-radius: 20px;
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.5); }
  .modal-content .modal-image {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    border-radius: 5px; }
  .modal-content .modal-title {
    text-align: center;
    margin-bottom: 30px;
    color: #ba272e;
    font-size: 1.7em;
    font-weight: bold; }

.modal-body h2 {
  font-size: 2em; }

.modal-body h3 {
  font-size: 2em; }

.modal-body p, .modal-body li {
  font-size: 1.3em; }

.icon {
  width: 50px; }

.alt-header {
  width: 100%;
  text-align: center;
  margin: 0 auto; }
  .alt-header .logo2 {
    width: 80%;
    max-width: 500px;
    height: auto;
    margin-right: 30px; }

.page-title {
  text-align: center;
  color: #ba272e;
  margin-top: 20px; }

.other-pages-wrapper {
  margin-top: 10px; }

.other-pages-content {
  padding: 20px;
  border-radius: 20px;
  background: white;
  margin-bottom: 20px; }

.modal-lg {
  width: 80%; }
  @media only screen and (max-width: 700px) {
    .modal-lg {
      width: 95%; } }

.topic-grid-view h4 {
  text-decoration: underline;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: bold;
  color: #ba272e; }

.topic-grid {
  margin: 0 auto;
  padding-top: 0; }
  .topic-grid .topic {
    width: 300px;
    margin-bottom: 20px;
    margin: 0 20px;
    display: inline-block; }
    .topic-grid .topic img {
      display: block;
      width: 100%;
      height: 205px;
      border: 5px solid #808080;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .topic-grid .topic img:hover {
        -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5);
                box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1); }
    .topic-grid .topic p {
      text-align: center;
      font-size: 1.2em;
      padding-top: 10px;
      display: block;
      margin-bottom: 30px;
      font-weight: bold; }

.google-map {
  position: relative;
  margin-bottom: 50px;
  height: 350px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5); }

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 600px !important; }

.page-id-207 .apply-form {
  list-style: none;
  font-weight: bold; }

.page-id-207 input {
  font-weight: normal;
  display: inline !important; }

.page-id-207 td {
  font-weight: bold;
  border-top: none !important; }
  .page-id-207 td .wpcf7-list-item {
    display: block; }

.page-id-207 .form-message {
  font-weight: bold;
  text-align: center;
  color: #ba272e; }

.sister-companies img {
  display: inline-block;
  width: 300px;
  margin: 20px; }

.easa {
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: -30px;
  text-align: center; }
  .easa img {
    width: 300px; }
  .easa p {
    font-size: 1.3em; }
