.en-adaptive-image {

        display: inline-block;
}
.en-adaptive-image {

        display: inline-block;
}
/*Event calender*/
.filter-event .title {
    font-size: 3em;
}
.filter-event .event-list {
    margin-top: 2em;
    float: left;
}
.event-calendar .year {
    font-size: 2em;
}
.month-picker {
    width: 100%;
}
.month-picker li {
    width: 16.4%;
    text-align: center;
    float: left;
    border: 1px solid #eee;
    list-style: none outside none;
    background-color: #999;
}
.month-picker li.disabled{
    background-color: rgba(153, 153, 153, 0.5);
}
.month-picker li a {
    color: #fff;
    display: block;
    padding: 2em;
    text-decoration: none;
    text-transform: uppercase;
}
.month-picker li.disabled a{
	color: rgba(255, 255, 255, 0.5);
    cursor: default;
}
.month-picker li.current a{
	color: #00ff00;
}
.month-picker-control {
    position: relative;
}
.month-picker-control .prev {
    position: absolute;
    left: 0;
}
.month-picker-control .next {
    position: absolute;
    right: 0;
}
.month-picker {
    margin: 0 auto;
    width: 90%;
}
.month-picker li.active {
    background-color: #cdcdff;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	width: 100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../componentclientlib/carousel/carousel/layout_images/ajax-loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../componentclientlib/carousel/carousel/layout_images/miscellaneous_sprite.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../componentclientlib/carousel/carousel/layout_images/miscellaneous_sprite.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../componentclientlib/carousel/carousel/layout_images/miscellaneous_sprite.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../componentclientlib/carousel/carousel/layout_images/miscellaneous_sprite.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* fred carousel */

.en-carousel  {
    position: relative;
}
.en-carousel li {     
    float: left;    
    display: block    
}

.en-carousel .carousel-list-item div.image img, .en-carousel .carousel-list-item .en-video img {
    width: 100%;
}

/* some defaults  */
.carousel-auto-control{ position:absolute; top:10px; height:30px; right:0; width:20%;}
.carousel-auto-control .bx-controls-auto-item, .carousel-auto-control .bx-controls-auto-item{ display:inline-block; padding:0 5%; }
.carousel-auto-control a.bx-start, .carousel-auto-control a.bx-stop{ background: url(../componentclientlib/carousel/carousel/layout_images/miscellaneous_sprite.png) 0 0 no-repeat transparent; display:inline-block; height:40px; text-indent: -9999px; width:40px; overflow:hidden;}

.carousel-auto-control a.bx-start{ background-position:-104px -55px; }
.carousel-auto-control a.bx-start.active{ background-position:-104px -5px; }
.carousel-auto-control a.bx-stop{ background-position:-154px -55px;  }
.carousel-auto-control a.bx-stop.active{ background-position:-154px -5px; }

.carousel-prev, .carousel-next{ width: 45px; height:100%; position: absolute; top:0;}
.carousel-prev a, .carousel-next a{ 
     width: 45px;
	height:48px;
    display: inline-block;
    position: absolute;
    text-indent: -9999px;
	overflow:hidden;
	top:50%;
}

.carousel-prev {
    left:0;
	top:0;
}
.carousel-next{
    right:0; 
	top:0;
}
.carousel-prev a{ background: url(../componentclientlib/carousel/carousel/layout_images/home_hero_slideshow_arrow_left.png) no-repeat center center;}
.carousel-next a{ background: url(../componentclientlib/carousel/carousel/layout_images/home_hero_slideshow_arrow_right.png) no-repeat center center;}

/*.carousel-prev a:hover {			background-position: center center; }*/
.carousel-prev a.disabled {		background-position: 0 -100px !important; cursor: default; }

/*.carousel-next a:hover {			background-position: center center; }*/
.carousel-next a.disabled {		background-position: -50px -100px !important; cursor: default; }


/* pagination */
.carousel-pagination {
    text-align: center;
    height: 15px;    
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
}

.carousel-pagination a {
    background: url('../componentclientlib/carousel/carousel/layout_images/miscellaneous_sprite.png') 0 -300px no-repeat transparent;   
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
	overflow: hidden;
	text-indent: -99999px;
}

.carousel-pagination .bx-pager-item{ display:inline-block; }

.carousel-pagination .active {
    background-position: -25px -300px;
    cursor: default;
}
.en-carousel li div {
	width: 100%;
}
/* Defaults ends */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	width: 100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../componentclientlib/carousel/carousel/layout_images/ajax-loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../componentclientlib/carousel/carousel/layout_images/miscellaneous_sprite.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../componentclientlib/carousel/carousel/layout_images/miscellaneous_sprite.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../componentclientlib/carousel/carousel/layout_images/miscellaneous_sprite.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../componentclientlib/carousel/carousel/layout_images/miscellaneous_sprite.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* fred carousel */

.en-carousel  {
    position: relative;
}
.en-carousel li {     
    float: left;    
    display: block    
}

.en-carousel .carousel-list-item div.image img, .en-carousel .carousel-list-item .en-video img {
    width: 100%;
}

/* some defaults  */
.carousel-auto-control{ position:absolute; top:10px; height:30px; right:0; width:20%;}
.carousel-auto-control .bx-controls-auto-item, .carousel-auto-control .bx-controls-auto-item{ display:inline-block; padding:0 5%; }
.carousel-auto-control a.bx-start, .carousel-auto-control a.bx-stop{ background: url(../componentclientlib/carousel/carousel/layout_images/miscellaneous_sprite.png) 0 0 no-repeat transparent; display:inline-block; height:40px; text-indent: -9999px; width:40px; overflow:hidden;}

.carousel-auto-control a.bx-start{ background-position:-104px -55px; }
.carousel-auto-control a.bx-start.active{ background-position:-104px -5px; }
.carousel-auto-control a.bx-stop{ background-position:-154px -55px;  }
.carousel-auto-control a.bx-stop.active{ background-position:-154px -5px; }

.carousel-prev, .carousel-next{ width: 45px; height:100%; position: absolute; top:0;}
.carousel-prev a, .carousel-next a{ 
    width: 45px;
    height: 100%;
    display: inline-block;
    position: absolute;
    text-indent: -9999px;
	overflow:hidden;
	top:0;
}

.carousel-prev {
    left:0;
	top:0;
}
.carousel-next{
    right:0; 
	top:0;
}
.carousel-prev a{ background: url(../componentclientlib/carousel/carousel/layout_images/home_hero_slideshow_arrow_left.png) no-repeat center center;}
.carousel-next a{ background: url(../componentclientlib/carousel/carousel/layout_images/home_hero_slideshow_arrow_right.png) no-repeat center center;}

.carousel-prev a:hover {			background-position: center center; }
.carousel-prev a.disabled {		background-position: 0 -100px !important; cursor: default; }

.carousel-next a:hover {			background-position: center center; }
.carousel-next a.disabled {		background-position: -50px -100px !important; cursor: default; }


/* pagination */
.carousel-pagination {
    text-align: center;
    height: 15px;    
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
}

.carousel-pagination a {
    background: url('../componentclientlib/carousel/carousel/layout_images/miscellaneous_sprite.png') 0 -300px no-repeat transparent;   
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
	overflow: hidden;
	text-indent: -99999px;
}

.carousel-pagination .bx-pager-item{ display:inline-block; }

.carousel-pagination .active {
    background-position: -25px -300px;
    cursor: default;
}
.en-carousel li div {
	width: 100%;
}
/* Defaults ends */
.loadMoreControlWrap .loading {
    background: url("../componentclientlib/contentTypeList/loadmore/layout_images/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    padding-left: 45px;
    padding-top: 1em;
    text-decoration: none;
}
/*** Custom layout container ***/
.en-col {
                float: left;
                margin: 1% 0 1% 1%;
}
.en-col:first-child {
                margin-left: 0;
}
.en-col-1-of-1 {
                width: 99%;
}
.en-col-1-of-2 {
                width: 49%;
}
.en-col-1-of-3 {
                width: 32.3333333333%;
}
.en-col-1-of-4 {
                width: 24%;
}
.en-col-1-of-5 {
                width: 19%;
}
.en-col-1-of-6 {
                width: 15.66666666666667%;
}
.en-col-1-of-7 {
                width: 13.28571428571429%;
}
.en-col-1-of-8 {
                width: 11.5%;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

/*** Custom layout container ***/

.hidden{ display:none; }
.social_share_bar{ position:relative; float:right; }
.social_share_bar .share_this_link{ background:url("../componentclientlib/socialShare/images/miscellaneous_sprite.png") no-repeat scroll 0 -72px transparent; display:inline-block; text-indent:-99999px; width:28px; height:28px; cursor:pointer; z-index:1; position:relative; line-height:1em; }
ul.social_share{ background-color:#EAEAEA; border-radius:5px; margin:0; overflow:hidden; padding:6px 40px 6px 0; z-index:0; position:absolute; top:-5px; right:-5px; min-width:120px; list-style:none;}
ul.social_share li{ vertical-align:top; padding-left:10px; float:left; }
ul.social_share a{ background:url("../componentclientlib/socialShare/images/social_Icon_Sprite.png") no-repeat scroll 0 0 transparent; display:block; width:27px; height:27px; border:0 none; text-indent:-99999px; line-height:1em;}
ul.social_share .provider_facebook a{ background-position:0 0; }
ul.social_share .provider_twitter a{ background-position:0 -60px; }
ul.social_share .provider_pinterest a{ background-position:0 -120px; }
.en-video  {
    width: 100%;
	position: relative;	
}

.en-video .contentTypeIcon {
	position: absolute;
	background: url(../componentclientlib/video/layout_images/video_arrow.png) no-repeat scroll 0 0 transparent;
	display: inline-block;
	width: 40px;
	height: 40px;
	top: 11px;	
	left: 11px;		
}

.en-video img {
	width: 100%;
}

#videoPlayerWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
#videoPlayerWrapper iframe,
#videoPlayerWrapper object,
#videoPlayerWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../componentclientlib/photogallery/layout_images/close.png) url(../componentclientlib/photogallery/layout_images/loading.gif) url(../componentclientlib/photogallery/layout_images/prev.png) url(../componentclientlib/photogallery/layout_images/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* for hiding the images */
.hidden{display:none !important;visibility:hidden;}

/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

img.lb-image{
  width:auto !important;
    max-width:none;

}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../componentclientlib/photogallery/layout_images/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../componentclientlib/photogallery/layout_images/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../componentclientlib/photogallery/layout_images/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../componentclientlib/photogallery/layout_images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.hotspot-bg {
	position: relative;   
}


.hotspot-tooltip-wrapper {
	position: absolute;
}
.trigger img, .popupTrigger img {
        width: 100%;
    }

.en-videogallery{
        font-family: arial;
        line-height: 1.2em;
    }

.en-vidgallery article {
        width: 31%;
        float: left;
        box-sizing: border-box;
        padding: 0 1%;
        margin: 1% 0;
    }

.en-vidgallery article > .title{
        font-size: 1em;
        text-transform: capitalize;
        background: #E1DAD3;
        font-family: inherit;
        margin-bottom: 0;
        padding: 0.313em;
    }

.en-vidgallery article > .description {
        height: 150px;
        overflow: hidden;
        background: #E1DAD3;
        padding: 0.313em;
    }


div.textimage div.image {
    float: left;
    margin: 0 8px 8px 0;
}
div.textimage.image_left div.image {
}

div.textimage.image_right div.image {
    float: right !important;
    margin: 0 0 8px 8px !important;
}

div.textimage div.image {
    float: left;
    margin: 0 8px 8px 0;
}
div.textimage.image_left div.image {
}

div.textimage.image_right div.image {
    float: right !important;
    margin: 0 0 8px 8px !important;
}

