/* BLUE: #24C0D9;
BLACK: #5E5865;
Gray: #666;
Dark Gray: #727272;
*/
/* GENERAL STYLES
================================================ */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 4.5em;
    font-weight: 300;
}
h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #606060;
}
h3 {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111;
}
p {
    font-size: 15px;
    color: #727272;
    line-height: 1.5em;
    font-weight: 400;
}
a {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #8c6e4a;
    font-weight: 400;
    letter-spacing: .3px;
}
a:hover {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.section {
    padding: 30px 0;
}
.section-title {
  color: #8c6e4a;
    display: inline-block;
    font-family: "Lora",serif;
    font-size: 30px;
    font-weight: 600;
    margin-top: 60px;
    text-transform: capitalize;
 
}
.section-title span{    color: #4c4c4c;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
	
	}
.button {
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    color: #5F5F5F;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.button:hover {
    text-decoration: none;
    background: #454545;
    border-color: #454545;
}
.overlay {
    background: rgba(14, 12, 8, 0.74);
}
/* NAVIGATION
================================================ */

.navbar-default {
    background: #fff;
    border-color: transparent;
    padding: 10px 0;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    padding: 5px 15px;
    max-width: 220px;
}
.navbar-default .navbar-nav>li>a {
    color: #949494;
    margin-right: 8px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #24C0D9;
}
/* HEADER
================================================ */

#home-area {
    background: url(../img/10.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#home-area .container {
    padding-top: 200px;
    padding-bottom: 65px;
}
.home-content {
    color: #fff;
    padding-top: 100px;
}
.home-content h1 {
    text-transform: capitalize;
    font-weight: 200;
}
.home-content p {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    letter-spacing: .3px;
    line-height: 1.7em;
    margin: 30px 0;
}
.home-content .home {
    border: 1px solid #fff;
    color: #fff;
}
.home-content .home:hover {
    background: #fff;
    color: #222;
}
.home-feature {}
/* SERVICES
================================================ */

#services {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#services a:hover {
    color: #187F90;
    text-decoration: none;
}
.single-service {
    margin: 30px 25px;
}
.service-title {
    color: #24C0D9;
}
.service-content {
    margin-left: 65px;
    margin-top: -66px;
}
/* PORTFOLIO
================================================ */

#portfolio {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.portfolio-filter {
    position: relative;
    right: 0;
    text-transform: uppercase;
    margin: 20px;
}
.portfolio-filter a {
    font-size: 14px;
    text-decoration: none;
    color: #6A6F73;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin: 10px 0;
}
.portfolio-filter a:hover {
    color: #55DDF3;
    border: 1px solid #55DDF3;
    background: #55DDF3;
    color: #fff;
}
.single-portfolio {
    float: left;
    width: 25%;
}
.single-portfolio a:hover {
    background: #41C8DE;
}
/* NEWSLETTER SIGNUP
 ================================================ */

#newsletter {
    background: #24C0D9;
    background-size: cover;
    background-position: 0% 80%;
    padding-top: 40px;
    padding-bottom: 30px;
}
#newsletter .form-control {
    border: none;
    height: 50px;
    margin: 20px 0;
    font-size: 18px;
    padding-left: 20px;
}
#newsletter h2 {
    margin-top: 50px;
    color: #fff;
}
#newsletter p {
    color: #fff;
    margin: 20px 0;
}
#newsletter input {
    display: inline-block;
}
.newsletter {
    position: relative;
    top: -70px;
    right: -1px;
    border: none;
    background: #222;
    color: #fff;
    height: 50px;
}
.newsletter:hover {
    background: #454545;
    color: #fff;
}
/* TESTIMONIAL
================================================ */

#testimonial {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.single-testimonial {
    max-width: 500px;
    margin: 0 auto;
}
.single-testimonial img {
    max-width: 102px;
    max-height: 102px;
    border-radius: 100%;
    border: 2px solid #efefef;
}
.single-testimonial p {
    margin-top: 30px;
}
.social-networks {
    margin-top: 0px;
    margin-bottom: 30px;
}
.social-networks a {
    display: inline-block;
    border: 1px solid #24C0D9;
    border-radius: 50%;
    background: #FFFFFF;
    margin: 3px;
    padding: 14px 20px 15px 18px;
    width: 50px;
    height: 50px;
}
.social-networks a:hover {
    background: #24C0D9;
    border: 1px solid #24C0D9;
    color: #fff;
}
.testimonial {
    background: #24C0D9;
    color: #fff;
    margin-top: 20px;
}
.testimonial:hover {
    color: #fff;
}
/* GET TRIAL
================================================ */

#get-trial {
    background: #34495E;
    padding: 120px 0;
}
#get-trial h4 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 20px;
}
.get-trial {
    background: #24C0D9;
    border: none;
    color: #fff;
}
.get-trial:hover {
    background: #fff;
    color: #222;
}
/* CONTACT US
 ================================================ */

