::selection {
	background-color: hotpink;
	color: white;
}

html, body {
	background: white  url('../img/tile.jpg') 0 -350px repeat;
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	/*font-family: verdana;*/
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;	
}

body.wedding_bg{
	background: url("../../img/wedding-05.jpg") no-repeat scroll 50% 50% / cover  #fff;
	background-attachment:fixed;
}

 img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
a {
    color: #222;
}

a:hover, a:focus {
    color: #2d2d2d;
	text-decoration:none;
}

.socialLinks {
	list-style: none;
	float: right;
	margin-bottom: 0;
	margin-right: -15px;
}

.socialLinks li {
	float: left;
	margin: 5px;
}

.topHeaderContainer {
	background:#ccc url('../img/bgbody_grunge.jpg')  left top repeat;
	z-index: 100000;
}

.topHeader {
	line-height: 25px;
	background-color: #eee;
}
.topHeaderContainer.sticky {
	margin-top:-94px;
	position: fixed;
	z-index:1000;
	width:100%;
}
#stickylogo{
	display:none;
	position:fixed;
	top:0; padding-left: 15px;
	z-index:10000;
}
#header_spacer {
    display: none;
    height: 180px;
    margin-bottom: 6px;
    width: 100%;
}

.socialLink {
	display: block;
	width: 30px;
	height: 30px;
	background-color: transparent;
}

.trends {
	display:inline-block;
	margin-top:2px;
	padding-left: 10px;
}
.topHeaderContainer .trends {
	height: 32px; overflow: hidden;
}
.trends a, .recent-allroi{
	border-radius:10px;
	background: #302E2F url('../../img/hashRoi.png') 3px 5px  no-repeat; color: #fff;
	padding:0 5px 0 24px;
	border:0;
	font-size:12px;
	line-height:30px;
	font-weight: bold;
	display:inline-block;
}
.trends a{
	border-radius: 0; color: #ccc;
	display: block; height: 32px; line-height:32px;
	background: transparent url('../img/tags_lbg.png') top left no-repeat;
	padding: 0; padding-left: 34px;
}
.trends a span{
	display: block; height: 32px; float: left; background: transparent url('../img/tags_rbg.png') top right no-repeat; padding-right: 6px; color: #2d2d2d;
}

.recent-allroi:hover{
	background-color: #E0106F;
	color:#fff;
}

.trends a:hover, .trends li.active a{background-position: bottom left;}
.trends a:hover span, .trends li.active a span{color: #e0106f;}

.recent-allroi{
	width:70%;
}
.cloudContainer .trends li {margin-bottom: 10px;}
.cloudContainer .trends a{background-image: url('../img/places_lbg.png')}
.trends.places a{background-image: url('../img/bcats_lbg.png')}
.trends.videos a{background-image: url('../img/vcats_lbg.png')}
.trends.events a{background-image: url('../img/ecats_lbg.png')}


.trends li {
	float: left;
	margin-right: 10px;
	list-style: none;
}
.mediakit {
	padding-left:0;
}
.mediakit li {
	list-style: none;
	margin-bottom:10px;
}
.mediakitContainer h2 {
	display: block;
	margin: 0px;
	padding: 5px;
	font-size: 18px;
	background-color: #555;
	color: white;
	line-height: 20px;
	margin-bottom: 10px;
}


.logoBar {
	margin-top: 20px;
}

.logoBar .adContainer {
	text-align: right;
	padding-top: 10px;
}

.mainNav {
	position:relative;
}

.categoriesNav {
	list-style: none;
	position: relative;
	/*padding-left:200px;*/
	text-align: center;
	margin-bottom:0;
	height: 36px;
}

.categoriesNav li {
	/*float: left;*/
	display: inline-block;
	background: transparent url('img/menu_sep.png') center left no-repeat;
}
.categoriesNav li.last{}
.categoriesNav li.first{ background:transparent;}


.categoryLink {
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
}

.siteSectionsNav {
	font-family: 'Open Sans Condensed', sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-right: 15px;
}

.siteSectionsNav li {
	display: inline-block;
	padding: 2px 1px;
}

.siteSectionsNav li.active {
	padding-bottom:0;
}

.siteSectionsNav li a {
	font-size: 18px;
	text-transform:uppercase;
	text-align: center;
	padding: 6px 4px 11px;
	display: block;
	color: #656565;
	border-radius:10px 10px 0 0 ;
	background: #fff;
	background: rgba(255,255,255,0.6);
}

.siteSectionsNav li a .icon {
	display: block;
	font-size: 32px;
	text-align: center;
	margin-bottom:5px;
}

.siteSectionsNav li.active a {
	font-weight:bold;
	background: #E0106F; color: #fff;
	padding-bottom: 13px;

}

.siteSectionsNav li:hover a{
    color: #E0106F;
}

.siteSectionsNav li.active:hover a {
    color: #ECECEC;
}

.siteSectionsNav li a:hover {
	text-decoration:none;
}

.siteSectionsNav .sectionDescription {
	font-size:12px;
	color:#ccc;
	font-weight:normal;
}
.siteSectionsNavContainer {
	
}

.siteSectionsNavContainer a {
	color: white;
}

.menuTitle {
	float: left;
	width: 100px;
	background-color: #666;
	color: white;
	line-height: 40px;
	padding: 0 10px;
}

.categoriesNavContainer {
	background: #E0106F;
	min-height: 36px;
}
.categoriesNavContainer a {
	color: #252525;	
}

.categoriesNavContainer a.categoryLink {
	color: #fff;
}
.categoriesNav li.selectedCategory, .selectedCategory {
	background: #fff;
}

.siteSectionsNavContainer .menuTitle {
	background-color: #333;
}

.floatingMenuContainer {
	border: 2px solid #ddd;
	border-top: 0;
	z-index: 1000000000;
	background-color: white;
	
}

.floatingMenu {
	padding: 20px 0;
}

.floatingMenu .featuredArticles {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

.floatingMenu .featuredArticles li {
	float: left;
	width: 45%;
	margin-right: 15px;
}

.floatingMenu .featuredArticles li img {
	width: 100%;
	height: 110px;
	display: block;
}

.floatingMenu .featuredArticles li .title {
	display: block;
	padding-top: 5px;
	font-size: 0.9em;
}

.subcategoriesNav li {
	width: 45%; 
	float: left;
}

.floatingMenu .catetoryLatestNews {
	margin: 0 10px;
}

.floatingMenu h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: -1.5px;
	margin-left: 10px;
	line-height: 30px;
	margin-top: -10px;
	margin-bottom: 15px;
	color: #c6e9f2;
}

.floatingMenu .catetoryLatestNews li {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}

.fp-opener {
	margin-top: 15px;
}

.eventsContainer, .photosContainer, .videosContainer, .videosContainer2 {
	position: relative;
}

.videosContainer {
	padding-left: 50px;
}

.videosContainer2 {

}

.eventsContainer h1, .photosContainer h1, .videosContainer h1, .videosContainer2 h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	color: rgba(255, 255, 255, 0.3);
	font-size: 84px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	margin-bottom: -25px;
	/*margin-left: -20px;*/
}
.photosContainer h1 {
	left: -160px;
}
.videosContainer h1 {
	left: -100px;
	top: 90px;
}

.videosContainer2 h1 {
	top: 90px;
}

.eventPoster,  .photoPoster {
	display: block;
	margin: auto 5px;
	box-shadow: 0px 5px 10px #111;
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
}

.eventPoster:hover .eventWhen, .photoPoster:hover .PhotoWhere {
	font-size: 1.2em;
	left: -15px;
	top: -15px;
	-webkit-transition: all 100ms ease-out 50ms; /* property duration timing-function delay */
    -moz-transition: all 100ms ease-out 50ms;
    -o-transition: all 100ms ease-out 50ms;
    transition: all 100ms ease-out 50ms;

}

.eventWhen, .PhotoWhere {
	position: absolute;
	left: -6px;
	top: -5px;
	padding: 4px;
	display: block;
	box-shadow: 0px 0px 3px #000;
	z-index: 100;
	background-color: #E0106F;
	color: #fff;
}



.eventPoster img {
	width: 100%;
}

.eventsContainer .eventDescriptionContainer, .photoPoster .photoDescriptionContainer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: right;
	display: none;
}

.photoPoster .photoDescriptionContainer {
	display: inline;
}

