/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Theme Name: Basic
 * URL: http://blacktie.co
 * Version: 1.0
 */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i);

@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

* {
  margin: 0;
  padding: 0px;
  font-family: "Lato", sans-serif;
}
body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3 {
  font-weight: 500;
}
h4,
h5,
h6 {
  font-weight: 300;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
}

html,
body {
  height: 100%;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.centered {
  text-align: center;
}
.mt {
  margin-top: 50px;
}
.mb {
  margin-bottom: 50px;
}
.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2b2e31;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #2b2e31;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.4s linear, color 0.4s linear;
  -moz-transition: background-color 0.4s linear, color 0.4s linear;
  -o-transition: background-color 0.4s linear, color 0.4s linear;
  -ms-transition: background-color 0.4s linear, color 0.4s linear;
  transition: background-color 0.4s linear, color 0.4s linear;
  color: #1abc9c;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #696e74;
}

.form-control-2 {
  display: none !important;
}

.nopadding {
  padding: 0px !important;
  margin: 0px;
}

/* FORM CONFIGURATION */

input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 2px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: 1px solid #b9b9af;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.subscribe-input {
  float: left;
  width: 65%;
  text-align: left;
  margin-right: 2px;
}

.subscribe-submit {
  right: 0;
}

.btn-download {
  background: #fde3a7;
}

.btn-conf {
  border-radius: 50px;
  margin-right: 15px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 28px 13px 28px;
}

.btn-clear {
  background: transparent;
  color: white;
  border: 2px solid white;
}
.btn-clear:hover {
  background: white;
  color: #2f2f2f;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus {
  color: #ffffff;
  background-color: #222222;
  border-color: #ffffff;
}
.dmbutton {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-top: 1.025rem;
  padding-right: 2.25rem;
  letter-spacing: 0.85px;
  padding-bottom: 1.0875rem;
  padding-left: 2.25rem;
  font-size: 1.55rem;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-appearance: none;
  font-weight: normal !important;
}

/* HEADER SECTION */
#h {
  background: url(../img/header.jpg) no-repeat center top;
  padding-top: 5px;
  background-attachment: relative;
  background-position: center center;
  min-height: 700px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

#h a,
a:hover,
a:focus {
  text-decoration: none;
  color: white;
}

#h .logo {
  margin-top: 30px;
  margin-left: 40px;
  padding-bottom: 150px;
}

#h .logo h2 {
  font-weight: 900;
  color: white;
  letter-spacing: 1px;
}

#h h3 {
  margin-top: 10px;
}

#h i {
  font-size: 50px;
}

/* GREY SECTION */
#g {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f5f5f5;
}

.portfolio {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

.portfolio-item .title:before {
  border-radius: 0;
  display: none;
}
.portfolio-item p {
  margin: 0px 0 30px;
}
.portfolio-item h3 {
  margin: -10px 0 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.tpl6 h3 {
  color: #fff;
  margin: 0;
  padding: 40px 5px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.tpl6 .dmbutton {
  display: inline-block;
  margin: 30px 5px 20px 5px;
  font-size: 13px;
}

.tpl6 .bg {
  height: 100%;
  width: 100%;
  background-color: #00b3fe;
  background-color: rgba(0, 179, 254, 0.9);
  text-align: center;
}

/* CLIENTS */

.clients img {
  max-width: 140px;
  max-height: 60px;
  vertical-align: middle;
}

.clients .col-sm-2 {
  height: 80px;
  line-height: 80px;
}

/* CONTACT SEPARATOR */
#sep {
  background: url(../img/sep.jpg) no-repeat center top;
  padding-top: 100px;
  background-attachment: relative;
  background-position: center center;
  min-height: 450px;
  width: 100%;
  color: white;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

#sep h3 {
  font-weight: 300;
  letter-spacing: 2px;
}

/* FOOTER */
#f {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #22a7f0;
}

#f i {
  margin-right: 30px;
  font-size: 35px;
}

