/* ======= Typography sedna ======= */


p {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: #1c3653;
	padding-bottom: 10px;
}
h1 {
	font-size: 54px;
	line-height: 56px;
	letter-spacing: -3px;
}

h2 {
	font-size: 40px;
	font-weight: 300;
	color: #3D4351;
	letter-spacing: -1px;
}
h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #3D4351;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
	color: #3D4351;
	text-transform: uppercase;
	font-weight: 500;
}

.roboto {
	font-family: 'Roboto Condensed', sans-serif !important;
}
h5.roboto {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 14px;
	margin-top: 0;
}

.phtm, .phtm p, .phtm span, .phtm ul, .phtm ul li {
	font-family:'Open Sans', Arial, sans-serif !important;
	font-size: 18px !important;
	line-height: 24px sans-serif !important;
	color: #000;
}
.phtm ul, .phtm ol {
	margin-bottom: 10px;
	margin-left: 30px;
	font-family:'Open Sans', Arial, sans-serif !important;
	font-size: 18px !important;
	line-height: 24px sans-serif !important;
	color: #000;
	text-align: left;
}

.phtmsmall, .phtmsmall p, .phtmsmall span, .phtmsmall ul, .phtmsmall ul li {
	font-family:'Open Sans', Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 20px sans-serif !important;
	color: #000;
}
.phtmsmall ul, .phtmsmall ol {
	margin-bottom: 10px;
	margin-left: 30px;
	font-family:'Open Sans', Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 21px sans-serif !important;
	color: #000;
	text-align: left;
}
.phtmsmall ul li a {
	color: #000;
}
.phtmsmall ul li a:hover {
	color: #ff3300;
}

.phtm ul li, .phtmsmall ul li {
	padding-bottom: 6px;
	list-style: disc;
	text-align: left;
}
.phtm img {
	width: auto;
	max-width: 100% !important;
}
.phtm h2 {
	color: #ff3300 !important;
}
.intro-content ul {
	font-size: 18px;
	line-height: 24px;
	color: #000;
}
.intro-content ul li {
	padding-left: 24px;
}
.intro-content ul li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -24px;
	width: 24px;
	color: #4eb5e9;
}
.btn {
	font-size: 13px;
	border: solid 2px;
	border-radius: 40px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	color: #fff;
	border-color: #ff3300;
	background-color: #ff3300;
}
.btn-white {
	font-size: 13px;
	border: solid 2px;
	border-radius: 40px;
	display: inline-block;
	border-color: #fff;
}
.btn-white:hover, .btn-white:focus {
	color: #ff3300;
	border-color: #ff3300;
}
.btn-fill {
	color: #fff;
	border: solid 2px #ff3300;
	border-radius: 40px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #ff3300;
}
.noupper {
	text-transform: none;
}
.btn-fill:hover, .btn-fill:focus {
	color: #fff;
	background-color: #D7405D;
	border-color: #D7405D;
}
.btn-small {
	padding: 8px 40px;
}
.btn-large {
	padding: 15px 40px;
}
.btn-large.big {
	font-size: 16px;
}
.btn-margin-right {
	margin-right: 20px;
}
section.intro, section.features-extra, section.sign-up {
	background: #fff;
	border-top: 1px solid #d8d8d8;
	padding: 40px 0;
}
section.features, section.blog-intro, section.blog, section.breadcrumbs {
	background: #F3F4F8;
}
/* ======= Global Styles ======= */
.group:after {
	content: "";
	display: table;
	clear: both;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
a {
	color: #ff3300;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-property: color, border-color, background-color;
	transition-property: color, border-color, background-color;
}
a:hover, a:focus {
	color: #D7405D;
	text-decoration: none;
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: rgba(28, 54, 83, 0.7);
	-webkit-text-size-adjust: 100%;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section-padding {
	padding: 60px 0;
}
.section-padding-middle {
	padding: 30px 0 60px 0;
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 4px;
	background-color: #ff0000;
}
/* ======= Animations ======= */
.pulse2 {
	-webkit-animation-name: pulse2;
		 animation-name: pulse2;
	-webkit-animation-duration: 1s;
		 animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
		 animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
		 animation-timing-function: linear;
}
@-webkit-keyframes pulse2 {
	0% {
		-webkit-transform: scale(1.1);
			transform: scale(1.1);
	}
		50% {
		-webkit-transform: scale(0.8);
				transform: scale(0.8);
	}
		100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	} 
}
@keyframes pulse2 {
	0% {
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}
	50% {
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
}
	100% {
	-webkit-transform: scale(1);
			transform: scale(1);
} 
}
.floating-arrow {
	-webkit-animation-name: floating-arrow;
		 animation-name: floating-arrow;
	-webkit-animation-duration: 2s;
		 animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
		 animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
		 animation-timing-function: ease-in-out;
}
@-webkit-keyframes floating-arrow {
	from {
	-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	65% {
	-webkit-transform: translate(-50%, 15px);
		transform: translate(-50%, 15px);
	}
	to {
	-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	} 
	}
	@keyframes floating-arrow {
	from {
	-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	}
	65% {
		-webkit-transform: translate(-50%, 15px);
			transform: translate(-50%, 15px);
	}
	to {
	-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	} 
}
.floating-logo {
	-webkit-animation-name: floating-logo;
		 animation-name: floating-logo;
	-webkit-animation-duration: 2s;
		 animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
		 animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
		 animation-timing-function: ease-in-out;
}
@-webkit-keyframes floating-logo {
	from {
	-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	}
	50% {
	-webkit-transform: translate(-50%, 10px);
		transform: translate(-50%, 10px);
	}
	to {
	-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	} 
}
@keyframes floating-logo {
	from {
	-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
}
	50% {
	-webkit-transform: translate(-50%, 10px);
			transform: translate(-50%, 10px);
}
	to {
	-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
} 
}
/* ======= Waypoinsts ======= */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9 {
	visibility: hidden;
}
.wp2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
	visibility: visible;
}
/*---------------------Nav Css--------------------*/ 
.top9 {
	background: #051c2c !important;
}
.trasperent_header{
position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
}
header.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	margin: 11px 0px;
}
.trasperent_header .top_bar {
	background: #000;
	border-bottom: solid 1px #fff;
	z-index: 1000;
}
.trasperent_header .navbar-default{
	background: transparent;
}
.trasperent_header .navbar-default .nav>li>a{
	color: #fff;
	text-transform: none;
}
.top_bar {
	background-color: #00a651;
	color: #fff;
	padding: 0px 0;
}
.bg {
	background: #6534ff;
}
.top_bar ul {
	margin: 0px;
	padding: 0px;
}
.top_bar ul li a {
	color: #fff;
	text-decoration: none;
}
.nav9{
	background-color: #09293e !important;
}
header.header .navbar-default{
	background: transparent;
	padding: 0;
	margin: 0;
}
header.header .navbar-default .navbar-nav > li > a{
	color: #fff;
	font-weight: 500;
}
header.header .navbar-default .navbar-nav > li > a:hover{
	color: #fff;
}
header.header.header-v4 .navbar-default .navbar-nav > li > a{
	color: #202020;
	font-weight: 700;
}
.nav9.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: none;
	font-weight: 600;
}
.navbar-default {
  background-color: #fff;
  border: 0px;
  position: relative;
 }
 .navbar-default.navbar{
	margin-bottom: 0px;
	padding-top: 5px;
 }
