.tiles {
	display:block; padding: 0; margin: 0; position: relative;
}

.tiles > .feed{
	display: none !important; left:auto !important; right: 5px !important;
}
.tiles .item {
	display: table; position: relative;
	margin: 0 10px 20px 10px; padding: 0; box-sizing: border-box;
	background: #fff; bbox-shadow: 0 1px 3px rgba(0,0,0,.2);
	color: #000; font-size: 0.75em; line-height: 1.25em;
}

.tiles .item.darkgray{ background: #151515 !important; color: #fff !important;}
.tiles .item.darkgray.eagenda{ background: #4b4a4f !important; color: #fff !important;}

.tiles .cropimage .tiles_image{
	background-size: cover;
	background-position: top center !important;
	display: table-cell;
	position: relative; height: auto;
	padding:0; margin:0;
    box-sizing: border-box;
}
.tiles .cropimage .tiles_image a{
	position: absolute; top:0; left:0; right:0; bottom:0; box-sizing: border-box; padding:0; margin:0; display:block;
}

.tiles .touchTitle{ display: block; font-family: 'Roboto Condensed', 'Arial Narrow', 'Helvetica LT Condensed'; color: #000; }
.tiles .touchTitle a { color: #000; }
.black .tiles .touchTitle a{ color: #fff !important; }
.tiles .touchTitle a:hover { color: #7E7E7E; }
 
.tiles .item.darkgray .touchTitle, .tiles .item.darkgray .touchTitle a{ color: #fff !important; }
.tiles .item.darkgray .touchTitle a:hover { color: #7E7E7E; }

.tiles .touchTitle h1{ font-size: 18px; line-height: 20px; font-weight: 700; margin:0; padding: 20px 20px 0 20px; }
.tiles .item:hover .touchTitle{ color:#7E7E7E !important; }
.tiles .item.darkgray:hover  .touchTitle{ color: #CDCDCD !important; }
.tiles .touchTitle .subtitle{ font-family:Roboto, Arial, Helvetica; font-size: 14px; line-height: 16px; font-weight: 400; letter-spacing: normal; margin:0; padding: 10px 20px 10px 20px; }

.tiles .item .tiles_itemHeader{ text-transform: uppercase; z-index: 99; }

.tiles .item .tiles_itemHeader .category{
	padding: 1px 5px 1px 6px; color: #fff; display:inline-block;
	background-color: rgba(0, 0, 0, 0.35);
	bborder: 1px solid #fff;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size:12px; letter-spacing: 0.1em; font-weight: 500; color:#fff;
	text-decoration:none;
}
.tiles .item .tiles_itemHeader .alert{
	display:inline-block; padding: 2px 2px 2px 2px;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size:12px; letter-spacing: 0.1em; font-weight: 500; color: #fff !important;
	text-transform: uppercase; text-decoration:none;
	background-color: #ff0004; margin-top:4px;
 }
 
.tiles.entries .tiles_itemHeader{ bottom: -10px !important;}
.tiles.entries .category{ background: #ff0004 !important; font-size: 1.25em !important; font-weight:bold !important; }
.tiles.entries .alert{ display: none !important}
.tiles.entries .medium.phototext .cropimage{ height: 190px !important;}
.tiles.entries .item{
	margin: 0 0 20px 0; padding: 0; background: none;
}

.tiles.entries .eagenda .category{ background: #7c63f8 !important;}
.tiles .item:hover .eagenda .touchTitle{ color: #7c63f8 !important;}
.tiles.eagenda .category{color: #7b6fb6}

.tiles .life .category{ background: #09ae72 !important;}
.tiles .item:hover .life .touchTitle{ color: #09ae72 !important;}

.tiles .videos .category{ background: #ef4351 !important;}
.tiles .item:hover .videos .touchTitle{ color: #ef4351 !important;}


.black .tiles .item{ background: none; color: #fff;}
.black .tiles .item .touchTitle{ color: #fff !important; }
.black .tiles .item:hover .touchTitle{ color: #ff0004 !important; }

.white .tiles .item{ background: none;}
.white .tiles .item .touchTitle{ }
.white .tiles .item:hover .touchTitle{ color: #ff0004 !important; }


/* -------------------------------------------- */


/* -------------------------------------------- */
.tiles .horiz.item { width: calc(100% - 20px); padding:0; }
.tiles.entries .horiz.item { width: calc(100% - 30px); background: none; margin: 20px 10px 20px 20px }
.tiles .list.horiz.item { width: 100% !important; background: none; margin: 10px 0 10px 0 !important; padding-bottom: 10px; border-bottom: 2px solid #fff; }

.tiles .horiz .cropimage { display: block; float:left; overflow: hidden; position: relative; }
.tiles .horiz.item .touchTitle{ display:block; overflow:hidden; box-sizing: border-box; color:#000; }
.tiles .horiz.item h1{ padding:0; }

.tiles .horiz.item .media{
	display: block; position:absolute; left: 7px; top: 7px;
	background-color: rgba(0, 0, 0, 0.5); color: #fff; padding: 7px; margin: 0; border-radius: 50%;
	font-size: 1em; line-height: 1em; width: 1em; height: 1em; text-align: center; overflow: hidden;
}

.tiles .tiny.horiz.item { height: 65px; overflow: hidden; max-width: 340px; box-sizing: border-box; padding-right: 20px; float:left; }
.tiles .tiny.horiz .cropimage { width:90px; height: 65px; overflow: hidden; float:left; background-size:cover; background-position: center center; }
.tiles .tiny.horiz.item .tiles_itemHeader{ display: none; }
.tiles .tiny.horiz.item .touchTitle{ 
	height: 65px; overflow: hidden; box-sizing:border-box; margin-left: 90px; padding: 0px 5px 5px 10px; 
	font-size: 17px; line-height: 20px; font-weight: 700; letter-spacing: -0.04em; }
.tiles .tiny.horiz.item .touchTitle h1{ font-size: 1em; line-height:1em; }
	
.tiles .tiny.horiz.item .touchTitle .subtitle{ padding: 5px 0 !important; }
.tiles .tiny.horiz.item .tiles_itemHeader .category{
	padding: 0; color: #ff0004; display:inline-block;
	background: none !important;
	font-size:12px; letter-spacing: 0.1em; font-weight: 500;
	text-decoration:none;
}
.tiles .tiny.horiz.item .tiles_itemHeader .date{
	padding: 0; color: #797979; display:inline-block;
	background: none !important;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size:12px; letter-spacing: 0.1em; font-weight: 500;
	text-decoration:none;
}


.tiles .small.horiz.item { height: 83.33333px; overflow: hidden; }
.tiles .small.horiz .cropimage { width:120px; height: 83.33333px; overflow: hidden; float:left; background-size:cover; background-position: center center; }
.tiles .small.horiz.item .tiles_itemHeader{ display: none; }
.tiles .small.horiz.item .touchTitle{ 
	height: 83.33px; overflow: hidden; box-sizing:border-box; margin-left: 120px; padding: 5px 5px 5px 10px; 
	font-size: 1.3em; line-height: 1.35em; font-weight: 700; letter-spacing: -0.04em; }
.tiles .small.horiz.item .touchTitle h1{ font-size: 1em; line-height:1em; }
.tiles.entries .small.horiz.item .touchTitle{ padding: 0 5px 0 10px; }
.tiles .small.horiz.item .touchTitle .subtitle{ padding: 5px 0 !important; display: none; }

.tiles .small.horiz.item .tiles_itemHeader .category{
	padding: 0; color: #ff0004; display:inline-block;
	background: none !important;
	font-size:12px; letter-spacing: 0.1em; font-weight: 500;
	text-decoration:none;
}
.tiles .small.horiz.item .tiles_itemHeader .date{
	padding: 0; color: #797979; display:inline-block;
	background: none !important;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size:12px; letter-spacing: 0.1em; font-weight: 500;
	text-decoration:none;
}


.tiles .medium.horiz.item { height: 120px; overflow: hidden; }
.tiles .medium.horiz .cropimage { width:35%; height: 120px; overflow: hidden; float:left; background-size:cover; background-position: center center; }

.tiles .medium.horiz.item .tiles_itemHeader{ }
.tiles .medium.horiz.item .touchTitle{ 
	height: 120px; overflow: hidden; box-sizing:border-box; padding: 5px 15px; color: #393939; letter-spacing: -0.04em;
	font-size: 1.65em; line-height: 1.25em; font-weight: 700; }
.tiles .medium.horiz.item .touchTitle h1{ font-size: 1em; line-height:1em; }
.tiles .medium.horiz.item .tiles_itemHeader .category{
	padding: 0; color: #ff0004; display:inline-block;
	background: none !important;
	font-size:12px; letter-spacing: 0.1em; font-weight: 500;
	text-decoration:none; line-height: normal;
}
.tiles .medium.horiz.item .tiles_itemHeader .date{
	padding: 0; color: #797979; display:inline-block;
	background: none !important;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size:12px; letter-spacing: 0.1em; font-weight: 500;
	text-decoration:none; line-height: normal;
}
.tiles .medium.horiz.item .touchTitle .subtitle{
	line-height: 1em; padding:5px 0 0 0; margin:0; 
}
.tiles .medium.list.horiz.item .touchTitle .subtitle{
	letter-spacing: normal; font-family: Roboto, Arial, Helvetica; color: #393939; font-weight: 400;
	line-height: 1em; padding:5px 0 0 0; margin:0; 
}

.tiles.entries .medium.horiz.item .touchTitle{ padding: 0 5px 0 10px; }


.tiles .large.horiz.item { height: 220px; overflow: hidden; }
.tiles .large.horiz .cropimage { width:36%; height: 220px; overflow: hidden; float:left; background-size:cover; background-position: center center; }

.tiles .large.horiz.item .tiles_itemHeader{ }
.tiles .large.horiz.item .touchTitle{ 
	height: 220px; overflow: hidden; box-sizing:border-box; padding: 20px; color: #393939; letter-spacing: -0.04em;
	font-size: 2em; line-height: 1.25em; font-weight: 700; }
.tiles .large.horiz.item .touchTitle h1{ font-size: 1em; line-height:1em; }
.tiles .large.horiz.item .tiles_itemHeader .category{
	padding: 0; color: #ff0004; display:inline-block;
	background: none !important;
	font-size:12px; letter-spacing: 0.1em; font-weight: 500; line-height: normal;
	text-decoration:none;
}
.tiles .large.horiz.item .tiles_itemHeader .date{
	padding: 0; color: #797979; display:inline-block;
	background: none !important;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size:12px; letter-spacing: 0.1em; font-weight: 500; line-height: normal;
	text-decoration:none;
}
.tiles .large.horiz.item .touchTitle .subtitle{
	line-height: 1em; padding:20px 0 0 0; margin:0; 
}


/* -------------------------------------------- */

.tiles .circle-text.horiz.item { height: 120px; overflow: hidden; }
.tiles .circle-text .cropimage { width:35%; height: 120px; overflow: hidden; float:left; background-size:cover; background-position: center center; }

.tiles .circle-text.horiz.item .tiles_itemHeader{ }
.tiles .circle-text.horiz.item .touchTitle{ 
	height: 120px; overflow: hidden; box-sizing:border-box; padding: 5px 15px; color: #393939; letter-spacing: -0.04em;
	font-size: 1.65em; line-height: 1.25em; font-weight: 700; }

.tiles .circle-text.horiz.item .touchTitle .subtitle{
	line-height: 1em; padding:5px 0 0 0; margin:0; 
}

/* -------------------------------------------- */
.tiles .phototext.item { width: calc(100% - 20px);  padding:0; background: #fff; }
.tiles .phototext .cropimage { display: table-row; padding:0; margin: 0; height: auto;}
.tiles.entries .phototext.item { width: 100%; background: none; }

.tiles .phototext.item .touchTitle{ display:table-row; height: 1px; overflow:hidden; box-sizing: border-box; }
.tiles .phototext.item .touchTitle:after{ content: ' '; height: 5px; display: block; box-sizing: border-box; }

.tiles .phototext.item .tiles_itemHeader{ position:absolute; bottom: 10px; left: 18px; text-transform: uppercase; z-index: 99; }
.tiles .phototext.item .media{
	display: block; position:absolute; left: 7px; top: 7px;
	background-color: rgba(255, 0, 4, 0.5); color: #fff; padding: 15px; margin: 0; border-radius: 50%;
	font-size: 2em; line-height: 1em; width: 1em; height: 1em; text-align: center; overflow: hidden;
}

.tiles .small.phototext.item{ height: 186px; }
.tiles .small.phototext.item .touchTitle h1{ font-size: 1.5em; line-height: 1em; padding-top:5px; }
.tiles .small.phototext.item .touchTitle .subtitle{ display:none; }
.tiles .small.phototext.item .media{ font-size: 1.5em; padding: 12px; }

.tiles .medium.phototext.item{ height: 290px; }
.tiles.entries .medium.phototext .cropimage { max-height: 170px;}
.tiles.entries .medium.phototext.item .touchTitle{ height: 75px;}
.tiles .medium.phototext.item .touchTitle h1{ font-size: 1.5em; line-height: 1em; }
.tiles .medium.phototext.item .media{ font-size: 1.5em; padding: 12px; }
.tiles.entries .medium.phototext.item .subtitle{ }

.tiles .tall.phototext.item{ height: 600px; }
.tiles .tall.phototext.item .touchTitle h1{ font-size: 2em; line-height: 1em; letter-spacing: -0.04em;}

.tiles .xlarge.phototext.item{ height: 600px; }
.tiles .xlarge.phototext.item .touchTitle h1{ font-size: 2em; line-height: 1em; letter-spacing: -0.04em;}

/* -------------------------------------------- */
.tiles .photoonly.item { width: calc(100% - 20px); padding:0; background: #000; }
.tiles .photoonly.item .cropimage { display: block; padding:0; margin: 0; width: 100%; overflow: hidden; position: relative; }
.tiles .photoonly.item .cropimage .tiles_image{ display: block; }

.tiles .photoonly.item .touchTitle{
	position:absolute; bottom: 0; z-index:99; box-sizing: border-box; transition:0.4s;
	text-align: center; color:#fff; text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.tiles .photoonly.item:hover .touchTitle{ text-decoration:none; margin-bottom: 20px; color:#fff !important;}
.tiles .photoonly.item .touchTitle:after{ content: ' '; height: 5px; display: block; box-sizing: border-box; }

.tiles .photoonly.item .media{
	display: block; position:absolute; left: 7px; top: 7px;
	background-color: rgba(255, 0, 4, 0.5); color: #fff; padding: 15px; margin: 0; border-radius: 50%;
	font-size: 2em; line-height: 1em; width: 1em; height: 1em; text-align: center; overflow: hidden;
}

.tiles .photoonly.item .cropimage:before{
	content: " ";
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), 30%, rgba(0,0,0,0)), color-stop(90%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	background-size: 100% 100%;
	width:100%; height:100%; position:absolute; bottom:0; left:0; z-index:9;
}

.tiles .adhero.photoonly.item { height: 330px; }
.tiles .adhero.photoonly.item .cropimage{ height: 330px; }
.tiles .adhero.photoonly.item .cropimage .tiles_image{ height: 330px; }
.tiles .adhero.photoonly.item .touchTitle{ left:0; width:100%; padding: 20px; }
.tiles .adhero.photoonly.item .touchTitle h1{ font-size: 2em; line-height: 1em; padding:10px 0 0 0; margin:0; }
.tiles .adhero.photoonly.item .touchTitle .subtitle{ font-size: 1.25em; line-height: 1em; padding:10px 0 0 0; margin:0; }
.tiles .adhero.photoonly.item .tiles_itemHeader{ position:relative; top: 5px; left: auto; text-transform: uppercase; z-index: 99; }

.tiles .ad.photoonly.item { height: 250px; }
.tiles .ad.photoonly.item .cropimage{ height: 250px; }
.tiles .ad.photoonly.item .cropimage .tiles_image{ height: 250px; }
.tiles .ad.photoonly.item .touchTitle{ left:0; width:100%; padding: 20px; }
.tiles .ad.photoonly.item .touchTitle h1{ font-size: 2em; line-height: 1em; padding:10px 0 0 0; margin:0; }
.tiles .ad.photoonly.item .touchTitle .subtitle{ font-size: 1.25em; line-height: 1em; padding:10px 0 0 0; margin:0; }
.tiles .ad.photoonly.item .tiles_itemHeader{ position:relative; top: 5px; left: auto; text-transform: uppercase; z-index: 99; }

.tiles .medium.photoonly.item { height: 290px; }
.tiles .medium.photoonly.item .cropimage{ height: 290px; }
.tiles .medium.photoonly.item .cropimage .tiles_image{ height: 290px; }
.tiles .medium.photoonly.item .touchTitle{ left:0; width:100%; padding: 20px; }
.tiles .medium.photoonly.item .touchTitle h1{ font-size: 2em; line-height: 1em; padding:10px 0 0 0; margin:0; }
.tiles .medium.photoonly.item .touchTitle .subtitle{ font-size: 1.25em; line-height: 1em; padding:10px 0 0 0; margin:0; }
.tiles .medium.photoonly.item .tiles_itemHeader{ position:relative; top: 5px; left: auto; text-transform: uppercase; z-index: 99; }
.tiles .medium.photoonly.item .media{ font-size: 1.5em; padding: 12px; }

.tiles .tall.photoonly.item { height: 600px; }
.tiles .tall.photoonly.item .cropimage{ height: 600px; }
.tiles .tall.photoonly.item .cropimage .tiles_image{ height: 600px; }
.tiles .tall.photoonly.item .touchTitle{ left:0; width:100%; padding: 20px; }
.tiles .tall.photoonly.item .touchTitle h1{ font-size: 2em; line-height: 1em; padding:10px 0 0 0; margin:0; }
.tiles .tall.photoonly.item .touchTitle .subtitle{ font-size: 1.25em; line-height: 1em; padding:10px 0 0 0; margin:0; }
.tiles .tall.photoonly.item .tiles_itemHeader{ position:relative; top: 5px; left: auto; text-transform: uppercase; z-index: 99; }

.tiles .xlarge.photoonly.item { height: 600px; }
.tiles .xlarge.photoonly.item .cropimage{ height: 600px; }
.tiles .xlarge.photoonly.item .cropimage .tiles_image{ height: 600px; }
.tiles .xlarge.photoonly.item .touchTitle{ left:15%; width:70%; padding: 20px; }
.tiles .xlarge.photoonly.item .touchTitle h1{ font-size: 2.75em; line-height: 1em; }
.tiles .xlarge.photoonly.item .touchTitle .subtitle{ font-size: 1.5em; line-height: 1em; }
.tiles .xlarge.photoonly.item .tiles_itemHeader{ position:relative; top: 5px; left: auto; text-transform: uppercase; z-index: 99; }

@media only screen and (max-width: 767px){
.tiles .item{ max-height: 300px !important;}
.tiles .item .cropimage{ max-height: 300px !important; }
.tiles .item .cropimage .tiles_image{ max-height: 300px !important; }

.tiles.entries .medium.phototext .cropimage { max-height: none;}
.tiles.entries .medium.phototext.item .touchTitle{ height: 1px;}

.tiles .xlarge.photoonly.item .touchTitle{ width:100%; left:0; padding: 10px 5px 20px 5px; font-size: 0.75em;}
}
@media only screen and (min-width: 768px) and (max-width: 979px){
.tiles.entries .medium.phototext .cropimage { max-height: none;}
.tiles.entries .medium.phototext.item .touchTitle{ height: 1px;}
.tiles .xlarge.photoonly.item .touchTitle{ width:100%; left:0; padding: 10px 5px 20px 5px; font-size: 0.75em;}
}
@media only screen and (min-width: 980px) and (max-width: 1259px){
.tiles .xlarge.photoonly.item .touchTitle{ width:100%; left:0; padding: 10px 5px 20px 5px; font-size: 0.75em;}
	
}
@media only screen and (min-width: 1260px){

}


/*-------------------- *//*-------------------- *//*-------------------- */
/*-------------------- *//*-------------------- *//*-------------------- */
/*-------------------- *//*-------------------- *//*-------------------- */



.newsEntries {padding:5px 0 5px 10px; margin:0; list-style: none;}
.newsEntries li{display:table; width:100%; padding: 5px 0; border-bottom: solid 1px #E4E4E4;}
.small .newsEntries li{padding: 2px 0 2px 0;}
.newsEntries li a { padding:0;}

.newsEntries .image{display:block; margin: 0; float:right;}
.newsEntries .title{display:block; float:none;}

.newsEntries .cropimg {
	display: block;	width: 60px; height: 60px; overflow:hidden; margin: 5px 0 5px 5px;
}
.newsEntries .cropimg img{width:auto; height:60px; margin: 0 auto 0 auto;}

.newsEntries a:hover h3{ text-decoration: none; color: #ff0004}
.newsEntries a:hover .right h5{ text-decoration: none; color: #646464}

.newsEntries h3{
	margin:0 0 5px 0; padding:0; 
	font-weight: 400; color: #000; letter-spacing: -0.04em;
	font-family: Roboto, 'Roboto Condensed', 'Arial Narrow', 'Helvetica LT Condensed';  
	font-size: 14px; line-height:1em;
}
.newsEntries h3 span{ display: inline-block; margin: 0 0.25em 0 0; }
.newsEntries h5{
	font-size: 12px; font-weight: 300;
	line-height: normal; color: #797979;
	margin:0; padding:0;
}

.newsEntries h4{
	display:inline-block; padding:0; margin:-5px 0 5px 0;
	font-size: 0.625em; font-weight: 500; text-transform:uppercase;
	color: #B7B7B7;
	font-family: 'Ubuntu', Verdana, Helvetica;
}
.newsEntries h4 .category{
	color: #ff0004; display:inline-block; padding: 0; margin: 0 4px 0 0;
}
.newsEntries h4 .alert{
	background: #ff0004; color: #fff; display:inline-block;  padding: 2px 4px 2px 4px; margin-right: 4px;
}

.eagenda .newsEntries .cropimg { display: block;	width: 105px; height: 70px; overflow:hidden; margin: 0 0 0 5px; }
.eagenda .newsEntries .cropimg img{ width:auto; height:70px; margin: 0 auto 0 auto; }
.eagenda .newsEntries a:hover h3{ color: #797979}
.eagenda .newsEntries h3{ font-weight: bold; margin-bottom: 0;}
.eagenda .newsEntries h5{ color: #000; font-weight: 400;}
.eagenda .newsEntries h4 .category{ color: #fff ; background: #7c63f8; padding: 0 4px 1px 4px; font-family: 'Ubuntu', Arial, sans-serif}

/*-------------------- */

.bgTilt:before{
	background-attachment: scroll;
	background-clip:border-box;
	background-origin:padding-box;
	background-size: auto;
	z-index: 0;
	
	background: #fff;
	border-top: 3px solid #f0d473;
	border-bottom: 3px solid #e8c449;
	color: #f0d473;
	left: -30px;
	right: -30px;
	content: '.';
	position:absolute;
	top: 2.5em;
	bottom: 1em;
	transform: skewY(-2deg);
	
}
@media only screen and (min-width: 980px) and (max-width: 1259px) {
.bgTilt:before{	left: -20px; right: -20px; }
.inlineMenu{margin-bottom: 50px !important;}
}
@media only screen and (max-width: 979px) {
.bgTilt:before{	left: 0	right: 0; }
.inlineMenu{margin-bottom: 30px !important;}
}

/*-------------------- */
@media only screen and (max-width: 767px) {
.newsEntries li.hideNews{ display: none; }	
}