/*
    Created on : Apr 10, 2017
    Author     : mitko_saxa
*/
@font-face {
  font-family: "ubuntubold";
  src: url("/fonts/ubuntu-b-webfont.eot");
  src: url("/fonts/ubuntu-b-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ubuntu-b-webfont.woff2") format("woff2"), url("/fonts/ubuntu-b-webfont.woff") format("woff"), url("/fonts/ubuntu-b-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu_condensedregular";
  src: url("/fonts/ubuntu-c-webfont.eot");
  src: url("/fonts/ubuntu-c-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ubuntu-c-webfont.woff2") format("woff2"), url("/fonts/ubuntu-c-webfont.woff") format("woff"), url("/fonts/ubuntu-c-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ubuntulight";
  src: url("/fonts/ubuntu-l-webfont.eot");
  src: url("/fonts/ubuntu-l-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ubuntu-l-webfont.woff2") format("woff2"), url("/fonts/ubuntu-l-webfont.woff") format("woff"), url("/fonts/ubuntu-l-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ubuntumedium";
  src: url("/fonts/ubuntu-m-webfont.eot");
  src: url("/fonts/ubuntu-m-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ubuntu-m-webfont.woff2") format("woff2"), url("/fonts/ubuntu-m-webfont.woff") format("woff"), url("/fonts/ubuntu-m-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ubunturegular";
  src: url("/fonts/ubuntu-r-webfont.eot");
  src: url("/fonts/ubuntu-r-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ubuntu-r-webfont.woff2") format("woff2"), url("/fonts/ubuntu-r-webfont.woff") format("woff"), url("/fonts/ubuntu-r-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
a {
  outline: none !important;
}

:focus {
  -moz-outline-style: none !important;
}

:-moz-any-link:focus {
  outline: 1px dotted invert;
}

:-moz-any-link:focus {
  outline: none !important;
}

:-moz-any-link:focus {
  outline: none !important;
}

:focus {
  outline: none !important;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  outline: none !important;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 1px dotted transparent;
}

a {
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .navbar .dropdown-menu {
    background-color: transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    float: none;
    left: auto;
    margin: 0 15px;
    max-width: none;
    padding: 0;
    position: static;
    top: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}

.noborder, #main-nav {
  border: none !important;
  border-radius: 0 !important;
}

.margin-auto {
  margin: 0 auto;
}

/***** Back To Top *****/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 15px;
  z-index: 200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(100, 181, 246, 0.8) url("../../images/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #64b5f6;
  opacity: 1;
}

/***** END Back To Top *****/
.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/
/* content styles */
.inside {
  margin-top: 15px;
  margin-bottom: 15px;
}

.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
.col-xs-1point5, .col-sm-1point5, .col-md-1point5, .col-lg-1point5,
.col-xs-2point5, .col-sm-2point5, .col-md-2point5, .col-lg-2point5,
.col-xs-3point5, .col-sm-3point5, .col-md-3point5, .col-lg-3point5,
.col-xs-4point5, .col-sm-4point5, .col-md-4point5, .col-lg-4point5,
.col-xs-5point5, .col-sm-5point5, .col-md-5point5, .col-lg-5point5,
.col-xs-6point5, .col-sm-6point5, .col-md-6point5, .col-lg-6point5,
.col-xs-7point5, .col-sm-7point5, .col-md-7point5, .col-lg-7point5,
.col-xs-8point5, .col-sm-8point5, .col-md-8point5, .col-lg-8point5,
.col-xs-9point5, .col-sm-9point5, .col-md-9point5, .col-lg-9point5,
.col-xs-10point5, .col-sm-10point5, .col-md-10point5, .col-lg-10point5,
.col-xs-11point5, .col-sm-11point5, .col-md-11point5, .col-lg-11point5,
.col-xs-point5, .col-sm-point5, .col-md-point5, .col-lg-point5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .col-xs-1point5,
  .col-xs-2point5,
  .col-xs-3point5,
  .col-xs-4point5,
  .col-xs-5point5,
  .col-xs-6point5,
  .col-xs-7point5,
  .col-xs-8point5,
  .col-xs-9point5,
  .col-xs-10point5,
  .col-xs-11point5,
  .col-xs-point5 {
    float: left;
  }
  .col-xs-point5 {
    width: 4.16666667%;
  }
  .col-xs-11point5 {
    width: 95.83333334%;
  }
  .col-xs-10point5 {
    width: 87.5%;
  }
  .col-xs-9point5 {
    width: 79.16666667%;
  }
  .col-xs-8point5 {
    width: 70.83333334%;
  }
  .col-xs-7point5 {
    width: 62.5%;
  }
  .col-xs-6point5 {
    width: 54.16666667%;
  }
  .col-xs-5point5 {
    width: 45.83333334%;
  }
  .col-xs-4point5 {
    width: 37.5%;
  }
  .col-xs-3point5 {
    width: 29.16666667%;
  }
  .col-xs-2point5 {
    width: 20.83333334%;
  }
  .col-xs-1point5 {
    width: 12.5%;
  }
  .col-xs-pull-point5 {
    right: 4.16666667%;
  }
  .col-xs-pull-11point5 {
    right: 95.83333334%;
  }
  .col-xs-pull-10point5 {
    right: 87.5%;
  }
  .col-xs-pull-9point5 {
    right: 79.16666667%;
  }
  .col-xs-pull-8point5 {
    right: 70.83333334%;
  }
  .col-xs-pull-7point5 {
    right: 62.5%;
  }
  .col-xs-pull-6point5 {
    right: 54.16666667%;
  }
  .col-xs-pull-5point5 {
    right: 45.83333334%;
  }
  .col-xs-pull-4point5 {
    right: 37.5%;
  }
  .col-xs-pull-3point5 {
    right: 29.16666667%;
  }
  .col-xs-pull-2point5 {
    right: 20.83333334%;
  }
  .col-xs-pull-1point5 {
    right: 12.5%;
  }
  .col-xs-push-point5 {
    left: 4.16666667%;
  }
  .col-xs-push-11point5 {
    left: 95.83333334%;
  }
  .col-xs-push-10point5 {
    left: 87.5%;
  }
  .col-xs-push-9point5 {
    left: 79.16666667%;
  }
  .col-xs-push-8point5 {
    left: 70.83333334%;
  }
  .col-xs-push-7point5 {
    left: 62.5%;
  }
  .col-xs-push-6point5 {
    left: 54.16666667%;
  }
  .col-xs-push-5point5 {
    left: 45.83333334%;
  }
  .col-xs-push-4point5 {
    left: 37.5%;
  }
  .col-xs-push-3point5 {
    left: 29.16666667%;
  }
  .col-xs-push-2point5 {
    left: 20.83333334%;
  }
  .col-xs-push-1point5 {
    left: 12.5%;
  }
  .col-xs-offset-point5 {
    margin-left: 4.16666667%;
  }
  .col-xs-offset-11point5 {
    margin-left: 95.83333334%;
  }
  .col-xs-offset-10point5 {
    margin-left: 87.5%;
  }
  .col-xs-offset-9point5 {
    margin-left: 79.16666667%;
  }
  .col-xs-offset-8point5 {
    margin-left: 70.83333334%;
  }
  .col-xs-offset-7point5 {
    margin-left: 62.5%;
  }
  .col-xs-offset-6point5 {
    margin-left: 54.16666667%;
  }
  .col-xs-offset-5point5 {
    margin-left: 45.83333334%;
  }
  .col-xs-offset-4point5 {
    margin-left: 37.5%;
  }
  .col-xs-offset-3point5 {
    margin-left: 29.16666667%;
  }
  .col-xs-offset-2point5 {
    margin-left: 20.83333334%;
  }
  .col-xs-offset-1point5 {
    margin-left: 12.5%;
  }
}
@media (min-width: 768px) {
  .col-sm-1point5,
  .col-sm-2point5,
  .col-sm-3point5,
  .col-sm-4point5,
  .col-sm-5point5,
  .col-sm-6point5,
  .col-sm-7point5,
  .col-sm-8point5,
  .col-sm-9point5,
  .col-sm-10point5,
  .col-sm-11point5,
  .col-sm-point5 {
    float: left;
  }
  .col-sm-point5 {
    width: 4.16666667%;
  }
  .col-sm-11point5 {
    width: 95.83333334%;
  }
  .col-sm-10point5 {
    width: 87.5%;
  }
  .col-sm-9point5 {
    width: 79.16666667%;
  }
  .col-sm-8point5 {
    width: 70.83333334%;
  }
  .col-sm-7point5 {
    width: 62.5%;
  }
  .col-sm-6point5 {
    width: 54.16666667%;
  }
  .col-sm-5point5 {
    width: 45.83333334%;
  }
  .col-sm-4point5 {
    width: 37.5%;
  }
  .col-sm-3point5 {
    width: 29.16666667%;
  }
  .col-sm-2point5 {
    width: 20.83333334%;
  }
  .col-sm-1point5 {
    width: 12.5%;
  }
  .col-sm-pull-point5 {
    right: 4.16666667%;
  }
  .col-sm-pull-11point5 {
    right: 95.83333334%;
  }
  .col-sm-pull-10point5 {
    right: 87.5%;
  }
  .col-sm-pull-9point5 {
    right: 79.16666667%;
  }
  .col-sm-pull-8point5 {
    right: 70.83333334%;
  }
  .col-sm-pull-7point5 {
    right: 62.5%;
  }
  .col-sm-pull-6point5 {
    right: 54.16666667%;
  }
  .col-sm-pull-5point5 {
    right: 45.83333334%;
  }
  .col-sm-pull-4point5 {
    right: 37.5%;
  }
  .col-sm-pull-3point5 {
    right: 29.16666667%;
  }
  .col-sm-pull-2point5 {
    right: 20.83333334%;
  }
  .col-sm-pull-1point5 {
    right: 12.5%;
  }
  .col-sm-push-point5 {
    left: 4.16666667%;
  }
  .col-sm-push-11point5 {
    left: 95.83333334%;
  }
  .col-sm-push-10point5 {
    left: 87.5%;
  }
  .col-sm-push-9point5 {
    left: 79.16666667%;
  }
  .col-sm-push-8point5 {
    left: 70.83333334%;
  }
  .col-sm-push-7point5 {
    left: 62.5%;
  }
  .col-sm-push-6point5 {
    left: 54.16666667%;
  }
  .col-sm-push-5point5 {
    left: 45.83333334%;
  }
  .col-sm-push-4point5 {
    left: 37.5%;
  }
  .col-sm-push-3point5 {
    left: 29.16666667%;
  }
  .col-sm-push-2point5 {
    left: 20.83333334%;
  }
  .col-sm-push-1point5 {
    left: 12.5%;
  }
  .col-sm-offset-point5 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-11point5 {
    margin-left: 95.83333334%;
  }
  .col-sm-offset-10point5 {
    margin-left: 87.5%;
  }
  .col-sm-offset-9point5 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-8point5 {
    margin-left: 70.83333334%;
  }
  .col-sm-offset-7point5 {
    margin-left: 62.5%;
  }
  .col-sm-offset-6point5 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-5point5 {
    margin-left: 45.83333334%;
  }
  .col-sm-offset-4point5 {
    margin-left: 37.5%;
  }
  .col-sm-offset-3point5 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-2point5 {
    margin-left: 20.83333334%;
  }
  .col-sm-offset-1point5 {
    margin-left: 12.5%;
  }
}
@media (min-width: 992px) {
  .col-md-1point5,
  .col-md-2point5,
  .col-md-3point5,
  .col-md-4point5,
  .col-md-5point5,
  .col-md-6point5,
  .col-md-7point5,
  .col-md-8point5,
  .col-md-9point5,
  .col-md-10point5,
  .col-md-11point5,
  .col-md-point5 {
    float: left;
  }
  .col-md-point5 {
    width: 4.16666667%;
  }
  .col-md-11point5 {
    width: 95.83333334%;
  }
  .col-md-10point5 {
    width: 87.5%;
  }
  .col-md-9point5 {
    width: 79.16666667%;
  }
  .col-md-8point5 {
    width: 70.83333334%;
  }
  .col-md-7point5 {
    width: 62.5%;
  }
  .col-md-6point5 {
    width: 54.16666667%;
  }
  .col-md-5point5 {
    width: 45.83333334%;
  }
  .col-md-4point5 {
    width: 37.5%;
  }
  .col-md-3point5 {
    width: 29.16666667%;
  }
  .col-md-2point5 {
    width: 20.83333334%;
  }
  .col-md-1point5 {
    width: 12.5%;
  }
  .col-md-pull-point5 {
    right: 4.16666667%;
  }
  .col-md-pull-11point5 {
    right: 95.83333334%;
  }
  .col-md-pull-10point5 {
    right: 87.5%;
  }
  .col-md-pull-9point5 {
    right: 79.16666667%;
  }
  .col-md-pull-8point5 {
    right: 70.83333334%;
  }
  .col-md-pull-7point5 {
    right: 62.5%;
  }
  .col-md-pull-6point5 {
    right: 54.16666667%;
  }
  .col-md-pull-5point5 {
    right: 45.83333334%;
  }
  .col-md-pull-4point5 {
    right: 37.5%;
  }
  .col-md-pull-3point5 {
    right: 29.16666667%;
  }
  .col-md-pull-2point5 {
    right: 20.83333334%;
  }
  .col-md-pull-1point5 {
    right: 12.5%;
  }
  .col-md-push-point5 {
    left: 4.16666667%;
  }
  .col-md-push-11point5 {
    left: 95.83333334%;
  }
  .col-md-push-10point5 {
    left: 87.5%;
  }
  .col-md-push-9point5 {
    left: 79.16666667%;
  }
  .col-md-push-8point5 {
    left: 70.83333334%;
  }
  .col-md-push-7point5 {
    left: 62.5%;
  }
  .col-md-push-6point5 {
    left: 54.16666667%;
  }
  .col-md-push-5point5 {
    left: 45.83333334%;
  }
  .col-md-push-4point5 {
    left: 37.5%;
  }
  .col-md-push-3point5 {
    left: 29.16666667%;
  }
  .col-md-push-2point5 {
    left: 20.83333334%;
  }
  .col-md-push-1point5 {
    left: 12.5%;
  }
  .col-md-offset-point5 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-11point5 {
    margin-left: 95.83333334%;
  }
  .col-md-offset-10point5 {
    margin-left: 87.5%;
  }
  .col-md-offset-9point5 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-8point5 {
    margin-left: 70.83333334%;
  }
  .col-md-offset-7point5 {
    margin-left: 62.5%;
  }
  .col-md-offset-6point5 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-5point5 {
    margin-left: 45.83333334%;
  }
  .col-md-offset-4point5 {
    margin-left: 37.5%;
  }
  .col-md-offset-3point5 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-2point5 {
    margin-left: 20.83333334%;
  }
  .col-md-offset-1point5 {
    margin-left: 12.5%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1point5,
  .col-lg-2point5,
  .col-lg-3point5,
  .col-lg-4point5,
  .col-lg-5point5,
  .col-lg-6point5,
  .col-lg-7point5,
  .col-lg-8point5,
  .col-lg-9point5,
  .col-lg-10point5,
  .col-lg-11point5,
  .col-lg-point5 {
    float: left;
  }
  .col-lg-point5 {
    width: 4.16666667%;
  }
  .col-lg-11point5 {
    width: 95.83333334%;
  }
  .col-lg-10point5 {
    width: 87.5%;
  }
  .col-lg-9point5 {
    width: 79.16666667%;
  }
  .col-lg-8point5 {
    width: 70.83333334%;
  }
  .col-lg-7point5 {
    width: 62.5%;
  }
  .col-lg-6point5 {
    width: 54.16666667%;
  }
  .col-lg-5point5 {
    width: 45.83333334%;
  }
  .col-lg-4point5 {
    width: 37.5%;
  }
  .col-lg-3point5 {
    width: 29.16666667%;
  }
  .col-lg-2point5 {
    width: 20.83333334%;
  }
  .col-lg-1point5 {
    width: 12.5%;
  }
  .col-lg-pull-point5 {
    right: 4.16666667%;
  }
  .col-lg-pull-11point5 {
    right: 95.83333334%;
  }
  .col-lg-pull-10point5 {
    right: 87.5%;
  }
  .col-lg-pull-9point5 {
    right: 79.16666667%;
  }
  .col-lg-pull-8point5 {
    right: 70.83333334%;
  }
  .col-lg-pull-7point5 {
    right: 62.5%;
  }
  .col-lg-pull-6point5 {
    right: 54.16666667%;
  }
  .col-lg-pull-5point5 {
    right: 45.83333334%;
  }
  .col-lg-pull-4point5 {
    right: 37.5%;
  }
  .col-lg-pull-3point5 {
    right: 29.16666667%;
  }
  .col-lg-pull-2point5 {
    right: 20.83333334%;
  }
  .col-lg-pull-1point5 {
    right: 12.5%;
  }
  .col-lg-push-point5 {
    left: 4.16666667%;
  }
  .col-lg-push-11point5 {
    left: 95.83333334%;
  }
  .col-lg-push-10point5 {
    left: 87.5%;
  }
  .col-lg-push-9point5 {
    left: 79.16666667%;
  }
  .col-lg-push-8point5 {
    left: 70.83333334%;
  }
  .col-lg-push-7point5 {
    left: 62.5%;
  }
  .col-lg-push-6point5 {
    left: 54.16666667%;
  }
  .col-lg-push-5point5 {
    left: 45.83333334%;
  }
  .col-lg-push-4point5 {
    left: 37.5%;
  }
  .col-lg-push-3point5 {
    left: 29.16666667%;
  }
  .col-lg-push-2point5 {
    left: 20.83333334%;
  }
  .col-lg-push-1point5 {
    left: 12.5%;
  }
  .col-lg-offset-point5 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-11point5 {
    margin-left: 95.83333334%;
  }
  .col-lg-offset-10point5 {
    margin-left: 87.5%;
  }
  .col-lg-offset-9point5 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-8point5 {
    margin-left: 70.83333334%;
  }
  .col-lg-offset-7point5 {
    margin-left: 62.5%;
  }
  .col-lg-offset-6point5 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-5point5 {
    margin-left: 45.83333334%;
  }
  .col-lg-offset-4point5 {
    margin-left: 37.5%;
  }
  .col-lg-offset-3point5 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-2point5 {
    margin-left: 20.83333334%;
  }
  .col-lg-offset-1point5 {
    margin-left: 12.5%;
  }
}
/***** Modal Efects *****/
.modal-backdrop {
  -webkit-backface-visibility: hidden;
}

.modal-backdrop.zoom,
.modal-backdrop.newspaper,
.modal-backdrop.move-horizontal,
.modal-backdrop.move-from-top,
.modal-backdrop.unfold-3d,
.modal-backdrop.zoom-out {
  opacity: 0;
  transition: opacity 0.1s ease;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-backdrop.unfold-3d {
  perspective: 500;
}

.modal.zoom .modal-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: scale(0.5);
}

.modal.in .modal-dialog {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.42 ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}

.modal.fade.newspaper .modal-dialog,
.modal.newspaper .modal-dialog {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

.modal.fade.newspaper.in .modal-dialog,
.modal.in .modal-dialog {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.modal.move-horizontal .modal-dialog {
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(-50px);
}

.modal.in .modal-dialog {
  opacity: 1;
  transform: translateX(0);
}

.modal.move-from-top .modal-dialog {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(-100px);
}

.modal.in .modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

.modal.unfold-3d .modal-dialog {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

.modal.in .modal-dialog {
  opacity: 1;
  transform: rotateY(0deg);
}

.modal.fade.zoom-out .modal-dialog,
.modal.zoom-out .modal-dialog {
  opacity: 0;
  transition: all 0.5s;
  transform: scale(1.3);
}

.modal.fade.zoom-out.in .modal-dialog,
.modal.in .modal-dialog {
  opacity: 1;
  transform: scale(1);
}

.csstransforms3d .modal.unfold-3d .modal-dialog {
  transform: none;
  transform-origin: 50% 100%;
  transform: scale(0.7) rotate3d(-1, 1, 0, -60deg);
}

.csstransforms3d .modal.in .modal-dialog {
  transform: scale(1) rotate3d(-1, 1, 0, 0deg);
}

/***** Header *****/
.head-top {
  background: #64b5f6;
  z-index: 100;
}
.head-top .left {
  line-height: 32px;
}
.head-top .left .divider {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
}
.head-top .left a {
  font-family: "ubunturegular";
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
}
.head-top .left a:hover {
  text-decoration: none;
}
.head-top .left a i {
  margin-top: -2px;
}
.head-top .socials {
  font-size: 14px;
  line-height: 32px;
}
.head-top .socials a {
  margin-right: 0 !important;
  margin-left: 5px !important;
  display: inline-block;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.head-top .socials a:focus, .head-top .socials a:hover {
  text-decoration: none;
}
.head-top .socials .fa-circle {
  color: #fff;
}
.head-top .socials .fa-inverse {
  color: #64b5f6;
}
.head-top .socials :nth-child(1) .fa-stack:hover .fa-inverse {
  color: #3B5998;
}
.head-top .socials :nth-child(2) .fa-stack:hover .fa-inverse {
  color: #1DA1F2;
}
.head-top .socials :nth-child(3) .fa-stack:hover .fa-inverse {
  color: #DB4437;
}
.head-top #quick-cart {
  position: relative;
  color: #fff;
}
.head-top #quick-cart #quick-cart-items {
  background: #fff;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  border-radius: 0px;
}
.head-top #quick-cart #quick-cart-items .alert {
  border: none;
  background: #fff;
  font-family: "ubunturegular";
  font-size: 16px;
  color: #333333;
}
@media (max-width: 575px) {
  .head-top #quick-cart #quick-cart-items .alert {
    font-size: 13px;
    padding: 0;
  }
}
.head-top #quick-cart #quick-cart-items .alert img {
  height: 25px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
@media (max-width: 575px) {
  .head-top #quick-cart #quick-cart-items .alert img {
    height: 20px;
  }
}
.head-top #quick-cart #quick-cart-items .free {
  display: block;
  font-family: "ubuntubold";
  color: #689F38 !important;
}
.head-top #quick-cart #cart-btn {
  display: inline-block;
  margin-left: 0px;
  color: #fff;
  border: none;
  width: 150px;
  font-size: 15px;
  cursor: pointer;
  background: #DB4437;
  padding: 5px;
}
@media (max-width: 575px) {
  .head-top #quick-cart #cart-btn {
    width: 76px;
    margin-left: 5px;
    padding: 4px;
    border-radius: 4px;
  }
}
.head-top #quick-cart #cart-btn img {
  height: 20px;
  position: relative;
  top: -2px;
}
.head-top #quick-cart #cart-btn span {
  font-family: "ubunturegular";
  font-weight: "ubunturegular";
}
@media (max-width: 575px) {
  .head-top #quick-cart #cart-btn span {
    font-size: 14px;
  }
}
.head-top #quick-cart #cart-btn .fa-angle-down {
  position: absolute;
  right: 7px;
  top: 9px;
  transition: all 0.5s;
}
@media (max-width: 575px) {
  .head-top #quick-cart #cart-btn .fa-angle-down {
    display: none;
  }
}
.head-top #quick-cart .dropdown-menu {
  min-width: 430px;
  top: 5px;
  padding-bottom: 0;
  color: #fff;
  left: 4px;
  border-top: none;
  padding-top: 0;
  transform: translate3d(-284px, 24px, 0px) !important;
  border: 1px solid #333333;
  position: absolute !important;
}
@media (max-width: 575px) {
  .head-top #quick-cart .dropdown-menu {
    width: 100%;
    left: 40px !important;
    min-width: 310px;
    top: 29px !important;
  }
}
.head-top #quick-cart .dropdown-menu .table {
  margin-bottom: 0;
}
.head-top #quick-cart .dropdown-menu .price-col {
  width: 20%;
}
@media (max-width: 767px) {
  .head-top #quick-cart .dropdown-menu .price-col {
    width: 30%;
  }
}
.head-top #quick-cart .dropdown-menu th {
  background: none;
  color: #fff;
  font-family: "ubunturegular";
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  color: #333333;
  border-top: none;
}
.head-top #quick-cart .dropdown-menu td {
  background: none;
  font-family: "ubunturegular";
  font-size: 12px;
  vertical-align: middle;
  color: #333333;
}
.head-top #quick-cart .dropdown-menu td .img-wrap {
  margin-right: 3px;
}
.head-top #quick-cart .dropdown-menu td a {
  font-family: "ubunturegular";
  color: #333333;
}
.head-top #quick-cart .dropdown-menu .cart-total {
  text-align: right;
  font-size: 19px;
  color: #333333;
  font-family: "ubunturegular";
}
.head-top #quick-cart .dropdown-menu .btn-complete {
  background: #d32f2f;
  font-family: "ubunturegular";
  color: #fff;
  font-size: 13px;
  padding-top: 5px;
  margin-bottom: 10px;
  margin-right: 0;
  margin-top: 10px;
  position: relative;
  transition: all 0.3s;
  border-radius: 0px;
  border-radius: 5px;
}
.head-top #quick-cart .dropdown-menu .btn-complete .fas {
  font-size: 12px;
}
.head-top #quick-cart .dropdown-menu .btn-complete:hover {
  transition: all 0.3s;
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
}
.head-top #quick-cart .dropdown-menu .cart-summary-bottom {
  padding-right: 5px;
  background: #fff;
}
.head-top #quick-cart .dropdown-menu .cart-summary-bottom .cart-shipping {
  font-family: "ubunturegular";
  font-weight: "ubunturegular";
  text-align: right;
  font-size: 14px;
  color: #333333;
}
.head-top #quick-cart.show .fa-angle-down {
  top: 5px;
  transform: rotate(180deg);
  transition: transform 0.5s;
}