.navbar-default .navbar-nav > li > a {
	color: #202020;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: none;
	color: inherit;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color: transparent;
}
.navbar-default .nav>li>a {
	padding: 22px 10px;
}
.sidebar-nav.nav>li>a {
	padding: 30px 16px;
	text-align: center;
}
.navbar-default .navbar{
	margin-bottom: 0px;
}
.navbar-brand {
	padding: 10px 0px;
	height: auto;
}
.navbar-fixed-top {
	position: fixed;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
/*dropdown menu */
.dropdown-menu {
	min-width: 290px;
	border: 0px;
	padding: 0px;
	border-radius: 0px;
	background-color: #09293e !important;
}
.navbar-default .navbar-nav .open .dropdown-menu {
	left: 0;
}

.navbar-default .dropdown-menu > li > a {
	padding: 9px 20px;
	font-size: 14px;
	font-weight: 600;
	font-size: 14px;
	color: #fff !important;
	background-color: #09293e;
	border-top: 1px solid #666;
}
.navbar-default .dropdown-menu > li > a:hover {
	color: #f30;
	background-color: #ccc !important;
}
.top-search .dropdown-menu {
	background: none;
}
.top-search {
	width: 250px;
	padding: 10px 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
	background-color: #09293e;
	text-decoration: none;
}
.navbar-default .caret{
	float: right;
	margin-top: 7px;
	margin-left: 10px;
}
.navbar-default .navbar-nav>li>.dropdown-menu{
	margin-top: 0px;
	box-shadow: none;
}
ul.dropdown-cart li .item {
	display: block;
	clear: both;
	padding: 0 15px 0 15px;
}
ul.dropdown-cart li .item span {
	font-size: 16px;
}
ul.dropdown-cart li .item-left img, ul.dropdown-cart li .item-left span.item-info {
	float: left;
	padding-bottom: 15px;
}
ul.dropdown-cart li .item-left span.item-info {
	margin-left: 10px;
}
ul.dropdown-cart li .item h5 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 14px;
	color: #202020;
	font-weight: 400;
	line-height: 24px;
}
ul.dropdown-cart li .item-left span.item-info span {
   color: #202020;
}
ul.dropdown-cart li .item-right {
	float: right;
}
ul.dropdown-cart li .item-right button {
	margin-top: 5px;
	font-weight: 800;
	color: #202020;
	background-color: #fff;
	border-radius: 0px;
	border: none;
	padding: 2px 7px;
	box-shadow: none;
}

