
#iubenda-cs-banner{
    top: 50px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
}

 @media (min-width: 768px) {
	#iubenda-cs-banner{
   top: 0px !important; 
	}
}


/*  CONTENT CLASS */
.iubenda-cs-content{
    display:block;
    margin:0 auto;
/*     padding: 20px; */
    width:auto;
/*     font-family: Helvetica,Arial,FreeSans,sans-serif; */
    font-size: 14px;
/*     background: #000; */
    color: #fff;
}
.iubenda-banner-content{
		-webkit-font-smoothing: antialiased;


}
.iubenda-banner-content .container{
	position: relative;
	padding:  10px 15px;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.7);

}

.iubenda-cs-rationale{
/*     max-width: 900px;  */
    position:relative;
    margin: 0 auto;
}

/*   STYLE FOR TEXT INTERNAL BANNER */
.iubenda-banner-content  p {
/*     font-family: Helvetica,Arial,FreeSans,sans-serif; */
    line-height: 1.5;
    font-size: 13px;
	margin: 0;
}

/*  CLOSE BUTTON. NOTICE: IMAGE FOR BUTTON NOT IMPLEMENTED YET */
.iubenda-cs-close-btn{
    margin:0;
    color: #fff;
    text-decoration:none;
    font-size:22px;
    position: absolute;
    top: 0;
	right: 6px;
    border: none;
}
.iubenda-cs-close-btn:hover{
    margin:0;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}


/*  STYLE FOR TEXT LINK TO PRIVACY POLICY */
.iubenda-cs-cookie-policy-lnk{
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}
.iubenda-cs-cookie-policy-lnk:hover{
    text-decoration: none;
    color: #fff;
}


/* 	FINE iubenda stili privacy policy */




/* ==========================================================================
   Base
   ========================================================================== */


html {
/* 	-webkit-font-smoothing: antialiased; */
}

body {
	background: #eee;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-family: "museo-sans", Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: 300;
}

h2 {
	font-family: "museo-sans", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: 300;
	margin-bottom:25px;
	text-transform: uppercase;
}

h3 {
	font-family: "museo-sans", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
}

h4 {
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	font-weight: 500;
}

h6 {
	font-size: 13px;
	font-weight: 700;
	text-transform: none;
}

.text-upper{text-transform: uppercase;}
.text-justify{text-align: justify;}
p {
	margin-bottom: 1em;
}
.mt10{margin-top:10px;}
.mt100{margin-top:100px;}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: transparent;
}

.borderless td, .borderless th {
    border: none !important;
}


.form-control {

 border-radius: 0;
 border-color: grey;
 box-shadow: none;
} 
 
/* =============================================================================
   Header
   
  ========================================================================== */

/* 6) HTML5 & CSS3 Styles for older browsers */
header {
  display: block;
}

/* 2.2. Buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 2.2.1. Buttons */
button {
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0 15px;
  white-space: nowrap;
}


/* 3. Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 3.1. Main Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
  position: relative;
  z-index: 999;
  /* Logo */
  /* 3.1.1. Mobile navigation */
  /* 3.1.2. Header Styles */
}

#header .ribbon {
  position: relative;
}
#header .ribbon > a {
  position: relative;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}
#header .ribbon > a:after {
  display: inline-block;
  position: absolute;
  right: 0;
  /*top: 0; */
  content: "\f0d7";
  font-family: FontAwesome;
  color: #fff;
}
#header .ribbon:hover > ul.menu {
  top: 28px;
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#header .ribbon > ul.menu {
  position: absolute;
  left: -15px;
  top: -9999px;
  z-index: 99;
  visibility: hidden;
}
#header .ribbon > ul.menu.left {
  left: auto;
  right: -10px;
}
#header .main-header {
  height: auto;
  position: absolute;
  width: 100%;
  background: #fff;
  //filter: alpha(opacity=70);
  //-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  //-moz-opacity: 0.7;
  //-khtml-opacity: 0.7;
  //opacity: 0.7;
  -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
  transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#header .logo {
  padding: 10px 0;
  text-align: left;
  margin: 0;
  height: auto;
  -webkit-transition: opacity 0.1s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: opacity 0.1s ease-out;  /* Firefox 4-15 */
  -o-transition: opacity 0.1s ease-out;  /* Opera 10.50–12.00 */
  transition: opacity 0.1s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#header .logo a {
  display: block;
}
#header .mobile-menu-toggle {
  background: url(../images/icon/mobile-menu.png) no-repeat center center #0060af;
  padding: 0;
  margin: 0;
  height: 66px;
  width: 66px;
  padding: 22px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999px;
  display: none;
}
#header .logo a, .chaser .logo a {
  //background: url("../images/logo.png") no-repeat 0 0;
  display: block;
}

/*  3.1.3. Navigation */
.menu > li {
  position: relative;
}

/* 3.1.5. Main Menu */
#main-menu ul.menu li:not(.megamenu-menu) ul, .chaser .menu li:not(.megamenu-menu) ul, .topnav .container > ul ul, .megamenu-wrapper {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

#main-menu ul.menu, .chaser ul.menu {
  margin: 0;
  float: right;
  list-style: none;
  margin-top: 17px;
  /* 1st level */
  /* 2nd level */
  /* 3rd level */
  /* 3.1.6. Mega Menu */
}
#main-menu ul.menu li, .chaser ul.menu li {
  -webkit-backface-visibility: hidden;
  -webkit-transform: none !important; 
}
#main-menu ul.menu > li, .chaser ul.menu > li {
  float: left;
}
#main-menu ul.menu > li:first-child, .chaser ul.menu > li:first-child {
  padding-left: 0;
}
#main-menu ul.menu > li:last-child, .chaser ul.menu > li:last-child {
  padding-right: 0;
}
#main-menu ul.menu > li:hover > ul, .chaser ul.menu > li:hover > ul {
  top: 54px;
  visibility: visible;
  height: auto !important;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 1000;
}
#main-menu ul.menu > li > a, .chaser ul.menu > li > a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	color:#2e0f0d;
	padding: 18px;
}
#main-menu ul.menu > li.active > a, .chaser ul.menu > li.active > a {
  color:#2e0f0d;
  font-weight: bold;
}
#main-menu ul.menu > li:hover > a, .chaser ul.menu > li:hover > a {
	background: rgba(245,129,30,.9);
	color:#fff;
	text-decoration: none:
	//filter: alpha(opacity=100);
	//-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	//-moz-opacity: 1;
	//-khtml-opacity: 1;
	//opacity: 1;
	text-decoration: none;
}
#main-menu ul.menu > li > ul.left, .chaser ul.menu > li > ul.left {
  left: auto;
  right: -10px;
}
#main-menu ul.menu > li ul, .chaser ul.menu > li ul {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: -9999px;
  z-index: -1;
  width: auto;
  padding: 0;
  border: 1px solid #ccc;
  border-top: 2px solid #ccc;
  background-color: rgba(255, 255, 255, 1.0);
  list-style: none;
  
}
#main-menu ul.menu > li ul li, .chaser ul.menu > li ul li {
  width: 207px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  position: relative;
  float: left;
}
#main-menu ul.menu > li ul li:first-child, .chaser ul.menu > li ul li:first-child {
  border-top: none;
}
#main-menu ul.menu > li ul li:last-child, .chaser ul.menu > li ul li:last-child {
  border-bottom: none;
}
#main-menu ul.menu > li ul li:hover > ul, .chaser ul.menu > li ul li:hover > ul {
  top: 0;
  display: block;
  visibility: visible;
  z-index: 1000;
}

/*#main-menu ul.menu > li ul li > a:before, .chaser ul.menu > li ul li > a:before {
  font-family: "FontAwesome";
  content: "\f04b";
  font-size: .6em;
  font-weight: 500;
  float: left;
  margin-right: 10px;
}*/

