/******************************************************\
*
*  Right Boxes
*
\******************************************************/
.postEntries { }
.postEntries a{ display:table; width:100%; position:relative; padding: 10px 0 10px 0; border-bottom: solid 1px #CCCCCC; text-align:left; list-style:none }

.postEntries .cropimg {	width: 68px; height: 68px; overflow:hidden; display: block; float:right; position:relative; background-size: cover;}
.postEntries .cropimg img{ width:auto; height:80px; margin-left: -20px }

.postEntries a:hover h3{ text-decoration: underline; color: #000}
.postEntries a:hover h4{ text-decoration: none; color: #646464}
.postEntries a:hover .media{ background: #1b52c6}

.postEntries h3{
	font-size: 15px; font-weight: 700; color: #000; line-height:1.25em;
	margin:0 0 5px 0; padding:0; transition: 0.3s; letter-spacing: -0.05em;
}
.postEntries h4{
	padding:0; margin:0;
	font-size: 0.75em; font-weight: 400;
	line-height: 1.125em; color: #666;
}

.postEntries .category{
	color: #000; display:inline-block; margin: 0 4px 5px 0; font-size: 9px; font-weight: 500;  letter-spacing: 1.5px;
}
.postEntries .when{
	color: #666; display:inline-block; margin: 0 4px 5px 0; font-size: 9px; font-weight: 500;  letter-spacing: 1.5px;
}
.postEntries .alert{
	background: #1b52c6; color: #fff; display:inline-block;  padding: 0 4px 0 4px; margin: 0 4px 5px 0; 
	font-weight: 500; font-size: 10px; line-height: normal;
}

.postEntries .media{
	position:absolute; left:0; top:0; background:#000; color: #fff;
	padding: 10px; font-size: 14px; line-height: 12px; width: 14px; height: 14px;
}

.postEntries.noimg .cropimg{display:none;}

.postEntries.small a{ border-bottom: none; padding: 5px 0 5px 0; }
.postEntries.small h3{ font-size: 14px; margin: 0 0 5px 0; }
.postEntries.small h4, .postEntries.small .category, .postEntries.small .when{ font-size: 11px; }
.postEntries.small .cropimg { width: 80px; height: 80px; margin-right: 10px; overflow:hidden; display: block; float:left; position:relative; }
.postEntries.small .cropimg img{ width:auto; height:80px; margin-left: -27.5px; }
.postEntries.small .media{
	padding: 6px; font-size: 10px; line-height: 8px; width: 10px; height: 10px;
}

.postEntries.big{ margin-bottom:30px; }
.postEntries.big .category{ }
.postEntries.big h3{ font-size: 16px; margin: 0 0 5px 0;}
.postEntries.big .cropimg { width: 100%; height: 120px; overflow:hidden; margin-bottom:10px; display: block; float:none; position:relative; }
.postEntries.big .cropimg img{ width:100%; height:auto; margin: 0; }

/******************************************************/
/******************************************************/

.tiles {
	padding: 0; position: relative;
}
.tiles .item {
	display: table; position: relative;
	width: calc( 100% - 30px );
	margin: 0 15px 30px 15px; padding: 0; box-sizing: border-box;
}
.tiles.nomargin .item{
	margin: 0 0 30px 0 !important; width: 100% !important;
}

.tiles .item.darkgray{ background: #0060ab !important; color: #fff !important;}


.tiles .cropimage{
    position: relative; width: 100%; overflow: hidden;
}
.tiles .cropimage:after{
    content: ""; display: block; padding-bottom: 60%;
}
.tiles .cropimage .tiles_image{
	background-size: cover;
	background-position: center center !important;
	display: block !important;
	position: absolute; width:100%; height:100%;
	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; color: #000; }
.tiles .touchTitle a { color: #000; }
 
.tiles .item.darkgray .touchTitle, .tiles .item.darkgray .touchTitle a{ color: #fff !important; }
.tiles .item.darkgray .touchTitle a:hover { color: #0060ab; }
.tiles .item.darkgray:hover  .touchTitle{ color: #CDCDCD !important; }

.tiles .touchTitle h1{ font-size: 16px; line-height: 1.3em; letter-spacing: -0.05em; font-weight: 700; margin:0; padding: 10px 10px 10px 10px;}
.tiles .touchTitle .subtitle{ color: #7e7e7e; font-size: 14px; font-weight: 400; line-height: 15px; margin:0; padding: 0; }

.tiles .touchTitle .author{ display: inline-block; font-size: 9px; line-height: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; margin:0; padding: 5px 5px 0 5px; color: #7e7e7e; }
.tiles .touchTitle .date{ display: inline-block; font-size: 9px; line-height: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; margin:0; padding: 5px 5px 0 5px; color: #7e7e7e; }
.tiles .item:hover .touchTitle{ color:#393939 !important; }
.tiles .touchTitle .date i{color:#f96850; font-size:16px; }

.tiles .item .tiles_itemHeader{ text-transform: uppercase; padding: 10px 10px 0 10px; }

.tiles .item .tiles_itemHeader .category{
	padding: 0; display:inline-block; text-decoration:none; line-height: normal;
	color: #1b52c6; font-size:14px; font-weight: bold;
}
.tiles .item .tiles_itemHeader .alert{
	display:inline-block; padding: 0 4px 0 4px; margin-right: 5px;
	font-size:12px; font-weight: bold; color: #fff !important;
	text-transform: uppercase; text-decoration:none;
	background-color: #1b52c6; line-height: normal;
 }
 
.tiles .item:hover .cropimage{ transition: all 0.3s ease-in-out 0s }
.tiles .item:hover .cropimage{ opacity: 0.8; }
.tiles .item:hover .touchTitle h1 { color: #000; }

.tiles .touchTitle h1 span{ text-decoration: none; }
.tiles .item:hover .touchTitle h1 span{ text-decoration: underline; transition: text-decoration 0.3s ease-in}

/******************************************************/
/******************************************************/


.tiles .phototext.item .touchTitle{ display:block; overflow:hidden; box-sizing: border-box; }
.tiles .phototext.item .touchTitle:after{ content: ' '; height: 5px; display: block; box-sizing: border-box; }
.tiles .phototext.item .media{
	display: block; position:absolute; bottom: 0; right: 0;
	background-color: #000; color: #fff; margin: 0; border-radius: 0; text-align: center; overflow: hidden;
	padding: 10px; font-size: 14px; line-height: 12px; width: 14px; height: 14px;
}
.tiles .phototext.item .touchTitle .date i{margin-right: 8px; color:#000; font-size:10px;}

.tiles .phototext.item .date{
	display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    font-size: 9px; letter-spacing: 1.5px; line-height: 12px;
    margin: 0; margin-top: 2px;	padding: 0; min-height: 30px;
    text-transform: uppercase; width: auto;
    flex-wrap: wrap-reverse;
}

.tiles .short.phototext.item{ width: 100%; margin:0 0 15px 0; }
.tiles .short.phototext.item .media{ top:0; }
.tiles .short.phototext.item .tiles_itemHeader{ padding-left:0; }
.tiles .short.phototext.item .tiles_itemHeader .alert{ font-size:11px; }
.tiles .short.phototext.item .touchTitle{ text-align: center; }
.tiles .short.phototext.item .touchTitle h1{ font-size: 16px; line-height: 1.3em; }

.tiles .short.phototext.item .tiles_itemHeader .category{ display:none; }
.tiles .short.phototext.item .touchTitle .subtitle{ display:none; }
.tiles .short.phototext .cropimage:after{ content: ""; display: block; padding-bottom: 75%; }

.tiles .small.phototext.item .media{ }
.tiles .small.phototext.item .tiles_itemHeader{ padding-left:0; }
.tiles .small.phototext.item .tiles_itemHeader .category{ font-size:11px; }
.tiles .small.phototext.item .tiles_itemHeader .alert{ font-size:11px; }
.tiles .small.phototext.item .touchTitle h1{ font-size: 16px; line-height: 1.3em; padding-left:0; padding-bottom:0; }
.tiles .small.phototext.item .touchTitle .subtitle{ display:none; }
.tiles .small.phototext.item .touchTitle .author{ display:none; }
.tiles .small.phototext.item .touchTitle .date{ display:none; }


.tiles .circle.phototext.item .cropimage{ -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.tiles .circle.phototext.item .cropimage:after{ padding-bottom: 100%; }
.tiles .circle.phototext.item .media{ display: none; }
.tiles .circle.phototext.item .tiles_itemHeader{ display: none; }
.tiles .circle.phototext.item .touchTitle h1{ font-size: 16px; line-height: 1.3em; text-align: center; padding-left:0; padding-bottom:0; }
.tiles .circle.phototext.item .touchTitle .subtitle{ display:none; }
.tiles .circle.phototext.item .touchTitle .date{ display:block; }
.tiles .circle.phototext.item .touchTitle .author{ display:none; }


.tiles .medium.phototext.item .cropimage:after{ padding-bottom: 100%; }
.tiles .medium.phototext.item .touchTitle h1{ font-size: 20px; line-height: 1.3em; }
.tiles .medium.phototext.item .touchTitle{ margin-top: -40px; z-index: 1; position: relative; }
.tiles .medium.phototext.item .tiles_itemHeader .alert, .tiles .medium.phototext.item .tiles_itemHeader .category{ 
    display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex;
	font-stretch: normal; font-style: normal; font-weight: 600;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    background-color: rgba(27, 82, 198, 0.8);
    box-shadow: 10px 0 0 rgba(27, 82, 198, 0.8), -10px 0 0 rgba(27, 82, 198, 0.8); text-shadow: none;
    font-size: 11px; color: #fff; letter-spacing: 1.5px; line-height: 1.35em; margin: 0 20px 5px 10px ;
    min-height: 30px; padding: 0; text-transform: uppercase; width: auto;
}
.tiles .medium.phototext.item .media{ }
.tiles .medium.phototext.item .touchTitle .author{ padding-left: 10px;}
.tiles .medium.phototext.item .touchTitle .date{ padding-left: 10px;}
.tiles .medium.phototext.item .touchTitle .subtitle{ display:none; }


.tiles .large.phototext.item .touchTitle h1{ font-size: 20px; line-height: 1.3em; }
.tiles .large.phototext.item .media{ }
.tiles .large.phototext.item .touchTitle{ margin-top: -40px; z-index: 1; position: relative; }
.tiles .large.phototext.item .tiles_itemHeader .alert, .tiles .large.phototext.item .tiles_itemHeader .category{ 
    display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex;
	font-stretch: normal; font-style: normal; font-weight: 600;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    background-color: rgba(27, 82, 198, 0.8);
    box-shadow: 10px 0 0 rgba(27, 82, 198, 0.8), -10px 0 0 rgba(27, 82, 198, 0.8); text-shadow: none;
    font-size: 11px; color: #fff; letter-spacing: 1.5px; line-height: 1.35em; margin: 0 20px 5px 10px ;
    min-height: 30px; padding: 0; text-transform: uppercase; width: auto;
}
.tiles .large.phototext.item .touchTitle .author{ padding-left: 10px;}
.tiles .large.phototext.item .touchTitle .date{ padding-left: 10px;}
.tiles .large.phototext.item .touchTitle .subtitle{ padding: 0 10px; }

.tiles .xlarge.phototext.item{ background: #fff }
.tiles .xlarge.phototext.home.item{ background: #000 }
.tiles .xlarge.phototext.item .touchTitle{ margin: -5% 5% 0 5%; padding: 10px 10px 0 10px; background: #fff; position: relative; text-align: center; }
.tiles .xlarge.phototext.home.item .touchTitle{ margin: -5% 5% 5% 5%; padding: 10px; background: #fff; position: relative; text-align: center; }
.tiles .xlarge.phototext.item .touchTitle h1{ font-size: 30px; line-height: 1.3em;}
.tiles .xlarge.phototext.item .touchTitle .subtitle{ font-size: 1.3em; line-height: 1.3em; padding: 5px 10px 5px 10px;}
.tiles .xlarge.phototext.item .media{ top: 0; }
.tiles .xlarge.phototext .cropimage:after{ content: ""; display: block; padding-bottom: 100%; }
.tiles .xlarge.phototext.home .cropimage:after{ content: ""; display: block; padding-bottom: 62%; }

.tiles .tall.phototext.item{ }
.tiles .tall.phototext.item .touchTitle{ margin: -5% 5% 0 5%; padding: 10px 10px 0 10px; background: #fff; position: relative; text-align: center; }
.tiles .tall.phototext.item .touchTitle h1{ font-size: 22px; }
.tiles .tall.phototext.item .touchTitle .subtitle{ font-size: 1.15em; line-height: 1.15em; padding: 5px 10px 5px 10px;}
.tiles .tall.phototext.item .media{ top: 0; }
.tiles .tall.phototext .cropimage:after{ content: ""; display: block; padding-bottom: 125%; }
.tiles .tall.phototext.square .cropimage:after{ content: ""; display: block; padding-bottom: 100%; }
.tiles .tall.phototext.notall .cropimage:after{ content: ""; display: block; padding-bottom: 77.5%; }
.tiles .tall.phototext.konto .cropimage:after{ content: ""; display: block; padding-bottom: 50%; }
.tiles .tall.phototext.notall .touchTitle .subtitle{ display: none; }

/******************************************************/
/******************************************************/

.tiles .photoonly.item { background: #000; }
.tiles .photoonly.item .cropimage { display: block; padding:0; margin: 0; width: 100%; overflow: hidden; position: relative; }
.tiles .photoonly.item .cropimage:after{ content: ""; display: block; padding-bottom: 100%; }

.tiles .photoonly.item .cropimage .tiles_image{ display: block !important; }
.tiles .photoonly.item .touchTitle .date i{margin-right: 8px;}

.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: 10px; color:#fff !important;}
.tiles .photoonly.item:hover .touchTitle h1{ color: #fff !important; }

.tiles .photoonly.item .touchTitle:after{ content: ' '; height: 5px; display: block; box-sizing: border-box; }

.tiles .photoonly.item .tiles_itemHeader{ display:none; }
.tiles .photoonly.item .touchTitle .subtitle{ display:none; }
.tiles .photoonly.item .media{
	display: block; position:absolute; top: 0; right: 0;
	background-color: #000; color: #fff; margin: 0; border-radius: 0; text-align: center; overflow: hidden;
	padding: 10px; font-size: 14px; line-height: 12px; width: 14px; height: 14px;
}

.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 .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 .tiles_itemHeader{ position:relative; top: 5px; left: auto; text-transform: uppercase; z-index: 99; }

.tiles .stiles.photoonly.item { height: 450px; margin-bottom: 15px; }
.tiles .stiles.photoonly.item .cropimage{ height: 450px; }
.tiles .stiles.photoonly.item .cropimage .tiles_image{ height: 450px; }
.tiles .stiles.photoonly.item .touchTitle{ left:0; bottom: 0; width:100%; color: #fff; box-sizing: border-box; padding: 20px 30px; text-align: center; }
.tiles .stiles.photoonly.item .touchTitle h1{ font-size: 2em; line-height: 1em; padding:10px 0; margin:0; color: #fff; text-shadow: none; }
.tiles .stiles.photoonly.item:hover .touchTitle{ text-decoration:none; color:#fff !important;}
.tiles .stiles.photoonly.item:hover .touchTitle h1{ color: #fff !important; }
.tiles .stiles.photoonly.item .tiles_itemHeader{
	display: inline-block; padding: 5px 15px; margin-bottom: 30px;
	border: 1px solid #fff; color: #fff; text-transform: uppercase;
	font-family: 'Roboto Mono', monospace;
}
.tiles .stiles.photoonly.item .tiles_itemHeader .category{ color: #fff; }
.tiles .stiles.photoonly.item .touchTitle .subtitle{ display:block; text-shadow: none; color: #fff; }
.tiles .stiles.photoonly.item .touchTitle .date{
	font-stretch: normal; font-style: normal; font-weight: 600;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    color: #fff;
    display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex;
    font-size: 9px; letter-spacing: 1.5px; line-height: 12px;
    margin: 0; margin-top: 2px;	padding: 0; min-height: 30px;
    text-transform: uppercase;
    width: auto;
}
.tiles .stiles.photoonly.item .touchTitle .date i{margin-right: 8px;}

.tiles .stiles.photoonly.item .feed{
		position: absolute; left: 20px; top: 40%;
		font-size: 48px; color: #fff; z-index: 100; text-shadow: 1px 1px 0 rgba(0,0,0,0.4)
}
.tiles .stiles.photoonly.item .cropimage:after{ padding-bottom: 0; }
.tiles .stiles.photoonly.item .cropimage:before{ 
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top,rgba(0,0,0,.13) 0%,rgba(0,0,0,.66) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.13) 0%,rgba(0,0,0,.66) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.13) 0%,rgba(0,0,0,.66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21000000',endColorstr='#a8000000',GradientType=0);
}

.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 .large.photoonly.item {  }
.tiles .large.photoonly.item .cropimage{ height: 400px; }
.tiles .large.photoonly.item .touchTitle{ left:30px; bottom: 30px; width:75%; text-align: left; }
.tiles .large.photoonly.item .tiles_itemHeader{ display:block; padding: 0; }
.tiles .large.photoonly.item .tiles_itemHeader .category, .tiles .large.photoonly.item .tiles_itemHeader .alert{
	font-stretch: normal; font-style: normal; font-weight: 600;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex;
	color: #fff;
    background-color: rgba(27, 82, 198, 0.8);
    box-shadow: 10px 0 0 rgba(27, 82, 198, 0.8), -10px 0 0 rgba(27, 82, 198, 0.8);
    font-size: 11px; letter-spacing: 1.5px; line-height: 1.35em; 
    margin: 5px 20px 5px 0; min-height: 30px; padding: 0;
    text-transform: uppercase;
    width: auto; text-shadow: none;
	
}
.tiles .large.photoonly.item .touchTitle .date{
	font-stretch: normal; font-style: normal; font-weight: 600;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex;
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8);
    font-size: 9px; letter-spacing: 1.5px; line-height: 12px;
    margin: 0; margin-top: 2px;	padding: 0; min-height: 30px;
    text-transform: uppercase;
    width: auto;
}
.tiles .large.photoonly.item .touchTitle .date i{margin-right: 8px;}
.tiles .large.photoonly.item .touchTitle h1{ 
	font-size: 2em; line-height: 1.35em;  font-stretch: normal; font-style: normal; font-weight: bold;
    background-color: #fff; box-shadow: 10px 0 0 rgba(255, 255, 255, 0.9), -10px 0 0 #fff;
    -webkit-box-decoration-break: clone; box-decoration-break: clone;
    display: inline; text-shadow: none;
    margin: 0; padding: 0; color: #000;
}
.tiles .large.photoonly.item .touchTitle h1:after{ display: table; width: 100%; content:' ';}
.tiles .large.photoonly.item:hover .touchTitle{ text-decoration:none; margin-bottom: 10px; color:#000 !important;}
.tiles .large.photoonly.item:hover .touchTitle h1{ color: #000 !important; }

.tiles .xlarge.photoonly.item {  }
.tiles .xlarge.photoonly.item .cropimage{ height: 420px; }
.tiles .xlarge.photoonly.item .touchTitle{ left:50px; bottom: 50px; width:70%; text-align: left; }
.tiles .xlarge.photoonly.item .tiles_itemHeader{ display:block; padding: 0; }
.tiles .xlarge.photoonly.item .tiles_itemHeader .category, .tiles .xlarge.photoonly.item .tiles_itemHeader .alert{
	
	font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(19, 15, 253, 0.8);
    background-color: rgba(27, 82, 198, 0.8);
    color: #fff;
	text-shadow: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    box-shadow: 10px 0 0 rgba(27, 82, 198, 0.8), -10px 0 0 rgba(27, 82, 198, 0.8);
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 1.35em; 
    margin: 5px 0;
    min-height: 30px;
    padding: 0;
    text-transform: uppercase;
    width: auto;
	
}
.tiles .xlarge.photoonly.item .touchTitle .date{
	
	font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8);
    font-size: 9px;
    letter-spacing: 1.5px;
    line-height: 12px;
    margin: 0;
    min-height: 30px;
    padding: 0;
    text-transform: uppercase;
    width: auto;
    margin-top: 2px;	
}
.tiles .xlarge.photoonly.item .touchTitle h1{ 
	font-size: 2.75em; line-height: 1.35em; 
	font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8);
    display: inline;
    margin: 0;
    padding: 0;
    color: #fff;
    margin: 0;

}
.tiles .xlarge.photoonly.item .touchTitle h1:after{ display: table; width: 100%; content:' ';}

/******************************************************/
/******************************************************/

.tiles .horiz.item { width: calc(100% - 30px); padding:0; }
.tiles .list.horiz.item { width: 100% !important; background: none; margin-left: auto; margin-right: auto; padding-bottom: 5px; }

.tiles .horiz .cropimage { display: block; float:left; overflow: hidden; position: relative; }
.tiles .horiz.item .tiles_itemHeader{ padding: 0 0 10px 0; }
.tiles .horiz.item .touchTitle{ display:block; overflow:hidden; box-sizing: border-box; }
.tiles .horiz.item .touchTitle a{ color:#000; letter-spacing:-0.05em; font-weight:bold; }
.tiles .horiz.item .touchTitle a:hover{ text-decoration: underline; }

.tiles .horiz.item .media{	
	display: block; position:absolute; top: 0; right: 0;
	background-color: #000; color: #fff; margin: 0; border-radius: 0; text-align: center; overflow: hidden;
	padding: 10px; font-size: 14px; line-height: 12px; width: 14px; height: 14px;
}
.tiles .horiz.item .touchTitle .subtitle{ line-height: 1.25em; padding:20px 0 0 0; margin:0; color: #7e7e7e; }
.tiles .horiz.item .touchTitle .author{ line-height: 1.25em; padding:20px 0 0 0; margin:0; color: #B1B1B2; }


.tiles .small.horiz.item { height: 40px; overflow: hidden; width: calc(100% - 20px) !important; padding-bottom: 0; border-bottom: 1px solid #e9ecee; }
.tiles .small.horiz .cropimage { width:40px; height: 40px; overflow: hidden; float:left; background-size:cover; background-position: center center; }
.tiles .small.horiz.item .tiles_itemHeader .alert{ font-size:12px; }
.tiles .small.horiz.item .tiles_itemHeader .category{ display: none; }
.tiles .small.horiz.item .tiles_itemHeader .date{ display: none; }
.tiles .small.horiz.item .media{ display: none; }
.tiles .small.horiz.item .touchTitle{ height: 40px; padding: 0 0 5px 5px; margin-left: 40px;}
.tiles .small.horiz.item .touchTitle a{ font-size: 13px; line-height: 1.25em; }
.tiles .small.horiz.item .touchTitle .subtitle{ display: none; }


.tiles .small.horiz.item { height: 90px; overflow: hidden; padding-bottom: 5px; margin: 5px auto !important; border-bottom: 1px solid #e9ecee; }
.tiles .small.horiz .cropimage { width:120px; height: 90px; overflow: hidden; float:left; background-size:cover; background-position: center center; }
.tiles .small.horiz.item .tiles_itemHeader .alert{ font-size:12px; }
.tiles .small.horiz.item .tiles_itemHeader .category{ font-size:12px; }
.tiles .small.horiz.item .tiles_itemHeader .date{ font-size:12px; }
.tiles .small.horiz.item .media{ top:0; left:0; }
.tiles .small.horiz.item .touchTitle{ height: 150px; padding: 0 15px; margin-left: 120px;}
.tiles .small.horiz.item .touchTitle a{ font-size: 15px; line-height: 1.25em; }
.tiles .small.horiz.item .touchTitle .subtitle{ display: none; }


.tiles .medium.horiz.item { height: 150px; overflow: hidden; padding-bottom: 5px; margin: 5px auto !important; border-bottom: 1px solid #e9ecee; }
.tiles .medium.horiz .cropimage { width:35%; height: 150px; overflow: hidden; float:left; background-size:cover; background-position: center center; }
.tiles .medium.horiz.item .tiles_itemHeader .category{ font-size:12px; }
.tiles .medium.horiz.item .tiles_itemHeader .date{ font-size:12px; }
.tiles .medium.horiz.item .touchTitle{ height: 150px; padding: 0 15px; }
.tiles .medium.horiz.item .touchTitle a{ font-size: 18px; line-height: 1.25em; }


.tiles .circle-text.horiz.item { overflow: hidden; padding-bottom: 0; margin: 0 auto !important; border-bottom: none; }
.tiles .circle-text.horiz .cropimage { 
	width:30%; overflow: hidden; float:left; background-size:cover; background-position: center center; 
    -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
}
.tiles .circle-text.horiz .cropimage:after{
    content: ""; display: block; padding-bottom: 100%;
}
.tiles .circle-text.horiz.item .touchTitle{ padding: 15px 0 0 10px; }
.tiles .circle-text.horiz.item .touchTitle a{ font-size: 14px; line-height: 1.25em; }
.tiles .circle-text.horiz.item .touchTitle .subtitle{ font-size: 12px; line-height: 1em; font-family:'Open Sans', Arial, Helvetica, sans-serif; padding-top: 5px;}


.tiles .large.horiz.item { height: 200px; overflow: hidden; margin: 15px auto !important; padding-bottom: 15px; border-bottom: 1px solid #e9ecee; }
.tiles .large.horiz .cropimage { width:42%; height: 200px; overflow: hidden; float:left; background-size:cover; background-position: center center; }
.tiles .large.horiz.item .tiles_itemHeader .category{ font-size:12px; }
.tiles .large.horiz.item .tiles_itemHeader .date{ font-size:12px; }
.tiles .large.horiz.item .touchTitle{ height: 200px; padding: 0 15px; }
.tiles .large.horiz.item .touchTitle a{ font-size: 22px; line-height: 1.25em; }


/* -------------------------------------------- */

.black .tiles .item .touchTitle, .pink.tiles .item .touchTitle a{ color: #fff !important; }
.black .tiles .item .touchTitle a:hover { color: #fff !important; }
.black .tiles .item:hover .touchTitle h1 { color: #fff !important; }
.black .tiles .item:hover .touchTitle{ color: #7f7f7f !important; }
.black .tiles .item .author{ color: #f3f3f3; }
.black .tiles .item .date{ color: #f3f3f3; }
.black .tiles .item .tiles_itemHeader .category{ color: #000; }
.black .tiles .item .tiles_itemHeader .alert{ background-color: #000; }

/* -------------------------------------------- */

@media only screen and (max-width: 767px){
.tiles .item{ max-height: 300px !important; width: 100%; margin-left:0; margin-right:0;}
.tiles .item .cropimage{ max-height: 300px !important; }
.tiles .item .cropimage .tiles_image{ max-height: 300px !important; }

.tiles .tall.phototext.item .cropimage:after{ content: ""; display: block; padding-bottom: 70%; }
.tiles .xlarge.photoonly.item .touchTitle{ width:100%; left:0; padding: 0 20px 15px 20px; font-size: 0.75em; bottom:0;}
.tiles .xlarge.phototext.item .touchTitle .subtitle{ font-size: 1em; line-height: 1em;}

.tiles .circle.phototext.item{ }
.tiles .circle.phototext.item .tiles_itemHeader{ padding:0; }
.tiles .circle.phototext.item .touchTitle{ display: inline-block; width:60%; margin: 0; padding: 0 0 0 10px; }
.tiles .circle.phototext .cropimage{ display: inline-block; width: 40%; float:left; }
.tiles .circle.phototext .cropimage:after{ content: ""; display: block; padding-bottom: 100%; }

.tiles .medium.phototext.item{ }
.tiles .medium.phototext.item .tiles_itemHeader{ padding:0; }
.tiles .medium.phototext.item .touchTitle{ display: inline-block; width:60%; margin: 0; padding: 0 0 0 10px; }
.tiles .medium.phototext.item .touchTitle .author{ padding-left: 0;}
.tiles .medium.phototext.item .touchTitle .date{ padding-left: 0;}
.tiles .medium.phototext .cropimage{ display: inline-block; width: 40%; float:left; }
.tiles .medium.phototext .cropimage:after{ content: ""; display: block; padding-bottom: 100%; }

.tiles .small.phototext.item .tiles_itemHeader .category{ font-size: 12px; }
.tiles .short.phototext.item .tiles_itemHeader .category{ font-size: 12px; }
.tiles .medium.phototext.item .tiles_itemHeader .category{ font-size: 12px; }
.tiles .tall.phototext.item .tiles_itemHeader .category{ font-size: 12px; }
.tiles .xlarge.phototext.item .tiles_itemHeader .category{ font-size: 12px; }

.tiles .small.phototext.item .touchTitle h1{ padding:0; font-size: 18px; }
.tiles .short.phototext.item .touchTitle h1{ padding:0; font-size: 18px; }
.tiles .medium.phototext.item .touchTitle h1{ padding:0; font-size: 18px; }
.tiles .tall.phototext.item .touchTitle h1{ padding:0; font-size: 18px; }
.tiles .xlarge.phototext.item .touchTitle h1{ padding:0; font-size: 18px; }

.tiles .large.horiz.item .touchTitle a{ font-size: 18px; }

}
@media only screen and (min-width: 768px) and (max-width: 979px){
.tiles .item{ width: 100%; margin-left:0; margin-right:0; }
}
@media only screen and (max-width: 979px){
.tiles .small.phototext.item{ }
.tiles .small.phototext.item .tiles_itemHeader{ padding:0; }
.tiles .small.phototext.item .tiles_itemHeader .category{ font-size: 12px; }
.tiles .small.phototext.item .media{ top:0; }
.tiles .small.phototext.item .touchTitle{ display: inline-block; width:60%; margin: 0; padding: 0 0 0 10px; }
.tiles .small.phototext.item .touchTitle h1{ padding:0; font-size: 18px; }
.tiles .small.phototext .cropimage{ display: inline-block; width: 40%; float:left; }
.tiles .small.phototext .cropimage:after{ content: ""; display: block; padding-bottom: 100%; }

.tiles .short.phototext.item .touchTitle h1{ font-size: 18px; }
}

@media only screen and (min-width: 980px) and (max-width: 1119px){
.tiles .xlarge.photoonly.item .touchTitle{ width:100%; left:0; padding: 10px 5px 20px 5px; font-size: 0.75em;}
}