﻿/************************************************
 News Publisher
*************************************************/

/* News list */

.layer_newspublisher {
	margin-top:50px;
}

div.newspublisher-maincontainer {
}

ul.newspublisher {
    margin: 25px 0 10px 0px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

li.newspublisher {
    margin-left: 0px !important;
}

/* Fix ParkingSwiss Layout */
li.newspublisher:before {
	display:none;
}

/* Fix ParkingSwiss Layout End */

div.newspublisher-container {
    background-color: #FFF;
	color:#414141;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
    padding: 0 10px 20px 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

div.newspublisher-container:hover {
    background-color: #FFF;
	color:#cd0039;
    padding: 0 0 20px 10px;
	text-decoration:none;
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.newspublisher-content {
	line-height:25px;
}

.newspublisher-picture {
    border: none;
    height: 150px;
    width: 200px;
    float: left;
    margin: 6px 25px 10px 0;
    overflow:auto;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}

/* Single News message */

.newspublisher-news-title {
	padding-bottom:10px;
}

.newspublisher-news-text {
}

.newspublisher-button {
	margin-top:20px !important;
}

/* Remund Fix */

.layer_newspublisher a:hover {
		text-decoration:none;
}

.newspublisher-title h3 {
	color:inherit;
}

a.buitoni {
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 0;
    box-sizing: initial !important;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    height: 37px;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 0;
    outline: 0 none;
    padding: 0 22px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
    white-space: nowrap;
    width: auto;
}
a.buitoni:hover {
    background-color: #cd0039;
    border: 2px solid #cd0039;
    color: #fff;
    transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
}