.eventDescription, .photoDescription {
	background-color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.photoDescription{
	padding:6px;
	line-height: 26px;
}

.eventLocation {
	background-color: #333;
	color: white;
}

.darkSection {
	padding: 15px 0;
	margin: 10px 0;
	background: #333 url('../img/dark_fish_skin.png') 0 0 repeat;
}


.recentNewsAd {
	display: block;
	height: 4.4em; padding: 0.2em 0;
	overflow: hidden; text-align: center;
	/*border-radius: 10px; background: #eee;*/
	background: white url('../img/adBg.png') 0 0 repeat;
}
.recentNewsAd img{ height: 4.1em;}

h1.recentNewsTitle {
	padding-left: 23px; text-align: left; margin: -5px; margin-bottom: 5px; font-size: 11pt;
	border-radius:10px 10px 0 0;
	background: #302E2F url("../../img/hashRoi.png") 5px 50% no-repeat;
}

.recentNewsTitle  a{color: #fff; font-size: 11pt;}
.recentNewsTitle  a:hover{color: #fff;text-decoration: underline;}

.recentNews {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 15.8em;
	margin-bottom: 5px;
}

.recentNews ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 0;
}


.recentNews li {
	height: 4em;
	padding: 0;
	margin: 0;	
}

.recentNews ul a {
	display: block;
	padding: 5px 0px;	
	border-top:1px solid #fff;border-bottom:1px solid #fff;border-left:0;border-right:0;
}

.recentNews ul a:hover {
	border-top:1px solid #E0106F;border-bottom:1px solid #E0106F;border-left:0;border-right:0;
	color: #E0106F; text-decoration: none; border-radius: 10px;
}

.recentNews img {
	float: left; 
	width: 40px; 
	height: 40px; 
	margin-right: 10px;
	margin-left: 5px;
}

.recentNews .timeStamp {
	display: block;
	font-size: 9px;
	line-height: 10px;
	color: #686868;
}

.recentNews .title {
	font-size: 12px;
	padding: 2px 0 0 0;
	height: 31px;
	line-height: 14px;
	overflow: hidden;
	display: block;
	color:#222;
}


.scrollbarDiv .viewport {height: 15.8em; overflow: hidden; position: relative; }
.scrollbarDiv .overview { list-style: none; position: absolute; left: 0; top: 0; }
.scrollbarDiv .thumb .end,
.scrollbarDiv .thumb {  background-color: #302E2F; }
.scrollbarDiv .scrollbar { position: relative; float: right; width: 10px; }
.scrollbarDiv .track { background-color: #efefef; height: 100%; border-radius: 3px; width:10px; position: relative; }
.scrollbarDiv .thumb {display: none; height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; border-radius: 3px;}
.scrollbarDiv .thumb .end { overflow: hidden; height: 5px; width: 10px;  border-radius: 3px;}
.scrollbarDiv .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.popularNews li {
	padding: 10px 0;
}

.ad300x250 {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	background: #444 url('http://patrasevents.gr/Photos/Banners/banner_e74505f8-3604-4b3e-b90d-c183e81cda24.jpg') 0 0 no-repeat;
}
#popupads{
	display:none;
	z-index:100001;
	position:fixed;
	left:20px;
	top:50px;
}
.popularRank {
	font-size: 25px;
	font-weight: bold;
	background-color: #ddd;
	padding: 0 10px;
	line-height: 25px;
}

.popularNews .title {
	line-height: 25px;
}

.inlineTextAd {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	color: #922;
	margin: 10px;
}

.recentNews .moreLink {
	display: block;
	text-align: right;
	padding: 0 20px;
}

.eventsMenuOuter{
	margin-top: 20px;
	margin-right: 15px;
}

.eventsMenu {

}

.eventsMenu li {
	list-style: none;
	display: inline;
	margin: 0 3px;
	line-height: 40px;
}

.eventsMenu li a {
	color: #fff;
	font-size:18px;
}
.eventsMenu li a:hover {color: #d2d2d2;}

.categorySidebar {
	background-color: #eee;
}

.categorySidebar h2 {
	display: block;
	margin: 0px;
	padding: 5px;
	font-size: 18px;
	background-color: #555;
	color: white;
	line-height: 20px;
	margin-bottom: 10px;
}

.categorySidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.categorySidebar ul li {
	padding: 2px;
	font-size: 12px;
}

.categorySection {
	background-color: white;
}

.categorySection .featuredArticles {
	margin-left: 0;
}

.categorySection .featuredArticles li {
	list-style: none;
	float: left;
	width: 22%;
	margin-right: 20px;
}

.categorySection .featuredArticles img {
	width: 100%;
	display: block;
}

.categorySection .categoryMain {
	padding: 10px;
}

.titleOverImage {
	position: relative;
}

.titleOverImage .title {
	position: absolute;
	bottom: 0px;
	padding: 10px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6);

}

.albumsRow{margin-left: -5px;margin-right: -5px;}
.album {
	display: inline-block;
	margin:0 5px;
}
.paginated-result .album{
	margin: 0;
	margin-bottom: 15px;
}
.albumLarge {
	width: 600px;
}


.albumVideo img {
	
}

.albumVideo {
	width: 350px;
}

.albumVideo2 {
	position: relative;
}
.albumVideo2 a{
	color:#fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	box-shadow: 0 4px 5px #2d2d2d;
}
.albumVideo2 a:hover{
	text-decoration:none;
}

.albumVideo2 .icon {
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
	opacity: 0.3;
	font-size: 30px;
}

.albumVideo2 a:hover {
	color: white;
}

.albumVideo2 a:hover .icon {
	opacity: 0.7;	
}

.albumVideo2 .title {
	height: 3.7em;
	overflow: hidden;
}
.whiteRowContent .albumVideo2 a {box-shadow: 0 3px 4px #858585;}
.whiteRowContent .albumVideo2 .title {background: #454545;}
.whiteRowContent .albumVideo2 img {border-radius: 10px 10px 0 0;}

.album img {
	display: block;
	width: 100%;
}

.albumLarge img {
	height: 360px;
}

.newsTile {
	position: relative;
	display:block;
}
.vertical_articles .newsTile{margin-bottom: 15px;}

.whiteRoundContainer .newsTileSmall{margin-top: 15px;}

a.newsTile:hover {
	text-decoration:none;
}

.newsTile .newsImage {
	width: 100%;
	display: block;
	background-size: 100% auto;
	background-position: 0 50%;
}

.newsTile:hover .newsImage {
	/*border-color: #428bca;*/

}
.circle_divider{
	border-radius:2px; 
	background-color:#E0106F; 
	width:8px;
	height:8px;
	display:inline-block;
}
.eventTile2 {
	background-color: white;
	margin-bottom: 10px;
}


.eventTile2 .eventImage {
	background-size: 100% auto;
	background-position: 0 50%;
	height: 120px;
}
.sideEvents{
	padding: 15px 0;
}
.sideEvents .eventPoster{
box-shadow: 0px 3px 4px #999;
}
.sideEvents .eventDescriptionContainer{
	/*display: block; padding: 5px 10px; text-align: center;*/
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: right;
}

.eventRightBlock{
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0 3px 3px #ccc;
	display: block;
}
.eventRightBlock .eventImage {
	height: auto;
	display: block; float: left; width: 35%;
}
.eventRightBlock .eventInfo{
	display: block; float: left; margin-left: 36%;
}
.newsTile .newsMeta {
	position: absolute;
	bottom: -10px;
	right: 10px;
}

.eventTile2 .newsMeta {
	margin: 0;
	padding: 0;
}

.newsTile .newsMeta li, .eventTile2 .newsMeta li, .eventRightBlock .newsMeta li{
	list-style: none;
	padding-left: 18px;
	padding-right: 5px;
	font-size: 11px;
	border-radius: 3px;
	
	display: inline-block;

	margin-right: 3px;
	
	background-color: #fff;
	background-color: rgba(255,255, 255, 0.3);
	/*border: 1px solid #ddd;*/
	margin-bottom: 3px;
	text-align: center;
	
}

.newsTileSmall .newsMeta {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.newsTileSmall .newsMeta li {
	list-style: none;
	padding-left: 18px;
	padding-right: 5px;
	font-size: 11px;
	border-radius: 3px;
	
	display: inline-block;

	margin-right: 3px;
	
	background-color: #fff;
	background-color: rgba(255,255, 255, 0.3);
	/*border: 1px solid #ddd;*/
	margin-bottom: 3px;
	text-align: center;
	
}

.newsTile .newsMeta li:hover {
	
}

.newsMeta .fb_likes {
	background: #f7f7f7 url('img/facebook.png') 3px 50% no-repeat;
	background-size: 12px;
}

.newsMeta .comments {
	background: #f7f7f7 url('img/comments.png') 3px 50% no-repeat;	
	background-size: 12px;
}


.newsMeta li {
	background-color: #fff;
	background-color: rgba(255,255, 255, 0.8) !important;
}

.newsMeta li:hover {
	background-color: #fff !important;
}

.newsTile .category {
	background-color: #302E2F;
	color: white;
	display: block;
	font-size: 14px;
	position: absolute;
	left: 0; top: 0;
	padding: 10px;
	z-index: 200;
	border: none;
	border-radius: 6px 0 0 0;
}

.newsTile:hover .category {
	background-color: #E0106F;

}

.newsTile .title {
	display: block;
	background-color: #fff;
	color: #2d2d2d;
	padding: 12px 7px;
	font-size: 14px;
	line-height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	bottom: 0;
	margin: -20px 10px 0;
	bottom: 0px;	
	box-shadow: #ddd 0px 2px 7px;
	padding-top: 5px;
	padding-bottom: 30px;
	position: relative;
	height: 4.7em;
	border-radius:10px;
	border-bottom:1px solid #302E2F;
}
.newsTile:hover .title {
	color: #E0106F; background-color: #fff;
}
.middleBig .newsTile .title { height: 5.4em;}

.specialArticle .title {
	/*background-color: #333;
	color: #f7f7f7;*/

}

.interview {
	text-decoration: none;
	display: block;
	color: #333;
	margin-left: 10px;
	background-color: white;
	box-shadow: #ddd 0px 1px 5px;
	padding: 10px;
	margin-top: 15px;
	border-radius: 10px;
	position: relative;
	background-color: #f3f4ff; 
	min-height: 150px;
	-webkit-transition: all 100ms ease-in 50ms; /* property duration timing-function delay */
    -moz-transition: all 100ms ease-in 50ms;
    -o-transition: all 100ms ease-in 50ms;
    transition: all 100ms ease-in 50ms;	
}

.interview .authorImage{
	float: left;
	margin-top: -25px;
	background-size: auto 100%;
	border: 4px solid white;
	border-radius: 10px;
}
.interview .author{
    color: #999999;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: right;
    width: auto;
}
.interview .quote{
	font-size: 16px;
    font-style: italic;
    line-height: 22px;
    text-align: right;
	margin-left: 130px;
    max-height: 200px;
    display: block;

}
.interview:hover .authorImage {
	border-color: #2d2d2d;
}

.opinion {
	text-decoration: none;
	display: block;
	color: #333;
	/*margin-left: 10px;
	background-color: white;
	box-shadow: #ddd 0px 1px 5px;
	padding: 10px;
	margin-top: 15px;
	height: 160px;
	border-radius: 10px;*/
	position: relative;
	height: 210px;
	-webkit-transition: all 100ms ease-in 50ms; /* property duration timing-function delay */
    -moz-transition: all 100ms ease-in 50ms;
    -o-transition: all 100ms ease-in 50ms;
    transition: all 100ms ease-in 50ms;
	
}

.bwWrapper {
    position:relative;
    display:block;
}
.opinion .opinionInfo {
	position: absolute; top: 0; right: 0; left: 0; bottom: 0;
	display: block; 
	background: white;
	background: transparent url('../img/gnomes_info.png') top right no-repeat;
}

.opinion .authorImage {
	position: absolute; top: 28px; left: 0;
	display: block;
	width: 120px;
	height: 120px;
	padding: 5px;
	background: #2d2d2d;
	/*float: left;
	margin-top: -25px;
	background-size: auto 100%;
	border: 4px solid white;*/
	-webkit-transition: all 100ms ease-in 50ms; /* property duration timing-function delay */
    -moz-transition: all 100ms ease-in 50ms;
    -o-transition: all 100ms ease-in 50ms;
    transition: all 100ms ease-in 50ms;
}
/*
.opinion:hover {
	text-decoration: none;
	background-color: #e8f6fc;
	background-color: #eee;
}*/

.opinion:hover .authorImage {
	background: #E0106F;
}

.opinion .quote {
	font-size: 15px; line-height: 16px;
	text-align: right;
	font-style: italic;
	height: 120px; overflow: hidden;
	display: block; margin-left: 120px; margin-right: 10px;
}

.opinion .author {
	display: block; margin-left: 120px; margin-top: 55px; margin-right: 10px;
	font-size:13px;
	text-align: right;
	display: block;
	margin-bottom: 10px;
	color: #999;
}

.album .title {
	display: block;
	background-color: #666;
	color: #f3f3f3;
	font-size: 13px;
	padding: 2px 4px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.albumVideo .title {
	height: 2.9em;
}
.play {
	position:relative;
	display:block;
}
.play:after {
    background: transparent url('../../img/play.png') 50% 50% no-repeat;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.my-sticky-element.stuck {
	position:fixed;
	top:0;
	margin:auto;
	z-index:10000000;
}

#stickyLogo {
	position:absolute;
	top:0;
	right:0;
	display:none;
}
.stuck #stickyLogo {
	display:block;
	z-index:10000001;
}

.subcategoriesMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 30px;
}

.subcategoriesMenu li {
	float: left;
	padding: 0px 20px;
	margin:10px 0 0;
	border-right: 1px solid #aaa;
}

.last {
	border-right:0 !important;
}
.cat2 li{
	border-color:#4071E0;
}
.cat3 li{
	border-color:#BC2EF3;
}
.cat4 li{
	border-color:#F32EA5;
}
.cat5 li{
	border-color:#F32E40;
}
.cat6 li{
	border-color:#F36E2E;
}
.cat7 li{
	border-color:#F3DA2E;
}
.cat8 li{
	border-color:#4df32e;
}
.cat9 li{
	border-color:#2ef3d0;
}

#happensNow {
	position:fixed;
	top:90px;
	right:0px;
	background: #fff;
	background:rgba(255,255,255, 0.8);
	width:300px;
	height:90px;
	padding:10px;
	border:1px dashed #992222;
	display:none;
}
#articleNow img {
	height: 60px;
	float:left;
	background:#fff;
	border:1px solid #eee;
	border-radius:2px;
	padding:5px;
	margin-right:5px;
}

#happensNow .title {
	display:block;
	font-size:15px;
	color:#992222;
	font-weight:bold;
}


.newsTile {
	cursor: pointer;
}


.newsTile:hover .title {
	border-bottom:1px solid #E0106F;
	background-color: #EFEFEF;
}
.newsTileBottom:hover .title {
	background-color: transparent;
	background-image: url(img/newsBottomBG_hover_grey.png);
	color: white;
}
.newsMore {
	height: 265px;
	overflow: hidden;
}

.newsMoreLink {
	float: right;
}

.todayIs {
	font-size: 20px;
	color: #302E2F;
	display: block;
	text-align: right;
	line-height:19px;
}

.todayDate {
	font-size: 16px;
	display: block;
	text-align: right;
	margin-bottom: 5px;
	color: #2d2d2d;
}

.useful {
	list-style: none;
	margin: 0;
	margin-bottom:0;
	padding: 0;

}

.useful li .btn{
	width:100%;
	padding: 3px 5px;
	text-align: left;
	border: none; font-size:  13px;
	border-radius: 15px 0 0 15px;
	overflow-x: hidden;
	background-color: #fff; color: #515151;
	border:1px solid #EAEAEA;
}
.useful li a.btn:hover{
	border-color: #E0106F; color: #2d2d2d; background-color: transparent;
}

.useful li a.btn img{padding: 0 2px;}

.opinions-row{margin-left: -5px; margin-right: -5px;}
.opinions-row .opinion {
	/*margin: 5px;*/
}
.pinstripedSuitBg{
	background: transparent  url('../img/pinstriped_suit.png') 0 0 repeat;
	padding: 10px 0;
}
.pinstripedSuitNews{margin-top: 10px;}

.opinions-row-outer {
	/*background: transparent  url('http://localhost/pe_ci//assets/css/img/pinstriped_suit.png') 10px 10px repeat; */
	background: transparent url('../img/gnomes_bg.png') 0 0 repeat; 
	padding:5px 0;
	margin-bottom: 15px;
	/*margin-top: 10px;*/
}

.opinions-row {
	/*background: transparent url('../../img/pe_writers2.png') 0 0 no-repeat;*/
	background: transparent url('../img/gnomes.png') 0 0 no-repeat;
	padding-top: 45px; 
	padding-bottom: 5px;
	display:block;
	/*margin: 0 !important;*/
}

.opinions-row span{	
	padding-left:0;
	padding-right:0;
}
.opinionsBlock{padding: 5px;}

.useful a {
	margin-bottom: 2px;
}
.useful a:hover {
        color: #E0106F;
}

.recipe {
	background-size: 100% auto;
	height: 120px;
	position: relative;
	display:block;
	border-radius:10px;
}

.recipe .title {
	position: absolute;
	right: -10px;
	bottom: 10px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
	color: #333;
	padding: 10px;
	font-size: 20px;
	margin-left: 60px;
	text-align: right;
	box-shadow: #555 0px 2px 5px;
	line-height:20px;
}

.recipe .sponsor {
	position: absolute;
	right: 10px;
	top: 0px;
	width: 60px;
}

.repice .columnTitle {
	position: absolute;
	left: -20px;
	top: -20px;
	width: 100px;
	z-index: 500;
}

}

.newsTileBottom {
	background-color: white;
	margin:0 10px 30px 10px;
}

.newsTileBottom .title {
	margin: 0;
	padding: 0;
	/*width: 100%;
	box-shadow: none;
	margin-top: -40px;*/
	height: 100px;
	font-size: 16px;
	line-height: 22px;
	background: transparent url(./img/newsBottomBG.png) 0 0 repeat-x;
	position: absolute; left: -10px; right: -10px; top: 150px;
	
}


.newsTileSmall {
	clear: left;
	margin-bottom: 5px;
	padding-right:10px;
	background-color: white;
	padding: 8px;
	border-radius: 10px;
	border-top:1px solid #302E2F;border-bottom:1px solid #302E2F;border-left:0;border-right:0;
}
.newsTileSmall.roiTile {
	padding: 4px 8px;
}

.newsTileSmall .newsImage {
	float: left;
	margin-right: 10px;
	width: 100px;
	height:67px;
}

.newsTileSmall .title {
	display: block;
}

.newsTileSmall .subtitle {
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	display: block;
	padding-top: 5px;
	color: #302E2F;
}
/*.newsTileSmall.roiTile .subtitle {padding-top: 0;}*/

.newsTileSmall.roiTile .timeStamp {color: #686868;display: block;font-size: 9px;padding-bottom: 5px;}
.newsTileSmall.roiTile .title, .newsTileSmall.roiTile .subtitle, .newsTileSmall.roiTile .timeStamp{line-height: 15px;}

.newsTileSmall:hover {
	text-decoration: none;
	border-top:1px solid #E0106F;border-bottom:1px solid #E0106F;border-left:0;border-right:0;
	background-color: #fff;
}

.newsTileSmall:hover .title {
	color: #E0106F;
}

.newsTileSmall:hover .subtitle {
}
.subtitle:after {
    visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.eventsMenu:after, .categoryMainArticleContainer:after, .socialLinks:after, .simpleTile:after{
    visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.metric {
	float: left;
	text-align: center;
}

.metric .image {
	width: 100px;
	display: block;
	margin-bottom: 10px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 30px;
	margin: 20px;
	border-radius: 20000px;
	height: 150px;
	width: 150px;

}

.metric .number {
	font-size: 48px;
	color: 	#ED2290;
	font-weight: bold;

}

footer {
	padding: 20px;
}

.fire-topics  {
	background: transparent url('../images/fire.png') 0 0 no-repeat;
	padding-left: 50px;
	background-size: 70px 70px;
}

.bottom_links {
	list-style: none;
	background-color: #fff;
	min-height: 2.5em;
	box-shadow: 0 3px 5px #ddd;
	margin-top: -30px;
	border-radius: 10px;
}

.bottom_links li {
	/*float: left;*/
	display: inline;
	line-height: 2.5em;
	margin-right: 15px;
}

.bottom_links li.copy {
	float: right;
}

.articleContainer {
	margin-top: 15px;
	margin-bottom: 15px;
}

.whiteRowContent {
	background-color: white;
	padding: 15px;
	/*margin-bottom: 15px;*/
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.contactLinks li a, .articleSummary p a, .articleBody p a {
	border-bottom: 1px dashed #E0106F;
	color: #E0106F;
}
.contactLinks li a:hover, .articleSummary p a:hover, .articleBody p a:hover{
	border-bottom: 1px dashed #454545;
	color: #454545;
}

.articleContainer h1 {
	font-size: 26pt;
	font-weight: normal;
}

.articleSummary {
	padding: 10px 0;
	background-color: #f9f9f9;
	font-size: 1.2em;
	line-height: 1.3em;
}
.articleMedia, .articleBody, .articleSummary {
	margin-bottom: 15px;
}
.articleMedia .photoAlbumPhotos{clear: both;}

.articleMedia .image_small{
	float: right;
	display: block;
	margin-left: 15px;
	margin-bottom: 15px;
}
.articlePublishDate,
.articleAuthorDetails {
	margin-top: 0;
	border-top: 1px solid #a6a6a6;
	padding-top: 10px;
}
.articlePublishSocial{
	margin-top: 0;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	padding-top: 10px;
	padding-bottom: 10px;
}

.articleAuthorImage {padding-left: 0;}
.articleAuthorImage img{
	border-radius: 5px;
}
.articleAuthorDetails {
	padding: 10px 0px;
	background-color: white;
	font-size: 0.9em;
	text-align: right;
}

.articleInnerContainer {
	background-color: white;
	padding: 20px;
	border: 1px solid #ddd;
	border-top: none;
}

.articleInnerContainerTop {
	background: url("../img/stripe.png") repeat scroll 0 0 #302E2F;
	padding: 10px 20px;
	padding-left:60px;
	text-align: middle;
	font-size: 18px;
}

.articleInnerContainerTop a {
	color: white;
}

.articleInnerContainerTop .icon {
	font-size: 30px;
	color: #999;
}

.articleInnerContainerTop .subcategoriesMenu {
	position: absolute;
	right: 20px;
	top: 20px;
}

.articleInnerContainerTop .subcategoriesMenu li {
	margin-top: 0;
	padding-top: 0;
}

.articleInnerContainerTop .subcategoriesMenu li a {
	font-size: 9pt;
}

.articleInnerContainerTop .subcategoriesMenu .active {
	font-weight: bold;
}

.articleInnerContainerTop .subcategoriesMenu .active a {
	color: #333;
}

.articleContainer h1 {
	font: normal 30px "Open Sans", Arial;
	margin-top: 0;
	margin-bottom:0;
	padding: 20px;
	background-color: #302E2F;
	color: #f9f9ff;
}


.articlePublishDate {
	margin-top: 10px;
	padding: 10px 20px;
	text-align: right;
	color: #777;
}

.articlePublishTime {
	display: block;
	font-size: 18pt;
}


.articleBody h2 {
	font-size: 14pt;
}

.articleBody  .articleSidebarBodyPart {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 15px;
	width: 200px;
	border-left: 5px solid #ddd;
}

.articlePublishInfo .articleSidebarBodyPart, .articlePublishInfo .articleLeftSidebarBodyPart {
	margin: 10px -15px;
	border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
}

.articleBody  .articleLeftSidebarBodyPart {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 15px;
	width: 200px;
	border-right: 5px solid #ddd;
}

.articleSidebarBlock {
	/*float: left;
	margin: 8px 0;
	width: 200px;
	margin-left: -140px;
	margin-right: 20px;*/
	margin: 8px -15px;
	padding: 10px 20px;
	border-right: 5px solid #ddd;
	clear: left;
}
.placeBody .articleSidebarBlock {
	margin-left: 0;
}
.articleSidebarBlock h3, .articleSidebarBodyPart h3{
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
}
/*
.articleSidebarBlock {
	float: right;
	margin-left: 10px;
	padding: 10px;
	border-left: 5px solid #ddd;
	width: 200px;
}
*/
.articleSections {
	background-color: #f3f3f3;
	padding: 10px;
	display: inline-block;
}

.articleActivity {
/*	float: right;
	display: inline-block;*/
	padding: 0 0 10px 0;
}

.share-button {
	display: inline-block;
	position: relative;
	float:left;
}

.share-button .shares_num {
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0px 2px;
	position: absolute;
	right: 10px;
	font-size: 10px;
	top: -5px;
	min-width: 10px;
	text-align: center;
}

.articleSidebarBlock img:hover {
	opacity: 0.9;
	cursor: pointer;
}

.fpcategories{
	position: relative;
}
.fpcategories h1, .sideSectionHeader{
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 10px 0px; 
	/*margin-bottom: 0;
	margin-top:10px;*/
	margin: 0;
	background: #302E2F url("../img/stripe.png") 0 0 repeat;
	color: #302E2F;
	padding-left: 25px; 
}
.fpcategories.topParent64 h1{
	/*background: #7fc700 url('../../img/hash_photos.png') 15px 50% no-repeat; */
	background: #454545;
	color:#fff; font-weight: bold;
}
	
.sideSectionArticles {
	padding: 3px 10px;
}

.sideSectionHeader {
	margin: 0 -15px; margin-bottom: 10px;
	padding: 10px;
	font-size: 18pt; 
}

.alignRight{
	padding-left: 0; 
	padding-right: 25px; 
	text-align: right;
}

.topParent0{
	background: #C6C6C6 url('../../img/hash0.png') 15px 50% no-repeat; 
	color:#474848;
}

.fpcategories h1 a {
	color: white;
}
.subcategoriesMenu a {
	color: white;
}

/*wedding!!!!!!!!!!*/
.parent101 h1, .topParent101, .parent108 h1, .topParent108, .parent130 h1, .topParent130{
	color: white;
}
.parent101 li, .parent108 li{
	border-color:#f179b0;
}
.parent101 .subcategoriesMenu a:hover, .parent108 .subcategoriesMenu a:hover{
	color:#f179b0;
}

.parent1 h1, .topParent1{
	color: white;
}
.parent1 li{
	border-color:#2EC3F3;
}
.parent1 .subcategoriesMenu a:hover{
	color:#2EC3F3;
}

.parent2 h1, .topParent2{
	color:#D77BF6;
}
.parent2 li{
	border-color:#D77BF6;
}
.parent2 .subcategoriesMenu a:hover{
	color:#D77BF6;
}
.parent3 h1, .topParent3{
	color:#bc2ef3;
}
.parent3 li{
	border-color:#bc2ef3;
}
.parent3 .subcategoriesMenu a:hover{
	color:#bc2ef3;
}
.parent4 h1, .topParent4{
	color:#f32ea5;
}
.parent4 li{
	border-color:#f32ea5;
}
.parent4 .subcategoriesMenu a:hover{
	color:#f32ea5;
}
.parent241 h1, .topParent5{
        color:#f9f9ff;
}
.parent5 h1, .topParent5{
	color:#F3DA2E;
}
.parent5 li{
	border-color:#F3DA2E;
}
.parent5 .subcategoriesMenu a:hover{
	color:#F3DA2E;
}
.parent6 h1, .topParent6{
	color:#f36e2e;
}
.parent6 li{
	border-color:#f36e2e;
}
.parent6 .subcategoriesMenu a:hover{
	color:#f36e2e;
}
.parent7 h1, .topParent7{
	color:#f3da2e;
}
.parent7 li{
	border-color:#f3da2e;
}
.parent7 .subcategoriesMenu a:hover{
	color:#f3da2e;
}
.topParent82{
	background: #F1EAFF url('../../img/hash2.png') 15px 50% no-repeat; 
	color:#752ef3;
}
.topParent64{
	/*background: #7fc700 url('../../img/hash_photos.png') 15px 50% no-repeat; */
	background: #454545;
	color:#fff; font-weight: bold;
}
.topParent52{
	/*background: #E0106F url('../../img/hash_events.png') 15px 50% no-repeat; */
	background: #454545;
	color:#fff; font-weight: bold;
}
.articleInnerContainerTop.topParent64, .articleInnerContainerTop.topParent52 {
	background: url("../img/stripe.png") repeat scroll 0 0 #302E2F;
	font-weight: normal;
}

.hotpink {
	color: #d33;
	background: #fde url(../images/hash4.png) 15px 50% no-repeat; 

}

.red {
	color: #d3a;
	background: #edf url(../images/hash5.png) 15px 50% no-repeat; 

}

.dashed_bottom{border-bottom: 1px dashed #777;}

.affiliates_footer span{text-align: center;}
.affiliates_footer a img{border-radius: 10px;}

.latestArticlePopup {
	position: fixed; 
	top: 40px; 
	display: none;
	right: 10px; 
	width: 200px;
	background-color: white; 
	border-radius: 10px; 
	box-shadow: 0 3px 3px #999;
	padding: 10px; 
	padding-bottom: 25px;
	z-index:1000000000000;
}
.latestArticlePopup  a.close_latestArticlePopup{
	font-size: 8pt;
	float: right;
	margin-top: 10px;
}
.latestArticlePopup a{
	font-size: 0.9em;
	display: block;
}
.latestArticlePopup a img{border-radius: 10px;}

.articleNavy {
	position: fixed; 
	top: 40%; 
	right: 10px; 
	font-size: 80pt; 
	display: block; 
	background-color: white; 
	border-radius: 10px; 
	border: 1px solid #fff;
	border-bottom: 2px solid #302e2f;
	box-shadow: 0 3px 3px #999;
	padding: 0 10px; 
	opacity: 0.4;
}

.articleNavy:hover {
	opacity: 1;
}

.articleNavyInner {
	display: block; float: right; font-size: 14pt; 
	width: 330px; display: none; height: 120px; margin-top: 20px;
}

.articleNavyInner .navyTitle{
	font-size: 10pt; margin-top:10px; display: block; margin-left: 130px;
}

.articleNavyInner .navyImg img{border-radius: 10px;}

.articleNavyInner .navyImg{
	float:left; width: 120px; margin: 10px; margin-left: 0;
}
.articleNavyArrow{
	display: block; float: right; width: 60px; margin-top: -15px;
}
.articleNavyLeft .articleNavyArrow,.articleNavyLeft .articleNavyInner{float: left;}

.articleNavyLeft {
	left: 10px; 
	right: auto;

}
.articleNavy:hover {
	background-color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #302e2f;
}
.categoryMainArticleDescription {
	padding-left: 20px;
	padding-right: 10px;
	display: block;
	background-color: #fff;
	color: #2d2d2d;
	overflow: hidden;
	text-overflow: ellipsis;
	bottom: 0;
	margin: 10px 0 0 -40px;
	height: 223px;
	box-shadow: #ddd 0px 2px 7px;
	position: relative;
	border-radius:10px;
	border-bottom:1px solid #302E2F;
}
.categoryMainArticleContainer:hover .categoryMainArticleDescription {
	color: #E0106F; background-color: #fff;
}
.categoryMainArticleDescriptionInner{
	display: block; height: 213px; overflow: hidden;
}
.categoryMainArticleDescription h2 {
	font-weight: normal;
}

.categoryMainArticleDescription .newsMeta {
	position: relative;
	margin: 10px 10px;
	padding: 0;
}

.categoryMainArticleContainer {
	background-color: white;
	position: relative;
	/*box-shadow: 0px 3px 3px #888;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;*/
}

.categoryMainArticleContainer img{border-radius: 10px;}
.categoryMainArticleContainer .category {
	background-color: #302E2F;
	color: white;
	display: block;
	font-size: 14px;
	position: absolute;
	left: 0; top: 0;
	padding: 10px;
	z-index: 200;
	border: none;
	border-radius: 6px 0 0 0;
}

.categoryMainArticleContainer:hover .category {
	background-color: #E0106F;
}

.sidebar {
	padding-left: 20px;
}


.timestamp {
	font-size: 9pt;
	margin: 3px 0;
	color: #999;
	padding-left: 15px;
	background: transparent url('../images/clock_small.png') 0 50% no-repeat;
	margin-left: 5px;
}

.dateNav .today {
/*	float: left;
	display: block;
	width: 18%;
*/


}

.dateNav {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}


/*
.dateNav {
	padding: 0;
	margin: 0;
}

.dateNav li {
	float: left;
	width: 10%;
	overflow: hidden;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 4px;
	text-align: center;
	margin-left: 1px;
	line-height: 1em;
	border-radius: 2px;
}
*/
.dateNav li .mini_date {
	display: block;
	font-size: 10pt;
	color: #bbb;
}

.eventTilesContainer {
	background-color: white;
	padding: 15px;
	border-radius: 10px;
}

.eventTiles {
	position: relative;
}

.eventTiles .eventTileOuter {
	/*float: left;*/
	-moz-transition: all 0.3s, -moz-transform 0.3s;
    -webkit-transition: all 0.3s, -webkit-transform 0.3s;
    -o-transition: all 0.3s, -o-transform 0.3s;
    transition: all 0.3s, transform 0.3s;
}

.eventCatergoryNav {
	list-style: none;
	margin: 0;
	background-color: black;
	padding: 15px 0;
}

.eventCatergoryNav li {
	text-align: right;
	padding: 0;
	margin: 0;
	padding: 5px 10px;
}


.eventCatergoryNav a {
	-moz-transition: all 0.3s, -moz-transform 0.3s;
    -webkit-transition: all 0.3s, -webkit-transform 0.3s;
    -o-transition: all 0.3s, -o-transform 0.3s;
    transition: all 0.3s, transform 0.3s;

	color: #bbddff;
}

.eventCatergoryNav a:hover {
	color: white;
	text-decoration: none;
}

.eventCatergoryNav .active {
	background-color: #47b;
}

.eventCatergoryNav .active a {
	color: white;
}

.eventTile {
	position: relative;
	display: block;
	background-color: #f8f8f8;
	box-shadow: 0px 1px 2px #bbb;
	margin: 0;
	margin-bottom: 15px;
	min-height: 200px;	
	min-width: 200px;
	border-radius: 10px;
}

@media (max-width: 767px) {
	.eventTile {
		width: 100%;
	}
}

.eventTile .eventImage {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	background-size: 100% 100%  ;
	background-position:  50% 0 ;
	background-repeat: no-repeat;
	border-radius: 10px 0 0 10px;
}


.eventTile .eventDescriptionContainer {
	position: relative;
	margin-left: 52%;
	padding: 10px 5px;
}
.eventsMaxHeight .eventTile .eventDescriptionContainer {
	max-height: 185px;
	overflow: hidden;
}

.eventTile .eventDate {
	text-align: right;
	display: block;
	margin-bottom: 8px;
}

.eventTile .eventTime {
	padding: 3px;
	background-color: #333;
	color: #ddd;
	font-size: 0.9em;
}

.eventTile .eventDescription {
	font-size: 1em;
	background-color: transparent;
}

.eventTile:hover .eventDescription {
	color: #333;
}

.eventTile .eventDescription {
	-moz-transition: all 0.3s, -moz-transform 0.3s;
    -webkit-transition: all 0.3s, -webkit-transform 0.3s;
    -o-transition: all 0.3s, -o-transform 0.3s;
    transition: all 0.3s, transform 0.3s;
	display:block;
	overflow:hidden;
}

.eventTile {
	-moz-transition: background-color 0.3s, -moz-transform 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, -o-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
}

.eventTile:hover {
	text-decoration: none;
	background-color: #def;
}

.eventPaneTitle {
	padding: 10px;
	margin: 5px;
	padding-top: 0;
	margin-top: 0;
	font-size: 20px;
	line-height: 20px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}

.eventPaneTitle .eventDate {
	font-size: 17px;
	font-weight: normal;
	display: block;
}

.eventMetaList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eventMetaList li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 10px 0;
}

.eventMetaList label {
	display: block;
	background-color: #f4f4f4;
	padding: 5px;
	font-weight: bold;
	color: #999;
}

.eventMetaList .eventMeta {
	padding: 3px 10px;
	display: block;
}

.relativeEventArticles a {
	font-size: 0.9em
}

.relativeEventArticles {
	list-style: none;
	margin: 0;
	padding: 0;

}

.relativeEventArticles li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}


.place-social-links a i {
	font-size: 1.5em;
}

.show-map-button i {
	font-size: 1.8em;
}

.photoAlbumTop .eventDescriptionContainer {
	display: block;
}

.photoDescriptionContainer {
	text-align: right;
}

.photoAlbumTop {
	padding: 0;
}

.photoAlbumTop {
	display: block;
	position: relative;
}

.photoAlbumTop .photoDescriptionContainer {
	position: absolute;
	bottom: 0;
	right: 0;
}

.photoAlbum {
	position: relative;
	padding: 0 5px;
}

.mainContentLeftCol .photoAlbum, .sideEvents .photoAlbum{
	box-shadow: 0 4px 4px #999;
	margin-bottom: 15px;
	padding: 0;
}
.sideEvents .photoAlbum{
	margin-bottom: 0;
}
.mainContentLeftCol .videoAlbum{
	padding: 0 15px;
	box-shadow: none;
}
.albumDescription {
	font-size: 1.2em; color: #000;display:block;padding:5px;
}

.albumLocation {
	font-size: 1em; color: #777
}

.photoAlbum .icon-overlay {
	position: absolute;
	width: 100%;
	height: 80%;
	font-size: 80px;
	line-height: 190px;
	text-align: center;
	color: #333;
	background-color: white;
	opacity: 0.3;
	display: none;

}

.photoAlbum:hover .icon-overlay {
	display: block;

}

.photoAlbumDetails {
	background-color: #fff; display: block;
	position: relative;
}
.mainContentLeftCol .photoAlbum .photoAlbumDetails{
	display: block; 
	height: 94px; overflow: hidden;
}

.photoAlbumDetails .icon {
	position: absolute;
	right: 3px;
	top: 3px;
	font-size: 18px;
}

.tagCloud {
	padding: 20px;
	text-align: center;
}

.tagCloud a {
	display: inline-block;
	margin: 0 5px;
}

.tagsize1 {
	font-size: 0.9em;
}

.tagsize2 {
	font-size: 1.2em;
	opacity: 0.7;
}

.tagsize3 {
	font-size: 1.3em;
	opacity: 0.8;
}

.tagsize4 {
	font-size: 1.5em;
	opacity: 0.9;
}

.tagsize5 {
	font-size: 1.7em;
	font-weight: bold;
}

.photoTile {
	width:24.9%;
}
.grPhotoTile {
        width:12.5%;
}
@media (max-width: 767px){
.grPhotoTile {
        width:25%;
}

}
#fit-width .masonry {
  margin: 0 auto;
}

#gutter-opt-demo2 .item {
  margin-bottom: 10px;
}

.slideshow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.slideshow h1 {
	color: white;
	font-size: 22px;
	background-color: black;
	margin: 0;
	padding: 10px;
	text-align: center;
}

.slideshow h1 a {
	color: #bef;
}

.slideshow-container {
	margin-right: 340px;
	position: relative;
	height: 100%;
}

.slideshow .image-navs {
	position: absolute;
	top: 85%;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	text-align: center;
}

.slideshow .image-navs a {
	padding: 5px;
	display: inline-block;
}


.slideshow .main-image {
	height: 70%;
	text-align: center;
}

.slideshow .main-image img {
	text-align: center;
	margin-top: 10px;
	box-shadow: 0px 0 10px #000;
	max-height: 100%;
}

.slideshow-ads {
	float: right;
	width: 300px;
	text-align: center;
	padding: 20px;
}

.slideshow-ads img {
	width: auto !important;
}

.topArticlesContainerOuter {
	z-index: 5;
}

.topArticlesContainer {
	padding: 15px 0;
}

.topArticles .col {
	padding-left: 1px;
	padding-right: 1px;
}

.topArticles{background: none;}

.fp-opener .column {
	padding-right: 1px;
}

.topnewstile img {
	width: 100%;
	border-radius: 5px;
}

.topnewstile {
	position: relative;
	border-radius: 5px; padding: 0px;
	border-bottom: 1px solid #302E2F;
	background: #fff;
}

.topnewstile:hover {
	text-decoration: none;
	border-bottom: 1px solid #E0106F;
}

.topnewstile-title {
	display: block;
	padding: 5px; 
	font-size: 13px; 
	height: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 0 0 5px 5px;
	color: #000;
	background:#fff;	
}

.topnewstile:hover .topnewstile-title {
color: #2d2d2d;
}


.fpOpenerTile img{width: 100%;}
.fpOpenerTile{
	background: #302E2F;border-radius: 10px; padding: 3px 0;
}
.fpOpenerTile:hover{background: #E0106F;}
.fpOpenerTile:hover .opener-title {
	background: #fff; color:#2d2d2d;
}

.opener-title {
	position: absolute; 
	padding: 10px; 
	display: inline-block; 
	bottom: 5%; 
	left: 35%; 
	right: 0; 
	border-radius: 15px 0 0 15px;
	padding-left: 10px; 
	font-size: 20px; 
	color: #515151;
	background: #fff;
	
	line-height: 1.2em;

	-webkit-transition: color 100ms ease-out 50ms; /* property duration timoutg-function delay */
    -moz-transition: color 100ms ease-out 50ms;
    -o-transition: color 100ms ease-out 50ms;
    transition: color 100ms ease-out 50ms;

	-webkit-transition: background 100ms ease-out 50ms; /* property duration timing-function delay */
    -moz-transition: background 100ms ease-out 50ms;
    -o-transition: background 100ms ease-out 50ms;
    transition: background 100ms ease-out 50ms;

}

.middleBig .title {
	font-size: 1.3em;
	padding: 10px;
	padding-bottom: 30px;
}
.footergrey {
	background: #333 url('../../img/bo_play_pattern.png') 0 0 repeat; 
	padding: 20px 0;
}
.footerpopular{
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.4);
	margin-bottom:5px;
	padding-left:5px;
	position:relative;
	display:block;
}
a.footerpopular{
	color:#eee;
}
.footerpopularTitle{
	padding:5px 0;
	margin-left:5px;
}
.footerpopularViews{
	background:black;
	color:#DF16A4;
	position:absolute;
	right:-15px;
	top:5px;
}
.newsletter {
	background: transparent url('../../img/newsletter.png') 0 0 no-repeat; 
	width: 95%; 
	padding: 50px; 
	padding-bottom: 41px;
}
#popular_week{
	background: transparent url('../../img/popular_week.png') center bottom no-repeat; 
	padding-bottom:41px;
}
.footerstats{
	background: transparent url('../../img/footerstats.png') center bottom no-repeat; 
	padding-bottom:41px;
	color:#DF16A4;
	font-size:2.2em;
	font-weight:bold;
}
#likestats{
	background: transparent url('../../img/like_stats.png') center top no-repeat; 
	background-size:80%;
	padding-top:60px;
	display:block;
	text-align:right;
}
#photostats{
	background: transparent url('../../img/photo_stats.png') center top no-repeat; 
	background-size:80%;
	padding-top:60px;
	display:block;
	text-align:right;
}
#articlestats{
	background: transparent url('../../img/comments_stats.png') center top no-repeat; 
	background-size:80%;
	padding-top:60px;
	display:block;
	text-align:right;
}
.rawHtmlWrapper{
	position: relative;
	padding: 10px 0;
}
.rawHtmlWrapper object{
	max-width:100%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fb-comments{width: 100% !important;}
.fb-comments iframe[style]{width: 100% !important;}
.fb-comments span{width: 100% !important;}
.fb-comments iframe span[style]{width: 100% !important;}

.dateNav {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	z-index:2;
	border-radius: 10px;
}

.dateNav li .mini_date {
	display: block;
	font-size: 10pt;
	color: #bbb;
}

.sectionTopNews {
	background-color: white;
	padding: 10px;
	padding-top: 20px;
	margin: 0;
	margin-bottom: 15px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}


.categoryTab {
	padding: 0 8px;
	text-align:left;
}
.categoriesNav li.magazine_link{float: right; background-image: none; padding: 0;}
.categoriesNav li.magazine_link .btn {height: 36px; border-radius: 0;}
.categoriesNav .dropdown-menu li {background-image: none;}
.categoriesNav .dropdown-menu  {min-width: 50px;}


.categorySubMenu {
	display: none;
	position: absolute;
	background-color: white;
	z-index: 10;
	right: 0;
	left: 0;
	top: 36px;
	background-color: #848482;
	border-radius: 0 0 10px 10px;
	border-bottom: 4px solid #e0106f;
	background:#fff url('../img/bgsubmenu_grunge.jpg') bottom left no-repeat;
	/*box-shadow: 0 3px 4px #999;*/
	/*background-color: #98b888;*/
	z-index: 10000;
}

.subCategoriesMenu {
	padding: 20px;
	margin: 10px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	min-height: 200px;
	background: none; padding:0;
}

.subCategoriesMenu li.first a {
	border-top: 0;
	border-radius: 10px 10px 0 0;
}
.subCategoriesMenu li.last a{
	border-bottom: 0;
	border-radius: 0 0 10px 10px;
}
.subCategoriesMenu li {
	display: block;
	float: none;
	margin: 0;
	border: none; background: none;
}

.subCategoriesMenu li a {
	line-height: 23px;
	display: block;
	padding: 4px;
	padding-left: 10px;
	font-weight:bold;
	color:#333;
	background: #ccc;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #b5b5b5;
}
.subCategoriesMenu li a:hover {
	text-align: center;
	padding-left: 4px;
	background: #2d2d2d;color: #fff;
	border-bottom: 1px solid #2d2d2d;
	background: #fff; color: #e0106f;
	border-bottom: 1px solid #fff;
}
.subCategoriesMenu li.last a:hover {
	border-bottom: none;
}
.selectedCategory {
	background-color: #848482;
}

.categoriesNav li.selectedCategory a.categoryLink {
	color: #e0106f;
}
.categoriesNav li.active {background: white;}
.categoriesNav li.active a.categoryLink {
	color: #e0106f;
}

.selectedCategory .categoryLink {
	border: none;
}

.articleMenu {
	list-style: none;
	margin: 20px 10px 10px 0;
	padding-left: 0;
}


.articleMenu li {
	display: block;
	float: none;
	background: none;	
}

.articleMenu a {
	display: block;
	padding: 5px;
	padding-left: 15px;
	color: #656565;
	border-bottom: 1px solid #cfcfcf;
}

/*.articleMenu li.first a{border-top: 1px dashed #ccc;}*/

.articleMenu a.selected {
	background-color: #2d2d2d;
	color: #fff;
	margin-left: -40px; padding-left: 55px;
}

.categorySubMenu .imagePlaceholder {
	margin: 10px;
	padding: 5px 0;
	border-radius: 10px; background: #2d2d2d;
	display: block;
}

.categorySubMenu .imagePlaceholder  img{border-radius: 10px;}

.eventsDarkSection {
	background: #101010 url(./img/eventsBG.jpg) bottom center no-repeat;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:5px;
}

.photosDarkSection {
	background: #000 url(./img/photosBG.jpg) 0 0 no-repeat;	
	margin:0;
}
.lazy {
  display: none;
}

.topNav {
	position:relative;
	border-bottom: 1px solid #E0106F;
	background: #fff;
	background:rgba(255, 255, 255, 0.4);
	min-height:40px;
}

#important-news{
	border-bottom: 2px solid #E0106F;
	border-top: 2px solid #E0106F;
}
.trendingTagsContainer {
	overflow: hidden;
	max-height: 3em;
	padding-left: 5px;
}


