﻿#news {
display: inline-block;
width: 100%;
position: relative;
background: #f0f0f0;
padding: 0 0 25px 0;
}

.allnews {
display: inline-block;
padding-left: 10px;
vertical-align: middle;
font-weight: normal;
font-size: 1.9em;
font-style: italic;
}

#news-tab,
#news-slide {
display: inline-block;
vertical-align: top;
position: relative;
width: 100%;
padding: 0;
text-align: center;
}

.imagenews {
display: inline-block;
vertical-align: top;
padding-right: 2%;
margin-bottom: 10px;
}

.news-feed {
display: inline-block;
vertical-align: top;
position: relative;
width: 65%;
text-align: left;
font-size: 1.4em;
}

.news-feed h3 {
font-size: 1.3em;
}

.news-feed h3 a,
.news-feed a,
.news-feed p,
.news-feed font,
.news-feed span {
font-size: inherit !important;
}


/* --> Slider -----------------------------------------------*/


#news .bx-wrapper {
position: relative;
margin: 0 auto 70px;
padding: 0;
*zoom: 1;
}

#news .bx-wrapper img {
max-width: 100%;
}

#news .news-panel,
#news .bx-wrapper li{
display: inline-block;
}

.news-list-wrapper {
display: inline-block;
margin-bottom: 1em;
}

/** THEME
===================================*/

#news .bx-wrapper .bx-viewport {
background: transparent;

/*fix other elements on the page moving (on Chrome)*/
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}

#news .bx-wrapper .bx-pager,
#news bx-wrapper .bx-controls-auto {
position: absolute;
width: 100%;
}

/* LOADER */

#news .bx-wrapper .bx-loading {
min-height: 50px;
background: url(/img/00/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
}

/* PAGER */

#news .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-weight: bold;
color: #666;
padding-top: 0;
visibility: inherit;
}

#news .bx-wrapper .bx-pager .bx-pager-item,
#news .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: block;
margin-bottom: 1em;
}

#news .bx-wrapper .bx-pager.bx-default-pager a {
background: transparent;
text-indent: -9999px;
display: block;
width: 17px;
height: 17px;
margin: 0 5px;
outline: 0;
border:1px solid #6a1a41;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

a.learn-more {
display: inline-block;
width: 100%;
margin-top: 1em;
position: relative;
text-align: right;
}

#news .bx-wrapper .bx-pager.bx-default-pager a:hover,
#news .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #6a1a41;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#news .bx-controls-direction {
display: none;
}

#news .bx-controls {
display: inline-block;
position: absolute;
text-align: center;
top: 0;
left: -10px;
}

#news .bx-wrapper .bx-controls-direction a {
position: absolute;
top: 0;
margin-top: -3px;
outline: 0;
width: 32px;
height: 32px;
z-index: 9999;
}

#news .bx-wrapper .bx-controls-direction a.disabled {
display: none;
}

/* AUTO CONTROLS (START / STOP) */

#news .bx-wrapper .bx-controls-auto {
text-align: center;
}

#news .bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(images/controls.png) -86px -11px no-repeat;
margin: 0 3px;
}

#news .bx-wrapper .bx-controls-auto .bx-start:hover,
#news .bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}

#news .bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(images/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}

#news .bx-wrapper .bx-controls-auto .bx-stop:hover,
#news .bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#news .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}

#news .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
}


/* --> Tabs ----------------------------------------------*/

#news #tab-container {
display: inline-block;
}

#news .tab-nav{
margin: 0 auto;
padding: 0;
bottom: 0;
position: relative;
z-index: 10;
width: 100%;
text-align: center;
height: 47px;
}


#news .tab {
display: inline-block;
background: #6a1a41;
width: 31%;
text-align: center;
}

#news .tab.active{
background: #ffffff;
}

#news .panel-container{
background: #ffffff;
float: left;
width: 100%;
top:-1px;
margin:0 0 15px 0;
padding: 0;
position: relative;
z-index: 0;
height: 100%;
min-height: 474px;
}

#news .panel-container::before{
content: "";
z-index: 0;
top: -8px;
display: block;
left: -2px;
z-index: -1;
height: 15px;
}

#news .tab a{
font-size: inherit;
line-height: 1em;
display: inline-block;
vertical-align: top;
font-weight: bold;
color: #a8a8a8;
padding:0;
text-decoration: none;
}

#news .tab a.active h3{
color: #6a1a41;
font-size: 1.7em;
}

#news .tab h3{
color: #fff;
font-size: 1.7em;
line-height: 0.8em;
font-weight: bold;
margin: 0;
padding: 17px;
}

#news .tab a:hover {
text-decoration: underline;
}

.bigimagenews {
display: inline-block;
vertical-align: top;
padding-right: 2%;
margin-bottom: 10px;
}

.main-news-feed {
display: inline-block;
vertical-align: top;
position: relative;
width: 100%;
padding:0 25px;
text-align: left;
font-size: 1.4em;
}

.main-news-feed h3 {
font-size: 1.3em;
}

.main-news-feed h3 a,
.main-news-feed a,
.main-news-feed p,
.main-news-feed font,
.main-news-feed span {
font-size: inherit !important;
}


@media only screen and (min-width: 768px) { 

	#news .tab-nav{
	text-align: left;
	}

    #news .tab a.active h3{
    font-size: 2em;
    }

    #news .tab h3{
    font-size: 2em;
    padding: 15px;
    }

}


@media only screen and (min-width: 1030px) {

    #news-tab {
    width: 42%;
    }

    #news-slide {
    width: 57%;
    padding: 0 0 0 2% ;
    }

    #news .news-tab {
    width: 33%;
    }

    #news .twitter-tab {
    width: 28%;
    }

    #news .facebook-tab {
    width: 33%;
    }
}

@media only screen and (min-width: 1230px) {

    #news-tab {
    width: 34%;
    }

    #news-slide {
    width: 65%;
    }

    #news .news-tab {
    width: 30%;
    }

    #news .twitter-tab {
    width: 25%;
    }

    #news .facebook-tab {
    width: 30%;
    }

}