﻿/*Style From Layout*/



.shortDescription {
    margin: -10px 15px 10px !important;
}

.panel-body .mega-menu-link,
.panel-body .mega-menu-icon {
    color: #0066cc;
}

.note-float-left {
    margin-right: 10px;
}

.note-float-right {
    margin-left: 10px;
}


.rks-title-lajmet {
    font-size: 16px;
    line-height: 1.6em;
}

footer .activeFooter {
    color: #0d60be;
}

/*Page Table*/
.panel-body table {
    border: 1px solid #ddd !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
}


.panel-body table tbody {
    border: 1px solid #ddd !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
}


.panel-body table tr td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}


/*end page table*/




.rks-search-answer {
    /*margin-top: 110px;*/
    font-family: "Open Sans", sans-serif;
    /*font-size: 13px;*/
    color: #7b7b7b;
    line-height: 1.6;
}


/*.navbar-default .open > .dropdown-menu {
    display: inherit !important;
}
.navbar-default .open > a {
    outline: 0;
}*/


.navbar-default {
    border-bottom: 1px solid #e7e7e7;
}

    .navbar-default .navbar-nav > li > a:hover > i {
        color: #0d60be !important;
    }

    .navbar-default .navbar-nav > li > a:hover > #rksIconMenu {
        display: none;
    }

    .navbar-default .navbar-nav > li > a:hover > #rksIconMenuHover {
        display: inline-block !important;
    }

.navbar-mega-menu .mega-menu .mega-menu-container {
    background: #fff;
    border: 1px solid #d9d9dc;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) !important;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-nav .dropdown-menu {
    background: #fff;
    border: 1px solid #d9d9dc;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) !important;
}

.navbar-left > li > a {
    font-family: "Open Sans", "Lucida Sans", Arial, Helvetica, sans-serif !important;
    border-bottom: 5px solid white;
    font-size: 15px;
    font-weight: normal !important;
}

    .navbar-left > li > a:active {
        border-bottom: 5px solid #0d60be;
    }

    .navbar-left > li > a:hover {
        border-bottom: 5px solid #0d60be;
        background: #f0f3f5;
    }

.navbar-default .navbar-nav > .open > a:hover {
            border-bottom: 5px solid #0d60be;
        }


    #navigation{
        min-height:0px !important;
    }
.rksIcon {
    background-image: url('../../Content/images/icons/rks.png');
}

.languageLink {
    cursor: pointer;
    color: #a1a7bd;
    font-weight: bold;
}

    .languageLink.active {
        color: #d2ab67 !important;
    }



.mega-menu-content .list-menu {
    margin-bottom: 0px !important;
}

.mega-menu-link {
    color: #7b7b7b;
    font-size: 13px;
    padding: 5px;
    border-bottom: 2px solid #fff !important;
}

    .mega-menu-link:hover {
        color: #fff !important;
        background-color: #6A737E !important;
    }

.mega-menu-h4 {
    margin-bottom: 10px !important;
    display: flex;
}

.mega-menu-icon {
    color: #7b7b7b !important;
}

.mega-menu-content .list-menu > li i {
    margin-top: 7px;
    opacity: 0.8;
}

.menu-active {
    color: #0d60be !important;
    border-color: #0d60be !important;
}

.parent-menu-active {
    color: #0d60be !important;
    border-bottom: 5px solid #0d60be !important;
}

    .parent-menu-active > i {
        color: #0d60be !important;
    }

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background-color: #ededed;
    border-top: 2px solid #d6b274;
}

footer a:hover {
    color: #0d60be;
    text-decoration: none;
}

.page-content {
    margin-bottom: 0px;
    padding-bottom: 250px;
}

.no-padding-top {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 8px !important;
}



/*End style from layout*/
/*Seo optimization*/
.stema-1 {
    float: left;
}

.stema-title-1 {
    color: #034ea2;
    font-weight: bold;
    float: left;
    margin-bottom: 0px;
    margin-top: 13px;
}

.rks-navbar {
    background-color: #ededed;
}

.rks-container {
    background-color: #ededed;
}

.stema-title-2 {
    color: #034ea2;
    float: left;
}

.lang-search {
    float: right;
    text-align: right;
}

.lang-last-li {
    padding-right: 0px;
}

.rks-search-home {
    width: 250px;
}

.rks-container-2 {
    padding-left: 0px;
}