#stream {
	background: white url('img/live.jpg') 0 0 repeat;
}

.event-select-date i {
	color: white;	
}

.event-select-date .icon-calendar {
	font-size: 18px;
}

.event-select-date {
	margin: 8px;
}

.hidden {
	display: none;
}

.allEventsLink {
	float: right;
}

.noEventsMessage {
	text-align: center;
	display: none;
}

.noEventsMessage .allEventsLink, .eventsCategoryLink .allEventsLink {
	float: none;
}

.eventsCategoryLink{
	text-align: center;
	margin: 10px 0;
}

.navbar-default .navbar-nav > li > a.btn-primary:hover,
.navbar-default .navbar-nav > li > a.btn-primary:focus {
  color: #333333;
  background-color: #3276B1;
}
.cloudContainer{
	background:white;
	margin:10px 0; padding-top: 10px;
	border-radius: 10px;
}
#mapCanvas img {
  max-width: none;
}
#mapCanvas label { 
  width: auto; display:inline; 
} 


#place-selector-popup .loading-indicator {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;

}


#place-selector-popup .place-results {
	min-height: 100px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}


#place-selector-popup .place-results li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #37d;
	display: block;
	background-color: #f9f9f9;
	border-bottom: 1px solid #eee;
	padding: 5px;
	cursor: pointer;
}

