@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    border-top-color: rgba(0, 0, 255, 0.5);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border-top-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    border-top-color: rgba(0, 0, 255, 0.5);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border-top-color: rgba(0, 0, 0, 0.5);
  }
}
/* * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}*/

/*#preloader .loader {
  position: absolute;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
  top: 40%;
  left: 0;
  right: 0;
}*/
/*#preloader .loader div {
  height: 100%;
}*/

/* loader 1 */
/*#preloader .loader1, #preloader  .loader1 div {
  border-radius: 50%;
  padding: 8px;
  border: 2px solid transparent;
  -webkit-animation: rotate linear 2.25s infinite;
          animation: rotate linear 2.25s infinite;
  border-top-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 255, 0.5);
}*/

/*#preloader .loader, #preloader .loader * {
  will-change: transform;
}*/

@font-face{
font-family: PTSans Regular;
src: url('../fonts/PTSans/PT_Sans-Web-Regular.ttf');
}
@font-face{
font-family: PTSans Bold;
src: url('../fonts/PTSans/PT_Sans-Web-Bold.ttf');
}
@font-face{
font-family: PTSans BoldItalic;
src: url('../fonts/PTSans/PT_Sans-Web-BoldItalic.ttf');
}
@font-face{
font-family: PTSans Italic;
src: url('../fonts/PTSans/PT_Sans-Web-Italic.ttf');
}

@font-face{
font-family: OpenSans;
src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}
@font-face{
font-family: OpenSans SemiBold;
src: url('../fonts/Open_Sans/OpenSans-SemiBold.ttf');
}
@font-face{
font-family: OpenSans Bold;
src: url('../fonts/Open_Sans/OpenSans-Bold.ttf');
}
@font-face{
font-family: OpenSans ExtraBold;
src: url('../fonts/Open_Sans/OpenSans-ExtraBold.ttf');
}
@font-face{
font-family: OpenSans SemiBoldItalic;
src: url('../fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf');
}
@font-face{
font-family: OpenSans BoldItalic;
src: url('../fonts/Open_Sans/OpenSans-BoldItalic.ttf');
}
@font-face{
font-family: OpenSans ExtraBoldItalic;
src: url('../fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf');
}
@font-face{
font-family: OpenSans Italic;
src: url('../fonts/Open_Sans/OpenSans-Italic.ttf');
}
@font-face{
font-family: OpenSans Light;
src: url('../fonts/Open_Sans/OpenSans-Light.ttf');
}
@font-face{
font-family: OpenSans LightItalic;
src: url('../fonts/Open_Sans/OpenSans-LightItalic.ttf');
}

body {
margin: 0;
padding: 0;
font-family: PTSans Regular;
}

/* Preloader */
#preloader {
position: fixed;
display: flex;
align-items: center;
/* justify-content: center; */
top:0px;
width: 100%;
height: 100%;
background-color: #fff;
/* change if the mask should have another color then white */
z-index: 9999;
/* makes sure it stays on top */
}

#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
/* centers the loading animation horizontally one the screen */
top: 50%;
/* centers the loading animation vertically one the screen */
background-image: url('../images/loader.gif');
/* path to your loading animation */
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
/* is width and height divided by two */
}

.navbar-topHeader {
background-color: #fff;
border: 0;
border-radius: 0;
margin-bottom: 0;
}

.top > li > a:hover, .top > li.current > a {
color: #225db0;
background-color: transparent;
}

.top > li > a {
color: #525252;
font-size: 18px;
}

.active-header > a {
color: #225db0 !important;
}

.languages-select select::-ms-expand {
display: none;
}

.btnOtherMenus {
height: 60px;
width: 100%;
font-size: 18px;
background-color: #f8f8f8;
}
.btnOtherMenus:hover {
color: #000 !important;
opacity: 1;
}
.btnOtherMenus:active {
box-shadow: none;
background-color: #fff;
}
#dropdown-header {
margin-top: 0;
border-radius: 2px;
}
#dropdown-header li a {
padding: 7px 10px;
}

@media only screen 
and (min-width: 1400px) {
	.navbar-left {
	float: right !important;
	min-width: 671px;
	}
}

