﻿/**
* Less Long Shadow v2.0.0
* Long shadow generator mixins for inline and block elements.
*
* Source: https://github.com/zensimilia/less-long-shadow
* Author: Di M Dub
* License: MIT
*
* #long-shadow.inline(@color, @angle, @size);
* #long-shadow.block(@color, @angle, @size, @prefix);
*/
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-black-webfont.eot');
  src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-black-webfont.woff2') format('woff2'), url('../fonts/lato-black-webfont.woff') format('woff'), url('../fonts/lato-black-webfont.ttf') format('truetype'), url('../fonts/lato-black-webfont.svg#latoblack') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-blackitalic-webfont.eot');
  src: url('../fonts/lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-blackitalic-webfont.woff2') format('woff2'), url('../fonts/lato-blackitalic-webfont.woff') format('woff'), url('../fonts/lato-blackitalic-webfont.ttf') format('truetype'), url('../fonts/lato-blackitalic-webfont.svg#latoblack_italic') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-bold-webfont.eot');
  src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-bolditalic-webfont.eot');
  src: url('../fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bolditalic-webfont.woff2') format('woff2'), url('../fonts/lato-bolditalic-webfont.woff') format('woff'), url('../fonts/lato-bolditalic-webfont.ttf') format('truetype'), url('../fonts/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-hairline-webfont.eot');
  src: url('../fonts/lato-hairline-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-hairline-webfont.woff2') format('woff2'), url('../fonts/lato-hairline-webfont.woff') format('woff'), url('../fonts/lato-hairline-webfont.ttf') format('truetype'), url('../fonts/lato-hairline-webfont.svg#latohairline') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-hairlineitalic-webfont.eot');
  src: url('../fonts/lato-hairlineitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-hairlineitalic-webfont.woff2') format('woff2'), url('../fonts/lato-hairlineitalic-webfont.woff') format('woff'), url('../fonts/lato-hairlineitalic-webfont.ttf') format('truetype'), url('../fonts/lato-hairlineitalic-webfont.svg#latohairline_italic') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-italic-webfont.eot');
  src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-italic-webfont.woff2') format('woff2'), url('../fonts/lato-italic-webfont.woff') format('woff'), url('../fonts/lato-italic-webfont.ttf') format('truetype'), url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-light-webfont.eot');
  src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-lightitalic-webfont.eot');
  src: url('../fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-lightitalic-webfont.woff2') format('woff2'), url('../fonts/lato-lightitalic-webfont.woff') format('woff'), url('../fonts/lato-lightitalic-webfont.ttf') format('truetype'), url('../fonts/lato-lightitalic-webfont.svg#latolight_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-regular-webfont.eot');
  src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