/***** Navbar *****/
#main-nav {
  margin-bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#main-nav .navbar-brand {
  height: 70px !important;
  line-height: 70px !important;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #main-nav .navbar-brand {
    height: 50px !important;
    line-height: 50px !important;
  }
}
#main-nav .navbar-brand img {
  max-height: 32px;
  display: inline;
}
@media (max-width: 767px) {
  #main-nav .navbar-brand {
    padding-left: 15px;
  }
  #main-nav .navbar-brand img {
    max-height: 26px;
  }
}
#main-nav .navbar-collapse a {
  padding: 0 27px;
  font-family: "ubunturegular";
  text-transform: none;
  line-height: 70px;
  color: #333333 !important;
  font-size: 16px;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
@media (max-width: 991px) {
  #main-nav .navbar-collapse a {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #main-nav .navbar-collapse a {
    line-height: 40px;
  }
}
@media (min-width: 767px) {
  #main-nav .navbar-collapse .navbar-right {
    margin-right: 0;
  }
}
#main-nav .navbar-collapse .navbar-right .active > a {
  background: #6b6b6b;
  color: #fff !important;
}
#main-nav .navbar-collapse .navbar-right a:focus, #main-nav .navbar-collapse .navbar-right a:hover {
  background: #6b6b6b;
  color: #fff !important;
}
#main-nav .navbar-toggle {
  margin-right: 2px;
  margin-top: 18px;
}
@media (min-width: 767px) {
  #main-nav .navbar-toggle {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #main-nav .navbar-toggle {
    margin-top: 8px;
    margin-bottom: 0;
  }
}
#main-nav .navbar-toggle .icon-bar {
  background: #64b5f6;
  width: 25px;
}

