/* ==========================================================================
*
* Custom CSS Stylesheet. This is where you should add your own styles!
*
** ========================================================================== */

/* Simple style overrides or custom adds */
body{
	font-size: 20px;
}

a {
	color: #1a5430;
}

.some-css-selector {font-size:13px;}

.el-devimages__vuoto { position: relative; width: 1160px; background-repeat: no-repeat; background-size: contain; margin: 0 auto;}
.el-devimages__vuoto-img {position: absolute; background-repeat: no-repeat; background-size: cover; border-radius: 3px; }
.el-devimages--type-img .el-devimages__vuoto { height: 670px; }
.el-devimages--type-img .el-devimages__vuoto-img {left: 14%; top: 7.6%; bottom: 13.3%; right: 13.9%; }
.el-devimages--type-vector .el-devimages__vuoto {height: 600px; }
.el-devimages--type-vector .el-devimages__vuoto-img { left: 16.6%; top: 6.3%; bottom: 11.8%; right: 16.6%;}



.img_sponsor{
	max-height:88px;
}

.bloccotematico {
    background-color: white;
    border-radius: 10px;
	border:1px solid #006E0A;
    overflow: hidden;
    transition: transform 0.3s;
	min-height: 500px;
	padding: 0px;
}

.bloccotematico:hover {
    transform: translateY(-5px);
}

.bloccotematico-titolo{
	padding: 5px;
	font-size: 18px;
}

.bloccotematico-corpo{
	padding: 5px;
	font-size: 16px;
}
/* ==========================================================================
** Responsive styles custom rules
* These rules are ready to be used for either overrides
* or just your own custom rules.
========================================================================== */


/** Higher screens+ **/
@media only screen and (min-width : 1921px){

}


/** Desktop+ **/
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}


/** Laptop **/
@media (max-width: 1200px) {

}


/** Laptop+ **/
@media (min-width: 991px) {
.chaser {
    display: block;
    background: rgba(0,0,0,.85);
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 111;

}


/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {

}


/** Large Tablets **/
@media (max-width: 992px) {

}


/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 991px) {

}


/** Tablets+  **/
@media (min-width: 768px) {

}


/** Tablets (portrait mode)  **/
@media (min-width : 481px) and (max-width : 768px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {

}


/** Smartphone portrait mode **/
@media (max-width: 480px) {

}


/** Normal phone portrait mode+ **/
@media (min-width: 320px) {
	
}