/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .tm-headerbar-plain {
    background: none repeat scroll 0% 0% rgb(61, 91, 153);
}

::-moz-selection {
    background: none repeat scroll 0% 0% #ee7544;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background: none repeat scroll 0% 0% #ee7544;
    color: #FFF;
    text-shadow: none;
}

.uk-navbar-nav > li.uk-active > a {
    color: #86a0ce;
    font-weight: bold;
}
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: none repeat scroll 0% 0% transparent;
    color: #86a0ce;
    outline: medium none;
}

.uk-nav > li.uk-active > a, .uk-nav-dropdown > li.uk-active > a {
    color: #90a7ce;
}

.uk-navbar-nav > li.uk-open > a {
    background-color: transparent;
    color: #90a7ce;
    outline: medium none;
}

.tm-totop-scroller {
    color: #3d5b99;
}

.ac h2.title, .ac h3.title, .ac h4.title, .ac h5.title, .ac h6.title, .ac h2.title a, .ac h3.title a, .ac h4.title a, .ac h5.title a, .ac h6.title a {
    color: #3d5b99 !important;
}

.pager li > a {
    background-color: #3d5b99;
    color: #FFFFFF;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 3px;
    margin-right: 3px;
}

.sfondobianco {
    background-color: #FFF;
}
.box300px {
width:268px;
padding: 15px;
}

.ac.image-banner {
width:300px;
padding: 0px;
}
.image-feat {
width:300px;
padding: 0px;
margin: 0;
}

.box300xx {
width:300px;
}

.ac .cat {
color: #FFFFFF;
background-color: #3d5b99;
border-bottom: 0px;
}
.ac .cat:hover {
color: #FFFFFF;
background-color: #607bb3;
text-decoration: none;
}
.ac h5 {
    font-size: 16px !important;
}
.ac h1, .ac h2, .ac h3, .ac h4, .ac h5, .ac h6 {
    font-weight: bold !important;
    color: #FFFFFF;
    text-rendering: optimizelegibility;
    line-height: 1.1;
    margin: 14px 0px !important;
    padding: 2px 2px 2px !important;
}

.ac h2.title:hover, .ac h3.title:hover, .ac h4.title:hover, .ac h5.title:hover, .ac h6.title:hover {
color: #607bb3!important;
text-decoration: none;
}
.topa {
background-color: #CCC;
border: 0px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.uk-list-striped > li:nth-of-type(2n+1) {
    background: none repeat scroll 0% 0% #EDEDED;
}