#place-selector-popup .place-results li:hover {
	background-color: #ddd;
	color: #333;
}

#place-selector-popup .no-results-text {
	margin-top: 10px;
	display: none;
	min-height: 100px;
}

#place-selector-popup .add-new-place-form {
	display: none;
}

#uploaded-files {
	margin: 0;
	list-style: none;
	padding: 0;
}

#uploaded-files li {
	list-style: none;
	padding: 0;
	position: relative;
	display: inline-block;
	margin: 5px;
}

#uploaded-files li .filename {
	font-size: 12px;
	background-color: white;
	position: absolute;
	bottom: 10px;
	left: 0;
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	opacity: 0.9;
}

#uploaded-files li .btn-delete {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
}

#uploaded-files li:hover .btn-delete {
	opacity: 1;
}

.fpWeddingRoundContainer{
	background: white;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 3px 3px #999;
	margin-left: 15px;
}
.fpWeddingRoundContainer .sideSectionHeader {margin: 0; background: #f179b0;}
.fpWeddingRoundContainer .trends{padding-top: 10px;max-height: 210px;overflow-y: auto;}

.bgContainer {
	/*background:rgba(255, 255, 255, 0.3);
	border-radius:10px;
	padding: 15px;*/
	
}
.whiteRoundContainer{
	background: white;
	border-radius: 0 0 10px 10px;
	padding: 0 15px 10px 15px;
	margin: 10px 0;
}

/*
.whiteRoundContainer .sideSectionHeader{
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 10px 0px; 
	padding-left: 25px; 
	margin-bottom: 10px;
	background: #302E2F url("../img/stripe.png") 0 0 repeat;
	color: #302E2F;
}*/

#layerslider{
	max-height: 500px;
	height: 500px; 
}
.ls-s-1{
	border-radius:25px;
	background:#fff;font-size:1.8em;  color:#AC3C77; 
}
#pelogo{
	/*padding:0;
	margin:0;*/
	text-align:left;
}
/* styles for desktop */
.tinynav { display: none }