#main-menu ul.menu > li ul li > a, .chaser ul.menu > li ul li > a {
  white-space: wrap;
  color: #000;
  padding: 12px 20px 12px 20px;
  display: block;
  font-size: .8em;
  font-weight: 600;
}
#main-menu ul.menu > li ul li:hover > a, #main-menu ul.menu > li ul li.active > a, .chaser ul.menu > li ul li:hover > a, .chaser ul.menu > li ul li.active > a {
  color: rgba(245,129,30,1.0);
  //background: #eee;
  text-decoration: none;
}
#main-menu ul.menu > li li > ul, .chaser ul.menu > li li > ul {
  left: 180px;
}
#main-menu ul.menu > li li > ul.left, .chaser ul.menu > li li > ul.left {
  left: -180px;
}
#main-menu ul.menu > .megamenu-menu:hover > .megamenu-wrapper, .chaser ul.menu > .megamenu-menu:hover > .megamenu-wrapper {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 66px;
  z-index: 1002;
  visibility: visible;
}
#main-menu ul.menu > .megamenu-menu:hover > .megamenu-wrapper ul, .chaser ul.menu > .megamenu-menu:hover > .megamenu-wrapper ul {
  visibility: visible;
}
#main-menu ul.menu > .megamenu-menu .megamenu-wrapper, .chaser ul.menu > .megamenu-menu .megamenu-wrapper {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -9999px;
  visibility: hidden;
  overflow: hidden;
  display: none;
  padding: 0;
}
#main-menu ul.menu > .megamenu-menu .megamenu-wrapper ul, .chaser ul.menu > .megamenu-menu .megamenu-wrapper ul {
  position: static;
  width: 100%;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#main-menu ul.menu > .megamenu-menu .megamenu-holder, .chaser ul.menu > .megamenu-menu .megamenu-holder {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu, .chaser ul.menu > .megamenu-menu ul.megamenu {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #0060af;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu li.menu-item-has-children.active > a, #main-menu ul.menu > .megamenu-menu ul.megamenu li.menu-item-has-children:hover > a, .chaser ul.menu > .megamenu-menu ul.megamenu li.menu-item-has-children.active > a, .chaser ul.menu > .megamenu-menu ul.megamenu li.menu-item-has-children:hover > a {
  background: none;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu li.menu-item-has-children ul, .chaser ul.menu > .megamenu-menu ul.megamenu li.menu-item-has-children ul {
  background: none;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu > li, .chaser ul.menu > .megamenu-menu ul.megamenu > li {
  display: table-cell;
  float: none;
  padding-bottom: 25px;
  border: none;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu > li > a, .chaser ul.menu > .megamenu-menu ul.megamenu > li > a {
  border-top: none;
  padding-left: 40px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  filter: alpha(opacity=100) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu > li > a:hover, .chaser ul.menu > .megamenu-menu ul.megamenu > li > a:hover {
  background: none;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu > li > ul > li, .chaser ul.menu > .megamenu-menu ul.megamenu > li > ul > li {
  float: left;
  border: none;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu ul.sub-menu:after, .chaser ul.menu > .megamenu-menu ul.megamenu ul.sub-menu:after {
  display: table;
  content: "";
  clear: both;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu ul.sub-menu li li, .chaser ul.menu > .megamenu-menu ul.megamenu ul.sub-menu li li {
  display: block;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu ul.sub-menu li li > a, .chaser ul.menu > .megamenu-menu ul.megamenu ul.sub-menu li li > a {
  border-top: none;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu ul.sub-menu li li a, .chaser ul.menu > .megamenu-menu ul.megamenu ul.sub-menu li li a {
  white-space: normal;
  padding-right: 0;
  font-size: 0.9167em;
  border-bottom: 1px solid #04afe7;
  position: relative;
  padding-left: 40px;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu ul.sub-menu li li a:before, .chaser ul.menu > .megamenu-menu ul.megamenu ul.sub-menu li li a:before {
  font-family: FontAwesome;
  content: "\f111";
  display: block;
  font-size: 5px;
  position: absolute;
  left: 25px;
  font-weight: normal;
}
#main-menu ul.menu > .megamenu-menu ul.megamenu ul.sub-menu li li:hover > a, #main-menu ul.menu > .megamenu-menu ul.megamenu ul.sub-menu li li.active > a, .chaser ul.menu > .megamenu-menu ul.megamenu ul.sub-menu li li:hover > a, .chaser ul.menu > .megamenu-menu ul.megamenu ul.sub-menu li li.active > a {
  font-weight: bold;
}

/* 3.1.7. Mini Menu */
ul.menu.mini {
  min-width: 180px;
  border: 2px solid #0060af;
  background: #fff;
}
ul.menu.mini li {
  padding: 0 20px;
  float: none;
  margin: 0;
}
ul.menu.mini li a {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  padding: 10px 0;
  color: inherit;
  line-height: normal;
  font-size: 0.9167em;
  text-align: left;
}
ul.menu.mini li:hover, ul.menu.mini li.active {
  background: #f5f5f5;
}
ul.menu.mini li:hover a, ul.menu.mini li.active a {
  color: #0060af;
  font-weight: bold;
}

/* 3.1.8. Mobile Menu */
#header .mobile-menu {
  background: #0060af;
  text-align: left;
  padding: 0;
  margin: 0;
  left: 0;
}
#header .mobile-menu a {
  color: #fff;
  display: block;
  padding: 15px 0;
  background: none !important;
}
#header .mobile-menu li.active > a, #header .mobile-menu li:hover > a {
  color: #04afe7;
}
#header .mobile-menu > ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .mobile-menu > ul.menu > li {
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}
#header .mobile-menu > ul.menu > li > a {
  font-size: 1.1em;
  border-top: 1px solid #04afe7;
  text-transform: uppercase;
  font-weight: 600;
}
#header .mobile-menu > ul.menu > li.menu-item-has-children {
  position: relative;
}
#header .mobile-menu > ul.menu > li.menu-item-has-children.open {
  background: #04afe7;
}
#header .mobile-menu > ul.menu > li.menu-item-has-children > .dropdown-toggle {
  position: absolute;
  right: 1px;
  top: 7px;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  background: none;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.3333em;
  font-weight: normal;
  border: none;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#header .mobile-menu > ul.menu > li.menu-item-has-children > .dropdown-toggle:after {
  content: "\f056";
}
#header .mobile-menu > ul.menu > li.menu-item-has-children > .dropdown-toggle.collapsed:after {
  content: "\f055";
}
#header .mobile-menu > ul.menu > li.menu-item-has-children.open > a {
  color: #fff;
  /*border-top-color: $skin-bg-color;*/
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#header .mobile-menu > ul.menu > li.menu-item-has-children.open > .dropdown-toggle {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#header .mobile-menu > ul.menu > li.menu-item-has-children:hover > a, #header .mobile-menu > ul.menu > li.menu-item-has-children:hover > .dropdown-toggle {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#header .mobile-menu > ul.menu > li.menu-item-has-children > ul {
  border-top: 1px solid #b51c24;
}
#header .mobile-menu > ul.menu > li:first-child > a {
  border-top: none;
}
#header .mobile-menu > ul.menu > li:last-child > a {
  border-bottom: 1px solid #04afe7;
}
#header .mobile-menu > ul.menu > li > ul {
  /*background: $skin-mobile-menu-color;*/
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .mobile-menu > ul.menu > li > ul li > a {
  padding-left: 15px;
  font-size: 1.0833em;
  position: relative;
}
#header .mobile-menu > ul.menu > li > ul li > a:before {
  font-family: FontAwesome;
  content: "\f111";
  display: block;
  font-size: 4px;
  position: absolute;
  left: 0px;
}
#header .mobile-menu > ul.menu > li > ul li.menu-item-has-children > a {
  padding-left: 0;
  color: #fff;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  font-size: 1.1667em;
  font-weight: bold;
  text-transform: uppercase;
}
#header .mobile-menu > ul.menu > li > ul li.menu-item-has-children > a:before {
  content: "";
  display: none;
}
#header .mobile-menu > ul.menu > li > ul li.menu-item-has-children > ul {
  border-bottom: 1px solid #0060af;
}
#header .mobile-menu > ul.menu > li > ul li.menu-item-has-children:last-child > ul {
  border-bottom: none !important;
}
#header .mobile-menu > ul.menu > li li li.menu-item-has-children > a {
  padding-left: 10px;
}
#header .mobile-menu > ul.menu > li li li.menu-item-has-children > a:before {
  display: none;
}
/* 3.1.9. Sticky Header */
.chaser {
  /*background: rgba(red($skin-bg-color), green($skin-bg-color), blue($skin-bg-color), 0.8); left: 0; padding: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 9999;*/
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -webkit-backface-visibility: hidden;
}
.chaser ul.menu > li > a {
  line-height: 48px;
  height: 48px;
}
.chaser ul.menu > li:hover > ul, .chaser ul.menu > li:hover > .megamenu-wrapper {
  top: 46px !important;
}
.chaser .logo {
  margin-top: 14px;
  min-height: initial;
  padding: 0;
  height: auto;
  margin-bottom: 0;
}
.chaser .logo img {
  height: 50px;
}
.chaser .logo a {
  background-size: auto 20px;
}

