/* Global Styles */
@font-face {
  font-family: "VerelaRound";
  src: url("VarelaRound-Regular.eot"); /* IE9 Compat Modes */
  src: url("VarelaRound-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("VarelaRound-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("VarelaRound-Regular.svg#svgFontName")
      format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Lato";
  src: url("Lato-Bold.ttf"); /* IE9 Compat Modes */
}

html,
body {
  height: 100%;
  width: 100%;
  color: #7a7a7a;
  line-height: 24px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 0;
  padding: 20px 0;
}
p,
a {
  font-family: "VerelaRound";
}
img {
  max-width: 100%;
}
#boxWrapp {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.build {
  padding: 40px 0;
  margin: 0;
}

.build ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.btn-clear {
  border: 4px solid;
}
.btn {
  font-size: 14px;
}
/*on scroll show*/

/* =============================== header ===================================== */
.header {
  background: url(../images/bgisa.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
/* slider */

.maskHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #22272d78;
}

#flex-head h1 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 60px;
  margin: 0;
  padding: 10px 0;
  color: #fff;
}
#flex-head {
  margin: 0 0 0;
  background: transparent;
  border: none;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1;
}
#flex-head h2 {
  font-family: "VerelaRound";
  font-size: 24px;
  margin: 0;
  padding: 0 0 40px 0;
  color: #fff;
}
#flex-head .slides > li {
  position: relative;
}
#flex-head .flex-control-nav,
#flex-head .flex-direction-nav {
  display: none;
}

.main-caption {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  text-align: center;
}

.btnAbout {
  color: #fff;
  font-size: 14px;
}
.btnAbout:hover {
  color: #fff;
}
.main-caption .btn-clear {
  padding: 14px 24px;
}

.main-caption .btn-clear:hover {
  border-color: #fff;
}

/* ==============================================================  Menu ======================================================= */
.main-nav {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  min-height: 54px;
  z-index: 99;
}

.navbar {
  border-radius: 0px;
  min-height: 54px;
  margin-bottom: 0px;
  width: 100%;
  z-index: 99;
  border: none;
  margin: 0px 10px;
}
a.navbar-brand {
  float: left;
  height: inherit;
  padding: 3px 15px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-nav > li > a {
  padding-top: 16px;
  padding-bottom: 13px;
  border-bottom: 5px solid transparent;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li.current > a {
  text-decoration: none;
}
.navbar-nav > li.current > a,
.navbar-inverse .navbar-nav > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ========================================= title page ==================================== */

.title-page {
  color: #7a7a7a;
}
.title-page h2 {
  position: relative;
  margin: 0;
  z-index: 77;
  padding: 0 0 20px 0;
  font-size: 36px;
  font-weight: 600;
  font-famiily: "Lato";
}
.line-title {
  width: 40px;
  height: 8px;
  margin: 0 auto;
}

/* Full Page Image Header Area */

.header {
  position: relative;
}
.linear {
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
/* Intro */

.page {
  padding: 40px 0;
  position: relative;
  border-bottom: 5px solid #dedede;
}
.page:last-of-type {
  border-bottom: none;
  padding: 120px 0;
}
.page-bgcolor {
  background: #f2f2f2;
}

/*Team bg*/
.team-bgcolor {
  background: #000000;
}

/* ================================================= about us ================================================== */

.about-content p {
  font-size: 14px;
  padding-bottom: 20px;
  margin: 0;
}
.avatar {
  max-width: 50px;
}
.avatar img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main-about img {
  margin-right: 20px;
}
.main-about .btn-clear {
  padding: 14px 24px;
}
.main-about .btn-clear:hover {
  color: #fff;
}
/*==================progress========================*/
.progress {
  height: 9px;
  background-color: #dadfe1;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  clear: both;
  margin: 6px 0 16px 0;
  overflow: inherit;
}
.progress-bar {
  position: relative;
  transition: all 200ms linear !important;
  -webkit-transition: all 200ms linear !important;
  -moz-transition: all 200ms linear !important;
  -ms-transition: all 200ms linear !important;
  -o-transition: all 200ms linear !important;
}
.wrapp-progress {
  position: relative;
  padding-top: 24px;
}
.wrapp-progress p {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #444444;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0px;
}

.precent-value {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  right: -25px;
  top: -30px;
  height: 24px;
  width: 50px;
  background: #1d1d1d;
  border-radius: 3px;
  font-family: "VerelaRound";
}
.progress-bar i {
  font-size: 24px;
  color: #1d1d1d;
  position: absolute;
  right: -7px;
  top: -16px;
}
.progress {
  clear: both;
}

/* ============================================== Portfolio ================================================================= */
ul#filterOptions {
  margin: 0;
  padding: 40px 0 0 0;
  list-style: none;
  display: table;
}

ul#filterOptions li {
  float: left;
  margin-right: -1px;
}
ul#filterOptions li span {
  padding: 10px 12px;
  display: block;
  color: #c4c4c4;
  padding: 0 10px;
  font-family: "VerelaRound";
}
ul#filterOptions li a {
  color: #c4c4c4;
  font-size: 18px;
  padding: 0;
}
ul#filterOptions li.cur a:hover {
  color: #1d2127;
}
ul#filterOptions li a:hover {
  text-decoration: none;
}
.folio-content {
  height: auto;
}
ul.container_folio {
  overflow: hidden;
}
ul.container_folio li.box {
  overflow: hidden;
  height: auto;
  display: block;
}
.box img {
  max-width: 100%;
}
.portfolio-item .thumbnail {
  margin: 0;
  position: relative;
}

