.blogSystem {
    padding: 20px;
}
.blogEntry {
    display: block;
    margin: 0 auto 20px;
    max-width: 900px;
    padding: 10px;
    clear: both;
}
		.blogEntry-inner {
			float: left;
			width: 100%;
			height: 100%;
			background: #f5f5f5;
			border: solid 1px #e8e8e8;

			overflow: hidden;

			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
			cursor:pointer;
			cursor:hand;
		}
.blogShow-inner, .blogRssShow-inner {
    float: left;
    width: 100%;
    background: #f5f5f5;
    border: solid 1px #e8e8e8;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.blogRssShow-inner {
    height: 100%;
}
		.blogRssShow-inner iframe {
		 	width:100%;
			height:100%;
			border: none;
		}
		.blogEntry-image {
			float: left;
			width: 30%;
			padding: 15px 0 15px 15px;
			background-size: cover !important;
		}
		.blogEntry-image img {
			max-height: 300px;
			max-width:100%;
			vertical-align:middle;
		}

		.blogEntry-info {
			float: left;
			width: 65%;
			height: 100%;
			padding: 10px;
			text-align: left;
			overflow: hidden;
		}
		.blogEntry-info-wide {
			float: left;
			width: 100%;
			height: 100%;
			padding: 10px;
			text-align: left;
			overflow: hidden;
		}
		.blogEntry-info-title {
			float: left;
			width: 100%;
			font-size: 25px;
			font-weight: bold;
			line-height: 110%;
		}
		.blogEntry-info-description {
			position: relative;
			float: left;
			width: 100%;
			padding: 10px 0; 

			font-size: 15px;
			line-height: 110%;
		}
		.blogEntry-info-date {
			float: left;
			width: 100%;

			font-size: 14px;
			font-weight: bold;
			line-height: 28px;
			opacity: 0.7;
		}
		@media (max-width: 767px) {
			.blogEntry-image {
				width: 100%;
			}
			.blogEntry-info {
				width: 100%;
				text-align: center;
			}
		}
.menu-item-container-wide {
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	color: #000;
 margin-left:3.8%;
margin-top:30px;
}

.laudiv {
	min-width: 500px;
	width: 24%;
	height: 200px;
	float: left;
	margin-bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	box-shadow: 0px 0px 15px #BBB9B9;
	cursor:pointer;
	cursor:hand;
}
.lautitle {
	color: #1d5d70;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana,Arial;
	text-decoration: none;
	vertical-align: top;
	padding: 20px 20px 0 20px;
	height: 1px;
}
.lauimg {
	max-width: 200px;
	max-height: 180px;
	margin: 10px;
}
#laupost {
z-index:200;
/* overflow:hidden !important; */
}

.social-row {
text-align:center;
padding-bottom:20px;
padding-bottom:15px;
border-top: 2px solid #EEEEEE;
}

.social-img-container img {
margin:0 3px;
}


/*  NEW BLOG STYLING TO ADD  begin */
		.outerBlogHolder {
			float: left;
			width: 100%;
			text-align: center;
		}
		.outerBlogMaxWidth {
			display: inline-block;
			width: 99.9%;
			max-width: 1200px;
			position: relative;
		}
		.blogSearchDates {
			position: absolute;
			top: 0;
			left: 0;
			float: left;
			width: 250px;
			z-index: 10;
		}
		#blogList {
			float: left;
			width: 100%;			
		}
        .blogWithSearch {
           padding-left: 270px;
           padding-top: 10px;
         }
        .blogNoSearch {
           padding-top: 10px;
         }
       	
       	

		.blogSearchMain {
			float: left;
			width: 100%;
			height: 30px;
			position: relative;
			background: #ffffff;
   		    border: solid 1px #e8e8e8;
		    box-sizing: border-box;
		}
		.blogSearchMain .blogSearchQuery {
			width: 140px;
			height: 100%;
			padding: 0 10px 0 10px;
			float: left;
			border: none;
			outline: none;
			box-shadow: none;
			position: absolute;
			z-index: 1;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			padding-right: 35px;
		}

		.blogSearchMain .blogSearchBtn {
			position: absolute;
			z-index: 2;
			right: 0;
			top: 0;
			width: 30px;
			height: 100%;
			float: left;
			border: none;
			outline: none;
			background: none;
			box-shadow: none;
		}
		#blogMonthes {
			background: #f0f0f0;
			float: left;
			width: 100%;
			text-align:left;
		}

		.blogSelectMonth {
			padding: 20px;
			list-style-type:none;
		}
		.blogSelectMonth > li {
			color: #333333;
			font-family:Trebuchet MS,Arial,Verdana;
			font-size: 12px;
			font-weight: bold;
			line-height: 120%;
			padding: 5px 0;
			cursor:hand;
			cursor:pointer;
			text-align:left;
		}
		.blogSelectMonth > li:hover {
			color:#666666;
		}
		.blogSelectMonth > li:before {
			content: ">";
			color: #616161;
			display: inline-block;
			margin-right: 3px;
		}

		.blogMobileShowDates {
			float: left;
			width: 100%;
			font-size: 16px;
			font-weight: bold;
			line-height: 120%;
			background: #333333;
			color: #ffffff;
			padding: 10px 10px;
			margin-top: 5px;
		}
		.blogDatesDownArrow {
			font-size: 20px;
		}
		.blogMobileShowDates {
			display: none;
			float: left;
			width: 100%;
			font-size: 16px;
			font-weight: bold;
			line-height: 120%;
			background: #333333;
			color: #ffffff;
			padding: 10px 10px;
			margin-top: 5px;

			-webkit-transition: all 300ms;
			-moz-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms;
		}
		.blogMobileShowDates:hover {
			cursor: pointer;
			background: #4c4c4c;
		}

@media (max-width: 767px) {
    #blogList {
        padding-left: 20px;
    }

    .blogSearchDates {
        position: static;
        width: 100%;
    }

    .blogMobileShowDates {
        display: block;
    }

    #blogMonthes {
        display: none;
    }
}
@media (min-width: 768px) {
    #blogMonthes {
        display: block !important;
    }
}
/*  NEW BLOG STYLING TO ADD  end */