@charset "utf-8";
/*------------------------------------------------------------------
[Main Theme Styles]

Project:  DotFolio
Author: Diego Pereira @ DotRex
Version:  1.0.1
Last change:  29/01/2016
Primary use:  Creative Prtfolio for Designers, Photographer and Creative Professionals
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

00. Imports
01. General
02. Typography
03. Buttons
04. Forms
05. Header
06. Footer
07. Page Loader
08. Pages: General
09. Section: Blog
10. Section: Blog - Single
11. SECTION: Pagination 
12. Section: Sidebar
13. Section: Map
14. Modals
15. Owl Carousel
16. Section: Elements - General
17. Section: Home Elements
18. Section: About Elements
19. Section: Portfolio Elements
20. Portfolio - Single
21. Section: Contact Elements
22. CROSSBROWSER SOLUTIONS
23. Section: Home Elements
24. Section: Home Elements

-------------------------------------------------------------------*/
/* ==========================================================
! >> 00. Imports
==============	=========================================== */
.element-hsize-1 .element-wrapper {
  min-height: 279px;
}
.element-hsize-2 .element-wrapper {
  min-height: 564px;
}
.element-size-1 {
  width: 100%;
}
.element-size-1 .element-wrapper {
  min-height: 279px;
}
@media (min-width: 768px) {
  .element-size-1 {
    width: 50%;
  }
}
@media (min-width:992px) {
  .element-size-1 {
    width: 25%;
  }
}
.element-size-1 .element-wrapper {
  min-height: 279px;
}
.element-size-2 {
  width: 100%;
}
@media (min-width:992px) {
  .element-size-2 {
    width: 50%;
  }
}
.element-size-3 {
  width: 100%;
}
@media (min-width:992px) {
  .element-size-3 {
    width: 75%;
  }
}
.element-size-4 {
  width: 100%;
}
.color1 {
  color: #111111;
}
.color2 {
  color: #1ea8e1;
}
.color3 {
  color: #333333;
}
.font1 {
  font-family: 'Montserrat', sans-serif;
}
.bold {
  font-weight: bold;
}
.responsive-image {
  width: 100%;
}
.section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.mtop0 {
  margin-top: 0;
}
.mtop20 {
  margin-top: 20px;
}
.mtop40 {
  margin-top: 40px;
}
.bg-cover,
.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* ==========================================================
! >> 01. General
========================================================== */
html {
  background: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fafafa;
  font-family: 'Lato', sans-serif;
}
::selection {
  background: #1ea8e1;
  /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #1ea8e1;
  /* Gecko Browsers */
  color: #ffffff;
}
@media (min-width: 1600px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
.col-no-padding {
  padding: 0 !important;
}
.body-boxed {
  max-width: 1280px;
  margin: 0 auto;
  background: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bdw-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.bdw-wrapper:before {
  content: '';
  display: block;
  height: 3px;
  width: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #111111;
  opacity: 0.8;
}
.bdw-wrapper:after {
  content: '';
  display: block;
  height: 4px;
  width: 80px;
  margin: 0 auto;
  margin-top: 20px;
  background: #111111;
  opacity: 0.8;
}
.bdw-wrapper-negative:before,
.bdw-wrapper-negative:after {
  background: #ffffff;
}
.responsive-image {
  width: 100%;
}
/* PAGE BORDER */
html:before,
html:after,
body:before,
body:after {
  content: "";
  background: #eee;
  opacity: 1;
  position: fixed;
  z-index: 99;
  display: none;
}
@media (min-width:992px) {
  html:before,
  html:after,
  body:before,
  body:after {
    display: block;
  }
}
/* ...and position them! */
html:before {
  height: 22px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 888888;
}
html:after {
  width: 22px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8888888;
}
body:before {
  height: 22px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 888888;
}
body:after {
  width: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 8888888;
}
#back-to-top {
  display: block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  background: #1ea8e1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  color: #ffffff;
  z-index: 8888888888;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
}
#back-to-top:hover {
  background: #111111;
}
.back-to-top-hide {
  opacity: 0!important;
  transform: translate(0px, 12px) !important;
  -webkit-transform: translate(0px, 12px) !important;
  -moz-transform: translate(0px, 12px) !important;
  -o-transform: translate(0px, 12px) !important;
  -ms-transform: translate(0px, 12px) !important;
}
/* ==========================================================
! >> 02. Typography
========================================================== */
.titleM:first-child {
  margin-top: 0!important;
}
.title1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
}
.title1:first-child {
  margin-top: 0!important;
}
.title2 {
  font-weight: bold;
  letter-spacing: -2px;
  margin-bottom: 20px;
  font-size: 36px;
}
.title2:first-child {
  margin-top: 0!important;
}
.title2 strong {
  color: #1ea8e1;
}
.title3 {
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-size: 22px;
}
.title3:first-child {
  margin-top: 0!important;
}
.title3 strong {
  color: #1ea8e1;
}
.title4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}
.title4:first-child {
  margin-top: 0!important;
}
.title4:first-child {
  margin-top: 0!important;
}
.title5 {
  font-weight: bold;
}
.title5:first-child {
  margin-top: 0!important;
}
p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
}
.text-lg {
  font-size: 22px;
}
/* ==========================================================
! >> 03. Buttons
========================================================== */
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ccc;
  margin-bottom: 8px;
}
.btn-default {
  border: 0;
  background: #111111;
  color: #ffffff !important;
  padding: 15px 30px;
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: normal;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.btn-default:focus {
  outline: none;
  background: #444444;
}
.btn-default > span {
  vertical-align: middle;
  color: #ffffff;
}
.btn-rayen {
  overflow: hidden;
  padding: 0;
}
.btn-rayen:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1ea8e1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  color: #ffffff;
}
.btn-rayen > span {
  display: block;
}
.btn-rayen:before,
.btn-rayen > span {
  padding: 1em 2em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-rayen:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn-rayen:hover span {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn-wapasha {
  background: #111111;
  color: #ffffff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn-wapasha:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1ea8e1;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-wapasha:hover {
  background-color: transparent;
  color: #1ea8e1;
}
.btn-wapasha:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.btn-negative {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  padding: 12px;
  font-size: 11px;
  letter-spacing: 6px;
  font-weight: normal;
}
.btn-negative:hover {
  border-color: #ffffff;
}
.btn-nina {
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn-nina > span {
  display: inline-block;
  opacity: 0;
  color: #111;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-nina:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-nina:hover {
  background-color: #ffffff;
}
.btn-nina:hover:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn-nina:hover > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s;
}
.btn-nina:hover > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.btn-nina:hover > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s;
}
.btn-nina:hover > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.btn-nina:hover > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
.btn-nina:hover > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.btn-nina:hover > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s;
}
.btn-nina:hover > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.btn-nina:hover > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s;
}
.btn-nina:hover > span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.btn-nina:hover > span:nth-child(11) {
  -webkit-transition-delay: 0.495s;
  transition-delay: 0.495s;
}
.btn-nina:hover > span:nth-child(12) {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}
.btn-nina:hover > span:nth-child(13) {
  -webkit-transition-delay: 0.585s;
  transition-delay: 0.585s;
}
.btn-nina:hover > span:nth-child(14) {
  -webkit-transition-delay: 0.63s;
  transition-delay: 0.63s;
}
.btn-nina:hover > span:nth-child(15) {
  -webkit-transition-delay: 0.675s;
  transition-delay: 0.675s;
}
.btn-nina:hover > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn-primary {
  background-color: #3276b1;
}
.btn-success {
  background-color: #4cae4c;
}
.btn-info {
  background-color: #4cae4c;
}
.btn-warning {
  background-color: #eea236;
}
.btn-danger {
  background-color: #d43f3a;
}
/* ==========================================================
! >> 04. Forms
========================================================== */
.form-control {
  width: 100%!important;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 50px;
  font-size: 14px;
  color: #111;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
}
textarea.form-control {
  min-height: 100px;
}
.btn-form {
  width: 100%;
  height: 50px;
}
/* ==========================================================
! 05. Header
========================================================== */
#header {
  padding-top: 20px;
}
@media (min-width:992px) {
  #header {
    padding-top: 0;
  }
}
#header .container {
  position: relative;
  z-index: 999;
}
#header .menu-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
@media (min-width:992px) {
  #header .menu-wrapper {
    padding-top: 55px;
    padding-bottom: 35px;
  }
}
#header .navbar {
  margin-bottom: 0;
}
.navbar-collapse {
  padding-top: 20px;
}
@media (min-width:992px) {
  .navbar-collapse {
    padding-top: 25px;
  }
}
.navbar {
  padding-top: 0px;
  padding-bottom: 15px;
}
@media (min-width:992px) {
  .navbar {
    padding-top: 0px;
  }
}
.navbar .nav {
  background: #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
@media (min-width: 768px) {
  .navbar .nav {
    background-color: transparent;
  }
}
.navbar li {
  position: relative;
}
.navbar li a {
  white-space: nowrap;
  color: #111111;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width:992px) {
  .navbar li a {
    font-weight: normal;
    letter-spacing: 4px;
    font-size: 12px;
  }
}
.navbar li a:hover,
.navbar li a:focus {
  background: transparent;
  color: #1ea8e1;
  border-bottom-color: #1ea8e1;
}
@media (min-width:992px) {
  .navbar li > a {
    margin-right: 10px;
  }
}
.navbar li > a:after {
  content: '';
  display: block;
  height: 2px;
  background: #1ea8e1;
  margin-top: 6px;
  opacity: 0;
  transform: translateY(12px);
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar li > a:hover:after {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  opacity: 1;
}
.navbar li > ul {
  list-style: none;
  position: relative;
}
.navbar li > ul > li {
  padding: 0;
}
.navbar li > ul > li a {
  padding: 5px;
  padding-left: 8px;
  display: block;
}
.navbar li > ul > li a:hover {
  background: #6a4a3a;
  color: #ffffff;
}
.navbar li > ul > li a:after {
  display: none;
}
@media (min-width: 768px) {
  .navbar li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .navbar li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    display: block;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999999999;
  }
  .navbar li > ul > li {
    padding: 0;
  }
  .navbar li > ul > li a {
    display: block;
    padding: 10px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    background: #1ea8e1;
  }
  .navbar li > ul > li a:hover {
    background: #111111;
    text-decoration: none;
  }
}
.navbar-toggle {
  color: #111;
  border-color: #111;
}
.navbar-brand {
  display: block;
  height: auto;
  width: 200px;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 341px;
  }
}
@media (min-width:992px) {
  .navbar-brand {
    padding-left: 20px;
    padding-right: 0;
  }
}
.navbar-brand img {
  max-width: 100%;
  opacity: 0.8;
}
.dropdown-mega {
  position: static!important;
}
@media (min-width:992px) {
  .dropdown-mega > ul {
    left: auto!important;
    right: 0;
    max-width: 1000px;
  }
}
.dropdown-mega-content {
  white-space: nowrap;
  padding: 20px!important;
  min-width: 100%;
  color: #ffffff;
  background: #1ea8e1;
  padding: 0;
  display: block;
}
.dropdown-mega-content ul.dropdown-mega-sub-nav {
  padding: 0;
  margin: 0;
}
.dropdown-mega-content ul.dropdown-mega-sub-nav li {
  list-style: none;
  margin: 0;
}
.dropdown-mega-content ul.dropdown-mega-sub-nav li a {
  background: url('../img/aside-arrow.png') no-repeat 5px 16px;
  padding-left: 20px;
}
.dropdown-mega-content ul.dropdown-mega-sub-nav li a:hover {
  background: url('../img/aside-arrow.png') no-repeat 5px 16px #6a4a3a;
}
.dropdown-mega-sub-title {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
@media (min-width:992px) {
  .desktop-menu-button-title {
    position: absolute;
    right: 52px;
    top: 3px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 4px;
    font-size: 12px;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.desktop-menu-button {
  display: none;
}
@media (min-width:992px) {
  .desktop-menu-button {
    float: right;
    display: block;
    cursor: pointer;
    font-size: 36px;
    line-height: 54px;
    margin-left: 15px;
    margin-top: -2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.9;
  }
  .desktop-menu-button:hover {
    opacity: 1;
  }
  .desktop-menu-button:hover .desktop-menu-button-title {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
.desktop-menu-button-active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.5;
  position: relative;
}
@media (min-width:992px) {
  .desktop-menu-button-title-disable {
    opacity: 0!important;
    transform: translateX(20px) !important;
    -webkit-transform: translateX(20px) !important;
    -moz-transform: translateX(20px) !important;
  }
}
@media (min-width:992px) {
  .navbar-hide {
    opacity: 0!important;
    transform: translateX(40px) !important;
    -webkit-transform: translateX(40px) !important;
    -moz-transform: translateX(40px) !important;
    visibility: hidden;
  }
}
.social-header {
  display: none;
  float: right;
  list-style: none;
  padding-top: 7px;
  padding-bottom: 5px;
  border-left: 1px solid #bbb;
  margin-top: 0px;
  padding-left: 35px;
}
@media (min-width:992px) {
  .social-header {
    display: block;
  }
}
.social-header li {
  display: block;
  float: left;
  margin-right: 20px;
}
.social-header li a {
  display: block;
  text-align: center;
  width: 35px;
  height: 35px;
  padding-left: 5px;
  line-height: 35px;
  margin-right: 0;
  font-size: 13px;
  color: #333333;
  background-color: transparent !important;
}
.social-header li a:hover {
  color: #7b5b4b;
}
.social-header li a:after {
  display: none;
}
/* ==========================================================
! 06. Footer
========================================================== */
#footer {
  color: #ffffff;
  background: #333333;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}
#footer .widget {
  padding: 0;
  background-color: transparent;
}
#footer .widget ul {
  margin-top: 0;
}
#footer .widget_about p {
  font-size: 12px;
  line-height: 16px;
}
#footer-top {
  background: #1ea8e1;
  color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
.footer-bottom-text1 {
  font-size: 11px;
}
@media (min-width: 768px) {
  .footer-bottom-text1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 10px;
  }
}
.footer-bottom-text1 a {
  color: #ae8e7e;
  text-decoration: underline;
}
.footer-bottom-text2 {
  opacity: 0.5;
  font-size: 12px;
}
.secondary-footer {
  background: #111;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
}
.footer-logo {
  opacity: 0.7;
  max-width: 150px;
}
.footer-quote {
  font-size: 12px;
  font-weight: lighter;
  padding-top: 4px;
  line-height: 16px;
  letter-spacing: 4px;
  margin-bottom: 8px;
}
@media (min-width:992px) {
  .footer-quote {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
.footer-quote-author {
  font-size: 12px;
  letter-spacing: 1px;
}
.social-icons-footer {
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .social-icons-footer {
    display: block;
  }
}
.social-icons-footer a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  display: inline-block;
  margin-right: 35px;
}
.social-icons-footer a:hover {
  opacity: 0.7;
}
/* ==========================================================
! 07. Page Loader
========================================================== */
#page-loader {
  display: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  color: #ffffff;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 768px) {
  #page-loader {
    display: block;
    visibility: visible;
  }
}
#page-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #333333;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#page-loader:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #333333;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.loader-out {
  opacity: 0;
}
.loader-out:before {
  transform: translateX(-600px);
  -moz-transform: translateX(-600px);
  -webkit-transform: translateX(-600px);
  opacity: 0;
}
.loader-out:after {
  transform: translateX(600px);
  -moz-transform: translateX(600px);
  -webkit-transform: translateX(600px);
  opacity: 0;
}
.loading-wrapper {
  width: 250px;
  position: fixed;
  top: 50%;
  margin-top: -130px;
  left: 50%;
  margin-left: -125px;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 9;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.loading-wrapper-hide {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}
.tp-loader {
  z-index: 10000;
  position: relative;
}
.loader-name {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
  letter-spacing: 0px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  margin-top: 45px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 35px;
}
.loader-name img {
  max-width: 230px;
}
.loader-job {
  border: 1px solid #ffffff;
  padding: 5px;
  text-align: center;
  font-weight: 200;
  margin-top: 5px;
  color: #ffffff;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.loader-left {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0;
}
.loader-right {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
}
.loader-up {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  opacity: 0!important;
}
.loader-down {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
}
.loader-hide {
  opacity: 0;
}
.loader {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
.loader-animation {
  text-align: center;
}
.svg-loader {
  margin: 0px auto;
  margin-bottom: -30px;
  display: block;
  -webkit-animation: svg-rotate 4000ms linear infinite;
  animation: svg-rotate 4000ms linear infinite;
}
.svg-loader circle {
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 0, 301.59289;
  -webkit-animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
  animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
}
@-webkit-keyframes svg-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes svg-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes stroke-width {
  0%,
  100% {
    stroke-width: 0;
  }
  45%,
  55% {
    stroke-width: 2;
  }
  50% {
    stroke-width: 4;
  }
}
@keyframes stroke-width {
  0%,
  100% {
    stroke-width: 0;
  }
  45%,
  55% {
    stroke-width: 2;
  }
  50% {
    stroke-width: 4;
  }
}
@-webkit-keyframes stroke-dash {
  0% {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 301.59289, 301.59289;
    stroke-dashoffset: -301.59289;
  }
}
@keyframes stroke-dash {
  0% {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 301.59289, 301.59289;
    stroke-dashoffset: -301.59289;
  }
}
@-webkit-keyframes stroke-color {
  from {
    stroke: #ffffff;
  }
}
@keyframes stroke-color {
  from {
    stroke: #ffffff;
  }
}
/* ==========================================================
! 08. Pages: General
========================================================== */
.social-icons a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #111111;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons a:hover {
  background: #1ea8e1;
}
/* ==========================================================
! 09. Section: Blog
========================================================== */
.section-blog {
  padding-top: 0;
}
.blog-item-thumb a,
.post-thumbnail a {
  cursor: url('../img/projects2.cur'), projetos !important;
  -moz-cursor: url('../img/projects2.cur'), projetos !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item-thumb a:hover,
.post-thumbnail a:hover {
  opacity: 0.9;
}
.blog-item-thumb img,
.post-thumbnail img {
  width: 100%;
}
.blog-post-container img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-meta {
  padding: 5px 0;
  padding-top: 15px;
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ddd;
  margin-bottom: 25px;
  background: #eee;
}
.post-meta ul {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.post-meta ul:after {
  content: '';
  display: block;
  clear: both;
}
.post-meta li {
  float: left;
  margin-right: 10px;
  list-style: none;
}
.post-meta li a {
  color: #1ea8e1;
}
.post-meta .icon-comment {
  float: right;
}
.blog-posts-masonry .blog-item {
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .blog-posts-masonry .blog-item {
    padding: 10px;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width:992px) {
  .blog-posts-masonry .blog-item {
    padding: 15px;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.blog-posts-masonry .blog-item-wrapper {
  padding: 0px;
  background: #f4f4f4;
}
.blog-posts-masonry .blog-item-infos {
  padding: 20px;
  padding-top: 15px;
}
.blog-posts-masonry .blog-item-title {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-top: 0;
  line-height: 22px;
}
.blog-posts-masonry .blog-item-title a {
  color: #111111;
}
.blog-posts-masonry .blog-item-title a:hover {
  text-decoration: none;
}
.blog-posts-masonry .blog-item-title-hr {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  background: #111111;
  height: 3px;
  width: 60px;
}
.blog-posts-masonry .blog-item-description p {
  font-size: 12px;
  line-height: 17px;
}
.blog-posts-masonry .blog-item-description a {
  color: #555555;
}
.blog-posts-masonry .blog-item-description a:hover {
  text-decoration: none;
}
.blog-posts-masonry .blog-item-link .btn {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  background: #1ea8e1;
}
.blog-posts-masonry .blog-item-link .btn:before {
  background: #111111;
}
@media (min-width: 768px) {
  .col-blog-posts {
    padding-right: 3px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .col-sidebar {
    padding-left: 0px;
  }
}
.post-content {
  background: #f4f4f4;
  padding: 30px;
  border-bottom: 0;
  margin-bottom: 20px;
}
.post-content p {
  font-size: 17px;
  line-height: 34px;
}
blockquote {
  border-color: #1ea8e1;
}
cite {
  color: #1ea8e1;
}
.post-single-title {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
/* ==========================================================
! Section: Blog - Single
========================================================== */
.single-post .blog-item-thumb,
.single-post .post-thumbnail {
  margin-bottom: 20px;
}
.single-post .blog-item-thumb a,
.single-post .post-thumbnail a {
  cursor: url('../img/projects2.cur'), projetos !important;
  -moz-cursor: url('../img/projects2.cur'), projetos !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post .blog-item-thumb a:hover,
.single-post .post-thumbnail a:hover {
  opacity: 0.9;
}
.single-post .blog-item-thumb img,
.single-post .post-thumbnail img {
  width: 100%;
}
.post-single-infos {
  display: none;
}
@media (min-width: 768px) {
  .post-single-infos {
    display: block;
    border: 1px solid transparent;
    background: #eee;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 300px;
    height: 36px;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
    position: absolute;
    right: -110px;
    top: 140px;
    padding: 5px;
    padding-top: 0;
    padding-right: 25px;
    font-weight: bold;
  }
  .post-single-infos span {
    opacity: 0.8;
    font-weight: bold;
  }
}
.post-info {
  display: none;
}
@media (min-width: 768px) {
  .post-info {
    display: block;
    border: 1px solid transparent;
    background: #eee;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    font-weight: bold;
    width: 184px;
    height: 42px;
    line-height: 37px;
    text-align: right;
    font-size: 14px;
    position: absolute;
    right: -55px;
    top: 101px;
    padding: 5px;
    padding-top: 0;
    padding-right: 15px;
  }
  .post-info span {
    opacity: 0.8;
  }
}
.post-author {
  padding: 20px;
  background: #f4f4f4;
  margin-bottom: 20px;
}
.post-author:after {
  content: '';
  display: block;
  clear: both;
}
.post-author h4 {
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-size: 22px;
}
.post-author h4:first-child {
  margin-top: 0!important;
}
.post-author h4 strong {
  color: #1ea8e1;
}
.post-author h6 {
  font-weight: bold;
  color: #1ea8e1;
}
.post-author img {
  width: 70px;
  height: 70px;
  float: left;
  display: block;
  margin-right: 30px;
}
.post-author .info {
  float: left;
  max-width: 80%;
}
.post-author .info p {
  font-size: 12px;
  line-height: 16px;
}
/*! Blog Comments */
.blog-comments-title {
  margin-bottom: 20px;
  margin-top: 40px;
}
.media-heading {
  font-weight: bold;
}
.media-heading small {
  display: block;
  color: #8c6c5c;
  margin-top: 8px;
}
.media-body {
  font-size: 12px;
}
.well {
  background-color: transparent!important;
}
.well a {
  color: #1ea8e1;
}
.blog-comments {
  background: #f4f4f4;
  padding: 30px;
  margin-bottom: 20px;
}
.blog-comments textarea.form-control {
  height: 100px;
}
.blog-comments .well h4 {
  margin-bottom: 30px;
}
.blog-comments > .media {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: 0;
  margin-top: 0;
}
.blog-comments > .media .media {
  margin-top: 30px;
}
.blog-comments a {
  color: #1ea8e1;
}
.blog-comments #cancel-comment-reply {
  display: none;
}
.media img {
  width: 64px!important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#cancel-comment-reply {
  margin-bottom: 20px;
}
#respond h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
  margin-bottom: 20px;
}
#respond h4:first-child {
  margin-top: 0!important;
}
#respond h4:first-child {
  margin-top: 0!important;
}
#commentform fieldset {
  margin-bottom: 15px;
}
#commentform input {
  width: 100%;
  background: #f6F6F6;
  border: 1px solid #ddd;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  height: 40px;
  padding-left: 10px;
}
#commentform textarea {
  width: 100%!important;
  background: #f6F6F6;
  border: 1px solid #ddd;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  height: 150px;
}
#commentform #comment-reply {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ccc;
  margin-bottom: 8px;
  border: 0;
  background: #111111;
  color: #ffffff !important;
  padding: 15px 30px;
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: normal;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: auto;
  height: auto;
}
#commentform #comment-reply:focus {
  outline: none;
  background: #444444;
}
#commentform #comment-reply > span {
  vertical-align: middle;
  color: #ffffff;
}
@media (min-width:992px) {
  #commentform .name-container {
    float: left;
    width: 49%;
  }
}
@media (min-width:992px) {
  #commentform .email-container {
    float: right;
    width: 49%;
  }
}
#commentform .message {
  clear: both;
}
#respond label {
  width: 100%;
  color: #444;
  display: block;
  margin-bottom: 7px;
}
/* ==========================================================
! 11. SECTION: Pagination 
========================================================== */
.section-pagination {
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section-pagination {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.section-pagination a {
  background: transparent;
  color: #1ea8e1;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .section-pagination a {
    padding: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.section-pagination a:after {
  width: 200%;
}
.section-pagination a:hover {
  background: #1ea8e1;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
}
/* ==========================================================
! 12. Section: Sidebar
========================================================== */
.widget-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.widget-list li {
  padding-left: 5px;
  font-size: 12px;
  border-bottom: 1px solid #6a4a3a;
  background: url('../img/aside-arrow.png') no-repeat 0 16px;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}
.widget-list li a {
  padding-left: 0;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-list li:hover a {
  padding-left: 5px;
  text-decoration: none;
}
.widget {
  background: #1ea8e1;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 15px;
}
.widget a {
  color: #ffffff;
}
.widget p {
  font-size: 13px;
}
.widget .btn {
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding-left: 10px;
  padding-right: 10px !important;
}
.widget h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.widget ul li {
  padding-left: 5px;
  font-size: 12px;
  border-bottom: 1px solid #6a4a3a;
  background: url('../img/aside-arrow.png') no-repeat 0 16px;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}
.widget ul li a {
  padding-left: 0;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget ul li:hover a {
  padding-left: 5px;
  text-decoration: none;
}
.widget_search form {
  position: relative;
}
.widget_search #s {
  background: #eee;
  border: 0px solid #ccc !important;
  width: 100%;
  display: block;
  font-size: 11px;
  color: #fff;
  font-style: italic;
  left: 0;
  top: 0;
  padding: 10px;
  color: #111111;
}
.widget_search input#searchsubmit {
  background: url('../img/aside-search.png') center center no-repeat;
  width: 20px;
  height: 100%;
  border: none;
  text-indent: -9999px;
  position: absolute;
  float: left;
  cursor: pointer;
  right: 6px;
  top: 1px;
}
.widget_search label.screen-reader-text {
  display: none;
}
.tags a {
  display: inline-block;
  color: #ffffff;
  background: transparent;
  padding: 5px 15px;
  font-size: 13px;
  margin-bottom: 2px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}
.tags a:hover {
  background: #ffffff;
  color: #111111;
  text-decoration: none;
}
/* ==========================================================
! 13. Section: Map
========================================================== */
.map {
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .map {
    margin-bottom: 0;
  }
}
.map iframe {
  width: 100% !important;
  margin-bottom: -5px !important;
  pointer-events: none;
  border: 0 !important;
}
/* ==========================================================
! 14. Modals
========================================================== */
.modal-wrap {
  visibility: hidden;
}
.modal-show {
  visibility: visible;
}
.modal-bg {
  background: #333;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8888;
}
.modal-content {
  background: #111111;
  font-size: 18px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  z-index: 9999;
  padding: 10px 20px;
}
.modal-content .modal-title {
  color: #ffffff;
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  font-weight: bold;
}
.modal-content p {
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
}
#contactError .modal-title {
  color: #fff;
}
/* ==========================================================
! 15. Owl Carousel
========================================================== */
.owl-carousel {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.owl-carousel * {
  will-change: transform;
}
.owl-carousel:focus {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.owl-carousel:active {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.owl-carousel:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.owl-controls-wrapper2:hover .owl-controls {
  opacity: 1;
}
.owl-controls-wrapper2 .owl-controls {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff !important;
}
.owl-controls-wrapper2 .owl-controls a {
  color: #ffffff !important;
}
.owl-controls-wrapper2 .owl-controls .owl-page.active {
  background: transparent;
}
/* ==========================================================
! 16. Section: Elements - General
========================================================== */
.element {
  padding: 3px;
}
.element .element-wrapper {
  position: relative;
}
.main-content {
  padding-top: 0px;
  padding-bottom: 40px;
}
@media (min-width:992px) {
  .main-content {
    min-height: 500px;
  }
}
@media (min-width:992px) {
  .element-content {
    width: 100%;
  }
}
@media (min-width:992px) and (min-width:992px) {
  .element-content {
    width: 50%;
  }
}
.element-content .element-wrapper {
  background: #f4f4f4;
  padding: 15px;
}
.section-title2 {
  font-weight: bold;
  color: #7b5b4b;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 4px solid #1ea8e1;
}
.section-item-title-2 {
  font-weight: bold;
  color: #021533;
  color: #333;
  padding-left: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 8px;
  letter-spacing: -1px;
  border-bottom: 1px dotted #1ea8e1;
  padding-bottom: 5px;
  font-size: 15px;
}
.element-big-content {
  width: 100%;
}
@media (min-width:992px) {
  .element-big-content {
    width: 100%;
  }
}
@media (min-width:992px) and (min-width:992px) {
  .element-big-content {
    width: 50%;
  }
}
.element-big-content .element-wrapper {
  background: #f4f4f4;
  padding: 15px;
}
@media (min-width:992px) {
  .element-big-content {
    width: 50%;
  }
}
@media (min-width:992px) {
  .element-big-content .element-wrapper {
    min-height: 564px;
  }
}
@media (min-width:992px) {
  .element-big-content .element-wrapper {
    padding: 50px;
  }
  .element-big-content .element-wrapper p {
    font-size: 22px;
    line-height: 36px;
    font-weight: lighter;
    letter-spacing: 1px;
  }
  .element-big-content .element-wrapper p strong {
    color: #1ea8e1;
  }
}
@media (min-width:992px) {
  .element-content-2 {
    width: 100%;
  }
}
@media (min-width:992px) and (min-width:992px) {
  .element-content-2 {
    width: 50%;
  }
}
.element-content-2 .element-wrapper {
  background: #f4f4f4;
  padding: 15px;
}
.element-content-2 .element-wrapper {
  background: #1ea8e1;
  color: #ffffff;
}
@media (min-width:992px) {
  .element-content-3 {
    width: 100%;
  }
}
@media (min-width:992px) and (min-width:992px) {
  .element-content-3 {
    width: 50%;
  }
}
.element-content-3 .element-wrapper {
  background: #f4f4f4;
  padding: 15px;
}
.element-content-3 .element-wrapper {
  background: #111111;
  color: #ffffff;
}
.element-content-3 .element-box {
  background: #333333 !important;
}
.element-content-3 .element-box:before {
  background: #222222;
}
.element-content-3 .element-box:after {
  background: #111111;
}
.element-big-content-title {
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .element-big-content-title {
    letter-spacing: -2px;
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.element-big-content-title strong {
  color: #1ea8e1;
}
.element-big-content-ico {
  width: 40px;
  margin-bottom: 15px;
}
/* ==========================================================
! 17. Section: Home Elements
========================================================== */
@media (min-width:992px) {
  .element-profile {
    width: 100%;
  }
  .element-profile .element-wrapper {
    min-height: 279px;
  }
}
.profileAnimation {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.profile {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
}
.profile-hover .profile-mask {
  opacity: 0;
}
.profile-picture {
  position: relative;
  z-index: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.profile-picture img {
  max-width: 100%;
}
@media (min-width:992px) {
  .profile-picture-hover2 {
    transform: translateX(120px);
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
  }
}
.profile-mask {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.profile-mask-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -25px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  text-align: left;
  padding-left: 20px;
}
@media (min-width:992px) {
  .profile-mask-content {
    padding-left: 110px;
  }
}
@media (min-width:992px) {
  .profile-mask-content-hide {
    transform: translateX(60px);
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    opacity: 0;
  }
}
.profile-title {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width:992px) {
  .profile-title {
    font-weight: bold;
    letter-spacing: -2px;
    font-size: 60px;
    line-height: 72px;
    opacity: 0.9;
  }
}
.profile-title2 {
  font-size: 11px;
  margin-top: 0;
}
@media (min-width:992px) {
  .profile-title2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    opacity: 0.9;
  }
}
.profile-intro {
  display: none;
  position: absolute;
  z-index: 9;
  background: url('../img/bg-card3.png') no-repeat center top #f4f4f4;
  -webkit-box-shadow: 5px 8px 13px -4px rgba(244, 244, 244, 0.3);
  -moz-box-shadow: 5px 8px 13px -4px rgba(244, 244, 244, 0.3);
  box-shadow: 5px 8px 13px -4px rgba(244, 244, 244, 0.3);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 320px;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  color: #000;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 40px;
  padding-top: 120px;
}
@media (min-width:992px) {
  .profile-intro {
    display: block;
  }
}
.profile-intro p {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.9;
  margin-bottom: 16px;
}
.profile-intro .btn-negative {
  width: 100%;
}
.profile-intro-hover {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.profile-intro-title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 8px;
  letter-spacing: -1px;
  opacity: 0.9;
}
.profile-intro-subtitle {
  font-size: 12px;
  border-bottom: 1px dotted #000;
  margin-top: 0;
  padding-bottom: 13px;
  opacity: 0.9;
  font-style: italic;
}
.profile-intro-button {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.profile-info {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px!important;
}
/* ==========================================================
! 18. Section: About Elements
========================================================== */
.element-about-picture {
  width: 100%;
}
.element-about-picture .element-wrapper {
  min-height: 279px;
}
@media (min-width: 768px) {
  .element-about-picture {
    width: 50%;
  }
}
@media (min-width:992px) {
  .element-about-picture {
    width: 25%;
  }
}
.element-about-picture .element-wrapper {
  min-height: 279px;
}
.element-about-picture .element-wrapper {
  height: 279px;
  overflow: hidden;
}
.element-services {
  width: 100%;
}
.element-services .element-wrapper {
  min-height: 279px;
}
@media (min-width: 768px) {
  .element-services {
    width: 50%;
  }
}
@media (min-width:992px) {
  .element-services {
    width: 25%;
  }
}
.element-services .element-wrapper {
  min-height: 279px;
}
.element-services .element-wrapper {
  padding: 10px;
}
.element-box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #1ea8e1;
  overflow: hidden;
}
.element-box p {
  margin-bottom: 8px;
  opacity: 0.9;
  font-weight: lighter;
}
.element-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7e123;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
}
.element-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D0006D;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
}
.element-box:hover {
  text-decoration: none;
}
.element-box-hover1:before {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.element-box-hover2:after {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.element-box-bg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.element-box-title {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 12px;
  font-style: italic;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: lighter;
  z-index: 2;
}
.element-box-ico {
  color: #ffffff;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.element-box-ico .see-more {
  display: inline-block;
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
  position: relative;
  top: -2px;
  margin-right: 6px;
  font-weight: bold;
  opacity: 0;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.element-box-ico2 {
  margin-bottom: 12px;
}
.element-box-ico2 img {
  width: 24px;
}
.element-box-title2 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.element-box-ico-hover .see-more {
  opacity: 1!important;
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  -moz-transform: translateX(0px) !important;
  visibility: visible!important;
}
.service-item {
  text-align: left;
  padding-right: 40px;
  margin-top: 40px;
}
.service-ico {
  color: #ffffff !important;
  margin-bottom: 15px;
  font-size: 18px;
}
.service-ico img {
  width: 32px;
}
.service-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.service-description {
  margin-bottom: 0;
}
.service-description p {
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  margin-bottom: 0;
}
.section-item-title-1 {
  font-weight: bold;
  color: #021533;
  color: #333;
  padding-left: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
/* ==========================================================
! 19. Section: Portfolio Elements
========================================================== */
.element-portfolio-filter {
  width: 100%;
}
.element-portfolio-filter .element-wrapper {
  background-color: transparent;
}
@media (min-width:992px) {
  .element-portfolio-filter .element-wrapper {
    padding-bottom: 60px;
  }
}
.portfolio-filter-header {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (min-width:992px) {
  .portfolio-filter-header {
    text-align: center;
  }
}
.portfolio-filter-header li {
  margin: 0;
  padding-left: 0;
  display: inline-block;
  height: 40px;
}
@media (min-width: 768px) {
  .portfolio-filter-header li {
    height: auto;
  }
}
.portfolio-filter-header li a {
  color: #111111;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #111111;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  letter-spacing: 2px;
}
@media (min-width:992px) {
  .portfolio-filter-header li a {
    letter-spacing: 6px;
    font-size: 12px;
    text-transform: uppercase;
  }
}
.portfolio-filter-header li a:hover,
.portfolio-filter-header li a:focus {
  text-decoration: none;
  background: #111111;
  color: #ffffff;
}
.element-portfolio-item {
  width: 100%;
}
.element-portfolio-item .element-wrapper {
  min-height: 279px;
}
@media (min-width: 768px) {
  .element-portfolio-item {
    width: 50%;
  }
}
@media (min-width:992px) {
  .element-portfolio-item {
    width: 25%;
  }
}
.element-portfolio-item .element-wrapper {
  min-height: 279px;
}
.element-portfolio-item1 {
  width: 100%;
}
@media (min-width:992px) {
  .element-portfolio-item1 {
    width: 50%;
  }
}
.element-portfolio-item1 .element-wrapper {
  min-height: 564px;
}
.element-portfolio-item2 {
  width: 100%;
}
@media (min-width:992px) {
  .element-portfolio-item2 {
    width: 50%;
  }
}
.element-portfolio-item6 {
  width: 100%;
}
@media (min-width:992px) {
  .element-portfolio-item6 {
    width: 50%;
  }
}
.element-portfolio-item6 .element-wrapper {
  min-height: 564px;
}
.element-portfolio-item9 {
  width: 100%;
}
@media (min-width:992px) {
  .element-portfolio-item9 {
    width: 50%;
  }
}
.portfolio-item {
  padding: 0;
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  margin-bottom: 10px;
  height: 100%;
}
@media (min-width: 768px) {
  .portfolio-item {
    margin-bottom: 0;
  }
}
.portfolio-item a {
  display: block;
  cursor: url('../img/projects.cur'), projetos !important;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.portfolio-hover-animation {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.portfolio-thumbnail {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.portfolio-thumbnail:hover {
  color: #ffffff;
}
.portfolio-thumbnail:hover .portfolio-description-wrapper {
  opacity: 1;
}
.portfolio-thumbnail:hover .portfolio-title {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.portfolio-thumbnail:hover .see-more {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.portfolio-thumbnail:hover .portfolio-item-ico {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}
.portfolio-description-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
  position: relative;
}
.portfolio-description {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.portfolio-description .portfolio-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(30, 168, 225, 0.5);
  text-align: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: lighter;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.portfolio-description .portfolio-item-ico {
  float: right;
  display: block;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.portfolio-description .see-more {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fefefe;
  color: #333;
  padding: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*============================================================================
  >> 20. Portfolio - Single
  ============================================================================
 */
.project-title-wrapper {
  position: relative;
}
.project-title-wrapper .project-title {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #111111;
}
@media (min-width:992px) {
  .project-title-wrapper .project-title {
    border: 0;
    display: inline-block;
    position: absolute;
    top: -180px;
    z-index: 5555;
    padding: 20px;
    padding-left: 40px;
    padding-right: 25px;
    background: #ffffff;
    font-weight: lighter;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size: 24px;
  }
}
.owl-page span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-page.active span {
  background: #1ea8e1 !important;
}
.project-single-carousel {
  padding: 3px;
  overflow: hidden;
}
.project-single-carousel img {
  width: 100%;
}
.element-project-description {
  width: 100%;
}
@media (min-width:992px) {
  .element-project-description {
    width: 100%;
  }
}
@media (min-width:992px) and (min-width:992px) {
  .element-project-description {
    width: 50%;
  }
}
.element-project-description .element-wrapper {
  background: #f4f4f4;
  padding: 15px;
}
@media (min-width:992px) {
  .element-project-description {
    width: 50%;
  }
}
@media (min-width:992px) {
  .element-project-description .element-wrapper {
    min-height: 564px;
  }
}
@media (min-width:992px) {
  .element-project-description .element-wrapper {
    padding: 50px;
  }
  .element-project-description .element-wrapper p {
    font-size: 22px;
    line-height: 36px;
    font-weight: lighter;
    letter-spacing: 1px;
  }
  .element-project-description .element-wrapper p strong {
    color: #1ea8e1;
  }
}
.element-project-infos {
  width: 100%;
}
.element-project-infos .element-wrapper {
  min-height: 279px;
}
@media (min-width: 768px) {
  .element-project-infos {
    width: 50%;
  }
}
@media (min-width:992px) {
  .element-project-infos {
    width: 25%;
  }
}
.element-project-infos .element-wrapper {
  min-height: 279px;
}
.element-project-infos .element-wrapper {
  min-height: 279px;
}
.section-project-infos .title1 {
  font-size: 16px;
  line-height: 24px;
}
.section-project-infos .title4 {
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
}
.section-project-infos p {
  font-size: 13px;
  line-height: 18px;
}
.section-project-infos ul li {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
.project-infos-title-wrapper {
  min-height: 150px;
}
.project-infos-col {
  border-top: 1px solid #111111;
  padding-top: 30px;
  min-height: 150px;
}
.project-single-footer {
  margin-bottom: 40px;
  border-top: 1px solid #333333;
  padding-top: 20px;
}
/* ==========================================================
! 21. Section: Contact Elements
========================================================== */
.element-contact-infos {
  width: 100%;
}
.element-contact-infos .element-wrapper {
  min-height: 279px;
}
@media (min-width: 768px) {
  .element-contact-infos {
    width: 50%;
  }
}
@media (min-width:992px) {
  .element-contact-infos {
    width: 25%;
  }
}
.element-contact-infos .element-wrapper {
  min-height: 279px;
}
.element-contact-infos p {
  margin-bottom: 10px;
  font-size: 12px;
}
.element-contact-avaliable {
  width: 100%;
}
.element-contact-avaliable .element-wrapper {
  min-height: 279px;
}
@media (min-width: 768px) {
  .element-contact-avaliable {
    width: 50%;
  }
}
@media (min-width:992px) {
  .element-contact-avaliable {
    width: 25%;
  }
}
.element-contact-avaliable .element-wrapper {
  min-height: 279px;
}
.element-contact-avaliable .element-wrapper {
  height: 279px;
  overflow: hidden;
  position: relative;
}
.element-contact-avaliable:hover .element-contact-available-mask {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
}
.element-contact-avaliable .element-contact-available-mask {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-align: left;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.element-contact-avaliable .element-contact-available-mask p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.95;
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
.element-contact-avaliable .element-contact-available-mask p small {
  font-weight: lighter;
  font-size: 12px;
}
.contact-info-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 1px;
}
.contact-infos-ico {
  margin-bottom: 16px;
}
.contact-infos-ico img {
  width: 32px;
}
.element-contact-hire {
  width: 100%;
}
.element-contact-hire .element-wrapper {
  min-height: 279px;
}
@media (min-width: 768px) {
  .element-contact-hire {
    width: 50%;
  }
}
@media (min-width:992px) {
  .element-contact-hire {
    width: 25%;
  }
}
.element-contact-hire .element-wrapper {
  min-height: 279px;
}
.element-contact-map {
  height: 279px;
  overflow: hidden;
  width: 100%;
}
@media (min-width:992px) {
  .element-contact-map {
    width: 50%;
  }
}
#map iframe {
  height: 279px;
}
.contact-box {
  padding: 20px;
  background: #ddd;
}
.contact-box h1,
.contact-box h2,
.contact-box h3,
.contact-box h4 {
  margin-top: 0;
}
.contact-box .title4 {
  margin-top: 0;
}
@media (min-width:992px) {
  .element-contact-form {
    height: 564px;
  }
}
.element-contact-form .form-group {
  position: relative;
}
.element-contact-form .form-control {
  width: 100%!important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 50px;
  font-size: 14px;
  color: #111;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
  background-color: transparent;
  border: 2px solid transparent;
  border-bottom: 1px solid #111111;
  -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  padding-left: 20px;
}
.element-contact-form .form-control:focus {
  border-left: 2px solid #111111;
}
.element-contact-form .form-control .placeholder-style {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 11px;
  font-weight: normal;
}
.element-contact-form .form-control::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 11px;
  font-weight: normal;
}
.element-contact-form .form-control:-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 11px;
  font-weight: normal;
}
.element-contact-form .form-control::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 11px;
  font-weight: normal;
}
.element-contact-form .form-control:-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 11px;
  font-weight: normal;
}
.element-contact-form .form-send {
  margin-bottom: 0;
}
.element-contact-form .form-send button {
  width: 100%!important;
  height: 60px;
  margin-bottom: 0;
}
.element-contact-form .form-send button:before {
  padding-top: 20px;
}
.contact-form-ico {
  margin-bottom: 8px;
}
.contact-form-ico img {
  width: 22px;
}
/* ==========================================================
! 22. CROSSBROWSER SOLUTIONS
========================================================== */
html.safari:before,
html.safari:after {
  display: none !important;
}
.safari body:before,
.safari body:after {
  content: "";
  display: none!important;
  visibility: hidden !important;
  opacity: 0;
  position: relative;
  z-index: -99999;
}
@media (min-width: 768px) {
  .safari body:before,
  .safari body:after {
    display: none!important;
  }
}
.safari body:before {
  height: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: !important;
}
.safari body:after {
  width: 0px;
  top: 0;
  display: !important;
}