.row-xs-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-xs-eq-height .col-xs-height {
  position: relative;
  /*-moz-box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.row-xs-eq-height .col-xs-center {
  align-self: center;
}

@media (min-width: 768px) and (max-width: 992px) {
    #theader {
        margin: 0px 0px 0px 15px !important;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    #theader {
        margin: 0px 0px 0px 160px !important;
    }
}

@media (max-width: 768px) {
    #theader {
        margin: 0px!important;
    }
}

@media (min-width: 768px) {
  .row-sm-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-sm-eq-height .col-sm-height {
    position: relative;
    /*-moz-box-flex: 1;
            -webkit-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .row-sm-eq-height .col-sm-center {
    align-self: center;
  }
}
@media (min-width: 992px) {
  .row-md-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-md-eq-height .col-md-height {
    position: relative;
    /*-moz-box-flex: 1;
            -webkit-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .row-md-eq-height .col-md-center {
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .row-lg-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-lg-eq-height .col-lg-height {
    position: relative;
    /*-moz-box-flex: 1;
            -webkit-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .row-lg-eq-height .col-lg-center {
    align-self: center;
  }
}
* {
  outline: none !important;
}
body {
  font-family: 'Lato', sans-serif;
  color: #3c3c3c;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 46px;
  right: 50px;
  width: 40px;
  height: 40px;
  background-color: #000000;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: pointer;
  z-index: 1050;
}
@media (min-width: 768px) and (max-width: 991px) {
  .back-to-top {
    bottom: 77px;
    right: 20px;
  }
}
.back-to-top:hover {
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
section > header {
  height: 80px;
  text-align: center;
}
section > header h2 {
  text-transform: uppercase;
  line-height: 80px;
  margin: 0;
}
section.header-blue header {
  background-color: #1e84e2;
  color: #fff;
}
.navbar-atsoft {
  background-color: #ffffff;
  border-bottom: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.navbar-atsoft .container {
  position: relative;
}
.navbar-atsoft .navbar-toggle {
  padding-top: 17px;
  padding-bottom: 17px;
}
.navbar-atsoft .navbar-toggle .icon-bar {
  background-color: #0091cf;
  height: 3px;
}
.navbar-atsoft .navbar-brand {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
@media (min-width: 768px) {
  .navbar-atsoft .navbar-brand {
    left: 15px;
    z-index: 1000;
  }
}
.navbar-atsoft .navbar-brand img {
  width: 80px;
}
@media (min-width: 768px) {
  .navbar-atsoft .navbar-brand img {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .navbar-atsoft .navbar-brand img {
    width: 105px;
  }
}
.navbar-atsoft .navbar-collapse {
  position: relative;
  border-color: #1e84e2;
  text-align: left;
}
@media (min-width: 768px) {
  .navbar-atsoft .navbar-collapse {
    border-color: transparent;
    text-align: center;
  }
}
.navbar-atsoft .navbar-nav {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .navbar-atsoft .navbar-nav {
    display: inline-block;
    margin: 49px auto 0;
    float: none;
    border-bottom: 5px solid #0091cf;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .navbar-atsoft .navbar-nav {
    margin-top: 47px;
  }
}
.navbar-atsoft .navbar-nav > li > a {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0091cf;
}
@media (min-width: 992px) {
  .navbar-atsoft .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar-atsoft .navbar-nav > li.active > a,
.navbar-atsoft .navbar-nav > li:hover > a {
  background-color: #0091cf;
  color: #ffffff;
}
.navbar-atsoft .block-header-right {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .navbar-atsoft .block-header-right {
    right: 70px;
    top: 26px;
  }
}
.navbar-atsoft .cart-link {
  color: #0091cf;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}
.navbar-atsoft .cart-link i {
  margin-right: 5px;
}
/*.navbar-atsoft .teamviewer {
  display: block;
  margin-top: 5px;
  width: 129px;
  height: 46px;
  background-color: #1e84e2;
  text-align: center;
}*/
.navbar-atsoft .teamviewer img {
  display: block;
  margin-top: 5px;
  width: 104px;
  height: 64px;
}
.navbar-atsoft .teamviewer span {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}
.navbar-atsoft .header-top {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}
.navbar-atsoft .header-top ul {
  margin-bottom: 0;
  color: #8d9095;
}
.navbar-atsoft .header-bottom {
  position: static;
  padding-top: 10px;
  top: 0;
  width: 100%;
}
.navbar-atsoft .header-bottom.fixed {
  background-color: #ffffff;
  position: fixed;
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.footer {
  background-color: #25292c;
  color: #ffffff;
}
.footer .top-footer {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .footer .top-footer {
    padding-top: 0;
  }
}
.footer .bottom-footer {
  background-color: #212528;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .footer .bottom-footer p {
    text-align: center;
    width: 100%;
  }
}
.footer h4 {
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .footer h4 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.footer .gift-group > a {
  float: left;
  width: 33.33333333%;
  padding: 2px;
}
.footer .gift-group > a img {
  width: 100%;
}
.footer .list-address {
  padding-left: 30px;
}
.footer .list-address li {
  position: relative;
  line-height: 1.8;
}
.footer .list-address li + li {
  margin-top: 16px;
}
.footer .list-address li > i {
  position: absolute;
  left: -30px;
  top: 0;
  width: 25px;
  font-size: 18px;
  color: #797979;
}
.footer .list-address li > span {
  font-weight: bold;
  color: #797979;
}
.footer .list-link-social {
  padding-top: 16px;
}
.footer .list-link-social .link-social {
  display: inline-block;
  background-color: #535353;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}
.footer .list-link-social .link-social.f {
  background-color: #3d5a98;
  text-shadow: 21px 21px 0px #273a61, 21px 21px 0px #273a61, 20px 20px 0px #273a61, 19px 19px 0px #273a61, 18px 18px 0px #273a61, 18px 18px 0px #273a61, 17px 17px 0px #273a61, 16px 16px 0px #273a61, 16px 16px 0px #273a61, 15px 15px 0px #273a61, 14px 14px 0px #273a61, 13px 13px 0px #273a61, 13px 13px 0px #273a61, 12px 12px 0px #273a61, 11px 11px 0px #273a61, 11px 11px 0px #273a61, 10px 10px 0px #273a61, 9px 9px 0px #273a61, 8px 8px 0px #273a61, 8px 8px 0px #273a61, 7px 7px 0px #273a61, 6px 6px 0px #273a61, 6px 6px 0px #273a61, 5px 5px 0px #273a61, 4px 4px 0px #273a61, 4px 4px 0px #273a61, 3px 3px 0px #273a61, 2px 2px 0px #273a61, 1px 1px 0px #273a61, 1px 1px 0px #273a61,  0px 0px 0px #273a61;
}
.footer .list-link-social .link-social.t {
  background-color: #659fcb;
  text-shadow: 21px 21px 0px #3979aa, 21px 21px 0px #3979aa, 20px 20px 0px #3979aa, 19px 19px 0px #3979aa, 18px 18px 0px #3979aa, 18px 18px 0px #3979aa, 17px 17px 0px #3979aa, 16px 16px 0px #3979aa, 16px 16px 0px #3979aa, 15px 15px 0px #3979aa, 14px 14px 0px #3979aa, 13px 13px 0px #3979aa, 13px 13px 0px #3979aa, 12px 12px 0px #3979aa, 11px 11px 0px #3979aa, 11px 11px 0px #3979aa, 10px 10px 0px #3979aa, 9px 9px 0px #3979aa, 8px 8px 0px #3979aa, 8px 8px 0px #3979aa, 7px 7px 0px #3979aa, 6px 6px 0px #3979aa, 6px 6px 0px #3979aa, 5px 5px 0px #3979aa, 4px 4px 0px #3979aa, 4px 4px 0px #3979aa, 3px 3px 0px #3979aa, 2px 2px 0px #3979aa, 1px 1px 0px #3979aa, 1px 1px 0px #3979aa,  0px 0px 0px #3979aa;
}
.footer .list-link-social .link-social.y {
  background-color: #e22a20;
  text-shadow: 21px 21px 0px #a11c15, 21px 21px 0px #a11c15, 20px 20px 0px #a11c15, 19px 19px 0px #a11c15, 18px 18px 0px #a11c15, 18px 18px 0px #a11c15, 17px 17px 0px #a11c15, 16px 16px 0px #a11c15, 16px 16px 0px #a11c15, 15px 15px 0px #a11c15, 14px 14px 0px #a11c15, 13px 13px 0px #a11c15, 13px 13px 0px #a11c15, 12px 12px 0px #a11c15, 11px 11px 0px #a11c15, 11px 11px 0px #a11c15, 10px 10px 0px #a11c15, 9px 9px 0px #a11c15, 8px 8px 0px #a11c15, 8px 8px 0px #a11c15, 7px 7px 0px #a11c15, 6px 6px 0px #a11c15, 6px 6px 0px #a11c15, 5px 5px 0px #a11c15, 4px 4px 0px #a11c15, 4px 4px 0px #a11c15, 3px 3px 0px #a11c15, 2px 2px 0px #a11c15, 1px 1px 0px #a11c15, 1px 1px 0px #a11c15,  0px 0px 0px #a11c15;
}
.footer .list-link-social .link-social.i {
  background-color: #007bb6;
  text-shadow: 21px 21px 0px #00476a, 21px 21px 0px #00476a, 20px 20px 0px #00476a, 19px 19px 0px #00476a, 18px 18px 0px #00476a, 18px 18px 0px #00476a, 17px 17px 0px #00476a, 16px 16px 0px #00476a, 16px 16px 0px #00476a, 15px 15px 0px #00476a, 14px 14px 0px #00476a, 13px 13px 0px #00476a, 13px 13px 0px #00476a, 12px 12px 0px #00476a, 11px 11px 0px #00476a, 11px 11px 0px #00476a, 10px 10px 0px #00476a, 9px 9px 0px #00476a, 8px 8px 0px #00476a, 8px 8px 0px #00476a, 7px 7px 0px #00476a, 6px 6px 0px #00476a, 6px 6px 0px #00476a, 5px 5px 0px #00476a, 4px 4px 0px #00476a, 4px 4px 0px #00476a, 3px 3px 0px #00476a, 2px 2px 0px #00476a, 1px 1px 0px #00476a, 1px 1px 0px #00476a,  0px 0px 0px #00476a;
}
.footer .skill-group div + span {
  margin-top: 11px;
}
.footer .skill-group span {
  display: block;
}
.footer .skill-group .progress {
  height: 12px;
  border-radius: 6px;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #242e36;
}
.footer .skill-group .progress .progress-bar-green {
  background-color: #18ff18;
}
.footer .skill-group .progress .progress-bar-blue {
  background-color: #4d49ef;
}
.footer .skill-group .progress .progress-bar-red {
  background-color: #fb4a4a;
}
.footer .skill-group .progress .progress-bar-yellow {
  background-color: #faef3e;
}
.footer .skill-group .progress .progress-bar-purple {
  background-color: #b83af3;
}
.footer .contact-form textarea {
  resize: none;
}
.footer .contact-form .input-group-addon {
  border-radius: 0;
  border: 0;
  background-color: #242e36;
  padding-top: 10px;
  vertical-align: top;
}
.footer .contact-form .form-group {
  margin-bottom: 17px;
}
.footer .contact-form .form-control {
  border-radius: 0;
  border: 0;
  background-color: #242e36;
  padding-left: 0;
  color: #ffffff;
}
.footer .contact-form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer .contact-form .btn-contact {
  background-color: #242e36;
  border-radius: 0;
}
.footer .contact-form .btn-contact:hover,
.footer .contact-form .btn-contact:focus {
  color: #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.footer .contact-form .has-error .input-group {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.footer .contact-form .has-error .input-group .form-control::-moz-placeholder {
  color: #a94442;
  opacity: 1;
}
.footer .contact-form .has-error .input-group .form-control:-ms-input-placeholder {
  color: #a94442;
}
.footer .contact-form .has-error .input-group .form-control::-webkit-input-placeholder {
  color: #a94442;
}
.footer .menu-footer {
  margin-right: -10px;
}
@media (max-width: 991px) {
  .footer .menu-footer {
    width: 100%;
    text-align: center;
  }
}
.footer .menu-footer li {
  padding: 0 10px;
}
.footer .menu-footer a {
  color: #ffffff;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content {
  border-radius: 0;
}
.modal-content .btn {
  background-color: #0dbff2;
  border-radius: 0;
  border: 0;
  color: #fff;
}
.modal-header {
  background-color: #0dbff2;
  color: #fff;
}
.modal-alert {
  width: auto !important;
  min-width: 300px;
}
.flexslider {
  border: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.flexslider .slides > li {
  position: relative;
}
.flexslider .slides > li .flex-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px 15px 25px;
  color: #0dbff2;
  font-size: 16px;
}
@media (min-width: 768px) {
  .flexslider .slides > li .flex-caption {
    bottom: 50px;
    background: none;
    padding: 0;
    color: #fff;
    font-size: 50px;
    text-align: center;
  }
}
.flexslider .flex-control-nav {
  bottom: 0px;
}
@media (min-width: 768px) {
  .flexslider .flex-control-nav {
    bottom: 15px;
  }
}
.flexslider .flex-control-paging li a {
  width: 14px;
  height: 14px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #eaeaea;
}
.flexslider .flex-control-paging li a.flex-active {
  background-color: #0091cf;
}
.flexslider .flex-direction-nav a {
  line-height: 45px;
}
.flexslider .flex-direction-nav a:before {
  color: #ffffff;
  font-size: 30px;
}
@media (min-width: 768px) {
  .flexslider .flex-direction-nav a:before {
    font-size: 40px;
  }
}
.flexslider .flex-single-caption {
  position: absolute;
  top: 40%;
  right: 25%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  border-radius: 16px;
  z-index: 1;
  color: #fff;
}
.flexslider .flex-single-caption h5 {
  font-size: 20px;
  font-weight: bold;
}
.flexslider .flex-single-caption ul {
  list-style-type: none;
  padding: 0;
}
.flexslider .flex-single-caption ul li:before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}
.flexslider .flex-product-caption {
  position: absolute;
  top: 25%;
  left: 55%;
  width: 50%;
  max-width: 420px;
  z-index: 1;
  color: #fff;
}
.flexslider .flex-product-caption h5 {
  font-size: 36px;
}
.flexslider .flex-product-caption h5 small {
  color: #fff;
  padding-left: 15px;
}
.flexslider .flex-product-caption span {
  display: block;
  padding: 30px;
  font-size: 20px;
}
.flexslider .flex-product-caption span small {
  margin-left: 7px;
  text-decoration: line-through;
}
.flexslider .flex-product-caption a {
  display: inline-block;
  padding: 14px 26px;
  margin-left: 30px;
  font-size: 20px;
  font-weight: bold;
}
.flexslider .flex-product-caption a i {
  margin-right: 5px;
}
.flexslider .flex-product-caption a.green {
  background-color: #0cd256;
  color: #fff;
}
.flexslider .flex-product-caption a.white {
  background-color: #fff;
  color: #0cd256;
}
.flexslider .flex-download-caption {
  position: absolute;
  top: 26%;
  left: 18%;
  width: auto;
  max-width: 420px;
  z-index: 1;
  color: #fff;
}
.flexslider .flex-download-caption h5 {
  font-size: 30px;
}
.flexslider .flex-download-caption h6 {
  font-size: 24px;
}
.flexslider .flex-download-caption .download-wrap {
  background-color: #0cd256;
  padding: 10px;
}
.flexslider .flex-download-caption .download-wrap i {
  float: left;
  font-size: 40px;
  text-align: center;
}
.flexslider .flex-download-caption .download-wrap strong {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  margin-left: 45px;
}
.flexslider .flex-download-caption .download-wrap em {
  display: block;
  margin-left: 45px;
}
.comment-slide {
  padding: 20px 0;
}
.comment-slide .caption-slide {
  display: table;
  width: 100%;
  min-height: 50px;
  padding: 0 15%;
}
.comment-slide .caption-slide .caption-content {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.comment-slide .caption-slide .caption-content .comment-wrap {
  position: relative;
}
.comment-slide .caption-slide .caption-content p {
  font-size: 16px;
}
.comment-slide .caption-slide .caption-content span {
  font-size: 14px;
  color: #728fa8;
}
.comment-slide .caption-slide .caption-content i {
  position: absolute;
}
.comment-slide .caption-slide .caption-content i.left {
  top: 0;
  left: -20px;
}
.comment-slide .caption-slide .caption-content i.right {
  bottom: 0;
  right: -20px;
}
.comment-slide .carousel-control {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
.comment-slide .carousel-control .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  line-height: 30px;
  text-align: center;
}
.comment-slide .carousel-indicators {
  position: inherit;
  margin: 15px 0 0;
  width: 100%;
  left: 0;
}
.comment-slide .carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 0;
  margin: 0 6px;
  background-color: #eaeaea;
  border: 0;
}
.comment-slide .carousel-indicators li.active {
  background-color: #0091cf;
}
.partner-carousel .partner-stage .owl-item {
  padding: 15px;


}
.partner-img {
    width: 100%;
    height: 100%;

}
.partner-carousel .partner-stage .active {
  position: relative;

}

.partner-carousel .partner-stage .active:before {
  content: "";
  display: block;
  position: absolute;
 height: 64%;
  width: 1px;
  background-color: #f1f1f1;
  top: 18%;
  left: 0;
}
.partner-carousel .partner-stage .active.first:before {
  display: none;
}
.partner-carousel .partner-dots {
  width: 100%;
  text-align: center;
}
.partner-carousel .partner-dots .partner-dot {
  display: inline-block;
  margin: 0 6px;
}
.partner-carousel .partner-dots .partner-dot span {
  background-color: #eaeaea;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.partner-carousel .partner-dots .partner-dot.active span {
  background-color: #797979;
}
.categories-carousel .categories-dots {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.categories-carousel .categories-dots .categories-dot {
  display: inline-block;
  margin: 0 6px;
}
.categories-carousel .categories-dots .categories-dot span {
  background-color: #eaeaea;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.categories-carousel .categories-dots .categories-dot.active span {
  background-color: #0091cf;
}
.feature-carousel {
  padding: 0 15px;
}
.feature-carousel .feature-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -17px;
}
.feature-carousel .feature-nav > div {
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  color: #eaeaea;
}
.feature-carousel .feature-nav .feature-prev {
  top: 0;
  left: 15px;
}
@media (min-width: 992px) {
  .feature-carousel .feature-nav .feature-prev {
    left: 0;
  }
}
.feature-carousel .feature-nav .feature-next {
  top: 0;
  right: 15px;
}
@media (min-width: 992px) {
  .feature-carousel .feature-nav .feature-next {
    right: 0;
  }
}
.video img {
  width: 100%;
}
.video iframe {
  display: none;
}
.video .play-video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  height: 80px;
  width: 80px;
  text-align: center;
  cursor: pointer;
}
.video .play-video:before {
  content: "\f144";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
}
.video-block h3 {
  font-size: 24px;
  margin: 0 0 10px;
}
.video-block h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
}
.video-block .item a {
  position: relative;
}
.video-block .item a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  content: "\f16a";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 44px;
}
.video-block .item img {
  width: 100%;
}
.video-block .item span {
  display: block;
  color: #3c3c3c;
  margin-top: 10px;
  margin-bottom: 30px;
}
.banner-block img {
  width: 100%;
}
.product-banner {
  background-color: #5daaba;
}
.product-banner .img-wrap {
  padding: 30px 0;
  text-align: center;
}
.product-banner .img-wrap img {
  max-width: 100%;
}
.product-banner .des-wrap {
  padding: 30px 0;
}
.product-banner .des-wrap h5 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.product-banner .des-wrap h5 small {
  padding-left: 15px;
  color: #fff;
}
.product-banner .des-wrap span {
  display: block;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
}
.product-banner .des-wrap span small {
  margin-left: 7px;
  text-decoration: line-through;
  color: #fff;
}
.product-banner .des-wrap a {
  display: inline-block;
  padding: 14px 26px;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.product-banner .des-wrap a i {
  margin-right: 5px;
}
.product-banner .des-wrap a.green {
  background-color: #0cd256;
  color: #fff;
}
.product-banner .des-wrap a.white {
  background-color: #fff;
  color: #0cd256;
}
.product-banner .des-wrap .des-content {
  margin-left: 20px;
  color: #fff;
}
.product-banner .des-wrap .des-content ul {
  list-style-type: none;
  padding: 0;
}
.product-banner .des-wrap .des-content ul li:before {
  content: "\f0da";
  margin-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
}
.product-block {
  background-color: #fafafa;
}
.product-block .list-products h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #3c3c3c;
}
.product-block .list-products hr {
  margin: 10px 0;
  border-color: #eaeaea;
}
.product-block .list-products .product {
  position: relative;
  background-color: #ffffff;
  padding: 15px 15px 84px;
  margin-bottom: 30px;
  width: 100%;
}
.product-block .list-products .product h3 {
  margin: 0 0 10px;
}
.product-block .list-products .product h3 i {
  margin-right: 5px;
}
.product-block .list-products .product .product-bottom {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
}
.product-block .list-products .product .product-img img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.product-block .list-products .product .product-feature ul {
  list-style-type: none;
  padding-left: 0;
  padding-top: 20px;
}
.product-block .list-products .product .product-feature ul > li {
  color: #797979;
  /*text-align: justify;*/
    list-style-position: inside;
    padding: 5px 0 5px 10px;
    text-indent: -0.8em;
}
.product-block .list-products .product .product-feature ul > li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0da";
  margin-right: 5px;
}
.product-block .list-products .product .product-price {
  color: #0dbff2;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 42px;
}
@media (min-width: 768px) {
  .product-block .list-products .product .product-price {
    float: left;
  }
}
@media (min-width: 768px) {
  .product-block .list-products .product .product-btn-group {
    float: right;
  }
}
.product-block .list-products .product .product-link {
  display: inline-block;
  background-color: #0dbff2;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
}
.product-block .list-products .product .product-link i {
  margin-right: 5px;
}
.product-group section:nth-child(2n+1) {
  background-color: #f1f1f1;
}
.product-group section:nth-child(2n+2) {
  background-color: #f6f6f6;
}
.comment-video-block {
  background-color: #26455f;
  padding: 30px 0;
}
.comment-feature-block {
  background-color: #d0f0dd;
  padding: 30px 0;
}
.partner-block {
  background-color: #fcfdfd;
  padding: 20px 0;

}

