/*--Colors--*/
/*--Fonts*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

html, body {
  font-family: 'Open Sans','Helvetica', sans-serif;
  height: 100%;
  width: 100%; }

a, a:hover, a:active, a:visited, a:focus {
  text-decoration: none; }

/*--Hacks for making design awesome--*/
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.box {
  border: 1px solid red; }

.center {
  text-align: center; }

.center-block {
  display: inline-block; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* ie 6/7 */ }

/*--Start of Mid*/
.mid-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #F7F7F7;
  margin-top: 550px; }

.mid-wrapper-adjustment {
  padding-top: 75px !important; }

.c-wrapper {
  padding-top: 7.5%;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 2%;
  background-color: #F2F2F2; }

.l-wrapper {
  margin-top: 40px;
  margin-bottom: 40px; }

.l-wrapper-sm {
  margin-bottom: 36px; }

/*--Designing Hr --*/
.hrs {
  border-top: 1px solid #C1C1C1; }

.her {
  border-top: 1px solid #C1C1C1; }

.him {
  border-top: 1px solid #C1C1C1;
  margin: 0 0 0 0 !important; }

.bg-cream {
  background-color: #F3F3EB; }

/*--OG GRID--*/
.og-grid {
  list-style: none;
  text-align: center;
  width: 100%; }
  .og-grid li {
    padding: 0 10px 20px 10px;
    display: inline-block;
    vertical-align: top; }
    .og-grid li a, .og-grid li img {
      height: 210px;
      width: 210px;
      outline: none;
      display: block;
      position: relative; }

.thumbnail {
  border-radius: 0; }

.font-philip {
  font-family: 'Philosopher', sans-serif;
  color: #02525C; }

.placeholder, .carousel-caption {
  padding-bottom: 1%;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Philosopher', sans-serif;
  color: #02525C; }

.placeholder h2, .carousel-caption h2 {
  font-weight: 600; }

/*--OG grid ends here--*/
/*Shadows Designing*/
.shadow {
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.shadow-album {
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.shadow-no-hover {
  moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.shadow-1 {
  moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .shadow-1:hover {
    moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.btn {
  border-radius: 0; }

.btn-lg {
  border-radius: 0; }

.btn-dark-blue {
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#AA0F03+0,AA0F03+100;Red+Flat */
  background: #004165;
  /* Old browsers */
  background: -moz-linear-gradient(top, #004165 0%, #004165 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #004165 0%, #004165 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004165 0%, #004165 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004165', endColorstr='#004165',GradientType=0 );
  /* IE6-9 */ }
  .btn-dark-blue:hover {
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#AA0F03+0,AA0F03+100;Red+Flat */
    background: #004165;
    /* Old browsers */
    background: -moz-linear-gradient(top, #013049 0%, #013049 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #013049 0%, #013049 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #013049 0%, #013049 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013049', endColorstr='#013049',GradientType=0 );
    /* IE6-9 */ }

.btn-custom {
  border-radius: 0;
  border: 1px solid #004165;
  background-color: transparent;
  color: #004165;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-out; }
  .btn-custom:hover {
    background-color: #00A0AF;
    border: 1px solid #00A0AF;
    color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .btn-custom:hover a {
      color: white; }

.btn-custom-sm {
  float: right;
  border-radius: 0;
  border: 1px solid #02525C;
  background-color: transparent;
  color: #004165;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s ease-out; }
  .btn-custom-sm:hover {
    background-color: #00A0AF;
    border: 1px solid #00A0AF;
    color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .btn-custom-sm:hover a {
      color: white; }
  .btn-custom-sm a {
    color: black; }

.btn-custom-sms {
  border-radius: 0;
  border: 1px solid #02525C;
  background-color: transparent;
  color: #004165;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s ease-out; }
  .btn-custom-sms a {
    color: black; }
  .btn-custom-sms:hover {
    background-color: #00A0AF;
    border: 1px solid #00A0AF;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .btn-custom-sms:hover a {
      color: #ffffff; }

.btn-custom-ss {
  border-radius: 0;
  border: 1px solid #02525C;
  background-color: white;
  color: #004165;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-out; }
  .btn-custom-ss a {
    color: black; }
  .btn-custom-ss:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .btn-custom-ss:hover a {
      color: white; }

@media (max-width: 480px) {
  .btn-custom-ss {
    border-radius: 0;
    border: 1px solid #02525C;
    background-color: white;
    color: #004165;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 0.8em;
    font-weight: 400;
    transition: all 0.3s ease-out; }
    .btn-custom-ss a {
      color: black; }
    .btn-custom-ss:hover {
      background-color: #02525C;
      border: 1px solid #02525C;
      color: white;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      .btn-custom-ss:hover a {
        color: white; } }

.center {
  text-align: center; }

/* centered columns styles */
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

/*End of Basic designs---------------------------------------------------------------*/
/*Making footer sticky bottom*/
/* Wrapper for page content to push down footer */
/*--Making the hover effect--*/
.reveal .hidden {
  display: block !important;
  visibility: visible !important; }

.product:hover .reveal img {
  opacity: 1; }

.reveal {
  position: relative; }

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.reveal:hover .hidden {
  height: 100%;
  z-index: 9;
  opacity: 0.9;
  border: 5px solid transparent; }

.reveal .caption {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: #004165;
  /* fallback for IE8 */
  background-color: #004165;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility; }

.reveal .hidden .caption .centered {
  padding-bottom: 10px;
  opacity: 1 !important;
  display: table-cell;
  vertical-align: bottom; }

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption {
    font-size: 11px; } }

@media (max-width: 480px) {
  .og-grid li a, .og-grid li img, .og-grid li a img {
    height: 100px;
    width: 100px; } }

/*--Start of 'top'-----*/
/*--Start of navbar-1--*/
.navbar-1 {
  background-color: #004165;
  color: white;
  min-height: 45px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  opacity: 1;
  transition: opacity  1s ease-in-out; }
  .navbar-1 ul {
    height: 43px;
    width: 100%;
    text-align: center; }
    .navbar-1 ul li {
      height: 100%;
      margin-left: 20px;
      width: 20%; }
      .navbar-1 ul li a {
        color: #fff; }
        .navbar-1 ul li a:hover {
          height: 100%;
          background-color: #01324d; }
      .navbar-1 ul li:hover, .navbar-1 ul li:focus, .navbar-1 ul li.active {
        border-bottom: 2px solid #FFC20F;
        background-color: #01324d;
        color: #fff; }
    .navbar-1 ul p {
      color: #acc0cd;
      font-size: .875em;
      padding: 15px 0 0 0;
      float: right; }
  .navbar-1 .navbar-text {
    position: relative; }

.navbar-1-scroll {
  opacity: 0;
  height: 0 !important; }

@media (max-width: 480px) {
  .navbar-1 ul {
    width: 100%; }
  .navbar-1 ul li {
    width: 100%; } }

/*--End of navbar-1--*/
/*--Start of navbar-2--*/
.navbar-2 {
  background-color: #00A0AF;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  padding-top: 45px;
  transition: all  0.25s ease-in-out; }

.navbar-2-small {
  position: fixed;
  min-height: 50px;
  padding: 0;
  top: 0;
  z-index: 50; }

.carousel-caption {
  z-index: 3; }

.links-wrapper {
  padding: 12px;
  font-size: 16px;
  transition: all 0.25s ease-in-out; }

.nav-small {
  margin-top: 0;
  padding: 0 12px 0 12px;
  font-size: 14px !important; }

.links ul a {
  color: white; }

.links ul a:hover, .links ul a:focus {
  color: white;
  background-color: transparent; }

.links ul li {
  margin-left: 10px;
  font-weight: 300; }

.links ul li:hover, .links ul li.active {
  background-color: #018996;
  color: white; }

.login-wrapper {
  width: 100%;
  height: 100%;
  padding: 30px; }

.login-btn {
  background-color: #014961;
  height: 30px;
  width: 100px;
  text-align: center;
  padding: 5px; }
  .login-btn a {
    color: white; }
    .login-btn a:hover {
      color: #004165; }

#btn-logout {
  font-size: 12px;
  text-align: center; }

/*Designing Login Modal*/
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.9);
  /* Fallback color */ }

.modal-body {
  padding: 0px; }
  .modal-body .panel-body {
    padding: 10px 10px 5px 10px;
    text-align: center; }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  max-width: 400px;
  min-width: 200px;
  border: none;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  z-index: 9999; }

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

/* The Close Button */
#btn-login:hover {
  cursor: pointer; }

#btn-signup:hover {
  cursor: pointer; }

.login_close, .signup_close {
  color: rgba(255, 255, 255, 0.5);
  padding: 2px 10px 10px;
  float: right;
  font-size: 28px;
  font-weight: bold;
  transition: all 0.25s ease-in; }

.login_close:hover,
.login_close:focus,
.signup_close:hover,
.signup_close:focus {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  cursor: pointer; }

/*Bootsnipp modal card*/
.white {
  color: #000;
  background-color: #fff; }

.btn-facebook {
  color: #ffffff;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2b4b90;
  *background-color: #133783;
  background-image: -moz-linear-gradient(top, #3b5998, #133783);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
  background-image: -webkit-linear-gradient(top, #3b5998, #133783);
  background-image: -o-linear-gradient(top, #3b5998, #133783);
  background-image: linear-gradient(to bottom, #3b5998, #133783);
  background-repeat: repeat-x;
  border-color: #133783 #133783 #091b40;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: #ffffff;
  background-color: #133783 !important;
  *background-color: #102e6d !important; }

.btn-facebook:active,
.btn-facebook.active {
  background-color: #0d2456 \9  !important; }

.site-request-password-reset {
  margin-top: 100px;
  text-align: center; }

.site-request-password-reset p {
  font-size: 12px;
  opacity: 0.5; }

.request-password-reset-input {
  padding: 20px; }

/*--End of navbar-2--*/
/*--Start of Footer--*/
.footer {
  position: relative;
  z-index: 20;
  min-height: 225px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #00314c !important;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#00517f, #00314c);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#00517f, #00314c);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#00517f, #00314c);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#00517f, #00314c);
  /* Standard syntax */ }

.footer-wrapper {
  padding: 30px 30px 0 30px; }

.footer-upper {
  text-align: justify; }

.footer-upper a {
  color: #ffffff;
  opacity: 1; }

.footer-upper ul li {
  color: #fff;
  opacity: 0.5;
  font-size: 12px; }

.footer-upper ul li:hover {
  opacity: 1; }

.follow-us {
  display: block; }

.follow-us ul li {
  margin-left: 5px;
  display: inline-block;
  transition: all 0.25s ease-in-out; }

.follow-us ul li:first-child {
  margin-left: 0; }

.follow-us ul li:hover {
  opacity: 1; }

.lower-footer-text {
  opacity: 0.3;
  font-size: 12px; }

.lower-footer a {
  font-size: 12px; }

/*--End of Footer*/
@media (max-width: 480px) {
  #footer-adjustment {
    margin: 0 auto; }
  .footer-upper {
    text-align: left; }
  .follow-us ul li {
    margin: 0 auto; } }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
  width: 100%; }

/*--Start of carousel--*/
/*Removing the shadow of carousel on both sides of carousel*/
.carousel-control.left, .carousel-control.right {
  background-image: none !important;
  filter: none !important; }

#carouselPrev {
  margin-top: 350px;
  margin-left: 20px; }

#carouselNext {
  margin-top: 350px;
  margin-right: 20px; }

@media (max-width: 480px) {
  #carouselPrev {
    margin-top: 250px;
    margin-left: 20px; }
  #carouselNext {
    margin-top: 250px;
    margin-right: 20px; } }

.carousel-indicators li {
  border: 0;
  background-color: #cccccc; }

.carousel .carousel-indicators li.active {
  background-color: white; }

.carousel-caption {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  right: 25%;
  left: 25%;
  bottom: 25%;
  font-size: 40px;
  font-weight: 600;
  color: #fff !important; }

#myCarousel .item {
  height: 600px; }

@media (max-width: 480px) {
  .navbar-1 {
    height: 100%; }
  #myCarousel .item {
    height: 210px; }
  .carousel-caption {
    font-size: 10px; }
  .carousel-caption h2 {
    font-size: 16px; } }

@media (max-width: 768px) {
  #myCarousel .item {
    height: 310px; }
  .carousel-caption {
    font-size: 16px; }
  .carousel-caption h2 {
    font-size: 20px; } }

@media (min-width: 1200px) {
  #myCarousel .item {
    height: 680px; }
  #slide1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #slide2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #slide3 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; } }

/*---------------------------------End of the Carousel*/
#slide1Para {
  background: url(../images/slides/slide1Para.jpg) no-repeat center; }

#slide2Para {
  background: url(../images/slides/slide2Para.jpg) no-repeat center; }

#slide3Para {
  background: url(../images/slides/slide3Para.jpg) no-repeat center; }

@media (max-width: 480px) {
  .navbar-1 {
    height: 100%; }
  #myCarousel .item {
    height: 210px; }
  #slide1Para {
    background: url(../images/slides/slide1Para.jpg) no-repeat center; }
  #slide2Para {
    background: url(../images/slides/slide2Para.jpg) no-repeat center; }
  #slide3Para {
    background: url(../images/slides/slide3Para.jpg) no-repeat center; }
  .carousel-caption {
    font-size: 10px; }
  .carousel-caption h2 {
    font-size: 16px; } }

@media (max-width: 768px) {
  #myCarousel .item {
    height: 310px; }
  #slide1Para {
    background: url(../images/slides/slide1Para.jpg) no-repeat center; }
  #slide2Para {
    background: url(../images/slides/slide2Para.jpg) no-repeat center; }
  #slide3Para {
    background: url(../images/slides/slide3Para.jpg) no-repeat center; }
  .carousel-caption {
    font-size: 16px; }
  .carousel-caption h2 {
    font-size: 20px; } }

@media (min-width: 1200px) {
  #myCarousel .item {
    height: 680px; }
  #slide1Para {
    background-image: url(../images/slides/slide1Para.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #slide2Para {
    background-image: url(../images/slides/slide2Para.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #slide3Para {
    background-image: url(../images/slides/slide3Para.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; } }

#myCarousel {
  z-index: 5;
  background-color: #fff; }

.carousel-indicators li {
  height: 10px;
  width: 10px;
  border: none;
  margin: 0;
  background-color: grey; }

.carousel-indicators li.active {
  height: 10px;
  width: 10px;
  border: none;
  margin: 0;
  background-color: black; }

.carousel-control-arrow-right {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 20px 5px 20px;
  border-radius: 999px;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 5%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  transition: all 0.3s ease-in; }

.carousel-control-arrow-right:hover {
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8); }

.carousel-control-arrow-right i {
  display: block;
  margin-right: -4px; }

.carousel-control-arrow-left {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 20px 5px 20px;
  border-radius: 999px;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  left: 5%;
  transition: all 0.2s ease-in; }

.carousel-control-arrow-left:hover {
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8); }

.carousel-control-arrow-left i {
  display: block;
  margin-left: -5px; }

/*---------------------------------End of the Carousel*/
.heading-wrapper {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 20px; }

.heading {
  font-size: 30px;
  color: #F97C80;
  font-weight: 600; }

/*-Start of new-big-*/
.news-wrapper-big {
  height: 420px;
  width: 100%;
  overflow: hidden; }

.news-image-big img {
  height: 415px;
  width: 100%;
  position: relative; }

.news-detail-big {
  position: absolute;
  top: 0;
  left: 0;
  background: #2c3f52;
  color: #ed4e6e; }

/*--End of news-big*/
.item img {
  margin-right: 10px; }

.tab-content {
  padding-bottom: 10px; }

#home {
  padding-right: 10px; }

.event-body {
  max-width: 275px;
  min-height: 440px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  background-color: #F3F3EB; }

.album {
  height: 195px;
  width: 100%; }

.event-body-text {
  padding: 20px 15px 10px 15px; }

.event-title {
  font-weight: 600; }

.event-description {
  font-size: 13px;
  margin-top: 10px; 
  min-height: 100px; }

.event-location {
  /*position: absolute;*/
  color: #334642;
  font-size: 12px;
  font-weight: 600;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 480px) {
  .event-body {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    background-color: #F3F3EB;
    height: 250px; }
  .album {
    height: 100px;
    width: 100%; }
  .event-body-text {
    padding: 5px 10px 5px 10px; }
  .event-title {
    font-size: 0.8em;
    font-weight: 600; }
  .event-description {
    font-size: 0.7em;
    font-weight: 300;
    margin-top: 0.5em;
    text-align: justify;
    margin-bottom: 1em; }
  .event-location {
    color: #334642;
    font-size: 0.6em;
    font-weight: 600; }
  .event-location i {
    font-size: 0.8em; }
  .event-location .event-location-date {
    font-size: 0.6em; } }

/*-End of mid--*/
/*--Designing the blog*/
.blog {
  padding-top: 7.5%;
  padding-right: 6%;
  padding-left: 6%;
  background-color: #E1E1E1; }

.gallery {
  padding-top: 7.5%;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 2%;
  background-color: #F2F2F2; }

.panel {
  border-radius: 0;
  border: 1px solid rgba(2, 82, 92, 0.1); }

.panel-primary > .panel-heading {
  border-radius: 0;
  background-color: #02525C;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.panel-title {
  font-size: 18px; }

.panel-body {
  background-color: #ffffff;
  font-size: 13px; }

.tree {
  font-size: 14px; }

/*Designing checkboxes of event page*/
#filters {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 20px;
  padding: 15px 0px 15px 0px;
  text-align: justify;
  background: #F3F3EB;
  /* For browsers that do not support gradients */
  /*background: -webkit-linear-gradient(#00517f,#00314c); /!* For Safari 5.1 to 6.0 *!/*/
  /*background: -o-linear-gradient(#00517f,#00314c); /!* For Opera 11.1 to 12.0 *!/*/
  /*background: -moz-linear-gradient(#00517f,#00314c); /!* For Firefox 3.6 to 15 *!/*/
  /*background: linear-gradient(#00517f,#00314c); /!* Standard syntax *!/*/ }

#filters ul {
  margin-bottom: 0px; }

#filters li {
  font-size: 12px;
  color: #5F5248;
  border: 1px solid #5F5248;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  margin: 5px 0px 10px 10px;
  background-color: transparent;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#filters li:hover {
  background-color: #5F5248;
  color: #e2e2e2; }

/*--Designing for event page events big one--*/
.events-wrapper {
  padding-right: 10px;
  margin-left: -10px; }

.event-body-big {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 25px;
  margin-right: 25px;
  background-color: #F3F3EB;
  height: 550px; }

.album-big {
  height: 220px;
  width: 100%; }

.event-title-big {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #5F5248;
  text-align: center;
  font-size: 18px;
  font-weight: 600; }

.event-description-big {
  font-size: 14px;
  font-weight: 300;
  padding: 10px 15px 10px 15px;
  text-align: justify; 
  min-height: 125px;
}

.event-location-big {
  text-align: center;
  color: #334642;
  font-size: 14px;
  font-weight: 600; }

.event-location-date {
  margin-bottom: 15px;
  opacity: 0.5;
  font-size: 12px; }

@media (max-width: 480px) {
  .events-wrapper {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  #filters {
    margin: 0;
    margin-bottom: 20px; }
  .event-body-big {
    margin-left: 0; } }

/*--Designing contact-us page--*/
.mid {
  height: 100%; }

.left {
  text-align: left; }

.contact-mid-wrapper {
  text-align: c; }

.heading {
  color: #004165;
  margin: 40px 0px 20px 0px;
  font-weight: 400;
  text-align: center; }

#map {
  margin-top: -80px;
  height: 768px;
  width: 100%;
  margin-bottom: 8%; }

.contact-content-wrapper {
  height: 100%;
  width: 100%;
  padding: 5%;
  background-color: #F2F2F2;
  color: #004165;
  text-align: center; }

.content {
  width: 100%; }

.contact-address-detail {
  margin: 0 auto;
  text-align: center;
  text-align: justify; }

.contact-address-detail p {
  letter-spacing: 2px; }

.contact-detail {
  text-align: center; }

@media (max-width: 480px) {
  #map {
    height: 250px;
    width: 100%;
    margin-bottom: 7%; } }

.panel {
  border-radius: 4px; }

.panel-heading {
  background-color: #004165 !important;
  color: #F2F2F2 !important; }

.form-control {
  background-color: transparent;
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid #004165;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.l-textfeild {
  padding: 30px 3px; }

.c-login_forgot-pass {
  margin-top: 25px; }

.c-login_forgot-pass a {
  padding: 7px; }

.c-login_forgot-pass a:hover {
  background-color: #ECECEC; }

.company-name {
  font-size: 20px;
  margin-top: 0; }

.l-team {
  padding: 20px; }

.l-testimonial {
  padding: 20px; }

.document {
  background-color: #fff; }

#news-content p {
  height: 190px;
  padding: 10px;
  overflow: hidden;
  text-align: justify !important; }

.parallax-bg {
  position: fixed;
  width: 100%; }
