#content .tx-mwslider .swiper-slide table,
#content .tx-mwslider .swiper-slide table td
{
	border-spacing:0px;
	height:100%;
	vertical-align:middle;
	width:100%;
}

#content .tx-mwslider .swiper-slide .container
{
	padding:0 40px;
	position:relative;
	width:calc(100% - 80px);
}

#content .tx-mwslider .swiper-slide .textwrapper
{
	bottom:0;
	height:100%;
	position:absolute;
	right:65px;
	width:335px;
}

#content .tx-mwslider .swiper-slide .textwrapper h2
{
	color:#303030;
}

#content .tx-mwslider .swiper-button-next,
#content .tx-mwslider .swiper-button-prev
{
	background:url(../Images/slider-arrow.png) no-repeat;
	height:38px;
	width:20px;
}

#content .tx-mwslider .swiper-button-prev
{
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#content .tx-mwslider img
{
	float:left;
	max-width:calc(100% - 395px);
}

#content .news-list-view
{
    float:left;
    width:100%;
}

#content .news-list-view .article
{
    float:left;
    margin:0 21px 40px 0;
    width:calc(100% / 3 - 14px);
}

#content .news-list-view .article:nth-child(3),
#content .news-list-view .article:nth-child(6),
#content .news-list-view .article:nth-child(9),
#content .news-list-view .article:nth-child(12),
#content .news-list-view .article:nth-child(15),
#content .news-list-view .article:nth-child(18)
{
    margin-right:0;
}

#content .news-list-view .article .news-img-wrap
{
    float:left;
    margin:0 0 20px;
    width:100%;
}

#content .news-list-view .article .news-img-wrap img
{
    display:block;
    height:auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width:100%;
}

#content .news-list-view .article .news-img-wrap:hover img
{
	opacity:0.7;
}

#content .news-list-view .article .header
{
    float:left;
    margin:0 0 5px;
    width:100%;
}

#content .news-list-view .article .header h3
{
    margin-bottom:0;
}

#content .news-list-view .article .header h3 a 
{
    text-decoration:none;
}

#content .news-list-view .article .header h3 a:hover
{
	
}

#content .news-list-view .article .teaser-text
{
    float:left;
    width:100%;
}

#content .news-list-view .article .teaser-text p:last-child
{
	margin-bottom:0;
}

#content .news-list-view .article .teaser-text .more
{
    display:inline-block;
    margin:10px 0 0;
}

#content .news-list-view .article .teaser-text .more:after
{
    content:'»';
    float:right;
    margin:0px 0 0 5px;
}

#content .news-list-view .actions
{
	float:left;
	margin:40px 0 0;
	width:100%;
}

#content .news-list-view .actions .button
{
	margin:0 auto;
	text-align:center;
	width:180px;
}

#content .news-single .teaser-text
{
    font-style:italic;
}

#content .news-single .news-img-wrap
{
    float:right;
    margin:0 0 20px 20px;
}

#content .news-single .news-backlink-wrap a:after
{
    content:'<';
    float:left;
    margin:1px 5px 0 0;
}



#content .fullwidthslider .swiper-slide table,
#content .fullwidthslider .swiper-slide table td
{
	height:100%;
	vertical-align:middle;
	width:100%;
}

#content .fullwidthslider .swiper-slide table
{
	/*height:500px;*/
}

#content .fullwidthslider .swiper-slide .container
{
	padding:0 40px;
	position:relative;
	width:calc(100% - 80px);
}

#content .fullwidthslider .swiper-slide .textwrapper
{
	bottom:0;
	height:100%;
	position:absolute;
	right:65px;
	width:335px;
}

#content .fullwidthslider .swiper-button-next,
#content .fullwidthslider .swiper-button-prev
{
	background:url(../Images/slider-arrow.png) no-repeat;
	height:38px;
	width:20px;
}

#content .fullwidthslider .swiper-button-prev
{
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#content .fullwidthslider img
{
	float:left;
	max-width:calc(100% - 395px);
}

#content .news-list-view
{
    float:left;
    width:100%;
}

#content .news-list-view .article
{
    float:left;
    margin:0 21px 20px 0;
    width:calc(100% / 3 - 14px);
}

.swiper-pagination{display:none;}
.swiper-button-next:after, .swiper-button-prev:after{display:none;}

@media (max-width:767px)
{
	#content .tx-mwslider .swiper-slide table
	{
		height:auto;
	}
	
	#content .tx-mwslider .swiper-slide .textwrapper
	{
		bottom:auto;
		float:left;
		position:relative;
		right:auto;
		text-align:center;
		width:100%;
	}
	
	#content .tx-mwslider .swiper-slide img
	{
		float:none;
		margin:0 auto;
		max-width:80%;
	}
	
	#content .fullwidthslider .swiper-slide table
	{
		height:auto;
	}
	
	#content .fullwidthslider .swiper-slide .textwrapper
	{
		bottom:auto;
		float:left;
		position:relative;
		right:auto;
		text-align:center;
		width:100%;
	}
	
	#content .fullwidthslider .swiper-slide img
	{
		float:none;
		margin:0 auto;
		max-width:80%;
	}
	
    #content .news-list-view .article,
    #content .news-list-view .article:nth-child(3),
    #content .news-list-view .article:nth-child(6),
    #content .news-list-view .article:nth-child(9),
    #content .news-list-view .article:nth-child(12),
    #content .news-list-view .article:nth-child(15),
    #content .news-list-view .article:nth-child(18)
    {
        margin-right:20px;
        width:calc(100% / 2 - 10px);
    }
    
    #content .news-list-view .article:nth-child(2),
    #content .news-list-view .article:nth-child(4),
    #content .news-list-view .article:nth-child(6),
    #content .news-list-view .article:nth-child(8),
    #content .news-list-view .article:nth-child(10),
    #content .news-list-view .article:nth-child(12),
    #content .news-list-view .article:nth-child(14),
    #content .news-list-view .article:nth-child(16),
    #content .news-list-view .article:nth-child(18)
    {
        margin-right:0;
    }
    
    #content .news-list-view .actions
    {
    	margin-top:20px;
    }
}

@media (max-width:400px)
{
    #content .news-list-view .article
    {
        margin-right:0 !important;
        width:100% !important;
    }
}