@media only screen
and (min-width: 1200px) {
.navbarTop-right {
top: 0;
right: 0;
position:absolute
}
.dropdown-menu {
right: 0 !important;
left: inherit;
}
.navbar-topHeader {
height: 120px;
}
.navbar-brand {
margin-top: 8px;
}
.top {
margin-top: 5px;
}
.active-header:after {
content:'';
display: block;
width:  20px;
height: 1px;
background: #225db0;
margin: 0 auto;
}
.navbarTop-right {
width: 130px;
background-color: #f8f8f8;
height: 100%;
}
.navbarTop-right > li {

clear: both;
width: 100%;
height: 60px;
text-align: center;
}
.button-wrap {
width: 50%;
}
.navbarTop-right > li > a {
padding: 20px 0;
margin-left: -15px;
color: #626262;
}
/* .navbar-left {
position: absolute;
right: 162px;  */
}
}
.navbar-toggle {
display: block;
position: absolute;
top: 13px;
right: 0px;
}
@media (max-width: 1200px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.container > .navbar-header {
  height: 100px !important;
}
.navbar-toggle {
/* display: block;
margin-top: 55px;
margin-right: 4px; */
display: block;
    /* margin-top: 55px; */
    margin-right: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-collapse.collapsing{
  text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100% !important;
    margin-left: 0px;
    padding: 0px;
    /* margin-right: -15px; */
    left: 0;
}
.navbar-nav {
float: none!important;
margin-top: 0;
margin-bottom: 0;
height: fit-content;
}
.navbar-nav>li {
float: none;
border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}
.navbar-nav>li>a {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.collapse.in{
display:block !important;
overflow-x: auto;
/*overflow-y: -webkit-paged-y;*/
max-height: unset !important;
text-align: center;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
position: relative;
}
.languages-select li{
/* display: table-cell !important; */
}
.languages-select{
/* right: 13% !important; */
}

}
.navbar-brand{
  height: fit-content;
}
@media only screen and (min-width: 992px) {
.dropbtn {
background-color: transparent;
color: #484848;
text-align: center;
padding: 10px 0px;
font-size: 16px;
border: none;
cursor: pointer;
margin: 10px 20px;
}
.dropdown-content {
margin-left: 0;
display: none;
position: absolute;
background-color: #f9f9f9;
transition: .5s;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
float: left;
width: 100%;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}

.dropbtn:hover ~ .dropdown-content {
display: block;
}
.select-lang {
border-top: 1px solid #0000001a;    
}
}

@media only screen
and (min-width: 992px)
and (max-width: 1199px) {
.top {
margin-top: 0px;
margin-left: 0px;
clear: both;
}
.top > li > a {
padding: 10px 20px; 
}
.navbar-brand img {
height: auto;
width: 250px;
}
.navbar-topHeader {
min-height: 80px;
}
.dropdown-menu {
right: 0 !important;
left: inherit;
}
.active-header:after {
content:'';
display: block;
width:  20px;
height: 1px;
background: #225db0;
margin: 0 auto;
}
.navbarTop-right {
/*width: 130px;*/
/*background-color: #f8f8f8;*/
height: 100%;
}
.navbarTop-right > li {
display: inline-flex;
clear: both;
height: 60px;
width: 130px;
text-align: center;
background-color: #f8f8f8;
}
.button-wrap {
width: 45%;
}
.navbarTop-right > li > a {
padding: 23px 0;
margin-left: -15px;
color: #626262;
}
.nav-rightDRP {
background: transparent;
border: 0;
box-shadow: none;
-moz-appearance: none;
-webkit-appearance: none;
padding: 23px 15px;
background: url(../images/dropdown-arrow-icon.png) 80% 50% no-repeat !important;
color: #626262;
text-align: center;
cursor: pointer;
}
.select-lang {
text-align: center;
}
.select-lang select{
background: transparent;
border: 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
padding: 12px 20px 5px 15px;
margin-left: -20px;
background: url(../images/dropdown-arrow-icon.png) 100% 58% no-repeat !important;
color: #626262;
text-align: center;
cursor: pointer;
}
.select-lang select:focus{outline: none;}
}

@media only screen 
and (min-width: 768px)
and (max-width: 1199px) {
.navbarTop-right {
/*position: absolute;*/
top: 0;
right: 0;
}
.carousel_header h3 {
font-size: 17px;
  line-height: 25px;
}
}

@media only screen 
and (min-width: 768px)
and (max-width: 991px) {
.top {
margin-top: 0px;
margin-left: 0px;
}
.navbar-brand img {
height: auto;
width: 220px;
}
.navbar-topHeader {
 min-height: 80px;
}
.top > li > a {
padding: 10px;
}
.active-header:after {
content:'';
display: block;
width:  20px;
height: 1px;
background: #225db0;
margin: 0 auto;
}
.navbarTop-right {
/*width: 110px;*/
/*background-color: #f8f8f8;*/
height: auto;
}
.dropbtn {
background-color: transparent;
color: #484848;
text-align: center;
padding: 17px 25px;
font-size: 16px;
border: none;
cursor: pointer;
margin: 0 20px;
border-bottom: 1px solid #0000001a;
}
.dropdown-content {
margin-left: 0;
display: none;
position: absolute;
background-color: #f9f9f9;
transition: .5s;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
float: left;
width: 100%;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
display: block;
}
.navbarTop-right > li {
display: inline-flex;
clear: both;
height: 60px;
width: 130px;
text-align: center;
background-color: #f8f8f8;
}
.button-wrap {
width: 45%;
}
.navbarTop-right > li > a {
padding: 23px 0;
margin-left: -15px;
color: #626262;
}
.nav-rightDRP {
background: transparent;
border: 0;
box-shadow: none;
-moz-appearance: none;
-webkit-appearance: none;
padding: 23px 15px;
background: url(../images/dropdown-arrow-icon.png) 80% 50% no-repeat !important;
color: #626262;
text-align: center;
cursor: pointer;
}

.select-lang {
text-align: center;
}

.select-lang select{
background: transparent;
border: 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
padding: 5px 15px 5px 15px;
margin-left: -20px;
background: url(../images/dropdown-arrow-icon.png) 100% 52% no-repeat !important;
color: #626262;
text-align: center;
cursor: pointer;
}
.select-lang select:focus{outline: none;}

/*
.dpdOthers:after {
content:'';
display: block;
width:  86px;
height: 1px;
background: #d9d9d9;
margin: 0 auto;
}*/
.dpdOthers > ul {
margin-left: -40px;
}
}

@media only screen and (max-width: 767px) {
.languages-select {

right: 120px!important;
}
.navbar-topHeader {
min-height: 80px;
}   
.navbar-brand {
margin-top: 0px;
}
.navbar-brand img {
height: auto;
width: 270px;
}
.narbarToggle {
/* top: 13px; */
right: 0px;
}
.navbarTop-right {
/*background-color: #f8f8f8;*/
height: auto;
}
.dropbtn {
background-color: transparent;
color: #484848;
text-align: center;
padding: 17px 25px;
font-size: 16px;
border: none;
cursor: pointer;
margin: 0 20px;
border-bottom: 1px solid #0000001a;
}
.dropdown-content {
margin-left: 0;
display: none;
position: absolute;
background-color: #f9f9f9;
transition: .5s;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
float: left;
width: 100%;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
display: block;
}
.navbarTop-right > li {
display: inline-flex;
clear: both;
height: 60px;
width: 130px;
text-align: center;
background-color: #f8f8f8;
}
.navbarTop-right > li > a {
padding: 23px 0;
margin-left: -15px;
color: #626262;
}
.nav-rightDRP {
background: transparent;
border: 0;
box-shadow: none;
-moz-appearance: none;
-webkit-appearance: none;
padding: 23px 15px;
background: url(../images/dropdown-arrow-icon.png) 63% 30% no-repeat !important;
color: #626262;
text-align: center;
cursor: pointer;
}
.select-lang {
text-align: center;
}
.select-lang select{
background: transparent;
border: 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
padding: 11px 20px 5px 15px;
margin: auto;
background: url(../images/dropdown-arrow-icon.png) 100% 65% no-repeat !important;
color: #626262;
text-align: center;
cursor: pointer;
}
.select-lang select:focus{outline: none;}
}

@media only screen and (max-width: 550px) {
  .nav-rightDRP {
  background: url(../images/dropdown-arrow-icon.png) 65% 50% no-repeat !important;
  }
}
@media only screen and (max-width: 510px) {
  .languages-select {
    top: 10px !important;
    right: 13px !important;
    position: absolute !important;
    /* float: none; */
  }
}
@media only screen and (max-width: 400px) {
.nav-rightDRP {
background: url(../images/dropdown-arrow-icon.png) 70% 50% no-repeat !important;
}
}

@media only screen and (max-width: 300px) {
.nav-rightDRP {
background: url(../images/dropdown-arrow-icon.png) 78% 50% no-repeat !important;
}
}

@media only screen and (max-width: 400px) {
.navbar-brand img {
height: auto;
width: 200px;
}
.navbar-brand {
  top: calc(50% - 39px);
  position: relative;
}
}

.dropdown-toggle:focus,
.dropdown-toggle:hover,
.dropdown-toggle:active {
background-color: transparent !important;
color: #626262;
}

.narbarToggle .icon-bar {
background-color: #626262;
}

.container > .navbar-header {
height: 80px;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
max-height: 515px !important;
}


/* ################### Banner ##################### */

.cancel-button {
background-color: rgb(0,86,150);
width: 24px;
float: right;
top: 10px;
right: 10px;
position: absolute;
cursor: pointer;
}

@media only screen and (min-width: 992px) {
.banner {
margin-top: 120px;
height: 760px;
}
.bannerFirst {
height: 450px;
}
.banner-top {
/* margin-top: 120px;*/
}
.carousel_header h3 {
margin: 0;
font-family: OpenSans;
line-height: 50px;
font-size: 34px;
}
.carousel_Top {
margin-top: 420px;
}
.item-banner {
height: 180px;
}
.item-banner p {
font-size: 23px;
}
.carousel_Bottom {
margin-top: 10px;
}
.container-4 {
position: relative;
}
.container-4 input#search {
padding: 0 30px 0 10px;
height: 45px;
}
.container-4 button.icon{
position: absolute;
top: 7px;
right: -35px;
border: none;
background: transparent;
color: #fff;
opacity: 0;
font-size: 15pt;
cursor: pointer;
-webkit-transition: all .55s ease;
-moz-transition: all .55s ease;
-ms-transition: all .55s ease;
-o-transition: all .55s ease;
transition: all .55s ease;
opacity: 1;
background: transparent;
margin-left: 0px;
}
.carousel_header {
position: absolute;
width: 100%;
height: auto;
z-index: 10;
padding:20px 30px 20px 30px;
color: #fff;
text-align: left;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
top:50%;
left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
}
.carousel-ind {
    position: absolute;
bottom: 150px;
z-index: 15;
width: auto;
left: 0;
padding-left: 15px;
margin-left: 45.2%;
float: left;
text-align: left;
list-style: none;
top: 490px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1300px){.hide_shape{display: none;}.nav>li>a{padding: 10px 12px !important;}}
@media only screen
and (min-width: 992px)
and (max-width: 1199px) {
.banner {
margin-top: 135px;
height: 760px;
}
.banner-top {
/*margin-top: 135px;*/
height: auto;
}
.hideOnSm {
display: none;
}
}
@media only screen
and (max-width: 991px) {
.banner {
margin-top: 135px;
height: 500px;
}
.carousel_Top {
margin-top: 150px;
}
.bannerFirst {
height: 580px;
}
.item-banner {
height: 150px;
}
.item-banner p {
font-size: 20px;
}
.carousel_Bottom {
margin-top: 50px;
}
.hideOnSm {
display: none;
}
.container-4 input#search {
padding: 0 10px;
height: 45px;
}
.container-4 button.icon{
position: absolute;
top: 7px;
right: -3px;
border: none;
background: transparent;
color: #fff;
opacity: 0;
font-size: 15pt;
cursor: pointer;
-webkit-transition: all .55s ease;
-moz-transition: all .55s ease;
-ms-transition: all .55s ease;
-o-transition: all .55s ease;
transition: all .55s ease;
opacity: 1;
background: transparent;
margin-left: 0px;
}
.carousel_header h3{
font-size: 45px;
line-height: 42px;
}
.carousel_header {
 position: absolute;
width: 100%;
height: auto;
z-index: 10;
padding:20px 30px 20px 30px;
color: #fff;
text-align: left;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
top:50%;
left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
}
.carousel-ind {
position: absolute;
z-index: 15;
width: auto;
left: 0;
padding-left: 15px;
margin-left: 0;
float: left;
text-align: left;
list-style: none;
top: 600px;
left: 50%;
transform: translateX(-50%);
}
}
@media only screen and (max-width: 1200px) and (min-width:768px){
.languages-select {
  /* top: 27px; */
  /* right: 25.8% !important; */
  position: absolute !important;
  right: 110px;
      top: 40px !important;
  }
}
@media only screen and (max-width: 1200px){
.navbarMenu_top-komisioni li{
padding: 43px 43px!important;
}
.navbar-topHeader>.container {
  position: relative;
}
}
@media only screen and (max-width: 992px){
.navbarMenu_top-komisioni {
margin-left: 0!important;
margin-right: 0!important;
}
.navbarMenu_top-komisioni li{
padding: 43px 14px!important;
}

}
@media only screen and (max-width: 767px) {
.banner {
margin-top: 80px;
height: 380px;
}
.banner-top {
margin-top: 80px;
height: auto;
}
.carousel_header h3 {
line-height: 25px;
font-size: 21px;
}
.bannerFirst {
height: 400px;
}
.carousel_Top {
margin-top: 70px;
}
.item-banner {
height: 140px;
}
.item-banner p {
font-size: 15px;
}
.carousel_Bottom {
margin-top: 25px;
}
.hideOnSm {
display: none;
}
.container-4 input#search {
padding: 0 10px;
height: 45px;
}
.container-4 button.icon{
position: absolute;
top: 7px;
right: -3px;
border: none;
background: transparent;
color: #fff;
opacity: 0;
font-size: 15pt;
cursor: pointer;
-webkit-transition: all .55s ease;
-moz-transition: all .55s ease;
-ms-transition: all .55s ease;
-o-transition: all .55s ease;
transition: all .55s ease;
opacity: 1;
background: transparent;
margin-left: 0px;
}
.carousel_Bottom {
margin-top: 40px;
}
.carousel_header {
position: absolute;
top: 210px;
width: 100%;
height: auto;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 50px;
/*padding: 0;*/
color: #fff;
text-align: left;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-ind {
position: absolute;
z-index: 15;
width: auto;
left: 50%;
list-style: none;
top: 445px;
transform: translateX(-50%);
}
}
@media only screen and (max-width: 600px) {
.banner {
margin-top: 80px;
height: 300px;
}
.carousel_header {
width: 100%;
}
}
@media only screen and (max-width: 320px) {
.carousel_header {
top: 180px;
}
}


.banner {
position: relative;
width: 100%;
background-color: rgb(65, 40, 120);
}


.bannerFirst {
position: relative;
width: 100%;
/*background-color: rgb(0, 86, 150);*/
	background-color: rgb(0, 0, 0);
}
.bannerFirst > img {
position: absolute;
width: 100%;
height: 100%;
/*opacity: .3;*/
	opacity: 0.7;
object-fit:cover;
object-position: 50% 87%;
}
.bannerFirst12 {
position: absolute;
width: 100%;
height: 200px;
z-index: 9999;
}

.banner > img {
position: absolute;
width: 100%;
height: 100%;
opacity: .2;
}

.carousel_header h3 {
margin: 0;
font-family: OpenSans;
}

.carousel-ind li, .carousel-ind li.active {
margin: 0 10px;
width: 12px;
height: 12px;
}

.carousel-ind li:nth-child(1),
.carousel-ind li.active:nth-child(1) {
margin-left: 0;
}

.item-banner p {
font-family: OpenSans;
}

.container-4 input#search {
width: 100%;
background: transparent;
border: 0;
font-size: 20px;
border-bottom: 2px solid #fff;
color: #fff;
text-transform: capitalize;
}

.container-4 input#search::-webkit-input-placeholder {
color: #fff;
}

.container-4 input#search:-moz-placeholder { /* Firefox 18- */
color: #fff;
}

.container-4 input#search::-moz-placeholder {  /* Firefox 19+ */
color: #fff;
}

.container-4 input#search:-ms-input-placeholder {  
color: #fff;
}

.carousel-content {
color: #fff;
display:flex;
align-items:center;
}

#text-carousel p {
width: 100%;
height: auto;
color: #fff;
}

@media only screen and (max-width: 500) {
.carousel_Bottom .carousel-indicators li{margin-left: 10px;margin-right: 10px;}
.carousel_Bottom .carousel-indicators li.active{
width: 18px !important;
height: 18px !important;
background-color: #fff;
position: relative;
top: 3px;
}
}
@media only screen and (max-width: 500px) {
.box {
bottom: -30px;
}
.carousel_Bottom {
bottom: 30px;
}
}
.carousel_Bottom {
margin-left: -5px !important;
}


/* ################## Latest #################### */