.contact-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    height: 45px;
    font-size: 16px;
}
.send-button {
  background: #ff8b00;
    color: #fff;
}
.contact-form {
    margin-top: 30px;
    margin-bottom: 100px;
}
.contact-info {
    margin-top: 30px;
}
.contact-info span {
    color: #24C0D9;
    margin-right: 10px;
}
.contact-info, .business-hours {
    margin-bottom: 30px;
    margin-left: 10px;
}
/* FOOTER
================================================ */

footer {
 background: #d5d5d5 none repeat scroll 0 0;
    border-top: 1px solid #efefef;
    float: left;
    margin-top: 40px;
    padding: 17px 0 0px;
    width: 100%;
}
.footer-menu li {
    border-right: 1px solid #e4e4e4;
}
.footer-menu li:last-child {
    border-right: none;
}
.footer-menu a {
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px;
}
.footer-menu a:hover {
    color: #db8115;
    text-decoration: none;
}
.footer-content p {
   color: #000;
    font-size: 11px;
}



#main-slider {
  position: relative;
}
#main-slider .carousel h2 {
  font-size: 36px;
}
#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.header-a{
background:none!important;
text-transform:uppercase;
font-size:13px;
}


.float_nav .navbar-nav {
background: #8c6e4a none repeat scroll 0 0;
    float: left;
    left: 31%;
    margin: 0;
    padding: 0 70px;
    position: absolute;
	box-shadow:0 0 7px rgba(0, 0, 0, 0.1);
    top: 46px;
	-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
}

.navbar-default .navbar-nav > li > a{
color:#fff;font-family: 'Roboto', sans-serif;
}
.navbar-default{
padding:0px!important;
background:#d5d5d5 !important;
}
.navbar-brand {
    display: block;
    float: none;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    margin: auto !important;
    padding: 0px;
    text-align: center;
    width: 100%;
}

.navbar-header{
float:none !important;
}


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



.navbar-default .navbar-nav > li > a:hover{
   background: #785935!important;
    color: #fff;
}

.hm_frm .col-md-12{  background: #8c6e4a none repeat scroll 0 0;
    color: #fff;
    padding: 40px 20px;
}
.hm_frm .col-md-12 span{ font-size: 19px;

}
.hm_frm{  background: #f4e8d9 ;
}




.hm_frm .form-control {
    background-color: #8c6e4a;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #fff;
    display: block;
  
}


.form-control::-moz-placeholder{    color: #fff!important;
}



.send-button{   

}

.hm_section{    padding-top: 0;
}

.service-content_hm img{
  border: 1px solid #e2e2e2;
    max-width: 96%;
    padding: 10px;
}




.hm_bg_thumb{
position:relative;
}
.hm_bg_thumb img{

}
/*.hm_bg_thumb::before {
    border: 1px solid #735a3d;
    content: "";
    height: 450px;
    left: -215px;
    position: absolute;
    top: 75px;
    width: 750px;
    z-index: 5;
}
.hm_bg_thumb::before {
    border: 1px solid #735a3d;
    content: "";
    height: 450px;
    left: -375px;
    position: absolute;
    top: 75px;
    width: 750px;
    z-index: 5;
}
*/


.hm_bg_thumb_brd{   
    width: 80%;
 
}
.service-content_hm{
}


.hm_bg_thumb_txt{
}
.hm_bg_thumb_txt p{  color: #767676;
    font-size: 18px !important;
    font-weight: 300;
}

.tasto_dettagli {
    border-radius: 3px!important;
    font-size: 16px!important;
    padding: 11px 21px!important;
    text-transform: capitalize;
}

#headerstretto{
	background:none!important;
}
 

.overlay-headerstretto {
    background: #c2b4a1!important;
    text-align: center;
}

.overlay-headerstretto  h1{    color: #060000!important;
    font-family: "Lora",serif!important;
    font-size: 36px!important;
    font-weight: 300!important;
	
}

.meet-the-team{
	position:relative;
}
.meet_tm_txt{background: #aa7435;
    color: #fff;
    min-height: 232px;
    padding: 20px;
    position: relative;
 
}
.meet_tm_txt p{
	color:#fff;
}
#meet-the-team img{ 
  border: 1px solid #8c6e4a;
    padding: 9px;
}
.meet_heading{ color: #8c6e4a;
    font-family: "Lora",serif;
    font-size: 33px;
    text-transform: capitalize;
	
}


.fotorama {
border: 1px solid #e2e2e2;
    min-width: 1px;
    overflow: hidden;
    padding: 40px 20px 20px;
}
.nome_specifica{color: #8c6e4a;
}
.detl_img{border-bottom: 1px solid #c2c2c2;
    color: #8c6e4a;
    font-family: "Lora",serif;
    font-size: 29px;
}