/* 
========================================================================
This css file will over write bootstarp css
------------------------------------------------------------------------
# Template Name: GRAPE
# Template URI: http://sandlabs.net/
# Author: SandLabs
# Author URI: http://sandlabs.net/
# Description: GRAPE App Landing HTML Template by Sandlabs
# Version: 1.0
# License: GPL v2 or later
# License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# Tags: html, template, app landing, marketing, GRAPE, sandlabs
---------------------------------------------------------------------- 
========================================================================
*/

/*
========================================================================
Index
------------------------------------------------------------------------

# 1 - General styles
# - 1.1 - Heading styles
# - 1.2 - Button styles
# - 1.3 - Preloader styles
# 2 - Header styles
# - 2.1 - Menu styles
# - 2.2 - App styles
# 3 - Banner styles
# 4 - Intro styles
# 5 - Mission styles
# 6 - Why it best styles
# 7 - How it work styles
# 8 - Screenshots styles
# 9 - Review styles
# 10 - Pricing table styles
# 11 - Help & Support styles
# 12 - Subscription styles
# 13 - Contact styles
# - 13.1 - Contact-form
# - 13.2 - Contact-info
# 14 - Footer styles

*/

/*
========================================================================
# 1 - General styles
------------------------------------------------------------------------
*/
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Light.eot');
  src: url('fonts/roboto/Roboto-Light.woff2') format('woff2'),
       url('fonts/roboto/Roboto-Light.woff') format('woff'),
       url('fonts/roboto/Roboto-Light.ttf') format('truetype'),
       url('fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg'),
       url('fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('fonts/robotoSlab-Light/RobotoSlab-Light.eot');
  src: url('fonts/robotoSlab-Light/RobotoSlab-Light.woff2') format('woff2'),
       url('fonts/robotoSlab-Light/RobotoSlab-Light.woff') format('woff'),
       url('fonts/robotoSlab-Light/RobotoSlab-Light.ttf') format('truetype'),
       url('fonts/robotoSlab-Light/RobotoSlab-Light.svg#RobotoSlab-Light') format('svg'),
       url('fonts/robotoSlab-Light/RobotoSlab-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
html, 
body {font-family: 'Roboto', sans-serif;font-size: 16px;color: #6c6c6c;line-height: 1.6;  -webkit-font-smoothing: antialiased; overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;margin:0; padding:0;width:100%;height:100%!important;}
a {
  color: #6c6c6c;
}
a:hover {
  color: #a4a4a4;
}
ul, li {
  list-style: none;
  margin:0 0 10px;
  padding: 0;
}
.white {
  background: #fff;
}
.sub-head {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #514a45;
  text-transform: uppercase;
}
.title {
  display: block;
  text-align: center;
}
.title h2 {
  display: inline-block;
  position: relative;
  padding: 0 30px 0px;
  margin-bottom: 0;
  color: #514a45 ;
}

.app:before,
.app:after {
  display: table;
  content: " ";
}
.app:before,
.app:after {
  clear: both;
}
.video .trans-bg {
  padding: 0;
}
.trans-bg {
  position: relative;
  padding: 45px 0;
}

::-moz-selection { background: #A9D0F5; color: #514a45 }
     ::selection { background: #A9D0F5; color: #514a45 } 

/*------ For solid background color-----*/
section.solid-bg, #footer.solid-bg {
  background: #166183;
  padding: 120px 0;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

/*
========================================================================
# - 1.1 - Heading styles
------------------------------------------------------------------------
*/
h1, h2, h3, h4 {
  font-family: 'Roboto';
  margin: 10px 0;
  text-transform: capitalize;
} 

h1 {
  font-size: 55px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;  
}
h4 {
  font-size: 20px
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}

/*
========================================================================
# - 1.2 - Button styles
------------------------------------------------------------------------
*/

.btn {
  color: #6c6c6c ;
  background: transparent;
  border: 1px solid #6c6c6c ;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 8px 30px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn:hover {border-radius: 50px;}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  background: #6c6c6c;
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}
.btn:hover:after {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
}
.btn:hover,
.btn.active,
.btn:active {
  color: #fff;
  z-index: 1;    
}
input[type="submit"].btn-block:hover, input[type="reset"].btn-block:hover, input[type="button"].btn-block:hover,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
}
/*
========================================================================
# - 1.3 - Preloader styles
------------------------------------------------------------------------
*/

#faceoff {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #a4a4a4;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #514a45;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #a59e9a ;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#faceoff .preloader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

/* Loaded */
.loaded #faceoff .preloader-section {
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #preloader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.loaded #faceoff {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
            transition: all 0.3s 1s ease-out;
}

/*
========================================================================
# 2 - Header styles
------------------------------------------------------------------------
*/

header {
  display: none;
  padding: 5px 0 17px;
  background-color: #fff;
  -webkit-box-shadow:0 0 9px -5px #000;
  -moz-box-shadow:0 0 9px -5px #000;
  box-shadow:0 0 9px -5px #000;
}
header .navbar-default {
  background-color: #fff;
  border-color: transparent;
}
header .navbar-default .navbar-toggle {
  border-color: #00a7dd;
  border: 0;
  border-radius: 2px;
  margin: 0;
}
header .navbar-default .navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
}
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background: transparent;
}
header .navbar-default .navbar-toggle .icon-bar {
  background: #00a7dd;
}
header .navbar {
  border-radius: 0;
  margin-bottom: 0;
}
header ul > li  {
  margin-bottom: 0px;
}
header .navbar-default .navbar-nav > .current > a, 
header .navbar-default .navbar-nav > .current > a:hover,
header .navbar-default .navbar-nav > .current > a:focus {color: #a4a4a4;border-bottom: 3px solid #a4a4a4;}
header .fa {color: #a4a4a4;}
header .fa:hover {color: #777;}
header .app li .fa {font-size: 20px;}
header .app {margin-top: 10px;}

/*
========================================================================
# - 2.1 - Menu styles
------------------------------------------------------------------------
*/
header h1 {
  margin: 0;
  font-size: 0;
}
header .nav > li > a {
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  padding: 7px 12px;
  border-radius: 2px;
}

header .navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color:#514a45;
  font-size: 0.9rem;
}
header .navbar-default .navbar-nav > li > a:hover {
  color: #017298;
}
header .navbar-default .navbar-nav > .active > a, 
header .navbar-default .navbar-nav > .active > a:hover, 
header .navbar-default .navbar-nav > .active > a:focus {
  background-color: #00a7dd;
  color: #fefefe;
}
header .navbar-default .navbar-nav > li > a:hover, 
header .navbar-default .navbar-nav > li > a:focus {
  color: #a4a4a4;
  border:none;
}
header .nav-brand {position: relative;}
header .nav-brand a:hover{text-decoration: none;}
header .nav-brand p{margin-top: -1.7rem;font-family: 'Roboto', sans-serif;font-size: 0.7rem; text-align: left;}
header .nav-brand img{width: 225px;}
header .social-top{position: absolute; right: 15px;}
.navbar-box{padding: 24px;}
.navbar-nav {float: right;margin: 0;}
/*
========================================================================
# - 2.2 - App styles
------------------------------------------------------------------------
*/
.app {
  text-align: center;
}
header .app li {
  float: left;
  margin-left: 10px;
} 
.app li .fa {
  font-size: 20px;
}

/*
========================================================================
# 3 - Banner styles
------------------------------------------------------------------------
*/
#video-background {
  position: absolute;
  width: 100%;
  height: 650px;
}
#videobcg { 
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: -1000;
   overflow: hidden;
}
#background-carousel{
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height:820px;
  z-index:-1;
}
#background-carousel .carousel,
#background-carousel .carousel-inner {
  width:100%;
  height:100%;
  z-index:0;
  overflow:hidden;
}
#background-carousel .item {
  width:100%;
  height:100%;
  z-index:0;
  -webkit-transition: opacity 1s;
     -moz-transition: opacity 1s;
      -ms-transition: opacity 1s;
       -o-transition: opacity 1s;
          transition: opacity 1s;
}
#background-carousel .item-no1 {
  background: url(../images/slider/slide-1.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
#background-carousel .item-no2 {
  background: url(../images/slider/slide-2.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#background-carousel .item-no3 {
  background: url(../images/slider/slide-3.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#background-carousel .carousel .active.left {
  left:0;
  opacity:0;
  z-index:2;
}
#content-wrapper {
  position:absolute;
  z-index:1 !important;
  min-width:100%;
  min-height:100%;
}
.banner-carousel .trans-bg {
  padding: 0 0px 120px;
}
.banner .container-fluid {
  position: relative;
}
.banner {
  background: url(../images/slider/slide-1.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.banner-carousel {
  padding-top: 0px;
}
.banner-carousel h2,
.banner h2 {
  text-align: center;
  margin-bottom: 25px;
}
.banner-carousel h3,
.banner h3 {
  text-transform: capitalize;
  margin-bottom: 50px;
}
.banner-title {
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.banner-carousel p,
.banner p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

.banner-carousel h2 .lg-logo:hover img,
.banner h2 .lg-logo:hover img {
  position: relative;
  z-index: 2;
}
.lg-logo img {width: 300px !important;}
.banner-carousel h2 .lg-logo,
.banner h2 .lg-logo {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/*.banner h2 .lg-logo.default-color {
  -webkit-box-shadow: 0px 0px 0px 10px rgb(114, 173, 189);
     -moz-box-shadow: 0px 0px 0px 10px rgb(114, 173, 189);
          
   box-shadow:0px 0px 0px 10px rgb(114, 173, 189); 
}*/
.banner h2 div{text-shadow: -1px 0px 1px #000; color:#004987; font-size: 40%;}
.banner-carousel h2 .lg-logo,       
.banner h2 .lg-logo {
  /*position: relative;*/
  display: inline-block;
 /* background: rgb(228, 240, 243);
  -webkit-box-shadow: 0px 0px 0px 10px rgba(16, 23, 26, 0.21);
     -moz-box-shadow: 0px 0px 0px 10px rgba(16, 23, 26, 0.21);
          box-shadow:0px 0px 0px 10px rgba(16, 23, 26, 0.21);
  border-radius: 50%;
  padding: 10px;*/
  line-height: 35px;
  font-size: 28px;
  text-decoration: none;
  color: #fff;
}
.download-block .btn-download {
  margin: 25px 5px 0px;
  font-weight: 700;
  padding: 15px 55px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #0461AC;
  border-radius: 2px;
  -webkit-transition: .3s ease;
     -moz-transition: .3s ease;
      -ms-transition: .3s ease;
       -o-transition: .3s ease;
          transition: .3s ease;
}
.download-block .btn-download:hover {
  background: #ff7f66;
}
.banner-carousel .app,
.banner .app {
  text-align: center;
}
.banner-carousel .app li,
.banner .app li {
  display: inline-block;
  margin: 0 33px; 
}
.banner-carousel .app li .fa,
.banner .app li .fa  {
  color: #fff;
  font-size: 30px;
}
.banner-carousel .app li .fa:hover,
.banner .app li .fa:hover {
  color: #086176;
}
.animate{-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.flexslider, .flex-viewport{width:100%;height:100%!important; margin:0;padding:0;}
.flexslider .slides{height:100%!important;}
.flexslider .slides li 	{width:100%;height:100%!important; margin:0;padding:0;-webkit-background-size: cover!important;-moz-background-size: cover!important;
    -o-background-size: cover!important;background-size: cover!important;}
.flex-control-nav{bottom: 35%;  z-index: 9999}
.flex-direction-nav {display:none;}
.flex-caption{position: absolute; top:35%; left:0;text-align: center;width:100%;background-color: rgba(255, 255, 255, 0.6);
    padding-bottom: 26px;text-shadow: 1px 1px 2px rgba(150, 150, 150, 1); color: #5a5a5a;position: relative;top: 60% !important;}
.flex-caption h1{font-size: 50px;margin:0 0 10px 0;font-weight:200;font-family: "Roboto";text-transform: uppercase;}
.flex-caption h2{font-size: 25px;margin:0 0 10px 0;font-weight:200;font-family: "Roboto";text-transform: uppercase; color: #5a5a5a; padding-top: 3rem; line-height: 0}
.flex-caption p{font-size: 15px;margin:0;font-weight:200;font-family: "Roboto";letter-spacing: 5px; color: #5a5a5a;line-height: 3 }
/*----banner image Version----*/

.norm-img .trans-bg {
  background: rgba(0, 0, 0, .4);
}


/*
========================================================================
# 4 - Intro styles
------------------------------------------------------------------------
*/
.intro {
  overflow: hidden;
  padding: 45px 0 0px;
}
h2 {
  font-weight: 300;  
  margin-bottom: 25px;
  color: #6c6c6c;
}
h3 {
  font-weight: 600; 
  color: #514a45;
  text-transform: capitalize;
}
.intro .fa {
  display: inline-block;
  font-size: 32px;
  margin-bottom: 10px;
  transition:  all ease-in .4s;
  -webkit-transition: all ease-in .4s;
  -moz-transition: all ease-in .4s;
}
.app-block {
  text-align: center;
  margin-bottom: 30px;
}
.app-block:hover .fa {
  color: #fff;
  box-shadow: inset 0px 0px 0px 50px #0461AC;
  -webkit-box-shadow: inset 0px 0px 0px 50px #0461AC;
  -moz-box-shadow: inset 0px 0px 0px 50px #0461AC;
  border: 2px solid transparent;
}
.box-categoria .app-block:hover .fa {
    color: #a4a4a4;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 0;
}
/*
========================================================================
# 5 - Feature styles
------------------------------------------------------------------------
*/

.feature {
  background: url(../images/ristorante-arese.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden;
}
.feature-list-left li {
  text-align: right;
  padding-right: 80px;
}
.feature-list-left li, .feature-list-right li {
  position: relative; 
  margin-bottom: 30px;
}
.feature-list-left .feature-icon {
  position: absolute;
  top: 15%;
  right: 0px;
  width: 58px;
  height: 58px;  
}
.feature-list-left .feature-icon, .feature-list-right .feature-icon {
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all ease-in .4s;
  -moz-transition: all ease-in .4s;
  -o-transition: all ease-in .4s;
  -ms-transition: all ease-in .4s;
}
.feature-list-left .fa, .feature-list-right .fa {
  font-size: 23px;
  line-height: 56px;  
}
.feature-list-right .feature-detail {
  
}
.feature-list-right li {
  text-align: left;
  padding-left: 80px;
}
.feature-list-right .feature-icon {
  position: absolute;
  top: 15%;
  left: 0px;
  width: 58px;
  height: 58px;
}

.feature h4 {
  font-weight: 700;
  color: #fff;
}
.feature p {
  font-size: 14px;
  color: #fff;
} 
.feature-list-left li:hover .feature-icon, .feature-list-right li:hover .feature-icon {
  box-shadow: inset 0px 0px 0px 50px #fff;
  -webkit-box-shadow: inset 0px 0px 0px 50px #fff;
  -moz-box-shadow: inset 0px 0px 0px 50px #fff;
  color: #514a45;
  border: 2px solid transparent;
}

/*
========================================================================
# 6 - Why it best styles
------------------------------------------------------------------------
*/

section.description {
  padding-top: 120px;
  padding-bottom: 120px;
}
.description-list li {
  font-size: 20px;
  margin-bottom: 16px;
}
.des-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.description-list li .fa {  
  color: #0461AC;
  font-size: inherit;
}


/*
========================================================================
# 7 - How it work styles
------------------------------------------------------------------------
*/

section.video {
  padding: 0 0;
}
.video {
  background: url(../images/video_bg.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  height: 500px;
}
.video-mask {
  padding: 80px 0;
}
.play {
  background: #fff url(../images/play-btn.png) no-repeat 60% 50%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 20px rgba(0, 167, 221, 0.5);
  -webkit-box-shadow: 0px 0px 0px 20px rgba(0, 167, 221, 0.5);
  -moz-box-shadow: 0px 0px 0px 20px rgba(0, 167, 221, 0.5); 
  display: inline-block;
  margin-bottom: 40px;
  -webkit-transition: all ease-in .4s;
  -moz-transition: all ease-in .4s;
  -o-transition: all ease-in .4s;
  -ms-transition: all ease-in .4s;
}
.play:hover {
          box-shadow: 0px 0px 15px 20px rgba(0, 84, 111, 0.5);
  -webkit-box-shadow: 0px 0px 15px 20px rgba(0, 84, 111, 0.5);
     -moz-box-shadow: 0px 0px 15px 20px rgba(0, 84, 111, 0.5);
}

/*----------norm-img Version--------*/
.norm-img .play {
  box-shadow: 0px 0px 0px 20px rgba(16, 23, 26, 0.21);
  -webkit-box-shadow: 0px 0px 0px 20px rgba(16, 23, 26, 0.21);
  -moz-box-shadow: 0px 0px 0px 20px rgba(16, 23, 26, 0.21);
}
.norm-img .play:hover {
  box-shadow: 0px 0px 15px 20px rgba(4, 4, 5, 0.47);
  -webkit-box-shadow: 0px 0px 15px 20px rgba(4, 4, 5, 0.47);
  -moz-box-shadow: 0px 0px 15px 20px rgba(4, 4, 5, 0.47);
}

.video span {
  font-family: "Roboto",sans-serif;
  font-weight: 800;
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-align: center;
}
.video-container{
  position:relative;
  padding-bottom:54.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  margin-top: -130px;
  display: none;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*
========================================================================
# 8 - Screenshots styles
------------------------------------------------------------------------
*/
.screenshot {
  padding: 120px 0;
}
.owl-theme .owl-controls {
  top: 40%;
}
.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  margin: 0;
  height: 90px;
  position: absolute;
  width: 45px;
  text-indent: -99999px;
  display: none;
}
.owl-carousel:hover .owl-buttons div {
  display: block;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
  background: #fff url(../images/left-arrow.png) no-repeat 0px 5px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background: rgba(255, 255, 255, 0.4) url(../images/left-arrow-hover.png) no-repeat 0px 5px;   
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px;
  background: #fff url(../images/right-arrow.png) no-repeat 0px 5px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background: rgba(255, 255, 255, 0.4) url(../images/right-arrow-hover.png) no-repeat 0px 5px;
}
.screenshot-block {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.screenshot-block .caption {
  background: rgba(0, 167, 221, 0.40);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 75% 0%;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  -webkit-transform: rotate(-360deg) scale(0,0);
  -moz-transform: rotate(-360deg) scale(0,0);
  -ms-transform: rotate(-360deg) scale(0,0);
  -o-transform: rotate(-360deg) scale(0,0);
  transform: rotate(-360deg) scale(0,0);
}
.screenshot-block:hover .caption {
  -webkit-transform: rotate(0deg) scale(1.2,1.2);
  -moz-transform: rotate(0deg) scale(1.2,1.2);
  -ms-transform: rotate(0deg) scale(1.2,1.2);
  -o-transform: rotate(0deg) scale(1.2,1.2);
  transform: rotate(0deg) scale(1.2,1.2);
}
.screenshot-block .caption a {
  display: inline-block;
  vertical-align: middle;
}
.screenshot-block .caption .fa {
  font-size: 30px;
  background: #fff;  
  border-radius: 50%;
  box-shadow: 0px 0px 0px 15px rgba(0, 167, 221, 0.8);
  -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 167, 221, 0.8);
  -moz-box-shadow: 0px 0px 0px 15px rgba(0, 167, 221, 0.8);
  font-size: 56px;
  height: 70px;
  line-height: 76px;
  width: 70px;
}

/*
========================================================================
# 9 - Review styles
------------------------------------------------------------------------
*/

.review {
  background: url(../images/staff02.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.review .carousel-inner .item{
  padding: 0 120px;
}
.review .carousel-inner > .item > img {
  width: auto;
}
.carousel-control.right, .carousel-control.left {
  filter:inherit;
}
.reviewer-name {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize; 
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.reviewer-name:after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
}
.review-comp {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
.review-img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin: 25px 0 30px;
  box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -webkit-box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -moz-box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
}
.review-img:after {
  position: absolute;
  content: "";
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -webkit-box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -moz-box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -webkit-transition: all ease-in .2s;
  -moz-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  -ms-transition: all ease-in .2s;
}
.review-img:hover:after {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.carousel-inner > .item > img {
  display: inline-block;
}

/*----norm-img Version----*/
.norm-img .review-img {
  box-shadow: 0 0 0px 20px rgba(32, 60, 69, 0.21);
  -webkit-box-shadow: 0 0 0px 20px rgba(32, 60, 69, 0.21);
  -moz-box-shadow: 0 0 0px 20px rgba(32, 60, 69, 0.21);
}
.norm-img .review-img:after {
  box-shadow: 0 0 0px 20px rgba(32, 60, 69, 0.21);
  -webkit-box-shadow: 0 0 0px 20px rgba(32, 60, 69, 0.21);
  -moz-box-shadow: 0 0 0px 20px rgba(32, 60, 69, 0.21);
}

.carousel-control {
  width: 50px;
  height: 50px;
  top: 34%;
}
.review p {
  font-style: italic;
}
.review .carousel-control.left, .review .carousel-control.right {
  background-image: none;
}
.review .carousel-control .fa {
  font-size: 120px;
  line-height: .6;
}
.review .carousel-control {
  text-shadow:none;
}


/*
========================================================================
# 10 - Pricing table styles
------------------------------------------------------------------------
*/
.pricingtable-section {
  padding: 120px 0;
  overflow: hidden;
}

.price-block {
  margin-bottom: 20px;
}
.price-header {
  background: #a4a4a4;
  padding:16px;
  text-align: center;
  height: 110px;
  overflow: hidden;
}
.price-block:hover .price-header,
.price-block.active .price-header {
  background: #7A7C7E;
}
.price-header h3 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 12px;
  color: #fff;
  text-transform: capitalize;
}
.price-header .fa {
  font-size: 50px;
  color: #a4a4a4;
  line-height: 1.8;
  width: 155px;
  height:155px;
  border-radius: 50%;
  color: #fff;
}
.price-plan .fa{padding: 0 15px 5px 0;float: left;}
.price-plan {
  text-align: left;
  font-size: 16px;
  background: #fff;
  line-height: 1.2;
}
.price-plan ul li {
  padding: 20px;
}
.price-plan ul li:nth-child(2n) {
  background: #f7f7f7;
}
.price {
  font-family: 'Roboto', sans-serif;
  color: #a4a4a4;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.month {
  font-family: 'Roboto', sans-serif;
  color: #b5b5b5;
}

/*
========================================================================
# 11 - Download store styles
------------------------------------------------------------------------
*/

.downlaod {
  background: url(../images/download_bg.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.downlaod .btn {
  border: 1px solid #fff;
  color: #fff;
  font-size: 34px;
  padding: 8px 40px;
  margin: 0 15px 15px 0;
}
.downlaod .btn:hover {
  background: #fff;
  color: #00a7dd;
  z-index: 1;
}
.downlaod .btn:after {
  background: #fff;
}
.downlaod .fa {
  margin-right: 10px;
}
.downlaod p {
  color: #fff;
  margin-bottom: 0px;
}

.team h3 {color: #fff;}
.team img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin: 25px 0 30px;
  box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -webkit-box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -moz-box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
}
.team img:after {
  position: absolute;
  content: "";
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -webkit-box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -moz-box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -webkit-transition: all ease-in .2s;
  -moz-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  -ms-transition: all ease-in .2s;
}
.team img:hover:after {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}

/*----norm-img Version----*/
.norm-img .team img {
  box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.21);
  -webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.21);
  -moz-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.21);
}
.norm-img .team img:after {
  box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.21);
  -webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.21);
  -moz-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.21);
}


/*
========================================================================
# 11 - Help & Support styles
------------------------------------------------------------------------
*/
.support {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.support-block {
  position: relative;
  background: #f7f7f7;
  margin: 50px 0 0; 
  padding: 50px 30px 30px;
  text-align: center;
}
.support-block:hover,
.support-block.active {
  background: #a4a4a4 ;
}
.support-block:hover h3, 
.support-block:hover p,
.support-block.active h3,
.support-block.active p {
  color: #fff;
}
.support-block:hover .fa,
.support-block.active .fa {
  background: #fff;
  color: #a4a4a4;
  box-shadow: 0px 0px 0px 10px #a4a4a4 ;
  -webkit-box-shadow: 0px 0px 0px 10px #a4a4a4 ;
  -moz-box-shadow: 0px 0px 0px 10px #a4a4a4 ;
}
.support-block h3 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
} 
.support-block .support-icon {
  position: absolute;
  top: -31px;
  left: 50%;
  margin-left: -31px;
}
.support-block .fa {
  width: 63px;
  height: 63px;
  font-size: 30px;
  line-height: 2;
  color: #fff;
  background: #a4a4a4 ;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 10px #cceef9;
  -webkit-box-shadow: 0px 0px 0px 10px #cceef9;
  -moz-box-shadow: 0px 0px 0px 10px #cceef9;
}

/*
========================================================================
# 12 - Subscription styles
------------------------------------------------------------------------
*/

.subscription {
  background: url(../images/pizzeria-arese.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.btn-sub {
  position: relative;
  margin: 0;
  background: #fff;
  border: 1px solid #fff;
  padding: 13px 40px; 
}
.btn-sub:hover {
  background: #a4a4a4 ;
}
.subscription .form-control {
  font-family: 'Roboto', sans-serif;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 20px;
  height: 48px;
  line-height: 1.42857;
  padding: 8px 12px;
}
.subscription .form-control:focus {
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}
.subscription .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.subscription .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.subscription .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.subscription p, .subscription a{color: #fff;}
.newsletter-success {
  background: transparent;
  border: 1px solid #64AB89;
  border-radius: 2px;
  padding: 5px;
  color: #fff;
  text-align: center;
  display: none;
}

.newsletter-error {
  background: transparent;
  border: 1px solid #A87C7C;
  border-radius: 2px;
  padding: 5px;
  color: #fff;
  text-align: center;
  display: none;
}
/*
========================================================================
# 13 - Contact styles
------------------------------------------------------------------------
*/

section.contact {
  padding-top: 112px;
  padding-bottom: 0;
}
section.contact > .container {
  margin-top: -180px;
}
.contact .nav-tabs {
  border-bottom: none;
  position: relative;
  z-index: 1;
}
.contact .nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0 9% 25px;
}
.contact .nav-tabs > li > a {
  background: transparent;
  margin: 0;
  position: initial;
}
.contact .nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.contact .nav > li > a:hover, .contact .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.contact .nav-tabs li .fa {
  background: #60436D ;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
  height: 100px;
  line-height: 2;
  width: 100px;
          box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
     -moz-box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
}
.contact .nav-tabs > li.active > a,
.contact .nav-tabs > li.active > a:hover,
.contact .nav-tabs > li.active > a:focus {
  border: 1px solid transparent;
}

.contact .nav-tabs li .fa:hover,
.contact .nav-tabs > li.active > a .fa,
.contact .nav-tabs > li.active > a:hover .fa,
.contact .nav-tabs > li.active > a:focus .fa {
  background: #fff;
  color: #514a45;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255,0.75);
     -moz-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255,0.75);
          box-shadow: 0px 0px 0px 20px rgba(255, 255, 255,0.75);
}
.contact-success {
  background: transparent;
  border: 1px solid #64AB89;
  border-radius: 2px;
  padding: 5px;
  color: #64AB89;
  text-align: center;
  display: none;
} 

.contact-error {
  background: transparent;
  border: 1px solid #A87C7C;
  border-radius: 2px;
  padding: 5px;
  color: #A87C7C;
  text-align: center;
  display: none;
}

/*
=============================================
# - 13.1 - Contact-info
--------------------------------------------
*/

.info-holder{
  margin-bottom: 50px;
}
.contact-info .fa {
  font-size: 50px;
  color: rgb(81, 74, 69); 
  margin-bottom: 50px;
} 

/*
=============================================
# - 13.2 - Contact-form
--------------------------------------------
*/

.span-form {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.form-group .span-form:first-child {
  margin-left: 0;
}
.form-horizontal:after {
  content: "";
  display: table;
}
.form-horizontal:after {
  clear: both;
}
.contact .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.contact .form-horizontal {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}
.contact .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 60px;
  box-shadow: 0 0px 0px transparent;
}
.contact .form-control:focus {
  box-shadow: 0px 0px 0px 0px;
  border: 1px solid #a4a4a4 ;
}
.contact textarea.form-control {
  height: 135px;
}
.contact .btn {
  padding: 19px 10px;
}
.contact .btn:hover {
  background: #a4a4a4;
} 
#map, .map {
  height: 400px;
  width: 100%;
}

/*
========================================================================
# 14 - Footer styles
------------------------------------------------------------------------
*/

.social-icon {
  margin-bottom: 60px;
}
.social-icon a {
  margin: 0 16px 20px 16px;
  display: inline-block;
}
.social-icon .fa {
  font-size: 30px;
  color: #a4a4a4 ;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  line-height: 2;
  border: 10px solid rgba(140, 140, 140, 0.48);
  transition:.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.social-icon a:active .fa,
.social-icon a.active .fa,
.social-icon a:hover .fa {
  border: 10px solid #fff;
  line-height: 2;
}
.norm-img .social-icon .fa {
  border: 10px solid rgba(32, 60, 69, 0.21);
}
.copyright {
  font-size: 20px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #6c6c6c;
}
.copyright a.small i{padding: 0 1rem;font-size: 1rem;}
.copyright span {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.copyright a {font-size: 0.8rem;}
.copyright p, .social ul {
  margin: 40px 0;
}
footer .social {text-align: right;}
.pointer {
    width: 67px;
    height: 67px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: none repeat scroll 0% 0% #2D5F80;
    padding: 15px;
    border-radius: 50%;
}
.pointer .fa {
  font-size: 40px;
  color:rgba(255, 255, 255, .38)
}
.pointer .fa:hover {
  color: #fff;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}

#go-to-top a {
	text-decoration:none;
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;	
	text-align: center;
	line-height: 60px;
	margin: 0 20px 20px;
	background:url(../images/ui.totop.png) no-repeat left top;
	width: 51px;
	height: 51px;
	transition: .3s;
    -webkit-transition: .3s;
       -moz-transition: .3s;
         -o-transition: .3s;
        -ms-transition: .3s;
}
#go-to-top a:hover {
	background: #00a7dd;
	color: #fff;
	background:url(../images/ui.totop.png) no-repeat left -51px;
}
.nav li li:hover {
    /*-webkit-transform: translate(+10px,0);*/
    background-color: #444;
    color: #fff;
    }
.nav a.selected {
    color:#C00;
}
.nav ul {
    position:absolute;
    left:1px;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
    box-shadow: 0px 2px 7px #333;
    border-radius: 4px;
    background-color: #333;
}
.nav ul li {
    min-width: 174px;
    width:auto;
    text-align: left;
    border-top:1px solid #444;
}
.nav ul a:hover {color: #fff; text-decoration: none;}
.nav ul a {
    display:block;
    height:auto;
    padding: 8px 5px;
    color:#ccc;
    text-transform: uppercase;
    font-size: 0.9rem;
}
/* fix ie6, meglio inserirlo in un file .css separato */
html .nav ul {
    margin:0 0 0 -2px;
}
/*Altri*/
.box-title{position: absolute; height: 100%; width: 100%; background-color:rgba(0,0,0,0.3)}
.box-title .header-title{position: relative; top: 35%;}
.box-title .header-title h1{text-align: center;color: #514a45;}
.article-content{margin:20px 0 50px; text-align: justify;}
.m-t-1{margin-top: 30px;}
.btn-100{width: 100%; margin-top: 30px;}

/*Categoria*/
.categoria {margin:0 auto;}

/*News*/
.news {margin:10% auto 0;}
.news .btn{margin-top: 23px;}

/*Single*/
.post{background-size:cover !important; position:relative; margin-bottom: 50px;margin-top: 115px;}


/*Page*/
.page{position:relative; margin:9% auto 0;padding: 0;}
.box-page{position: relative; top: 50%;}
.page-content h1{text-align: center;color: #a4a4a4;}
.article-content{margin:20px 0 50px; text-align: justify;}
.pricingtable-section {margin:0 auto;padding: 0;}
#product {margin:10% auto 0;padding: 0;}
.subscription {margin:0 auto 0.1%;}
.col-md-4.sidebar {margin-top: 0.6%;}
.feed{padding-bottom: 27px;padding-top: 20px; margin-right: 1%; }
.col-sm-3.feed{width: 23%;}

/* Home */
#intro h3, #news h3{height: 36px;font-size: 18px;}
#intro .img-intro, #news .img-news-list{height: 155px;overflow: hidden; position: relative; background-position: center bottom; background-repeat: no-repeat; background-size: cover;}

/*Article / Categoria*/
.last-article h2, .categoria-title-sb{border-bottom: 3px solid #a4a4a4; color:#a4a4a4;font-size: 20px; padding-bottom: 10px;}
.last-article h3{font-size: 15px;margin-top: 0;margin-bottom: 7px; color:#a4a4a4;}
.box-categoria a{color:#a4a4a4;}
.last-article p{font-size: 12px;}
.last-article .box-last-article{border-bottom: 1px solid #ccc; margin-bottom: 15px; padding:0;}
.last-article .box-last-article .col-md-4{padding:0;}
.app-block ul li {text-align: left !important;}

/*Share*/
#share{margin:3px 0 0;}


#description p{text-align: justify;}

/*Home associati*/
.sitename{position: absolute;top:17px; left:0;margin:0;padding: 0px 10px;background-color: rgba(96,67,109, 0.7);border-radius: 0 0 7px 0;font-weight: 700;font-size: 12px; color:white !important;}
.sitename a{color:white !important;}
.author{position: absolute;bottom:0; right:0;margin:0;padding: 0px 10px;background-color: rgba(255,255,255, 0.7);border-radius: 7px 0 0;font-weight: 700;font-size: 12px;}
#associati .title{padding-top:0;}
#associati h5{font-size: 14px; text-align: left;}
#associati .text{font-size: 13px;}
.feed-img{height: 140px;overflow:hidden;text-align:center;position:relative;background-position: center center;background-size: cover;background-repeat: no-repeat;}
#feed-single .data{position: absolute;bottom:0; right:0;margin:0;padding: 0px 10px;background-color: rgba(255,255,255, 0.7);border-radius: 7px 0 0;font-weight: 700;font-size: 12px;}
#feed-single .title{padding-top:127px;}
#feed-single .feed-img{height: 124px;overflow:hidden;text-align:center;position:relative;background-position: center bottom;background-size: 100%;background-repeat: no-repeat;}
#feed-single h5{font-size: 14px;}#feed-single .text{font-size: 13px;}
hr{margin: 0;}
.title-share{margin: 3px 0}

/*Cookie law*/
#policy{margin-top: 8%}
#policy .sub-head{font-size: 13px;}
div#cookiescript_injected {margin-bottom: -19px;}

.column_container{padding-left: 0;padding-right: 0;}
.bg-figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.btn-special{border-radius: 50px ;margin-top: 18px;border: 2px solid rgb(81, 74, 69); width: 100%; color: rgb(81, 74, 69); display: block;background-color: transparent;padding: 13px 19px;}
.btn-special:hover {border: 2px solid rgb(81, 74, 69); color: rgb(255, 255, 255); background-color: rgb(81, 74, 69);text-decoration: none;}
.btn-left{margin-right: -1px !important; padding-top: 35px !important;}
.btn-right{margin-left: -1px !important; padding-top: 35px !important;}
single .element-icon.fa,
.element-icon.fa,
#virtual .element-icon.fa,
#description .element-icon.fa {
    display: inline-block;
    font-size: 32px;
    margin-bottom: 10px;
    transition: all ease-in .4s;
    -webkit-transition: all ease-in .4s;
    -moz-transition: all ease-in .4s;
}
.separator{width: 50%; margin: 0 auto;}
.sep_holder{height: 1px;position: relative;-webkit-box-flex: 1;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;min-width: 10%;
    width: 40%;border: 0; border-bottom: 1px solid #a59e9a;padding-top: 2em;}
.sep_line {height: 1px;border-top: 1px solid #EBEBEB;display: block;position: relative;top: 1px;width: 100%;}
.icon_element {line-height: 0;font-size: 14px;margin-bottom: 0;text-align: left;box-sizing: border-box;width: 10%;}
.icon_element-inner{max-width: 100%!important;line-height: 2.15em!important;text-align: center;display: inline-block;border: 2px solid transparent;
    width: 4em;height: 4em;box-sizing: content-box;position: relative;top: 15px;}
.slide .sep_holder{border-bottom: 1px solid #fff; line-height: 1.15em!important;}
.slide .element-icon.fa{color: #fff; font-size: 32px;line-height: 2.15em!important;position: relative;top: -16px; }
.navbar-fixed-top {background-color: rgba(255, 255, 255, 0.95);}
header .navbar-default{background-color:transparent;}
.info-menu {position: relative;}
.info-menu .img-menu{background-color: rgba(255, 255, 255, 0.8);}
.info-menu .box-txt-menu{padding: 20px 20px 70px; border: 1px solid #ccc;text-align: center;background-color: rgba(255, 255, 255, 0.8);}
.info-menu .box-txt-menu h3{color: #514a45;padding: 30px 0;}
.info-menu .box-txt-menu p{color: #000;padding: 0 0 30px;font-weight: 800;}
.info-menu .btn-menu{margin-top: 0; font-weight: bold; border-radius: 50px;border: 2px solid rgb(81, 74, 69);color: rgb(81, 74, 69);
    background-color: transparent;padding: 13px 19px;}
.btn-menu:hover {border: 2px solid rgb(81, 74, 69); color: rgb(255, 255, 255); background-color: rgb(81, 74, 69); text-decoration: none;}

.info-description .box-info{margin-bottom: 30px;}
.info-description .box-info h4{text-transform: capitalize; margin-top: 15px;}

.marg-t1{margin-top: 400px;}

.btn-std{margin-top: 0; font-weight: bold; border-radius: 50px;border: 2px solid #a4a4a4;color: #a4a4a4;
    background-color: transparent;padding: 13px 19px;}
.btn-std:hover {border: 2px solid #a4a4a4; color: rgb(255, 255, 255); background-color: rgb(81, 74, 69); text-decoration: none;}
#single .box-title .header-title h1 {color: #fff; text-transform: capitalize;}
.virtual-tour{width: 100%; height: 600px;}

#gallery figcaption,
.info-description figcaption {
    text-align: center;
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;
    padding: 5%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: bold;
}
#gallery figure, .info-description figure {position: relative;}

#virtual .title{margin-top: 110px;}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #e8cda3, #a4a4a4);
    background-image: -ms-linear-gradient(to bottom, #e8cda3, #a4a4a4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8cda3), to(#a4a4a4));
    background-image: -webkit-linear-gradient(to bottom, #e8cda3, #a4a4a4);
    background-image: -o-linear-gradient(to bottom, #e8cda3, #a4a4a4);
    background-image: linear-gradient(to bottom, #e8cda3, #a4a4a4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8cda3', endColorstr='#a4a4a4', GradientType=0);
    border-color: #a4a4a4 #a4a4a4 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bg-gray{background-color:#f0f0f0;}

.gallery{padding-bottom: 3rem;}
.gallery a{display: block}
.gallery a figure{position: relative;}
.gallery.col-md-3.col-sm-3 a figure{height: 200px;overflow: hidden;}
.gallery.col-md-4.col-sm-4 a figure{height: 200px;overflow: hidden;}
.gallery.col-md-6.col-sm-6 a figure{max-height: 370px;overflow: hidden;}
.gallery a figcaption{width: 100%;height: 100%;position: absolute;top: 0;}
.gallery a figcaption:hover{background-color: rgba(0,0,0,0.7) !important;color: #fff;}
.gallery a figcaption p{padding-top: 30%;text-align: center; font-weight: bold;}
.gallery .item-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.title-1{padding-top: 3rem; padding-bottom: 2rem; }
.title-2{padding-top: 2rem;padding-bottom: 0;}
.title-2 h1{text-transform: uppercase;}

/*.bg-contatti {background-image: url(../img/bg/bg-contatti.jpg);}
.bg-eventi {background-image: url(../img/bg/bg-eventi.jpg);}
.bg-portifolio {background-image: url(../img/bg/bg-portifolio.jpg);}
.bg-eventi, .bg-portifolio, .bg-contatti{background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.white-color {color: #777 !important;}

.page{margin-top: 106px;}

.nav-portifolio{padding-top: 1rem; padding-bottom: 3rem; }
.portifolio{padding-bottom: 2rem;}
.eventi{padding-bottom: 4rem;}
.item-evento{background-color: #fff;margin-left: 0.5%; margin-right: 0.5%; padding: 2rem;float: left;-webkit-box-shadow: -0.5px 0.5px 1px 0px rgba(204,204,204,1);
-moz-box-shadow: -0.5px 0.5px 1px 0px rgba(204,204,204,1);
box-shadow: -0.5px 0.5px 1px 0px rgba(204,204,204,1);min-height: 247.44px;}
.img-evento{width: 30%; padding-right: 1rem;float: left; }
.img-evento img{width: 100%; }
.info-evento{width: 70%; float: left;}
.info-evento p{font-size: 0.9rem;    margin-bottom: 0.4rem;}
.info-evento ul li{margin-bottom: 0;}
.info-evento h4{margin-top: 0;line-height: 1;font-weight: bold;width: 100%;padding-bottom: 0.5rem;border-bottom: 1px solid;}

.page .eventi{padding-top: 5rem; padding-bottom: 5rem;}
.page .eventi .item-evento{margin-bottom: 1rem;}
.fancybox-title-over{width: 100% !important;}

.info-contatti, .form-contatti, .privacy, .img-profilo{padding-top: 5rem;padding-bottom: 5rem;}
.info-contatti .social{padding-top: 1rem;}
.contact-brand{position: relative;padding-left: 1rem;}
.contact-brand p{position: absolute;top: 63%; left: 1rem;}
.contact-brand ul{position: absolute;top: 63%; right: 0;}

.form-contatti .form-horizontal .form-group {margin-right: 0;margin-left: 0;}
.form-contatti textarea.form-control {min-height: 4.25rem; max-height: 4.25rem; height: 4.25rem; width: 100% !important;}

.flex-control-paging{display: none;}
.single{padding-top: 5rem;}
.fa, .far, .fas {font-size: 1.5rem;}
.pt-4{padding-top: 1.5rem;}

.cc_container .cc_btn, .cc_container .cc_btn:visited {color: #fff !important;background-color: #777 !important;}