.no-rgba .chaser {
  background: #fff;
  filter: alpha(opacity=95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}

.no-backgroundsize .chaser .logo a {
  background-size: auto 20px;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo.png', sizingMethod='scale')";
}





.logged-in .navbar-fixed-top {
	top: 28px;
}

.banner {
	z-index: 100;
	width: 100%;
	//height:100px;
	border: none;
	background:rgba(255,255,255,.7);
	position: fixed;
	padding-bottom:20px;
	border-radius: 0;
}


/* pagine con logo nero */




.contatti .navbar .nav li a,
.contacts .navbar .nav li a,
.blog .navbar .nav li a,
.category .navbar .nav li a,
.single-post .navbar .nav li a {
	color: #2e0f0d;
}

.contatti .navbar .brand,
.contacts .navbar .brand,
.blog .navbar .brand,
.category .navbar .brand,
.single-post .navbar .brand {
	background: url(../images/ege-logo-contacts.png) no-repeat;
	background-size: 100%;
}

.contatti .navbar .nav > .active > a,
.contatti .navbar .nav > .active > a:hover,
.contatti .navbar .nav > .active > a:focus,
.contacts .navbar .nav > .active > a,
.contacts .navbar .nav > .active > a:hover,
.contacts .navbar .nav > .active > a:focus,
.blog .navbar .nav > .active > a,
.blog .navbar .nav > .active > a:hover,
.blog .navbar .nav > .active > a:focus,
.category .navbar .nav > .active > a,
.category .navbar .nav > .active > a:hover,
.category .navbar .nav > .active > a:focus,
.single-post .navbar .nav > .active > a,
.single-post .navbar .nav > .active > a:hover,
.single-post .navbar .nav > .active > a:focus {
	color: #2e0f0d;
}

/* ==========================================================================
   navbar ridotta dopo scroll
   ========================================================================== */



.pannello-affix {
	margin-top:0px;
	width: 100%;
	-webkit-transition: all 0.1s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.1s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.1s ease-out;  /* Opera 10.50–12.00 */
	transition: all 0.1s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
		-webkit-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.pannello-affix #menu-primary-navigation {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.pannello-affix.affix {
	z-index: 999;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, 0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.6);
	//border-bottom:1px solid #ccc;
}

.pannello-affix.affix .navbar-inner {
	margin-top: 0;
	margin-bottom: 10px;
}

.navbar .pannello-affix.affix .nav li a {
	color: #2e0f0d;
}

.navbar .pannello-affix.affix .brand-piccolo {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar .pannello-affix.affix .brand {
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

/* ==========================================================================
   Content, stili generici
   ========================================================================== */
   
   


h2 a,
h3 a,
h4 a {
	color: #262f35
}

pager {
	margin: 22px 0 44px;
}

h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #4f8db4;
}

.pager .previous > a,
.pager .previous > span,
.pager .next > a,
.pager .next > span {
	float: none;
}

.sito {
	overflow: hidden;
	
}

.wrap {
}

.content {
}

.Web.Design,
.App,
.Newsletter

 {
/*
	color: #E14f3E;*/
	text-transform: uppercase;

}

.Grafica,
.Graphic.Design,
.Fotografia,
.Photography
 {
/*
	color: #286496;*/
	text-transform: uppercase;

}



#full-width-slider .Web.Design,
#full-width-slider .App,
#full-width-slider .Newsletter,
#full-width-slider .Grafica,
#full-width-slider .Graphic.Design,
#full-width-slider .Fotografia,
#full-width-slider .Photography
 {
	color: white;
}



h6 .sep,
h5 .sep {
	color: #a8adab;
}

h6 span.sep:last-child,
h5 span.sep:last-child {
	display: none;
}

.delay03 {
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

.delay05 {
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.delay08 {
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.delay12 {
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

.lead-link {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -85px;
	padding: 5px 0;
	width: 170px;
	background: transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: center;
	color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	z-index: 100;
}

.lead-link:hover {
	text-decoration: none;
	color: transparent;
}

.lead-link .icona-freccia-giu,
.lead-link .icona-freccia-giu:hover {
	color: white;
	font-size: 20px;
	text-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}
.alert {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  padding: 12px 15px 15px 50px;
  color: #fff;
  font-size: 1.0833em;
  position: relative;
}
.alert:before {
  content: "";
  font-family: "FontAwesome";
  display: block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  border: 1px solid #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
}
.alert.alert-general {
  background: #d9d9d9;
}
.alert.alert-general:before {
  content: "\f003";
}
.alert.alert-notice {
  background: #f5cf77;
}
.alert.alert-notice:before {
  content: "\f12a";
}
.alert.alert-error {
  background: #f37584;
}
.alert.alert-error:before {
  content: "\f071";
}
.alert.alert-success {
  background: #81b135;
}
.alert.alert-success:before {
  content: "\f00c";
}
.alert.alert-help {
  background: #91e3fd;
}
.alert.alert-help:before {
  content: "\f004";
}
.alert.alert-info {
  background: #bfc9f9;
}
.alert.alert-info:before {
  content: "\f084";
}

.alert .close, .info-box .close {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  text-shadow: none;
  float: none;
  position: absolute;
  top: 8px;
  right: 8px;
}
.alert .close:before, .info-box .close:before {
  content: "\f00d";
  font-family: FontAwesome;
}

.alert-ie7 {
	position: fixed;
	bottom: 0;
	background: #eac85d;
	z-index: 100;
	padding: 14px;
	width: 100%;
	color: #4b4135;
	text-align: center;
}

.bianco {
	background: #fff;
	position: relative;
}

section {
	padding: 30px 0;
	background: white;
}

section.menopadding {
	padding: 20px 0;
}

section.grigio {
	background: #fff;
}

section.blu {
	background: #5c91b5;
}

section.nopaddingtop {
	padding-top: 0;
}

section.nopaddingbottom {
	padding-bottom: 0;
}

.textaligncenter {
	text-align: center;
}

sup {
	text-transform: none;
	font-size: 0.6em;
	top: -1em;
}

section.blu h1,
section.blu h2,
section.blu h3,
section.blu h4,
section.blu p {
	color: white;
}

.centra {
	display: -webkit-box;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-align: center;
	display: -ms-flexbox;
	-ms-flex-align: center;
	display: box;
	box-align: center;
}

.centra-questo {
	z-index: 1;
	position: relative;
}

.media {
	background:#EEEEF2;
	background: #fff;
	border-bottom: solid 1px #c7c9c8;
	margin-bottom: 30px;
}

.media a {
	overflow: hidden;
}

.media-img {
	overflow: hidden;
	position: relative;
	padding: 0;
}

.media-img .img-overlay {
	background: #323C46;
	background: rgba(0,0,0, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 50%;
	text-align: center;
	z-index: 4;
	-webkit-transition: opacity 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: opacity 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.50–12.00 */
	transition: opacity 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	opacity: 0;
	visibility: hidden;
}

.lt-ie9 .media-img .img-overlay {
	filter: alpha(opacity=70);
}

.media .img-overlay a {
	display: none;
	position: relative;
	margin-top: -24px;
}

.media:hover .img-overlay a,
.media .img-overlay:hover a {
	display: inline-block;
}

.media .img-overlay h3 {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
	font-size: 18px;
	margin-top: -40px;
}

.media:hover .img-overlay,
.media .media-img:hover .img-overlay {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: opacity 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.50–12.00 */
	transition: opacity 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.media p {
	font-size: 14px;
	line-height: 19px;
}
.media h3 {
	font-size: 20px;
	text-transform:uppercase;
	line-height: 19px;
}

.media a:hover {
	text-decoration: none;
}

.media-body {
	padding: 20px 30px 10px 35px;
}

.media div.pull-left {
	overflow: hidden;
	margin-right: -15px;
	margin-left: 14px;
}

.media div.media-img img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 2000ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 2000ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 2000ms;
	width: 100%;
	height: auto;
}

.media:hover div.media-img img {
	-webkit-transform: scale(1.15, 1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 1500ms;
	-moz-transform: scale(1.15, 1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 1500ms;
	transform: scale(1.15, 1.15);
	transition-timing-function: ease-out;
	transition-duration: 1500ms;
	position: relative;
	z-index: 3;
}

.media .media-testo {
	margin-top: 20px;
	margin-right: 20px;
}

hr {
	border-top: solid 1px #b7bbbd;
}

section.pagina-testo-header {
	padding-top: 100px;
	padding-bottom: 20px;
	background: #3e7ba8 url(../img/pagina-bg.jpg) top center no-repeat;
	background-size: cover;
}

section.pagina-testo-header h1 {
	color: #fff;
}

section.page-header {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #323C46;
	padding: 0;
}

.page-header .container {
	height: 800px;
	text-align: center;
	color: #fff;
	margin-top: 0;
	position: relative;
}

.header-titolo {
	text-align: center;
	display: block;
	margin: 0 8%;
	margin-top: -130px;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
}

.lt-ie8 .header-titolo {
	position: relative;
}

.header-titolo h1 {
	color: #fff;
	font-size: 26px;
}

.header-titolo p {
	border-top: solid 1px #fff;
	border-top: solid 1px rgba (255, 255, 255, 0.4);
	color: #fff;
	margin: 6px auto;
	display: inline-block;
	padding: 10px 0;
}

.header-titolo h1 {
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
hr{border-bottom:1px dashed #ccc;border-top:0px solid #ccc;}
.header-titolo p {
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
a.button {text-decoration:none;}
.button {
	background: #6b452a;
	color: #fff;
	-webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.1s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.1s ease-out;  /* Opera 10.50–12.00 */
	transition: all 0.1s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	border-radius: 2px;
	padding:5px 16px;
	text-decoration:none;
	text-align:center;
	border:1px solid #2d0e0c;
}

.button:hover {
	color: #fff;
	background: #2d0e0c;
	border:1px solid #6b452a;
}
.btn {
	background: transparent;
	-webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.1s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.1s ease-out;  /* Opera 10.50–12.00 */
	transition: all 0.1s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	border-radius: 0;
	border-width: 2px;
}

.btn:hover {
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #323C46;
	background: #fff;
	border-color: #fff;
}
input{color:#000}
.form-control{border:1px solid #ccc;color:#555}
 .form-control::-webkit-input-placeholder {
 color: #c0c0c0;
}
.form-control::-moz-placeholder {
 color: #c0c0c0;
}
.form-control:-ms-input-placeholder { /* IE10+ */
 color: #555;
}
.form-control:input-placeholder { /* IE10+ */
 color: #555;
}
.form-horizontal select{border:1px solid blue;padding:0px}
/* slider per cambiare risoluzioni responsive */



.slider.slider-vertical {
	height: 140px;
	width: 20px;
	float: left;
	margin-left: 0;
	margin-top: 65px;
}

.res-slider-img {
	margin-left: -20px;
	position: relative;
	width: 100%;
	margin-bottom: -30px;
	margin-top: -10px;
	margin-top: 20px;
}

.res-slider-img img {
	position: absolute;
	display: none;
	width: 340px;
	height: auto;
}

.res-slider-img img.active {
	position: relative;
	display: block;
}

.res-lista {
	position: absolute;
	float: left;
	margin-top: 30px;
	left: 35px;
}

.res-lista div {
	color: #ccd4db;
	margin: 15px 0;
}

.res-lista div.active {
	color: #5c91b5;
}

.slider-handle {
	background: #5c91b5;
	width: 16px;
	height: 16px;
	opacity: 1;
}

.slider.slider-vertical .slider-handle {
	background: #5c91b5;
	margin-left: -6px;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
	transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.slider-selection {
	background: transparent;
}

.slider.slider-vertical .slider-track {
	width: 3px;
	background: #ccd4db;
	border: none;
	box-shadow: none;
	border-bottom: none;
}

/* ==========================================================================
   nuovo slider full width
   ========================================================================== */

#full-width-slider {
	width: 100%;
	z-index: 5;
	overflow: hidden;
	//height: 500px;
	//height: 100vh;
	background-color:#eee;
	    -webkit-font-smoothing: antialiased;
}

#full-width-slider .rsContent {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.js #full-width-slider {
	background: url(../img/loading_gif.gif) center center no-repeat;
	background-size: 45px 32px;
}

.lt-ie10.js #full-width-slider {
	background: url(../img/loading_gif_low.gif) center center no-repeat;
	background-size: 45px 32px;
}


.js #full-width-slider.pronto,
.lt-ie10.js #full-width-slider.pronto
{
background-image: none;
}


.js .rsSlide .car-descrizione {
	display: none;
}

.js .rsSlide.rsActiveSlide .car-descrizione {
	display: block;
}

.loader {
	height: 100%;
	position: fixed;
	width: 100%;
	background: #323C46;
	top: 0;
	z-index: 9999;
	background: url(../img/loading_gif.gif) center center no-repeat #323C46;
	background-size: 45px 32px;
}

.lt-ie10 .loader {
	background: url(../img/loading_gif_low.gif) center center no-repeat;
	background-size: 45px 32px;
}

#full-width-slider .rsOverflow {
	width: 100% !important;
}

#full-width-slider .container {
	position: relative;
	height: 100%;
	z-index: 10;
}

#full-width-slider a.rsImg {
display: none;
}

#full-width-slider .rsImg {
	max-width: none;
	position: absolute;
	width: 100%;
	top: 0;
	-webkit-transform: translateZ(0); 
	transform: translateZ(0); 

	
}

#full-width-slider .container.desc .row {
	position: absolute;
	z-index: 15;
	left: 15px;
	top: auto;
	bottom: 40px;
	min-height: auto;
	width: auto;
	padding:10px 25px 0;
	background:rgba(0,0,0,0.5);
}

#full-width-slider .car-descrizione h2,
#full-width-slider .car-descrizione p {
	color: white;
	margin-top: 10px;
	text-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}

#full-width-slider .car-descrizione h6 {
	text-shadow: 0px 1px 6px rgba(0,0,0,0.3);
}

#full-width-slider .car-descrizione h2 {
	margin-top: 10px;
}

#full-width-slider .car-descrizione h2 a {
	color: white;
	-webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
	transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

#full-width-slider .car-descrizione h2 a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.70);
}

#full-width-slider .fs1 {
	margin-right: 10px;
	bottom: -7px;
	display: inline-block;
	position: relative;
	font-size: 1.5em;
}

/***************
*
*  1. Arrows
*
****************/



.rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsVer .rsArrow {
	width: 100%;
	height: 44px;
}

.rsVer .rsArrowLeft {
	top: 0;
	left: 0;
}

.rsVer .rsArrowRight {
	bottom: 0;
	left: 0;
}

.rsHor .rsArrowLeft {
	left: 0;
	top: 0;
}

.rsHor .rsArrowRight {
	right: 0;
	top: 0;
}

.rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
 *background-color: #000;
	border-radius: 2px;
}

.rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px;
}

.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px;
}

.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px;
}

.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px;
}

.rsArrowDisabled .rsArrowIcn {
	opacity: .2;
	filter: alpha(opacity=20);
*display: none;
}

/***************
*
*  2. Bullets
*
****************/



.rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	line-height: 8px;
	overflow: hidden;
	display: none;
}

.rsBullet {
	display: inline-block;
 *display:inline;
 *zoom:1;
	padding: 6px 5px 6px;
}

.rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
}

.rsBullet.rsNavSelected span {
	background-color: #FFF;
	cursor: default;
}

/* ==========================================================================
   HOME
   ========================================================================== */



.home #full-width-slider .rsArrow {
	display: none !important;
}

.home #full-width-slider .rsBullets {
	display: block
}

.home .presentazione {
	//text-align: center;
	margin-bottom: 35px;
}

.home .presentazione h2 {
	margin-top: 0;
}

.home .grigio .media-img img {
	//width: 120px;
}

.home .grigio .media-body {
}

.home .grigio .media-body p {
	margin-bottom: 0;
}

.list ul{
	padding:0px;
}
.list ul li{
	list-style:none;
	line-height:26px;
}
.list ul li:before{
	font-family:icone-rd;
	content:"\e011";
	color:#f47910;
	font-size:10px;
	padding-right:10px;
	padding-left:4px;
}
.hr1{border-bottom:1px dashed #eee;border-top:0px;}
/* ==========================================================================
   ABOUT
   ========================================================================== */




.about .header-titolo {
}

#clockanalog {
	background: url(../img/orologio/orologio-rd.png) no-repeat;
	width: 200px;
	height: 200px;
	margin: 0 auto 20px;
	position: relative;
}

#clockanalog img {
	border: 0;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

/* inizio orologio */

 


#clock {
visibility: hidden;
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto 0 auto;
	background: url(../img/orologio/orologio-rd.png) no-repeat;
	list-style: none;
}


.pronto #clock {
visibility: visible;
}




#sec,
#min,
#hour {
	position: absolute;
	width: 30px;
	height: 200px;
	top: 0px;
	left: 87px;
}

#sec {
	background: url(../img/orologio/analogseconds.png) center center no-repeat;
	z-index: 3;
	background-size: 170px;
}

#min {
	background: url(../img/orologio/analogminutes.png) center center no-repeat;
	z-index: 2;
	background-size: 170px;
}

#hour {
	background: url(../img/orologio/analoghours.png) center center no-repeat;
	z-index: 1;
	background-size: 170px;
}

/* 
fine orologio
 */





.about-intro h2 {
	margin-top: 0;
}

.grafico {
	background: white;
	text-align: center;
	padding-top: 15px;
	border-bottom: solid 1px #c7c9c8;
	margin-bottom: 30px;
}



.grafico.awards {
	padding-left: 10px;
	padding-right: 10px;
	
}
.grafico.awards h2 {
	margin-bottom: 30px;
	
}


.grafico.awards table{
	white-space: nowrap;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
	
	max-width: 400px;
    margin: 0 auto 30px;
	
}



.grafico canvas {
	margin: 10px auto;
}

