
/* Sidebar */

.sidebar { display: none; width: 100%; height: 100%; top: 0px; bottom: 0; right: 0; background-color: #FFF; padding: 0; position: absolute; z-index: 9999; }
.sidebar .sidebar-inner { padding: 15px; overflow: visible; position: relative; height: 100%; }
.sidebar .clear { padding: 10px; }

.sidebar .scroll { overflow-y: auto; height: calc(100% - 30px); clear: both; }

.sidebar .heading.view { background: url('../img/icon-360-view.png') no-repeat; }
.sidebar .heading.threed { background: url('../img/icon-3d.png') no-repeat; }
.sidebar .heading.video { background: url('../img/icon-video-white.png') no-repeat; }
.sidebar .heading.info { background: url('../img/icon-info-new-01.png') no-repeat; }
.sidebar .heading.buildings { background: url('../img/icon-building-01.png') no-repeat; }
.sidebar .heading.people { background: url('../img/icon-miner.png') no-repeat; }
.sidebar .heading.history { background: url('../img/icon-history.png') no-repeat; }
.sidebar .heading.location { background: url('../img/icon-map-marker-white-01.png') no-repeat; }
.sidebar .heading.facilities { background: url('../img/icon-tools-white-01.png') no-repeat; }
.sidebar .heading.station { background: url('../img/icon-station.png') no-repeat; }
.sidebar .heading.help { background: url('../img/icon-help-01.png') no-repeat; }
.sidebar .heading.levels { background: url('../img/icon-levels-white-01.png') no-repeat; }
.sidebar .heading.website { background: url('../img/icon-website-2-01.png') no-repeat; }
.sidebar .heading.spaces { background: url('../img/icon-space-01.png') no-repeat; }
.sidebar .heading.courses { background: url('../img/icons/icon-course-01.png') no-repeat; }

.sidebar .heading { height: 50px; padding: 0; display: block; background-color: #011941 !important; display: block; width: 100%; }
.sidebar .heading.icon { padding: 0 60px; display: block; background-size: 25px; background-position: 15px center; }
.sidebar .heading h3 { margin: 0; padding: 0; color: #FFF; line-height: 55px; font-size: 18px; text-align: left; font-weight: 700; float: left; } 

.sidebar h2 { color: #666; font-size: 25px; line-height: 35px; margin: 0 0 15px 0; padding: 0;  }
.sidebar h3 { color: #666; font-size: 25px; line-height: 35px; margin: 0 0 15px 0; padding: 0;  }
.sidebar h4 { color: #666; font-size: 16px; line-height: 20px; margin: 0 0 15px 0; padding: 0;  }
.sidebar p { color: #666; font-size: 16px; line-height: 20px; margin-bottom: 20px; }
.sidebar p a { color: #4079b9 !important;  text-decoration: none; } 

.sidebar hr { margin-bottom: 20px; }

.sidebar img.intro { width: 100%; height: auto; display: block; margin-bottom: 10px; }

.sidebar a.intro { width: 100%; height: auto; display: block; margin-bottom: 10px; border: 1px solid #CCC; position: relative; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.sidebar a.intro:hover { border: 1px solid #4079b9; }

.sidebar a.fancybox-view span { 
	width: 60px; height: 60px; position: absolute; z-index: 1000; left: 50%; top: 50%; margin: -30px 0 0 -30px; display: block; cursor: pointer !important;
	background: url(../img/icon-view-green.png) no-repeat center; background-size: 60px; 
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in; opacity: 0; -webkit-opacity: 0;
	border-radius: 3px; -webkit-border-radius: 3px;
}

.lightbox .image .fancybox-view.threed { 
	background: url(../img/icon-view-3d-green.png) no-repeat center; background-size: 60px; 
}

.sidebar a.fancybox-view img { margin: 0; }

.sidebar a.fancybox-view:hover span { width: 70px; height: 70px; margin: -35px 0 0 -35px; cursor: pointer !important; opacity: 1; -webkit-opacity: 1; }

.sidebar a.close-sidebar { 
	width: 50px; height: 50px; padding: 0px; 
	top: 20px; right: 20px; display: block; 
	position: absolute; z-index: 1000; 
	background: url(../img/close3.png) no-repeat center; background-color: #00ccbe; background-size: 25px; 
	cursor: pointer; -webkit-transition: all .3s ease-in; transition: all .3s ease-in;
	border-radius: 100px; -webkit-border-radius: 100px; 
}
.sidebar a.close-sidebar:hover { background-color: #0c2c4a; }

.sidebar a.close-sidebar em { display: none; }

.sidebar.list a.close-sidebar {
	top: 0; right: 0;
	border-radius: 0;
}

.sidebar ul { padding: 0 20px; margin: 0; }
.sidebar ul li { padding: 5px 0; margin: 5px 0; color: #666; }
.sidebar ul li a { padding: 12px 0; font-size: 14px; line-height: 14px; color: #666; text-decoration: none; border-top: 1px solid #EEE;  }
.sidebar ul li a:hover, #sidebar ul li a:focus { color: #00ccbe; }

.sidebar ul li a.icon { padding-left: 40px; background-size: 20px; }
.sidebar ul li a.icon.shrink { background-size: 15px; }

/* Thumbnails */

.sidebar .thumbnails-wrapper { width: 100%; }
.sidebar .thumbnails-container { display: block; overflow: hidden; margin: -1px; }

.sidebar .thumbnail * { -webkit-transition: all 0.3s ; transition: all 0.3s; }

.sidebar .thumbnails-container .thumbnail { 
	position: relative; float: left; display: inline-block; margin: 0; width: 50%; padding-bottom: 50%;
	padding: 0; border-radius: 0; cursor: pointer; background: none; overflow: hidden;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	border: 2px solid #FFF;
}

.sidebar .thumbnail .featured { position: absolute; z-index: 1000; top: 0; right: 0; width: 60px; height: 60px;background: url(../img/featured.png) no-repeat top right; background-size: 100%; }

.sidebar .thumbnails-container .thumbnail.null { pointer-events: none; }
.sidebar .thumbnails-container .thumbnail.wide { width: 100%; max-height: 200px; }

.sidebar .thumbnail img { width: 100%; height: auto; display: block;  }

.sidebar .thumbnail .overlay { 
	width: 100%; height: 100%; display: flex; overflow: hidden; 
	justify-content: center; align-items: center;
	background-color: rgba(1,25,65,0);
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
	position: absolute; z-index: 100; top: 0; left: 0; cursor: pointer; 
	opacity: 1; -webkit-opacity: 1;
}
.sidebar .thumbnail .overlay:hover { cursor: pointer; background-color: rgba(1,25,65,0.7); }

.sidebar .thumbnail .caption { display: flex; padding: 10px; bottom: 0; opacity: 1; -webkit-opacity: 1; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; background: url(../img/icon-360-view.png) no-repeat top center; background-size: 40px; padding-top: 60px; }
.sidebar .thumbnail .caption p { overflow: hidden; margin: 0; padding: 10px; color: #FFF; font-size: 16px; line-height: 20px; font-weight: 600; text-align: center; }

.sidebar .thumbnail:hover { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; cursor: pointer !important; }
.sidebar .thumbnail:hover .overlay { background-color: rgba(0,134,205,0.5); }

.sidebar .thumbnail:hover .caption, .thumbnail:focus .caption { cursor: pointer; }
.sidebar .thumbnail:hover .caption p, .thumbnail:focus .caption p { color: #FFF; }

/* Detailed Thumbnail */

.sidebar .thumbnails-container .thumbnail.detail  { 
	width: 100%; max-height: 150px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: stretch; 
	border: 1px solid #CCC; background-color: #f6f6f6; text-decoration: none !important; margin-bottom: 10px;
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
}
.sidebar .thumbnails-container .thumbnail.detail:hover { background-color: #EEE; }

.sidebar .thumbnails-container .thumbnail.detail .thumb { flex-basis: 40%; }
.sidebar .thumbnails-container .thumbnail.detail .thumb img { min-height: 100%; }
.sidebar .thumbnails-container .thumbnail.detail .desc { padding: 10px; flex-basis: 60%; }
.sidebar .thumbnails-container .thumbnail.detail .desc h3 { font-size: 18px; line-height: 25px; margin-bottom: 5px; color: #222e39; text-decoration: none !important; }
.sidebar .thumbnails-container .thumbnail.detail .paragraph { font-size: 14px; line-height: 18px; margin-bottom: 0; text-decoration: none !important; color: #666 !important; }

/* New Sidebar Style */

.sidebar .sidebar-banner { min-height: 300px; width: 100%; display: block; overflow: hidden; position: relative; }
.sidebar .sidebar-banner .banner-title { position: absolute; z-index: 1000; bottom: 0; left: 0; display: block; background-color: #4079b9 !important; width: 100%; }
.sidebar .sidebar-banner .banner-title.icon { padding-left: 40px; background-size: 25px !important; }
.sidebar .sidebar-banner .banner-title h3 { padding: 15px 25px; font-size: 20px; line-height: 30px; color: #FFF; margin: 0; } 

.sidebar .sidebar-banner .banner-title h3.icon { padding-left: 60px; background-size: 30px !important; background-color: #011941 !important; }

.sidebar .sidebar-banner .banner-title h3.icon.building { background: url('../img/icon-building-01.png') no-repeat left 15px center; }
.sidebar .sidebar-banner .banner-title h3.icon.explore { background: url('../img/icons/icon-compass-01.png') no-repeat left 15px center; }
.sidebar .sidebar-banner .banner-title h3.icon.map { background: url('../img/icon-map-marker-white-01.png') no-repeat left 15px center; }
.sidebar .sidebar-banner .banner-title h3.icon.student { background: url('../img/icons/icon-student-01.png') no-repeat left 15px center; }
.sidebar .sidebar-banner .banner-title h3.icon.courses { background: url('../img/icons/icon-course-01.png') no-repeat left 15px center; }
.sidebar .sidebar-banner .banner-title h3.icon.accomm { background: url('../img/icons/icon-bed-01.png') no-repeat left 15px center; }

/* .sidebar .sidebar-banner.explore { background: url('../../inline/img/banner/banner.jpg') no-repeat center; background-size: cover; } */

.sidebar .thumbnails-wrapper.new .caption p { background-color: #00ccbe !important; font-size: 14px; line-height: 18px; color: #011941; }
/* .sidebar .thumbnails-wrapper.beaches .thumbnail:hover .overlay { background-color: rgba(251,203,1,0.7) !important; } */


/* Tabs */

.switch { display: table; margin: 0px; padding: 0px; border: 2px solid #FFF; width: 100%; border-radius: 100px; -webkit-border-radius: 100px; }
.switch a { background: none; color: #FFF; display: table-cell; padding: 10px 0; width: 50%; cursor: pointer; text-decoration: none; text-align: center; font-size: 16px; line-height: 16px; font-weight: bold; cursor: pointer; }
.switch a em { font-style: normal; margin-top: 5px; display: block; }
.switch a.current { background: #FFF; color: #2f2d3a !important; }
.switch a:first-child.current { border-radius: 50px 0 0 50px; }
.switch a:last-child.current { border-radius: 0 50px 50px 0; }
.tab-content { display: none; }

/* Accodian */

.accordion { background-color: #eee; color: #666; cursor: pointer; padding: 20px; width: 100%; text-align: left; border: none; outline: none; transition: 0.4s; border-bottom: 1px solid #FFF; font-weight: bold; font-size: 14px; line-height: 18px; }
.active, .accordion:hover { background-color: #00ccbe; color: #FFF; }
.panel { padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }
.panel p { padding: 10px; }    

.accordion:after { content: '\02795';  font-size: 13px; color: #777; float: right; margin-left: 5px; }
.accordion.active:after { content: "\2796"; }

/* Key */

.key { padding: 15px; border-radius: 4px; -webkit-border-radius: 4px; display: block; overflow: hidden; margin-bottom: 10px; background: #222; }
.key p em { float: left; display: inline-block; font-style: normal; font-family: 'Klavika', "helvetica nenu", helvetica, arial, sans-serif; font-size: 18px !important; line-height: 18px; margin: 6px 0; }
.key p { color: #FFF; float: left; display: inline-block; margin: 0 20px 5px 0; }
.key span { width: 15px; height: 15px; float: left; display: inline-block; border-radius: 100px; -webkit-border-radius: 100px; margin-right: 10px; margin: 6px; }

.key span.pink { background-color: #d0527b; }
.key span.red { background-color: #7c2d36; }
.key span.grey { background-color: #666; }
.key span.yellow { background-color: #e8ab3c; }
.key span.green { background-color: #88b644; }
.key span.blue { background-color: #4eb3dd; }

/* tables */

table { width: 100%; margin-top: 0; border: 1px solid #CCC; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 5px; margin-bottom: 20px; border-radius: 5px; -webkit-border-radius: 5px; }

table tr { border-bottom: 1px solid #CCC; }

table td { color: #666; padding: 10px; }
table t2:first-child { border-right: 1px solid #CCC; }

table td a { display: block; color: #666;  -webkit-transition: all .3s ease-in; transition: all .3s ease-in; text-decoration: none; }
table td p { font-size: 16px; line-height: 16px; display: block; color: #666; padding: 10px; margin: 0;}

table td span { margin: 8px 0 0 10px; width: 20px; height: 20px; border-radius: 100px; -webkit-border-radius: 100px; margin-right: 10px; background-color: #666; display: block; float: left; }
table tr.pink span { background-color: #d0527b; }

table tr.sep {  }
table tr.sep td { padding: 20px 0 10px 0; color: #FFF; border-bottom: 1px solid #4eb3dd; font-family: 'Montserrat', "helvetica nenu", helvetica, arial, sans-serif; font-size: 18px; line-height: 22px; }

table td.website { background: url(../img/icon-website.png) no-repeat left 15px center; background-size: 25px; }
table td.policy { background: url(../img/icon-policy.png) no-repeat left 15px center; background-size: 20px; }
table td.food { background: url(../img/icon-food.png) no-repeat left 15px center; background-size: 20px; }
table td.wifi { background: url(../img/icon-wifi.png) no-repeat left 15px center; background-size: 20px; }
table td.car { background: url(../img/icon-car.png) no-repeat left 15px center; background-size: 20px; }
table td.phone { background: url(../img/icon-phone.png) no-repeat left 15px center; background-size: 30px; }
table td.email { background: url(../img/icon-email.png) no-repeat left 15px center; background-size: 30px; }

table td.address { background: url(../img/icon-address-01.png) no-repeat left 15px center; background-size: 30px; }
table td.footfall { background: url(../img/icon-footfall-01.png) no-repeat left 15px center; background-size: 30px; }
table td.levels { background: url(../img/icon-levels-01.png) no-repeat left 15px center; background-size: 30px; }
table td.agent { background: url(../img/icon-person-01.png) no-repeat left 15px center; background-size: 30px; }

table td.icon { padding-left: 60px; color: #4079b9; }
table td a:hover { text-decoration: none; }

/* TFL View List */

.view-list ul { position: absolute; z-index: 100; list-style: none; padding-top: 30px; margin-left: -20px; }
.view-list ul li { color: #666; border: 0; position: relative; margin: 8px 0; }
.view-list ul li a { border: 0; }
.view-list ul li span { 
  width: 30px; height: 30px; display: inline-block; background-color: #666; color: #666; 
  text-align: center; font-size: 14px; line-height: 30px; border-radius: 100px; -webkit-border-radius: 100px; 
  font-family: 'Montserrat', "helvetica nenu", helvetica, arial, sans-serif;
  margin-top: -10px; font-weight: bold;

}
.view-list ul li em { width: 82%; font-size: 12px; line-height: 18px; float: right; padding: 0 0 0 10px; font-style: normal; }

.vertical { border-left: 1px solid #EEE; height: 120%; position: absolute; z-index: 1; pointer-events: none; display: block; left: 30px; margin-top: -100px; } 

/* SIDEBAR TITLES */

.sidebar .title { position: absolute; z-index: 100; bottom: 0; left: 0; z-index: 100; background-color: #4079b9; padding: 15px; }
.sidebar .title h4 { color: #FFF; font-size: 20px; line-height: 30px; font-weight: 700; margin: 0; }

/*  Help Slides */

.help-slider { position: relative; overflow: hidden; }

.rslides.help { border: 1px solid #CCC; border-radius: 5px; -webkit-border-radius: 5px; max-height: 400px; margin: 10px 0 20px 0; width: 99%; padding: 0; }
.rslides.help li { padding: 0; }
.rslides.help img { float: none; width: 90%; margin: auto; padding: 20px 0; }

.help-slider a.rslides_nav { position: absolute; z-index: 100; top: 43%; width: 30px; height: 30px; text-decoration: none; font-weight: bold; text-align: center; line-height: 40px; border: 2px solid #666; border-radius: 100px; -webkit-border-radius: 100px; }
.help-slider a.rslides_nav.prev { left: 15px; background: url(../img/arrow-left-dark.png) no-repeat center; background-size: 20px; } 
.help-slider a.rslides_nav.next { right: 17px; background: url(../img/arrow-right-dark.png) no-repeat center; background-size: 20px; } 

.sidebar .btn { 
	padding: 10px 20px; text-align: center; text-transform: uppercase; 
	color: #FFF !important; display: block; text-decoration: none; 
	border-radius: 3px; -webkit-border-radius: 3px; 
	background-color: #4079b9; margin: 20px 0 0 0; 
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
	font-family: 'Montserrat', "helvetica nenu", helvetica, arial, sans-serif; 
	cursor: pointer;
}
.sidebar .btn:hover { background-color: #356294; }

/* SEARCH INPUT */ 

#myInput { 
    padding: 15px; margin-bottom: 20px; font-size: 18px; width: 100%; 
    border-radius: 5px; -webkit-border-radius: 5px; 
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
    border: 2px solid #666; color: #666; 
    background: url('../img/icon-search-2.png') no-repeat right 15px center; background-size: 30px; background-color: transparent;
}

#myInput:focus, input:focus{ outline: none; }

#myUL { list-style-type: none; padding: 0; margin: 0; }
#myUL li { margin: 0; }
#myUL li a { 
	margin-top: -1px; background: url('../img/icon-building-grey.png') no-repeat left 15px center; background-size: 20px; background-color: #f4f4f4; 
	padding: 12px 12px 12px 50px; text-decoration: none; 
	font-size: 14px; color: #666; display: block; font-weight: bold;
}
#myUL li a:hover:not(.header) { /* background: url('../img/arrow-right.png') no-repeat right 15px center; background-size: 20px;  */background-color: #EEE; color: #00ccbe; cursor: pointer; }

#myUL .keywords { display: none; }
#myUL li a:hover:not(.header) .keywords { display: none; float: right; font-size: 12px; color: #666; text-decoration: none; text-transform: uppercase; }





/* //////////////////////////////// large mobiles //////////////////////////////// */

@media screen and (min-width: 350px) {



}


/* //////////////////////////////// larger mobiles //////////////////////////////// */

@media screen and (min-width: 500px) {

	.sidebar .thumbnails-container .thumbnail { width: 33%; }
	.sidebar .thumbnails-container .thumbnail.wide { width: 100%; max-height: 250px; height: 250px; }
	.sidebar .thumbnails-container .thumbnail.wide .thumb img { margin-top: 0; }

	.sidebar .thumbnails-container .thumbnail.detail .thumb { flex-basis: 40%; }
	.sidebar .thumbnails-container .thumbnail.detail .desc { padding: 20px; flex-basis: 60%; }

}

/* //////////////////////////////// ipad portrait //////////////////////////////// */

@media screen and (min-width: 768px) {

	/* Sidebar */

	.sidebar { z-index: 9999; width: 500px; top: 0; bottom: 0; right: 0; position: fixed; }
	.sidebar.open { right: 0; }

	.sidebar .scroll { height: calc(100% - 0px); }
	.sidebar .sidebar-inner { padding: 20px; margin-top: 0; }
	.sidebar .clear { padding: 10px; }

	.sidebar .thumbnails-container .thumbnail { width: 50%; }
	.sidebar .thumbnails-container .thumbnail.wide { width: 100%; max-height: 200px; height: 200px; }
	.sidebar .thumbnails-container .thumbnail.wide .thumb img { }

	.sidebar .thumbnail .overlay { background-color: rgba(0,134,205,0); opacity: 1; -webkit-opacity: 1;}
	.sidebar .thumbnail .caption { opacity: 1; -webkit-opacity: 1; }

	.sidebar .thumbnail:hover .overlay { background-color: rgba(1,25,65,0.7); opacity: 1; -webkit-opacity: 1; }
	.sidebar .thumbnail:hover .caption, .thumbnail:focus .caption { opacity: 1; -webkit-opacity: 1; }

	.sidebar ul li a { padding: 15px 0; font-size: 14px; line-height: 16px; }

	.sidebar .heading { height: 60px; }
	.sidebar .heading h3 { font-size: 22px; line-height: 60px; text-align: center; }
	.sidebar .heading.icon { padding: 0 60px; display: block; background-size: 25px; background-position: 20px center; }

	.sidebar a.close-sidebar {  }

	.sidebar.list a.close-sidebar { width: 60px; height: 60px; }

  	.view-list ul li em { width: 85%; }
  	.vertical { left: 35px; }

    .sidebar .sidebar-banner {  }
  	.sidebar .sidebar-banner .banner-title.icon { padding-left: 50px; background-position: left 20px center !important; background-size: 30px !important; }
  	.sidebar .sidebar-banner .banner-title h3 { font-size: 25px; line-height: 25px; padding: 20px; }
	
}


/* //////////////////////////////// full wide version //////////////////////////////// */

@media screen and (min-width: 960px) {

	.sidebar { width: 600px; }
	.sidebar .sidebar-inner { padding: 30px; margin-top: 0; }
	.sidebar .clear { padding: 15px; }

	.sidebar a.close-sidebar { height: 60px; width: 60px; }

	.sidebar ul li a { padding: 15px 0; }

	.sidebar .heading { padding: 0 30px; height: 60px; }
	.sidebar .heading h3 { line-height: 60px; font-size: 20px; }
	.sidebar .heading.icon { padding: 0 70px; background-position: 30px center; }

	.accordion { font-size: 16px; line-height: 20px; }

	.sidebar .thumbnails-container .thumbnail.wide { max-height: 200px; height: 250px; }

  	.view-list ul li em { width: 82%; font-size: 14px; line-height: 20px; }
  	.vertical { left: 45px; }

  	.sidebar .sidebar-banner { }
  	.sidebar .sidebar-banner .banner-title h3 { font-size: 30px; line-height: 40px; padding: 20px 30px; }

  	.sidebar .sidebar-banner .banner-title h3.icon { padding-left: 100px; background-size: 40px !important; background-position: left 30px center !important; }

}


/* //////////////////////////////// very wide version //////////////////////////////// */

@media screen and (min-width: 1200px) {

	.sidebar { width: 600px; }
	.sidebar .sidebar-inner { padding: 30px; }
	.sidebar .clear { padding: 15px; }

	.sidebar .heading { padding: 0 30px; }
	.sidebar .heading.icon { padding: 0 70px; background-size: 30px; background-position: 30px center; }

	.sidebar p { font-size: 16px; line-height: 22px; } 
	.sidebar ul li a { padding: 15px 0; }

	.switch a { font-size: 20px; line-height: 20px; }

}

/* //////////////////////////////// very very wide version //////////////////////////////// */

@media screen and (min-width: 1600px) {

	.sidebar { width: 600px; }
	.sidebar .sidebar-inner { padding: 40px; }
	.sidebar .clear { padding: 10px 0; }

	.sidebar .heading { padding: 0 40px; height: 70px; }
	.sidebar .heading h3 { font-size: 25px; line-height: 70px; }
	.sidebar .heading.icon { padding: 0 80px; background-size: 30px; background-position: 30px center; }

	.sidebar .thumbnails-container .thumbnail.wide { max-height: 300px; }

	.sidebar a.close-sidebar { width: 60px; height: 60px; }

  	.view-list ul li em { width: 87%; font-size: 14px; line-height: 20px; }
  	.view-list ul li em.cd-h-timeline__date--selected { font-size: 18px; }

  	.sidebar .sidebar-banner { min-height: 400px; }
  	.sidebar .sidebar-banner .banner-title.icon { padding-left: 80px; background-position: left 40px center !important; background-size: 30px !important; }
  	.sidebar .sidebar-banner .banner-title h3 { font-size: 20px; line-height: 30px; padding: 20px 40px; }

  	.sidebar .sidebar-banner .banner-title h3.icon { padding-left: 100px; background-size: 40px !important; background-position: left 40px center !important; }

}

/* //////////////////////////////// very very wide version //////////////////////////////// */

@media screen and (min-width: 1800px) {

	.sidebar { width: 700px; }

	.sidebar.list a.close-sidebar { width: 70px; height: 70px; }

	.sidebar .thumbnails-container .thumbnail { width: 50%; }
	.sidebar .thumbnails-container .thumbnail.col2 { width: 50%; }
	.sidebar .thumbnails-container .thumbnail.wide { max-height: 400px; }
	.sidebar .thumbnail .caption p { font-size: 20px; line-height: 30px; }

  .sidebar .sidebar-banner { min-height: 400px; }


}




