/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */


#main .uk-grid > * {
    margin: 0 0 20px 0!important;
}
/* Mosaic Overlay Image effect */
img.sprocket-mosaic-image { 
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}
img.sprocket-mosaic-image:hover { 
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}


/*Rewrite the stupid bootstrap
 ------------------------------------------------*/
[class^="icon-"], [class*=" icon-"] {
    height: auto;
    line-height: 1.7!important;
    width: auto;
}
.no-space {padding:0!important}

@media screen and (max-width: 768px) {
	.no-space {padding:0 20px!important;}
	.uk-container {padding-right:20px!important; padding-left:20px!important}
	.sprocket-mosaic .sprocket-mosaic-container {margin: 0;}
}
@media screen and (max-width: 1180px) {
	.sprocket-mosaic .sprocket-mosaic-container {margin: 0;}
}


/* Dark Style Modules
 ========================================================================== */
.dark,
.dark a,
.dark p,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {color:}

/* Dark Style Modules
 ========================================================================== */
.bright,
.bright a,
.bright p,
.bright h1,
.bright h2,
.bright h3,
.bright h4,
.bright h5,
.bright h6 {color:#fff}

/* Headline with Border
 ========================================================================== */
span.border {
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding:10px 20px;
}

/* Headerbar Slider Styles
 ========================================================================== */
.headerbar {
	text-align:center;
	padding:0!important;
	position:relative;
	overflow:hidden;
	margin-top:-40px;
	width:100%;
	display:inline-block;
	margin-bottom:-7px;
}
@media screen and (max-width: 768px) {
	.headerbar {
		margin-top:0;
		margin-bottom:0;
	}
}


/* Toolbar Outer 100%
 ========================================================================== */
.jp-top-outer .uk-icon-button {
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
	color:#fff;
}
.jp-top-outer .uk-subnav > * {
    margin-top: 0;
    padding-left: 10px;
}
.jp-top-outer a {color:#999}
.jp-top-outer {
	background-color:#000;
	width:100%;
	color:#999;
	border-bottom:1px solid #111;
	font-size:12px;
}

.tm-toolbar {
	margin:0!important;
	padding:5px 0;
}
.tm-toolbar ul {
	margin:0!important
}
/* Banner Position
 ========================================================================== */
.demo-banner {
	width:400px;
	height:60px;
	border:1px dashed #ccc;
	padding:0 60px; 
	text-align:center; 
	font-size:24px; 
	line-height:60px; 
	opacity:0.5
}
/* Article Title
 ========================================================================== */
h3.uk-panel-title{
  	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 10px;
	position:relative;
}

h3.uk-panel-title::after{
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 30px;
}

/* Article Title
 ========================================================================== */
h1.uk-article-title{
  	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
	position:relative;
}

h1.uk-article-title::after{
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 30px;
}

/* Logo */
#logo-outer {
	width:100%;
	color:#999;
	padding:20px 0;
}

.logo {
	float:left;
	margin-left:0;
}
.logo p {
	margin:0!important;
}
/* Special Logo for Demo Logo 
 ========================================================================== */
.demo-logo{float:left}
.demo-logo span{float:left; line-height:100%; margin-left:10px;}

.demo-logo h1 {
	color:#fff;
	float:left;
	margin-left:10px;
}
.demo-logo i.uk-icon-large {
	color:#fff;
	text-decoration:none;
	background:#d24800;
	padding:10px 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:30px;
	float:left;
}
/* Mobile Logo 
 ========================================================================== */
.tm-logo-small {
    display: block;
	letter-spacing: normal!important;
	text-align:center;
}
.uk-navbar-toggle {
    background: #fff;
    color: #333;
    font-size: 20px;
    text-decoration: none;
	padding:2px 6px!important;
	height:auto!important;
}
/* Search Position 
 ========================================================================== */
.uk-navbar-flip .uk-search {margin:24px 20px 0 0;}

/* Mainmenu 
 ========================================================================== */
.uk-navbar-nav > li > a {
	text-transform:uppercase
}
/* Sticky Menu
 ========================================================================== */
@media screen and (max-width: 1025px) {
  #menu-outer {  
	  -webkit-transition: 0.15s ease-in-out;  
	  -ms-transition: 0.15s ease-in-out;  
	  transition: 0.15s ease-in-out;  
  }  
}

