@import url(bootstrap.min.css);
@import url(jquery.fancybox.css);
@import url(mainstyles.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
.lightBoxBackGround {
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0.7;
  display: none;
  background-color: #000;
  height: 100%;
  width: 100%;
  z-index: 1009; }

.lightBox {
  position: absolute;
  top: 10%;
  left: 10%;
  display: none;
  background-color: #000;
  height: 80%;
  width: 80%;
  z-index: 1019; }
  .lightBox .imgBox {
    width: 70%;
    height: 100%;
    background-color: 0.7;
    float: left;
    position: relative; }
    .lightBox .imgBox .centre-canvas {
      text-align: center;
      overflow: hidden; }
      .lightBox .imgBox .centre-canvas canvas {
        margin: 0px auto;
        overflow: hidden; }
      .lightBox .imgBox .centre-canvas .previous-image, .lightBox .imgBox .centre-canvas .next-image {
        position: absolute;
        display: block;
        height: 60px !important;
        width: 60px !important;
        top: 45%;
        color: #ccc;
        text-decoration: none;
        font-size: 40px;
        font-weight: 100 !important;
        text-align: center;
        outline: none;
        border: none;
        cursor: pointer;
        opacity: 0.7;
        padding-top: 5px; }
        .lightBox .imgBox .centre-canvas .previous-image:hover, .lightBox .imgBox .centre-canvas .next-image:hover {
          background-color: #000;
          opacity: 0.7;
          color: #fff; }
      .lightBox .imgBox .centre-canvas .next-image {
        right: 0; }
      .lightBox .imgBox .centre-canvas .previous-image {
        left: 0px; }
    .lightBox .imgBox .bottomLegend {
      width: 100%;
      height: 30px;
      background-color: #000;
      opacity: 0.7;
      position: absolute;
      bottom: 0;
      left: 0; }
      .lightBox .imgBox .bottomLegend p {
        color: #fff;
        font-family: "Lato", sans-serif;
        font-size: 12px;
        padding-left: 20px;
        padding-top: 6px; }
  .lightBox .detailsBox {
    width: 30%;
    height: 100%;
    background-color: #eee;
    float: right;
    position: relative;
    padding: 20px; }
    .lightBox .detailsBox .imageDetailsTitle {
      color: #000;
      font-family: "Lato", sans-serif;
      font-size: 20px; }
    .lightBox .detailsBox .details-icon {
      padding-right: 20px; }
    .lightBox .detailsBox .close-lightbox-button {
      color: #000;
      font-family: "Lato", sans-serif;
      font-size: 15px;
      cursor: pointer;
      font-weight: 100 !important;
      text-decoration: none;
      outline: none;
      border: none;
      padding: 0;
      float: right;
      top: -10px; }
      .lightBox .detailsBox .close-lightbox-button:hover {
        color: #555; }
    .lightBox .detailsBox .column-a-details {
      padding: 0 20px;
      width: 40%;
      height: 100%;
      float: left;
      position: relative; }
    .lightBox .detailsBox .column-b-details {
      padding: 0;
      width: 60%;
      height: 100%;
      float: right;
      position: relative; }
    .lightBox .detailsBox .detailsLabel {
      color: #000;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      margin: 5px; }
    .lightBox .detailsBox .valuesLabel {
      color: #3498db;
      font-family: "Lato", sans-serif;
      font-size: 15px;
      margin: 5px; }
    .lightBox .detailsBox .buttons-bottom-center {
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center;
      width: 100%;
      display: inline-block; }
      .lightBox .detailsBox .buttons-bottom-center .bottom-details-buttons {
        margin: 20px; }
      .lightBox .detailsBox .buttons-bottom-center .details-button-purchase {
        margin-left: 0px; }

@media only screen and (max-width: 1400px) and (min-width: 1151px) {
  .bottom-details-buttons {
    margin: 5px 5px 20px 5px !important; }

  .details-button-purchase {
    margin-left: 0px !important; } }
@media only screen and (max-width: 1150px) {
  .bottom-details-buttons {
    margin: 5px 5px 5px 5px !important; }

  .details-button-purchase {
    margin-bottom: 20px !important; } }
@media only screen and (max-height: 700px) and (max-width: 1150px) {
  .details-inner {
    height: 70% !important;
    overflow-x: hidden;
    overflow-y: auto; } }
@media only screen and (max-height: 570px) and (max-width: 1150px) {
  .details-inner {
    height: 66% !important;
    overflow-x: hidden;
    overflow-y: auto; } }
@media only screen and (max-height: 570px) and (max-width: 851px) {
  .details-inner {
    height: 57% !important;
    overflow-x: hidden;
    overflow-y: auto; } }
@media only screen and (max-height: 600px) and (min-height: 451px) and (min-width: 1151px) {
  .details-inner {
    height: 77% !important;
    overflow-x: hidden;
    overflow-y: auto; } }
@media only screen and (max-height: 450px) and (min-width: 1151px) {
  .details-inner {
    height: 67% !important;
    overflow-x: hidden;
    overflow-y: auto; } }
html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif; }
  html #clockdiv, body #clockdiv {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 40px; }
  html #clockdiv > div, body #clockdiv > div {
    padding: 10px;
    background: url("../images/slide_bg.png") repeat scroll 0 0 transparent;
    background-color: rgba(236, 28, 36, 0.9);
    display: inline-block;
    margin-left: 3px; }
    html #clockdiv > div:first-child, html #clockdiv > div:last-child, body #clockdiv > div:first-child, body #clockdiv > div:last-child {
      border-radius: 3px; }
  html #clockdiv div > span, body #clockdiv div > span {
    padding: 15px;
    background-color: rgba(200, 40, 56, 0.9);
    display: inline-block; }
  html .smalltext, body .smalltext {
    padding-top: 5px;
    font-size: 16px; }
  html a, html a:hover, html a:focus, html .btn:focus, body a, body a:hover, body a:focus, body .btn:focus {
    text-decoration: none;
    outline: none; }
  html body > section, body body > section {
    padding: 70px 0; }
  html .navbar-inverse .navbar-nav > li > a, body .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase; }
  html #top, body #top {
    width: 100%;
    height: 726px;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding: 0; }
    html #top .background-one, body #top .background-one {
      width: 100%;
      height: 726px;
      overflow: hidden;
      position: relative;
      display: block; }
      html #top .background-one .top-bg-img, body #top .background-one .top-bg-img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 726px;
        width: 100%; }
  html #service, body #service {
    width: 100%;
    display: block;
    background-color: #fff;
    position: relative; }
  html .client-images, body .client-images {
    height: 120px;
    overflow: hidden;
    position: relative; }
  html .overlayer, body .overlayer {
    background: url("../images/slide_bg.png") repeat scroll 0 0 transparent;
    padding: 100px 0 120px;
    background-color: rgba(236, 28, 36, 0.9); }
  html .animate-show.ng-hide-add, html .animate-show.ng-hide-remove, body .animate-show.ng-hide-add, body .animate-show.ng-hide-remove {
    transition: all linear 0.5s;
    display: block !important; }
  html .animate-show.ng-hide-add.ng-hide-add-active, html .animate-show.ng-hide-remove, body .animate-show.ng-hide-add.ng-hide-add-active, body .animate-show.ng-hide-remove {
    opacity: 0; }
  html .animate-show.ng-hide-add, html .animate-show.ng-hide-remove.ng-hide-remove-active, body .animate-show.ng-hide-add, body .animate-show.ng-hide-remove.ng-hide-remove-active {
    opacity: 1; }
  html .btn, body .btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase; }
  html .btn-earth, body .btn-earth {
    /*#EC1C24*/
    background-color: rgba(236, 28, 36, 0.9);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff; }