@media only screen and (min-width: 1200px) {
.latest {
min-height: 610px;
padding: 55px 0;
}
.latest h3 {
font-size: 26px;
font-family: OpenSans SemiBold;
}
.item-latest_img {
/* padding-left:40px; */
padding-top: 20px;
padding-bottom: 20px;
background-color: #fff;
border: 1px solid #e7e7e7;
position: relative;


}
.item-latest h4 {
margin-top: 15px;
font-size: 17px;
}
.media-Slider p {
font-size: 14px;
line-height: 25px;
}
.myCarousel-last_row {
margin-top: 25px;
}
.mediaSlide-section {
width: 50%;
margin-top: 25px;
}
.arrows-least {
margin-top: 70px;
}
.item-latest p {
margin-top: 25px;
color: #292929;
}
}
@media only screen
and (min-width: 992px)
and (max-width: 1199px) {
.latest {
height: 620px;
padding: 50px 0 80px 0;
}
.latest h3 {
font-size: 25px;
font-family: OpenSans SemiBold;
}
.item-latest_img {
background-color: #fff;
border: 1px solid #e7e7e7;
position: relative;
padding: 20px;

}

.item-latest h4 {
margin-top: 20px;
font-size: 17px;
}
.myCarousel-last_row {
margin-top: 25px;
}
.media-Slider p {
font-size: 14px;
line-height: 25px;
}
.mediaSlide-section {
width: 60%;
margin-top: 30px;
}
.arrows-least {
margin-top: 50px;
}
.item-latest p {
margin-top: 25px;
color: #292929;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.latest {
height: auto;
padding: 45px 0 80px 0px;
}
.latest h3 {
font-size: 23px;
font-family: OpenSans SemiBold;
}
.item-latest_img {
padding: 20px 40px;
}

.myCarousel-last_row {
margin-top: 10px;
}
.item-latest h4 {
margin-top: 10px;
font-size: 17px;
}
.media-Slider {
margin-top: 15px;
}
.media-Slider p {
font-size: 14px;
line-height: 22px;
}
.mediaSlide-section {
width: 50%;
margin-top: 20px;
}
.arrows-least {
margin-top: 40px;
}
.item-latest p {
margin-top: 15px;
color: #292929;
}
}
@media only screen
and (max-width: 767px) {
.latest {
height: auto;
padding: 50px 0;
text-align: center;
}
.latest h3 {
margin: 0 0 15px 0;
font-size: 22px;
font-family: OpenSans SemiBold;
text-align: left;
}
.item-latest_img {
padding: 40px 17px;
width: 100%;
}
.item-latest_img img {
width: 80px;
}
.item-latest h4 {
margin-top: 10px;
font-size: 16px;
text-align: left;
}
.media-Slider p {
font-size: 14px;
line-height: 18px;
text-align: left;
}
.mediaSlide-section {
width: 27%;
margin-top: 20px;
text-align: left;
}
.arrows-least {
margin-top: 40px;
text-align: left;
}
.media-Slider {
margin-top: 10px;
}
.item-latest p {
margin-top: 15px;
color: #292929;
text-align: left;
}
.media-Slider .media-body {
text-align: left;
}
.myCarousel-last_row {
height: auto;
}
}
@media only screen and (max-width: 670px) {
.mediaSlide-section {
width: 35%;
margin-top: 20px;
text-align: left;
}
.latest {
height: auto;
}
}
@media only screen and (max-width: 550px) {
.mediaSlide-section {
width: 40%;
margin-top: 20px;
text-align: left;
}
.latest {
height: auto;
}
}
@media only screen and (max-width: 470px) {
.mediaSlide-section {
width: 45%;
margin-top: 20px;
text-align: left;
}
.latest {
height: auto;
}
}
@media only screen and (max-width: 430px) {
.mediaSlide-section {
width: 50%;
margin-top: 20px;
text-align: left;
}
}
@media only screen and (max-width: 385px) {
.mediaSlide-section {
width: 55%;
margin-top: 20px;
text-align: left;
}
.latest {
height: auto;
}
}
@media only screen and (max-width: 355px) {
.mediaSlide-section {
width: 60%;
margin-top: 20px;
text-align: left;
}
.latest {
height: auto;
}
}
@media only screen and (max-width: 325px) {
.mediaSlide-section {
width: 71%;
margin-top: 20px;
text-align: left;
}
}

.latest {
/* background-color: #f3f3f3; */
}

.carousel-control {
background-image: none !important;
width: 0;
}

.item-latest h4 {
line-height: 25px;
color: #000000;
font-family: OpenSans Bold;
margin-left: 15px;
}

.item-latest_img {
background-color: #fff;
border: 1px solid #e7e7e7;
top: 25px;
}

.myCarousel-last_row span {
font-size: 12px;
color: #000;
font-family: OpenSans SemiBold;
}
. span {
font-size: 12px;
color: #000;
font-family: OpenSans SemiBold;
}
.media-Slider p {
font-family: OpenSans;
}

.mediaSlide-section .media-left {
vertical-align: middle;
}

.mediaSlide-section a {
color: #494949;
font-family: OpenSans SemiBold;
}

.arrow-blue {
display: none;
}

.arrows-least span {
color: #626262;
text-shadow: none;
font-size: 12px;
}

.medialeft-4789 {
color: #494949;
font-family: OpenSans SemiBold;
}

.arrows-least {
position: relative;
font-family: OpenSans Bold;
}

.media-arrow {
vertical-align: middle;
}

.control-arrow_least {
width: 80px;
font-size: 0;
opacity: 1;
text-transform: uppercase;
}

.control-arrow_least:hover,
.control-arrow_least-right:hover {
opacity: 1;
}

.control-arrow_least-right {
font-size: 0;
width: 120px;
opacity: 1;
text-transform: uppercase;
}

.media-text1 {
width: 100%;
}

.latestArrows-hide-blue {
display: none;
}

.latestArrows-hide-blue1 {
display: none;
}

.media-img_0258 {
display: none;
}




/* ############# Seciton Video ############# */


.section-video {
position: relative;
background: url("../images/image.png") no-repeat;
background-position: center top 65%;
background-size: cover;
float: left;
width: 100%;
}

.background-opacity {
position: absolute;
background-color: rgb(0, 86, 150);
width: 100%;
height: 100%;
opacity: .9;
}

.section-video-position {
height: 100%;
font-family: OpenSans SemiBold;
}

.section-video-position h3 {
text-align: center;
position: absolute;
color: #fff;
left: 0;
right: 0;
bottom: 5px;
opacity: 1;
}

.orderthings a:hover {
text-decoration: none;
}

.orderthings a {
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
transition: .3s;
}

@media only screen
and (min-width: 768px) {
.orderthings {
margin-top: -20px;
padding-top: 10px;
height: 40px;
color: #225db0;
background-color: #fff;
-webkit-box-shadow: 0px 0px 17px -7px rgba(128,128,128,1);
-moz-box-shadow: 0px 0px 17px -7px rgba(128,128,128,1);
-ms-box-shadow: 0px 0px 17px -7px rgba(128,128,128,1);
-o-box-shadow: 0px 0px 17px -7px rgba(128,128,128,1);
box-shadow: 0px 0px 17px -7px rgba(128,128,128,1);
}
.section-video-position h3 {
font-size: 22px;
}
.section-video {
height: 250px;
}
}
@media only screen
and (max-width: 767px) {
.orderthings {
margin-top: -20px;
padding-top: 10px;
width: 50%;
font-size: 12px;
height: 40px;
color: #225db0;
background-color: #fff;
-webkit-box-shadow: 0px 0px 17px -7px rgba(128,128,128,1);
-moz-box-shadow: 0px 0px 17px -7px rgba(128,128,128,1);
-ms-box-shadow: 0px 0px 17px -7px rgba(128,128,128,1);
-o-box-shadow: 0px 0px 17px -7px rgba(128,128,128,1);
box-shadow: 0px 0px 17px -7px rgba(128,128,128,1);
}
.section-video-position h3 {
font-size: 16px;
line-height: 23px;
}
.section-video {
height: 300px;
}
}
@media only screen
and (max-width: 539px) {
.orderthings {
height: 55px;
padding-top: 12px;
}
}
@media only screen
and (max-width: 394px) {
.orderthings {
width: 70%;
margin-left: 15%;
padding-top: 12px;
}
}

.play_button {
/*position: absolute;
right: 0;
left: 0;
top: 34%;*/
position: absolute;
right: 0;
left: 0;
top: 0;
height: 250px;
}
.play_button .item{
height: 250px;
position: relative;
}
.play_button .item button{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
}
.play_button .carousel-control {
top: calc(50% - 12px);
position: absolute;
}

.play_button > button {
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
opacity: .5;
background-color: transparent;
border: none;
}

.play_button > button:hover {
-moz-transform: scale(1.05) !important;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05) !important;
opacity: 1;
}

.play_button > button:hover ~ .section-video-position h3 {
opacity: .2;
}

.modal-header .close {
margin-top: -2px;
opacity: 1;
}
.modal-header .close:hover {
opacity: .7;
}

.modalContent-video {
top: 8vh;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color: transparent;
}

.modalContent-video > .modal-header {
border: 0;
padding-right: 0;
}

.modalContent-video > .modal-body {
background-color: transparent;
height: 70vh;
padding: 0;
}

/* ############# Last Document ############ */


