	.newsCont h2{color:#fff;font-weight:normal;font-size:1.2em;line-height:1.1em;font-family: 'Bowlby One SC', cursive;}

	.main{margin-top:10px;width:50%;position:relative;overflow:hidden;background:#1f304a;border:solid 2px #859bb0;}
	.newsBg{
		position:absolute;top:0;bottom:0;left:0;right:0;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.69) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,#1f304a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b0000000',GradientType=0 );

		}
	.columnCont{width:100%;float:right;padding:3px;}

	.columnCont:before{display:block;height:0px;overflow:hidden;}

	.columns{height:auto;float:left}
	.col-wide,.col-med{float:left;}
	.colItem{position:relative;padding:8px;}
	.hover .colItem{padding:3px;}
	.logo{position:relative;display:block;width:100%;padding:2px;background:#fff;}

	.col-1of1{width:100%;}
	.col-1of2{width:50%;}
	.col-1of3{width:33.333333%;}
	.col-1of4{width:25%;}
	.col-1of5{width:20%;}

	/*.h1{padding:10px;}
	.h2{height:145px;}
	.h3{height:130px;}
	.h4{height:170px;}
	.h5{height:140px;}
	.h6{height:260px;}
	*/
	.row-col3:before{content:"3"}
	.row-col4:before{content:"2"}

	.hover .columns {
	opacity:1;
	background-color:#1f304a;


	}
	.intro .columnCont{
		opacity: 0.7;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	}
	.intro:hover .columnCont {
		opacity: 1;
	}
	.slick-thumb .slick-active{tranform: scale(1.1);}

	@media screen and (max-width: 499px) {
	.main{width:100%;}
	.columnCont>.col-med{width:60%;}
	.columnMain>.col-med{width:100%;}
	.col-wide{width:40%;}
	.columnCont{width:100%}
	.newsCont{width:100%;float:left;min-height:150px;position:relative;}
	.newsCont .textWrap{position:absolute;bottom:0;}
 
	}
	@media screen and (min-width: 500px) {
	  .main{width:100%;}
	  .col-med{width:100%;}
	  .col-wide{width:100%;}
	  .columnCont{width:100%}
	  .newsCont{width:65%;position:absolute;}
	  .newsCont .textWrap{position:absolute;bottom:0;}
	}

	@media screen and (min-width: 770px) {
	  .main{width:50%;}
	  .col-med{width:100%;}
	  .col-wide{width:100%;}
	  .columnCont{width:100%;}
	  .newsCont{width:65%;position:absolute;bottom:0;}
	}

	@media screen and (min-width: 1024px) {
	  .col-med{width:100%;}
	  .col-wide{width:100%;}
	.main{width:50%;}
	.columnCont{width:100%;}
	.newsCont{width:65%;position:absolute;bottom:0;}
	}
