@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

.publicidade-holder {
	position: fixed;
	top: -450px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 999999;
	width: 450px;
}

.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}
.modal .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    color: #333333;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    resize: none;
}
#inscription div.row div[class^="col-"]:not(:first-child) {
    margin-top: 10px;
}

.publicidade-title {
	-ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -141px;
  top: 100px;
  z-index: 9999;
  padding: 10px;
  background: #fafafa;
  width: 242px;
}

.publicidade-close {
	float: right;
	margin-left: -40px;
	cursor: pointer;
}

/* Custom calendar elements */

.custom-calendar-wrap {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
}

.custom-inner {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:before,
.custom-inner:after  {
	content: '';
	width: 99%;
	height: 50%;
	position: absolute;
	background: #f6f6f6;
	bottom: -4px;
	left: 0.5%;
	z-index: -1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:after {
	content: '';
	width: 98%;
	bottom: -7px;
	left: 1%;
	z-index: -2;
}

.custom-header {
	background: #fff;
	padding: 5px 10px 10px 20px;
	height: 70px;
	position: relative;
	border-top: 5px solid #79be59;
	border-bottom: 1px solid #ddd;
}

.custom-header h2,
.custom-header h3 {
	text-align: center;
	text-transform: uppercase;
}

.custom-header h2 {
	color: #495468;
	font-weight: 300;
	font-size: 18px;
	margin-top: 10px;
}

.custom-header h3 {
	font-size: 10px;
	font-weight: 700;
	color: #b7bbc2;
	margin-top: -20px;
}

.custom-header nav span {
	position: absolute;
	top: 17px;
	width: 30px;
	height: 30px;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 20px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span:first-child {
	left: 5px;
}

.custom-header nav span:last-child {
	right: 5px;
}

.custom-header nav span:before {
	font-family: 'fontawesome-selected';
	color: #79be59;
	position: absolute;
	text-align: center;
	width: 100%;
}

.custom-header nav span.custom-prev:before {
	content: '\25c2';
}

.custom-header nav span.custom-next:before {
	content: '\25b8';
}

.custom-header nav span:hover:before {
	color: #495468;
}

.custom-content-reveal {
	background: #f6f6f6;
	background: rgba(246, 246, 246, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0px;
	text-align: center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.custom-content-reveal span.custom-content-close {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #1C8AE6;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 13px;
	padding: 0;
}

.custom-content-reveal span.custom-content-close:after {
	content: 'x';
	font-size: 18px;
	color: #fff;
}

.custom-content-reveal a,
.custom-content-reveal span {
	font-size: 22px;
	padding: 10px 30px;
	display: block;
}

.custom-content-reveal h4 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #777;
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 5px solid #1C8AE6;
	box-shadow: 0 1px rgba(255,255,255,0.9);
	margin-bottom: 30px;
}

.custom-content-reveal span {
	color: #888;
}

.custom-content-reveal a {
	color: #1C8AE6;
}

.custom-content-reveal a:hover {
	color: #333;
}

/* Modifications */

.fc-calendar-container {
	height: 400px;
	width: auto !important;
	padding: 30px;
	background: transparent;
	box-shadow: inset 0 1px rgba(255,255,255,0.8);
}

.fc-calendar .fc-head {
	background: transparent !important;
	color: #79be59 !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.fc-calendar .fc-row > div {
	background: #fff;
	cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fc-calendar .fc-row > div:hover {
	background: #f48c6b !important;
}

.fc-calendar .fc-row > div:empty {
	background: transparent !important;
}

.fc-calendar .fc-row > div > span.fc-date {
	top: 50%;
	left: 50%;
	text-align: center !important;
	margin: -10px 0 0 -15px !important;
	color: #686a6e;
	font-weight: 400;
	pointer-events: none;
  text-shadow: none !important;
}

.fc-calendar .fc-row > div.fc-today {
	background: #d94b8e !important;
}

.fc-calendar .fc-row > div.fc-today:hover {
	background: #f48c6b !important;
}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #fff;
}

.fc-calendar .fc-row > div.fc-content:after {
	content: '\00B7';
	text-align: center;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	color: #b03b72;
	font-size: 70px;
	line-height: 20px;
	left: 50%;
	bottom: 3px;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
	color: #b03b72;
}

.fc-calendar .fc-row > div.fc-content:hover:after{
	color: #b03b72;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
	color: #b03b72;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	display: none;
	font-size: 22px;
}

@media screen and (max-width: 400px) {
	.fc-calendar-container {
		height: 300px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
		font-size: 15px;
	}
}

.body-calendar {
  padding: 0 !important;
}

.evento-imagem {
	display: inline-block;
	width: 40%;
	text-align: center;
}

.evento-imagem img {
	width: 80%;
}

.evento-titulo {
	font-size: 25px;
	font-weight: bold;
	color: #313131;
	margin-top: 10px;
	padding: 0 10%;
	width: 100%;
	text-align: left;
}

.evento-data {
	font-size: 18px;
	padding: 0 10%;
	width: 100%;
	text-align: left;
}

.evento-desc {
	display: inline-block;
	width: 55%;
	vertical-align: top;
	color: #313131;
}

/* ==========================================================================
Global Styles
========================================================================== */

html { height:100%; width: 100%;}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px
}

.header-text {
  display: inline-block;
  text-shadow: -1px -1px 3px #000,
                1px -1px 3px #000,
               -1px  1px 3px #000,
                1px  1px 3px #000;
  padding: 10px 10px;
  width: 100%;
  color: #fff;
  transition: color 0.5s ease, text-shadow 0.5s ease;
}

.sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.16em;
}

h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* ==========================================================================
Custom Styles
========================================================================== */


.instrumento {
  cursor: pointer;
  margin-top: 20px;
}

.instrumentos {
  display: none;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

.frases {
  width: 100%;
  margin-top: calc(25% - 40px);
  text-align: right;
  font-size: 60px;
  color: #fff;
  text-shadow: 0px 0px 15px #000;
  padding: 0 70px 0 0;
}

@media(max-width: 992px){
  .frases {
    text-align: center;
    padding: 0;
  }
}

#owl-hero3, #owl-hero3 .owl-wrapper-outer, #owl-hero3 .owl-wrapper-outer .owl-wrapper, #owl-hero3 .owl-wrapper-outer .owl-wrapper .owl-item {
  height: 100% !important;
}

.parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7 {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  display: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mute-btn {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(0,0,0,0.7);
  position: fixed;
  bottom: 30px;
  z-index:9;
  cursor: pointer;
}

@media(max-width: 768px){
  .mute-btn {
    display: none;
  }
}

.mute-btn i {
  color: #fff;
  font-size: 18px;
}

.login-btn {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(0,0,0,0.7);
  position: fixed;
  bottom: 30px;
	margin-left: 60px;
  z-index:9;
  cursor: pointer;
}

@media(max-width: 768px){
  .login-btn {
    margin-left: 0;
  }
}

.login-btn i {
  color: #fff;
  font-size: 18px;
}

.lightboxOverlay {
  z-index: 999999999;
}
.lightbox {
  z-index: 9999999999;
}

@media (min-width: 992px){
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: -15px;
      margin-top: 30px;
  }
}

#owl-hero2 .owl-wrapper-outer {
  height: 100%;
}

#owl-hero2 > .owl-wrapper-outer > .owl-wrapper {
  height: 100%;
}