.merchant-block .merchant-box {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #c7c7c7;
}
.merchant-block .merchant-box header {
  text-align: center;
  margin-bottom: 20px;
}
.merchant-block .merchant-box header h2 {
  margin: 0;
  text-transform: uppercase;
}
.merchant-block .merchant-box header small {
  font-size: 20px;
  color: #797979;
}
.merchant-block .merchant-box .merchant-wrap {
  padding-top: 40px;
  font-size: 16px;
}
.merchant-block .merchant-box .merchant-wrap ul {
  list-style-type: none;
}
.merchant-block .merchant-box .merchant-wrap ul li:before {
    content: "\27a4";
    margin-right: 5px;

}

.merchant-block .merchant-box .merchant-wrap ul li {
    list-style-position: inside;
    padding: 5px 0 5px 20px;
    text-indent: -1.5em;
}
.merchant-block .merchant-box:nth-child(2n+1) {
  background-color: #fbfbfb;
}
.merchant-block .merchant-box:nth-child(2n+1) img {
  float: left;
  margin-right: 30px;
}
.merchant-block .merchant-box:nth-child(2n+2) {
  background-color: #f2f2f2;
}
.merchant-block .merchant-box:nth-child(2n+2) img {
  float: right;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .merchant-block .merchant-box img {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .merchant-block .merchant-box img {
    max-width: 50%;
  }
}
.feature-block {
  margin-bottom: 20px;
}
.feature-block .feature-item {
  text-align: left;
}
.feature-block .feature-item img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}
.feature-block .feature-item ul {
  padding: 0;
  margin-bottom: 0;
  list-style-position: inside;
}
.feature-block hr {
  margin: 10px 0;
}
.hardwares-block {
  background-color: #0cd256;
  padding-bottom: 30px;
  color: #fff;
}
.hardwares-block .hardwares-img img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.hardwares-block .hardwares-content h4 {
  font-size: 16px;
}
.hardwares-block .hardwares-content ul {
  padding: 0;
  list-style-type: none;
}
.hardwares-block .hardwares-content ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f18e";
  margin-right: 5px;
}
.hardwares-block .hardwares-content ul li {
    list-style-position: inside;
    padding: 5px 0 5px 10px;
    text-indent: -1em;
}
.package-block {
  background-color: #e5e5e5;
}
.package-block [class*='col-'] {
  padding-bottom: 30px;
}
.package-block .item {
  background-color: #fff;
  width: 100%;
  position: relative;
  padding-bottom: 65px;
}
.package-block .item h3 {
  display: block;
  margin: 0 auto;
  width: 80%;
  border-bottom: 1px solid #0091cf;
  margin-bottom: 15px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.package-block .item ul {
  list-style-position: outside;
  list-style-type: none;
  padding: 0 30px;
  color: #797979;
}
.package-block .item ul li {
  padding-left: 20px;
  position: relative;
  color: #D8D2D2;
      list-style-position: inside;
    padding: 5px 0 5px 10px;
    text-indent: -1em;
}

.package-block .item ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  margin-right: 5px;
  color: #D8D2D2;
}
.package-block .item ul li.active {
  color: #797979;
}
.package-block .item ul li.active:before {
  color: #0cd256;
}
.package-block .item strong {
  display: block;
  padding: 0 20px;
  font-size: 18px;
  text-align: center;
}
.package-block .item strong small {
  text-decoration: line-through;
  margin-left: 5px;
  font-size: 13px;
}
.package-block .item .btn-group {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.package-block .item .btn-buy {
  display: inline-block;
  background-color: #0091cf;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.package-block .item:hover {
  background-color: #0091cf;
  color: #fff;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.package-block .item:hover h3 {
  border-color: #fff;
}
.package-block .item:hover ul li {
  color: #fff !important;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}
.package-block .item:hover .btn-buy {
  background-color: #fff;
  color: #0091cf;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}
.add-cart-block {
  background-color: #fcfcfc;
  padding-bottom: 10px;
}
.add-cart-block .form-horizontal label {
  font-size: 16px;
  font-weight: normal;
}
.add-cart-block .form-horizontal .form-control {
  height: 50px;
  border-radius: 0;
  border-color: #0dbff2;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.add-cart-block .form-horizontal .form-control.has-error {
  border-color: #a94442;
}
.add-cart-block .form-horizontal .btn {
  background-color: #0cd256;
  height: 50px;
  border-radius: 0;
  border: 0;
  margin-top: 27px;
}
.add-cart-block .form-horizontal .error {
  color: #a94442;
  font-size: 20px;
  text-transform: uppercase;
}
.related-block {
  border-top: 1px solid #cbcbcb;
  background-color: #fafafa;
}
.related-block .related-carousel {
  margin-bottom: 30px;
}
.related-block .item {
  background-color: #fff;
  text-align: center;
  padding: 10px 10px 71px;
  position: relative;
  height: 100%;
}
.related-block .item .item-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.related-block .item h3 {
  margin: 0 0 10px;
}
.related-block .item h3 i {
  margin-right: 5px;
}
.related-block .item img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
.related-block .item strong {
  color: #0dbff2;
  font-size: 18px;
  font-weight: normal;
}
.related-block .item strong small {
  text-decoration: line-through;
  color: #797979;
  font-size: 14px;
  margin-right: 5px;
}
.related-block .item .item-btn {
  background-color: #0dbff2;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
}
.related-block .item .item-btn i {
  margin-right: 5px;
}
.categories-block {
  background-color: #006fbc;
  padding-bottom: 30px;
}
.categories-block h2 {
  color: #fff;
}
.categories-block .item img {
  width: 100%;
}
.categories-block .item a {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}
.categories-block .item a i {
  margin-right: 5px;
}
.faq-block {
  background-color: #f2f2f2;
  padding-bottom: 30px;
}
.faq-block h3 {
  font-size: 20px;
  color: #0dbff2;
}
.faq-block a {
  display: block;
  color: #3c3c3c;
  font-size: 16px;
}
.faq-block a:before {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}
.faq-block a.collapsed:before {
  content: "\f054";
}
.faq-block .faq-answer {
  background-color: #fff;
  margin: 10px 0;
  padding: 10px;
  color: #797979;
}
.about-block {
  padding-bottom: 30px;
}
.about-block .top-block h3 {
  font-size: 16px;
  margin-top: 0;
}
.about-block .top-block .contact-form .input-group-addon,
.about-block .top-block .contact-form .form-control {
  border-radius: 0;
}
.about-block .top-block .contact-form .input-group-addon {
  background-color: transparent;
  border: 0;
  vertical-align: top;
  padding-top: 10px;
  color: #797979;
}
.about-block .top-block .contact-form .form-control {
  border: 0;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3c3c3c;
  font-weight: bold;
  resize: none;
  /* firefox 19+ */
  /* ie */
}
.about-block .top-block .contact-form .form-control::-webkit-input-placeholder {
  color: #797979;
  font-style: italic;
  font-weight: normal;
}
.about-block .top-block .contact-form .form-control::-moz-placeholder {
  color: #797979;
  font-style: italic;
  font-weight: normal;
}
.about-block .top-block .contact-form .form-control:-ms-input-placeholder {
  color: #797979;
  font-style: italic;
  font-weight: normal;
}
.about-block .top-block .contact-form .form-control:-moz-placeholder {
  color: #797979;
  font-style: italic;
  font-weight: normal;
}
.about-block .top-block .contact-form .input-group {
  border: 1px solid #0dbff2;
}
.about-block .top-block .contact-form .btn-contact {
  border-radius: 0;
  background-color: #0dbff2;
  color: #fff;
}
.about-block .top-block .google-map {
  padding-bottom: 20px;
}
.about-block .top-block .google-map .map-content {
  width: 100%;
  position: relative;
}
.about-block .top-block .google-map iframe {
  height: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .about-block .top-block .google-map iframe {
    position: absolute;
    top: 20px;
    bottom: 0;
  }
}
.about-block .top-block .google-map .iframe {
  height: 100%;
  padding-bottom: 27px;
}
@media (max-width: 767px) {
  .about-block .top-block .google-map .iframe {
    padding-bottom: 0;
  }
}
.about-block .bottom-block {
  background-color: #f1f1f1;
  padding: 15px 0;
}
.about-block .bottom-block > i {
  color: #b4afaf;
  float: right;
  font-size: 100px;
  margin: 0 20px;
}
.about-block .bottom-block .content-block {
  float: none;
  width: auto;
  overflow: hidden;
}
.about-block .bottom-block .content-block h4 {
  font-size: 18px;
  font-weight: bold;
}
.about-block .bottom-block .content-block p {
  color: #797979;
}
.download-block {
  background-color: #f2f2f2;
}
.download-block h3 {
  margin-top: 0;
}
.download-block .item {
  background-color: #fff;
  padding: 15px;
  max-width: 500px;
  margin: 0 auto 30px;
}
.download-block .item img {
  float: left;
  width: 30%;
  max-width: 175px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .download-block .item img {
    width: 175px;
    float: none;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
}
.download-block .item h4 {
  margin-top: 0;
  font-weight: bold;
}
.download-block .item .item-content {
  float: none;
  width: auto;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .download-block .item .item-content {
    text-align: left;
  }
}
.download-block .item .btn-download {
  display: inline-block;
  background-color: #0091cf;
  color: #fff;
  padding: 10px;
  min-width: 260px;
}
.download-block .item .btn-download i {
  float: left;
  width: 40px;
  font-size: 36px;
  text-align: center;
  line-height: 49px;
}
.download-block .item .btn-download strong {
  display: block;
  margin-left: 40px;
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .download-block .item .btn-download strong {
    font-size: 16px;
  }
}
.download-block .item .btn-download em {
  margin-left: 10px;
}
.gift-block .list-gift h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #3c3c3c;
}
.gift-block .list-gift hr {
  margin: 10px 0;
  border-color: #eaeaea;
}
.gift-block .list-gift .fancybox {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto 30px;
}
.gift-block .list-gift .fancybox img {
  width: 100%;
  border-radius: 15px;
}
.gift-block .list-gift .fancybox h4 {
  margin-bottom: 0;
  font-size: 16px;
  color: #3c3c3c;
}
.gift-block .list-gift .btn-view {
  background-color: #0dbff2;
  color: #fff;
  border-radius: 0;
  margin-bottom: 30px;
}
.gift-group section:nth-child(2n+1) {
  background-color: #f1f1f1;
}
.gift-group section:nth-child(2n+2) {
  background-color: #f6f6f6;
}
.navbar-collapse {
    
}
#Ver5Rel {
    width: 775px;
   
    margin: 4px 4px -40px 4px;
}

.navbar-header {
    width:15%;float:left;
    position: absolute;
}

@media (max-width: 1200px) {
    .navbar-atsoft .navbar-brand img {
        width: 125px;
    }
    #Ver5Rel {
        width:625px;
        margin:auto;
        margin-bottom:-40px;
    } 
}
@media (max-width: 992px) {
     #Ver5Rel {
        width:525px;
        margin:auto;
        margin-bottom:-40px;
        float:right;
    }
    .navbar-brand {
        padding-top:0px;
    }
}

@media (max-width: 768px) {
    .navbar-atsoft .navbar-brand {
        position: initial;
    }
    .navbar-header {
        float: none;
        width:auto;
        position: relative;
    }
    .navbar-atsoft .navbar-brand img {
        width: 120px;
    }
    .hidden-xs {
        display:none;
    }
    #Ver5Rel {
        width:625px;
        margin:auto;
        margin-bottom:-40px;
    } 
    
    .navbar-collapse {
        float: inherit;
    }
}