@media only screen and (min-width: 992px) {
.last_Document {
padding: 55px 0;
}
.last_docs-carousel-inner {
height: 265px;
}
.last_docs-carousel-inner .item div {
background-color: #fff;
}
.photo_docs {
width: 100%;
height: 185px;
border: 1px solid #e7e7e7;
padding-top: 50px;
}
.last_Document h2 {
margin: 20px 0 30px 0;
}
.carousel_p p {
height: 108px;
}
.last_docs-indicators li {
margin: 0 10px;
}
.last_docs-indicators li.active {
margin: 0 15px;
}
.dataSlideTo1 {
display: none !important;
}
.carousel_p a {
bottom: 0;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.last_Document {
padding: 55px 0 45px 0;
}
.last_docs-carousel-inner {
height: 300px;
}
.photo_docs {
width: 100%;
height: 185px;
border: 1px solid #e7e7e7;
padding-top: 50px;
}
.last_Document h2 {
margin: 0 0 20px 0;
font-size: 28px;
}
.carousel_p p {
height: 115px;
}
.last_docs-indicators li {
margin: 0 10px;
}
.last_docs-indicators li.active {
margin: 0 15px;
}
.dataSlideTo1 {
display: none !important;
}
.carousel_p a {
bottom: 0;
}
}
@media only screen and (max-width: 767px) {
.last_Document {
padding: 60px 0 60px 0;
}
.last_docs-carousel-inner {
height: 420px;
}
.photo_docs {
width: 100%;
height: 185px;
border: 1px solid #e7e7e7;
padding-top: 50px;
}
.last_Document h2 {
margin: 0 0 20px 0;
font-size: 25px;
}
.carousel_p {
margin-top: 20px;
}
.carousel_p p {
height: 70px;
}
.last_docs-indicators li {
margin: 0px;
}
.last_docs-indicators li.active {
margin: 0 5px;
}
.banner-top{
margin-top:0px;
}
.languages-select{
/* top: 30px !important; */
}
.navbar-toggle{
margin-top: 10px;
margin-right: 16px;
}
.lajmiPlot {
  padding-top: 55px;
}
.lajmiPlot .media-about_exec {
  margin-top: 15px;
}
.lajmiPlot h3 {
  padding-left: 15px;
}
}
.lajmiPlot {
  padding-bottom: 55px;
}
.lajmiPlot h3 {
  margin-bottom: 30px;
}
.last_Document {
position: relative;
float: left;
width: 100%;
}

.last_docs-indicators li div {
background-color: transparent;
width: 5px !important;
height: 5px !important;
border: 1px solid #614d8a;
border-radius: 50px;
}

.last_docs-indicators li {
width: 20px;
height: 20px;
padding: 5px;
}

.last_docs-indicators {
bottom: 0px;
}

.last_docs-indicators li.active {
width: 25px;
height: 25px;
padding: 9px;
border: 1px solid #614d8a;
border-radius: 50%;
}

.last_docs-indicators li.active > div {
background-color: #614d8a;
}

.photo_docs img {
width: 80px;
}

.media_Body-date, .carousel_p p {
font-family: OpenSans SemiBold;
color: #000;
}

.media_Body-date span {
font-size: 13px;
}

.carousel_p p {
line-height: 23px;
margin-top: 12px;
font-size: 13.5px;
}

.carousel_p a {
text-decoration: none;
text-transform: uppercase;
font-family: OpenSans Bold;
color: #225db0 !important;
bottom: 0;
transition: .5s all;
}

.carousel_p a:before {
display: inline-block;
height: 1px;
content: "";
text-shadow: none;
width: 16px;
margin: 0 10px 4px 0;
background-color: #225db0;
-webkit-transition: .5s all;
-moz-transition: .5s all;
transition: .5s all;
}
.carousel_p a:hover:before {
margin: 0 15px 4px 0;
}



/* ############# FOOTER ############### */

.footer {
background-color: #f2f2f2;
width: 100%;
float: left;
font-family: OpenSans SemiBold;
}

.footer .media-left {
vertical-align: middle;
}

.footer .media-body p {
color: #4e4e4e;
line-height: 25px;
margin-top: -2px;
}

@media only screen 
and (min-width: 992px) {
.footer {
padding: 40px 0;
}
.footer h3 {
color: #000;
}
.footer-navbar li {
list-style: none;
margin: 0 40px;
color: #626262;
}
.footer-navbar {
margin-right: 0;
}
.footer-navbar-social li:nth-child(2),
.footer-navbar-social li:nth-child(3) {
margin: 0 25px !important;
}
.footer-navbar-social li:nth-child(1) {
margin: 0 25px 0 0 !important;
}
.footer-navbar-social li {
width: 45px;
height: 45px;
background-color: #fff;
border-radius: 50%;
list-style: none;
padding: 12px 17px;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
transition: .3s ease-in-out;
cursor: pointer;
}
.footer-navbar-social {
margin-top: 40px;
margin-right: 0;
padding: 0;
}
.footer-contact div {
margin-top: 20px;
}
.footer h3 {
margin: 0;
font-family: OpenSans SemiBold;
font-size: 20px;
}
.footer-faqs li {
list-style: none;
padding: 0;
font-family: OpenSans;
margin-bottom: 25px;
}
.footer-faqs li a {
color: #000;
}
.footer-faqs {
margin-top: 20px;
padding: 0;
}
.footer_3, .footer_3-1 {
margin-top: 20px;
padding: 0;
}
.footer_3 li, .footer_3-1 li {
list-style: none;
margin-top: 0px;
margin-bottom: 10px;
}
.united-footer {
margin-top: 25px;
}
.copyright {
height: fit-content;
}
}
.footer-faqs li a {transition: .2s ease-in-out;}
.footer-faqs li a:hover {
color: #614d8a;
}
.footer_third a {transition: .2s ease-in-out;}
.footer_third a:hover {text-decoration: none;color: #614d8a;}
@media only screen 
and (min-width: 768px)
and (max-width: 991px) {
.footer {
padding: 50px 0 50px 0;
}
.footer-navbar {
margin-top: 25px;
}
.footer-navbar li {
list-style: none;
margin: 0 10px;
color: #626262;
}
.footer-navbar-social li {
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 50%;
list-style: none;
padding: 10px 14px;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
transition: .3s ease-in-out;
cursor: pointer;
}
.footer-navbar-social {
margin-top: 100px;
padding: 0;
}

.footer-navbar-social li:nth-child(2),
.footer-navbar-social li:nth-child(3) {
margin: 0 10px !important;
}
.footer-navbar-social li:nth-child(1) {
margin: 0 10px 0 0 !important;
}
.footer-navbar-social li {
width: 45px;
height: 45px;
background-color: #fff;
border-radius: 50%;
list-style: none;
padding: 12px 17px;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
transition: .3s ease-in-out;
cursor: pointer;
}
.footer-navbar-social {
margin-top: 40px;
margin-right: 0;
padding: 0;
}
.footer-contact div {
margin-top: 20px;
}
.footer h3 {
margin: 0;
font-family: OpenSans SemiBold;
font-size: 22px;
}
.footer-faqs li {
list-style: none;
padding: 0;
font-family: OpenSans;
margin-bottom: 25px;
}
.footer-faqs li a {
color: #000;
}
.footer-faqs {
margin-top: 20px;
padding: 0;
}
.footer_3, .footer_3-1 {
margin-top: 20px;
padding: 0;
}
.footer_3 li, .footer_3-1 li {
list-style: none;
margin-top: 10px;
}
.united-footer {
margin-top: 30px;
}
.copyright {
height: 60px;
}
}
@media only screen 
and (max-width: 767px) {
.footer {
padding: 50px 0 30px 0;
}
.copyright {
padding: 0 15px;
height: 57px;
}
.footer h3 {
font-size: 21px;
}
.footer-navbar li {
list-style: none;
margin: 10px 0;
color: #626262;
}
.footer-navbar {
padding: 0px;
margin: 30px 0;
}
.footer-navbar-social li {
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 50%;
list-style: none;
padding: 10px 15px;
margin: 0 10px;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
transition: .3s ease-in-out;
cursor: pointer;
}
.footer-navbar-social {
margin: 20px 0;
padding: 0;
}
.footer-navbar-social li:nth-child(2),
.footer-navbar-social li:nth-child(3) {
margin: 0 10px !important;
}
.footer-navbar-social li:nth-child(1) {
margin: 0 10px 0 0 !important;
}
.footer-contact div {
margin-top: 10px;
}
.footer h3 {
margin: 0 0 20px 0;
font-family: OpenSans SemiBold;
font-size: 22px;
text-align: center;
}
.footer-faqs li {
list-style: none;
padding: 0;
font-family: OpenSans;
margin-bottom: 15px;
}
.footer-faqs li a {
color: #000;
}
.footer-faqs {
margin-top: 20px;
padding: 0;
}
.footer_3, .footer_3-1 {
margin-top: 20px;
padding: 0;
}
.footer_3 li, .footer_3-1 li {
list-style: none;
margin-top: 5px;
text-align: center;
}
.united-footer {
margin-top: 20px;
}
.play_button .carousel-control.right {
right: 25px;
}
.footer_third {
margin-top: 15px;
}
.footer-second_faqs {
margin-top: 20px;
}

}

@media only screen and (min-width: 768px) {
.social-footer-show-xs {
display: none;
}
}
@media only screen and (max-width: 992px){

} 
@media only screen and (max-width: 767px) {
.social-footer-show-xs_1 {
display: none;
}
}

.carousel-control.right {
right: 20px;
}
.footer-navbar li a {
color: #626262;
text-decoration: none;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.footer-navbar li a:hover {
color: #1a1a1a;
}

.copyright {
background-color: #fff;
width: 100%;
float: left;
}

.copyright p {
font-size: 13px;
margin: 0;
padding-top: 7px;
font-family: OpenSans;
}
.copyright p:last-child {
  padding: 0;
  padding-bottom: 7px;
}
.copyright  a{
color: #ec174f;
font-size: 12px;
font-family: OpenSans SemiBold;
}




/* ###########################################
##################### ABOUT ##################
########################################### */


.banner-about {
background: url("../images/banner-about_home.png") no-repeat top 23% center;
position: relative;
z-index: 999;
/*width: 100%;*/
background-size: cover !important;
background-position-y: center !important;
}
.background-opc {
/*background: rgba(98, 98, 98, 0.7);*/
	background: rgba(0,0,0,0.3);
height: 100%;
position: absolute;
top: 0;
z-index: -999;
width: 100%;
	left: 0;
}

@media only screen and (min-width: 992px) {
.banner-about {
margin-top: 120px;
height: 450px;
}
.about-us {
padding: 90px 0 140px 0;
}
.about-us_reg {
padding: 0 0 140px 0;
}
.text-about_kpm {
/* padding-top: 20px; */
}
.navbarMenu_top li {
margin-right: -4px;
list-style: none;
display: inline-block;
height: 100px;
padding: 20px 14px;
font-family: OpenSans;
height: 60px;
}
.active-about:after {
content:'';

width:  80%;
height: 1px;
background: #225db0;
margin: 0 auto;
position: relative;
bottom: -49px;
display: none;
}
}
@media only screen
and (min-width: 992px)
and (max-width: 1199px) {
.banner-about {
margin-top: 80px;
height: 345px;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.banner-about {
margin-top: 80px;
height: 300px;
}
.about-us {
padding: 50px 0 100px 0;
}
.text-about_kpm {
margin-top: 20px;
}
.navbarMenu_top li {
list-style: none;
display: block;
/* height: 100px; */
margin: 0 15px;
padding: 5px 10px;
font-family: OpenSans;
}
.active-about:after {
content:'';
display: block;
width:  70%;
height: 1px;
background: #225db0;
margin: 0 auto;
position: relative;
bottom: -39px;
}
}
@media only screen and (max-width: 767px) {
.banner-about {
margin-top: 80px;
height: 250px;
}
.about-us {
padding: 30px 0 80px 0;
}
.text-about_kpm {
margin-top: 20px;
}
.navbarMenu_top li {
list-style: none;
display: block;
/* height: 69px; */
margin: 0;
padding: 5px;
font-family: OpenSans;
}
.navbarMenu_top .back_menu {
  /* right: 40px; */
  display: block;
  left: 0;
  padding: 6px;
}
.about_Button ul li, .about_Button2 ul li, .navbarMenu_top-komisioni ul li, .about_Button3 ul li {
  list-style: none;
    display: block !important;
    /* height: 60px; */
    padding: 10px 32px !important;
    /* height: 22px; */
    /* padding: 0px 32px; */
    font-family: OpenSans;
    margin-right: 0px !important;
    /* background-color: #ffffff; */
}
}

.about-us h3 {
color: #000;
font-size: 22px;
font-family: OpenSans SemiBold;
}

.about-us p {
font-family: OpenSans;
font-size: 14px;
}

.about-btn p {
margin-bottom: 0;
padding-top: 28px;
height: 70px;
width: 100%;
font-size: 13px;
text-decoration: none;
background-color: #ffffff;
font-family: OpenSans SemiBold;
transition: .2s ease-in-out;

}

.about-btn a {
color: #777777;
text-decoration: none;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.about-btn a:hover {
color: #3b3b3b;
text-decoration: none;
}

.about-btn a:hover p {
-webkit-box-shadow: inset 0px -5px 7px -7px rgba(161,161,161,1);
-moz-box-shadow: inset 0px -5px 7px -7px rgba(161,161,161,1);
box-shadow: inset 0px -5px 7px -7px rgba(161,161,161,1);
color: #225db0;
}


.about_Button {
/*margin-bottom: 15px;
padding-left: 45px;
padding-right: 45px;
margin-top: 0px;
padding-top: 30px;*/


}
.about-btn{
padding-left: 0;
border: 1px solid #f2f2f2;
padding-right: 0;

}

.navbarMenu_top li a {
color: black;
font-size: 16px;
transition: .3s ease-in-out;
}
.navbarMenu_top li a:hover {
color: #225db0;
}

.navbarMenu_top li a:hover {
text-decoration: none;
}

.carousel-inner .item-inner a:hover {
color: #211728;
}

.navbarMenu_top {
background-color: #ffffff;
border-bottom: 1px solid #f2f2f2;
/* padding-bottom: 30px; */
padding-bottom: 10px;
}

.active-about a {
transition: .5s ease-in-out;
color: #225db0 !important;
}

@media only screen and (min-width: 768px) {
.active-about a:hover:after {
height: 0 !important;
}
.navbarMenu_top a:hover:after {
content: '';
display: none;
width:  60%;
height: 1px;
background: #225db0;
margin: 0 auto;
position: relative;
bottom: -39px;
}
.navbarMenu_top_leg a:hover:after {
content: '';
display: none;
width:  60%;
height: 1px;
background: #225db0;
margin: 0 auto;
position: relative;
bottom: -39px;
}
}
@media only screen and (min-width: 992px) {
.navbarMenu_top a:hover:after {
content: '';
display: none;
width:  60%;
height: 1px;
background: #225db0;
margin: 0 auto;
position: relative;
bottom: -49px;
}
.navbarMenu_top_leg a:hover:after {
content: '';
display: none;
width:  60%;
height: 1px;
background: #225db0;
margin: 0 auto;
position: relative;
bottom: -49px;
}
}

@media only screen and (min-width: 1200px) {
#carousel-example-captions {
margin-top: -110px;
}
}
@media only screen and (min-width: 992px) {
.carousel-inner .item-inner {
height: 135px;
width: 100%;
padding: 20px;
background-color: #fff;
font-family: OpenSans SemiBold;
height:auto;
}
.carousel-inner .item-inner:nth-child(1),
.carousel-inner .item-inner:nth-child(2) {
border-bottom: 1px solid #eaeaea; 
}
#carousel-example-captions {
margin-top: 25px;
}
.media-docs span {
font-size: 13px;
}
.media-docs {
margin-bottom: 10px;
}
.carousel-inner .item-inner a {
color: #4e3660;
line-height: 20px;
font-size: 14px;
font-family: OpenSans; 
text-decoration: underline;
-webkit-text-decoration-color: #4e3660; /* Safari */    
-moz-text-decoration-color: #4e3660;
text-decoration-color: #4e3660;
word-wrap: break-word;
}
.latest-docs-indicatiors li.active {
background-color: #4e3660;
margin: 0 13px;
width: 15px;
height: 15px;
}
.latest-docs-indicatiors {
left: 5%;
margin: 0;
}
.latest-docs-indicatiors li {
float: left;
border: 1px solid #4e3660;
margin: 0 13px;
width: 15px;
height: 15px;
}
.last-captions {
height: auto;
background-color: #fff;
border: 1px solid #eaeaea;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.carousel-inner .item-inner {
height: 165px;
width: 100%;
padding: 25px;
background-color: #fff;
font-family: OpenSans SemiBold;
}
.carousel-inner .item-inner:nth-child(1),
.carousel-inner .item-inner:nth-child(2) {
border-bottom: 1px solid #eaeaea; 
}
.media-docs span {
font-size: 13px;
}
.media-docs {
margin-bottom: 15px;
}
.carousel-inner .item-inner a {
color: #4e3660;
line-height: 23px;
text-decoration: underline;
-webkit-text-decoration-color: #4e3660; /* Safari */    
-moz-text-decoration-color: #4e3660;
text-decoration-color: #4e3660;
}
.latest-docs-indicatiors li.active {
background-color: #4e3660;
margin: 0 13px;
width: 15px;
height: 15px;
}
.latest-docs-indicatiors {
left: 4%;
margin: 0;
}
.latest-docs-indicatiors li {
float: left;
border: 1px solid #4e3660;
margin: 0 13px;
width: 15px;
height: 15px;
}
.last-captions {
/* height: 575px; */
height: auto;
background-color: #fff;
border: 1px solid #eaeaea;
}
}
@media only screen and (max-width: 767px) {
.carousel-inner .item-inner {
height: auto;
width: 100%;
padding: 20px;
text-align: left;
background-color: #fff;
font-family: OpenSans;
}
.carousel-inner .item-inner:nth-child(1),
.carousel-inner .item-inner:nth-child(2) {
border-bottom: 1px solid #eaeaea; 
}
#carousel-example-captions {
margin-top: 20px;
}
.media-docs span {
font-size: 13px;
float: left;
}
.media-docs {
margin-bottom: 10px;
}
.carousel-inner .item-inner a {
color: #4e3660;
line-height: 20px;
text-decoration: underline;
-webkit-text-decoration-color: #4e3660; /* Safari */    
-moz-text-decoration-color: #4e3660;
text-decoration-color: #4e3660;
}
.latest-docs-indicatiors li.active {
background-color: #4e3660;
margin: 0 10px;
width: 15px;
height: 15px;
}
.latest-docs-indicatiors {
left: 5%;
margin: 0;
}
.latest-docs-indicatiors li {
float: left;
border: 1px solid #4e3660;
margin: 0 10px;
width: 15px;
height: 15px;
}
.last-captions {
height: auto;
background-color: #fff;
border: 1px solid #eaeaea;
}
}
@media only screen and (max-width: 480px) {
.data{
width: 100%;
}
.about-btn {
width: 100%;

}
.about-us_pages {
/* background-color: #f2f2f2; */
}
.languages-select {
text-align: center;
position: absolute!important;
/* bottom: 0!important; */
/* top: auto!important; */

}
.navbar-topHeader {
min-height: 100px;
}
.languages-select li {
list-style: none;
display: inline-flex;
padding-left: 6px!important;
}
.languages-select li>a{
  padding-right: 10px;
}
#carousel-example-captions {
margin-top: 20px;
}
}
@media only screen and (max-width: 375px) {
#carousel-example-captions {
margin-top: 20px;
}
}
@media only screen and (max-width: 315px) {
.carousel-inner .item-inner {
height: auto;
}
.last-captions {
height: auto;
}
#carousel-example-captions {
margin-top: 15px;
}
}