/***** Home section *****/
.home-section {
  /* Create the parallax scrolling effect */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 991px) {
  .home-section {
    background-attachment: fixed;
  }
}
.home-section .left {
  margin: 50px 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
}
.home-section .left h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "ubuntulight";
  font-size: 48px;
  color: rgb(68.85, 68.85, 68.85);
}
@media (max-width: 767px) {
  .home-section .left h1 {
    font-size: 38px;
  }
}
.home-section .left p {
  font-family: "ubuntulight";
  font-size: 25px;
  color: rgb(76.5, 76.5, 76.5);
}
.home-section .left span {
  display: block;
  font-family: "ubuntubold";
  font-size: 25px;
  color: rgb(68.85, 68.85, 68.85);
  margin-bottom: 12px;
}
.home-section .left ul {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.home-section .left ul li {
  font-family: "ubunturegular";
  font-size: 19px;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 10px;
}
.home-section .left ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #77a952;
  font-size: 19px;
  position: absolute;
  left: 0px;
  height: 20px;
  line-height: 1.4;
}
.home-section .left .buy-now {
  height: 72px;
  line-height: 72px;
  padding: 0 20px;
  font-family: "ubuntubold";
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #d32f2f;
  display: block;
  width: 220px;
  margin: 10px auto 0 auto;
}
.home-section .right {
  margin: 50px 0;
}
.home-section .instructions {
  display: inline-block;
  margin: auto;
  background: #64B5F6;
  color: #fff;
  text-align: center;
  width: 100px;
  padding: 4px;
  border-radius: 3px;
}
.home-section .btn-shipping {
  background: #6b6b6b;
  padding: 4px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  width: 100px;
}
.home-section .products-box .item {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media (min-width: 767px) {
  .home-section .products-box .item {
    display: flex;
    align-items: center;
  }
}
.home-section .products-box .item:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
}
.home-section .products-box .item .info {
  font-size: 12px;
}
.home-section .products-box .item .info span {
  font-weight: normal !important;
  font-size: 12px;
  display: inline;
}
@media (max-width: 575px) {
  .home-section .products-box .item .info {
    margin-bottom: 10px;
  }
}
.home-section .products-box .item select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.home-section .products-box .item select.form-control option {
  color: #333333;
}
.home-section .products-box .item .select-wrapper {
  position: relative;
}
.home-section .products-box .item .select-wrapper::after {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  right: 15px;
  top: 10px;
  color: #333333;
  font-size: 11px;
}
@media (max-width: 575px) {
  .home-section .products-box .item .select-wrapper {
    margin-bottom: 10px;
  }
}
.home-section .products-box .item .price {
  font-size: 17px !important;
  color: #64b5f6 !important;
}
@media (max-width: 575px) {
  .home-section .products-box .item .price {
    padding: 0px;
    font-size: 15px !important;
  }
}
.home-section .products-box .item .add2cartbtn {
  background: #d32f2f;
  color: #fff;
  font-size: 14px;
  font-family: "ubunturegular";
}
.home-section .products-box .item .add2cartbtn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
}
.home-section .promo-text {
  font-size: 14px;
  font-family: "ubunturegular";
}