/* styles for mobile */
.simpleTile{
	background:#fff;
	border-radius: 10px;
	display:block;
	margin-top: 15px;
	box-shadow: 0 2px 3px #aaa;
}
.simpleTile img{border-radius: 10px 10px 0 0;}
.simpleTileDescription{
	display:block;
	text-align: center;
	padding:5px;
	height:50px;
	overflow:hidden
}
.simpleTile:hover{box-shadow: 0 2px 3px #454545;}
.simpleTile:hover .simpleTileDescription{color: #e0106f;}

.euxes{
	background-color:#F8FFDD;
	padding:0 15px;
}
.euxes h2{
	padding-left:64px;
	background: transparent  url('../img/euxes.png') 0 0 no-repeat;
	height:64px;
	display:table-cell;
	vertical-align:bottom;
	margin-bottom:5px;
}
.nosokomeia{
	background-color:#E1F3F2;
	padding:0 15px;
}
.nosokomeia h2{
	padding-left:64px;
	background: transparent  url('../img/nosokomeia.png') 0 0 no-repeat;
	height:64px;
	display:table-cell;
	vertical-align:bottom;
	margin-bottom:5px;
}
.metafores{
	background-color:#E9EAED;
	padding:0 15px;
}
.metafores h2{
	padding-left:64px;
	height:64px;
	display:table-cell;
	vertical-align:bottom;
	margin-bottom:5px;
}
.metafores h2.bus{
	background: transparent  url('../img/bush2.png') 0 0 no-repeat;
}
.metafores h2.train{
	background: transparent  url('../img/trainh2.png') 0 0 no-repeat;
}
.metafores h2.longdist{
	background: transparent  url('../img/suitcase.png') 0 0 no-repeat;
}
#weatherslider{
	width:100%; 
	height:300px;
	margin-top:20px;
}

.no_left_padding{padding-left: 0;}
.no_right_padding{padding-right: 0;}
.radius10{border-radius: 10px;}
.white_radius10{background: white; border-radius: 10px; }
.recentNewsContainer{background: white; border-radius: 10px; padding: 5px;}
.sendus{
	border:1px solid #C2C2C2;border-radius:5px;width:100%;background-color:#E0106F;padding:0;color:#fff;overflow:hidden;
}
.sendus:hover{
	color:#EDF9FF;
}
.btncont{
	background: #fff;
	background:rgba(255, 255, 255, 0.7); padding:10px;border-radius:5px;margin:1px;float:left;margin-right:10px;
}
.paginated-result .newsTileSmall, .penth-result .newsTileSmall{height: 83px; margin-bottom: 10px;}
.paginated-result .title, .penth-result .title{height: 62px; margin-top: 2px; overflow: hidden;}
.paginated-result .roiTile .title{height: 70px;}
/*
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  padding-right: 5px;
  padding-left: 5px;
}
*/

.sectionTopNewsRightBLock{
	padding-left: 10px;
	padding-right: 0;
}

//.adContainer{padding: 10px 0; margin: 0; text-align: center; background: white url('../img/adBg.png') 0 0 repeat;overflow: hidden;}
.adContainer{padding: 10px 0; margin: 0; text-align: center; background: white ;overflow: hidden;}

.adBigContainer, .paginated_articles, .mainCategoryArticle{margin-bottom: 15px;}
.adContainer embed{max-width:100%}
.adContainer iframe{max-width:100%}
.adXtraBigContainer{margin-bottom: 30px;}
.eventsAd {padding: 0;}
#important-news, #photo_video_2, #events-global{margin-bottom: 15px;}

.column-no-padding {
	padding-left: 0;
	padding-right: 0;
}

.sidebarContainer, .mainContentContainer{display: block; position: relative;}
.sidebarContainerMarginTop{margin-top: 15px;}

.whiteRowContainer {
	background: white;
	padding: 15px; margin-bottom: 15px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.articleTitle{margin-right: -15px;}

.mainContentLeftCol {
	margin-right: -15px;
}
.mainContentRightCol {
	margin-left: -15px;
}
.contentMarginBottom{margin-bottom: 15px;}
.eventsBigSection{display: block; margin-bottom: 15px; padding-bottom: 15px;}
.eventCategoryNavContainer{
	border-radius: 10px;
	background: #2d2d2d;
	padding: 10px 0;
}
ul.eventCategoryNav{
	list-style-type: none;
	margin: 0; padding: 0 5px;
}

ul.eventCategoryNav li{
	display: block; padding: 3px 5px;
	background: #2d2d2d url('../img/dark_li_bg.png') bottom left repeat-x;	
}
ul.eventCategoryNav li a{color: #999; font-size: 12px;}
ul.eventCategoryNav li a:hover, ul.eventCategoryNav li.active a{color: #fff;}

.tab-pane{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border: 1px solid #ddd;
	border-top: 0;
	padding-top: 15px;
}


.submit_photos_container {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #999;
	margin: 10px 0;
}

.smallArticleRelated{margin-bottom: 10px;}

.radiosRow{margin-bottom: 15px;}
.radiobutton img{border-radius: 10px 10px 0 0;}
.radiobutton {
	position: relative;
	text-align: center;
	border-radius: 10px;
	background: #eee;
}

.radiobutton .radioName {font-size: 1.2em; color: #f00;display:block;padding:5px;}
.radiobutton .listenLiveBadge {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #800;
	color: white;
	padding: 5px;
	display: block;
	font-size: 0.8em;
	border-radius: 10px 0 0 0;
}
.radiobutton:hover .radioName {color: #000;}
.radiobutton:hover .listenLiveBadge {background-color: #000;}

.jcarousel-skin-tango {
    position: relative;
    overflow: hidden;
    height: 400px;
	list-style-type: none;
}
/*
.jcarousel-skin-tango ul {
    width: 2000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel-skin-tango ul li{width: 150px; height: 150px; padding: 0; float: left; display: block;}
*/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 10px;
	display: none;
	z-index: 999;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top a {
	width: 68px;
	height: 68px;
	display: block;
	margin-bottom: 7px;
	background: #aaa url('img/up-arrow_small.png') no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover  {
	background-color: #333;
}

#back-top.small_back_top a{
	width: 48px;
        height: 48px;
        background-image: url('img/up-arrow_small.png');
}
#back-top.small_back_top span{
	width: 48px;
	height: 48px;
	background-image: url('img/up-arrow_small.png');
}
.topNav form.search{margin-top: 5px;}
.headerSendContentP{font-size: 10px; margin: 0 -15px; margin-top: 10px; padding: 0; text-align: center;}
.articleActivity  .col-xs-4,
.articleActivity  .col-sm-12,
.articleActivity  .col-md-4
{max-width: 80px; float: right;}

.eventMetaShowDetails{
	width: 40%; float: right; text-align: right; color: #999;
}
.feedslist li{
	list-style: none outside none;
	padding: 0;
	margin: 0;
}
.feedslist a{
	background: url('../img/rssli.png') 0 0 no-repeat;
	padding-left:30px;
	padding-bottom:4px;
	line-height:24px;
}

@media (max-width: 767px) {
	.eventTile{height: auto;}
	.articleContainer h1.articleInnerContainerEventTitle{margin-top: 15px;}
	.socialLinks{margin: 0 -15px;}
	#pelogo{
		text-align:center;
		display:block;
	}
        #pelogo img{
		max-width:120px;
	}
	.siteSectionsNav li a {
		font-size:11px;
		padding:10px 5px;;
	}
	.opener-title {
		left:0;
	}
	.categoryLink {
		font-size: 14px;
		line-height: 25px;
	}
	.categoriesNav {
		list-style: none outside none;
		padding-left: 160px;
	}
	.fpOpenerTile img{
		width:100%;
	}
	.eventsContainer h1, .photosContainer h1, .videosContainer h1, .videosContainer2 h1 {
		margin-bottom:-50px;
		margin-left:-20px;
	}
	.eventsMenu li {
		font-size:11px;
		margin-left:10px;
	}
	.eventsMenu{
		padding-left:0;
	}
	.recipe .title {
		right:0;
	}
	.eventsContainer h1{
		font-size:50px;
		margin-bottom: -30px;
	}
	.newsTileSmall .title {
		font-size:12px;
	}
	.newsTileSmall .subtitle {
		font-size:10px;
	}
	.newsTile .category {
		padding:5px;
		font-size:12px;
	}
	.categoryMainArticleContainer span{
		padding:0;
	}
	.albumDescription {
		font-size:13px;
	}
    .tinynav { display: block;width:100%; margin: 5px 0;}
    #nav { display: none }
	.trends a{
		font-size:10px;
	}
	.useful span {
		display:none;
	}
	.useful a.btn {
		display:inline-block;
		width:110px;
		float:left;
		border-top-right-radius:15px;
		border-bottom-right-radius:15px;
	}
	.todayIs, .todayDate{
		text-align:center;
	}
	#layerslider{
		max-height: 300px;
		height: 300px; 
	}
	.ls-s-1{
		font-size:14px;
	}
	.opinion {
		height:220px;
		overflow:hidden;
	}
	.subcategoriesMenu{
		display:none;
	}
	.col-xs-12 .newsTile .title{
		font-size:13px;
	}
	.col-xs-6 .newsTile .title{
		font-size:11px;
	}
	.pagination {
		font-size:11px;
	}
	.newsTile .title{
		padding-top:5px;
	}
	/*.eventTilesContainer{
		float:right;
	}*/
	.eventTile {
		min-height: 250px;
		min-width: 250px;
	}
	.groupTileRow .eventTile {
		min-height: 120px;
		min-width: 120px;
	}
	.eventTile .eventDescription {
		font-size:12px;
	}
	.album .title {
		font-size:12px;
	}
	.articleContainer h1{
		padding:10px;
		font-size:16px;
	}
	.articlePublishDate{font-size:12px;}
	.articlePublishTime{font-size:16px;display:inline;}
	.articleInnerContainerTop{
		font-size:12px;
		line-height:17px;
		padding:10px;
	}
	.articleInnerContainer{
		padding-top:0;
	}
	#scheduleModal h3, #mapModal h3{
		font-size: 16px;
	}
	#scheduleModal td{
		font-size: 13px;
	}
	.modal-header, .modal-body, .modal-footer{
		padding:5px;
	}
	.modal-footer .btn-primary{
		font-size:13px;
	}
	.simpleTileDescription{
		height:42px;
		font-size:12px;
	}
	.metafores{
		font-size:0.7em;
	}
	.metafores img{
		max-width:24px;
	}
	.mainContentLeftCol {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.mainContentRightCol {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.articlePublishSocial{margin-bottom: 10px;}
	.articleActivity {display: block; float: none;}
	.categoryMainArticleDescription{margin: -40px 10px 0 0;}
	.categoryMainArticleDescription h2{margin-top: 10px;}
	.categoryMainArticleContainer .no_left_padding.no_right_padding{text-align: center;}
	.paginated-result .title{height: 68px; margin-top:0;}
	.dateNav .navbar-nav{margin-right: 0;margin-left: 0;}
	.eventPoster, .photoPoster{text-align: right; border-top: none;}
	.radiobutton .radioName  {font-size: 12px;}
}

@media (max-width: 1199px) {
	.eventMetaShowDetails{display: block; float: none;}
	.categoryLink { font-size: 0.9em;}
	.categoryTab { padding: 0 4px;}
	.categoriesNav{padding: 0;}
	.trends{margin: 2px 0 0;}
	.topNav form.search{margin-bottom: 5px;}
	.headerSendContentP{text-align: left; padding-left: 15px;}
	.socialLinks{padding: 0;}
	.useful li a.btn {
		display:inline-block;
		width:110px;
		float:left;
		border-radius:15px;
	}
	.photoAlbumTop, .newsTile, .middleBig{
		margin-bottom:10px;
	}
	.opinion .opinionInfo { max-width: 280px; right: auto;}
	.articleSidebarBlock{margin-top: 140px;}
}
@media (min-width:767px) and (max-width: 1199px) {
	.headerSendContentP{padding-left: 15px;}
	.newsTileSmall .title {height: 67px; font-size: 0.8em; overflow: hidden;}
	.newsTileSmall .title {height: 67px; font-size: 0.8em; overflow: hidden;}
	.newsTile .title{height: auto;}
	.articleInnerContainer .newsTile .title{height: 4.7em;}
}
@media (min-width:479px) and (max-width: 1199px) {
	.headerSendContentP{padding-left: 15px;}
}
@media (max-width:1199px) {
        .siteSectionsNav li a{font-size:15px;}
}
@media (max-width:992px) {
        .siteSectionsNav li a{font-size:13px;padding-left:0;padding-right:0;}
}
@media (max-width:400px) {
	.siteSectionsNav li a{font-size:8px;padding-left:0;padding-right:0;}
}
@media (max-width:768px) {
	.fpWeddingRoundContainer .trends{max-height:200px;overflow:hidden;}
	.popupbanner{width:40%;margin-right:10px;float:left;z-index:100004;}
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title{display:none;}
.ilightbox-holder.ilightbox-prev{display:none !important;}
.ilightbox-holder.dark{margin-top:20px;}
.ilightbox-holder.ilightbox-next{margin-top:0;}
body.ilightbox-noscroll {
    overflow: hidden;position: fixed;
}
}
.tabbable{margin-bottom: 15px;}


#aytakia_left{
	position: absolute;
	top: 197px; left: 50%; margin-left: -740px;
	width: 160px; height: 600px; overflow: hidden;
}
#aytakia_right{
	position: absolute;
	top: 197px; right: 50%; margin-right: -740px;
	width: 160px; height: 600px; overflow: hidden;
}
ul.aytakia{margin: 0; padding: 0; list-style-type: none;}
ul.aytakia li{margin: 0; padding: 0; display: block; float: left; width: 160px; height: 600px; overflow: hidden;}

