/* ----------
Default
---------- */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700');
html,body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Rubik', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Rubik', sans-serif;
  color: #787878;
  font-weight: 700;
}
p{
  color: #989898;
}
hr {
  position: relative;
  border: 0px solid transparent;
  background: transparent;
  height: 0px;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: rgba(255,255,255,0.6);
  width: 200px;
  margin: 30px auto 60px;
}
hr:before {
  content: " ";
  position: absolute;
  width: 100px;
  height: 0px;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: rgba(255,255,255,0.4);
  background: transparent;
  left: 50px;
  top: -8px;
}
hr:after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 0px;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: rgba(255,255,255,0.4);
  background: transparent;
  left: 75px;
  top: 4px;
}
hr.center-light {
  border-width: 1px 0px 0px 0px;
  border-color: rgba(0,0,0,0.3);
  margin: 10px auto 60px;
}
hr.center-light:before {
  border-width: 1px 0px 0px 0px;
  border-color: rgba(0,0,0,0.2);
  top: -4px;
}
hr.center-light:after {
  border-width: 1px 0px 0px 0px;
  border-color: rgba(0,0,0,0.2);
  top: 2px;
}
hr.left-dark {
  margin: 10px 0px 30px 0px;
  border-color: rgba(255,255,255,0.3);
  border-width: 1px 0px 0px 0px;
}
hr.left-dark:before, hr.left-dark:after {
  left: 0;
  border-color: rgba(255,255,255,0.15);
  border-width: 1px 0px 0px 0px;
}
hr.left-dark:before {
  top: 3px;
}
hr.left-dark:after {
  top: 6px;
}
hr.left-light {
  margin: 10px 0px 30px 0px;
  border-color: rgba(0,0,0,0.3);
  border-width: 1px 0px 0px 0px;
}
hr.left-light:before, hr.left-light:after {
  left: 0;
  border-color: rgba(0,0,0,0.15);
  border-width: 1px 0px 0px 0px;
}
hr.left-light:before {
  top: 3px;
}
hr.left-light:after {
  top: 6px;
}
img {
  max-width: 100%;
  height: auto;
}
.btn-primary.btn-xl, .btn-primary.btn-xl:focus {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.55);
  color: rgba(255,255,255,0.75);
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 18px;
  -webkit-transition: 300ms all linear;
  transition: 300ms all linear;
  font-weight: 200;
  outline: 0px solid transparent;
}
.btn-primary.btn-xl:active, .btn-primary.btn-xl:visited, .btn-primary.btn-xl:hover {
  border: 1px solid rgba(255,255,255,1);
  color: rgba(255,255,255,1);
  background: transparent;
}
.btn-primary.btn-xl:hover {
}
.italic {
  font-style: italic;
}
@media all and (max-width: 768px) {
  .container .row {
    margin: 0px;
  }
  .mobile-padding {
    padding-top: 30px;
  }
}
/* ----------
Navigation
---------- */
.navbar-default {
  background: transparent;
  border: 0px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar.fixed {
  background-color: #f8f8f8;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  -webkit-transition: 300ms all linear;
  transition: 300ms all linear;
}
.navbar.fixed .logo-bg  {
  background-size:  auto 30px;
  background-position: 0px 10px;
  background-repeat: no-repeat;
}
.navbar .logo-bg h1 {
  display: inline-block;
  margin: 0;
  line-height: 50px;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.navbar.fixed .logo-bg h1 {
  opacity: 1;
}
.navbar.fixed .navbar-collapse.collapse {
  background-image: none;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  background-color: transparent;
  font-weight: 200;
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  -webkit-transition: 300ms all linear;
  transition: 300ms all linear;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fff;
  background-color: transparent;
  text-shadow: 0px 0px 5px rgba(255,255,255,.6);
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.navbar.fixed .nav > li > a,
.navbar.fixed .nav > li > a:focus {
  color: #787878;
}
.navbar.fixed .nav > li > a:hover,
.navbar.fixed .nav > li > a:focus:hover {
  color: #856DA8;
}
.navbar.fixed .nav > li.active > a,
.navbar.fixed .nav > li.active > a:focus {
  color: #856DA8;
  background-color: transparent;
}
.navbar.fixed .nav > li.active > a:hover,
.navbar.fixed .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  color: #fff;
  padding: 5px 5px 2px 5px;
  margin-right: 0px;
  font-size: 20px;
  line-height: 20px;
  opacity: 0;
  pointer-events: none;
}
.navbar-default.fixed .navbar-toggle {
  border-color: #898989;
  color: #898989;
  opacity: 1;
  pointer-events: all;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: rgba(0,0,0,0.15);
}
.navbar-nav>li>a.reload-animations {
  padding: 0px;
}
a.btn-default, button.btn-default {
  background: #856db7; 
  background: linear-gradient(45deg, #856db7 0%,#428cd4 100%); 
  color: rgba(255,255,255,0.7);
  border: none;
  padding: 10px 20px;
}
button.btn-default:hover, button.btn-default:active, a.btn-default:hover, a.btn-default:active {
  color: #fff !important;
  outline: none;
  background: #856db7; 
  background: linear-gradient(45deg, #856db7 0%,#428cd4 100%); 
}
/* ----------
  Header
---------- */
header {
  position: relative;
  z-index: 99;
  width: 100%;
  min-height: 100%;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('img/city-banner.jpg');
  text-align: center;
  color: white;
}
header .header-content {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .a-logo {
  text-align: center;
  width: 128px;
  height: auto;
}
header .logo {
  text-align: center;
  color: #fff;
  margin-top: 5px;
}
header p {
  font-weight: 300;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin: 10px auto;
  width: 600px;
  max-width: 100%;
}
header p.subtitle {
  font-weight: 200;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  width: auto;
  margin-bottom: 45px;
}
@media all and (max-width: 768px) {
  header .header-content {
    position: relative;
    padding: 100px 15px 100px;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ----------
About
---------- */
section {
  padding: 180px 0;
  overflow: hidden;
}
.no-padding {
  padding: 0px;
}
.no-gutter {
  padding-right: 0;
  padding-left: 0;
}
.primary-bg {
  background: #F8F8F8;
}
.primary-bg h2 {
  margin-bottom: 0px;
}
.primary-bg p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
}
.primary-bg .subtitle {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.about {
  margin-bottom: 100px;
}
.about img {
  width: 500px;
  margin: 0 auto;
  display: block;
}
.about .desc {
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
}
.main-feature {
  background: #ffffff;
  padding: 30px 15px;
  margin: 0 0px;
  border-radius: 3px;
  text-align: center;
}
.main-feature i {
  font-size: 50px;
  color: #aaaaaa;
}

/* ----------
Projects
---------- */
.projects-section {
  background: #333;
}
.projects-section h2, .projects-section h3, .projects-section h4 {
  color: #fff;
}
.projects-section p {
  color: #989898;
}
.carousel {
  margin-top: 30px;
}
.carousel-item {
  display: inline-block;
  padding: 90px 30px;
  margin: 0 auto;
  font-weight: 200;
}
.carousel-item i {
  color: rgba(255,255,255,1);
  text-shadow: 0px 0px 5px #fff;
  font-size: 40px;
  border-radius: 50%;
  padding: 10px;
}
.carousel-item p {
  color: rgba(255,255,255,0.6);
  font-size: 16px;
  font-weight: 200;
}
.city-bg {
  background-color: #333;
  color: rgba(255,255,255,0.6);
  background-size: 50% auto;
  background-position: 0px center;
  background-repeat: no-repeat;
}
.city-bg .info {
  padding: 60px 30px;
  max-width: 800px;
  margin: 0 auto;
  text-align: justify;
  font-weight: 200;
}
.info h2 {
  color: #fff;
}
.info .btn {
  margin-top: 30px;
}
blockquote {
  margin: 0 auto;
  max-width: 600px;
  font-family: 'Rubik', sans-serif;
  font-size:  30px;
  color: #fff;
  font-style: italic;
  padding: 30px 0px;
  border-width: 0px;
}
blockquote div {
  color: rgba(255,255,255,0.75);
  font-size: 20px;
  text-align: right;
}
@media all and (max-width: 1440px) {
  .carousel {
    margin-top: 0px;
  }
  .city-bg {
    background-color: #333;
    color: rgba(255,255,255,0.6);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
/*    background-image: url('img/city-banner-2.jpg');*/
  }
  .city-bg .info {
    background-color: #333;
    max-width: 100%;
  }
}
.popup-gallery {
 
}
.portfolio-box {
  position: relative;
  display: block;
  margin: 0 auto;
  
}
.portfolio-box .img-responsive {
  width: 100%;
}
.portfolio-box .portfolio-box-caption {
  color: transparent;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-shadow: inset 0px 0px 0px 3px #333;
  box-shadow: inset 0px 0px 0px 3px #333;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
/* ----------
Contact
---------- */
.dark-bg {
  background: #333;
}
.dark-bg h2 {
  color: #fff;
}
.dark-bg p {
  font-weight: 200;
}
.dark-bg .contact-info {
  color: rgba(255,255,255,0.6);
}
.dark-bg .contact-info div {
  padding: 5px 0px;
}
.dark-bg .contact-info i {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  color: #fff;
}
/* ----------
Team
---------- */
.heading-title {
  margin-bottom: 100px;
}
.heading-title h3 {
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: normal;
}
.p-top-30 {
  padding-top: 30px;
}
.half-txt {
  width: 60%;
  margin: 0 auto;
  display: inline-block;
  line-height: 25px;
  color: #7e7e7e;
}
.text-uppercase {
  text-transform: uppercase;
}
.team-member, .team-member .team-img {
  position: relative;
}
.team-img img {
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
}
.team-member {
  overflow: hidden;
}
.team-member p {
  font-size: 14px;
  line-height: 18px;
}
.team-member, .team-member .team-img {
  position: relative;
}
.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 10px double rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.90);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
  top: 45%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .desk {
  position: absolute;
  top: 30%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 10px;
}
.desk, .desk h4, .team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member:hover .team-hover .s-link {
  bottom: 20px;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .s-link {
  position: absolute;
  bottom: -30px;
  width: 100%;
  opacity: 0;
  text-align: center;
  height: 30px;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px;
}
.team-hover .s-link i {
  color: #F03753;
}
.team-hover .s-link a:hover i {
  color: #3F8A94;
}
.desk, .desk h4, .team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member .s-link a {
  margin: 0 10px;
  color: #333;
  font-size: 16px;
}
.team-title {
  position: static;
  padding: 20px 0 10px 0;
  display: inline-block;
  letter-spacing: 2px;
  width: 100%;
}
.team-title h5 {
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
}
.team-title span {
  font-size: 12px;
  text-transform: uppercase;
  color: #a5a5a5;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .team-section .col-xs-6 {
    padding: 0;
  }
}
/* ----------
Contact
---------- */
.contact-form input, .contact-form textarea {
  border: 0px solid transparent;
  margin: 5px 0px;
  width: 100%;
  padding: 10px 5px;
  background: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 4px;
  color: #fff;
  font-weight: 200;
  resize: none;
}
.contact-form input:focus, .contact-form textarea:focus {
 outline: 0px solid transparent;
}
.contact-form .row > div {
  padding: 0px 5px;
}
.purchase-bg h2.section-heading {
  color: #fff;
  margin-bottom: 60px;
}
/* ----------
Footer
---------- */
a.purchase-btn {
  font-size: 20px;
  padding: 15px 30px;
  margin-bottom: 120px;
}
a.purchase-btn i {
  vertical-align: bottom;
}
body,html {
  background: #222;
}
footer {
  background: #292929;
  padding: 140px 0px 60px 0px;
}
.social-wrap {
  margin-top: 90px;
}
.social-icon {
  opacity: .75;
  display: inline-block;
  -webkit-transition: 300ms all linear;
  transition: 300ms all linear;
  text-decoration: none;
  color: transparent;
  margin: 0px 10px 0px 0px;
}
.social-icon img {
  width: 40px;
  height: auto;
  display: inline;
}
.social-icon:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  section {
    padding: 100px 0px;
  }
  .team-section .col-md-3 {
    padding: 10px 5px 60px 5px;
    width: 100%;
  }
  #Action_Menu_Container_stacks_in_1921_page0.auto {
    float: none;
  }
}