/*
 _____   _           _         _                        _
|_   _| | |         | |       | |                      | |
  | |   | |__   __ _| |_ ___  | |_ ___  _ __ ___   __ _| |_ ___   ___  ___
  | |   | '_ \ / _` | __/ _ \ | __/ _ \| '_ ` _ \ / _` | __/ _ \ / _ \/ __|
 _| |_  | | | | (_| | ||  __/ | || (_) | | | | | | (_| | || (_) |  __/\__ \
 \___/  |_| |_|\__,_|\__\___|  \__\___/|_| |_| |_|\__,_|\__\___/ \___||___/


*/

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;




    z-index: 1001;
}


    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #ffffff;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;
                transition: all 0.3s 1s ease-out;
    }

    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
/* --------------------------------------------
    TYPOGRAPHY
-------------------------------------------- */

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.woff') format('woff2'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto-Bold-webfont.woff') format('woff2'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.woff') format('woff2'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/Roboto-Medium.woff') format('woff2'),
         url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont_v-3.0.1.eot');
  src: url('https://kosovoprojects.eu/wp-content/themes/kosovoproject/css/..fonts/fontawesome-webfont.eot#iefix&v=3.0.1') format('embedded-opentype'),
    url('https://kosovoprojects.eu/wp-content/themes/kosovoproject/css/..fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),
    url('https://kosovoprojects.eu/wp-content/themes/kosovoproject/css/..fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1 {
    font-size: 40px !important;
    line-height: 47px !important;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 0 0 0;
    color: #4C4C4C;
    font-family: 'robotoregular',sans-serif;
}
a {
    color: #034EA2;
    font-size: 14px;
    line-height: 20px;
    font-weight: inherit;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
h1,h2,h3,h4,h6{
    font-family: 'robotolight',sans-serif !important;
}
h5 {
    font-family: 'robotomedium',sans-serif;
}
.robotomediumfamily {
    font-family: 'robotomedium',sans-serif !important;
}
strong {
    font-weight: 700;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
em {
    font-style: italic;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
ul, ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}
ul > li {
    list-style: disc;
}
ol > li {
    list-style: decimal;
}
ul li, ol li {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline-offset: 0px;
    outline: transparent;
}
a:visited {
    color: #034EA2;
}
img, input {
    border: 0 none;
    outline: 0 none;
}
p > img {
    float: left;
    margin: 0 15px 5px 0;
    height: auto;
    width: auto;
    max-width: 100%;
}
hr {
    height: 2px!important;
    background-color: #EBEBEB;
    margin: 20px 0 20px 0;
}
iframe {
    margin: 0;
    padding: 0;

}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
}
table tr td {
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    padding: 8px;
    vertical-align: middle;
    font-family: 'robotoregular',sans-serif;
}
table tr th {
    font-size: inherit;


    line-height: inherit;
    font-weight: normal;
    padding: 8px;
    vertical-align: middle;
    font-family: 'robotoregular',sans-serif;
}

/* --------------------------------------------
    END OF TYPOGRAPHY
-------------------------------------------- */

html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}
#wrapper {
	min-height: 100%;
	position: relative;
    overflow: hidden;
}
.header{
    background: linear-gradient(to right, #F5F5F5 , #DDDDDD);
    z-index: 1000;
}
.top {
    height: 100px;
}
.filter {
    box-shadow: 0px 2px 3px rgba(0,0,0,0.16);
    height: auto;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    /*color: #034EA2!important;*/
    background-color: transparent!important;
}
#MyNavbar{
	float: right;
}
.logo h4 {
    margin-top: 15px;
}
.head_margin_logo {
    margin-top : 15px;
}

#searchbtn {
    margin-top: 14px;
    cursor: pointer;
    color : #034EA2;
}


@media (max-width: 768px) {

    ul#menu-language {
        margin-top: 15px !important;
    }
    ul#menu-language a{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

}
.search_mobile {
    float: right;
}
.pr0{
    padding-right: 0px;
}
.pl0{
    padding-left: 0
}
ul.nav.navbar-nav{
	font-family: 'robotoregular',sans-serif;
    margin-top: 5px;
    margin-left: 15px;

}
.nav.navbar-nav li a {
	width: 100%;
	color: #4C4C4C;
	font-size: 14px;
    cursor: pointer;
}
.active {
    color:#034EA2!important;
}
label {
    margin: 10px 0 0 0;
    font-size: 26px;
    line-height: 40px;
    display: none ;
    width: 26px;
    float: right;
}
#toggle {
    display: none;
}