.tm-navbar {
	margin:0!important;
	padding:0!important;
}


/* Joomla System Output 
 ========================================================================== */
.main-outer {
    background: #fff!important;
}
/* Map Module 
 ========================================================================== */
#map {
	background:#fff;
}
#map iframe {
  background-color: rgba(0, 0, 0, 0.8);
  opacity:0.6;
}
/* Footer 
 ========================================================================== */
 #footer-a {
	 font-size:12px;
	 line-height:1.6;
	 font-family:Arial;
 }
.jp-footer-outer {background:#1b235a;}
.tm-footer {
	margin:0!important;
	padding:20px 0;
	font-size:12px;
	color:#999;
	position:relative;
	width:100%;
	 font-family:Arial;
}
.tm-footer .uk-panel {margin:0}

.tm-footer .uk-subnav > * {
    margin-top: 0;
}
.tm-footer a {
	color:#999;
}
.tm-footer ul {
	text-align: center;
	margin:0 auto;
}
.tm-footer a:hover {
	color:#777!important;
}
/* Paypal Button 
 ========================================================================== */
form.paypal-form input{
	background: none;
	border:1px solid rgba(255,255,255,0.6);	
}
/* Image Styles
 ========================================================================== */

.shadow {
	box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
	border:1px solid #fff;
}
.shadow-img {
	box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.3);
}
img.effect {
	opacity:0.5;
	transition: all 0.4s ease-in-out 0s;

}
img.effect:hover {
	opacity:1;
}

/* Panel Box Border
 ========================================================================== */

.uk-panel-box-border{
	background:none!important;
	border:1px solid #ededed;
}

/* MODERN PICS WEBFONT
 ========================================================================== */
@font-face {
	font-family: "modern_pictogramsnormal";
	font-style: normal;
	font-weight: normal;
	src: url('../images/modernpics-webfont.eot') format("embedded-opentype"), url('../images/modernpics-webfont.woff') format("woff"), url('../images/modernpics-webfont.ttf') format("truetype"), url('../images/modernpics-webfont.svg') format("svg");
}