#f a {
  color: white;
}

#f .white {
  color: white;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

/* HEADER 2 - PORTFOLIO SECTION */
#h2 {
  background: url(../img/header-2.jpg) no-repeat center top;
  padding-top: 5px;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

#h2 .logo {
  margin-top: 30px;
  margin-left: 40px;
  padding-bottom: 100px;
}

#h2 .logo h2 {
  font-weight: 900;
  color: white;
  letter-spacing: 1px;
}

#h2 h3 {
  margin-top: 30px;
  letter-spacing: 1px;
}

/* HEADER 3 - PORTFOLIO SECTION */
#h3 {
  background: url(../img/header-3.jpg) no-repeat center top;
  padding-top: 5px;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

#h3 .logo {
  margin-top: 30px;
  margin-left: 40px;
  padding-bottom: 100px;
}

#h3 .logo h2 {
  font-weight: 900;
  color: white;
  letter-spacing: 1px;
}

#h3 h3 {
  margin-top: 30px;
  letter-spacing: 1px;
}

/* HEADER 4 - PORTFOLIO SECTION */
#h4 {
  background: url(../img/header-4.jpg) no-repeat center top;
  padding-top: 5px;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

#h4 .logo {
  margin-top: 30px;
  margin-left: 40px;
  padding-bottom: 100px;
}

#h4 .logo h2 {
  font-weight: 900;
  color: white;
  letter-spacing: 1px;
}

#h4 h3 {
  margin-top: 30px;
  letter-spacing: 1px;
}

.navbar-default {
  border-color: transparent;
  background-color: #222;
}

.navbar-default .navbar-brand {
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #fec503;
}

.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}

.navbar-default .navbar-toggle {
  border-color: #fed136;
  background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fed136;
}

.navbar-default .nav li a {
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  outline: 0;
  color: #fed136;
}

.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: #444444;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #fec503;
}

@media (min-width: 768px) {
  .navbar-default {
    padding: 15px 0;
    border: 0;
    background-color: #868686;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }

  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }

  .navbar-default.navbar-shrink {
    padding: 10px 0;
    background-color: #222;
  }

  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

/* FOOTER SECTION */
footer {
  background: #2b2d34;
  width: 100%;
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 0.5rem;
}
footer .container-fluid {
  padding: 0;
}
footer .divider {
  background: #46484a;
  width: 100%;
  height: 0.1rem;
  margin: 2rem 0 1.5rem 0;
}
footer ul.nav-footer {
  float: left !important;
  padding: 0;
  width: 100%;
}
footer ul.nav-footer li {
  display: block;
  float: left;
  margin-top: 0.5rem;
  width: 100%;
}
footer ul.nav-footer .nav-link {
  color: #a0a0a0;
  padding: 0;
}
.footer-4 ul.nav-footer .nav-link:hover {
  color: #59a0d7;
}
footer .copyright {
  color: #a0a0a0;
}
footer .social li a {
  background: none;
  color: #f7f7f8;
  border: none;
}
footer .social li a:hover {
  color: #59a0d7;
}
@media screen and (max-width: 768px) {
  footer .nav-footer {
    width: auto;
    display: inline;
  }
}

.nav-footer {
  list-style: none;
  float: right;
}
.nav-footer li {
  float: left;
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .nav-footer {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.social {
  margin: 0 auto;
  padding: 0;
}

.social li {
  display: inline-block;
}

.social li a {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0.4rem 0.1rem;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #696b6e;
  border: 0.1rem solid #dfe1e5;
  border-radius: 499rem;
  line-height: 1.5;
  font-size: 1.4rem;
}

.social li a:hover {
  color: #59a0d7;
  border-color: #59a0d7;
}

footer a.navbar-brand,
a.logo {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff !important;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}

footer a.logo:hover,
a.logo:active,
a.logo:focus {
  text-decoration: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #d3d3d3 !important;
  border-color: #d3d3d3 !important;
}
