/* -------------------------------------------
   01. General  Styles
----------------------------------------------*/
body {
    overflow-x: hidden !important;
    font-family: "Open Sans" !important;
}
a:hover,
a:focus {
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #b2b2b2;
}
a {
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
b, strong {
    font-weight: 700 !important;
}
.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;
}
.btn {
    background-color: #B8860B;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 8px 20px;
}
.btn:hover {
    color: #ffffff;
    background-color: #DAA520;
}
.btn:focus {
    color: #ffffff;
    background-color: #DAA520;
}
.btn a{
    color: #fff;
}
.h1, h1 {
    font-size: 32px;
}
.h2, h2 {
    font-size: 28px;
}
.h3, h3 {
    font-size: 25px;
}
.h4, h4 {
    font-size: 22px;
}
.h5, h5 {
    font-size: 18px;
}
.h6, h6 {
    font-size: 16px;
}
section:nth-child(even){
    background: #f6f6f6;
}
section{
	border-top: 1px solid #EEEEEE !important;
	padding: 40px 0px;
}
.display-4 {
    margin: 6px 0 0 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333333;
}
.display-4:after{
    width: 30px;
    height: 3px;
    content: '';
    background: #DAA520;
    display: inline-block;
    -webkit-transform: translate(20px, -12px);
    -ms-transform: translate(20px, -12px);
    -o-transform: translate(20px, -12x);
    transform: translate(20px, -12px);
}
.display-404{
	margin: 6px 0 0 0;
    padding: 0;
    font-size: 32px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 500;
}
.display-404-subtitle{
	margin: 6px 0 0 0;
    padding: 0;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 300;
}
.p-4{
	padding: 40px 60px!important;
}
.p-5 {
    padding: 20px 60px!important;
}
.p-5 p{
	font-size: 18px;
	padding: 20px 0px;
}
.rounded-circle {
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}
.folder-img{
	min-height: 280px;
	background: url("../../config/image/theme/polaroid-1.png") no-repeat center;
    background-size: 270px;
}
.folder-wrap-image{
	position: relative;
    width: 174px;
    height: 178px;
    top: 26px;
    left: 4px;
}
.wrap-image{
	position: relative;
    width: 100%;
    height: 174px;
    margin: 5px;
    border: 1px solid #EEEEEE !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
#photogallery{
	display: none;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
/* Module POPUP */
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    padding-right: 17px;
}
.modal-dialog {
    margin-top: 40px;
    width: 100%;
}
.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    border: none
}
.modal-body {
    padding: 30px 50px;
}
.modal-body form {
    margin-bottom: 0
}
.modal-body .form-control {
    margin-bottom: 20px;
}
.modal-body .btn {
    text-align: center;
    margin-right: auto;
    margin-left: auto
}
.modal-header .close {
    position: absolute;
    font-size: 24px;
    top: -24px;
    right: 0;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1
}
.modal-header {
    border-bottom: none;
    background-color: #05AED5;
    padding: 33px;
}
.modal-header .modal-title{
	color: #ffffff;
}
.modal-header .model-icon {
    position: absolute
}
.modal-header .model-title {
    text-align: left;
    padding-left: 80px;
    position: relative;
}
.modal-header .model-divider {
    position: relative;
}
.modal-header .model-divider:before {
    content: "";
    width: 2px;
    height: 23px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.modal-header .model-title p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.modal-header .model-title h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1px;
    text-transform: uppercase;
}
.modal-lg{
	width: 980px;
}
@media only screen and (max-width: 768px) {
  .p-5 {
    padding: 40px 10px 40px 10px!important;
    }
}
/* -------------------------------------------
   02. Loading Screen
----------------------------------------------*/
.loading-overlay {
    background: #FFF;
    color: #424242;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111111;
}
.loader {
    margin: 20% auto;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(194, 193, 193, 0.5);
    border-right: 1.1em solid rgba(199, 197, 197, 0.5);
    border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
    border-left: 1em solid #05AED5;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* -------------------------------------------
   03. Back To Top
----------------------------------------------*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #B8860Bcc url(../../config/image/theme/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 25px;
    bottom: 50px;
  }
}
/* -------------------------------------------
   04. Services
----------------------------------------------*/
.servizi .thumbnail .caption {
    text-align: center;
}
.service{
	padding: 0 60px 40px 60px;
}
.single-service {
    display: block;
    padding: 20px 0px;
    position: relative;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-out 0s;
    z-index: 999;
}
.single-service:hover {
    background: #FFFFFF;
}
.single-service::after {
    -webkit-box-shadow: 0px 1px 5px 2px rgba(166,166,166,1);
    -moz-box-shadow: 0px 1px 5px 2px rgba(166,166,166,1);
    box-shadow: 0px 1px 5px 2px rgba(166,166,166,1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 0;
}
.single-service:hover:after {
    opacity: 1;
    visibility: visible;
}
.single-service i {
    color: #cf9455;
    font-size: 45px;
}
.single-service span {
    color: #DAA520;
    font-size: 45px;
}
.single-service h3 a {
    color: rgb(0, 0, 0);
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 15px;
}
.single-service h3 a:hover {
    color: #DAA520;
}
.single-service h3 a::after {
    background: #DAA520;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    width: 50px;
    height: 3px;
    margin: 20px auto;
}
.single-service .read-more {
    display: inline-block;
    margin: 10px 0;
}
.single-service .read-more a {
    border: 1px solid #e6e6e6;
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 32px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.single-service .read-more a:hover {
    background: #DAA520;
    color: #FFFFFF;
    border: 1px solid #DAA520;
}
.single-service .single-service-content {
    z-index: 3;
    position: relative;
}
.single-service-content img{
	border: 1px solid #E6E6E6;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.single-service-content .check{
	position: relative;
    right: 4px;
    top: 2px;
    font-size: 28px;
}
.service-list, .service-list li{
    list-style-type: initial !important;
}
.service-list li{
    margin-bottom: 5px;
}
/* -------------------------------------------
   05. Certficate
----------------------------------------------*/
.certificate{
	text-align: center;
}
.certificate img{
	max-height: 140px;
    width: auto;
    padding: 0 15px;
}
/* -------------------------------------------
   06. Certficate
----------------------------------------------*/
.image-p{
	text-align: center;
}
.image-p img{
	position: relative;
	top: -10px;
	border: 1px solid #e6e6e6;
}
/* -------------------------------------------
   07. Map
----------------------------------------------*/
#map_canvas {
    width: 100%;
    height: 360px;
}
.g-map{
	width: 100%;
	height: 100%;
}
/* -------------------------------------------
   08. Contact Form & Preventivo
----------------------------------------------*/
.form-input{
	margin-bottom: 15px;
}
.form-submit{
	margin-bottom: 30px;
}
input[type=text], input[type=password], input[type=email], textarea, input[type=file], select {
    display: inline-block;
    padding: 10px 15px;
    border: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 1px;
    width: 100%;
}
textarea {
    -webkit-font-smoothing: antialiased;
    min-height: 125px;
}
form input[type="text"].error, form input[type="email"].error, form textarea.error, form select.error {
    background:#e6e6e6;
    border-color:#c0392b
}
fieldset {
    border:0px;
    margin:0;
    padding:0
}
.required {
    color:#e9266d
}
#success, #error {
    display:none
}
#success span, #erro span {
	padding-left: 15px;
    display:block;
    position:absolute;
    top:0;
    width:100%
}
#success span p, #error span p {
    margin-top:7em
}
#success span p {
  color:#30963A;
  font-weight: bold;
  font-size: 18px;
}
#error span p {
  color:#C0392B;
  font-weight: bold;
  font-size: 18px;
}
label.error{
    color:#C0392B;
	position: relative;
    top: 5px;
}
.Block-Contact p {
    font-size: 12px;
    color: #373636;
    margin-bottom: 5px;
}
.Block-Contact {
    padding: 0;
    margin-top: 15px;
}
.Contact-Info h4 {
    margin-top: 0;
    color: #333;
    font-size: 22px;
    font-weight: bold;
}
.Block-Contact ul {
    padding: 0;
}
.Block-Contact ul li {
    margin-bottom: 5px;
}
.Block-Contact ul li i {
    color: #DAA520;
    margin-right: 5px;
    display: inline-block;
    font-size: 16px;
}
.Block-Contact ul li span {
    margin-right: 5px;
    display: inline-block;
}