/*	Header
/* ==========================================*/
#navigation {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  padding: 5px 0;
  background-color: black; }

#navigation.animated-header {
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.4); }

.navbar-nav {
  padding-top: 10px; }

.navbar-image-icon {
  height: auto;
  width: 35px;
  margin: 2px; }

h1.navbar-brand {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase; }

.navbar-brand-a {
  color: #fff !important; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase; }

.navbar-toggle {
  margin-top: 15px; }

.authorOfSite {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: white;
  position: fixed;
  bottom: 0;
  margin: 0 auto 2px;
  text-align: center;
  width: 100%;
  z-index: 15; }
  .authorOfSite a {
    text-decoration: none;
    color: white;
    font-weight: 600; }

#portfolio {
  background-image: url("../images/one.jpg");
  padding: 0;
  color: #fff; }

#portfolio .sec-title.white h2 {
  border-bottom: 1px solid #fff !important; }

#portfolio .overlay {
  background-color: rgba(236, 28, 36, 0.8);
  padding: 70px 0 40px; }

.testimonial-item {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 64%; }

.testimonial-item img {
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: auto;
  max-width: 100px; }

.testimonial-item > div {
  line-height: 30px;
  position: relative; }

.testimonial-item > div:before {
  background-image: url("../images/icons/quotes.png");
  background-repeat: no-repeat;
  bottom: 127px;
  height: 33px;
  left: -35px;
  position: absolute;
  width: 45px; }

.testimonial-item > div:after {
  background-image: url("../images/icons/quotes.png");
  background-position: -58px 0;
  background-repeat: no-repeat;
  bottom: -50px;
  height: 33px;
  position: absolute;
  right: 0;
  width: 45px; }

.testimonial-item > div > span {
  display: inline-block;
  font-weight: 700;
  margin: 40px 0 30px;
  text-transform: uppercase; }

#portfolio .owl-controls.clickable {
  margin-top: 20px;
  text-align: center; }

#portfolio .owl-buttons {
  border: 2px solid #fff;
  float: inherit; }

#portfolio .owl-prev:hover,
#portfolio .owl-next:hover {
  color: #fff; }

.fancybox-next span {
  background: url("../images/icons/right.png") no-repeat scroll center center #EC1C24;
  height: 50px;
  width: 50px; }

.fancybox-prev span {
  background: url("../images/icons/left.png") no-repeat scroll center center #EC1C24;
  height: 50px;
  width: 50px; }

/*# sourceMappingURL=main.css.map */