.globale-dati {
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	display: table;
	width: 100%
}

.globale-cont {
	border-right: solid 1px #fff;
	display: table-cell;
}

.globale-cont:last-child {
	border-right: none;
}

.globale-perc {
	background: #ccd4db;
	padding: 10px 0;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	display: block;
	color: #51595f;
}

.europa .globale-perc {
	border-top: solid 3px #4db07a;
}

.asia .globale-perc {
	border-top: solid 3px #5c91b5;
}

.america .globale-perc {
	border-top: solid 3px #e86d4c;
}

.altri .globale-perc {
	border-top: solid 3px #eac85d;
}

.lt-ie8 .grafico {
	display: none;
}

#globale {
	width: 270px !important;
	height: 270px !important;
}

#visite {
	width: 290px !important;
	height: 157px !important;
	margin-left: -20px;
}

.visite-dati {
	background: #ccd4db;
	padding: 15px 20px;
	display: block;
	color: #51595f;
	overflow: hidden;
	margin-top: 21px;
}

.visite-tot {
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
}

.visite-desc p {
	margin-bottom: 0;
	line-height: 20px;
}

.clienti-titolo {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.row.clienti {
	background: #c7c9c8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	border-bottom: solid 2px #c7c9c8;
	border-right: solid 1px #c7c9c8;
}

.clienti .col-md-2 {
	padding: 0;
	border-top: solid 1px #c7c9c8;
	border-left: solid 1px #c7c9c8;
	overflow: hidden;
}

.pannello {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 100%;
	margin: 0;
	position: relative;
	font-size: .8em;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

/* -- make sure to declare a default for every property that you want animated -- */
/* -- general styles, including Y axis rotation -- */


.pannello .front {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 9;
	width: inherit;
	height: 100%;
	background: #fff;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	/* -- transition is the magic sauce for animation -- */
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform-style: flat;
.
}

.pannello.flip .front {
	z-index: 9;
	border-color: #eee;
	background: #ccd4db;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.pannello .back {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: inherit;
	height: 100%;
	background: #323C46;
	color: #fff;
	text-align: center;
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	/* -- transition is the magic sauce for animation -- */
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.pannello.flip .back {
	z-index: 10;
	background: #5c91b5;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}

.pannello .front .pad {
	width: 100%;
	height: auto;
}

.pannello img {
	width: 100%;
	height: auto;
}

.pannello .back h5 {
	margin-top: 20px;
	letter-spacing: 0;
	font-size: 14px;
}

.pannello .back p {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.1em;
}

.pannello.cl-tu .front {
	background: url(../img/avatar-placeholder.png) #eef3f7 no-repeat;
	background-size: 100% 100%;
	border: dashed 3px #c3d6e4;
	border-bottom: solid 3px #c3d6e4;
	height: 100%;
}

.pannello.cl-tu h3 {
	margin-top: 36px;
}

.pannello.cl-tu p {
	font-size: 16px;
}

section.blu.webdev {
	background: url(../img/webdev-bg.png);
}

section.blu.webdev .row > div {
	position: relative;
}

.webdev-img {
	position: relative;
	max-width: 100%;
	height: auto;
}

#graphicdesign-img {
	position: relative;
	max-width: 100%;
	height: AUTO;
	margin-bottom: -30px;
	margin-top: 0;
}

section.foto {
	background: url(../img/about-photo-960x500.jpg) center center;
	background-size: cover;
	height: 450px;
	box-shadow: inset 0 0 20px rgba(0,0,0, 0.3);
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0, 0.3);
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0, 0.3);
	-o-box-shadow: inset 0 0 20px rgba(0,0,0, 0.3);
}


section.foto h2,
section.foto p
{
	color: white;
	-webkit-font-smoothing: antialiased;
}


section.foto .row > div {
	position: relative;
}

section.about-tre {
	text-align: center;
}

.sumisura {
	background: #eef3f7;
	border: dashed 3px #c3d6e4;
	padding: 20px 70px 30px;
}

/* ==========================================================================
   PORTFOLIO
   ========================================================================== */
   






.header-titolo .img-rd {
	height: 140px;
	width: 140px;
	text-align: center;
	margin: 0 auto 30px;
}

.post-type-archive-portfolio .img1{
	height: 100px;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 10;
}

.post-type-archive-portfolio .img2,
.post-type-archive-portfolio .img3 {
display: none;

}



.post-type-archive-portfolio .media {
	margin-top: 0;
	margin-bottom: 60px;
	position: relative;
}

.post-type-archive-portfolio .media-post {
	padding: 20px 30px;
	overflow: hidden;
}

.post-type-archive-portfolio .media p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.post-type-archive-portfolio .media-img {
	padding: 0;
	//height: 270px;
}

.blocco-portfolio {
	position: relative;
}

.blocco-portfolio a {
	display: block;
}

.blocco-portfolio a:hover {
	cursor: pointer;
}

.blocco-portfolio .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(36,39,41,0.8);
	height: 100%;
	text-align: center;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -moz-box;
	-moz-box-align: center;
	-moz-box-pack: center;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	display: box;
	box-align: center;
	box-pack: center;
	color: #fff;
	display: none;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
	transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.blocco-portfolio a:hover .overlay {
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: box;
}

.single-portfolio #full-width-slider .rsBullets {
	display: none !important;
}




.single-portfolio .img1,
.single-portfolio .img2,
.single-portfolio .img3 {
	height: 100px;
	width: auto;
	position: absolute;
	top: 80px;
	right: 0;
	display: block;
}

.single-portfolio .img2 {
	top: 190px;
}

.single-portfolio .img3 {
	top: 300px;
}

.portfolio-freccia {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 46px;
	height: 46px;
	color: white;
	padding: 0;
	z-index: 20;
}

.portfolio-freccia a {
	position: relative;
	display: block;
	border: solid 1px white;
	padding: 0;
	top: 0;
	left: 0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	width: 46px;
	height: 46px;
	-webkit-transition: all 0.15s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.15s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.15s ease-out;  /* Opera 10.50–12.00 */
	transition: all 0.15s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.portfolio-freccia:hover a {
	width: 52px;
	height: 52px;
	top: -3px;
	left: -3px;
	padding-left: 3px;
	padding-top: 3px;
}

.portfolio-freccia figure {
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	border: solid 2px white;
	overflow: hidden;
	bottom: 0;
	left: 50px;
	display: none;
	width: 180px;
	height: 180px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-clip: padding-box;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
	transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	-webkit-transform: scale(0.6, 0.6);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 300ms;
	-moz-transform: scale(0.6, 0.6);
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 300ms;
}

.portfolio-freccia:hover figure {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 30px;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 200ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 200ms;
}

.portfolio-freccia figure:hover {
	display: block;
}

.portfolio-freccia-dx figure {
	left: auto;
	right: 50px;
}

.portfolio-freccia figure img {
	max-width: none;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
}

.portfolio-freccia a div {
	width: 46px;
	height: 46px;
	line-height: 46px;
	color: white;
	text-align: center;
	font-size: 24px;
	text-indent: -4px;
}

.portfolio-freccia:hover a {
	text-decoration: none;
	background: #fff;
}

.portfolio-freccia:hover a div {
	color: #323C46;
}

.portfolio-freccia-dx {
	position: absolute;
	top: 50%;
	left: auto;
	right: 20px;
}

.portfolio-freccia-dx a div {
	text-indent: 4px;
}

.single-portfolio #full-width-slider .container.desc .row {
	bottom: 20px;
}




.portfolio-sing-blocchi .media:first-child {
	margin-top: 15px;
}

.portfolio-sing-blocchi .media {
	background: transparent;
	border-bottom: none;
}

.portfolio-sing-blocchi .media .img-overlay a {
	top: auto;
}




.img-fullwidth {
	width:100%;
	height: auto;
}



.post-type-archive-portfolio .media-post h3 a:focus {
	text-decoration: none;

}


LINE-HEIGHT: 16PX;

.post-type-archive-portfolio .media-post h6 {
	line-height: 16px;

}

.post-type-archive-portfolio .media-post h6 span{
	opacity: 0.5;
	white-space: nowrap;

}



#port-screens  {
	text-align: center;
	padding-bottom: 0;
	padding-left: 15%;
	padding-right: 15%;
	overflow: hidden;
	
}

#port-screens img {
	margin:0 auto 30px;
	
}


#port-cta  {
	text-align: center;
	padding-top: 0;
	overflow: hidden;
	
}

section.portfolio-sing-blocchi {
	padding-bottom: 0;
}

/* ==========================================================================
   CONTATTI
   ========================================================================== */
   
   
   


#map_canvas {
	min-height: 300px;
}

.mappa-overlay {
	background: #EEEEF2;
	padding: 30px 0 30px 0;
}