span.ico {
	border-radius: 50% 50% 50% 50%;
	display: block;
	font-family: 'modern_pictogramsnormal';
	font-size: 45px;
	height: 89px;
	line-height: 89px;
	margin: 0 auto 12px;
	transition: all 0.4s ease-in-out 0s;
	width: 89px;
	text-align:center;
	color:#fff;
}
span.ico:hover { 
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.table-ico td {text-align:center}
.table-ico span.ico {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-family: 'modern_pictogramsnormal';
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 0;
	width: 40px;
	text-align:center;
	color:#fff;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	
}
/* EXTRA STYLES da utilizzare con la formula HTML     <p class="nome"> testo qui dentro </p>     */
p.alert {
	background: #f8bda9 url(../images/icn_excl.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
	color: #57060a;
}

p.info {
    background: #b9cce5 url(../images/icn_info.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #466eae;
    border-bottom: 2px solid #466eae;
	color: #000;
}

p.warn {
    background: #faffb5 url(../images/icn_warn.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
	color: #463b0b;
}

p.comment {
    background: #F5F5F5 url(../images/icn_com.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #DCDCDC;
    border-bottom: 2px solid #DCDCDC;
	color: #171717;
}

p.flag {
    background: #CAFF70 url(../images/icn_flag_green.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #228B22;
    border-bottom: 2px solid #228B22;
	color: #006400;
}

p.group {
    background: #FFEBCD url(../images/icn_group.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #EECFA1;
    border-bottom: 2px solid #EECFA1;
	color: #000000;
}

p.help {
    background: #FFE1FF url(../images/icn_help.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #8B668B;
    border-bottom: 2px solid #8B668B;
	color: #551A8B;
}

p.wait {
    background: #FFE1FF url(../images/icn_hourglass.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #8B008B;
    border-bottom: 2px solid #8B008B;
	color: #8B4789;
}

p.key {
    background: #F0FFF0 url(../images/icn_key.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #556B2F;
    border-bottom: 2px solid #556B2F;
	color: #006400;
}

p.light {
    background: #FFA54F url(../images/icn_lightbulb.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #EE7600;
    border-bottom: 2px solid #EE7600;
	color: #000000;
}

p.thunder {
    background: #000080 url(../images/icn_thunder.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #00BFFF;
    border-bottom: 2px solid #00BFFF;
	color: #FFFFFF;
}

p.lock {
    background: #000000 url(../images/icn_lock.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
	color: #FFFF00;
}

p.news {
    background: #DEDEDE url(../images/icn_news.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
	color: #000000;
}

p.note {
    background: #F0F8FF url(../images/icn_note.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #E6E6FA;
    border-bottom: 2px solid #E6E6FA;
	color: #191970;
}

p.print {
    background: #FFFFFF url(../images/icn_print.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #D4D4D4;
    border-bottom: 2px solid #D4D4D4;
	color: #000000;
}

p.shield {
    background: #4169E1 url(../images/icn_shield.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #000080;
    border-bottom: 2px solid #000080;
	color: #FFFFFF;
}

p.zoom {
    background: #E0EEEE url(../images/icn_zoom.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #96CDCD;
    border-bottom: 2px solid #96CDCD;
	color: #4A708B;
}

p.history {
    background: #DEB887 url(../images/icn_book.png) no-repeat 15px 50%; /* x-pos y-pos */
/*    font-size : 13px;     */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #8B4726;
    border-bottom: 2px solid #8B4726;
	color: #000000;
}

/* STILI SPECIALI UTILIZZATI NELLE FAQ */
p.question {
	background: #B9CCE5 url(../images/icn_help.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #466eae;
    border-bottom: 2px solid #466eae;
	color: #00000;
}

p.answer {
    background: #CAFF70 url(../images/icn_flag_green.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #228B22;
    border-bottom: 2px solid #228B22;
	color: #000000;
}
/* FINE STILI SPECIALI UTILIZZATI NELLE FAQ */

p.ban0_fre {
    background: #3d69b8 url(../images/icn_ban0_fre.png) no-repeat 13px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
	color: #000000;
}

p.ban0_bri {
    background: #c72531 url(../images/icn_ban0_bri.png) no-repeat 13px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
	color: #000000;
}

p.ban0_por {
    background: #a27056 url(../images/icn_ban0_bri.png) no-repeat 13px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
	color: #000000;
}

p.ban1_spa {
    background: #FFCC00 url(../images/icn_ban1_spa.png) no-repeat 13px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
	color: #000000;
}


p.ban2_rus {
    background: #349D34 url(../images/icn_ban2_rus.png) no-repeat 13px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
	color: #000000;
}

p.ban3_aus {
    background: #BFBFBE url(../images/icn_ban3_aus.png) no-repeat 13px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
	color: #000000;
}

p.ban4_pru {
    background: #899EA6 url(../images/icn_ban4_pru.png) no-repeat 13px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #566B73;
    border-bottom: 2px solid #566B73;
	color: #000000;
}

p.victory {
    background: #000000 url(../images/icn_victory.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
	color: #FFFFFF;
}

p.special_rule {
    background: url(../images/icn_note.png) no-repeat 15px 8px; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-bottom: 2px solid #FFFFFF;
	color: #000000;
}

p.victory2 {
    background: #b9cce5 url(../images/icn_victory2.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #466eae;
    border-bottom: 2px solid #466eae;
	color: #000;
}


/* rimuove il bordo del link nelle immagini di KUNENA FORUM*/
/*kcol-mid kcol-ktopicicon {*/
/*border: 0;*/
/*}*/

/* messaggi di SISTEMA */
