html{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
	scroll-behavior: smooth;
}
body{
    margin:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a{
    background-color:transparent
}
a:active,a:hover{
    outline:0
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:bold
}
dfn{
    font-style:italic
}
h1{
    font-size:2em;
    margin:.67em 0
}
mark{
    background:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-.5em
}
sub{
    bottom:-.25em
}
img{
    border:0
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:1em 40px
}
hr{
    box-sizing:content-box;
    height:0
}
pre{
    overflow:auto
}
code,kbd,pre,samp{
    font-family:monospace,monospace;
    font-size:1em
}
button,input,optgroup,select,textarea{
    color:inherit;
    font:inherit;
    margin:0
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled]{
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0
}
input{
    line-height:normal
}
input[type="checkbox"],input[type="radio"]{
    box-sizing:border-box;
    padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{
    height:auto
}
input[type="search"]{
    -webkit-appearance:textfield;
    box-sizing:content-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none
}
fieldset{
    border:1px solid silver;
    margin:0 2px;
    padding:.35em .625em .75em
}
legend{
    border:0;
    padding:0
}
textarea{
    overflow:auto
}
optgroup{
    font-weight:bold
}
table{
    border-collapse:collapse;
    border-spacing:0
}
td,th{
    padding:0
}
@media (min--moz-device-pixel-ratio:0){
    summary{
        display:list-item
    }
}
.ajax-progress{
    display:inline-block;
    padding:1px 5px 2px 5px
}
[dir="rtl"] .ajax-progress{
    float:right
}
.ajax-progress-throbber .throbber{
    display:inline;
    padding:1px 5px 2px
}
.ajax-progress-throbber .message{
    display:inline;
    padding:1px 5px 2px
}
tr .ajax-progress-throbber .throbber{
    margin:0 2px
}
.ajax-progress-bar{
    width:16em
}
.ajax-progress-fullscreen{
    left:49%;
    position:fixed;
    top:48.5%;
    z-index:1000;
    background-color:#232323;
    background-position:center center;
    background-repeat:no-repeat;
    border-radius:7px;
    height:24px;
    opacity:.9;
    padding:4px;
    width:24px
}
[dir="rtl"] .ajax-progress-fullscreen{
    left:auto;
    right:49%
}
.text-align-left{
    text-align:left
}
.text-align-right{
    text-align:right
}
.text-align-center{
    text-align:center
}
.text-align-justify{
    text-align:justify
}
.align-left{
    float:left
}
.align-right{
    float:right
}
.align-center{
    display:block;
    margin-left:auto;
    margin-right:auto
}
.js input.form-autocomplete{
    background-position:100% center;
    background-repeat:no-repeat
}
.js[dir="rtl"] input.form-autocomplete{
    background-position:0% center
}
.js input.form-autocomplete.ui-autocomplete-loading{
    background-position:100% center
}
.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading{
    background-position:0% center
}
.fieldgroup{
    border-width:0;
    padding:0
}
.container-inline div,.container-inline label{
    display:inline
}
.container-inline .details-wrapper{
    display:block
}
.clearfix:after{
    content:"";
    display:table;
    clear:both
}
.js details:not([open]) .details-wrapper{
    display:none
}
.hidden{
    display:none
}
.visually-hidden{
    position:absolute!important;
    clip:rect(1px,1px,1px,1px);
    overflow:hidden;
    height:1px;
    width:1px;
    word-wrap:normal
}
.visually-hidden.focusable:active,.visually-hidden.focusable:focus{
    position:static!important;
    clip:auto;
    overflow:visible;
    height:auto;
    width:auto
}
.invisible{
    visibility:hidden
}
.item-list__comma-list,.item-list__comma-list li{
    display:inline
}
.item-list__comma-list{
    margin:0;
    padding:0
}
.item-list__comma-list li:after{
    content:", "
}
.item-list__comma-list li:last-child:after{
    content:""
}
.js .js-hide{
    display:none
}
.js-show{
    display:none
}
.js .js-show{
    display:block
}
.nowrap{
    white-space:nowrap
}
.position-container{
    position:relative
}
.progress{
    position:relative
}
.progress__track{
    background-color:#fff;
    border:1px solid;
    margin-top:5px;
    max-width:100%;
    min-width:100px;
    height:16px
}
.progress__bar{
    background-color:#000;
    height:1.5em;
    width:3%;
    min-width:3%;
    max-width:100%
}
.progress__description,.progress__percentage{
    color:#555;
    overflow:hidden;
    font-size:.875em;
    margin-top:.2em
}
.progress__description{
    float:left
}
[dir="rtl"] .progress__description{
    float:right
}
.progress__percentage{
    float:right
}
[dir="rtl"] .progress__percentage{
    float:left
}
.progress--small .progress__track{
    height:7px
}
.progress--small .progress__bar{
    height:7px;
    background-size:20px 20px
}
.reset-appearance{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:0 none;
    background:transparent;
    padding:0;
    margin:0;
    line-height:inherit
}
.resize-none{
    resize:none
}
.resize-vertical{
    resize:vertical;
    min-height:2em
}
.resize-horizontal{
    resize:horizontal;
    max-width:100%
}
.resize-both{
    resize:both;
    max-width:100%;
    min-height:2em
}
table.sticky-header{
    background-color:#fff;
    margin-top:0;
    z-index:500;
    top:0
}
.system-status-counter__status-icon{
    display:inline-block;
    height:25px;
    width:25px;
    vertical-align:middle
}
.system-status-counter__status-icon:before{
    content:"";
    background-size:20px;
    background-position:center 2px;
    background-repeat:no-repeat;
    display:block
}
.system-status-counter__status-icon--error:before{
   
}
.system-status-counter__status-icon--warning:before{
    
}
.system-status-counter__status-icon--checked:before{
   
}
.system-status-report-counters__item{
    width:100%;
    padding:.5em 0;
    text-align:center;
    white-space:nowrap;
    background-color:rgba(0,0,0,.063);
    margin-bottom:.5em
}
@media screen and (min-width:60em){
    .system-status-report-counters{
        flex-wrap:wrap;
        display:flex;
        justify-content:space-between
    }
    .system-status-report-counters__item--half-width{
        width:49%
    }
    .system-status-report-counters__item--third-width{
        width:33%
    }
}
.system-status-general-info__item{
    border:1px solid #ccc;
    margin-top:1em;
    padding:0 1em 1em
}
.system-status-general-info__item-title{
    border-bottom:1px solid #ccc
}
body.drag{
    cursor:move
}
tr.region-title{
    font-weight:bold
}
tr.region-message{
    color:#999
}
tr.region-populated{
    display:none
}
tr.add-new .tabledrag-changed{
    display:none
}
.draggable a.tabledrag-handle{
    cursor:move;
    float:left;
    height:1.7em;
    margin-left:-1em;
    overflow:hidden;
    text-decoration:none
}
[dir="rtl"] .draggable a.tabledrag-handle{
    float:right;
    margin-right:-1em;
    margin-left:0
}
a.tabledrag-handle:hover{
    text-decoration:none
}
a.tabledrag-handle .handle{
    
    height:14px;
    margin:-.4em .5em 0;
    padding:.42em .5em;
    width:14px
}
a.tabledrag-handle:hover .handle,a.tabledrag-handle:focus .handle{
    
}
.touchevents .draggable td{
    padding:0 10px
}
.touchevents .draggable .menu-item__link{
    display:inline-block;
    padding:10px 0
}
.touchevents a.tabledrag-handle{
    height:44px;
    width:40px
}
.touchevents a.tabledrag-handle .handle{
    background-position:40% 19px;
    height:21px
}
[dir="rtl"] .touch a.tabledrag-handle .handle{
    background-position:right 40% top 19px
}
.touchevents .draggable.drag a.tabledrag-handle .handle{
    background-position:50% -32px
}
.tabledrag-toggle-weight-wrapper{
    text-align:right
}
[dir="rtl"] .tabledrag-toggle-weight-wrapper{
    text-align:left
}
.indentation{
    float:left;
    height:1.7em;
    margin:-.4em .2em -.4em -.4em;
    padding:.42em 0 .42em .6em;
    width:20px
}
[dir="rtl"] .indentation{
    float:right;
    margin:-.4em -.4em -.4em .2em;
    padding:.42em .6em .42em 0
}
.tablesort{
    width:16px;
    height:16px;
    display:inline-block;
    background-size:100%
}
.tablesort--asc{
    
}
.tablesort--desc{
    
}
div.tree-child{
    
}
div.tree-child-last{
    
}
[dir="rtl"] div.tree-child,[dir="rtl"] div.tree-child-last{
    background-position:-65px center
}
div.tree-child-horizontal{
    
}
.views-align-left{
    text-align:left
}
.views-align-right{
    text-align:right
}
.views-align-center{
    text-align:center
}
.views-view-grid .views-col{
    float:left
}
.views-view-grid .views-row{
    clear:both;
    float:left;
    width:100%
}
span.ext{
    background:url(../../../all/modules/extlink/extlink_s.png.pagespeed.ce.pJ29E0w7VA.png) 2px center no-repeat;
    width:10px;
    height:10px;
    padding-right:12px;
    text-decoration:none
}
span.mailto{
    background:url(../../../all/modules/extlink/extlink_s.png.pagespeed.ce.pJ29E0w7VA.png) -20px center no-repeat;
    width:10px;
    height:10px;
    padding-right:12px;
    text-decoration:none
}
@media print{
    span.ext,span.mailto{
        display:none;
        padding:0
    }
}
.paragraph--unpublished{
    background-color:#fff4f4
}
.block-instagram-block .content{
    display:inline-block
}
.block-instagram-block img{
    float:left;
    display:inline-block;
    margin:0 5px 5px 0
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.position-relative .card-img-con:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: .9;
  background-color: #780002;
  width: 100%;
	height: 100%;
	transition: .5s ease;
	position: absolute;
}

.image-card--image:hover{
	background-color: brown;
	color: #fff;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
	margin-top: 1em;
  text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
}

.content-details p{
	margin: 1rem;
  color: #fff;
  font-size: 1em;
	line-height: 1.5rem;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    margin-left:0;
    padding:1rem;
    transform: translate(-50%, -50%)
}

@media screen and (min-width:600px) and (max-width:1199px){
.content-details p{
	margin: .5rem;
  color: #fff;
  font-size: 0.6em;
	line-height: .8rem;
  position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    margin-left:0;
    padding:1rem;
    transform: translate(-50%, -50%)
}
}

@media screen and (min-width:1200px) and (max-width:1460px){
.content-details p{
	margin: .5rem;
    color: #fff;
    font-size: 0.8em;
	line-height: 1.1rem;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    margin-left:0;
    padding:1rem;
    transform: translate(-50%, -50%)
}


  
}
@media screen and (max-width:599px){
.content-details p{
	margin: 0.5rem;
    color: #fff;
    font-size: 8pt;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    margin-left: 0;
    padding: 1rem;
    transform: translate(-50%, -50%);
}

	
}
@media screen and (max-width:320px){
.content-details p{
	margin: 0.5rem;
    color: #fff;
    font-size: 6pt;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    margin-left: 0;
    padding: 1rem;
    transform: translate(-50%, -50%);
}

	
}
.fadeIn-bottom{
  top: 80%;
}

.event-img{
	height: 400px;
	overflow: hidden;
	
}

.event-img img{
	vertical-align: middle;
}

@media screen and (max-width:768px){
	.event-img{
		height: 100% !important;
	}
	
	.video-pc{
	    display:none;
	}
	
}

@media screen and (min-width:768px){
	
	.video-mob{
	    display:none;
	}
	
}
