/*
Site profile (theme): Blue-VR
Theme URI: -
Author: WebcreateLK
Author URI: webcreate.lk
Description: The Blue-VR site profile (theme) is a full-width responsive theme designed with bootstrap 3.x. Contrasting various styled blocks, contact forms, google maps, animations etc.
Version: 1.0
*/
.margin-zero-auto {
  margin: 0 auto;
}
/***********************************************************************
 * Abstract styles for body
 *
 */
body {
  font-family: 'Open Sans', sans-serif;
  text-shadow: none;
  color: #333;
  padding-top: 65px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
}
h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}
/***********************************************************************
 * Main typography elements for h1,h2,h3,h4,h5,p and lead paragraph
 *
 */
.typography-h1 {
  font-size: 2.8em;
  /* Mobile screen */
  /* Small tablets */
}
@media (max-width: 767px) {
  .typography-h1 {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .typography-h1 {
    font-size: 2em;
  }
}
.typography-h2 {
  font-size: 1.8em;
  /* Mobile screen */
  /* Small tablets */
}
@media (max-width: 767px) {
  .typography-h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .typography-h2 {
    font-size: 1.6em;
  }
}
.typography-h3 {
  font-size: 1.6em;
  /* Mobile screen */
  /* Small tablets */
}
@media (max-width: 767px) {
  .typography-h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .typography-h3 {
    font-size: 1.5em;
  }
}
.typography-h4 {
  font-size: 1.125em;
  /* Mobile screen */
}
@media (max-width: 767px) {
  .typography-h4 {
    font-size: 1.1em;
  }
}
/* normal paragraph style */
.typography-p {
  font-size: 1em;
  line-height: 1.5em;
  /* Mobile screen */
}
@media (max-width: 767px) {
  .typography-p {
    line-height: 1.2em;
  }
}
/* Lead paragraph style */
.lead-p {
  font-size: 1.313em;
  /* Mobile screen */
}
@media (max-width: 767px) {
  .lead-p {
    font-size: 1em;
  }
}
/***********************************************************************
 * Home page hero unit
 *
 */
.hero-unit {
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-unit .container .hero-unit-content {
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.hero-unit .container .hero-unit-content h1 {
  font-size: 2.8em;
  /* Mobile screen */
  /* Small tablets */
  color: #FFF;
}
@media (max-width: 767px) {
  .hero-unit .container .hero-unit-content h1 {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-unit .container .hero-unit-content h1 {
    font-size: 2em;
  }
}
.hero-unit .container .hero-unit-content h2 {
  font-size: 1.8em;
  /* Mobile screen */
  /* Small tablets */
  color: #FFF;
}
@media (max-width: 767px) {
  .hero-unit .container .hero-unit-content h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-unit .container .hero-unit-content h2 {
    font-size: 1.6em;
  }
}
.hero-unit .container .hero-unit-content h3 {
  font-size: 1.6em;
  /* Mobile screen */
  /* Small tablets */
  color: #FFF;
}
@media (max-width: 767px) {
  .hero-unit .container .hero-unit-content h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-unit .container .hero-unit-content h3 {
    font-size: 1.5em;
  }
}
.hero-unit .container .hero-unit-content h4 {
  font-size: 1.125em;
  /* Mobile screen */
  color: #FFF;
}
@media (max-width: 767px) {
  .hero-unit .container .hero-unit-content h4 {
    font-size: 1.1em;
  }
}
.hero-unit .container .hero-unit-content p {
  font-size: 1.313em;
  /* Mobile screen */
  color: #FFF;
}
@media (max-width: 767px) {
  .hero-unit .container .hero-unit-content p {
    font-size: 1em;
  }
}
.hero-unit .container .hero-unit-content .btn {
  margin-top: 10px;
  border-color: #FFF;
  color: #FFF;
}
.hero-unit .container .hero-unit-content .btn i {
  margin-left: 5px;
}
/***********************************************************************
 * Sub page header
 * mainly consist h1 header and the breadcrumb
 *
 */
.header-wrapper {
  margin-top: 10px;
  background-color: #eb7a77;
  color: #FFF;
  position: relative;
  height: 80px;
}
.header-wrapper h1 {
  font-size: 2.8em;
  /* Mobile screen */
  /* Small tablets */
  color: #FFF;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .header-wrapper h1 {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-wrapper h1 {
    font-size: 2em;
  }
}
.header-wrapper ul.breadcrumb {
  position: absolute;
  top: 20px;
  right: 0;
  background: none;
}
.header-wrapper ul.breadcrumb li a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.header-wrapper ul.breadcrumb li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 5px;
  font-weight: normal;
  color: #FFF;
}
.header-wrapper ul.breadcrumb li.active a {
  cursor: text;
  font-weight: normal;
}
@media (max-width: 767px) {
  .header-wrapper ul.breadcrumb {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: small;
  }
}
@media (max-width: 767px) {
  .header-wrapper {
    height: 70px;
  }
  .header-wrapper h1 {
    font-size: 2.8em;
    /* Mobile screen */
    /* Small tablets */
    margin-top: 8px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .header-wrapper h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .header-wrapper h1 {
    font-size: 2em;
  }
}
/***********************************************************************
 * Page body content styles
 * Basically .body-content-wrap handles the main text of the every page.
 *
 */
.body-content-wrap {
  border-bottom: 1px solid #f5f5f5;
  min-height: 400px;
  padding: 45px 0 40px 0;
  /* Remove first sub header top margin from the sub page */
}
.body-content-wrap h1 {
  margin-top: 0;
  font-size: 2.8em;
  /* Mobile screen */
  /* Small tablets */
  color: #a40508;
}
@media (max-width: 767px) {
  .body-content-wrap h1 {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-content-wrap h1 {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .body-content-wrap {
    padding: 15px 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-content-wrap {
    padding: 20px 0 25px 0;
  }
}
.body-content-wrap h2 {
  font-size: 1.8em;
  /* Mobile screen */
  /* Small tablets */
  color: #a40508;
}
@media (max-width: 767px) {
  .body-content-wrap h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-content-wrap h2 {
    font-size: 1.6em;
  }
}
.body-content-wrap h3 {
  font-size: 1.6em;
  /* Mobile screen */
  /* Small tablets */
  color: #a40508;
}
@media (max-width: 767px) {
  .body-content-wrap h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-content-wrap h3 {
    font-size: 1.5em;
  }
}
.body-content-wrap h4 {
  font-size: 1.125em;
  /* Mobile screen */
  color: #a40508;
}
@media (max-width: 767px) {
  .body-content-wrap h4 {
    font-size: 1.1em;
  }
}
.body-content-wrap h2:first-child {
  margin-top: 0;
}
.body-content-wrap p {
  font-size: 1em;
  line-height: 1.5em;
  /* Mobile screen */
}
@media (max-width: 767px) {
  .body-content-wrap p {
    line-height: 1.2em;
  }
}
.body-content-wrap p.lead {
  font-size: 1.313em;
  /* Mobile screen */
}
@media (max-width: 767px) {
  .body-content-wrap p.lead {
    font-size: 1em;
  }
}
.body-content-wrap .sidebar-h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.body-content-wrap .content-inner-wrapper {
  margin-bottom: 20px;
}
/***********************************************************************
 * Feature set wrapper
 * .feature-set-wrapper and sub elements are used to render a feature-set/services
 * .feature-set-wrapper class only used in home page.
 *
 */
.feature-set-wrapper {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 50px 0 40px 0;
  /* Arranging styles for mobile screens and small tablets */
}
@media (max-width: 767px) {
  .feature-set-wrapper {
    padding: 15px 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-set-wrapper {
    padding: 20px 0 25px 0;
  }
}
.feature-set-wrapper i {
  font-size: 8em;
  color: #9a9a9a;
}
@media (max-width: 767px) {
  .feature-set-wrapper i {
    font-size: 3em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-set-wrapper i {
    font-size: 5em;
  }
}
.feature-set-wrapper p {
  font-size: 1em;
  line-height: 1.5em;
  /* Mobile screen */
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .feature-set-wrapper p {
    line-height: 1.2em;
  }
}
@media (max-width: 767px) {
  .feature-set-wrapper p {
    padding: 2px 10px;
  }
}
.feature-set-wrapper h3 {
  font-size: 1.6em;
  /* Mobile screen */
  /* Small tablets */
  margin-top: 5px;
  height: 26px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .feature-set-wrapper h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-set-wrapper h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .feature-set-wrapper h3 {
    height: 30px;
  }
}
/***********************************************************************
 * Default list style
 * When rendering list we used to keep following style as default behaviour.
 *
 */
ul.default-list-square {
  list-style: none;
}
ul.default-list-square li {
  margin-bottom: 10px;
  position: relative;
}
ul.default-list-square li:before {
  color: #eb7a77;
  font-family: 'FontAwesome';
  content: "\f04d";
  position: absolute;
  top: 0px;
  left: -20px;
  font-size: 0.5em;
}
/***********************************************************************
 * Page blocks
 * When rendering various type of page blocks from cms we used following
 * styles to arrange our page blocks.
 *
 */
.page-block-wrapper {
  border-bottom: 1px solid #f5f5f5;
}
.page-block-wrapper .page-block-type-1,
.page-block-wrapper .page-block-type-2,
.page-block-wrapper .page-block-type-3 {
  padding: 40px 0 50px 0;
}
@media (max-width: 767px) {
  .page-block-wrapper .page-block-type-1,
  .page-block-wrapper .page-block-type-2,
  .page-block-wrapper .page-block-type-3 {
    padding: 15px 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-block-wrapper .page-block-type-1,
  .page-block-wrapper .page-block-type-2,
  .page-block-wrapper .page-block-type-3 {
    padding: 20px 0 25px 0;
  }
}
.page-block-wrapper .page-block-type-1 h2,
.page-block-wrapper .page-block-type-2 h2,
.page-block-wrapper .page-block-type-3 h2 {
  margin-top: 0px;
  font-size: 1.8em;
  /* Mobile screen */
  /* Small tablets */
  color: #a40508;
}
@media (max-width: 767px) {
  .page-block-wrapper .page-block-type-1 h2,
  .page-block-wrapper .page-block-type-2 h2,
  .page-block-wrapper .page-block-type-3 h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-block-wrapper .page-block-type-1 h2,
  .page-block-wrapper .page-block-type-2 h2,
  .page-block-wrapper .page-block-type-3 h2 {
    font-size: 1.6em;
  }
}
.page-block-wrapper .page-block-type-1 h3,
.page-block-wrapper .page-block-type-2 h3,
.page-block-wrapper .page-block-type-3 h3 {
  font-size: 1.6em;
  /* Mobile screen */
  /* Small tablets */
  color: #a40508;
}
@media (max-width: 767px) {
  .page-block-wrapper .page-block-type-1 h3,
  .page-block-wrapper .page-block-type-2 h3,
  .page-block-wrapper .page-block-type-3 h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-block-wrapper .page-block-type-1 h3,
  .page-block-wrapper .page-block-type-2 h3,
  .page-block-wrapper .page-block-type-3 h3 {
    font-size: 1.5em;
  }
}
.page-block-wrapper .page-block-type-1 h4,
.page-block-wrapper .page-block-type-2 h4,
.page-block-wrapper .page-block-type-3 h4 {
  font-size: 1.125em;
  /* Mobile screen */
  color: #a40508;
}
@media (max-width: 767px) {
  .page-block-wrapper .page-block-type-1 h4,
  .page-block-wrapper .page-block-type-2 h4,
  .page-block-wrapper .page-block-type-3 h4 {
    font-size: 1.1em;
  }
}
.page-block-wrapper .page-block-type-1 p,
.page-block-wrapper .page-block-type-2 p,
.page-block-wrapper .page-block-type-3 p {
  font-size: 1em;
  line-height: 1.5em;
  /* Mobile screen */
}
@media (max-width: 767px) {
  .page-block-wrapper .page-block-type-1 p,
  .page-block-wrapper .page-block-type-2 p,
  .page-block-wrapper .page-block-type-3 p {
    line-height: 1.2em;
  }
}
.page-block-wrapper .page-block-type-1 p.lead,
.page-block-wrapper .page-block-type-2 p.lead,
.page-block-wrapper .page-block-type-3 p.lead {
  font-size: 1.313em;
  /* Mobile screen */
}
@media (max-width: 767px) {
  .page-block-wrapper .page-block-type-1 p.lead,
  .page-block-wrapper .page-block-type-2 p.lead,
  .page-block-wrapper .page-block-type-3 p.lead {
    font-size: 1em;
  }
}
.page-block-wrapper .page-block-type-3 {
  padding-left: 15px;
  padding-right: 15px;
}
/***********************************************************************
 * Page block with background image
 * .page-block-bg-wrapper is a block with a background image and overlay text.
 *
 */
.page-block-bg-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #FFF;
  /* Button styles */
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .page-block-bg-wrapper {
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-block-bg-wrapper {
    padding: 70px 0;
  }
}
.page-block-bg-wrapper a {
  color: #FFF;
}
.page-block-bg-wrapper h1 {
  font-size: 2.8em;
  /* Mobile screen */
  /* Small tablets */
  color: #FFF;
}
@media (max-width: 767px) {
  .page-block-bg-wrapper h1 {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-block-bg-wrapper h1 {
    font-size: 2em;
  }
}
.page-block-bg-wrapper p {
  font-size: 1.313em;
  /* Mobile screen */
}
@media (max-width: 767px) {
  .page-block-bg-wrapper p {
    font-size: 1em;
  }
}
.page-block-bg-wrapper h2 {
  margin-top: 0px;
  font-size: 1.8em;
  /* Mobile screen */
  /* Small tablets */
  color: #FFF;
}
@media (max-width: 767px) {
  .page-block-bg-wrapper h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-block-bg-wrapper h2 {
    font-size: 1.6em;
  }
}
.page-block-bg-wrapper h3 {
  font-size: 1.6em;
  /* Mobile screen */
  /* Small tablets */
  color: #FFF;
}
@media (max-width: 767px) {
  .page-block-bg-wrapper h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-block-bg-wrapper h3 {
    font-size: 1.5em;
  }
}
.page-block-bg-wrapper h4 {
  font-size: 1.125em;
  /* Mobile screen */
  color: #FFF;
}
@media (max-width: 767px) {
  .page-block-bg-wrapper h4 {
    font-size: 1.1em;
  }
}
.page-block-bg-wrapper .btn {
  background: none;
  margin-top: 10px;
  border-color: #FFF;
  color: #FFF;
}
.page-block-bg-wrapper .btn i {
  margin-left: 5px;
}
.page-block-bg-wrapper .btn:hover,
.page-block-bg-wrapper .btn:active,
.page-block-bg-wrapper .btn:focus {
  text-decoration: underline;
}
/***********************************************************************
 * Client references/testimonial styles
 * Used only for the home page.
 *
 */
.references-wrapper {
  padding: 45px 0 40px 0;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 767px) {
  .references-wrapper {
    padding: 15px 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .references-wrapper {
    padding: 20px 0 25px 0;
  }
}
.references-wrapper .container .row .col-lg-12 .quotesHome ul.slides li {
  /* font-awesome quotes */
  /* client image */
}
.references-wrapper .container .row .col-lg-12 .quotesHome ul.slides li i.fa {
  color: #eb7a77;
  font-size: 1.5em;
}
.references-wrapper .container .row .col-lg-12 .quotesHome ul.slides li blockquote {
  position: relative;
  margin: 0 auto;
  font-size: 1em;
  /* Mobile screen */
  line-height: 1.5em;
  padding-left: 30px;
  border-right: none;
  border-left: none;
}
@media (max-width: 767px) {
  .references-wrapper .container .row .col-lg-12 .quotesHome ul.slides li blockquote {
    line-height: 1.2em;
  }
}
.references-wrapper .container .row .col-lg-12 .quotesHome ul.slides li img {
  top: 0px;
  position: relative;
  margin: 0 auto;
}
/***********************************************************************
 * Google map styles
 * In order to render google maps we use following styles
 * Default height of the map is 300 pixels. Please feel free to add any height
 *
 */
.map-wrap {
  margin-bottom: 20px;
}
.map-wrap h3 {
  margin-top: 5px;
}
div#map {
  width: 100%;
  height: 300px;
}
/***********************************************************************
 * Contact form wrapper & settings
 *
 */
.contact-form-wrapper {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 50px;
}
/* Contact form */
.contact-form {
  width: 100%;
  /* Input fields styles */
  /* Validation error styles */
  /* Submit button styles */
  /* Any required field will be marked as `*` */
}
@media (max-width: 767px) {
  .contact-form {
    padding: 15px 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    padding: 20px 0 25px 0;
  }
}
.contact-form .Inputfields,
.contact-form .Inputfields li {
  list-style: none;
  background: none !important;
  margin: 1em 0;
  padding: 0 !important;
}
.contact-form .Inputfields li label {
  font-weight: bold;
}
.contact-form .Inputfields li p {
  margin: 0;
}
.contact-form .Inputfields li p.description {
  font-style: italic;
}
.contact-form .Inputfields textarea,
.contact-form .Inputfields .InputfieldMaxWidth {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #000;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-form #Inputfield_contact_form_message {
  height: 100px;
}
.contact-form .InputfieldMaxWidth:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.contact-form .Inputfields .InputfieldSubmit label {
  display: none;
}
.contact-form .ui-widget-content p .ui-state-error {
  color: red;
}
.contact-form #Inputfield_submit {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffffff;
  background-color: #a40508;
  border-color: #900000;
  display: inline-block;
  padding: 15px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.4s ease-in;
  -moz-transition: background-color 0.4s ease-in;
  -o-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in;
}
.contact-form #Inputfield_submit:hover,
.contact-form #Inputfield_submit:active,
.contact-form #Inputfield_submit:focus {
  background-color: #900000;
}
.contact-form .InputfieldStateRequired .ui-widget-header:after {
  content: " * ";
  color: #eb7a77;
}
/***********************************************************************
 * Bottom footer
 * Page footer with some links
 *
 */
.bottom-nav-wrapper {
  color: #878787;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: small;
}
.bottom-nav-wrapper a {
  color: #a40508;
  line-height: 2em;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.bottom-nav-wrapper a:hover,
.bottom-nav-wrapper a:active,
.bottom-nav-wrapper a:focus {
  text-decoration: underline;
  color: #7c0000;
}
.bottom-nav-wrapper ul.bottom-nav li {
  padding-left: 10px;
  padding-right: 10px;
}