@media (max-width: 995px) {
	.top_bar {
		display: none;
		visibility: hidden;
	}
}
@media (max-width: 1199px) {
	.navbar-default .nav>li>a {
		padding: 22px 8px;
	}
	.navbar-brand {
		padding: 20px 0px;
		width: 180px;
	}
	.navbar-brand img {
		width: 180px;
	}
}
@media (max-width: 1020px) {
	.top_bar {
		display: none;
		visibility: hidden;
	}
	.nobr {
		display: none;
		visibility: hidden;
	}
	.navbar-brand {
		padding: 14px 0px 14px 20px;
		width: 200px;
	}
	.navbar-default .caret {
		margin-right: 70%;
	}
	.navbar-default .dropdown-menu > li {
		padding: 0 !important;
		border-top: none;
		margin: 0 !important;
	}
}
@media (max-width: 379px) {
	h1 {
		font-size: 36px;
		line-height: 1.3em;
	}
	.navbar-brand {
		width: 200px;
	}
	.navbar-brand img {
		width: 200px;
	}
}



a.Shop-btn1 {
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 8px 15px;
}
a.checkout-btn {
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
}
a.Shop-btn1:hover{
	text-decoration: none !important;
	background-color: #000 !important;
}
a.checkout-btn:hover{
	text-decoration: none !important;
	background-color: #000 !important;
}
ul.dropdown-menu.dropdown-cart{
	padding: 20px 0px;
}
.left-menu .navbar-right .dropdown-menu{
	top: 0;
	overflow: auto;
	height: 300px;
	width: 250px;
}
.left-menu .navbar-right .dropdown-menu>li>{
	border-bottom: solid 1px #d7d7d7;
}
/* end menu nuovo*/
li a.facebook-share, li a.yt-share {
	 margin: 16px 6px;
	 padding: 0;
	 height: 42px;
	 width: 42px;
	 background-color: #3B5898;
	 border-radius: 3px;
	 text-align: center;
	 color: #fff;
	 display: block;
}
li a.yt-share {
	 background-color: #c00;
}
li a.facebook-share:hover, li a.facebook-share:focus {
	 background-color: #324C85;
}
li a.yt-share:hover, li a.yt-share:focus {
	 background-color: #900;
}
li a.facebook-share:hover, li a.yt-share:hover {
	 color: #fff;
}
li a.facebook-share i, li a.yt-share i {
	 margin: -11px 0 0 -6px;
	 padding: 0;
	 position: absolute;
	 font-size: 24px;
}
li a.yt-share i {
	 margin: -11px 0 0 -10px;
	 padding: 0;
	 position: absolute;
	 font-size: 24px;
}
.btn.btn-reg {
	margin: -8px 30px 10px 0;
	padding: 10px 20px;
	float: right;
}
/* registrazione */
.btn.btn-reg2 {
	padding: 10px !important;
	font-weight: bold;
	display: inline;
	visibility: visible;
}
.socialdrop {
	display: none;
	visibility: hidden;
}
@media (max-width: 1000px) {
	.navbar-default .nav>li {
		margin: 4px 0 0 10px;
	}
	.navbar-default .nav>li>a {
		padding: 0px 8px;
	}
	li a.facebook-share i, li a.yt-share i {
		 margin-top: 10px;
		 padding: 0;
		 position: absolute;
		 font-size: 24px;
	}
	.socialdrop {
		margin-top: 15px;
		right: 10px;
		display: inline;
		visibility: visible;
		z-index: 1000;
		position: absolute;
	}
}
@media (max-width: 595px) {
	.btn.btn-reg2 {
		margin: -8px 30px 20px 0 !important;
		padding: 10px 20px;
		float: right !important;
		display: inline;
		visibility: visible;
	}
/* registrazione */
	.btn.btn-reg {
		display: inline;
		visibility: visible;
	}
}
/* ======= Hero ======= */
.hero {
	height: 650px;
	background: url("../img/hero-tras.png") no-repeat top center;
	background-size: contain;
	position: relative;
}
.heropg {
	height: 123px;
	position: relative;
}
.hero .down-arrow a {
	color: #fff;
}
.hero h1 {
	color: #000;
	margin-bottom: 40px;
	letter-spacing: -1px;
text-shadow: 0px 0px 3px #fff;
}
.hero p.intro {
	margin-bottom: 60px;
	padding: 10px 10px 10px 10px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.6);
}
.hero .hero-content {
	padding-top: 16%;
}
.hero .hero-content h1 {
	text-shadow: 0px 0px 6px #fff;
}
@media (max-width: 800px) {
	.hero {
		height: 400px;
		background: url("../img/hero-tras.png") no-repeat top center;
		background-size: cover;
		position: relative;
	}
	.hero .hero-content.hero-space {
		padding-top: 80px;
	}
}
.down-arrow {
	color: #fff;
	font-size: 30px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	 -ms-transform: translateX(-50%);
		 transform: translateX(-50%);
}
/* ======= Intro ======= */
.intro span.icon {
	font-size: 40px;
	color: #ff3300;
	font-weight: bold;
}
.intro-icon {
	display: inline-block;
	vertical-align: top;
	padding: 6px 0 0 0;
	margin-right: 20px;
	width: 40px;
}
.intro-content {
	display: inline-block;
	width: 80%;
}
/* breadcrumbs */
.breadcrumbs {
	position: relative;
}
.breadcrumbs h3 {
	margin: 20px 0 20px 0;
}
@media (max-width: 790px) {
	.breadcrumbs h3 {
		font-size: 16px;
	}
	.breadcrumbs .btn {
		margin-top: 6px !important;
		padding: 4px 10px !important;
	}
}
/* ======= Features-stack ======= */
.features {
	position: relative;
}
.features p {
	margin-bottom: 0;
}
.features h3 {
	margin: 0 0 20px 0;
}
.features span.icon {
	font-size: 35px;
	color: #ff3300;
	font-weight: bold;
}
.features .feature-icon {
	display: inline-block;
	vertical-align: top;
	padding: 6px 0 0 0;
	margin-right: 20px;
	width: 35px;
}
.features .feature-content {
	display: inline-block;
	width: 80%;
}
.features .feature-content h5 {
	font-weight: 700;
}
.features .intro-icon {
	display: inline-block;
	vertical-align: top;
	padding: 6px 0 0 0;
	margin-right: 20px;
}
.features .intro-content {
	display: inline-block;
	width: 80%;
}
.features ul.features-stack {
	margin-top: 50px;
}
.features ul.features-stack li {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #E6E9EA;
}
.features ul.features-stack li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
.features .ipad-wrap {
	width: 706px;
	height: 1002px;
	background: url("../img/ipad-device.png") no-repeat center center;
	z-index: 1;
}
.features .iphone-wrap {
	width: 304px;
	height: 620px;
	background: url("../img/iphone6.png") no-repeat center center;
	position: absolute;
	left: 530px;
	bottom: 129px;
	z-index: 2;
}
.features .device-showcase {
	position: absolute;
	bottom: 0px;
	right: 61%;
}
.features .ipf-wrap {
	width: 720px;
	height: 220px;
	background: url("../img/wrap-ip-security-forum.png") no-repeat center center;
	z-index: 1;
}
.features .fict-wrap {
	width: 720px;
	height: 220px;
	background: url("../img/wrap-festival-ict.png") no-repeat center center;
	position: absolute;
	left: 330px;
	bottom: 229px;
	z-index: 2;
}
.features .event-showcase {
	position: absolute;
	bottom: 150px;
	right: 61%;
}
.features .responsive-feature-img, .features-extra .responsive-feature-img {
	display: none;
}
.devices {
	position: relative;
}
/* ======= .features-extra ======= */
.features-extra {
	position: relative;
	z-index: 3;
}
.features-extra .btn {
	margin-top: 20px;
}
.features-extra .macbook-wrap {
	position: absolute;
	width: 916px;
	height: 540px;
	background: url("../img/macbook-pro.png") no-repeat center center;
	top: 114px;
	z-index: 4;
	left: 50%;
}
/* ======= .hero-strip ======= */
.hero-strip {
	margin-top: 00px;
	background: #333844 url("../img/polygonal-bg.jpg") no-repeat center center;
	padding-top: 60px;
	padding-bottom: 300px;
	position: relative;
}
.hero-strip i {
	font-weight: 300;
	font-size: 25px;
	color: #F69D52;
	vertical-align: top;
	margin-left: -8px;
	font-style: normal;
}
.hero-strip h2 {
	color: #fff;
	margin: 0 0 20px 0;
}
.hero-strip p {
	color: #ACB1B4;
}
.hero-strip .btn {
	margin-top: 10px;
}
.hero-strip .logo-placeholder {
	position: absolute;
	bottom: -205px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}