#modal_shipping .modal-header {
  background: #64b5f6;
  font-family: "ubuntubold";
  color: #fff;
  font-size: 20px;
}
#modal_shipping .modal-content {
  border-radius: 0;
}
#modal_shipping .close {
  color: #fff;
  opacity: 1;
  font-size: 28px;
  position: relative;
  top: 2px;
}
#modal_shipping p {
  font-family: "ubunturegular";
  font-size: 15px;
  color: #333333;
}
#modal_shipping strong {
  font-family: "ubuntubold";
}
#modal_shipping ul li {
  font-family: "ubunturegular";
  font-size: 15px;
}
#modal_shipping .color-red {
  font-family: "ubunturegular";
  font-size: 15px;
  color: #d32f2f;
}
#modal_shipping img {
  width: 250px;
  display: block;
  margin: 0 auto;
}
#modal_shipping .modal-body {
  border-radius: 0;
}

.product-section {
  /* Create the parallax scrolling effect */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media (min-width: 991px) {
  .product-section {
    background-attachment: fixed;
  }
}
.product-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.6) url(../images/bg.png);
  z-index: 5;
}
.product-section .container {
  z-index: 10;
  position: relative;
}
.product-section .title {
  font-size: 48px;
  font-family: "ubuntubold";
  color: #333333;
  margin: 80px 0 15px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .product-section .title {
    font-size: 38px;
    margin: 40px 0 15px;
  }
}
.product-section .divider {
  height: 2px;
  background: #64b5f6;
  width: 250px;
  margin-bottom: 30px;
}
.product-section p {
  font-size: 20px;
  font-family: "ubuntumedium";
  color: rgb(63.75, 63.75, 63.75);
  text-align: center;
}
.product-section .buy-now {
  height: 72px;
  line-height: 72px;
  padding: 0 20px;
  font-family: "ubuntubold";
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #64b5f6;
  display: block;
  width: 300px;
  margin: 40px auto 0 auto;
}