@media (max-width:1360px) {
	#aytakia{display: none;}
}
.articleBody{overflow:hidden;}


.lightSliderControls {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 30px;
}
.lightSliderControls a{width:32px;display:block;top:50%;height:32px;background-image:url(../img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}
.lightSliderControls a:hover{opacity:1}
.lightSliderControls .lSPrev{background-position:0 0;right:42px}
.lightSliderControls .lSNext{background-position:-32px 0;right:10px}
.lightSliderControls a.disabled{pointer-events:none}

.blogTile {margin-bottom: 15px; position: relative; display: block; margin: 0 auto;}
.blogTile span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
	transition: opacity 500ms;
	border-radius: 50%;
}

.blogTile span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3em;
  font-weight: bold;
}
.blogTile:hover span.text-content {
  opacity: 1;
}
.blogTile img.newsImage{width: 150px; height: 150px;}
.fixedBlogTile .blogTile {width: 150px;}
.fixedBlogTile .blogTile span.text-content{width: 150px; height: 150px;}

.blog-header{position: relative;}
.blog-header-bg{}
.blogger-img{position: absolute; right: 5px; top: 5px;}
.blogger-img img{width: 150px; border: 2px solid white;}
.blog-info{position: absolute; left: 0; bottom: 0;}
.blog-info h1{margin: 0; padding: 0; color: #333; background: none; line-height: 15px;}
.blog-info h1 span{padding: 8px; background: white; border-radius: 0 15px 0 0;}
.sd_blogger_social:hover{color: #E0106F;}
.sd_blogger_social span{padding: 0 3px;}

@media (max-width: 1199px) {
	.blogger-img img{width: 70px;}
	.blog-info h1{line-height: 1px; font-size: 15px;}
}

.sb_blog_link img{opacity: 0.7}
.sb_blog_link:hover img{opacity: 1}
.blog_pagin_article{display: block; margin-bottom: 10px;}
.blog_pagin_article span.ba_title{display: block;}
.blog_pagin_article span.ba_descr{display: block;}
.blog_pagin_article img{border: 2px solid white;}
.blog_pagin_article:hover img{border-color: #E0106F;}
.blog_pagin_article:hover span.ba_title{color: #E0106F;}
.blog_pagin_article:hover h2{color: #E0106F;}
.hrSMargin{margin: 8px 0;}

#blogs_lightSlider .blog_pagin_article span.ba_descr{height: 20px; overflow: hidden;}

body.cat131_bg{
	background: url("../../img/blog131_bg.jpg") no-repeat scroll 50% 50% / cover  #fff;
	background-attachment:fixed;
}

body.cat131_bg .whiteRowContent{background-color: #182b44; border-color: #182b44; color: #f5f8a8;}
body.cat131_bg .articleSummary{background-color: #26415f; color: #f5f8a8; padding: 10px; margin-top: 15px;}
body.cat131_bg .relativeEventArticles a{color: #ddd;}
body.cat131_bg .relativeEventArticles a:hover{color: #fff;}
body.cat131_bg .articlePublishDate{color: #fff;}
body.cat131_bg .blog_pagin_article{color: #fff;}
body.cat131_bg .blog_pagin_article:hover img{border-color: #f5f8a8;}
body.cat131_bg .blog_pagin_article:hover span.ba_title{color: #f5f8a8;}
body.cat131_bg .blog_pagin_article:hover h2{color: #f5f8a8;}

body.cat133_bg{
	background: url("../../img/blog133_bg.jpg") 0 0 repeat;
	background-attachment:fixed;
}

body.cat134_bg{
	background: url("../../img/blog134_bg.jpg") 0 0 repeat;
	background-attachment:fixed;
}
.newsTileSmall a:hover{color:#E0106F}
.newsTile a:hover{color:#E0106F}
.opinion a:hover{color:#E0106F}
.blog_pagin_article .ba_title{line-height:26px;}
.article_small_roi .timeStamp{    padding-bottom: 1px !important;}
.article_small_roi .roititle{font-weight: bold;font-size: 15px;line-height: 17px;}
.article_small_roi .category{float: right;font-size: 13px;}
.responsive_billboard { width: 125px; height: 125px; }
@media(min-width: 220px) { .responsive_billboard { width: 180px; height: 150px; } }
@media(min-width: 240px) { .responsive_billboard { width: 200px; height: 200px; } }
@media(min-width: 290px) { .responsive_billboard { width: 250px; height: 250px; } }
@media(min-width: 340px) { .responsive_billboard { width: 300px; height: 250px; } }
@media(min-width: 370px) { .responsive_billboard { width: 336px; height: 280px; } }
@media(min-width: 540px) { .responsive_billboard { width: 468px; height: 60px; } }
@media(min-width: 992px) { .responsive_billboard { width: 728px; height: 90px; } }
@media(min-width: 1200px) { .responsive_billboard { width: 970px; height: 250px; } }

.responsive_sidebarad { width: 125px; height: 125px; }
@media(min-width: 220px) { .responsive_sidebarad { width: 180px; height: 150px; } }
@media(min-width: 240px) { .responsive_sidebarad { width: 200px; height: 200px; } }
@media(min-width: 290px) { .responsive_sidebarad { width: 250px; height: 250px; } }
@media(min-width: 340px) { .responsive_sidebarad { width: 300px; height: 250px; } }
@media(min-width: 500px) { .responsive_sidebarad { width: 468px; height: 60px; } }
@media(min-width: 768px) { .responsive_sidebarad { width: 220px; height: 220px; } }
@media(min-width: 992px) { .responsive_sidebarad {  width: 250px; height: 250px; } }
@media(min-width: 1200px) { .responsive_sidebarad {  width: 300px; height: 600px; } }
.top-events-ad img{max-width:100%;height:auto;}
.top-events-ad iframe{max-width:100%;}
.top-events-ad{overflow:hidden;}

.d-d {display: block;}
.d-m {display: none;}

@media (max-width: 480px){
  .d-d {display: none;}
  .d-m {display: block;}
}