#owl-hero2 > .owl-wrapper-outer > .owl-wrapper > .owl-item {
  height: 100%;
}

#owl-hero2 > .owl-wrapper-outer > .owl-wrapper > .owl-item > .item {
  height: 100%;
}

#owl-hero2 > .owl-wrapper-outer > .owl-wrapper > .owl-item > .item > .caption {
  width: auto !important;
  height: auto !important;
  margin-left: 100px !important;
  opacity: 0.9 !important;
  position: absolute;
  bottom: 0;
}

.menu-option:hover > a > img {
  -ms-transform: rotate(40deg); /* IE 9 */
  -webkit-transform: rotate(40deg); /* Chrome, Safari, Opera */
  transform: rotate(40deg);
}

.menu-option > a > img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.element-item2 {
  margin-bottom: 20px;
}

.modal {
  z-index: 999999999;
}

.modal-backdrop.in {
  z-index: 99999999;
}

#owl-hero1 .owl-wrapper-outer {
  height: 100%;
}

#owl-hero4 .owl-wrapper-outer {
  height: 100%;
	min-height: 100%;
}

.container-menu-mobile {
  display: none;
  top: 0;
  right: -260px;
  position: fixed;
  z-index: 9999;
  width: 260px;
  background: rgba(0,0,0,0.7);
  height: 100%;
}

.mobile-menu-button {
  position: absolute;
  top: 30px;
  left: -50px;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.7);
  line-height: 50px;
}

