/*!
    Copyright 2019 Antherica Srl, all rights reserved.
    https://www.antherica.com/
*/

/* ------------------------------
   General rules
 ------------------------------ */
iframe {
  border: none;
}

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

body {
    font-size: 14px;
    font-family: 'Montserrat';
}
a,.footer a:hover,.nav > li > a:hover, a:active,.navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:focus, .navbar .dropdown-submenu:hover > a, .navbar .dropdown-submenu:focus > a, .navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:hover, .navbar .dropdown-menu > .active > a:focus, .circled .active a, .navbar .nav .open > a:focus, .navbar .nav .open > a:hover, .navbar .nav .open > a {
    /* color: #A32E2E; */
    color: #f68122;
    transition:color 300ms ease;
}
a:hover, a:focus {
    text-decoration: none;
    color: #c45d08;
}

.circled .active a {
    font-weight:bolder;
}


/*----------------------------------
Footer
------------------------------------*/
.footer.widget-footer {
    background: url(https://images.unsplash.com/photo-1487611459768-bd414656ea10?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80)no-repeat;
    object-fit: cover;
    background-size: cover;
}

/*----------------------------------
Page-header Slider
------------------------------------*/
@media (min-width: 992px) {
    .page-header-bg {
      background-size: 100% auto;
      background-position: center top;
      background-attachment: fixed;
    }
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    height: 250px;
    object-fit: cover;
}

.page-header-inner {
background-color:#fff;
-webkit-clip-path: polygon(0 0, 0% 100%, 100% 94%, 100% 0%);
clip-path: polygon(0 0, 0% 100%, 100% 94%, 100% 0%);
}
.page-header-bg {
top: 0;
right: 0;
left: 0;
bottom: 0;
opacity:0.9;
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center center;
}

.page-content img {
max-width: 100%;
}
.not-slider .owl-slider-prev,.not-slider .owl-slider-next,.not-slider .owl-dot{
    display:none!important;
}
.main.lead {
    margin-bottom: 80px;
}

/*----------------------------------
Swing and grow animazione
-----------------------------------*/

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.swing:hover
{
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}
.description-product{
    height: 90px;
}
/*
.grow:hover
{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
}
*/
/*------------------------------------
NAVBAR : logo
--------------------------------------*/
.navbar-brand {
    background: rgba(84, 157, 197, 0);
    box-shadow: 3px 3px 0 rgba(255, 255, 255, 0);
}

.navbar-brand:hover {
    background: #468eb500;
}

.icon-overlay a .icn-more {
    width:150px;
}
.icon-overlay{
    padding:0px;
}

/*----------------------------------
List
------------------------------------*/
ul.circled li:before, .panel-title > a:hover  {
    color: #f68122;
}
.circled li a{
    color:#2e2e2e;
}

/*-----------------------------------
show-page
------------------------------------*/
.show-page{
    max-width: 1220px;
    margin-right:auto;
    margin-left:auto;
    margin-top: 15px;
}

hr {
    margin-bottom: 30px;
}

.comment-form input[type="text"],.comment-form textarea{
    font-size: 14px;
}

.contactus{
    padding-top: 80px;
    padding-bottom: 0px;
}
.contactus .dark-wrapper{
    padding-top: 80px;
    padding-bottom: 80px;
}

/*----------------------------------
Images
------------------------------------*/
.blog-posts img ,.widget img{
    width: 100%;
    object-fit: cover;
}
.blog-posts img {
    max-height:200px;
}

h3.preview{
    color:#f68122;
    margin-top:10px;
}
.icon-overlay a .icn-more,figure a .text-overlay{
    background:rgba(246, 129, 34, 0.77);
    width:100%;
}

/*------------------------------------
News
--------------------------------------*/
.article{
    margin-top:50px;
}

.section-title {
    font-size: 25px;
}
.page-content iframe{
    width:100%!important;
   /* height:auto!important;*/
}
.correlate{
    background-color:#f2dede;
    border: 1px solid #f68122;
    padding:20px;
}
.page-content .active a, h2.post-title a:hover ,.contact-info i, .contact-info li a:hover,.more {
    color: #f68122;
  }

.btn, .btn-submit {
    background: #f68122;
  }
.more:hover{
color: #2e2e2e;
}
.more{
border-bottom: 1px solid #f68122;
}



/*--------------------------
FORMS
--------------------------*/
.checkbox-row {
    text-align:right;
    padding-right: 15px;
    margin-bottom: 15px;
}
.checkbox-row input{
    text-align:right;
    width: 5%;
}
.g-recaptcha{
    text-align:left;
}

/*--------------------------
GALLERY
--------------------------*/

.mdb-lightbox figure img:hover {
    cursor: zoom-in;
    transition: opacity .4s;
    opacity: 0.8;
}
.mdb-lightbox figure img {
    width:100%;
    height:auto;
    padding-bottom:10px;
    transition: all .2s ease-in-out;
    display: inline;
    max-height:200px;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
}



/* ------------------------------
  Google Re-captcha - Responsive behaviour
 ------------------------------ */
 @media (max-width: 344px) {
    .g-recaptcha,
    .g-recaptcha > div {
      width:100% !important;
      overflow: hidden;
    }
    .g-recaptcha iframe {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
    }
  }



/* ------------------------------
   Alerts area
 ------------------------------ */
#alertsArea {
    position: fixed;
    z-index: 9990;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none; /* allow click-through */
  }
  #alertsArea .toast p{
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
  }

  #alertsArea > * {
    pointer-events: auto; /* restore normal click behaviour */
  }
  #alertsArea .toast,
  #alertsArea .alert {
    clear: both;
    margin: 0;
    border-radius: 0;
    padding: 10px;
  }
  #alertsArea .toast {
    float: none;
    max-width: none;
    border: none;
    border-top: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
  }
  @media (min-width: 576px) {
    #alertsArea {
      left: 15px;
      right: 15px;
    }
    #alertsArea .toast,
    #alertsArea .alert {
      margin-bottom: 15px;
      border-radius: .25rem;
    }
    #alertsArea .toast {
      float: right;
      max-width: 350px;
      border: 1px solid rgba(0,0,0,.1);
      background-color: rgba(255,255,255,.85);
    }
  }

/* ------------------------------
   Search box in list areas
------------------------------ */
.list-areas .sidebox {

    margin-top: 0px;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #a4a4a4;
}
/* ------------------------------
    Alerts area - Cookies alert
------------------------------ */
  .cookies-alert .toast-body {
      font-size: 80%;
  }

  .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span{
    color: #f68122 !important;
    border: 1px solid #f68122;
  }

.services-1 .btn-large {
    margin: 5px;
}
.services-1 h6 {
    text-transform: unset;
}

.services-1 .btn-blue ,.services-1 .btn-blue:hover{
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    background: #fbfbfb!important;
    border: 1px solid #f68122;
    color: #f68122!important;

}
.services-1 .btn-gray,.services-1 .btn-gray:hover{
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    background: #fbfbfb!important;
    border: 1px solid #242424;
    color: #242424!important;
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #f68122;
    border-left-width: 5px;
    border-radius: 3px;
  }

  .background-image{
    height: 100px;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    background-position: top;
    background-size: 100%;
  }

  .alert-button{
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  background-color: #b73b3b;
  border-color: #b73b3b;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  }

  @media (max-width: 768px) {
    .resize-image img{
        width: 100%;
        height: auto;
    }
}

.pcw.not-slider {
    height:250px;
}