.btnMyModal {
background-color: transparent;
border: 0;
}
/* ############## Decisions ############## */

.banner-about_decisions {
background: url("../images/banner-about_home.png") no-repeat top 23% center;
position: relative;
z-index: 999;
width: 100%;
background-size: cover;
}
.background-opc_decisions {
background: rgba(98, 98, 98, 0.7);
height: 100%;
position: absolute;
top: 0;
z-index: -999;
width: 100%;
}
/*.carousel_Decision > .item {
display: block;
}*/
@media only screen and (min-width: 992px) {
.banner-about_decisions {
margin-top: 120px;
height: 320px;
}
.carousel_indicat {
height: auto;
padding-bottom: 100px;
padding-top: 40px;
float: left;
}
.about-us_pages {
/* padding: 0 0 140px 0; */

}
.about-us_pages .kpm {
  padding-top: 55px;
  padding-bottom: 55px;
}
.about-us_pages h3 {
color: #000;
font-size: 20px;
/* margin: 50px 0 30px 0; */
font-family: OpenSans SemiBold;
}
.exec_kryeshefi .text_Exec h3 {
  position: absolute;
  top: -77px;
}
.about-us_pages h3 span {
color: #626262;
}
.item-decision {
/* margin-top: 50px;
height: 180px; */
}
.carousel_p_regulation {
height: 185px;
padding-top: 30px;
}
.carousel_p_regulation p {
height: 60px;
} 
}
@media only screen
and (min-width: 992px)
and (max-width: 1199px) {
.banner-about_decisions {
margin-top: 135px;
height: 320px;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.banner-about_decisions {
margin-top: 135px;
height: 300px;
}
.carousel_indicat {
height: auto;
padding-bottom: 100px;
}
.about-us_pages {
padding: 0 0 80px 0;
/* background-color: #f2f2f2; */
}
.about-us_pages h3 {
color: #000;
font-size: 20px;
margin: 50px 0 10px 0;
font-family: OpenSans SemiBold;
}
.about-us_pages h3 span {
color: #626262;
}
.photo_docs-about img {
width: 45%;
}
.photo_docs-about {
width: 100%;
height: 140px;
border: 1px solid #e7e7e7;
padding-top: 50px;
}
.item-decision a {
margin-top: 5px;
font-size: 13px;
}
.item-decision {
margin-top: 30px;
height: 140px;
}
.carousel_p_decision p {
height: 85px;
line-height: 20px;
margin: 10px 0 5px 0;
font-size: 13.5px;
}
.carousel_p_regulation p {
height: 70px;
}
}
@media only screen and (max-width: 767px) {
.navbarMenu_top-komisioni li{
    padding: 43px 10px !important;
    margin-right: 18px!important;
margin-left: 0px !important;
background-color: #ffffff;
}

.banner-about_decisions {
margin-top: 80px;
height: 250px;
}
.carousel_indicat {
float: left;
height: auto;
padding-bottom: 70px;
}
.about-us_pages {
padding: 0 0 50px 0;

}
.photo_docs-about {
width: 100%;
}
.about-us_pages h3 span {
color: #626262;
}
.carousel_p_decision p {
line-height: 20px;
margin: 8px 0 0 0;
font-size: 13.5px;
}
.carousel_p_decision {
height: 135px;
margin-bottom: 20px;
}
.carousel_p_regulation {
margin-top: 20px;
}
.carousel_p_regulation p {
height: 50px;
}
.item_reg {
margin-top: 20px;
}
.photo_docs-reg {
width: 100%;
height: 130px;
padding-top: 40px;
}
.photo_docs-reg img {
width: 50px;
}
}
@media only screen and (max-width: 596px){
.navbarMenu_top-komisioni li {
width: 100%;
}

}
@media only screen and (max-width: 550px) {
.carousel_p_decision {
height: 150px;
margin-bottom: 20px;
}
.carousel_p_decision p {
line-height: 20px;
margin: 8px 0 22px 0;
font-size: 13.5px;
}
}

.decision-indicators {
bottom: 0px;
}

.decision-indicators li div {
width: 20px;
height: 20px;
background-color: red;
border-radius: 50%;
}



/* ########## Regulation ########## */

.banner-about_regulation {
background: url("../images/banner-about_home.png") no-repeat top 60% center;
position: relative;
z-index: 999;
width: 100%;
background-size: cover;
}
.background-opc_regulation {
background: rgba(93, 91, 97, 0.7);
height: 100%;
position: absolute;
top: 0;
z-index: -999;
width: 100%;
}

@media only screen and (min-width: 992px) {
.banner-about_regulation {
margin-top: 120px;
height: 320px;
}
}
@media only screen
and (min-width: 992px)
and (max-width: 1199px) {
.banner-about_regulation {
margin-top: 135px;
height: 345px;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.banner-about_regulation {
margin-top: 135px;
height: 300px;
}

}
@media only screen and (max-width: 767px) {
.banner-about_regulation {
margin-top: 80px;
height: 250px;
}

}



/* ########## Exec Office ########## */

.banner-about_exec {
background: url("../images/exec_banner.png") no-repeat top 18% center;
position: relative;
z-index: 999;
width: 100%;
background-size: cover;
}
.background-opc_exec {
background: rgba(70, 64, 82, 0.7);
height: 100%;
position: absolute;
top: 0;
z-index: -999;
width: 100%;
}

@media only screen and (min-width: 1200px) {
.exec-photo img {
width: 100%;
height: 425px;
}
}
.about-us_exec h3 {
  margin: 75px 0px 0px 0;
}
.ankesaQDP.about-us_exec h3 {
  margin: 75px 0px 20px 0;
}
@media only screen and (min-width: 992px) {
.banner-about_exec {
margin-top: 120px;
height: 320px;
}
.about-us_exec {
padding-bottom: 80px;
}
.exec_oshma .laws_years h3{
  margin-top: 45px;
  margin-bottom: 30px;
}
.row_exec {
margin-top: 0px;
}
.about-us_exec h3 {
   color: #000;
font-size: 20px;
/* margin: 50px 0px 30px 0; */
margin: 75px 0px 0px 0;
font-family: OpenSans SemiBold;

}
.ankesaQDP h3 {
  margin-bottom: 30px;
}
.about-us_exec h3 span {
color: #626262;
}
.exec-photo_1 {
background-color: #225db0;
}
.exec-photo_1 p:nth-child(2) {
margin-bottom: 4px;
height: 33px;
}
.exec-photo_1 p:nth-child(2):before {
content:'';
display: block;
width:  456px;
height: 1px;
background: #fff;
margin: 15px -15px;
opacity: .2;
}
.exec-photo img {
width: 100%;
height: 400px;
object-fit: scale-down;
}
.media-about_exec .media {
margin-top: 5px;
}
}
@media only screen
and (min-width: 992px)
and (max-width: 1199px) {
.banner-about_exec {
margin-top: 80px;
height: 320px;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.banner-about_exec {
margin-top: 80px;
height: 300px;
}
.about-us_exec {
padding-bottom: 80px;
}
.exec-photo_1 {
background-color: #225db0;
}
.media-about_exec .media {
margin-top: 5px;
}
.about-us_exec h3 {
color: #000;
font-size: 20px;
margin-top: 60px;
font-family: OpenSans SemiBold;
}
.row_exec {
margin-top: 30px;
}
.exec_kryeshefi.row_exec {
  margin-top: 10px;
  }
  .exec_kryeshefi.row_exec h3 {
    margin: 35px 0 25px 0;
  }
}
@media only screen and (max-width: 767px) {
.banner-about_exec {
margin-top: 80px;
height: 250px;
}
.about-us_exec {
padding-bottom: 60px;
}
.exec-photo img {
margin: 0 auto;
}
.exec-photo {
border: 1px solid #d6d6d6;
}
.exec-photo_1 {
background-color: #225db0;
}
.media-about_exec {
margin-top: 30px;
}
.media-about_exec .media {
margin-top: 5px;
}
.text_Exec {
padding: 0 15px;
}
section.kpmSection .kpm {
  padding-top: 55px;
}
}


.exec-photo_1 {
color: #fff;
padding: 15px;
}
.exec-photo_1 h4 {
font-family: OpenSans Bold;
margin-top: 2px;
}
.exec-photo_1 p {
font-family: OpenSans;
}


.media-about_exec p {
font-family: OpenSans;color: #000;
}

.media-about_exec .media-left img {
padding-top: 8px;
}




/* ########## DEPARTMENT Office ########## */

.banner-about_depart {
background: url("../images/exec_banner.png") no-repeat top 55% center;
position: relative;
z-index: 999;
width: 100%;
background-size: cover;
}
.background-opc_depart {
background: rgba(93, 90, 98, 0.7);
height: 100%;
position: absolute;
top: 0;
z-index: -999;
width: 100%;
}

@media only screen and (min-width: 992px) {
.banner-about_depart {
margin-top: 120px;
height: 320px;
}
.row_depart {
margin-top: 30px;
height: 170px;
font-family: OpenSans;
    margin-bottom: 50px;
}
.row_depart_1 {
margin-top: 100px;
font-family: OpenSans;
}
.row_depart p {
line-height: 22px;
color: #505050;
}
.text_departments p:nth-child(1) {
margin-top: 90px;
}
.text_2-d {
margin-top: 15px !important;
}
.text_departments img {
padding-top: 20px;
}
.text_departments p {
margin-top: 25px;
}
.depart_1 {
border-bottom: 1px solid #e1dfe1;
padding: 50px 0;
}
.depart_1 h4 {
font-family: OpenSans SemiBold;
font-size: 20px;
color: #000;
}
.depart_1 p {
font-family: OpenSans;
}
}
@media only screen
and (min-width: 992px)
and (max-width: 1199px) {
.banner-about_depart {
margin-top: 135px;
height: 345px;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.banner-about_depart {
margin-top: 135px;
height: 300px;
}
.row_depart {
margin-top: 30px;
height: auto;
padding-bottom: 30px; 
font-family: OpenSans;
}
.row_depart_1 {
margin-top: 100px;
font-family: OpenSans;
}
.row_depart p {
line-height: 22px;
color: #505050;
}
.text_departments p:nth-child(1) {
margin-top: 50px;
}
.text_2-d {
margin-top: 15px !important;
}
.text_departments img {
padding-top: 15px;
}
.text_departments p {
margin-top: 20px;
}
.depart_1 {
border-bottom: 1px solid #e1dfe1;
padding: 30px 0;
}
.depart_1 h4 {
font-family: OpenSans SemiBold;
font-size: 19px;
color: #000;
}
.depart_1 p {
font-family: OpenSans;
}
}
@media only screen and (max-width: 767px) {
.banner-about_depart {
margin-top: 80px;
height: 250px;
}
.row_depart {
margin-top: 30px;
height: auto;
padding-bottom: 30px; 
font-family: OpenSans;
}
.row_depart_1 {
margin-top: 100px;
font-family: OpenSans;
}
.row_depart p {
line-height: 22px;
color: #505050;
}
.text_departments p:nth-child(1) {
margin-top: 30px;
}
.text_2-d {
margin-top: 15px !important;
}
.text_departments img {
padding-top: 10px;
}
.text_departments p {
margin-top: 15px;
}
.depart_1 {
border-bottom: 1px solid #e1dfe1;
padding: 25px 0;
}
.depart_1 h4 {
font-family: OpenSans SemiBold;
font-size: 18px;
color: #000;
}
.depart_1 p {
font-family: OpenSans;
}
}

.col-departs_border:before {
content:'';
display: block;
width:  100%;
height: 1px;
background: #e1dfe1;
}

@media only screen and (min-width: 768px) {
.board_listAllNews {
padding: 0;
}
.board_listAllNews li {
display: inline-block;
list-style: none;
padding: 0 30px;
}
.board_listAllNews li:nth-last-child(1) {
padding-right: 0;
}
.board_listAllNews li a {
font-family: OpenSans;
color: #000;
font-size: 16px;
}
.yearActive a {
color: #225db0 !important;
}
.media-direct .media {
margin-top: 40px; 
}
}

@media only screen and (max-width: 767px) {
.board_listAllNews {
padding: 0;
}
.board_listAllNews li {
display: inline-block;
list-style: none;
padding: 0 20px;
}
.board_listAllNews li:nth-last-child(1) {
padding-right: 0;
}
.board_listAllNews li a {
font-family: OpenSans;
color: #000;
font-size: 14px;
}
.yearActive a {
color: #225db0 !important;
}
.media-direct .media {
margin-top: 30px; 
}
}

@media only screen and (max-width: 360px) {
.board_listAllNews li {
padding: 0 8px;
}
}




/* ########## Legislation ######### */


.banner_leg {
background: url("../images/banner-about_home.png") no-repeat top 90% center;
position: relative;
z-index: 999;
background-size: cover;
width: 100%;
}
.background-opc_leg {
background: rgba(93, 91, 97, 0.5);
height: 100%;
position: absolute;
top: 0;
z-index: -999;
width: 100%;
}

@media only screen and (min-width: 992px) {
.banner_leg {
margin-top: 120px;
height: 320px;
}
.navbarMenu_top_leg li {
list-style: none;
display: inline-block;
/* height: 120px; */
margin: 0 11px;
padding: 30px 5px;
padding-bottom: 20px;
font-family: OpenSans;
}
.leg_cont p {
margin-top: 30px;
height: 90px;
font-size: 17px;
text-transform: uppercase;
}
}
@media only screen
and (min-width: 992px)
and (max-width: 1199px) {
.banner_leg {
margin-top: 80px;
height: 345px;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.banner_leg {
margin-top: 80px;
height: 300px;
}
.navbarMenu_top_leg li {
list-style: none;
display: inline-block;
height: 100px;
margin: 0 5px !important;
padding: 40px 0px;
font-family: OpenSans;
}
.navbarMenu_top_leg li a {
font-size: 12.5px !important;
}
.leg_cont p {
margin-top: 25px;
height: 100px;
font-size: 17px;
text-transform: uppercase;
}
}
@media only screen and (max-width: 767px) {
.banner_leg {
margin-top: 80px;
height: 250px;
}
.navbarMenu_top_leg {
padding: 00px 0;
}
.navbarMenu_top_leg li {
list-style: none;
display: block;
margin: 0;
padding: 6px;
font-family: OpenSans;
}
.leg_cont p {
margin-top: 0px;
height: 50px;
font-size: 15px;
text-transform: uppercase;
}
.legjislacioni .item_reg{
  margin-top: 0px;
}
.legjislacioni div#pages{
  padding-top: 0px;
}
.publikime .item_reg{
  margin-top: 0px;
}
.publikime div#pages{
  padding-top: 0px;
}
}

.navbarMenu_top_leg li a {
color: black;
font-size: 16px;
transition: .3s ease-in-out;
}
.navbarMenu_top_leg li a.active {   
color: #225db0;
}
.navbarMenu_top_leg li a:hover {
color: #225db0;
}

.navbarMenu_top_leg li a:hover {
text-decoration: none;
}

.navbarMenu_top_leg {
  /* -webkit-box-shadow: 0px 21px 17px -25px rgba(179,179,179,1);
  -moz-box-shadow: 0px 21px 17px -25px rgba(179,179,179,1);
  box-shadow: 0px 21px 17px -25px rgba(179,179,179,1); */
  border-bottom: 1px solid #f2f2f2;
}
.navbarMenu_top_leg ul{
  padding: 0px;
}
.legislation_text p {
margin-bottom: 50px;
font-family: OpenSans;
color: #333;
}

.legislation_text p span {
font-family: OpenSans SemiBold;
}

.leg_cont {
font-family: OpenSans SemiBold; 
}

.sub_laws {
margin-top: 30px;
}

.sub_laws-image {
height: 200px;
border: 1px solid #000;
}

.laws_years {
margin-top: 30px;
float: left;
}

@media only screen and (min-width: 992px) {
.shape_links {
margin-top: 100px;
}
.shape_links ul li {
width: auto;
display: inline-block;
list-style: none;
font-size: 18px;
padding: 0 25px;
}
.media-text p {
margin-bottom: 15px;
}
.media_img {
margin-top: 30px;
}
.typeLincense ul li {
display: inline-block;
list-style: none;
margin: 15px 25px;
}
.typeLincense {
height: 50px;
background-color: #f1f1f1;
}
.typeLincense ul li a {
color: #000;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.shape_links {
margin-top: 70px;
}
.shape_links ul li {
width: auto;
display: inline-block;
list-style: none;
font-size: 16px;
padding: 0 20px;
}
.shape_links ul li img {
width: 20px;
}
.media-text p {
margin-bottom: 15px;
}
.media_img {
margin-top: 30px;
}
.typeLincense ul li {
display: inline-block;
list-style: none;
margin: 15px 25px;
}
.typeLincense {
height: 50px;
background-color: #f1f1f1;
}
.typeLincense ul li a {
color: #000;
}
}
@media only screen and (max-width: 767px) {
.shape_links {
margin-top: 50px;
}
.shape_links ul li {
width: auto;
display: inline-block;
list-style: none;
font-size: 15px;
padding: 0 20px;
}
.shape_links-a-second {
margin-top: 20px;
}
.shape_links ul li img {
width: 18px;
}
.media-text p {
margin-bottom: 15px;
}
.media_img {
margin-top: 30px;
}
.typeLincense ul li {
display: inline-block;
list-style: none;
margin: 15px 25px;
}
.typeLincense {
height: 50px;
background-color: #f1f1f1;
}
.typeLincense ul li a {
color: #000;
}
}
@media only screen and (max-width: 400px) {
.shape_links {
margin-top: 70px;
}
.shape_links ul li {
display: inline-block;
list-style: none;
font-size: 13px;
padding: 0;
}
.shape_links-a-second {
margin-top: 20px;
}
.shape_links ul li img {
width: 15px;
}
}

.shape_links {
font-family: OpenSans SemiBold;
}
.shape_links ul {padding: 0;}
.shape_links .media div {width: auto;}
.shape_links .media-left {vertical-align: middle;}

.shape_links ul li a {transition: .1s ease-in-out;}
.shape_links ul li a:hover {
text-decoration: none;
opacity: .8;
}

.shape_links-a a {
color: #626262;
}
.shape_links-a-second a {
color: #9d9d9d;
}

.media-text p {
font-family: OpenSans;
color: #333;
}
.media-text a {
font-family: OpenSans SemiBold;
color: #000;
}
.media-text h4 {
font-family: OpenSans SemiBold;
color: #000;
margin: 40px 0 25px 0;
text-transform: uppercase;
}


/* ############## Contact ############## */

.banner-contact {
background: url("../images/contact.png") no-repeat top 45% center;
position: relative;
z-index: 999;
width: 100%;
background-size: cover;
}
.background-opc_contact {
background: rgba(34, 93, 176, 0.5);
height: 100%;
position: absolute;
top: 0;
z-index: -999;
width: 100%;
}
.btn_send {
background-color: #000;
color: #fff;
font-size: 12px;
width: 125px;
border: 2px solid #000;
transition: .3s ease-in-out;
text-transform: uppercase;
font-family: OpenSans SemiBold;
}
.btn_send:hover {
background-color: #fff;
border: 2px solid #000;
color: #000;
}

@media only screen and (min-width: 992px) {
.banner-contact {
margin-top: 120px;
height: 345px;
}
}
@media only screen
and (min-width: 992px)
and (max-width: 1199px) {
.banner-contact {
margin-top: 135px;
height: 345px;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.banner-contact {
margin-top: 135px;
height: 300px;
}

}
@media only screen and (max-width: 767px) {
.banner-contact {
margin-top: 80px;
height: 250px;
}
}

.contact_page {
padding: 90px 0 140px 0;
}

.contact_page input {
border-radius: 0px;
margin: 20px 0;
height: 50px;
padding-left: 15px;
}
.contact_page input::-webkit-input-placeholder {
color: #888888;
font-size: 13px;
font-family: OpenSans Italic;
}
.contact_page input::-moz-placeholder {
color: #888888;
font-size: 13px;
font-family: OpenSans Italic;
}
.contact_page input:-ms-input-placeholder {
color: #888888;
font-size: 13px;
font-family: OpenSans Italic;
}
.contact_page textarea::-webkit-input-placeholder {
color: #888888;
font-size: 13px;
font-family: OpenSans Italic;
}
.contact_page textarea::-moz-placeholder {
color: #888888;
font-size: 13px;
font-family: OpenSans Italic;
}
.contact_page textarea:-ms-input-placeholder {
color: #888888;
font-size: 13px;
font-family: OpenSans Italic;
}
.contact_page textarea {
border-radius: 0px;
margin: 20px 0;
padding: 15px;
resize: none;
height: 205px;
width: 100%;
}

.contact_page h4 {
color: #000;
font-family: OpenSans SemiBold;
}

.media-text h5 {
font-size: 17px;
color: #000;
padding-left: 30px;
margin: 30px 0 15px 0;
font-family: OpenSans SemiBold;
}

.complaints_ul {
margin: 20px 0;
padding-left: 50px;
}

.complaints_ul .media-left {
vertical-align: middle;
}

.compaints-mb p {
margin: 0;
}

.formula_ank p {
font-family: OpenSans SemiBold !important;
color: #000;
}

.formula_ank a {
color: #225db0;
font-family: OpenSans Bold !important;
}

.item_comp {
margin: 50px 0;
}

#responsive-image{
height: 290px;
}



.map_contact {
position: relative;
z-index: 999;
width: 100%;
background-size: cover;
}
.toggleMapStatic {
height: 150px;
transition: .5s ease-in-out;
}
.toggleMapOpen {
height: 500px;
transition: .5s ease-in-out;
}
.map_contact iframe {
position: absolute;
height: 100%;
left: 0; 
width: 100%;
}

.map_contact-opc {
z-index: 999;
width: 100%;
height: 100%;
position: absolute;
transition: .5s ease-in-out;

}
.map_contact-opc_1 {
background: rgba(0, 0, 0, 0.7);
transition: 1s ease-in-out;
}
.map_contact-opc_2 {
background: transparent;
opacity: 1;
z-index: -1;
transition: .5s ease-in-out;
}

.map_contact h4 {
color: #fff;
font-family: OpenSans Bold;
text-transform: uppercase;
}

.map_contact img {
margin: 0 auto;
padding-bottom: 15px;
transition: .5s ease-in-out;
}

.toggleMap {
position: absolute;
padding: 15px 0;
z-index: 9999;
width: 150px;
margin-left: -75px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.toggleMap { margin-left: 45%; }
}
.toggleMap h4 {
color: #fff;
margin: 0;
}
.toggleMap:hover {
text-decoration: none;
cursor: pointer;
}
.toggleMap-active {
border-radius: 25px;
margin-top: 35px;
transition: 1s ease-in-out;
}

.toggleMap-active_second {
border-radius: 2px;
background-color: #000;
margin-top: -35px;
transition: 1s ease-in-out;
}

.toggleMap-active_second img {
padding-top: 15px;
padding-bottom: 0; 
transform: rotate(180deg);
transition: .5s ease-in-out;
}

#dropdown-header li a:hover {
background-color: #fff;
color: #225db0;
}

.firstP-direct {
font-family: OpenSans SemiBold !important;
}

.media-direct p {
margin: 0;
}


/* ######### Direct Connection ######### */


.banner_map {
background: url("../images/map.jpg") no-repeat top 40% center;
position: relative;
z-index: 999;
background-size: cover;
width: 100%;
}
.background-opc_map {
background: rgba(93, 91, 97, 0.5);
height: 100%;
position: absolute;
top: 0;
z-index: -999;
width: 100%;
}
@media only screen and (min-width: 992px) {
.banner_map {
margin-top: 120px;
height: 345px;
}
}
@media only screen
and (min-width: 992px)
and (max-width: 1199px) {
.banner_map {
margin-top: 135px;
height: 345px;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.banner_map {
margin-top: 135px;
height: 300px;
}
}
@media only screen and (max-width: 767px) {
.banner_map {
margin-top: 80px;
height: 250px;
}
}

.webMap .media {
margin-top: 20px;
}

.webMap .media-body > a:nth-child(1) {
color: #000;
}

.webMap .media-body ul li {
margin-top: 10px;
}


@media only screen
and (min-width: 992px) {
.item-media {
margin-top: 0px;
height: 185px;
margin-bottom: 40px;
}
.media_types h5 {
margin: 15px 0;
}
}
@media only screen
and (min-width: 768px)
and (max-width: 991px) {
.item-media {
margin-top: 0px;
height: 185px;
margin-bottom: 20px;
}
.media_types h5 {
margin: 15px 0;
}
}
@media only screen
and (max-width: 767px) {
.item-media {
margin-top: 0px;
height: 185px;
margin-bottom: 40px;
}
.media_types h5 {
margin: 40px 0 15px 0;
}
}

.media_types h5 {
font-family: OpenSans SemiBold;
color: #000;
font-size: 17px;
}

.osh-active a {
color: #225db0 !important;
}

.btn:focus {
outline: none !important;
}

.trigger:foucs {
outline: none !important;
}
.languages-select {
text-align: center;
position: relative;
top: 10px;
float: right;
/* width: 20px; */

}
.languages-select li{
list-style: none;
display: inline-block;
    padding-left: 13px;
}
.languages-select li>a{
font-size: 14px;
text-decoration: none;
color: #626262;
border-right: 1px solid #f2f2f2;
 padding-right: 13px;
}
.languages-select li:last-of-type a{
border: 0;
padding: 0;

}
.languages-select li>a:hover{
color: #225db0;}
.languages-select li.active a{
color: #4e3660;
}
.myCarousel-last_row .media{
margin-left: 15px;
}
.kpm-undermenu{
padding-left: 65px!important;
padding-right: 65px!important;
}
li.active-about {
background-color: #f2f2f2;
}
.navbarMenu_top-komisioni  li,  {
list-style: none;
display: inline-block;
height: 70px;
padding: 24px 70px;
font-family: OpenSans;
border-right: 1px solid #f2f2f2;
float: left;
border: 1px solid #e1e1e1;
margin-right: 6px;
margin-left: 26px;
background-color: #ffffff;
}
.navbarMenu_top-komisioni li a {
color: #777777;
font-size: 14px;
transition: .3s ease-in-out;
}
.navbarMenu_top-komisioni li a:hover {
color: #225db0;
}

.navbarMenu_top-komisioni li a:hover {
text-decoration: none;
}

.carousel-inner .item-inner a:hover {
color: #211728;
}

.navbarMenu_top-komisioni{
background-color: #ffffff;
position: relative;
margin-left: 31px;
margin-right: 43px;
}
li.active-komisioni a{
color: #225db0;
}
.navbarMenu_top ul.text-center{
padding: 0;
margin: 0;
margin-top: 10px;
}
.about_Button .active p{
color: #225db0;
background-color: #f2f2f2;
border: 1px solid #e1e1e1;
}
li.active-komisioni{
background-color: #f2f2f2;
}
.navbarMenu_top-komisioni{
/*margin-bottom: 40px;*/
float: left;
background-color: transparent;
}
.row_exec{
float: left;
/* width: 100%; */
}
.exec-img {
  max-height: 420px;
  overflow: hidden;
}
.exec-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-member{
position: relative;
height: 255px;
}
.image-member img{
width: 100%;
height: 100%;
object-fit: scale-down;
}
.personal-data h4{
font-size: 20px;
font-family: OpenSans;
overflow: hidden;
height: 110px;
}

.personal-data h6{
font-size: 16px;
font-family: OpenSans;
}
.personal-data button{
background-color: transparent;
color: #337ab7;
border:1px solid #777777;
}
.personal-data button:hover, .personal-data button:visited{
color:#225db0;
border-radius: 0;
}
.arrow i {
border: solid #333;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 6px;
}
.arrow .right {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}

.arrow  .left {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.arrow{
position: relative;
float: right;
right: 0;
margin-right: 15px;
margin-top: 30px;
}

.row_depart{
float: left;
}
.depp{

}
.modal-biography{
width: 800px;
}
@media only screen and (max-width: 992px){
.modal-biography{
width: 600px;
}
}
@media only screen and (max-width: 700px){
.modal-biography{
width: 500px;
}
}
.data{

}

#vend-rreg
{
margin-left: 170px;
}

@media only screen and (max-width: 992px){
.image-member img {
object-fit: initial;
}   
.data {
margin-bottom: 50px;
}
}


#top-kom
{
margin-left: 275px;
}


#vend-osh
{
margin-top: 30px;
/*margin-left: 270px;*/
width: 100%;
display: contents;
}
#vend-osh ul{padding-left:0;}

@media only screen and (max-width: 992px)
{
#vend-osh
{   
margin-left: 90px!important;
}

#vend-osh li
{
/* padding: 25px 65px 25px 65px!important; */
padding: 6px !important;
margin-left: 30px;
}
#vend-osh li>a{
  padding: 6px;
}
}




/* për nënkategori */
.navbarMenu_top ul li > ul
{display: none;}


/* për foto */
.word_image, .excel_image, .pdf_image
{display:none;}


/* për lajme */
.news-des
{margin-top:30px;}

.carousel_Decision_item{margin-bottom: 30px;}
.navbarMenu_top ul li > a.active{color: #225db0;}
.about_Button ul li, .about_Button2 ul li, .navbarMenu_top-komisioni ul li, .about_Button3 ul li{
list-style: none;
display: inline-block;
/* height: 60px; */
padding: 20px 32px;
/* height: 22px; */
/* padding: 0px 32px; */
font-family: OpenSans;
margin-right: 6px;
background-color: #ffffff;
}
.navbarMenu_top li.non-active-li{
background-color: #fff !important;

}
.about_Button2, .about_Button3{/*margin-top: 30px;*/}
.navbarMenu_top .back_menu{
position: relative;
right: 100px;
}
.galery_section .box{
background: #000;
margin-bottom: 30px;
position: relative;
border: 1px solid #f2f2f2;
}
.galery_section .box .view-more{
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
text-align: center;
color: #fff;
opacity: 0;
transition: ease 0.5s all;
-webkit-transition: ease 0.5s all;
}
.galery_section .box a > img{
width: 100%;
height: 250px;
object-fit: cover;
transition: ease 0.5s all;
-webkit-transition: ease 0.5s all;
}
.galery_section .box:hover a > img{opacity: .3;}
.galery_section .box:hover .view-more{opacity: 1;}
#pages .parent,#lajmPage .parent{
float: left;
width: 100%;
text-align: center;
margin-top: 30px;
}
#lajmPage .parent{
margin-bottom: 50px;
}
#pages .parent a{cursor: pointer;}
@media screen and (max-width: 1199px){
.navbarMenu_top .back_menu{right: 40px;}
.navbarTop-right > li {
  display: inline-block;
  height: 40px;
  clear: none;
  float: left;
  width: 50%;
  text-align: center;
  border: 0px;
  background-color: #f8f8f8;
  /* border-right: 1px solid #ddd; */
  /* border-left: 1px solid #ddd; */
}
.navbarTop-right > li:first-child{
  border-right: 1px solid #ddd;
}
.navbarTop-right > li:last-child{
  border-left: 1px solid #ddd;
}
.navbarTop-right{margin: 0px;float: left;}
.button-wrap {
  padding: 8px 0 !important;
  text-align: center;
  width: 100%;
}
.btnOtherMenus{height: 40px;}
}

#myCarousel-video{
height: 250px;
}


@-webkit-keyframes wave {
0% {
height: 100%;
}
40% {
height: 10%;
}
80% {
height: 100%;
}
100% {
height: 100%;
}
}
@keyframes wave {
0% {
height: 100%;
}
40% {
height: 10%;
}
80% {
height: 100%;
}
100% {
height: 100%;
}
}
.loaders .loader {
position: relative;
margin: auto;
margin-top: 22%;
}
.loaders .loftloader-wrapper.pl-wave{
margin-left: auto;
margin-right: auto;
}
.loaders .pl-wave .loader {
width: 100px;
height: 60px;
}
.loaders .pl-wave .loader span, .loaders .pl-wave .loader:before, .loaders .pl-wave .loader:after {
position: absolute;
display: block;
width: 6px;
height: 100%;
background: #248ACC;
}
.loaders .pl-wave .loader span {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: wave 0.9s linear infinite 0.3s;
animation: wave 0.9s linear infinite 0.3s;
}
.loaders .pl-wave .loader:before, .loaders .pl-wave .loader:after {
content: "";
}
.loaders .pl-wave .loader:before {
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-animation: wave 0.9s linear infinite;
animation: wave 0.9s linear infinite;
}
.loaders .pl-wave .loader:after {
top: 50%;
right: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-animation: wave 0.9s linear infinite 0.6s;
animation: wave 0.9s linear infinite 0.6s;
}
.media-body{ 
display: table-cell;
width: auto;
}
footer .media-body{
display: table-cell !important;
}
.media-Slider .mediaSlide-section{
margin-left:0px;
}
blockquote{
border:none !important;
margin: 0 0 5px;
}
.inner_main .photo_docs.text-center{
border-radius: 50%;
border: 1px solid #e3e3e3;
padding: 7px 12px;
width: 48px;
height: 48px;
display: inline-block;
float: left;
vertical-align: middle;
margin-right: 30px;
}
.inner_main .photo_docs.text-center img{
width: auto !important;
min-height: 30px !important;
display: block;
}
.inner_main .item-decision {
/* margin-top: 50px; */
height: 80px;
}
.inner_main .leg_cont p{
font-size: 14px;
margin-bottom: 10px;
margin-top: 0px;
text-transform:none;
height: max-content;
font-family: OpenSans;
}
.inner_main .leg_cont a {
background-color: #0e9fe3;
color: #fff !important;
border-radius: 30px;
border-color: #0e9fe3;
font-family: Lato Bold;
font-size: 14px;
padding: 6px 8px;
letter-spacing: 1px;
text-transform: lowercase;
}
.inner_main .leg_cont a .fa{
margin-right: 5px;
}
.inner_main .leg_cont a:before{
display: none;
}
.inner_main .item-decision {
margin-top: 15px;
height: 80px;
border-bottom: 1px solid #eee;
}
.inner_main .inner_sub_main{
list-style-type: disc;
}
.main-title{
color: #126297!important;
font-size: 16px!important;
text-decoration: none!important;
font-family: sans-serif;

}
.pershkrimi{;
font-family: openSans;
font-size: 14px;
}
.pdf-menu{
padding-left: 30px;
color:black!important
}
.sub-pershkrimi{
padding-left: 30px;
color:black!important;
font-family: openSans;
font-size: 14px;
}
/* Article style */
.inner_main{
color:#126297;
}


.item-group{
margin-top: 0px!important;	
}

/* ********************** */
/* ********************** */
#myCarousel .carousel-inner .item{
margin-top:85px;}

#myCarousel1{
/* margin-left: -13px; */
}
#pages div>div{
padding-left:0px;
}
.inner_main .inner_main_content1{
clear:both;
}
.about-us_exec .aktivitete{
/* background-color: rgba(231, 231, 231, 0.32); */
}
@media (max-width:991px){
.languages-select{
/* top:18px !important; */
position: absolute;
}
.navbar-toggle{
margin-top: 0;
margin-right: 0px;
}
}
@media (max-width:767px){
.bannerFirst{
height:400px;
}
.carousel_header{
	/*padding: 20px 6% 20px 6%;*/
}
.carousel_header h3{
font-size:30px;
}
.carousel-ind{
top:450px;
}
#pages div>div {
  padding-left: 0px;
  padding-right: 0px;
}
}
@media (max-width:768px) and (min-width:511px){
  .languages-select{
    top:40px !important;
    }
  }
  @media (max-width:768px){  
.navbar-toggle{
/* margin-top: 23px; */
}

.bannerFirst{
height:400px;
}
.carousel_header{
	/*padding: 0;*/
}
.carousel_header h3{
font-size:21px;
}
.carousel-ind{
top:450px;
}
}
@media only screen and (min-width: 768px){
.navbar-brand>img{
width: 310px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){ul.top,.languages-select{padding-right: 35px;right: 75px;}.top > li > a{font-size: 18px;}}
.media-heading {
margin-top: 2px;
margin-bottom: 3px;
}
.legjislacioni {
  padding-top: 55px;
  padding-bottom: 55px;
}
div#pages {
  padding-top: 0px;
}
.ankesaQDP .item_comp {
  margin-top: 20px;
}
section.latest .item-latest_img img {
  margin: auto;
  display: block;
}
.legjislacioni div#pages {
  padding: 0;
}
.kpmSection .kpm h3 {
  margin-bottom: 35px;
}
.ankesaQDP .row.row_exec {
  width: 100%;
}
.media-about_exec.media-direct {
  padding-bottom: 65px;
}
section.about-us_exec.galery_section h3 {
  margin-bottom: 35px;
}
.exec_oshma .laws_years {
  margin-top: 0px;
}
.exec_oshma .item-decision.item_reg {
  margin-top: 0px;
}
.legjislacioniDesc{
	text-align: justify;
}
.footer-faqs .panel-body {
	padding: 15px 0;
	border-top: none !important;
}
.footer-faqs .panel.panel-default {
	border: none;
	background: transparent;
	box-shadow: none;
}
.footer-faqs .panel-default>.panel-heading {
	color: #333;
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding-left: 0;
	padding-right:0;
}
@media (max-width: 1200px){
	.footer-faqs .collapse.in {
		overflow-y: auto;
		text-align: left;
	}
}
.footer-faqs li ul{
	padding-left: 20px;
}
.footer-faqs li ul li{
	list-style: initial;
}
.carousel_header h3 a{
	color: #fff;
}