.mobile-menu-button i{
  color: #fff;
}

#owl-hero4 .owl-wrapper {
	min-height: 100% !important;
	height: 100% !important;
}

#owl-hero4 .owl-item {
	min-height: 100% !important;
	height: 100% !important;
	width: 450px !important;
	max-height: 242px !important;
}

@media(max-width: 992px){
  #owl-hero1 .item .caption {
    margin-top: calc(50% - 40px) !important;
    font-size: 30px !important;
  }
  .navbar-brand img {
      height: 100px !important;
  }
  .container-menu {
    display: none;
  }
  .container-menu-mobile {
    display: block;
  }
  .navbar-nav {
      margin: 20px -15px;
  }
  .menu-option {
    margin-right: 20px;
    display: inline-block;
    width: 100%;
  }
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,0);
    color: #65ac46;
}

.modal-header .close {
    margin-top: -30px;
}

a {
  color: inherit;

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}

.navbar-brand img {
  height: 150px;
  transition: height 0.15s ease-out;
}

.footer-right {
  float: right;
}

.footer-right i {
  margin-left: 15px;
  font-size: 16px;
}

.footer-right a{
  color: #fff;
  text-decoration: none;
}

.btn1 {
  background: #ef5350 !important;
}

.btn1:hover {
  background: #e345a6 !important;
  color: #fff !important;
}

@media (min-width: 768px)
{
  .navbar-nav {
      float: right;
      margin: 0;
  }
}

@media (min-width: 768px)
{
  .navbar-nav>li {
      float: left;
  }
}

.navbar {
  font-size: 25px;
}

.navbar-brand {
  padding: 5px;
}

.change_language_btn {
	position: fixed;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	right: -65px;
	top: 100px;
	z-index: 9999999;
	cursor: default;
}

.choose_language {
	display: inline-block;
	margin-left: 20px;
}

.contact_result {
	display: block;
	text-align: left;
	padding: 10px 10px;
	margin-left: 50%;
}

.about-left {
	display: inline-block; width: 50%;
}

.about-right {
	display: inline-block; width: 44%; vertical-align: top; margin-left: 5%;
}

.grid2 {
	width: 100%;
}

