/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: 'Open Sans Condensed', sans-serif;
  background: white;
  font-family: Verdana, sans-serif;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #CCAF5F;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 18px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #CCAF5F;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #bc9a3c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.no-padding {
  padding: 0;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.inner-table {
  display: table;
}
.btn-primary {
  color: white;
  background-color: #CCAF5F;
  border-color: #CCAF5F;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #bc9a3c;
  border-color: #b49439;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #CCAF5F;
  border-color: #CCAF5F;
}
.btn-primary .badge {
  color: #CCAF5F;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #CCAF5F;
  border-color: #CCAF5F;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #bc9a3c;
  border-color: #b49439;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #CCAF5F;
  border-color: #CCAF5F;
}
.btn-xl .badge {
  color: #CCAF5F;
  background-color: white;
}
/* Parallax Mixins */
#page-top {
  background: url(../img/back.png);
}
.parallax3d {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
  background: #7abcff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff', endColorstr='#4096ee', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.parallax3d .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  list-style-type: none;
}
.parallax3d .layer .layer_image-container {
  position: absolute;
  opacity: 1;
}
.parallax3d .layer .layer_image-container .layer_image {
  border-radius: 5px;
  border: 2px solid orange;
  box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.5);
}
.parallax3d .layer .layer_image-container .layer_image--mid {
  width: 70px;
  height: 70px;
}
.parallax3d .layer .layer_image-container .layer_image--far {
  width: 40px;
  height: 40px;
}
.parallax3d .layer .layer_image-container .layer_image--near {
  width: 100px;
  height: 100px;
}
.parallax3d .layer--near--left {
  width: 35%;
  left: 0;
}
.parallax3d .layer--near--right {
  width: 35%;
  right: 0;
}
.call-to-action {
  position: relative;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.call-to-action .inner {
  position: relative;
  height: 100%;
}
.call-to-action .inner .logo-wrapper {
  padding-top: 30px;
  margin-bottom: 50px;
}
.call-to-action .inner .logo-wrapper .logo {
  width: 35%;
}
.call-to-action .inner .mob-img {
  height: 100%;
  text-align: right;
}
.call-to-action .inner .mob-img img {
  width: 100%;
  max-width: 300px;
}
.call-to-action .inner .app-info {
  text-align: left;
  padding-right: 50px;
}
.call-to-action .inner .app-info p {
  color: white;
  font-size: 1.1em;
  font-family: 'Comfortaa', sans-serif;
}
.call-to-action .inner .app-info a.btn {
  margin-top: 20px;
  background: orange;
  color: #fff;
  font-size: 2em;
  padding: 10px 40px;
}
.call-to-action .inner .app-info a.btn:hover,
.call-to-action .inner .app-info a.btn:focus {
  background: #fff;
  color: orange;
}
section h2.section-header {
  padding: 10px;
  border-bottom: 2px solid #5899e7;
  display: inline-block;
  margin: 30px 0;
  font-family: 'Tenor Sans', sans-serif;
}
section.app-desc .screen-shot-wrapper img {
  margin: auto;
}
section.app-desc img.media-object {
  width: 50px;
  border-radius: 50%;
  border: 2px solid orange;
}
section.app-desc .section-part {
  margin: 50px 0;
}
section.contacts {
  padding-bottom: 30px;
}
section.contacts .container {
  padding: 0 10%;
}
section.contacts ul.contact-details {
  list-style-type: none;
}
section.contacts ul.contact-details li {
  margin: 15px 0;
}
section.contacts ul.contact-details li img {
  margin-right: 5px;
}
section.contacts ul.contact-details li a {
  color: #5899e7;
}
section.contacts iframe {
  width: 100%;
}
section.contacts ul.social {
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-top: 15%;
}
section.contacts ul.social li {
  display: inline-block;
  margin: 0 2px;
}

section.partners {
    width: 60%;
    max-width: 700px;
    margin: auto;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0px 0px 15px -6px;
    border: 2px solid orange;
}

section.partners img {
  width:300px;
}


footer {
  background-color: orange;
  color: white;
  padding: 10px 0;
}
footer p {
  width: 70%;
  margin: auto;
  font-size: 1em;
  margin-bottom: 20px;
}
footer ul.social {
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-top: 20px;
}
footer ul.social li {
  display: inline-block;
  margin: 0 5px;
}
footer span.copyright {
  font-size: .7em;
}
/* media queries */
/* Large desktop */
@media (max-width: 1200px) {
  .call-to-action .inner .app-info p {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  #app-desc-2 p {
    font-size: 1em;
    line-height: 2.5em;
    padding: 70px 0 0 20px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 992px) {
  .parallax3d .layer {
    display: none;
  }
  .call-to-action .inner .logo-wrapper .logo {
    width: 50%;
  }
  .call-to-action .inner .app-info {
    padding-right: 0;
  }
  .call-to-action .inner .app-info p {
    font-size: .9em;
  }
  section.app-desc #app-desc-2 p {
    padding: 30px 0 0 0;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .parallax3d .call-to-action .app-info,
  .parallax3d .call-to-action .mob-img {
    text-align: center;
  }
  footer p {
    font-size: .8em;
  }
}
/* Landscape phones and down */