.linear {
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.thumb-img {
  position: relative;
  overflow: hidden;
  background: #000;
}
.thumb-img img {
  display: block;

  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.thumb-img:hover img,
.link-attr:hover .thumb-img > img {
  -webkit-transform: scale(1.05, 1.07);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05, 1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.thumb-img:hover img {
  opacity: 0.7;
}
.folio-img {
  padding: 15px 0;
}
.folio-caption {
  position: absolute;
  bottom: -58px;
  left: 0;
  background: #fff;
  width: 100%;
  max-height: 48px;
}
.folio-caption p {
  color: #1d2127;
  padding: 15px;
  margin: 0;
  text-align: center;
  font-size: 18px;
}
.folio-caption i {
  position: absolute;
  top: -9px;
  left: 50%;
  font-size: 32px;
  line-height: 9px;
  margin-left: -9px;
  color: #fff;
}
.portfolio-item {
  margin: 0;
  padding: 0 0;
}
.main-folio {
  margin: 0 auto;
  width: 100%;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.container_folio {
  margin: 0 0 0 0;
  padding: 0 0 40px 0;
  list-style: none;
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
}

.col-md-12 {
  clear: both;
}
.img-portfolio {
  margin: 0;
}

div.link {
  visibility: hidden;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 14px;
}

.thumbnail {
  border-radius: 0px;
}
.link-attr {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 88;
}
.link-attr a {
  border: 3px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  background: transparent;
  padding: 10px 12px;
  color: #fff;
  animation-duration: 750ms;
  -webkit-animation-duration: 750ms;
  -moz-animation-duration: 750ms;
  -ms-animation-duration: 750ms;
  -o-animation-duration: 750ms;
  animation-iteration-count: backwards;
  -webkit-animation-iteration-count: backwards;
  -moz-animation-iteration-count: backwards;
  -ms-animation-iteration-count: backwards;
  -o-animation-iteration-count: backwards;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  display: none;
}
.link-search {
  position: absolute;
  left: 50%;
  top: -24px;
  margin-left: -55px;
}
.link-chain {
  position: absolute;
  right: 50%;
  top: -24px;
  margin-right: -55px;
}
.link-attr a i {
  font-size: 21px;
}
/*=================contact====================*/
.main-contact {
  padding: 40px 0;
}

.contact-info p span {
  width: 24px;
  height: 24px;
  text-align: center;
}
.contact-info .fa {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 20px;
}

.contact p {
  font-size: 18px;
  margin: 0;
  padding: 0 0 0 0;
}
.contact span {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 4px solid #7a7a7a;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 36px;
  line-height: 53px;
  margin-bottom: 20px;
}
.contact p a {
  color: #7a7a7a;
}
.contact p a:hover {
  text-decoration: none;
}
/* Footer */

footer {
  color: #ffffff;
  padding: 10px 0;
}
.cp-right P {
  margin: 0;
  padding: 10px 0;
}
.cp-right P a {
  text-decoration: none;
}
.cp-right P a:hover {
  color: #fff;
}
.top-scroll {
  margin: 0;
  padding: 0;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
  display: block;
  font-size: 92px;
  line-height: 48px;
}
.top-scroll a:hover {
  color: #fff;
}
i.scroll {
  color: #fff;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -28px;
}

i.scroll:hover {
  color: #fff;
}

/* ========================================== Footer ======================================================= */
.list-inline {
  text-align: right;
  margin: 0;
}
.list-inline > li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
.list-inline > li a i {
  vertical-align: middle;
  line-height: 41px;
}
.socIcon {
  display: block;
  color: #fff;
  animation-duration: 750ms;
  -webkit-animation-duration: 750ms;
  -moz-animation-duration: 750ms;
  -ms-animation-duration: 750ms;
  -o-animation-duration: 750ms;
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
}
.socIcon:hover {
  color: #fff;
}
/* ========================================== modal ======================================================= */
body.modal-open {
  margin-right: 0px !important;
  overflow: scroll;
}
/* ========================================== Responsive ======================================================= */

@media screen and (min-width: 240px) and (max-width: 991px) {
  .cp-right,
  ul.list-inline {
    text-align: center;
  }
  i.scroll {
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .main-about img {
    margin-right: 0;
  }
  .main-avatar {
    margin-bottom: 20px;
  }
  .about-content {
    text-align: center;
  }
  .about-content p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .link-attr a {
    width: 36px;
    height: 36px;
    padding: 5px 10px;
  }
  .link-attr a i {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .folio-caption p {
    font-size: 12px;
  }
}
@media screen and (min-width: 240px) and (max-width: 767px) {
  ul.container_folio {
    text-align: center;
  }

  ul.container_folio li.box {
    margin: 0;
    padding: 0 15px;
    width: 100%;
    max-width: 380px;
    display: inline-block;
    float: none;
  }

  .navbar ul.pull-right {
    float: none !important;
  }
  .navbar-inverse .navbar-nav > li > a.btn,
  .navbar-inverse .navbar-nav > li span {
    display: none;
  }

  .navbar-toggle {
    margin-top: 25px;
  }
}
@media screen and (min-width: 240px) and (max-width: 480px) {
  .contact p {
    font-size: 14px;
  }
  .link-attr a {
    width: 36px;
    height: 36px;
    padding: 5px 10px;
  }
  .link-attr a i {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .logo img {
    width: 12%;
  }
  #flex-head h1 {
    font-size: 48px;
  }
  #flex-head h2 {
    font-size: 18px;
  }
  .main-caption .btn-clear,
  .main-about .btn-clear {
    padding: 8px 14px;
  }

  .title-page h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  footer {
    margin-bottom: 0;
  }
  .logo img {
    width: 15%;
  }
  #flex-head h1 {
    font-size: 36px;
  }
  #flex-head h2 {
    font-size: 14px;
    padding: 0 0 8px 0;
  }
  .main-caption .btn-clear,
  .main-about .btn-clear {
    padding: 8px 14px;
  }
  .title-page h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 240px) and (max-width: 480px) {
  .logo img {
    width: 15%;
  }
  #flex-head h1 {
    font-size: 24px;
  }
  #flex-head h2 {
    font-size: 14px;
    padding: 0 0 8px 0;
  }
  .main-caption .btn-clear,
  .main-about .btn-clear {
    padding: 6px 14px;
  }
  .title-page h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 240px) {
  .navbar-toggle {
    margin-top: 10px;
  }
  .avatar {
    margin: 0 auto;
  }
}

.team-item:hover .officer-position,
.officer-name {
  color: #fff !important;
}

/*
 * Team section
 */

.team-section {
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: scroll;
}
.team-section .bg-overlay-2 {
  background: rgba(21, 21, 21, 0.963) !important;
}
.team-grid {
  margin: 0 0 -40px -20px;
  text-align: center;
  vertical-align: top;
}
.team-item {
  display: inline-block;
  width: 170px;
  margin: 0 0 40px 20px;
  vertical-align: top;
  /*cursor: pointer;*/
}
.officer-photo {
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}
.officer-photo:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;

  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.officer-photo img {
  max-width: 100%;
  max-height: 100%;
  display: block;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.officer-name {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #bbb;

  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.officer-position {
  font-family: Lora, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
  color: #888;

  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.team-item:hover .officer-photo:after {
  background: transparent;
}
.team-item:hover .officer-name {
  color: #fff;
}
.team-item:hover .officer-position {
  color: #bbb;
}
.team-description {
  display: none;
}

/* Opened item description */

.team-description {
  display: block;
  margin-top: 30px;
  font-family: Lora, "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
}

/*
 * Sections whith dark background
 */

.dark-bg {
  color: #fff;
}
.dark-bg a {
  color: #000 !important;
}
.dark-bg .section-title {
  color: #999;
  border: 1px solid rgba(255, 255, 255, 0.141);
}
.dark-bg .section-title:before,
.dark-bg .section-title:after {
  background: rgba(255, 255, 255, 0.141);
}
.dark-bg .section-text {
  color: #bbb;
}

/****



*/

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  background-color: #f1f1f1;
}

.timeline > li {
  position: relative;
  margin-bottom: 50px;
  min-height: 50px;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  float: right;
  position: relative;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  border: 7px solid #f1f1f1;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  margin-top: 12px;
  font-size: 10px;
  line-height: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }

  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }

  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }

  .timeline > li .timeline-image h4 {
    margin-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }

  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }

  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .timeline > li .timeline-image h4 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }

  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }

  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }

  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

