

.banner .banner-background {
	background-color: #287DA6;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.banner .banner-content #banner-content-img1 {
	width: 200px;
}

.banner .banner-content #linkvermas-container {
	margin-top: 5px
}

.banner .banner-content #linkvermas {
	font-weight: bold;
	color: #E6E6E6;
	text-decoration: none;
}

.banner .banner-content #linkvermas:hover {
	color: #CACACA;
}

.slider-item {
	display: none;
	height: 100%;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
}

.slider-controls {
	position: absolute;
	z-index: 10;
	bottom: 10px;
	left: 30px;
}

.slider-controls li {
	width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    margin-right: 5px;
    cursor: pointer;
}

.slider-controls li:first-child {
	background-color: white;
}

#content-container-outer {
	padding: 0;
	max-width: 1300px;
	background-color: white;
}

#content-container {
	width: 100%;
	display: inline-block;
	background-color: white; 
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blog-label1 {
    font-size: 1.8em;
    color: #333333;
    margin-bottom: 10px;
   /* background-color: #333333;*/
}

.blog-entry {
	position: relative;
	display: inline-block;
	text-align: justify;
	font-family: Isaosa-Regular, sans-serif;
}

.blog-entry .title {
	font-size: 1.6em;
    font-family: Isaosa-Light, sans-serif;
    padding: 3px 0;
    font-weight: bold;
}

.blog-entry .title a {
	color: #272727;
	text-decoration: none;
}

.blog-entry .desc {
	color: #565656;
	font-size: 1.2em;
}

.blog-entry .blog-entry-readmore {
	color: #9D2933;
	text-decoration: none;
}

.blog-entry .thumb img {
	width: 100%;
}

.blog-entry hr {
	border-top: 1px solid #B3B3B3;
	margin: 10px 0;
}

#pages .pagination {
	margin: 0 0 15px 0;
}

.link-video {
	cursor: pointer;
}

@media screen and (min-width: 480px) { 

  .banner .banner-content {
		position: absolute;
		top: 0;
		right: 16.7%;
	}

}