.container .form-contatti {
	pointer-events: all;
	background: #21272a;
	position: relative;
	padding: 0;
}

.mappa-overlay .media-body {
	padding-top: 15px;
	;
}

.mappa-overlay .media img {
	max-width: 132px;
}

.wpcf7 textarea {
	height: 140px;
}

div.wpcf7 {
	padding: 0;
}

form.wpcf7-form {
	margin-bottom: 0;
}

.form-contatti-body {
	padding: 30px 15px 0;
}

.form-contatti-footer {
	padding: 20px 15px 20px;
	background: #10171a;
	position: relative;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 16px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 24px;
	height: 24px;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 15px;
	text-align: center;
}

div.wpcf7-validation-errors {
	background-color: #fcf8e3;
	border: none;
	color: #c09853;
	border-bottom: solid 1px #dfdfdf;
}

span.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	margin-bottom: 12px;
}

span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap select,
span.wpcf7-form-control-wrap textarea {
	margin-bottom: 0;
}

span.wpcf7-not-valid-tip,
span.wpcf7-not-valid-tip-no-ajax {
	position: absolute;
	top: 0;
	left: auto;
	z-index: 10;
	background: #fff;
	background: rgb(255, 74, 96);
	border: none;
	font-size: 10pt;
	width: 100%;
	padding: 2px;
	right: 0;
	height: 100%;
	line-height: 46px;
	opacity: 0.5;
	padding: 0;
	text-indent: -9999px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 10px 15px;
}

div.wpcf7-mail-sent-ok {
	background: #48aa78;
	color: white;
	border: none;
}

div.wpcf7-validation-errors {
	border: none;
	color: inherit;
	border-bottom: solid 1px #c7c9c8;
	background: #ccd4db;
	display: block;
	color: #51595f;
}

.form-contatti h2 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
}

.bootstrap-select button,
.bootstrap-select button:active,
.btn-group.open .btn.dropdown-toggle {
	background: white;
	color: #323C46;
}

.form-contatti .radio input[type="radio"],
.form-contatti .checkbox input[type="checkbox"] {
	position: relative;
}

.form-contatti .checkbox span.wpcf7-list-item {
	margin-left: 0;
}

.form-contatti .checkbox {
	color: #fff;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
}

.form-contatti .checkbox span.wpcf7-form-control-wrap {
	margin-bottom: 0;
}

.form-contatti .checkbox a {
	color: #fff;
	text-decoration: underline;
}

.contatti-numeri {
	background: #fff;
}

.contatti-numeri h2 {
	background: #fff;
	text-align: center;
	margin-top: 0;
}

.contatti-numeri p {
	line-height: 45px;
	width: 200px;
	margin: 0 auto;
}

.contatti-numeri p > span {
	display: block;
}

/* ==========================================================================
   BLOG
   ========================================================================== */





.navbar.navbar-blog {
	z-index: 1;
	margin-bottom: 0;
}

.nav.nav-blog>li>a:hover,
.nav>li>a:focus {
	background: transparent;
}

.navbar .nav.nav-blog li {
	text-align: center;
}

.blog-logo {
	padding: 90px 0 30px
}

.blog-titolo {
	display: block;
	margin-top: 0;
}

.blog-titolo {
	margin: 0 20px;
}

.blog .media,
.category .media {
	position: relative;
}

.navbar .nav-blog {
	border-bottom: solid 1px #c7c9c8;
}

body.blog,
body.category,
body.single-post {
	background: #efe7e0
}

.media-post a {
	display: inline;
}

#blog-blocchi {
	position: relative;
	width: auto !important;
}

#blog-blocchi .element .media {
	position: relative;
}

.media > .pull-left {
	margin-right: 0;
}

#blog-blocchi .element .media .img-overlay {
	padding-top: 0;
}

#blog-blocchi .element .media .img-overlay a {
	top: 50%;
}

.media-post {
	padding: 15px 20px 0px 20px;
	overflow: hidden;
}

.media-post h3 {
	margin-top: 0;
	margin-bottom: 9px;
	padding-bottom: 4px;
	font-size: 17px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	line-height:20px;
	//font-weight:600;
	border-bottom:1px dashed #ccc;
}

p.metadata {
	font-size: 13px;
	margin-bottom: 6px !important;
	color: #62696e;
}

.blog .media h3,
.category .media h3 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}

h5.blog-categorie {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #323C46;
	color: white;
	padding: 3px 10px;
	margin: 0;
	text-transform: uppercase;
	font-size: 11px;
}

h5.blog-categorie a {
	color: #fff;
}

.blog .media h5 a,
.category .media h5 a {
	display: inline;
	color: white;
}

.blog .media p,
.category .media p {
	margin-bottom: 0;
}

.blog .media .media-post,
.category .media .media-post {
	padding: 20px 30px 30px 30px;
}

.blog .media.post-featured .media-post,
.category .media.post-featured .media-post {
	padding: 20px 15px 30px 15px;
}

.blog .post-featured.media .media-img,
.category .post-featured.media .media-img,
 .blog .post-normale.media .media-img,
.category .post-normale.media .media-img {
	max-height: 200px;
}

/* ==========================================================================
   BLOG - pagina articolo
   ========================================================================== */





.single-post .main {
	margin: 0 -15px;
}

.single-post .main h1 {
	font-size: 30px;
}

.single-post .attachment-post-single.wp-post-image {
	width: 100%;
	margin-bottom: 10px;
	height: auto;
}

.single-post .articolo-box {
	background: #fff;
	padding-bottom: 40px;
	overflow: hidden;
}

.single-post .entry-content {
	background: #fff;
	 padding: 0 15px;
	
}

.single-post .articolo-box header {
	margin: 20px 15px;
}

.single-post .articolo-box header h1 {
	font-size: 30px;
}

.single-post h5.blog-categorie {
	position: relative;
	bottom: auto;
	right: auto;
	margin: 0 20px;
	display: inline-block;
	margin-left: 0;
	padding-left: 15px;
	margin-bottom: 10px;
}

.single-post .metadata {
	margin-bottom: 25px;
}

.addthis_floating_style.addthis_counter_style {
	width: 60px;
	position: relative;
	margin: 30px auto;
}

.single-post .articolo-box .entry-content img {
	max-width: 100%;
	height: auto;
}

#comments {
	margin-top: 30px;
	padding: 20px 30px;
}

#comments .media {
	padding: 10px 0;
	border-bottom: none;
}

#comments .media a {
}

.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#comments .media-body {
	margin: 0;
	padding: 0 20px;
}

#comments .media .media {
	border-bottom: none;
}

#respond {
	background: #286496;
	padding: 20px 15px 0;
	color: white;
	margin-bottom: 60px;
}

#respond a {
	color: white;
	text-decoration: underline;
}

#respond .respond-footer {
	padding: 20px 15px 20px;
	margin: 0 -15px 0 -15px;
	background: #0e5287;
	margin-top: 10px;
	margin-left: -15px;
	margin-right: -15px;
}

aside h3 {
	margin-top: 0;
}

aside .media .media-body {
	padding: 10px 20px 10px 25px;
	line-height: 17px;
}

aside .media .media-body .metadata {
	margin-bottom: 0;
	font-size: 13px;
}

aside .media .media-body a {
	color: #262f35;
	margin-bottom: 4px;
	overflow: visible;
	display: block;
}

aside .media .media-body a:hover {
	color: #4f8db4;
}