/***** Product Modal *****/
#productModal .modal-content {
  border-radius: 0;
}
#productModal .modal-header {
  background: #64b5f6;
  padding: 10px 15px;
}
#productModal .modal-title {
  font-family: "ubuntulight";
  font-size: 28px;
  color: #fff;
}
@media (max-width: 767px) {
  #productModal .modal-title {
    font-size: 18px;
  }
}
#productModal .modal-body img {
  max-height: 400px;
}
#productModal .modal-body .form-control {
  width: 100%;
  box-shadow: none;
  font-family: "ubunturegular";
  border-radius: 0px;
  border: 2px rgb(157.25, 157.25, 157.25) solid;
}
#productModal .modal-body .form-control:focus {
  border-color: #64b5f6;
}
@media (max-width: 991px) {
  #productModal .modal-body .form-control {
    width: 100%;
  }
}
#productModal .modal-body label {
  font-family: "ubunturegular";
  font-size: 14px;
  color: rgb(89.25, 89.25, 89.25);
  font-weight: normal;
}
#productModal .price {
  font-family: "ubuntumedium";
  font-size: 23px;
  height: 50px;
  line-height: 50px;
  color: #d32f2f;
}
#productModal .price-warn {
  font-family: "ubunturegular";
  font-size: 15px !important;
  color: #eb9c36;
}
#productModal .buy-now {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-family: "ubuntubold";
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #64b5f6;
  margin: 0 auto;
  border: none;
}
#productModal .shipping-price, #productModal .shipping-price label, #productModal .total-price, #productModal .total-price label {
  font-size: 20px !important;
  font-family: "ubunturegular";
}
#productModal .bg-shipping-total {
  background: #ededed;
  clear: both;
  min-height: 40px;
  padding-top: 6px;
}
@media (max-width: 767px) {
  #productModal .shipping-price .form-group, #productModal .total-price .form-group {
    text-align: left !important;
  }
}