.rks-button-1 {
    margin-top: 16px;
}
.rks-button-10{
      /*margin-top: 40px !important;*/
    margin-right: 0px !important;
}
@media screen and (max-width:991px){
    .rks-button-1{
        display:none;
    }
    .rks-button-10{
        display:block !important;
        margin-top: 6px !important;
    }
    .rks-search-desktop{
        display:none;
    }
    .rks-search-mobile{
         display:block !important;
         margin-bottom:6px;
    }


    .open > .dropdown-menu,
    .open > .dropdown-menu {
        display: block !important;
    }
    .open > .dropdown-menu,
    .open > a {
        outline: 0 !important;
    }

}
@media screen and (max-width:414px){
    .img-festat{
        position:relative !important;
        margin-top:10px;
    }
}
.rks-img-1 {
    width: 9%;
}

.rks-img-2 {
    display: none;
    width: 9%;
}

.rks-fa-1 {
    color: black !important;
}

.rks-fa-2 {
    color: #0d60be !important;
}

.rks-footer-1 {
    border-top: 1px solid #cfcfcf;
    padding-top: 15px;
    margin-top: 15px;
}

.rks-copyright {
    color: #b7b7b7;
}

.rks-search-1 {
    margin-top: 6px;
}

.footer-rks {
    background-color: #ededed;
    border-top: 2px solid #d6b274;
}

.rks-ul-1 {
    color: #939393;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
}

.mainSearchInput::-moz-placeholder {
    font-style: italic !important;
    color: #ddd;
}

.mainSearchInput::-webkit-input-placeholder {
    font-style: italic !important;
    color: #ddd;
}

.mainSearchInput:-ms-input-placeholder {
    font-style: italic !important;
    color: #ddd;
}

.mainSearchInput:-o-input-placeholder {
    font-style: italic !important;
    color: #ddd;
}

.rks-li-1 > a {
    color: #0d60be;
}


/*Turizimi*/
.rks-p-turizmi {
    font-size: 13px;
    text-align: justify !important;
}

.rks-i-turizem {
    margin-left: 5px !important;
}

.rks-h2-turizmi {
    margin-top: 0px !important;
}

.category-list li a:hover, .category-list li a:focus {
    color: #0d60be !important;
}
/*Galeria*/

.rks-div-9 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 15px;
}

.rks-p-galeria-3 {
    font-size: 12px;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
}

.rks-p-galeria-2 {
    font-size: 15px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rks-div-8 {
    border-bottom: 1px solid #ddd;
    min-height: 89px;
    margin-bottom: 20px;
}

.rks-photo-wraper {
    /*width: 220px;*/
    margin-top: 0px !important;
margin-left:-15px;
margin-right:-15px;

    margin-bottom: 3px !important;
}
.portfolio-item .media-wrapper{
    overflow: inherit!important; 
}

.rks-li-2 {
    padding-left: 0 !important;
    list-style: none;
}

.rks-ul-2 {
    margin-bottom: 3px !important;
    padding-left: 15px !important;
}

.rks-i-galeria {
    font-size: 18px;
}

.rks-button-2 {
    margin: 10px 15px !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    color: #fff !important;
}

.rks-row-galeria {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.no-imagee {
    cursor: auto !important;
}

.no-image-background {
    height: 165px;
    width: auto;
    background-image: url('../../Uploads/Albums/no-image.jpg');
    background-position: center;
    background-size: cover;
}

.rks-div-7 {
    line-height: 2.5;
}

.rks-p-galeria {
    margin-bottom: -10px;
}

.rks-a-galeria {
    color: #7b8b8b !important;
}

.rks-album-desc {
    font-size: 10px;
    color: gray;
    line-height: 1.6;
    margin: 5px 5px 10px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #0d60be;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        cursor: pointer;
    }

    .hovereffect #foto, .hovereffect #picture {
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .hovereffect:hover #foto {
        display: block;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.7;
    }

    .hovereffect #picture {
        color: white;
        float: left;
        padding: 10px;
    }

    .hovereffect:hover #picture {
        text-align: center;
        padding: 0px;
        position: absolute;
        bottom: 40%;
        left: 40%;
        display: block;
        -webkit-transform: translate3d(0,0,0);
        font-size: 30px;
        transform: translate3d(0,0,0);
        color: #ffffff !important;
    }