.isotope-filters {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 5px 10px;
	margin-top: 2px;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.isotope-filters:hover {
	background-color: #dcdcdc;
}

.isotope-filters2 {
	display: inline-block;
	border: 1px solid #000;
	padding: 5px 10px;
	margin-top: 2px;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.isotope-filters2:hover {
	background-color: #000;
}

.wow i {
	width: 50px;
}

.contact-left {
	font-size: 20px;
	padding: 20px 0 !important;
}

footer {
	padding: 10px !important;
	font-size: 14px;
	color: #fff;
	text-align: left !important;
}

.carousel-overlay {
	position: absolute;
	z-index: 2;
	top: calc(50% - 38px);
	left: calc(50% - 237px);
	margin: auto;
	text-align: center;
}

.carousel-overlay h6 {
	color: #fff;
}

.product-holder {
	background-color: #dcdcdc;
	padding: 10px;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.product-holder:hover {
	cursor: pointer;
	box-shadow: 0px 0px 15px #fff;
	background-color: #fff;
}

.product-name {
	padding-top: 5px;
	text-align: left;
}

.product-price {
	padding-top: 5px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #DD4747;
}

.price-sep {
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	color: #000;
}

.product-category {
	padding-top: 5px;
	text-align: left;
	font-size: 12px;
	color: #848484;
}

.filters-button-group {
	font-size: 12px;
	color: #fff;
}

.filters-button-group a {
	font-size: 12px;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.filters-button-group a:hover, a:active {
	color: #fff;
}

.product_details_left {
	display: inline-block;
	width: 40%;
}

.product_details_left img{
	width: 80%;
}

.product_details_right {
	display: inline-block;
	width: 59%;
	text-align: left;
	vertical-align: top;
}

.product_details_right span{
	color: #DC6565 !important;
	font-size: 30px;
	font-weight: bold;
}

.product_details_right p{
	color: #000 !important;
}

.element-item {
	margin-top: 20px;
}

@media(max-width:767px){
	.product_details_left {
		display: inline-block;
		width: 100%;
	}

	.product_details_right {
		margin-top: 10px;
		display: inline-block;
		width: 100%;
		text-align: left;
		vertical-align: top;
	}

	.row {
		margin-left: 0 !important;
    margin-right: 0 !important;
	}

	.carousel-overlay {
		position: absolute;
		z-index: 2;
		top: calc(50% - 90px);
		left: auto;
		margin: auto;
		text-align: center;
	}

	.about-left {
		display: block;
		width: 100%;
	}

	.about-right {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}

	.about-right ul,li {
		list-style-type: none;
        list-style-position:inside;
        margin:0;
        padding:0;
        line-height: 25px;
	}

	.client {
		margin-top: 20px;
	}
}

.modal.content {
	border-radius: 0;
}

.modal-content2 {
	border-radius: 0 0 0 60px;
	border: 0px #DC6565 solid;
}

.modal-footer {
    border-top: 4px solid #6eaf47;
}

.modal-header {
	border: 0;
}

.modal-body {
  padding: 60px 0;
}

.group2 {
    font-size: 12px;
    color: #fff;
}

.group2 a {
    font-size: 12px;
    color: #000;
    padding: 10px;
    text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.portfolio_details_left {
	display: inline-block;
	width: 60%;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

.portfolio_details_left img{
	width: 80%;
	cursor: pointer;
}

.portfolio_details_right {
	display: inline-block;
	width: 39%;
	text-align: left;
	vertical-align: top;
	padding-right: 30px;
}

.portfolio_details_left p {
	margin-bottom: 5px !important;
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
}

.portfolio_details_right .p {
	margin-top: 10px;
	margin-bottom: 5px !important;
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
}

@media(max-width:767px){


	.portfolio_details_left {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-left: 30px;
		padding-right: 30px;
	}

	.portfolio_details_left img{
		width: 100%;
		cursor: pointer;
	}

	.portfolio_details_right {
		margin-top: 10px;
		display: inline-block;
		width: 100%;
		text-align: left;
		vertical-align: top;
		padding-left: 30px;
		padding-right: 30px;
	}

	.portfolio_details_left p {
		margin-bottom: 5px !important;
		border-bottom: 1px solid #dcdcdc;
		font-weight: bold;
	}

	.portfolio_details_right .p {
		margin-top: 10px;
		margin-bottom: 5px !important;
		border-bottom: 1px solid #dcdcdc;
		font-weight: bold;
	}
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0d0d0d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-block {
  background: #24242a;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 0px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

/* ==========================================================================
Layout
========================================================================== */
.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #24242a;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

    /* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
  background: rgba(0,0,0,0);
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  width: 28%;
  padding-right: 15px;
}
.navbar-default .nav-wrap {
  width: auto;
  margin-left: 0px;
  float: right;
}
.navbar-default .nav > li > a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #B2EBF2;
}
.navbar-default .social-media {
  float: right;
  padding: 0 15px;
}
.navbar-default .social-media i {
  font-size: 22px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  text-decoration: underline;
  color: #fff;
}

.top-nav-collapse {
  background: rgba(0,0,0,0);
  height: 80px;
}
.top-nav-collapse .navbar-brand {
  height: auto;
}
.top-nav-collapse .navbar-brand img {
  height: 100px;
}
.top-nav-collapse .nav > li > a {
  padding: 30px 15px;
}

    /* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
  overflow: hidden;
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 100%;
  background-repeat: no-repeat;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero .item .caption h1 span {
  font-weight: 700;
}
#owl-hero .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
  left: -5px;
}

#owl-hero:hover .owl-next {
  right: -5px;
}

    /* ==========================================================================
Welcome Style
========================================================================== */
#welcome {
  padding: 60px 0;
  text-align: center;
}
#welcome h2 {
  text-transform: uppercase;
}
#welcome h2 span {
  font-weight: 700;
}
#welcome img {
  margin-top: 40px;
  margin-bottom: 40px;
}

#oferta h2 {
	text-align: left;
	padding-left: 12%;
}
@media(max-width: 992px){
	#oferta h2 {
	  text-transform: uppercase;
		text-align: center !important;
		padding-left: 0 !important;
	}
}

    /* ==========================================================================
Products Style
========================================================================== */
#products {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
  max-width: 100%;
  min-height: 100%;
}
#products h2 {
  text-transform: uppercase;
  color: #fff;
}
#products p {
  color: #fff;
}
#products .services-box {
  margin-top: 40px;
}
#products .services-box .col-md-4 {
  margin-bottom: 20px;
}
#products .services-box .col-md-4 .media-left,
#products .services-box .col-md-4 .media-right,
#products .services-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}
#products .services-box .col-md-4 .media-left p,
#products .services-box .col-md-4 .media-right p,
#products .services-box .col-md-4 .media-body p {
  text-align: left;
}
#products .services-box .col-md-4 .media-left h3,
#products .services-box .col-md-4 .media-right h3,
#products .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
#products .services-box .col-md-4 .media-left span,
#products .services-box .col-md-4 .media-right span,
#products .services-box .col-md-4 .media-body span {
  font-size: 36px;
  color: #fff;
}

    /* ==========================================================================
Portfolio Style
========================================================================== */
#portfolio {
  padding: 60px 0;
  text-align: center;
  max-width: 100%;
  min-height: 100%;
}
#portfolio h2 {
  text-transform: uppercase;
	text-align: left;
	padding-left: 12%;
}
@media(max-width: 992px){
	#portfolio h2 {
	  text-transform: uppercase;
		text-align: center !important;
		padding-left: 0 !important;
	}
}
#portfolio p {
  margin-bottom: 40px;
}
#portfolio .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
#portfolio .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
#portfolio .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

    /* ==========================================================================
Work Process Style
========================================================================== */
#work-process {
  padding: 60px 0;
  text-align: center;
}
#work-process .col-lg-3 {
  margin-top: 40px;
}
#work-process h2 {
  text-transform: uppercase;
}
#work-process h4 {
  text-transform: uppercase;
  color: #0d0d0d;
}
#work-process span {
  font-size: 48px;
  color: #0d0d0d;
  margin-bottom: 15px;
}

    /* ==========================================================================
Fun Facts Style
========================================================================== */
#fun-facts {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#fun-facts .col-lg-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#fun-facts h2 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts p {
  color: #fff;
}
#fun-facts h4 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts .number {
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
}
#fun-facts span {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
}

    /* ==========================================================================
About Style
========================================================================== */
#about {
  padding: 60px 0;
  text-align: center;
}
#about h2 {
  text-transform: uppercase;
	text-align: left;
	padding-left: 12%;
}
@media(max-width: 992px){
	#about h2 {
		text-align: center !important;
		padding-left: 0 !important;
	}
}
#about .team {
  margin-top: 40px;
  margin-bottom: 20px;
}
#about .team h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#about .team p {
  color: #a3a3a3;
}
#about .team a {
  color: #0d0d0d;
  font-size: 22px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#about .team a:hover,
