/* =================================== */
/*	Variables 
/* =================================== */
/* =================================== */
/*	Basic Style 
/* =================================== */
body {
  background-color: #fff;
  font-family: 'Oswald', sans-serif;
  line-height: 21px;
  font-size: 13px;
  color: #383838; }

#body > ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

figure, p {
  margin: 0; }

a {
  color: #fff;
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s; }

iframe {
  border: 0; }

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0; }

a:focus, a:hover {
  color: #f7ca88; }

h1, h2, h3,
h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

.clear:before,
.clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

span.color {
  color: #f7ca88; }

body > section,
.footer {
  padding: 70px 0; }

.sec-title h2 {
  color: #ab4642;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase; }

.sec-title-yellow h2 {
  color: #f7ca88;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase; }

.sec-sub-title {
  margin: 35px 0 45px; }

.sec-sub-title p {
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  color: #383838; }

.devider {
  margin-top: 30px; }

.devider i {
  color: #dc9656; }

.devider:before,
.devider:after {
  content: "______________________";
  color: #f7ca88;
  position: relative;
  bottom: 6px; }

.devider:before {
  right: 10px; }

.devider:after {
  left: 10px; }

.mb50 {
  margin-bottom: 50px; }

#preloader {
  background-color: #181818;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100; }

#preloader > i {
  left: 47%;
  position: absolute;
  top: 48%;
  color: #f7ca88; }

/*=========================================
Header
==========================================*/
#navigation {
  background-color: rgba(16, 22, 54, 0.2);
  border: 0 none;
  margin: 0;
  -webkit-transition: background-color 800ms linear;
  -moz-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
  -o-transition: background-color 800ms linear;
  transition: background-color 800ms linear; }

.navbar-toggle i {
  color: #fff; }

.navbar-brand {
  padding: 0; }

.navbar-nav li a {
  border-top: 1px solid transparent; }

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
  background-color: transparent;
  border-top: 2px solid #f7ca88;
  color: #fff; }

.navbar-nav li img {
  height: 15px; }

/*=========================================
Slider
==========================================*/
#slider {
  padding: 0; }

#slider .carousel-inner .item {
  background-size: cover; }

.carousel-caption {
  top: 50%; }

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300; }

.carousel-caption h2 span {
  font-weight: 800; }

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px; }

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300; }

.carousel-caption p:before,
.carousel-caption p:after {
  color: #f7ca88;
  content: "___";
  position: relative;
  top: -8px; }

.carousel-caption p:before {
  right: 20px; }

.carousel-caption p:after {
  left: 20px; }

.social-links {
  margin-top: 5%; }

.social-links li {
  display: inline-block; }

.social-links li a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin: 0 6px; }

.social-links li a:hover {
  color: #e0af68; }

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0; }

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px; }

.carousel-indicators .active {
  height: 8px;
  width: 8px; }

/*=========================================
Features
==========================================*/
.features {
  background-color: #f8f8f8; }

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center; }

.owl-controls .owl-page {
  display: inline-block; }

.owl-controls .owl-page span {
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px; }

.owl-controls .owl-page.active span {
  background: #282828;
  border: 0; }

.feature-icon {
  color: #585858;
  text-align: center;
  font-size: 40px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  border-radius: 100%;
  display: inline-block;
  height: 120px;
  width: 120px; }

.feature-desc {
  margin: 0 20px 0 20px;
  top: 0px; }

.feature-desc h3 {
  color: #282828;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px; }

.feature-image img {
  border-radius: 25px;
  margin: 10px 0px 10px 0px; }

/*=========================================
Some numbers
==========================================*/
#numbers {
  background-color: rgba(24, 24, 24, 0.8);
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0; }

.numbers .devider:before,
.numbers .devider:after {
  color: #585858; }

.numbers .devider i {
  color: #fff; }

.parallax-overlay {
  background-color: rgba(24, 24, 24, 0.8);
  padding: 70px 0; }

.counters-item {
  color: #fff; }

.counters-item i {
  border: 2px solid #585858;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px; }

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px; }

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase; }

/*=========================================
Brands
==========================================*/
.brands-descr {
  padding-bottom: 50px; }

.brands-item {
  color: #181818;
  margin: 30px 0 35px; }

.brands-item img {
  display: inline-block;
  max-height: 90px;
  max-width: 70%;
  padding: 4px; }

.brands p {
  color: #181818;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px; }

/*=========================================
Project
==========================================*/
#project {
  background-color: rgba(24, 24, 24, 0.8);
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0; }

.project-parallax-overlay {
  background-color: rgba(24, 24, 24, 0.8);
  padding: 70px 0; }

.project-descr {
  padding-bottom: 50px; }

.project p {
  color: #f8f8f8;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px; }

.project h3 {
  color: #f8f8f8;
  font-size: 28px;
  font-weight: 700;
  margin: 6px 0 20px; }

/*=========================================
Chi siamo
==========================================*/
.team-descr {
  padding-bottom: 50px; }

.team p {
  color: #181818;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px; }

.team-element {
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 6px solid #585858;
  border-radius: 50%;
  margin-right: 10px; }

.team-element img {
  border-radius: 50%;
  color: #fff;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.team-element img:hover {
  filter: none;
  -webkit-filter: grayscale(0%); }

/*=========================================
Contact Us
==========================================*/
.contact {
  padding-bottom: 0; }

.contact-address {
  display: inline-block; }

.contact-address h3 {
  color: #282828;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px; }

.contact-address p {
  line-height: 24px; }

.contact-address a {
  color: #ab4642; }

.contact-address img {
  margin-top: 10px;
  display: inline-block;
  height: 70%;
  width: 70%; }

.contact-address a:hover {
  color: #383838; }

.contact-form {
  margin-top: 100px; }

.contact-form h3 {
  color: #383838;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px; }

.contact-form .input-group {
  width: 100%; }

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #d8d8d8;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px; }

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%; }

.contact-form .input-field:last-child {
  margin-right: 0; }

.contact-form .form-control.error {
  border-bottom-color: #dc9656; }

label.error {
  color: #dc9656;
  font-weight: normal;
  text-transform: capitalize; }

.contact-form #form-submit {
  background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 150px; }

.footer-social {
  margin-top: 117px; }

.footer-social li a {
  color: #e8e8e8;
  display: block;
  margin-bottom: 10px; }

#map_canvas {
  height: 215px;
  width: 100%; }

/*=========================================
Footer
==========================================*/
.footer {
  background-color: #181818;
  border-top: 5px solid #f7ca88;
  background: #181818 url("../img/profilebg.svg") no-repeat center bottom;
  color: #fff; }

.footer a:hover {
  color: #f7ca88; }

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px; }

.about-us p {
  line-height: 24px; }

.footer-single {
  line-height: 24px; }

.footer-single li {
  line-height: 32px; }

.footer-single p i {
  margin: 0 10px; }

.credit a {
  color: #282828; }

.credit a:hover {
  color: #fff; }

.copyright {
  color: #fff;
  margin-top: 100px; }

#back-top {
  bottom: 33px;
  position: fixed;
  right: 25px;
  z-index: 9; }

/*=========================================
Generic
==========================================*/
.text-justiy {
  text-align: justify; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

/*# sourceMappingURL=main.css.map */
