/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
font-family:Georgia, "Times New Roman", Times, serif!important;
font-size:16px!important;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
overflow-x:hidden!important;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 2.8em!important;
  font-weight: 700;
color:#154568;
}

h1 {
 font-size:50px!important;
color:#FFF!important;
text-shadow: 0px 1px 1px black;
  	filter:DropShadow(Color=#000000, OffX=0, OffY=1)
}


h2 {
 color:#4B1E1E;
font-weight:bold!important;
}


h3{
  color:#FFE5C4;
text-shadow: 0px 1px 1px black;
  	filter:DropShadow(Color=#000000, OffX=0, OffY=1);
margin-bottom:20px;
font-size:28px!important;
}



h4 {
 color:#4B1E1E;
font-weight:bold!important;
font-size:20px;
}

h5 {
 color:#4B1E1E;
font-size:17px;
}


/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background:#4B1E1E;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color:#FFE5C4;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
 color:#FFE5C4;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 5px;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../images/bg_1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
overflow-x:hidden!important;
}

/* Intro */

.intro {
  padding: 50px 0 70px;
overflow-x:hidden!important;
background:#FFFFFF;
}

/* Services */

.services {
  background:#ABAC80;
  padding: 50px 0;
  color: #ffffff;
overflow-x:hidden!important;
}

.service-item {
  margin-bottom: 20px;
}

i.service-icon {
 /* border: 1px solid #ffffff;
  border-radius: 50%;*/
  display: inline-block;
  font-size: 46px;
  line-height: 56px;
  vertical-align: middle; 
  text-align: center;
margin:15px 0 0;
 color:#fff;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../images/callout.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
overflow-x:hidden!important;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
overflow-x:hidden!important;
background:#FFFFFF;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background:#4B1E1E;
  padding: 50px 0;
overflow-x:hidden!important;
}

.call-to-action h3 {
   color: #ECFBBD!important;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
overflow:hidden!important;
}

/* Footer */

footer {
  padding: 100px 0;
overflow-x:hidden!important;
background:#FFFFFF!important;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */

@media (max-width: 768px) {
	
  .header {
	background: url(../images/bg.jpg) no-repeat center center scroll; 
  }

  .callout {
	background: url(../images/callout.jpg) no-repeat center center scroll; 
  }

  .map {
	height: 75%;
  }

}





/* More custom */

p.lead a, .list-inline a {
	color:#4B1E1E!important;
  }

p.lead a:hover, .list-inline a:hover, .top-scroll a:hover i{
	color:#4B1E1E!important;
  }

.btn{
	border:0!important;
 border-radius:0!important;
  }


.btn-primary{
	background:#4B1E1E!important;
color:#FFE5C4;
  }

.intestazione{
	font-size:1.1em!important;
  }

.intestazione a {
	color:#4B1E1E!important;
  }

.intestazione a:hover i{
	color:#4B1E1E!important;
  }