#about .team a:focus,
#about .team a:active {
  color: #a3a3a3;
}

    /* ==========================================================================
Clients Style
========================================================================== */
#clients {
  background-image: url("../img/testimonials/Testimonials.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
}
#clients h2 {
  text-transform: uppercase;
  color: #fff;
}
#clients p {
  color: #fff;
}
#clients .item .quote {
  margin: 20px auto;
  width: 80%;
}
#clients .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#clients .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#clients .item h5 {
  color: #fff;
  line-height: 36px;
}
#clients .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#clients .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#clients .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

    /* ==========================================================================
Contact Us Style
========================================================================== */
#contact {
  padding: 60px 0;
  text-align: center;
}
#contact h2 {
  text-transform: uppercase;
	text-align: left;
	padding-left: 12%;
}
@media(max-width: 992px){
	#contact h2 {
	  text-transform: uppercase;
		text-align: center !important;
		padding-left: 0 !important;
	}
}
#contact form {
  margin: 40px 0;
}
#contact .form-group {
  margin-bottom: 35px;
}
#contact .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  background: #fafafa;
  color: #0d0d0d;
  min-height: 45px;
}
#contact textarea {
  height: 140px;
  resize: none;
}

    /* ==========================================================================
Google Map Style
========================================================================== */
#map-section {
	padding-top: 40px;
	height: 100%;
}

#map {
	height: 100%;
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: #6eaf47;
  padding: 60px 0;
  text-align: center;
}
footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}
footer .social {
  margin: 40px 0;
}
footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
  text-transform: uppercase;
  color: #fff;
}

    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
  /*-- Navigation --*/
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
    position: absolute;
  }
  .navbar-default .navbar-header .navbar-brand img {
    height: 80px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: rgba(0,0,0,0.5);
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
    background: rgba(0,0,0,0.5);
    position: relative;
    z-index: 999999;
    margin-top: 20px;
    margin-right: -10px;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 30px;

  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
    background:rgba(0,0,0,0);
  }

  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }

  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

  /*-- section styles --*/
  section h2 {
    font-size: 25px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
}


h2 {
	margin-top: 0px;
}
