﻿/************************************************
 News Publisher
*************************************************/

/* News list */

div.newspublisher-maincontainer {
}

ul.newspublisher {
    margin: 25px 0 10px -39px;
    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:#181819;
    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:#0060a9;
    padding: 0 0 20px 10px;
   -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 {
}

.newspublisher-picture {
    border: 1px solid #333;
    height: 150px;
    width: 200px;
    float: left;
    margin: 4px 12px 8px 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;
}