﻿/*********Override stili marsterpage solo per default.aspx*********/
.divBody {
    width: 100%;
    padding-top:0px;
    padding-bottom:50px;
}

/******************************************************************/


/****************************SLIDER a 1***************************/
.divSliderBig {
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.carousel-big {
    height: 400px;
}

.carousel-big-inner {
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-big-layer {
    background-color: rgba(0, 0, 0, 0.21);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-big-inner-content {
    width: 1100px;
    margin: auto;
    margin-top: 200px;
}

.carousel-big-inner-title {
    width: 100%;
    color: white;
    font-size: 50px;
    margin-bottom: 20px;
	text-align: center;
}

.carousel-big-inner-descr {
    width: 700px;
    color: white;
    margin-bottom: 20px;
    line-height:20px;
    font-size: 18px;
}

.carousel-big-inner-descr font {
    font-size: 19px;
    color:white;
}

.carousel-big-inner-a {
    color: #00B0D2;
    font-size: 19px;
}
/***override temi slick-theme ****/
.slick-slide {
    height: 400px;
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.carousel-big > .slick-dots {
    bottom: 30px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 14px;
    height: 14px;
    border: 0;
    background: none;
    background-image: url("../images/default/dot.png");
    background-repeat: no-repeat;
    color: transparent;
    outline: none;
}

.slick-dots li.slick-active button {
    background-image: url("../images/default/dotActive.png");
    background-repeat: no-repeat;
}

/***************************/
/******************************************************************/

.divNotFullWidth {
    width: 1100px;
    height:auto;
    margin: auto;
}

/****************************SLIDER a 4***************************/

.divSliderSmall {
    margin-bottom: 30px;
	height: auto;
    clear: both;
    position: relative;
}

.carousel-small {
	height: auto;
}

.carousel-small-inner {
    width: 250px;
	height: 350px;
    padding: 0px 16px;
}

/*.carousel-small-inner:nth-child(4n) {
    padding-right:0px;
}*/

.carousel-small-inner img {
    width: 250px;
    height: 200px;
    margin-bottom: 20px;
}

/* Utile per allineare i contenuti con le immagini sopra  */
.carousel-small-inner-content {
	margin-left: 25px ;
}

.carousel-small-inner-title {
    color: #084D8B;
    line-height: 23px;
    margin-bottom: 10px;
    font-size:24px;
}

.carousel-small-inner-descr {
    margin-bottom: 10px;
}

.carousel-small-inner-a {
    color: #084D8B;
    text-decoration:underline;
    font-size:15px;
}
/***override temi slick-theme ****/
.slick-prev,
.slick-next {
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    top: 70px;
    width: 40px;
    height: 70px;
}


.slick-prev {
    background-image: url("../images/default/frecciaSinistra.png");
    left: -60px;
}

.slick-next {
    left: 1120px;
    background-image: url("../images/default/frecciaDestra.png");
}
/***************************/

/*****************************************************************/




.divLinkMutualitas, .divLinkMarshCard {
    width: 1040px;
    height: 100px;
    line-height:100px;
    padding:0px 30px 0px 30px;

    color:white;
    background-position:top right;
    background-repeat:no-repeat;


}
.divLinkMarshCard {
    margin-bottom: 30px;
    background-image: url("../images/default/logo_velina_celeste.png");
    background-color:#016D9E;
}
.divLinkMutualitas {

    background-image: url("../images/default/logo_velina_verde.png");
    background-color:#1F8633;
}

.divLinkLeft {
    float:left;
    width:240px;
    font-size:30px;
}
.divLinkCenter {

    float:left;
    overflow: hidden;    
    font-size:20px;

}
.aLinkRight {
    width:165px;
    height:48px;
    line-height:48px;

    float:right;
    margin-top:25px;

    text-align:center;
    border:1px solid white;
    color:white;
    font-size:17px;
}

/* Stile pulsante sotto le 3 icone in mezzo alla pagina  */
.bannerGuideUnderCarouselSmall {
	border-color: lightblue;
	border-style: solid;
	border-width: 2px 2px 4px 4px;
	color: #084D8B;
	display: block ;
	font-size: 30px;
	font-weight: bold;
	margin-left: 16%;
	margin-right: 14%;
	padding: 20px;
	text-align: center;
}