/*Events Card and widget style*/
.homeArticle2 {
    float: left;
    padding: 10px 0px;
    margin: 0px auto 20px auto;
    position: relative;

}
.homeArticle2.galleries-list {
	float: none;
}

.sectionInner2 {
    display: block;
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.homeServices, .homeLinks2 {
    margin: 30px auto 10px auto;
    width: 98%;
    max-width: 1400px;
    display: block;
    position: relative;
}

.sectionTitle2 {
    margin-left: 1.8%;
    font-weight: bold;
    font-size: 25px;
    line-height: 27px;
    color: #343a40;
    text-align: left;
    width: 98%;
    max-width: 1400px;
    letter-spacing: 1px;
}

.sectionGrey2 {
    background-color: white;
    padding: 10px 0px;
}

.homeArticleInner2{
    margin: 0px 25px;
    text-align: left;
}
/*Events Card and widget style*/

/*PressRelease Card and widget style*/
.homeArticle {
    width: 33.33333%;
    float: left;
    padding: 10px 0px;
    margin: 0px auto 20px auto;
    position: relative;

}
.homeArticle:hover{
    transform: scale(1.04);
}
.homeArticleInner {
    margin: 0px 10px;
    text-align: left;
}
.homeArticleImage {
    height: 100px;
    width: 80px;
    display: table;
    float: none;
    margin:0 auto;
}

.imageLayer{
    width: 100%;
    background-color: white;
}
.homeArticleTitle {
    position: relative;
    text-align: left;
    height: auto !important;
    font-weight: bold;
    color: #3b543a;
    margin: 10px 0px 5px 0px;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.media-date {
    margin: 5px 0px;
    display: table;
    font-size: 15px;
    font-weight: bold;
    color: #555;
}

.homeArticleSubtitle {
    color: #555;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
}

.sectionGrey {
    background-color: #eee;
    padding: 10px 0px;
}

.section {
    display: block;
    overflow: auto;
    width: 100%;
    margin: 0 auto;
	font-size: 16px;
}

.sectionInner {
    display: block;
    width: 95%;
    max-width: 67%;
    margin: 0 auto;
    position: relative;
}

.sectionTitle {
    margin: 1%;
    font-weight: bold;
    font-size: 25px;
    line-height: 27px;
    color: #343a40;
    text-align: left;
    width: 95%;
    max-width: 1000px;
    letter-spacing: 1px;
}

.homeLinks {
    margin-top: 30px;
}

.homeServices, .homeLinks {
    margin: 30px auto 10px auto;
    width: 95%;
    max-width: 1000px;
    display: block;
    position: relative;
}

a.pressReleaseButton {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pressReleasesIndex .homeArticle{
    width: 100%;
}

.homeArticle:hover span.plus {
    top: -45px;
    opacity: 1;
}


span.plus {
    display: block;
    position: absolute;
    background-image: url(../img/overlay-plus.png);
    background-size: 70px 70px;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    top: 0;
    right: 25px;
    opacity: 0;
    transition: opacity 0.4s, top 0.4s;
}

.press_rom{
	margin: 0 auto;
	text-align: center;
}
.press_mapn{
	margin: 0 auto;
	text-align: center;
}
.press_img{
	max-width: 100px;
	display: block;
}
.press_last{
	margin: 0 auto;
	text-align: center;
}

.press_left{
	margin-top:3%;
	float:left;
}

.press_title{
	text-align:center;
	padding: 15px;
}

/*PressRelease Card and widget style END*/

/*Slick slider css*/

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*Slick slider css end*/

/*Paginator*/

/*li {*/
/*    padding: 0 .25rem;*/

/*}*/
/*li.active {*/
/*    padding: 0 .55rem;*/
/*    !* background: linear-gradient(40deg,#ff6ec4,#7873f5);*!*/
/*    color:black;*/
/*}*/
/*li.active a {*/
/*    color:black;*/
/*    border-bottom: solid 1px black;*/
/*}*/
/*.next  a {*/
/*    color:#243a51!important;*/
/*}*/
/*.prev  a {*/
/*    color:#243a51!important;*/
/*}*/


/*.pageNavigator{*/
/*    margin: 0 auto;*/
/*}*/

/*.pageNavigator a{*/
/*    color: black;*/
/*}*/

.pageNavigator{
    margin: 30px auto 30px;
}


.pagination li a{
    color: black;
    float: left;
    padding: 3px 14px;
    text-decoration: none;
    transition: background-color .3s;
    /* border: 1px solid #ddd; */
    margin: 0;
}

.pagination li.active a {
    background-color: #3B543A;
    color: white;
    border: 1px solid #3B543A;
}

.pagination li a:hover:not(.active) {background-color: #ddd;}




/*Paginator end*/

/*Pressreleases view*/
#page_content h1:first-child {
    margin-top: 0;
    margin-bottom: 30px;
}

.date {
    font-weight: 10;
    color: #333;
    font-size: 0.5em;
    margin-top: 0.5em;
}

.arhiva{	
	font-size: 1.1rem;
    font-weight: lighter;
    text-align: left;
    width: 95%;
    max-width: 1000px;
    text-decoration: underline;
    letter-spacing: 1px;
    font-weight: bold;
}
a.arhiva:hover {
	color:#0056b3;
}

.arhiva2 {
    font-size: 1.1rem;
    font-weight: lighter;
    color: #243a51;
    text-align: left;
    width: 95%;
    max-width: 1000px;
    text-decoration: underline;
    letter-spacing: 1px;
    font-weight: bold;
    margin-left: 1.8%;
}
.slick-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.indexbody{
    padding-top: 50px;
}

.indexbody h1{
    padding-bottom: 20px;
}
/*PressReleases view end*/

.layerEvents {
	background-color: transparent;
	/* background-image: url('/img/events/1.JPG'); */
	min-height: 220px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* .layerEvents img {
    max-width: 100%;
    min-height: 167px;
    max-height: 167px;
    display: table;
    float: none;
    margin: 0 auto;
} */

/*News card*/

.comunicate-meta {
    border-bottom: 1px dotted #fff;
    font-size: 14px;
}

.comunicate-text h4 {
    color: #444;
    border-bottom: 5px solid #055d8d;
}

.comunicate-text h4 a {
    color: #444;
    text-decoration: none;
    font-size: 18px;
}

.comunicate-text p {
    text-align: justify;
}

.article:hover{
    transform: scale(1.04);
}

/*News card end*/

/*404notfound*/

#notfound {
    position: relative;
    height: 30vh;
}

#notfound .notfound {
    position: absolute;
    left: 25%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 710px;
    width: 100%;
    padding-left: 190px;
    line-height: 1.4;
}

.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
}

.notfound h2 {
    font-family: 'Raleway', sans-serif;
    color: #292929;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-top: 0;
}

.notfound p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
}

