/*Slider*/
.slider-text {
  display: none;
  text-align: right;
}

.slider-title {
  display: none;
  font-size: 70px;
  overflow: hidden; 
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  background-color: #0070a0;
  padding: 0 10px;
  white-space: normal;
  text-transform: uppercase;
}

.slider-title-highlighted {
    color: #1f1f1f;
}

.slider-caption {
  display: none;
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  max-width: 500px;
  max-height: 150px;
  overflow: hidden;
  white-space: normal;
}

.slider-btn-wrap {
  display: none;
}

.slider-btn-wrap a {
  color: #fff;
}

.slider-btn {
  display: none;
  max-width: 200px;
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 5px;
  background-color: #1f1f1f;
  border-bottom: 3px solid #0070a0;
  text-align: center;
}

.slider-btn:hover {
  color: #333;
  background-color: #fff;
  border-color: #0070a0;
}

/*Widgt Style for the sidebar*/
.sidebar-block {
margin-bottom: 10px;
background: #fff;
border-bottom: 2px dotted #000;
border-right: 2px dotted #000;
border-top: 2px dotted #000;
border-left: 2px dotted #000;
box-shadow: 0px 0px 3px;
}
.sidebar-block .section-btn {
    color: #333;
}

.sidebar-block .section-btn:hover {
color: #fff;
}

.sidebar-inside-block {
    padding: 0 10px 0 10px;
	    margin-bottom: 10px;
}

.sidebar-inside-block a {
    color: #000000;
	 text-transform: uppercase;
}

/*pic*/
.news-img-wrap {
border-bottom: 1px solid #000;
border-right: 1px solid #000;
border-left: 1px solid #000;
border-top: 1px solid #000;
box-shadow: 0px 0px 6px;
}

/*Full News Image*/
.full-news-img {
    display: block;
    width: 96%;
    height: 97%;
}

/*This is where you edit the post title text*/
.section-title-h {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    text-transform: none;
    color: #000000;
    padding: 10px 15px;
    position: relative;
    background-color: #FFFFFF;
}

.section-title-wrap {
    display: block;
    background-color: #c0c0c0;
			    border-bottom: 0px solid #000;
				    border-right: 0px solid #000;
					    border-top: 0px solid #000;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;

}

/*ROTATION OF THE SECONDARY MIDDLE COLOR*/
.section-title-h:after {
    content: '';
    position: absolute;
    right: -14px;
    top: 0;
    bottom: 0;    
    width: 20px;
    background: #f0f0f0;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: 15;
}

/*This is where you edit the display of the meta stuff on the bottom of a post*/
.full-news-meta-list {
    list-style-type: none;
    padding: 5px 10px;
    background-color: #ffffff;
    font-size: 11px;
    text-align: center;
}

/*This is where you edit how the posts look on the front page*/

.news-title-h {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: none;
    position: relative;
	 padding-bottom: 6px;
	    border-bottom: 1px solid #e6e6e6;
}


.news-text {
    text-align: left;
    line-height: 20px;
    font-size: 13px;
    padding-bottom: 10px;

    border-bottom: 1px solid #e6e6e6;
}

.news-text p {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    color: #929599;
	    line-height: 19px;
    font-size: 13px;
}

.news-info {
    display: inline-block;
    text-align: center;
    color: #000000;
    padding-top: 12px;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
}

.news-info a {
    color: #000000;
}

img.one {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
img.two {
    max-width: 85%;
    height: auto;
    width: auto\9; /* ie8 */
}