.contact-section .title {
  font-size: 48px;
  font-family: "ubuntubold";
  color: #333333;
  margin: 80px 0 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact-section .title {
    font-size: 38px;
    margin: 40px 0 15px;
  }
}
.contact-section .divider {
  height: 2px;
  background: #64b5f6;
  width: 250px;
  margin-bottom: 20px;
}
.contact-section .p1 {
  font-family: "ubunturegular";
  font-size: 25px;
  color: #333333;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact-section .p1 {
    font-size: 16px;
  }
}
.contact-section .maps {
  position: relative;
  padding-bottom: 26%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-section .maps {
    padding-bottom: 30%;
  }
}
@media (max-width: 479px) {
  .contact-section .maps {
    padding-bottom: 50%;
  }
}
.contact-section .maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}
.contact-section .left {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-section .left .sub-title {
  font-family: "ubunturegular";
  font-size: 22px;
  color: #333333;
  display: block;
}
@media (max-width: 991px) {
  .contact-section .left .sub-title {
    font-size: 18px;
  }
}
.contact-section .left .sub, .contact-section .left .sub2 {
  font-family: "ubunturegular";
  font-size: 18px;
  color: rgb(81.6, 81.6, 81.6);
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .contact-section .left .sub, .contact-section .left .sub2 {
    font-size: 16px;
  }
}
.contact-section .left .sub2 {
  margin-bottom: 0;
}
.contact-section .left .socials a {
  text-decoration: none;
  color: #333333;
}
.contact-section .right {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #e3e3e3;
}
.contact-section .right .form-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-section .right .form-title .fa-stack {
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.contact-section .right .form-title .fa-envelope {
  margin-left: 1px;
}
.contact-section .right .sub-title {
  font-family: "ubuntubold";
  font-size: 22px;
  color: #64b5f6;
  display: inline-block;
  line-height: 56px;
}
@media (max-width: 991px) {
  .contact-section .right .sub-title {
    font-size: 18px;
  }
}
.contact-section .right .form-control {
  width: 100%;
  box-shadow: none;
  font-family: "ubunturegular";
  border-radius: 0px !important;
}
.contact-section .right .form-control:focus {
  border-color: #64b5f6;
}
@media (max-width: 991px) {
  .contact-section .right .form-control {
    width: 100%;
  }
}
.contact-section .right label {
  font-family: "ubunturegular";
  font-size: 15px;
  color: #777777;
  font-weight: normal;
}
@media (max-width: 991px) {
  .contact-section .right label {
    font-size: 16px;
  }
}
.contact-section .right .btn {
  margin-bottom: 20px;
  font-family: "ubunturegular";
  font-size: 18px;
  background: #64b5f6;
  color: #fff;
}
@media (max-width: 991px) {
  .contact-section .right .btn {
    margin-right: 0;
  }
}

.about-section {
  padding-bottom: 80px;
}
.about-section strong {
  color: #64b5f6 !important;
}
.about-section .title {
  font-size: 48px;
  font-family: "ubuntubold";
  color: #333333;
  margin: 80px 0 15px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .about-section .title {
    font-size: 38px;
    margin: 40px 0 15px;
  }
}
.about-section .divider {
  height: 2px;
  background: #64b5f6;
  width: 250px;
  margin-bottom: 20px;
}
.about-section p {
  font-family: "ubunturegular";
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about-section p {
    font-size: 16px;
  }
}
.about-section .box {
  margin-top: 15px;
}
.about-section .box .img-wrapper {
  width: 183px;
  height: 183px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #64b5f6;
  display: block;
  padding: 20px;
}
.about-section .box .box-title {
  font-family: "ubuntumedium";
  font-size: 18px;
  color: #333333;
  display: block;
  margin: 10px 0;
}
.about-section .box .divider {
  height: 2px;
  background: #64b5f6;
  width: 120px;
  margin: 0 auto 10px;
}
.about-section .box p {
  font-family: "ubuntulight";
  color: #333333;
  font-size: 14px;
}

.gallery-section {
  background: #333333;
  padding-bottom: 50px;
}
.gallery-section .title {
  font-size: 48px;
  font-family: "ubuntubold";
  color: #fff;
  margin: 50px 0 15px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .gallery-section .title {
    font-size: 38px;
    margin: 40px 0 15px;
  }
}
.gallery-section .divider {
  height: 2px;
  background: #64b5f6;
  width: 250px;
  margin-bottom: 20px;
}
.gallery-section .slider-gallery {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.gallery-section .slider-gallery .swiper-pagination-bullets {
  line-height: 32px;
}
.gallery-section .slider-gallery .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  background: #9e9e9e;
  opacity: 1;
  vertical-align: middle;
}
.gallery-section .slider-gallery .swiper-pagination-bullet-active {
  background: #64b5f6;
  opacity: 1;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-top: 1px;
}
.gallery-section .slider-gallery .swiper-button-next,
.gallery-section .slider-gallery .swiper-button-prev {
  margin-top: -32px;
  width: 64px;
  height: 64px;
}
.gallery-section .slider-gallery .swiper-button-prev {
  background: url("../images/back.png") center no-repeat;
}
.gallery-section .slider-gallery .swiper-button-next {
  background: url("../images/next.png") center no-repeat;
}

.blog-section .title {
  font-size: 48px;
  font-family: "ubuntubold";
  color: #333333;
  margin: 80px 0 15px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .blog-section .title {
    font-size: 38px;
    margin: 40px 0 15px;
  }
}
.blog-section .divider {
  height: 2px;
  background: #64b5f6;
  width: 250px;
  margin-bottom: 40px;
}
.blog-section .blog-slider-wrapper {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 991px) {
  .blog-section .blog-slider-wrapper {
    background-attachment: fixed;
  }
}
.blog-section .blog-slider {
  margin: 0 40px;
  display: block;
}
.blog-section .blog-slider .media img {
  max-height: 250px;
  border: 3px solid #4e4e4e;
}
.blog-section .blog-slider .media-heading {
  font-size: 23px;
  font-family: "ubuntubold";
  color: #fff;
  display: block;
  height: 66px;
}
.blog-section .blog-slider .resume {
  font-size: 17px;
  font-family: "ubunturegular";
  color: #fff;
  height: 124px;
}
.blog-section .blog-slider .read-more {
  font-size: 18px;
  font-family: "ubunturegular";
  color: #fff;
  background: #64b5f6;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  width: 165px;
  margin-top: 10px;
}
.blog-section .blog-slider .read-more:hover, .blog-section .blog-slider .read-more:focus {
  text-decoration: none;
}

/***** Blog Detail *****/
/**** Blog *****/
.blog {
  padding-top: 104px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .blog {
    padding-top: 84px;
  }
}
.blog .blog-left .post .title {
  font-family: "ubuntumedium";
  font-size: 28px;
  color: #333333;
  margin-top: 50px;
  margin-bottom: 40px;
}
.blog .blog-left .post .post-img {
  margin: 0 auto 15px auto;
}
.blog .blog-left .post .post-info {
  font-family: "ubunturegular";
  font-size: 14px;
  color: rgb(76.5, 76.5, 76.5);
  text-transform: capitalize;
  line-height: 41px;
  margin-bottom: 25px;
}
.blog .blog-left .post .post-info .picture, .blog .blog-left .post .post-info .tags {
  margin-right: 20px;
}
.blog .blog-left .post .post-info .picture .fa, .blog .blog-left .post .post-info .tags .fa {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .blog .blog-left .post .post-info .author {
    display: block;
  }
}
.blog .blog-left .post .post-info .author img {
  width: 41px;
  border: 3px solid #f0f0f0;
  margin-right: 10px;
}
.blog .blog-left .post .post-text {
  font-family: "ubunturegular";
  font-size: 16px;
  color: #333333;
}
.blog .blog-left .post .hits {
  margin-left: 10px;
}
.blog .blog-left .post .comments {
  margin-left: 10px;
}
.blog .blog-left .socials {
  margin-top: 30px;
}
.blog .blog-left .socials .title {
  font-family: "ubunturegular";
  font-size: 16px;
  color: #333333;
}
.blog .blog-left .socials a {
  margin-left: -2px;
  display: inline-block;
}
.blog .blog-left .socials a:focus, .blog .blog-left .socials a:hover {
  text-decoration: none;
}
.blog .blog-left .socials .fb-ico .fa-circle {
  color: #3B5998;
}
.blog .blog-left .socials .gplus-ico .fa-circle {
  color: #DB4437;
}
.blog .blog-left .socials .t-ico .fa-circle {
  color: #1DA1F2;
}
.blog .blog-left .socials .in-ico .fa-circle {
  color: #0084B1;
}
.blog .blog-right .recent-posts {
  margin-top: 66px;
}
@media (max-width: 991px) {
  .blog .blog-right .recent-posts {
    margin-top: 0;
  }
}
.blog .blog-right .recent-posts .title .text {
  font-family: "ubuntumedium";
  font-size: 16px;
  color: rgb(76.5, 76.5, 76.5);
  float: left;
  padding-right: 4px;
  background-color: #fff;
}
.blog .blog-right .recent-posts .title .dotted {
  line-height: 14px;
  height: 14px;
  border-bottom: 2px solid #d5d5d5;
}
.blog .blog-right .recent-posts .post {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}
.blog .blog-right .recent-posts .post .post-cont {
  padding-left: 0;
}
.blog .blog-right .recent-posts .post .post-title a {
  font-family: "ubunturegular";
  font-size: 13px;
  color: rgb(76.5, 76.5, 76.5);
}
.blog .blog-right .recent-posts .post .author {
  font-family: "ubunturegular";
  font-size: 12px;
}
.blog .blog-right .recent-posts .post .author span {
  color: #c0c0c0;
}
.blog .blog-right .recent-posts .post .date {
  font-family: "ubunturegular";
  font-size: 12px;
  color: #c0c0c0;
}
.blog .blog-right .popular {
  margin-top: 64px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog .blog-right .popular {
    margin-top: 0;
  }
}
.blog .blog-right .popular .title .text {
  font-family: "ubunturegular";
  font-size: 16px;
  color: rgb(76.5, 76.5, 76.5);
  float: left;
  padding-right: 4px;
  background-color: #fff;
}
.blog .blog-right .popular .title .dotted {
  line-height: 14px;
  height: 14px;
  border-bottom: 2px solid #d5d5d5;
}
.blog .blog-right .popular .post {
  margin-top: 30px;
}
.blog .blog-right .popular .post .post-number {
  font-family: "ubunturegular";
  font-size: 30px;
  color: #7c7c7c;
}
.blog .blog-right .popular .post .post-cont {
  padding-left: 0;
}
.blog .blog-right .popular .post .post-title a {
  font-family: "ubunturegular";
  font-size: 14px;
  color: rgb(76.5, 76.5, 76.5);
}

.footer {
  background: #64b5f6;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer .left img {
  max-height: 32px;
}
@media (max-width: 767px) {
  .footer .left img {
    margin: 0 auto;
  }
}
.footer .left p {
  color: #fff;
  font-family: "ubuntulight";
  font-size: 18px;
}
@media (max-width: 1199px) {
  .footer .left p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .footer .left p {
    font-size: 15px;
    margin-top: 15px;
  }
}
.footer .right {
  color: #fff;
}
@media (max-width: 767px) {
  .footer .right {
    margin-top: 30px;
  }
}
.footer .right p {
  color: #fff;
  font-family: "ubuntulight";
  font-size: 18px;
}
@media (max-width: 1199px) {
  .footer .right p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer .right p {
    font-size: 14px;
  }
}
.footer .right a {
  text-decoration: none;
  color: #fff;
  font-family: "ubuntulight";
  font-size: 18px;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .footer .right a {
    font-size: 18px;
    margin-top: 18px;
  }
}
@media (max-width: 991px) {
  .footer .right a {
    font-size: 16px;
    margin-top: 15px;
  }
}
.footer .right span {
  color: #fff;
  font-family: "ubuntulight";
  font-size: 18px;
  margin: 0 10px;
}
.footer .devnox {
  margin-top: 40px;
  color: #fff;
  font-family: "ubuntulight";
  font-size: 18px;
}
.footer .devnox a {
  color: #fff;
}

.order-success table th {
  background: #64B5F6;
  color: #fff;
}
.order-success .free {
  display: block;
  font-family: "ubuntubold";
  color: #689F38 !important;
}

.checkout {
  padding-top: 104px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .checkout {
    padding-top: 84px;
  }
}
.checkout .title {
  font-size: 37px;
  font-family: "ubuntubold";
  color: #333333;
  margin: 50px 0 15px;
  display: block;
  text-align: center !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .checkout .title {
    font-size: 38px;
    margin: 40px 0 15px;
  }
}
.checkout .divider {
  height: 2px;
  background: #64b5f6;
  width: 250px;
  margin-bottom: 20px;
}
.checkout h2 {
  font-family: "ubunturegular";
  font-size: 20px;
  margin-top: 30px;
}
.checkout table {
  font-family: "ubunturegular";
  font-size: 13px;
}
.checkout table td {
  vertical-align: middle !important;
}
.checkout table td .img-wrap {
  margin-right: 10px;
}
.checkout table tfoot {
  font-family: "ubuntubold";
  font-size: 15px;
}
.checkout table tfoot .price {
  color: #d32f2f;
}
.checkout form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.checkout form select.form-control:hover {
  border: 1px solid rgb(229.5, 229.5, 229.5) !important;
}
.checkout form .select-wrapper {
  position: relative;
}
.checkout form .select-wrapper::after {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  right: 15px;
  top: 15px;
  color: #333333;
  font-size: 11px;
}
.checkout form .error {
  color: #d32f2f;
  font-family: "ubunturegular";
  font-size: 12px;
}
.checkout form .form-control {
  background: #fff;
  border-radius: 0px;
  outline: none;
  border: none;
  font-family: "ubunturegular";
  border: 1px solid rgb(229.5, 229.5, 229.5) !important;
  color: rgb(127.5, 127.5, 127.5) !important;
  padding: 10px;
  height: 45px;
  border-radius: 5px;
  font-size: 13px;
  transition: all 0.5s;
  border-style: solid;
  box-shadow: none !important;
}
.checkout form .form-control:focus {
  transition: all 0.5s;
  border: 1px solid #999999 !important;
  outline: none;
  box-shadow: none;
}
.checkout form textarea {
  height: 100px !important;
}
.checkout form label {
  font-family: "ubunturegular";
  color: #333333;
  margin-bottom: 7px;
  display: block;
  font-size: 13px;
}
.checkout form label span {
  color: #d32f2f;
}
.checkout form .btn-order {
  font-family: "ubunturegular";
  font-size: 15px;
  background: #d32f2f;
  color: #fff;
  padding: 10px;
}
.checkout form .btn-order:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
}
.checkout .free {
  display: block;
  font-family: "ubuntubold";
  color: #689F38 !important;
}

.modal-dialog {
  margin-top: 95px;
}

.auto-modal {
  background: url("../images/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
.auto-modal .modal-header {
  border-bottom: none;
  padding: 0;
  padding-top: 18px;
}
.auto-modal .modal-header .close {
  background: #64b5f6;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 31px;
  border: 2px solid #fff;
  margin-top: -30px;
  margin-right: -10px;
}
.auto-modal .modal-header .icon-close {
  color: #fff;
}
.auto-modal .modal-body {
  margin-top: 50px;
}
.auto-modal .img-responsive {
  margin: 25px auto;
}
.auto-modal .stay-up-to-date {
  font-family: "ubuntubold";
  color: #4b4b4b;
  font-size: 29px;
}
.auto-modal .subscribe {
  border: 1px solid #b9b9b9;
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .auto-modal .subscribe {
    margin-top: 25px;
    margin-bottom: 95px;
  }
}
.auto-modal .subscribe .form-control {
  border-radius: 0;
  font-family: "ubuntulight";
}
.auto-modal .subscribe .name-form {
  margin-top: 25px;
  margin-bottom: 13px;
}
.auto-modal .subscribe .subscribe-title {
  display: block;
  font-family: "ubuntubold";
  color: #383838;
  font-size: 20px;
}
.auto-modal .subscribe span {
  color: #383838;
  font-family: "ubuntulight";
  font-size: 13px;
}
.auto-modal .subscribe .btn {
  background: #64b5f6;
  border-radius: 0;
  color: #fff;
  font-family: "ubuntubold";
  font-size: 23px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 6px;
  padding-bottom: 5px !important;
}
.auto-modal .subscribe input:focus, .auto-modal .subscribe textarea:focus, .auto-modal .subscribe select:focus {
  outline: none !important;
  box-shadow: none;
  border: 1px solid rgb(187.25, 187.25, 187.25) !important;
}
.auto-modal .subscribe .fa-stack {
  font-size: 40px;
  margin: 0 auto;
  top: -42px;
  display: block;
}
.auto-modal .alert-danger {
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .auto-modal .prices-padding {
    padding-left: 10 !important;
    padding-right: 10 !important;
  }
}
@media (max-width: 767px) {
  .auto-modal .list-group-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.auto-modal ul.list-group-item {
  font-family: "ubuntulight" !important;
  font-size: 13px;
}
.auto-modal span.badge {
  color: #fff;
}

#pharmacies {
  background-color: #f8f9fa;
  margin: 0;
  padding: 30px 0;
  text-align: center;
}
#pharmacies h2 {
  font-size: 48px;
  font-family: "ubuntubold";
  color: #333333;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  #pharmacies h2 {
    font-size: 38px;
    margin: 40px 0 15px;
  }
}
#pharmacies .divider {
  height: 2px;
  background: #64b5f6;
  width: 250px;
  margin-bottom: 20px;
}
#pharmacies .pharmacy-list-slider {
  margin-top: 20px;
}
#pharmacies .pharmacy-list-slider .item {
  padding: 10px;
  border: 1px solid #d32f2f;
  border-radius: 5px;
}
#pharmacies .pharmacy-list-slider .item .icon {
  background-color: #d32f2f;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: auto;
}
#pharmacies .pharmacy-list-slider .item strong {
  display: block;
  height: 30px;
  margin-top: 10px;
}
#pharmacies .pharmacy-list-slider .item p {
  height: 50px;
}
#pharmacies .pharmacy-list-slider .swiper-button-prev,
#pharmacies .pharmacy-list-slider .swiper-button-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #d32f2f;
  color: #fff;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
#pharmacies .pharmacy-list-slider .swiper-button-prev {
  left: 10px;
}
#pharmacies .pharmacy-list-slider .swiper-button-next {
  right: 10px;
}
#pharmacies .pharmacy-list-slider .swiper-button-prev,
#pharmacies .pharmacy-list-slider .swiper-button-next {
  font-size: 12px;
  background-image: none;
}

.content {
  padding-top: 104px;
}
@media (max-width: 767px) {
  .content {
    padding-top: 84px;
  }
}

.section-wrapper {
  margin-top: -104px;
  padding-top: 103px;
}
@media (max-width: 767px) {
  .section-wrapper {
    margin-top: -84px;
    padding-top: 83px;
  }
}

.site-divider {
  height: 1px;
  background: #c4c4c4;
  margin: 10px 0;
  display: block;
}

@media (max-width: 767px) {
  .nopadding-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.swal-footer {
  text-align: center;
}

@media (min-width: 767px) {
  .p-sm-0 {
    padding: 0px !important;
  }
}