.form-group {
    height: 60px;
    margin-bottom: 5px!important;
}
.form_control input {
    display: block;
    height: 36px;
    cursor: pointer;
    font-size: 14px;
    color: #4C4C4C;
    opacity: 0.9;
    background-color: transparent;
    font-family: 'robotoregular', sans-serif;
}
#Beneficiarie{
    width: 210px;
}
#Sector{
    width: 210px;
}
#Municipalitie{
    width: 210px;
}
.form_control{
    display: block;
    height: 36px;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #B1B1B1;
    color: #4C4C4C;
    opacity: 0.9;
    cursor: pointer;
    background-color: transparent;
    font-family: 'robotoregular', sans-serif;

}
.ml35{
    margin-left: 35px;
}
input {
    width : 130px !important;
}
.yellow-wrapper{
    height: 100%;
    background-color: #FFCC00;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.16);
    margin-bottom: 50px;
}
.blue {
    color: #034EA2!important;
}
.content_wrapper{
    padding-top: 20px;
}

.text_content {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #4C4C4C;
    margin-top: 10px;
}
.title {
    font-size: 40px;
    font-family: 'robotolight', sans-serif;
}
#footer {
    background: #01000B;
   /* width: 100%;*/
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    color: #D9D9D9;
    font-size: 12px;
    font-family:'robotoregular', sans-serif;
    list-style: none;
}
#footer span a{
    color: #D9D9D9!important;
    opacity: 0.85;
}
#footer ul li {
    list-style: none;
    display: inline;
}
.footer-content img {
    height: 14px!important;
}
.about {
    font-family: 'latoregular',sans-serif;
}
.footer-content {
    padding-top: 20px;
    opacity: 0.85;
    height: 62px;
}
.news-content{
    margin-bottom: 35px;
}

.news-content img{
    width: auto;
    height: auto;
}

@media(min-width: 778px) {
    .flex_center {
        display: flex;
        align-items: center;
    }
}

a:hover {
    text-decoration: none;
}
.projects-sheet{
    margin-top: 35px;
    margin-bottom: 35px;
}
.latest-news{
    margin-top: 35px;
    margin-bottom: 35px;
}
.latest-news img {
    width: 100%;
    height: 202px;
}
.logo img{
    height: 70px !important;
}
.text-center {
    text-align: center;
}
.transparent {
    border-color: black;
    background: linear-gradient(to right, #F5F5F5 , #DDDDDD);
    opacity: 0.95;

}


.header {
    position: fixed;
    z-index: 1002;
    width: 100%;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.16);
}
.social-media img {
    width: 100%;
}

select {
    -webkit-appearance:none;
}
input {
    -webkit-appearance:none;
}
#search input::placeholder {
    color:  #034EA2;
}
.chevron-down {
    right:5px;
    width:12px;
    height:7px;
    position:absolute;
    display:block;
    margin-top: 15px;
    margin-right: 5px;
    font-family: 'FontAwesome',sans-serif;
    font-weight: 700;
    color: #B1B1B1;
}
.calendar {
    right:5px;
    width:15px;
    height:15px;
    position:absolute;
    display:block;
    margin-top: 10px;
    margin-right: 20px;
    font-family: 'FontAwesome',sans-serif;
    font-weight: 700;
    color: #B1B1B1;
}
.search {
    right:5px;
    width:15px;
    height:15px;
    position:absolute;
    display:block;
    text-align: left;
    margin-top: 10px;
    margin-right: 20px;
    font-family: 'FontAwesome',sans-serif;
    font-weight: 700;
    color: #034EA2;
}
.fas.fa-retweet {
    font-family: 'FontAwesome',sans-serif;
    color: #B1B1B1;
}
.fas.fa-heart{
    font-family: 'FontAwesome',sans-serif;
    color: #B1B1B1;
}
.fa-share{
    font-family: 'FontAwesome',sans-serif;
    color: #B1B1B1;
}
.fab.fa-instagram {
    font-family: 'FontAwesome',sans-serif;
    color: #808285;
}
.fab.fa-twitter {
    font-family: 'FontAwesome',sans-serif;
    color: #808285;
}
.fab.fa-facebook-square {
    font-family: 'FontAwesome',sans-serif;
    color: #808285;
}
.mt175{
    margin-top: 175px;
}
.ml165 {
    margin-left: 165px;
}
.eu-img p{
    position: relative;
    padding-left: 25px
}
.eu-img p::before {
    content:"";
    background-image:  url('../images/eu.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position:absolute;
    z-index:10;
    left:0;
    width: 20px!important;
    height: 50%;
    top: 50%;
    -o-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform: translateY(-50%);

}
.gray {
    background-color: #EBEBEB;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.16);
    background: rgba(235,235,235, 0.3);
}
.banner {
    height: 276px;
}
.banner1 {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_text {
    position: absolute;
    top: 36px;
    color: #FFFFFF;
    width: 495px;
}
.banner_text h1{
    font-weight: 600;
}
.fact-sheet {
    margin-bottom: 35px;
    padding-top: 41px;
    padding-bottom: 41px;
    border-bottom: 2px solid #EBEBEB;
}
.img_videos_content img {
    width: 100%;

}
.img_videos_content video {
    width: 100%;

}
.img_videos_content {
    margin-top: 35px;
}
.about-text {
    margin-bottom: 35px;
    padding-top: 41px;
}
.table-responsive {
    font-size: 14px!important;
    line-height: 18.8px!important;
    margin-top: -15px;
}
.pr150 {
    padding-right: 160px;
}
.pr130 {
    padding-right: 100px;
}
.current-lang a {
    color : #034EA2 !important;
}
thead{
    background-color: #F4F4F4;
    height: 36px;
}
.fact-sheet-expand {
    display: none;
}
.more-news {
    display: none;
}
.more-news2 {
    display: none;
}
.more-news3 {
    display: none;
}
.black span{
    color: #B1B1B1;
}
.title-content span a{
    color: #4C4C4C!important;
}
.text-right {
    float: right;
}
.yellow {
    background-color: #FFCC00;
}
.top .icon {
    display: none;
}
.close {
    display: none;
}
i{
    font-style: normal;
}
.yellow-main-text {
  font-weight: 400;
  font-family: 'robotolight',sans-serif;

  margin-top : 0px;
}
@media (max-width: 992px) and (min-width: 768px){
  .yellow-main-text {
    font-weight: 400;
    font-family: 'robotolight',sans-serif;
  }

}
iframe {

}
.yellowheading{
  font-family: 'robotolight',sans-serif !important;
  font-weight: 400 !important;
  margin: 0 0 20px 0;
}

#searchinput{
  color : #034EA2;
  text-align: left;
  padding-left : 3px;
}
 .tablefs14{
  font-size: 14px !important;
  line-height: 1.42857143 !important;
}


.pl0 {
  padding-left: 0px;
}

.img-video {
  height : 200px;
}

li#menu-item-231  a{
    color: #D9D9D9!important;
    opacity: 0.85;
    font-size : 14px;
}

