/*** @charset "utf-8"; **/

/* UTILITY Styles - Sean Mollitt */




/* misc utility classes */

input:focus {outline: none;}

.page_hid{display:none;}

.hid{display:none;}

.sho{display:block;}

.imgLiquid img{visibility:hidden;}

#errmsg{border:0px solid red;display:block;width:70%;height:18px;overflow:hidden;position:absolute;bottom:0px;left:20px;z-index:5000;xpointer-events:none;font-size:11px;color:#999;}

.showdiv {border: 1px solid red !important;}

.bw{ 
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}


/* Classes for carousel */


#carousel_news_ex .carousel-item{
	display:block;
	float:none;
	overflow: visible;

}
#carousel_news_ex .media-body{
	margin-bottom:4%;
}

.carousel-item{
	background-color:transparent;
	transition:transform 1.1s ease-in-out,-webkit-transform 1.3s ease-in-out;
}


.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:relative;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}



/* Transparency classes */

.trans{-moz-opacity: 0.0;opacity:0.0;filter: alpha(opacity=0);}
.trans75{-moz-opacity: 0.75;opacity:0.75;filter: alpha(opacity=75);}
.trans60{-moz-opacity: 0.6;opacity:0.6;filter: alpha(opacity=60);}
.trans50{-moz-opacity: 0.5;opacity:0.5;filter: alpha(opacity=50);}
.trans42{-moz-opacity: 0.42;opacity:0.42;filter: alpha(opacity=42);}
.trans25{-moz-opacity: 0.25;opacity:0.25;filter: alpha(opacity=25);}
.trans10{-moz-opacity: 0.1;opacity:0.1;filter: alpha(opacity=10);}
.trans0{-moz-opacity: 0.0;opacity:0.0;filter: alpha(opacity=0);}


/* Shadow classes */

.shadow_l{
-webkit-box-shadow: inset 12px 10px 40px -17px rgba(0,0,0,0.54);
-moz-box-shadow: inset 12px 10px 40px -17px rgba(0,0,0,0.54);
box-shadow: inset 12px 10px 40px -17px rgba(0,0,0,0.54);
}

.shadow_t{
-webkit-box-shadow: inset 12px 10px 40px -17px rgba(0,0,0,0.54);
-moz-box-shadow: inset 12px 10px 40px -17px rgba(0,0,0,0.54);
box-shadow: inset 12px 10px 17px -17px rgba(0,0,0,0.54);
}

.shadow{
-webkit-box-shadow:  12px 10px 40px -17px rgba(0,0,0,0.54);
-moz-box-shadow:  12px 10px 40px -17px rgba(0,0,0,0.54);
box-shadow:  12px 10px 40px -17px rgba(0,0,0,0.54);
}

.shadow_b{
-webkit-box-shadow:  	12px 10px 10px 7px rgba(0,0,0,0.54);
-moz-box-shadow:  	12px 10px 10px 7px rgba(0,0,0,0.54);
box-shadow:  		0px 50px 15px 5px rgba(0,0,0,0.3);
}

.shadow_trans_v{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


/* Gradient classes */

.grad_vert_trans8{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
}


.grad_vertd_trans{
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.grad_vert_trans{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.grad_vert_trans_wht{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+69 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


/* Text overflow classes */

.trunc {
	display: block;
	display: -webkit-box;
	xx_max-width: 400px;
	max-height:64%;
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}

.trunc_link{ 
	max-width: 100%; 
	min-width: 100px;
	overflow: hidden; 
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 
    	text-overflow: ellipsis; 
    	white-space: nowrap;
    	word-wrap:break-word; 
}

.trunc_news {

	display: -webkit-box;
	display: block;
	max-height:295px;
	xx_max-width: 100%;
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}

.trunc_event {

	display: -webkit-box;
	display: block;
	max-height:300px;
	xx_max-width: 100%;
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}


/* DEBUG window classes */

#debug{
	position:fixed;
	width:550px;
	height:200px;
	overflow:auto;
	left:340px;
	top:30px;
	border:1px dotted #555;
	border-top: 20px solid #ccc;
	padding:5px;
	text-align:left;
	z-index:20000;
	font-size:80%;
	color:black;
	xx_background-color:#fff;
	background-image: url(/css/images/white_trans80.png);
	background-repeat:repeat;	
}

#debug_close{
	position:absolute;
	right:10px;
	top:5px;
	display:block;
	width:25px;
	height:25px;
	border: 1px dotted #fff;
	text-align:center;
	padding-top:5px;
	color:#fff;
	background-color:#aaa;
	cursor:pointer;
	z-index:20001;
}

