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

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

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:300, 400, 700, 900);

@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;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
}

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;
}

.service-row ul {
  width: 70%;
  margin: 30px auto;
  list-style: square;
}

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: 40px;
  padding-bottom: 40px;
}

.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: white;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #00ce00;
}

/* vengigreen: #00ce00 | #00ce00 */

.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: top center;
  min-height: 100%;
  width: 100%;
  /*border: 10px solid #00ce00;*/

  -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 .logo {
  text-align: left;
}

#h .logo h2 {
  font-size: 45px;
  font-weight: 900;
  color: #00ce00;
  letter-spacing: 1px;
  padding-bottom: 0px;
}

#h h3 {
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;
  padding: 5px 0;
}

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

#h .fa {
  color: #00ce00;
}

#h .service-it .fa,
#h .service-it h2,
#h .service-it a:hover,
#h .service-it a:focus {
  color: #c38641;
}

/* GREY SECTION */
.odd,
.even {
  padding-bottom: 25px;
  padding-top: 50px;
}

.odd {
  background: #fff;
}

.even {
  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;
  border-right: 5px solid #eee;
}

.clients .col-sm-2:last-child {
  border-right: none;
}

/* CONTACT SEPARATOR */
#sep {
  background: url(../img/photo/tropical_engineering_1.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;
}

/* 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: 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;
}

#h2 .logo {
  margin-top: 30px;
  padding-bottom: 150px;
}

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

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

.service-te:hover .fa-sun-o {
  -webkit-animation: fa-spin 210s infinite linear;
  animation: fa-spin 10s infinite linear;
}

.top-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
}

.top-menu li {
  float: left;
  list-style: none;
  padding-left: 5px;
}

h2 {
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: uppercase;
  color: #00ce00;
  padding-bottom: 20px;
}

.service-row h2 {
  margin-bottom: 20px;
}

/* FOOTER */
#contact {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #00ce00;
  color: #fff;
  font-size: 15px;
}

#contact i {
  margin-right: 5px;
}

#contact a {
  color: white;
}

#contact h2 {
  color: white;
}

blockquote {
  margin: 60px auto;
}

.even blockquote {
  border-color: grey;
}

.divider {
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 5px solid #eee;
  width: 25%;
}

.even .divider {
  border-color: grey;
}

/*.huvengi-border {
    border: 10px solid #00ce00;
    width: 100%;
}

.phuvengi-border {
    border: 10px solid #C38641;
    width: 100%;
}*/

.phuvengi-title {
  color: #c38641;
}

.service-row p {
  font-size: 17px;
  line-height: 20px;
}

.project-title {
  padding-top: 5px;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 15px;
  color: gray;
}
.pp_description {
  font-size: 16px;
  line-height: 18px;
}
.pp_description a {
  color: black;
}

h4 {
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: uppercase;
  color: #00ce00;
  padding-bottom: 20px;
  font-size: 20px;
}

.slick-prev:before,
.slick-next:before {
  color: #00ce00;
}

.projects {
  padding-bottom: 20px;
}

.project {
  padding: 20px;
  background: #fff;
  margin-bottom: 50px;
}
.project p {
  font-size: 15px;
  line-height: 18px;
}

.service-row p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
	#h .logo {
		margin-top:45px;
	}


  .header-row {
    padding-bottom: 35px;
  }
  .service {
    margin-bottom: 25px;
  }

  blockquote {
    margin: 15px auto;
  }

  .clients .col-sm-2,
  .clients .col-sm-2:last-child {
    border-right: 5px solid #eee;
    border-left: 5px solid #eee;
  }

  .pp_description {
    font-size: 9px;
    line-height: 11px;
  }

  .top-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
  }
}

* {
  box-sizing: border-box;
}
.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
  top: 0;
  color: #fff;
}
.vid-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1rem;
  font-family: Avenir, Helvetica, sans-serif;
}
.vid-info h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
}
.vid-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.6s background;
  border-bottom: none;
  margin: 1rem auto;
  text-align: center;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

.vh-100 {
  height: 100vh;
}

.flex {
  display: flex;
}

.services-row {
  align-items: center;
  justify-content: space-around;
  padding-bottom: 200px;
}

#g {
background: white;
}

#huvengiVideo {
z-index: -1;
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
  }