.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bdcrm ul{float:right;margin-top:30px;}
.bdcrm ul li{list-style:none;float:left;margin:0 6px;}
.bdcrm ul li a{text-decoration:none;color:#f57e18;font-size:13px;}
.bdcrm ul li a.active{color:#6a4429}
.bdcrm ul li a:hover{color:#6a4429}

.table table{
	border:1px solid #341510;
	font-size:15px;
}
.table table thead tr th{
	background:#6a4429;
	border:1px solid #341510;
	color:#fff;
}
.table table tbody tr td{
	border:1px solid #6a4429;
}
/* ==========================================================================
   Footer
   ========================================================================== */



.content-info {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	background: #faf9f9;
	border-top:1px solid #ccc;
	position: relative;
}

.content-info h5 small {
	color: #838886;
	margin-left: 4px;
}

.sottofooter {
	font-size: 12px
}

.content-info .icone-social {
	width: 153px;
	margin: 0 auto 20px;
}

.content-info .addthis_button_facebook_like iframe {
	width: 120px !important;
}

.sotto-footer{border-top:1px solid #6a4429;padding-top:15px;margin-top:25px;text-align:center;background:#6a4429}
.sotto-footer .copyright{color:#fff;text-align:center}

ul.social-icon{
	padding:0 0 0px 0;
	margin:0px;
	width:100%;
	overflow:auto;
}
ul.social-icon li{
	margin-right:5px;
	padding:0 0 10px 0;
	list-style:none;
	float:left;
}
ul.social-icon li a {
	font-size: 18px;
	text-align:center;
	padding:2px 0;
	color:#fff;
	text-decoration:none;
}
ul.social-icon li a.facebook{
	background:#507cbe;
	border:1px solid #2d66bb;
}
ul.social-icon li a.twitter{
	background:#63cdf1;
	border:1px solid #23b4e5;
}
ul.social-icon li a.google-plus{
	background:#f16261;
	border:1px solid #f13433;
}
ul.social-icon li a.linkedin{
	background:#0177b5;
	border:1px solid #026ca3;
}
ul.social-icon li a.instagram{
	background:#aa7e62;
	border:1px solid #a56841;
}

ul.social-icon a:hover {
	opacity: 0.6;
}

ul.footer-list {
	margin:0px;
	padding:0px;
}
.footer-list li {
	list-style: none;
	//text-align: center;
	//float:left;
	padding:0px 18px 7px 0;
}
.footer-list li a{
	font-size:15px;
	color:#555;
	text-decoration:none;
}
.footer-list li a:hover{
	color:#f47910;
}
.footer-list li a span{
	font-size:10px;
}
.language_list {
	list-style: none;
	text-align: center;
}


.language_list ul {
	padding: 0;
	margin: 0;
}


.language_list li {
display: inline-block;
margin:  0 5px;
}
/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */



.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

figure.alignnone {
	margin-left: 0;
	margin-right: 0;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */




/* fix per header su mobile, mostra sempre come fixed  */
@media (max-width: 767px) {

.wrap{margin-top:60px;}
.mt100{margin-top:60px;}
.bdcrm{display:none}
.pannello-affix.affix-top,
.pannello-affix.affix {
	z-index: 999;
	opacity: 1;
	width: 100%;
	padding-top:0px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, 0.3);
	box-shadow: 0 0 20px rgba(0,0,0, 0.3);
	position: fixed;
	border-bottom:1px solid #eee;
}

.pannello-affix.affix-top .navbar-inner,
.pannello-affix.affix .navbar-inner {
	margin-top: 0;
}

.navbar .brand-piccolo {
	display: block;
	opacity: 1;
}

.navbar .brand {
	display: none;
}

.navbar .nav {
	margin-top: 0;
	border-top:1px solid #eee
}

.navbar-nav>li>a {
	padding: 10px 10px;
	text-align: center;
	color: #fff
	  -webkit-font-smoothing: antialiased;
}
.mappa-overlay  {
	padding-top: 80px;
}

.navbar-collapse {
	box-shadow: none;
}
}
 @media (min-width: 768px) {



/* ==========================================================================
STILI GENERICI @ 768
========================================================================== */



h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 13px;
}

p {
	margin-bottom: 1em;
}


.header-titolo {
margin-left: 20%;
margin-right: 20%;
}

.header-titolo h1 {
	font-size: 48px;
}

section {
	padding: 20px 0;
}

section.pagina-testo-header {
	padding-top: 170px;
	padding-bottom: 30px;
}

.lead-link {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -85px;
	padding: 5px 0;
	width: 170px;
	background: white;
	color: #323C46;
}

.lead-link:hover {
	color: #5e696f;
}

.lead-link .icona-freccia-giu,
.lead-link .icona-freccia-giu:hover {
	color: #323C46;
	font-size: 14px;
	text-shadow: none;
}

/* slider per cambiare risoluzioni responsive */



.slider.slider-vertical {
	margin-top: 170px;
}

.res-slider-img {
	width: 100%;
	margin-bottom: -60px;
	margin-top: 80px;
}

.res-slider-img img {
	width: 475px;
	height: auto;
}

.res-lista {
	margin-top: 140px;
}

.home #full-width-slider h2 {
	font-size: 48px;
}


.rsBullet {
    padding: 6px 7px 6px;
}

.rsBullet span {
	width: 13px;
	height: 13px;

}


/* ==========================================================================
   NAVBAR @ 768
   ========================================================================== */
	
		


.banner {
	position: absolute;
}

.lt-ie8 .navbar .nav li {
	display: block;
	float: left;
}

.roll {
	display: inline-block;
	overflow: hidden;
	z-index: 200;
	position: relative;
	vertical-align: top;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
}

/* ==========================================================================
   HOME @ 768
   ========================================================================== */



#full-width-slider .container.desc .row {
	bottom: 60px;
}

.home .car-descrizione .btn-primary {
	display: inline-block !important;
}

.home .grigio .media-body {
	padding: 16px 30px 10px 26px;
	margin-right: 0;
}

.home .grigio .media-img img {
	width: 100%;
}

.home .grigio .media-body p {
	margin-bottom: 0;
}

.home .grigio .media-body h4 {
	font-size: 15px;
}

/* ==========================================================================
   ABOUT @ 768
   ========================================================================== */




.about .header-titolo {
	margin-top: -350px;
}

.globale-perc {
	padding: 15px 0;
	font-size: 32px;
	line-height: 32px;
}



.grafico.awards table{
	font-size: 12px;
    margin: 45px auto;
	
}




.visite-tot {
	font-size: 32px;
	float: left;
	width: 30%;
	text-align: center;
}

.visite-desc {
	text-align: left;
	float: left;
	width: 70%;
}

#globale {
	width: 240px !important;
	height: 240px !important;
}

#visite {
	width: 408px !important;
	height: 221px !important;
	margin-left: -20px;
}

.pannello .back h5 {
	margin-top: 90px;
	font-size: 16px;
}

.webdev-img {
	bottom: -30px;
	margin-bottom: -30px;
}

#graphicdesign-img {
	margin-top: -60px;
	margin-bottom: -60px;
	max-width: 600px;
	height: 600px;
	height: auto;
	position: relative;
	right: -67px;
}

.pannello.cl-tu h3 {
	margin-top: 80px;
}

.pannello.cl-tu p {
	font-size: 14px;
	padding: 0 10px;
}

section.foto {
	background-image: url(../img/about-photo.jpg);
	height: 500px;
}




/* ==========================================================================
   PORTFOLIO @ 768
   ========================================================================== */



.post-type-archive-portfolio .lead-link {
	background: #EEEEF2;
}

.post-type-archive-portfolio .header-titolo {
	margin-top: -300px;
}

.post-type-archive-portfolio .media-img {
	padding: 0;
	height: 240px;
}

.post-type-archive-portfolio .media-post {
	padding: 80px 30px 20px;
	overflow: hidden;
}

.post-type-archive-portfolio .media .img-overlay a {
	margin-left: 15px;
}

.single-portfolio #full-width-slider .container.desc .row {
	bottom: 50px;
}

#port-screens  {
	padding-left: 20%;
	padding-right: 20%;
	
}


#port-screens img {
	margin:0 auto 60px;
	
}



/* ==========================================================================
   BLOG @ 768
   ========================================================================== */




.navbar .nav.nav-blog {
	float: none;
	display: table;
	width: 100%;
	z-index: 1;
}

.navbar .nav.nav-blog li {
	display: table-cell;
}

.blog-logo {
	padding-top: 200px;
}

.navbar .nav-blog {
	margin-bottom: 25px;
}

#blog-blocchi .element .media.post-normale .img-overlay a {
	margin-left: 20px;
}

.blog .post-featured h3,
.category .post-featured h3 {
	font-size: 28px;
	margin-bottom: 10px;
}

.blog .post-featured.media .media-img,
.category .post-featured.media .media-img,
 .blog .post-normale.media .media-img,
.category .post-normale.media .media-img {
	max-height: none;
}

.single-post .main {
	margin: 0;
}

.single-post .articolo-box header {
	margin: 20px 30px 30px;
}

.single-post .articolo-box header h1 {
	font-size: 30px;
}

.single-post h5.blog-categorie {
	right: auto;
	padding-left: 30px;
	display: block;
	margin-right: 0;
}

.single-post .entry-content p {
	margin-bottom: 2em;
   -webkit-font-smoothing: antialiased;

}

.single-post .entry-content p.metadata {
	margin-bottom: 25px !important;
}

.single-post .at-floatingbar-share .addthis_button_facebook_like iframe {
	width: 73px !important;
}
.single-post .entry-content {
padding:0 30px;
}

/* ==========================================================================
   Contatti @ 768
   ========================================================================== */



#map_canvas,
.mappa-overlay {
	top: 0;
	min-height: 800px;
}

#map_canvas {
	position: absolute !important;
}

.mappa-overlay {
	position: relative;
	top: 0;
	width: 100%;
	pointer-events: none;
	background: url(../images/world-map.png) #ccc center 70%;
	background-size:100%;
}

.mappa-overlay > .container {
	width: 100%;
	padding-top: 180px;
}