.notfound a {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #292929;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    color: #fff;
    background-color: #3b543a;
}

.box .message {
	color: red;
	text-align: center;
	margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .notfound {
        text-align: center;
    }
    .notfound .notfound-404 {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }
    .notfound {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sliderCard {
        min-height: 250px !important;
    }

    #styleForImageGrid{
        margin-top: 30px;
    }

	#split-third {
    	    width: 97.1% ! important;
	}

}										   

/*404notfound end*/

/* Slider */

.sliderCard{
    position: relative;
    background-size: contain;
    height: 100%;
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    display: table;
    float: none;
    margin: 0 auto;
    background-position: center center;
}

.homesliderTitle a{
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    color: white;
    font-size: 16px;
    display: table;
    float: none;
    margin: 0 auto;
	background-position: center center;
}

.ImageDesc{
    text-align: center;
}

a.sliderlink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
}

.sliderCard h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 18px;
    color: white;
    background-color: rgba(0,0,0,0.7);
    padding: 8px 0;
    margin-bottom: 0;
}

.left_side{
    position: absolute;
    text-decoration: none;
    font-size: 40px;
    height: 100%;
    left: 0;
    width: 7%;
    color: rgba(255,255,255,0.5);
    z-index: 99;
    /*background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));*/
    background-repeat: repeat-x;
}

.left_side i{
    position: relative;
    float: left;
    top: 50%;
}

.left_side svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
}