.rks-albums {
    background: #eee;
    margin-left: 20px;
    text-align: center;
    width:260px;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 1px;
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
/*End galeria style*/

/*Home page style*/
.imgThumb {
    -webkit-border-top-left-radius: 3px !important;
    -webkit-border-top-right-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-topright: 3px !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.topleft {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 14px;
    background-color: #ededed;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 60%;
    padding-left: 10px;
}

.cstmBackground {
    background-color: #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.news-section {
    margin-top: 40px;
    margin-bottom: 1.5em;
}

.read-more-news {
    border-color: #d6b274 !important;
    background: #ededed !important;
}

    .read-more-news:hover {
        color: #0d60be;
    }

.news-items {
    margin-bottom: 15px;
}

.news-item {
    min-height: 404px;
}

.news-section-title {
    color: #333333;
    font-weight: 600;
    border-bottom: 2px solid #d6b274;
    padding-bottom: 10px;
    font-size: 24px;
}

.rks-search-2 {
    display: table;
    overflow: hidden;
}

.rks-input-group {
    display: table-cell;
    vertical-align: middle;
    width: 263px;
}

.rks-div-2 {
    width: 230px;
    float: left;
    text-align: right !important;
}

.rks-div-3 {
    width: 30px;
    height: 36px;
    float: left;
}

.rks-div-4 {
    padding-left: 15px;
}

.rks-i-home {
    color: #d6b274 !important;
    text-align: left;
}

.rks-div-5 {
    width: auto;
}

.rks-h2-home {
    padding-left: 0px !important;
    color: #333333;
    font-size: 22px;
    font-weight: 400;
}

.rks-p-home {
    padding-left: 0px !important;
    font-size: 16px;
    color: #7b7b7b;
}

.rks-div-6 {
    padding: 0px 10px 5px 10px;
}

.rks-h4-home {
    font-size: 18px !important;
    white-space: normal !important;
}

.rks-i-home-1 {
    color: #d6b274;
}

.rks-p-home-2 {
    margin-top: 28px;
}

.rks-p-home-3 {
    margin-top: 40px;
}

.rks-p-home-4 {
    margin-top: 20px;
}

.rks-welcome-div {
    padding-left: 15px !important;
}

.rks-h1-home {
    font-weight: bold;
}

.rks-span-home {
    cursor: pointer;
    height: 34px;
}

.rks-a-1 {
    padding: 10px 5px !important;
}

.rks-bredcrumb {
    text-decoration: underline;
}

    .rks-bredcrumb:hover {
        background: #0d60be;
        color: #fff !important;
    }

.rks-ol-breadcrumb {
    position: relative !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.rks-li-breadcrumb {
    color: #333;
    font-weight: bold;
}
/*End home page style*/
/*Marketing*/
.demo {
    cursor: pointer;
}

.video-list {
    background: #f5f2ec;
    padding-left: 0px;
    border: 1px solid #f5f2ec;
    /*border-radius:10px;*/
}

    .video-list > li {
        list-style: none;
        padding: 10px 0px;
    }

        .video-list > li > a > i {
            margin-right: 10px;
            font-size: 24px;
        }

        .video-list > li > a {
            color: #656565;
            font-size: 18px;
            margin-left: 10px;
        }

.video-active {
    /*color: #355987 !important;
    font-weight:bold;*/

        color: #0d60be !important;
    font-weight: 700;
}

    .video-active > a {
        color: #355987 !important;
    }

    .video-active:hover {
        color: #355987 !important;
    }

.demo:hover {
    background-color: #6A737E;
}

    .demo:hover > a {
        color: #fff;
    }


    .submenu-toggle{
        cursor: pointer;    
    }

.rks-portal-active {
    color: #0d60be !important;
}
/*Institucionet*/
.rks-no-border {
    border-bottom: none;
}
.rks-portal-active-li > a{
    color: #0d60be !important;
    font-weight:700;
}
ul.sidebar-nav li a:hover{
        color: #0d60be !important;
}
   .rks-portal-a{
        color:#0d60be;
    }
      .rks-portal-a:hover {
        background-color: #0d60be;
        color: #fff;
    }
        
    .rks-portal-a:hover > .rks-portal-i{
        color:#fff;
    }
    .rks-portal-a-2{
        color:#0d60be;
        border-bottom:1px solid #0d60be;
    }
    .rks-portal-a-2:hover{
        background-color: #0d60be;
        color: #fff;
    }
    .rks-portal-a-2:hover >.rks-portal-i{
          color:#fff;
    }
    .rks-portal-i{
        color:#0d60be;
        font-size:14px;
        margin-right: 5px;
            margin-top: 3px;
    }
    .institucion-h4{
        margin-bottom: 15px !important;
           display: flex;

    }
      ul.sidebar-nav li.has-submenu.active > a{
        color:#0d60be !important;
        font-weight: 700;
    }
    ul.sidebar-nav li.has-submenu.active li.active > a{
        color:#0d60be !important;
        font-weight: 700;
        }
/*Media Query Style*/
@media screen and (min-width: 370px) {
    .logo_style {
        width: 300px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav > li > a {
        padding: 10px 11px !important;
    }
}
@media screen and (max-width: 541px) and (min-width: 485px){
    .topbar .top-nav{
        display:block !important;
    }
}

@media screen and (max-width: 991px) {
    .lang-search {
        float: left !important;
        margin-bottom: 10px;
        margin-top: 15px;
        text-align: left !important;
    }
    .list-inline{
        display:block !important;
            }
}

@media screen and (max-width:1200px) and (min-width:992px) {
    .stema-title-mobile-1 {
        font-size: 14px;
    }

    .stema-title-mobile-2 {
        font-size: 12px;
    }

    .login_ > a {
        padding: 4px 11px !important;
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .stema-mobile-1 {
        width: 40px;
    }

    .stema-title-mobile-1 {
        font-size: 11px;
    }

    .stema-title-mobile-2 {
        font-size: 9px;
    }
    .rks-search-mobile{
        margin-left: 13px !important; 
    }
}
@media screen and (max-width:768px) {
    .rks-ul-1 {
        text-align: left;
    }
}
@media screen and (max-width:767px) {
    .stema-mobile {
        width: 300px !important;
    }

    .logo_style {
        width: 300px !important;
    }

    .rks-search-answer {
        margin-top: 110px;
    }

    .rks-no-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
    .rks-search-home1{
        margin-left: 30px !important;
    margin-right: 15px !important;
    }
    .page-content{
        margin-top:20px !important;
    }
}

@media screen and (max-width:991px) {
    .navbar-default .navbar-nav > li > a {
        margin-bottom: 8px;
    }

    .mega-menu-content {
        padding-top: 0px;
        margin-left: 15px;
    }

        .mega-menu-content .menu-heading {
            padding: 0px;
            margin-bottom: 10px;
            padding-top: 5px;
        }

    .no-padding-bottom {
        padding-top: 15px !important;
    }
    .login_>a{
        padding-top:6px !important;
    }
}

@media screen and (max-width:767px) {
    .navbar-default .navbar-nav > li > a {
        margin-left: 15px;
        margin-right: 15px;
    }

    .photo-panel {
        padding-left: 0px !important;
    }

    .page-content {
        padding-bottom: 350px;
    }

    .rks-sub-page {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media screen and (max-width:767px) and (min-width:600px) {
    .rks-albums {
        width: 40%;
    }
}

@media screen and (max-width:599px) and (min-width:500px) {
    .rks-albums {
        width: 50%;
        margin-bottom:20px;
    }
}

@media screen and (max-width:499px) {
    .rks-albums {
        width: 80%;
        margin-bottom:20px;
    }
}
/*End Media Query Style*/
@media screen and (max-width:768px) and (min-width:550px){
    .rks-xs-col{
        width:50% !important;
    }
    .rks-xs-col-footer{
        width:50% !important;
        margin-bottom:10px;
    }
}

@media screen and (max-width:550px){
     .rks-xs-col-footer{
       margin-bottom:10px;
    }
     .news-featured{
         margin-bottom:50px!important;
     }
     .panel{
      margin-bottom:60px!important;
     }
     .video-container{
         padding-bottom:60px;
     }
}
/*Left menu dynamic pages*/
    #sidebar-first .btn-collapse{
        background:#0d60be !important;
        border-color:#0d60be !important;
    }
    @media screen and (min-width: 768px){
#sidebar-first .panel-collapse {
    display: block !important;
    padding-bottom: 0px;
    overflow: visible !important;
}
#sidebar-first .btn-collapse{
        display: none !important;
}
#s1b-3{
    height:auto !important;
}
    }
    @media screen and (max-width:767px){
        #sidebar-first .btn-collapse{
                display: block !important;
    width: 100% !important;
        }
    }

    /* Statistics reports*/

        .export-excel {
        cursor: pointer;
        background-image: url('../../Content/images/export-excel.png');
        width: 24px;
        height: 24px;
        color: white;
        margin: 0;
        padding: 0;
        border: 0;
        margin-right: 5px;
    }

    .export-pdf {
        cursor: pointer;
        background-image: url('../../Content/images/export-pdf.png');
        width: 24px;
        height: 24px;
        color: white;
        margin: 0;
        padding: 0;
        border: 0;