/* ======= .blog-intro ======= */
.blog-intro {
	padding-top: 160px;
}
.blog-intro h3 {
	margin-bottom: 70px;
}
.blog-intro .leftcol {
	padding-right: 100px;
	border-right: solid 1px #E6E9EA;
}
.blog-intro .rightcol {
	padding-left: 100px;
}
/* ======= .blog ======= */
.blog {
	padding-bottom: 120px;
}
.blog img {
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/*.blog h2 {
	font-size: 11px;
	color: #ACB1B4;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 35px;
}*/
.blog .btn {
	margin-top: 20px;
}
.blog .blog-img-wrap {
	position: relative;
	overflow: hidden;
}
.blog .blog-img-wrap .overlay {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 background-color: rgba(0, 0, 0, 0.3);
	 -webkit-transition: all 300ms ease-in-out;
	 transition: all 300ms ease-in-out;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	 filter: alpha(opacity=0);
	 opacity: 0;
}
.blog .blog-img-wrap .overlay p {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	color: #fff;
	font-weight: bold;
}
	.blog .blog-img-wrap i {
	 color: #fff;
	 font-size: 24px;
	 position: absolute;
	 top: 25px;
	 right: 25px;
}
.blog .blog-img-wrap:hover img, .blog .blog-img-wrap:focus img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog .blog-img-wrap:hover .overlay, .blog .blog-img-wrap:focus .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
	z-index: 9;
}