.abouth6 {
    font-size: 18px !important;
        line-height: 24px !important;
      font-family: 'robotolight',sans-serif;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .abouth6{
    font-size: 14px !important;
    line-height: 24px !important;

  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .abouth6 {
    font-size: 14px !important;
    line-height: 24px !important;

  }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .abouth6 {
      font-size: 16px !important;
      line-height: 26px !important;

    }
  }


.projectth {
  width: 284px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .projectth {
    width: 117px;
   }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .projectth {
  width: 181px;

  }
}

@media screen and (max-width: 600px){
  #wpadminbar {
      position: fixed;

  }
}
.juicer-feed h1 {
  display: none;
}
.referral{
    display: none !important;
}
.j-paginate juicer-button{
    display: none !important;
}
.juicer-feed .j-paginate {
    display: none !important;
}

.juicer-feed li.feed-item:before {
    height: 2px!important;
    background-color: #EBEBEB;
    margin: 20px 0 20px 0;
}
.j-poster {
    padding: 14px 10px 12px;
    margin: 0;
    height: 0px !important;
    display: none !important;
}

#ctf .ctf-header {
    display: none !important;
}
#ctf .ctf-out-of-tweets {
    display: none !important;
}




.more_new {
    float: right;
    font-weight: 600;

}


@media (min-width: 768px){
    .navbar-nav > li > a {
        margin : 0px !important;
        padding-top : 10px !important;
        padding-bottom: 12px !important;
    }
    #menu-language {
        display: flex;
        justify-content: flex-end;
    }
    .top {
        margin-bottom: 10px;
    }
}

ul.nav.navbar-nav {
    margin-top: 0px !important;
}


.cntform input {
    width: 100% !important;
}

.blue-heading {
    color : #034EA2;
}
.wpcf7-submit{
    background: #003399 !important;
    color : white !important;
    padding-top : 12px !important;
    padding-bottom: 12px !important;
    font-size: 18px !important;
}
.txtarea textarea {
    height: 200px !important;
}
.cntcont {
    padding-bottom: 180px;
}

a:hover{
        color : #003399;
 }


#menu-header .menu-item a {
    font-size: 16px !important;
    padding-top: 8px !important;
}
#menu-header .menu-item a:hover {
    color : #003399 !important;
}
#menu-header .current-menu-item a {
    color : #003399 !important;
}

.lang-item a {
    font-size: 10px !important;
    padding-left : 0px !important;
}


#news_template img {
    display: none !important;
}

.ccb {color: #808285;}