/*
Slides for Attractions
*/

.home-section {
  display: block;
  width: 100%;
}

/* Image Slider */

.slider-fittext {
  font-size: 20px;
}
.home-image-slider {
  font-size: 1em;
}
.home-image-slider .headings {
  font-size: 3.5em !important;
}
.home-image-slider .home-description {
  font-size: 1.05em !important;
}
.home-image-slider .home-description.large {
  font-size: 1.55em !important;
  font-weight: 400;
  margin-bottom: 1em;
}
.home-image-slider,
.home-image-slider li {
  margin: 0;
  padding: 0;
}

/* Pattern overlay (over photo or video) */

.pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-overlay.png) repeat;
  background-color: rgba(0, 0, 0, 0.7);
}

.pattern-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-overlay.png) repeat;
  background-color: rgba(0, 0, 0, 0.5);
}

/* about us image */

.about-image-bg {
  display: block;
  width: 100%;
  position: relative;
  background-color: #222;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50% !important;
  background-size: cover;
  background: url(../images/about.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
.udaan-image-bg {
  display: block;
  width: 100%;
  position: relative;
  background-color: #222;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50% !important;
  background-size: cover;
  background: url(../images/callaction-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

/* Resource */

.resource {
  padding: 10px 0;
  margin: 0;
}

.resource-avatar {
  max-width: 80px;
}

.resource-avatar img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.resource-btn {
  color: #ff6347 !important;
}

.resource-btn-clear {
  padding: 1px 9px;
  color: #ffffff;
  border: 4px solid;
  font-size: 14px;
  background: #383 !important;
}

.resource .resource-btn-clear:hover {
  border-color: #000000 !important;
  background-color: #ffffff;
}

/* resources pages */

.resource-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  color: #b40909;
}

.resource-description {
  font-family: Lora, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  letter-spacing: 1px;
  color: #1abdcc;
}
.resource-text {
  margin-top: 50px;
  text-align: left;
}

.spasia-tabs {
  border-color: #ddd;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.spasia-tabs > li > a {
  text-decoration: none;
}
.spasia-tabs > li > a:hover {
  background-color: #f5f5f5;
}
.spasia-tabs li.active a {
  color: #212121;
}
.spasia-tabs-cont {
  padding: 15px 0;
  font-family: arial, Times, serif;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #777;
}

/* Page loader */

.load-page {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #151515;
  z-index: 10000;
}
.load-page b {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #fff url(../images/load-page.gif) no-repeat center center;
  margin: -30px 0 0 -30px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