.left_side:hover{
    color: white;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.right_side{
    position: absolute;
    text-decoration: none;
    font-size: 40px;
    height: 100%;
    right: 0;
    width: 7%;
    color: rgba(255,255,255,0.5);
    z-index: 99;
   /* background-image: linear-gradient(to left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001)); */
    background-repeat: repeat-x;
}

.right_side i{
    position: relative;
    float: right;
    top: 50%;
}

.right_side svg{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
}

.right_side:hover{
    color: white;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

/* Slider */


/*login page*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-size: cover;
    font-family: sans-serif;
}

.box {
	position: relative;
	top: auto;
	left: auto;
	padding: 0.125rem;
	transform: none;
	width: 25rem;
	box-sizing: border-box;
	border: 1px solid #dadce0;
	border-radius: 8px;
	margin: 75px auto 0;
	min-height: 316px;
}

.box h2 {
    margin: 20px 0 0.125rem;
    padding: 0;
    text-align: center;
    color: #202124;
    font-family: "Google Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.box p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: center;
}

.box .inputBox {
    position: relative;
    margin-left: 1.76rem;
}

.box .inputBox input {
    width: 93%;
    padding: 0.625rem 10px;
    font-size: 1rem;
    letter-spacing: 0.062rem;
    margin-bottom: 1.875rem;
    border: 1px solid #ccc;
    background: transparent;
    border-radius: 4px;
}

.box .inputBox label {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 0.625rem 0;
    font-size: 1rem;
    color: gray;
    pointer-events: none;
    transition: 0.5s;
}

.box .inputBox input:focus ~ label,
.box .inputBox input:valid ~ label,
.box .inputBox input:not([value=""]) ~ label {
    top: -1.125rem;
    left: 10px;
    color: #243a51;
    font-size: 0.75rem;
    background-color: #fff;
    height: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.box .inputBox input:focus {
    outline: none;
    border: 2px solid #243a51;
}

.box input[type="submit"] {
    margin-right: 1.76rem;
    margin-bottom: 2rem;
    border: none;
    outline: none;
    color: #fff;
    background-color: #243a51;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    border-radius: 0.312rem;
    font-size: 1rem;
   
}

.box input[type="submit"]:hover {
    background-color: #2c4d70;
    box-shadow: 0 1px 1px 0 rgba(66, 133, 244, 0.45),
    0 1px 3px 1px rgba(66, 133, 244, 0.3);
}

/*login page end*/

.w3-row div a{
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;

  display: inline-block;
  padding: 4px 20px;
  position: relative;
}

.w3-row div a:after{
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.w3-row div a:hover{
	color: #fff;
	 font-size: 18px;
}
.w3-row div a:hover:after{
  width: 100%;
  left: 0;
  
}

.card-text {
    z-index: 999;
}


.w3-opacity, .w3-hover-opacity:hover{
    opacity: 0.60 ! important;
}

.leftmenuList ul{
    list-style: none;
}

.leftmenuList{
   font-size: 16px;
}

.leftmenuList ul li{
    padding-top:5px;
    padding-bottom: 5px;
    font-weight: bold;
    padding-left: 30px;
    color: #3b543a;
}


.leftmenuList ul li:hover{
    background: #3b543a;
    color: #fff;
}

.leftmenuList ul li a:hover{
    color: #fff;
    text-decoration: none;
}

.tableClass{
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.tableClass th,td{
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.tableClass tr td{
	font-size: 16px;
}

.tableClass tr td a{
	font-weight: bold;
	color: #1f62af;
}

.tableClass tr td a:hover{
	font-weight: bold;
	color: #0076ff;
}

.tableClass tbody{
	height:780px;
        overflow-y:scroll;
        display:block;
}

.tableClass th{
	font-size: 16px;
}

.tableClass tr:nth-child(even) {
  background-color: #eee;
}

.tableClass th:first-child{
	width:150px;
}

.EventImage{
	display:table;
	float: none;
	margin: 0 auto;
	max-width:50%;
}
.footer-v-one .footer-icons {
	margin-top: 0;
}

.sectionTitleNews {
    font-weight: bold;
    font-size: 25px;
    line-height: 27px;
    color: #243a51;
    text-align: left;
    width: 98%;
    max-width: 1400px;
    letter-spacing: 1px;
}