.blog .blog-post {
	margin: 20px 0 20px 0;
}
.blog .blog-post .fig-play {
	position: absolute;
	top: 35px;
	right: 35px;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
	z-index:100;
}
.blog .blog-post figure {
	margin: 0;
}

.blog figcaption {
	background-color: #495061;
	border-radius: 0 0 6px 6px;
}
.blog figcaption:hover {
	background-color: #ccc;
}
.blog figcaption i {
	margin-left: 5px;
	font-size: 15px;
}
.blog figcaption a.blog-post-title {
	padding-top: 7px;
	height: 40px;
	display: block;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.blog figcaption a.blog-post-title:hover, .blog figcaption a.blog-post-title:focus {
	color: #f30;
}






/* ======= .testimonial-slider ======= */
.testimonial-slider {
	background: url("../img/master-w.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.testimonial-slider .avatar {
	width: 82px;
	height: 82px;
	margin: 0 auto;
	vertical-align: middle;
	overflow: hidden;
	border-radius: 50%;
	border: solid 3px #fff;
	background-color: #fff;
}
.testimonial-slider .avatar.red {
	background-color: #ed2790;
}
.testimonial-slider .avatar.blue {
	background-color: #374c93;
}
.testimonial-slider .avatar.green {
	background-color: #00904f;
}
.testimonial-slider .avatar img {
	width: 82px;
	height: auto;
}

.testimonial-slider .avatar span.icon {
	margin-top: 6px;
	font-size: 46px;
	display: block;
	color: #ffffff;
	font-weight: bold;
}

.testimonial-slider h2 {
	color: #000;
	font-size: 40px;
	font-weight: 300;
	font-style: italic;
	margin: 30px 0;
}
.testimonial-slider p {
	color: #000;
}
/* ======= Sign up form ======= */
.sign-up .signup-form .sign-up-btn {
	padding: 15px 0;
	border-radius: 3px;
	width: 80%;
	font-size: 16px;
}
.sign-up .signup-form .form-input-group {
	width: 80%;
	height: 55px;
	margin: 0 auto 10px;
	border-radius: 5px;
	text-align: left;
	position: relative;
	font-size: 16px;
}
.sign-up .signup-form .form-input-group i {
	color: #ff3300;
	font-size: 14px;
}
.sign-up .signup-form .form-input-group i:after {
	content: "";
	height: 30px;
	width: 1px;
	border-right: solid 1px #E6E9EA;
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.sign-up .signup-form .form-input-group i {
	font-size: 14px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	margin-left: 20px;
}
.sign-up .signup-form .form-input-group input, .sign-up .signup-form .form-input-group select {
	padding-left: 68px;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	border: none;
	font-size: 16px;
	color: #999999;
	border: solid 1px #E6E9EA;
}
.sign-up .signup-form .form-input-group select {
	padding-left: 10px;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	font-size: 16px;
	color: #999999;
}
input, input::placeholder, select, .form-control option {
	font-size: 16px;
	color: #666 !important;
}
/* ======= To top ======= */
.to-top {
	height: 60px;
	background-color: #495061;
}
.to-top .to-top-wrap {
	height: 60px;
	width: 70px;
	position: absolute;
	right: 0;
	text-align: center;
}
	.to-top .to-top-wrap a {
	 display: block;
	 width: 100%;
	 height: 100%;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.15);
}
	.to-top .to-top-wrap a:hover, .to-top .to-top-wrap a:focus {
	 background-color: rgba(0, 0, 0, 0.4);
}
	.to-top .to-top-wrap i {
	 font-size: 30px;
	 line-height: 55px;
}
.to-top .row {
	position: relative;
}
/* ======= Footer ======= */
footer {
	background-color: #3D4351;
	position: relative;
}
footer p {
	color: #ACB1B4;
	font-size: 13px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ff3300;
}
footer ul.footer-group {
	border-top: solid 1px #4E566C;
	padding-top: 25px;
	margin-bottom: 45px;
}
footer ul.footer-group li {
	display: inline-block;
}
footer ul.footer-group li a {
	font-size: 13px;
	text-transform: uppercase;
}
footer ul.footer-group li a:hover {
	color: #ff3300;
}
footer ul.footer-group li {
	margin-right: 30px;
}
footer ul.footer-group li:last-child {
	margin-right: 0;
}
footer span.fa-heart {
	color: #ff415c;
	font-size: 15px;
	margin: 0 2px;
}
footer .social-share {
	background-color: #373D4A;
	display: block;
	top: 0;
	bottom: 0;
	height: 100%;
	padding: 30px;
}
footer .social-share p {
	 color: #fff;
	 text-transform: uppercase;
	 padding-bottom: 10px;
}
footer .social-share a.twitter-share {
	 height: 60px;
	 width: 60px;
	 background-color: #1AB4EF;
	 border-radius: 3px;
	 font-size: 22px;
	 display: inline-block;
	 text-align: center;
	 margin-right: 20px;
}
footer .social-share a.twitter-share:hover, footer .social-share a.twitter-share:focus {
	 background-color: #1590BF;
}
footer .social-share a.facebook-share:hover, footer .social-share a.facebook-share:focus, .social-share-page a.facebook-share:focus {
	 background-color: #324C85;
}
footer .social-share a.facebook-share, .social-share-page a.facebook-share {
	 height: 60px;
	 width: 60px;
	 background-color: #3B5898;
	 border-radius: 3px;
	 font-size: 22px;
	 display: inline-block;
	 text-align: center;
}
footer .social-share a, .social-share-page a {
	 color: #fff;
}
footer .social-share a:hover, .social-share-page a:hover {
	 color: #fff;
}
footer .social-share a i, .social-share-page a i {
	 margin-top: 20px;
}
footer .footer-links {
	margin: 40px 0 20px 0;
}
footer .footer-links p {
	padding-bottom: 6px;
	line-height: 14px;
	color: #fff;
}
/* ======= Icon font (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons) ======= */
@font-face {
	font-family: 'et-line';
	src: url("fonts/et-line.eot");
	src: url("fonts/et-line.eot?#iefix") format("embedded-opentype"), url("fonts/et-line.woff") format("woff"), url("fonts/et-line.ttf") format("truetype"), url("fonts/et-line.svg#et-line") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}
.icon-mobile:before {
	content: "\e000";
}
.icon-laptop:before {
	content: "\e001";
}
.icon-desktop:before {
	content: "\e002";
}
.icon-tablet:before {
	content: "\e003";
}
.icon-phone:before {
	content: "\e004";
}
.icon-document:before {
	content: "\e005";
}
.icon-documents:before {
	content: "\e006";
}
.icon-search:before {
	content: "\e007";
}
.icon-clipboard:before {
	content: "\e008";
}
.icon-newspaper:before {
	content: "\e009";
}
.icon-notebook:before {
	content: "\e00a";
}
.icon-book-open:before {
	content: "\e00b";
}
.icon-browser:before {
	content: "\e00c";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-presentation:before {
	content: "\e00e";
}
.icon-picture:before {
	content: "\e00f";
}
.icon-pictures:before {
	content: "\e010";
}
.icon-video:before {
	content: "\e011";
}
.icon-camera:before {
	content: "\e012";
}
.icon-printer:before {
	content: "\e013";
}
.icon-toolbox:before {
	content: "\e014";
}
.icon-briefcase:before {
	content: "\e015";
}
.icon-wallet:before {
	content: "\e016";
}
.icon-gift:before {
	content: "\e017";
}
.icon-bargraph:before {
	content: "\e018";
}
.icon-grid:before {
	content: "\e019";
}
.icon-expand:before {
	content: "\e01a";
}
.icon-focus:before {
	content: "\e01b";
}
.icon-edit:before {
	content: "\e01c";
}
.icon-adjustments:before {
	content: "\e01d";
}
.icon-ribbon:before {
	content: "\e01e";
}
.icon-hourglass:before {
	content: "\e01f";
}
.icon-lock:before {
	content: "\e020";
}
.icon-megaphone:before {
	content: "\e021";
}
.icon-shield:before {
	content: "\e022";
}
.icon-trophy:before {
	content: "\e023";
}
.icon-flag:before {
	content: "\e024";
}
.icon-map:before {
	content: "\e025";
}
.icon-puzzle:before {
	content: "\e026";
}
.icon-basket:before {
	content: "\e027";
}
.icon-envelope:before {
	content: "\e028";
}
.icon-streetsign:before {
	content: "\e029";
}
.icon-telescope:before {
	content: "\e02a";
}
.icon-gears:before {
	content: "\e02b";
}
.icon-key:before {
	content: "\e02c";
}
.icon-paperclip:before {
	content: "\e02d";
}
.icon-attachment:before {
	content: "\e02e";
}
.icon-pricetags:before {
	content: "\e02f";
}
.icon-lightbulb:before {
	content: "\e030";
}
.icon-layers:before {
	content: "\e031";
}
.icon-pencil:before {
	content: "\e032";
}
.icon-tools:before {
	content: "\e033";
}
.icon-tools-2:before {
	content: "\e034";
}
.icon-scissors:before {
	content: "\e035";
}
.icon-paintbrush:before {
	content: "\e036";
}
.icon-magnifying-glass:before {
	content: "\e037";
}
.icon-circle-compass:before {
	content: "\e038";
}
.icon-linegraph:before {
	content: "\e039";
}
.icon-mic:before {
	content: "\e03a";
}
.icon-strategy:before {
	content: "\e03b";
}
.icon-beaker:before {
	content: "\e03c";
}
.icon-caution:before {
	content: "\e03d";
}
.icon-recycle:before {
	content: "\e03e";
}
.icon-anchor:before {
	content: "\e03f";
}
.icon-profile-male:before {
	content: "\e040";
}
.icon-profile-female:before {
	content: "\e041";
}
.icon-bike:before {
	content: "\e042";
}
.icon-wine:before {
	content: "\e043";
}
.icon-hotairballoon:before {
	content: "\e044";
}
.icon-globe:before {
	content: "\e045";
}
.icon-genius:before {
	content: "\e046";
}
.icon-map-pin:before {
	content: "\e047";
}
.icon-dial:before {
	content: "\e048";
}
.icon-chat:before {
	content: "\e049";
}
.icon-heart:before {
	content: "\e04a";
}
.icon-cloud:before {
	content: "\e04b";
}
.icon-upload:before {
	content: "\e04c";
}
.icon-download:before {
	content: "\e04d";
}
.icon-target:before {
	content: "\e04e";
}
.icon-hazardous:before {
	content: "\e04f";
}
.icon-piechart:before {
	content: "\e050";
}
.icon-speedometer:before {
	content: "\e051";
}
.icon-global:before {
	content: "\e052";
}
.icon-compass:before {
	content: "\e053";
}
.icon-lifesaver:before {
	content: "\e054";
}
.icon-clock:before {
	content: "\e055";
}
.icon-aperture:before {
	content: "\e056";
}
.icon-quote:before {
	content: "\e057";
}
.icon-scope:before {
	content: "\e058";
}
.icon-alarmclock:before {
	content: "\e059";
}
.icon-refresh:before {
	content: "\e05a";
}
.icon-happy:before {
	content: "\e05b";
}
.icon-sad:before {
	content: "\e05c";
}
.icon-facebook:before {
	content: "\e05d";
}
.icon-twitter:before {
	content: "\e05e";
}
.icon-googleplus:before {
	content: "\e05f";
}
.icon-rss:before {
	content: "\e060";
}
.icon-tumblr:before {
	content: "\e061";
}
.icon-linkedin:before {
	content: "\e062";
}
.icon-dribbble:before {
	content: "\e063";
}
/* exa */
.et:before {
	content: '@'
}
.etd:before {
	content: '.'
}
.sec {
	color: #ff3300
}
.p10 {
	padding: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mbio {
	margin: 10px 5px 10px 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt40 {
	margin-top: 40px;
}
.mb20 {
	margin-bottom: 20px;
}
.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.spacer10 {
	clear: both;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

.yt-video {
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
}
.yt-video iframe {
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

ul.slidere {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}
ul.slidere li {
	padding-top: 6px;
}
ul.slidere li::before {
    display: inline-block;
    font-family: FontAwesome;
    content: '\f1c1';
    float: left;
    margin: 0px 0 0 -20px;
    font-style: normal;
    font-weight: normal;
	font-size: 16px;
    text-decoration: inherit;
	color: #f00;
}
ul.slidere li a {
	color: #000;
	display: block;
}
	
ul.slidere a:hover {
	color: #f00;
}


.videoiw {
	margin-bottom: 30px;
}
.videoiw iframe {
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}


span.viplay {
	position: absolute;
	margin: 18% 0 0 40%;
	background: url('../img/play-big.png') no-repeat center center;
	z-index: 100;
	width: 75px;
	display: block;
}
.videoiw h4 {
	text-align: left;
	line-height: 140%;
}
.videoiw p {
	font-size: 15px;
	line-height: 19px;
	text-align: left;
}

a.various:before {
	position: absolute;
	margin-top: 15%;
	left: 45%;
	font-family: "FontAwesome";
	content: "\f16a";
	font-size: 6vh;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
}

.nevid {
	position: absolute;
	display: block;
	top: 0;
	right: 10px;
	background-color: #c00;
	color: #fff;
	z-index: 10;
	font-weight: bold;
	padding: 6px;
	border: 1px solid #fff;
}

@media (min-width: 995px) {
	/*centrature colonne md*/
	.centered {
		text-align: center;
		font-size: 0;
	}
	.centered > div {
		float: none;
		display: inline-block;
		text-align: left;
		font-size: 13px;
	}
}

/* registrazione */
.regoff, a.regoff, li.regoff, .regoff.btn-reg2 {
	display: none !important;
	visibility: hidden !important;
}

/* live */
.liveoff, a.liveoff, li.liveoff, .liveoff.btn-reg2, h1.liveoff {
	display: none !important;
	visibility: hidden !important;
}





.col-big {
	margin-bottom: 40px;
	width: 16.66666667%;
	padding-right: 15px;
	padding-left: 15px;
	float: left !important;
	position: relative !important;
}
@media (max-width: 1600px) {
	.col-big {
		width: 20%;
	}
}
@media (max-width: 1450px) {
	.col-big {
		width: 25%;
	}
}
@media (max-width: 1019px) {
	.col-big {
		width: 33.3%;
	}
}
@media (max-width: 800px) {
	.col-big {
		width: 50%;
	}
}
@media (max-width: 599px) {
	.col-big {
		width: 100%;
	}
}




.form-input-group .error {
	top: 6px;
	right: 6px;
}
.consenso .error {
	position: relative !important;
}
.pink {
	color: #ff3300 !important;
}

.font-light {
	font-weight: 300;
	letter-spacing: 0px;
}
.text-white {
	color: #fff;
}
.text-black {
	color: #000;
}
.text-yellow {
	color: #ff0;
}

img.patroc {
	margin: 8px;
	padding: 2px;
	float: left;
	width: 76px;
	height: 76px;
	border: 1px solid #b2ac9f;
	background-color: #fff;
}
img.collab { 
	margin: 8px;
	padding: 2px;
	float: left;
	width: 168px;
	height: 168px;
	border: 1px solid #b2ac9f;
	background-color: #fff;
}
header .claim  {
	padding: 8px 0 0 30px;
	float: left;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #ccc;
}
header .claim em {
	color: #fff;
}
@media (max-width: 990px) {
	.heropg {
		height: 100px;
	}
}
@media (max-width: 850px) {
	header .header-content .claim  {
		display: none;
	}
}
.subm {
	margin: 0 0 50px 0;
}
.subm li {
	margin: 2px 0 0 0;
	padding: 0;
	display: block;
	border: 1px solid #ccc;
	background-color: #fafafa;
}
.subm li.sel a {
	background-color: #000;
	color: #fff;
}
.subm li a {
	margin: 0;
	padding: 4px;
	display: block;
	font-weight: 400;
}
.subm li a:hover {
	background-color: #c00;
	color: #fff;
}
/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #cde8fc;
}
.panel-heading a {
	font-weight: 400;
	line-height: 24px;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #55acee;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #666;
	background-color: #f7f7f7;
}
.panel-heading a.collapsed strong {
	color: #000;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #55acee;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}
.panel-heading a span {
	padding: 1px 8px 2px 8px;
	display: inline-block;
	color: #fff;
	background-color: #55acee;
	border-radius: 6px;
	text-align: right;
}
.panel-heading.nodett a:after {
	display: none;
}
.panel-heading a span.arancio, .panel-heading a span.verde, .panel-heading a span.rossa, .panel-heading a span.gialla, .panel-heading a span.blu, .panel-heading a span.grigio {
	display: inline-block;
	float: left;
	font-weight: bold;
}
.panel-heading a span.arancio, .btn-fill.btn-arancio {
	background-color: #f60;
	/*border-color:  #f60;*/
}
h4.arancio {
	color: #f60;
	border: 1px solid #f60;
}
.panel-heading a span.grigio, .btn-fill.btn-grigio {
	background-color: #666;
	/*border-color:  #666;*/
}
h4.grigio {
	color: #666;
	/*border: 1px solid #666;*/
}
.panel-heading a span.verde, .btn-fill.btn-verde {
	background-color: green;
	/*border-color: green;*/
}
h4.verde {
	color: green;
	/*border: 1px solid green;*/
}
.panel-heading a span.rossa, .btn-fill.btn-rossa {
	background-color: indianred;
	/*border-color: indianred;*/
}
h4.rossa {
	color: indianred;
	/*border: 1px solid indianred;*/
}
.panel-heading a span.blu, .btn-fill.btn-blu {
	background-color: dodgerblue;
	/*border-color: dodgerblue;*/
}
h4.blu {
	color: dodgerblue;
	/*border: 1px solid dodgerblue;*/
}
.panel-heading a span.gialla, .btn-fill.btn-gialla {
	background-color: #f8de00;
	color: #000;
	/*border-color: #f8de00;*/
}
h4.gialla {
	color: #666;
	/*border: 1px solid #f8de00;*/
}
.nodisp {
	display: none;
	visibility: hidden;
}
.panel-heading a .protit {
	margin-left: 70px;
	font-size: 14px;
	line-height: 20px;
/*	margin-left: 120px;*/
}
.panel-heading a .protit strong {
	font-size: 16px;
/*	margin-left: 120px;*/
}
.protit h4 {
	margin-top: 0;
	margin-bottom: 4px;
	padding: 2px 6px;
	font-size: 14px;
	text-align: left;
	/*border-radius: 0 6px 6px 0;*/
}
.protit:hover h4 {
	color: #fff;
	/*border: 1px solid #fff;*/
}
@media (max-width: 500px) {
	.panel-heading a .protit {
		clear: both;
		margin-left: 0;
	}
}


.modal-body p, .modal-body span {
	font-size:16px;
	line-height: 22px;
}
.modal-body img {
	margin: 20px auto !important;
	max-width: 200px;
}
#arancio, #verde, #rossa, #gialla {
	top: -170px;
	position: relative;
}
h2.sala {
	font-size: 40px;
	letter-spacing: -1px;
}
@media (max-width: 991px) {
	h2.sala {
		font-size: 30px;
		letter-spacing: -1px;
	}
}
.taprog .col-sm-3 {
	padding-top: 4px;
	color: #000;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #d9edf7;
}
.taprog .col-sm-9 {
	padding-top: 4px;
	color: #000;
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 6px;
	background-color: #d9edf7;
	border-top: 1px solid #fff;
}




@media (max-width: 748px) {
	.taprog .col-sm-3 {
		text-align: left;
	}
	.sliderimg {
		max-width: 250px;
	}
}
/* break point bootstrap collapse*/
@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		top: 10px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display:block !important;
    }
	.heropg {
		height: 75px;
		position: relative;
	}
}