.mappa-overlay .container .media {
	pointer-events: all;
	margin-top: 0;
	position: relative;
	margin-top: 100px;
}


.mappa-overlay .media img {
	max-width: none;
}

.mappa-overlay .media p {
    line-height: 17px;
}

.mappa-overlay .media p small {
    line-height: 14px;
}



.mappa-overlay .container .form-contatti {
	margin-bottom: 150px;
}

.form-contatti-body {
	padding: 20px 20px 0;
}

.form-contatti-footer {
	padding: 10px 20px;
}

.contatti-numeri {
	pointer-events: all;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 20px 0 20px;
}

.contatti-numeri p {
	margin-bottom: 0;
	line-height: 35px;
	text-align: center;
	width: auto;
}

.contatti-numeri p span span {
	margin-left: 25px;
}

.contatti-numeri p span {
	display: inline;
}

.contatti-numeri span.mobile {
}

.contatti .content-info,
.contacts .content-info {
	padding-top: 30px;
}

/* ==========================================================================
   Footer @ 768
   ========================================================================== */



.content-info {
	padding: 60px 0 0 0;
}

.content-info .slogan {
	width: 120px;
	height: auto;
	margin-left: -20px;
	margin-top: 20px;
}

.content-info .icone-social {
	float: left;
	margin: 0;
}

}
 @media (min-width: 992px) {

/* ==========================================================================
   STILI GENERICI @ 992
   ========================================================================== */


h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

.header-titolo {
	margin: 0 20%;
}

.media .img-overlay h3 {
	color: #fff;
	margin-bottom: 35px;
	font-size: 24px;
}

/* ==========================================================================
   HOME @ 992
   ========================================================================== */
   
	


.home .grigio .media-body {
	padding: 15px 30px 10px 35px;
}

.home .grigio .media-body h4 {
	font-size: 19px;
}

/* ==========================================================================
   ABOUT @ 992
   ========================================================================== */

	



.globale-perc {
	font-size: 36px;
	line-height: 36px;
}

.visite-tot {
	font-size: 30px;
}

#globale {
	width: 244px !important;
	height: 244px !important;
}



.grafico.awards table{
    margin: 48px auto;
	 
}



.grafico.awards .table tbody>tr>td {
    padding: 25px 8px  !important;
 }


#visite {
	width: 455px !important;
	height: 246px !important;
	margin-left: -20px;
}

.pannello .back h5 {
	margin-top: 55px;
}

.pannello.cl-tu h3 {
	margin-top: 20px;
}

.webdev h2 {
	margin-top: 80px;
}

.webdev-img {
	margin-bottom: -60px;
	bottom: 0;
}

.graphicdesign h2 {
	margin-top: 90px;
}

#graphicdesign-img {
	width: 670px;
	max-width: 670px;
}

/* ==========================================================================
   PORTFOLIO @ 992
   ========================================================================== */





.post-type-archive-portfolio .media-img {
	height: 240px;
}

.post-type-archive-portfolio .media-post {
	padding: 70px 40px 20px 30px;
}



.post-type-archive-portfolio .media-post h3 {
    font-size: 22px;
}



#port-screens img {
	margin:0 auto 90px;
	
}
.post-type-archive-portfolio .img1 {
    height: 80px;
  }    
/* ==========================================================================
   BLOG @ 992
   ========================================================================== */






.blog .media .media-post,
.category .media .media-post {
	padding: 20px 30px 30px 15px;
}

.blog .media.post-featured .media-post,
.category .media.post-featured .media-post {
	padding: 20px 20px 30px 20px;
}

.mappa-overlay .container .media-body {
	padding: 30px 30px 10px 40px;
}

.single-post h5.blog-categorie {
	padding-left: 30px;
}

.contatti-numeri h2 {
	font-size: 27px;
}

/* ==========================================================================
   CONTATTI @ 992
   ========================================================================== */



.mappa-overlay .container .media-body {
	padding: 15px 25px 5px 25px;
}


.contatti-numeri p {
	font-size: 14px;
	text-align: right;
}

.contatti-numeri p span span {
	margin-left: 10px;
}

.contatti-numeri h2 {
	text-align: left;
}

/* ==========================================================================
   Footer @ 992
   ========================================================================== */





.content-info .slogan {
	width: 160px;
	margin-top: -20px;
}
}
 @media (min-width: 1200px) {

/* slider per cambiare risoluzioni responsive */



.slider.slider-vertical {
	margin-top: 120px;
}

.res-slider-img {
	width: 100%;
	margin-bottom: -90px;
	margin-top: -16px;
}

.res-slider-img img {
	width: 640px;
	height: auto;
}

.res-lista {
	margin-top: 90px;
}

.res-slider-cont h2 {
	margin-top: 93px;
}

.content-info p {
	font-size: 14px;
	line-height: 20px;
}

.media .img-overlay h3 {
	color: #fff;
	margin-bottom: 35px;
	font-size: 30px;
	padding-left: 5px;
	padding-right: 5px;
}


.header-titolo {
    margin: 0px 15%;
}


.header-titolo h1 {
    font-size: 62px;
}



.navbar .nav li a {
    font-size: 15px;
}


h6 {
    font-size: 14px;
}

/* ==========================================================================
   HOME @ 1200
   ========================================================================== */



.home .grigio {
	padding-top: 45px;
	padding-bottom: 60px;
}

.home .grigio .media-body {
	padding: 32px 30px 10px 35px;
}

.home #full-width-slider h2 {
    font-size: 42px;
    margin-left: -4px;
}

#full-width-slider .container.desc .row {
    bottom: 90px;
}

.home #full-width-slider .rsBullets {
    display: block;
    bottom: 145px;
}

/* ==========================================================================
   ABOUT @ 1200
   ========================================================================== */


	



#globale {
	width: 270px !important;
	height: 270px !important;
}


.grafico.awards table{
    margin: 60px auto;
	 
}



#visite {
	width: 500px !important;
	height: 270px !important;
	margin-left: -20px;
}

.pannello.cl-tu h3 {
	margin-top: 45px;
}

.pannello .back h5 {
	margin-top: 70px;
}

.graphicdesign h2 {
	margin-top: 70px;
}

.webdev-img {
	margin-bottom: -60px;
}

.webdev h2 {
	margin-top: 100px;
}

#graphicdesign-img {
	width: 100%;
	max-width: 100%;
	margin-top: -90px;
	margin-bottom: -90px;
}

section.foto {
	height: 600px;
}

/* ==========================================================================
   PORTFOLIO @ 1200
   ========================================================================== */






.post-type-archive-portfolio .header-titolo {
	margin-left: 20%;
	margin-right: 20%;
}

.post-type-archive-portfolio .media-img {
	height: 270px;
}

.post-type-archive-portfolio .media-post {
	    padding: 80px 30px 20px;
}




.post-type-archive-portfolio .media-post h3 {
    font-size: 26px;
}



.post-type-archive-portfolio .media-post h6 {
    font-size: 13px;
}


/* ==========================================================================
   CONTATTI @ 1200
   ========================================================================== */


.mappa-overlay > .container {
    padding-top: 20vh;
}

.form-contatti-body {
	padding: 20px 50px 0;
}

.mappa-overlay .container .media-body  {
        padding: 30px 25px 20px 30px;
}




div.wpcf7-response-output {
	margin: 0;
	padding: 10px 50px;
}

.form-contatti-footer {
	padding: 20px 50px;
}

.contatti-numeri h2 {
	font-size: 34px;
}

.contatti-numeri p span span.visible-lg {
	display: inline !important;
	margin-left: 0;
}

.contatti-numeri p {
	font-size: 16px;
	text-align: right;
}

.contatti-numeri p > span {
	margin-left: 0;
}



/* ==========================================================================
   Footer @ 1200
   ========================================================================== */


.content-info .slogan {
	width: 170px;
	margin-left: 0;
}
}



/*risoluzione XL */
 @media (min-width: 1600px) {

.container {
	max-width:1410px;
}

.post-type-archive-portfolio .media-img {
    height: 350px;
}


.header-titolo p {
    font-size: 20px;
}

/* ==========================================================================
   PORTFOLIO @ 1600
   ========================================================================== */
   
.post-type-archive-portfolio .media-post {
	    padding: 120px 30px 20px;
}




.post-type-archive-portfolio .media-post h3 {
    font-size: 30px;
}
 
  
  /* ==========================================================================
   CONTATTI @ 1600
   ========================================================================== */



.mappa-overlay .container .media-body  {
        padding: 40px 25px 20px 40px;
}
 
   


}


/* immagini ad alta risoluzione */

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

	.navbar .brand {
	}
	
	.contatti .navbar .brand,
	.contacts .navbar .brand,
	.blog .navbar .brand,
	.category .navbar .brand,
	.single-post .navbar .brand {
	}

}
