
/* 1. general style */
@font-face {
    font-family: DINPro;
    src: url(fonts/DINPro-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: DINPro;
    src: url(fonts/DINPro-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: DINPro;
    src: url(fonts/Avenir-LT-65-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: DINPro;
    src: url(fonts/DINPro-Light.ttf);
    font-weight: lighter;
}

@font-face {
    font-family: DINPro;
    src: url(fonts/DINPro-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: DINPro;
    src: url(fonts/calibri.ttf);
    font-weight: bold;
}

@font-face {
    font-family: DINPro;
    src: url(fonts/AvenirLTStd-Medium.ttf);
    font-weight: lighter;
}

html, body {
    font-family: 'Avenir LT 65 Medium;
    font-weight: normal;
}

.list-inline {
	margin: 0;
	padding: 0;
    
}

.list-inline > li {
	display: inline-block;
}

.text-right {
	text-align: right;
}
.linkuPink a {
color:#B31E8D !important;
font-weight:700;
text-decoration-line:underline;
}
a, a:hover, a:visited {
	color: inherit;
	text-decoration: none;
}

section {
    margin-bottom: 45px;
}

.section-title {
    font-size: 36px;
    margin-top: 15;
    margin-bottom: 15px;
     
}
.section-title span 
{
    float:right;
    font-size: 14px;
    margin-top: 0;
    color:#660066;
}

.container-16-9{
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}
.pager-pink    
{
     color:#b31e8d;
}
.btn-primary 
{
     background-color:#b31e8d !important;
     border-color: #b31e8d !important;
}

.container-16-9 .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.city-description img 
{
    height:540px;
}
 
iframe 
{
    width:100%;  
	border: none;
}
.slide-container iframe 
{
    height:100%;
}

.container-16-9 .content iframe, .container-16-9 .content video {
    width: 100%;
    height: 100%;
}
.bg-pink
{
    color:#B31E8D;
}
.desc b
{
    color:#686e77;
}
.show-responsive {
    display: none;
}

.language {
    height:40px;
}
/* 2. header style */
.language li {
	text-transform: uppercase;
	font-size: 10px;
	color: #7f7f7f;
	padding: 5px 0;
}

.logo-and-menu-container {
	margin: 5px 0 15px 0;
}
.dark-background h3
{
    color:black;
}
.menu {
	font-size: 12px;
	color: #222223;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 44px;
}

.menu a {
	padding: 5px 10px;
}

.menu a:hover {
	color: #b31e8d;
}

.menu > li:last-child a {
	padding-right: 0;
}

.vertical-center-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.gallery_product 
{
    padding:10px;
    border:1px solid #e3dede;
}
.vertical-center-content {
    display: table-cell;
    vertical-align: middle;
}

/* 3. Map and slider section */
.map-container {
    padding-bottom: 38%;
    position: relative;
}
.custom-map {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(img/harta.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.city {
    position: absolute;
    background-size: 100% auto;
    text-align: center;
    font-size: 16px;
    font-weight:500;
    color: #de538d;
    text-transform: uppercase;    
    transition: 0.4s opacity;
    -webkit-transition: 0.4s opacity;
}

.city.hide {
    opacity: 0;
}

.city.mitrovice {
	left: 47.5%;
    top: 23.6%;
    width: 0px !important;
    height:0px !important;
    line-height:0px  !important;
}

.city.prishtine {
    left: 59.5%;
    top: 36.7%;
     width: 0px !important;
    height:0px !important;
    line-height:0px  !important;;
}

.city.peje {
    left: 34.7%;
    top: 37%;
     width: 0px !important;
    height:0px !important;
    line-height:0px  !important;
}

.city.gjilan {
    top: 57.3%;
    left: 59.7%;
    width: 0px !important;
    height:0px !important;
    line-height:0px  !important;
}

.city.prizren {
    top: 61.5%;
    left: 44%;
     width: 0px !important;
    height:0px !important;
    line-height:0px  !important;;
}

path {
    fill: rgba(244, 67, 54, 0);

}

path:hover {
	/*fill: rgba(244, 67, 54, 1);	*/
}

ul.city-map {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

ul.city-map li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.4s all;
    transform: translateY(3px);
}

ul.city-map li.active {
	opacity: 1;
	transform: translateY(0px);
}

ul.city-map li.mitrovice {
	background-image: url(img/mitrovice.png);
}

ul.city-map li.prishtine {
    background-image: url(img/prishtine.png);
}

ul.city-map li.peje {
    background-image: url(img/peje.png);
}

ul.city-map li.gjilan {
    background-image: url(img/gjilan.png);
}

ul.city-map li.prizren {
    background-image: url(img/prizren.png);
}

.svg-container{
    width: 47%;
    position: absolute;
    left: 28.8%;
    top: 4.6%;
}

ul.city-description li {
    position: absolute;
    top: 30%;
    width: 25%;
    padding: 0;
    left: 25%;
    left: calc(28.8% - 25.3%);
    list-style-type: none;
    opacity: 0;
    transition: 0.4s opacity;
    -webkit-transition: 0.4s opacity;
}

ul.city-description li.active {
    opacity: 1;
}

ul.city-description li div {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    z-index: 1;
}

ul.city-description h3 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
}

ul.city-description p {
	margin-top: 0;
	margin-bottom: 15px;
    font-size: 16px;
}

ul.city-description a {
	display: block;
	border-radius: 10px;
	background-color: #f00;
	padding: 15px;
	padding-top: 30px;
	top: -15px;
	position: relative;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-image: -moz-linear-gradient( 90deg, rgb(179,30,141) 0%, rgb(128,9,98) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(179,30,141) 0%, rgb(128,9,98) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(179,30,141) 0%, rgb(128,9,98) 100%);
}


.hide-labels .city {
    opacity: 0;
}
.container-1 
{
    display:none;
}
 .slide-container  
{
    height:540px;
     background-size: cover 
}
.boxses {
margin-top: 50px; color:black
}
.dark-background-1 {
    color: #fff;
       background-color: rgba(255, 255, 255, 0.4);
       border-radius:10px;
       display:none;
}

.dark-background {
    color: #fff;
       background-color: rgba(255, 255, 255, 0.4);
       border-radius:10px;
}

.owl-carousel .dark-background h1 {
    margin-top: 0;
}

.slider-info {
 
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 130px;
}

.slider-info h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: black;
    font-weight: 500;
}
 
.slider-info p {
    margin: 0;
    color:Black;
    text-align:center;
}
.dark-background h1 {color:Black;}
.dark-background p{color:Black;}
.navigation ul li a:hover 
{
    color: #B31E8D;
    font-weight: 600;
}
.slider-info-container a {
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(179,30,141) 0%, rgb(128,9,98) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(179,30,141) 0%, rgb(128,9,98) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(179,30,141) 0%, rgb(128,9,98) 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 7px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 20px;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #b2497d;
    border-radius: 30px;
    margin: 0 5px;
}

.owl-dots .owl-dot.active {
    background-color: #b2497d;
}

/* 4. Category and Info box */
.category-box-container {
    box-shadow: 1px 1.732px 0px 1px rgba(0, 0, 0, 0.012);
    margin-bottom: 30px;
}

.category-box {
    position: relative;
	padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
}

.category-box a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
    color: #b31e8d;
    font-weight:bold;
    background-color: rgba(229, 229, 229, 0.7);
}

.category-box span {
    
    padding: 0 10px;
}

.info-box-container {
    box-shadow: 1px 1.732px 0px 1px rgba(0, 0, 0, 0.012);
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 10px;
    height: 158px;
    position: relative;
}

.info-box-container:after {
    content: "";
    width: 9px;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    position: absolute;
    background-color: #a51881;
}

.info-box-container .icon {
    width: 40%;
    float: left;
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(179,30,141) 0%, rgb(128,9,98) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(179,30,141) 0%, rgb(128,9,98) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(179,30,141) 0%, rgb(128,9,98) 100%);
    border-radius: 10px;
    height: 100%;
}

.info-box-container .icon img {
    width: 50px;
}

.info-box-container .info-text {
    float: left;
    width: 60%;
  
}

.info-box-container .info-text p {
    font-size: 22px;
    text-transform: uppercase;
    color: #b31e8d;
    margin: 0;
    margin-bottom: 5px;
}

.info-box-container .info-text p:last-of-type {
    margin: 0;
    padding:10px;
    font-weight:500;
}

/* 5. News */
.featured-post-container {
    height: 500px;
    padding: 30px;
   /* background-size: 100%; */
    position: relative;
}

.featured-post-container > div {
    height: 100%;
}

.featured-post-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(242, 242, 242, 0.8);
}

.featured-post-container h3 {
    color: #b31e8d;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 15px;
}

.featured-post-container p {
    font-size: 16px;
}

.featured-post-container a {
    color: #b31e8d;
    font-size: 20px;
    position: relative;
    bottom: 0px;
    right: 0px;
}

.featured-post-img {
    height: 500px;
    background-size: cover;
}

.date {
    color: #a3a3a3;
    margin-bottom: 30px;
}

/* 6. Counter */
.counter-container {
    color: #fff;
    text-align: center;
    padding: 100px 0;
    background-size: cover;
}
.count-number1 {
    font-size: 41px;
    font-weight: bold;
}
.count-number {
    font-size: 41px;
    font-weight: bold;
}

.counter-title {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: lighter;
}

.about-description p {
    font-size: 16px;
}

/* 7. Footer */
footer{
    background-color: #e5e5e5;
    padding: 45px 0;
     color: #808080;
}

footer h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #b31e8d;
    margin-bottom: 30px;
}

footer p {
    margin: 0;
    margin-bottom: 10px;
    color: #808080;
}

footer a:hover{
    color: #545454;
    font-weight:bold;
}

/* responsive */
@media (max-width: 992px){
    .info-box-container, .featured-post-container, .featured-post-img {
        margin-bottom: 30px;
    }
    .city {
        display: none;
    }
    .show-responsive {
        display: block;
    }
    .hide-responsive {
        /*display: none;*/
    }
    
    
    .counter-container {
        padding: 30px;
    }
    /*Slider*/
    .carousel-indicators {
    display:none;
    }
    .slide-container  {
    height: 300px;
}
     .map-container
     {
        /*height:300px !important;*/ 
     }
     p ,h4 {
    font-size:16px;

    }
    dark-background h3 {
      text-transform: uppercase;
    }
    .slider-info {
    
    margin-top:0px;

    }
        .slider-info h3 {
            font-size:16px;
            text-transform: uppercase;
        }
    .boxses {
    margin-top:0px !important;
    }
    .carousel-control.left
    {
        margin-bottom:130px;
       
    }
    .carousel-control.right
    {
        margin-bottom:130px;
       
    }
    /*EndOfSlider*/
    .info-box-container .info-text p {
    font-size:18px ;
    }

}


@media (max-width: 992px)
{
    .owl-dots {display:none; }
}



.bread_area 
{
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    margin-bottom: 10px;
}
.breadcrumb {
    margin: 0;
    background: #fff;
    padding: 0;
}
.breadcrumb {
    padding: 8px 15px;
    list-style: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.breadcrumb > li {
    display: inline-block;
}
.sidebar {
    padding-left: 4px !important;
}


.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none !important;
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}

.stajli
{
  font-style:bold;
  color:#b2497d;
  font-size:21px;
}
	
.style1
{
  padding-top:5px;
}

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    * Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom:4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .4em;
    transition: all .3s ease-out;   
}

.rounded-list a:hover{
    background: #eee;
}

.rounded-list a:hover:before{
    
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #cc5490;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.rounded-list1 a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .4em;
    transition: all .3s ease-out;
  
}

.media-object{ border:2px solid #f4ebeb;}

.btn-theme
{
    margin-bottom:5px;    
}

.container .mtb
{
    border-top:1px solid #b31e8d !important;
    border-bottom:1px solid #b31e8d !important;   
 }
 



    
    .btn-theme {
  color: #484848 !important;
  background-color: #e5e5e5;
  border-color:#A9A9A9
;
  margin: 2px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff !important;
 
 
  background-color:	#C0C0C0;
  border-color: 	#C0C0C0;
}

.klasa { 
	margin: 0px;
	padding-left: 0px;
	
	
	}
	
.klasa li {
	list-style: none !important;
   
	min-height: 80px;
}
.klasa li a, 
.klasa li a:hover 
{
   padding-top:10px;
	color:#2f2f2f; 
	text-decoration: none;
	
	}
	
.klasa li img {
	float: left; 
	margin-right: 20px;
	}
	

.row
{
    margin-top:20px;
}

@media screen and (max-width:462px) {
    .top {text-align: center;}.top ul.list-inline{float: none !important;text-align: center;}
    .hero_content {padding: 80px 0;}
    .hero_content h1 {font-size: 32px;}
    .hero_content h2 {width: 90%;font-size: 21px;}
    /*.boxes_area .row {margin-left: -20px;margin-right: -20px;}*/
    .boxes_area .box p {margin-bottom: 30px;}
    .row {margin-top:0px !important;}
    .services .media .media-left {padding-right: 15px;}
    
    .category-content .media-body {float: left;position: relative;width: 100%;}
    .category-content .media-body h3 {margin-top: 20px;}
    .category-main .meta {position: relative;width: 100%;}
    .category-main .meta .pull-left {margin-left: 40px;}
    .category-main .meta .pull-right {display: none;}
    
    .sidebarRaporte {margin-top: 550px;}
}
@media (min-width:463px) and (max-width:768px) {
    .fbox {float: left;}
    .fbox:nth-child(3) {float: right !important;}
    .navbar-default{margin-top:22px}

}

.navbar {-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;margin-bottom: 0;left:0;z-index:999;padding-top:7px;}
.fixed{ position: fixed; top:0;  width: 100%;}
.navbar .container {position: relative;}
.navbar-default {-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;width: 100%;border: none;background-color: white;}
.navbar-default .navbar-nav > li > a {color:#323232;font-weight: normal;font-size: 13px;font-family: DinPro;font-size:14px;}
.navbar-default .navbar-nav > li > a:hover {background-color: transparent;color: #b31e8d;}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {background-color: transparent;color: #b31e8d;}
.navbar-default .navbar-nav .active > a,.navbar-default .navbar-nav .active > a:hover,.navbar-default .navbar-nav .active > a:focus {color: #b31e8d;background-color: transparent;}
.navbar-default .navbar-toggle {margin: 10px 0 10px 15px;}
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {border: none;background: #f3f3f3;}
.navbar-default .navbar-toggle i {font-size: 31px;}
.navbar-default .navbar-collapse {float: right;border-top: none;padding-left: 0;padding-right: 0;}
.navbar-brand>img {padding: 5px;}

@media screen and (max-width: 768px) {.navbar-default .navbar-collapse {padding-left: inherit;padding-right: inherit; height: 300px;max-height: 300px;width: 100%;overflow: scroll;}}
@media screen and (max-width: 992px) {.navbar-default .navbar-collapse {width: 100%;margin-left: 0;margin-right: 0;max-height: none;}}
@media (min-width:768px) {.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {margin-left: 0;}}

.main-navbar-nav {-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
.main-navbar-nav > li > a {padding-top: 20px;padding-bottom: 20px;line-height: 1;}
.main-navbar-nav li > .dropdown-menu {-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;min-width: 225px;border: none;border-top: 2px solid #b2497d;}
.main-navbar-nav li > .dropdown-menu > li > a {padding: 10px;position: relative;color: #404040;line-height: 1.12857143;font-size: 12px;}
.main-navbar-nav li > .dropdown-menu > li > a:hover,.main-navbar-nav li > .dropdown-menu > li > a:focus {color:#b31e8d;background-color: transparent;}
.main-navbar-nav li > .dropdown-menu > li > a i {position: absolute;right: 20px;top: 50%;margin-top: -8px;font-size: 16px;}

@media screen and (min-width: 993px) {.main-navbar-nav .dropdown:hover > .dropdown-menu {display: block;}.main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {left: 225px;top: 0;margin-top: -2px;}}
@media screen and (max-width: 992px) {.main-navbar-nav > li {border-bottom: 1px solid #f3f3f3;}.main-navbar-nav > li:last-child {border-bottom: none;}.main-navbar-nav > li > a {padding-top: 12px;padding-bottom: 12px;}}

.navbar-brand {height: auto;padding: 0;}

@media screen and (max-width: 992px) {.navbar-toggle {display: block;}.navbar-collapse.collapse {display: none !important;}.main-navbar-nav.navbar-nav,.main-navbar-nav.navbar-nav > li {float: none !important;}.navbar-collapse.collapse.in {display: block !important;overflow-y: auto !important;}}

@media screen and (max-width:462px) {.h4 {padding-right:25px;}}



.navigation {
font-size:14px; 
width:100%;
padding-bottom:10px;
}
.navigation ul {margin:0px; padding:0px;}
.navigation li {list-style: none; background-color: #fff;} 

ul.top-level {background:#fff;}
ul.top-level li {
margin: 0 0 3px 0;
border-bottom: solid 1px #cccccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}

.navigation a {
color: #3b3638;
cursor: pointer;
display:block;
overflow:auto;

line-height: 25px;
text-indent: 4px;
text-decoration:none;
width:100%;
}
.navigation a:hover{

}



.navigation li:hover {


}


.glyphicon { margin-right:10px; }
.panel-body { padding:10px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }

.pink{color:#660066;}

.bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-width: .2rem;
}
.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -1rem;
        margin-right: -1rem;
        margin-bottom: 1rem;
        margin-left: -1rem;
    border: solid #f7f7f9;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: .2rem 0 0;
}
.bd-example > .btn-group {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.box
{
    padding:12px;
    }

.btn
{
    white-space:normal;
}

#portfolio {
  padding: 100px 0;

}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*Valet*/


.destacados{
    padding: 20px 0;
	text-align: center;
}
.destacados > div > div{
	padding: 10px;
	/*border: 1px solid transparent;*/
	border-radius: 4px;
	transition: 0.2s;
}

.destacados > div:hover > div{
	margin-top: -10px;
	border: 1px solid rgb(200, 200, 200);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
	background: rgba(200, 200, 200, 0.1);
	transition: 0.5s;
}
a.btn-primary 
{
    
    background: #8B008B !important;
    border-color: #8B008B !important;
    
    }
    a.btn-primary:hover
    {
          background:#BA55D3 !important;
        }
        
        
@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 70px; border-radius: 50%; background: #b2497d; vertical-align: middle; }

.box > .icon > .image > i { font-size: 36px !important; }

.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; }
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #222; line-height: 18px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }


.list-group-item{
    border: 0;
    padding-left:0;
    border-top: 1px solid;
  
    border-color: rgba(37,40,43,0.1);
}
.list-group .list-group-item:first-child{
   
}
.list-group .list-group-item:last-child{
    border-bottom: 1px solid rgba(37,40,43,0.1);
}
.list-group .list-group-item a{
   
    cursor: pointer;
    text-decoration: none;
   
    
  
}
.list-group.list-group-header{
    padding:0;
    margin:0;
}
.list-group.list-group-body .glyphicon {
 font-size: 25px; vertical-align: middle;
}
.list-group-panel{
    border: 1px solid #ccdbeb;
    border-radius: 0;
}

.fajllii
{
 font-size:13px;
 overflow: auto;
 padding-left:6px;




}

@media  (max-width: 492px)
{
    .fajllii {overflow:auto;}
    .fajlli2 {float:left;}
   .list-group-item{margin-bottom:8px;}
}
 
 .fajlli2
 {
    height:30px;
    width:30px;
     float: left;
      padding-bottom:5px;
 }
 .fajlli3
 {
     padding-left:36px;
 }
 
 
 
 /*valet*/
.new-deal{width:100%;float:left;padding:15px 0;}
.new-deal .item-slide{position: relative;overflow: hidden;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease; margin:7px 0;}
.new-deal .slide-hover{ position: absolute;height: 100%;width: 100%;left: -100%; background:rgba(0,0,0,.5);top: 0;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-moz-border-radius: 5px; border-radius: 5px;-webkit-border-radius: 5px;  }
.new-deal .item-slide:hover .slide-hover{left:0px;}
.new-deal img{max-width:100%;}
.text-wrap {position: absolute;bottom: 0;left: 0;width: 100%;color: #fff;backgroundrgba:(242, 242, 242, 0.3);;z-index:999;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease; height:140px;}
.text-wrap h4{padding:0 5px;}
.box-img{width: 100%;   float: left;    -moz-border-radius: 5px; border-radius: 5px;-webkit-border-radius: 5px;    overflow: hidden;    border: 1px solid #ccc;}
.text-wrap .desc{float:left;padding:0 5px;}
.text-wrap p{padding: 15px;font-size: 15px;text-align: center;font-weight: normal;text-shadow: 2px 2px 3px #000;}
.text-wrap .desc h4{margin:0px;font: 400 17px/21px "Roboto";}
.text-wrap .desc h3{margin:0px;font: 400 32px/36px "Roboto";}
.new-deal .item-slide:hover .text-wrap{background:none}

.new-deal .item-slide:hover .box-img .text-wrap{bottom:-100%;}

/*Shitjet*/

.new-deal-1{width:100%;float:left;padding:15px 0;}
.new-deal-1 .item-slide{position: relative;overflow: hidden;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease; margin:7px 0;}
.new-deal-1 .slide-hover{ position: absolute;height: 100%;width: 100%;left: -100%; background:rgba(0,0,0,.5);top: 0;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-moz-border-radius: 5px; border-radius: 5px;-webkit-border-radius: 5px;  }
.new-deal-1 .item-slide:hover .slide-hover{left:0px;}
.new-deal-1 img{max-width:100%;}
.text-wrap {position: absolute;bottom: 0;left: 0;width: 100%;color: #686e77;background:rgba(165, 155, 155, 0.3);z-index:999;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease; height:140px;}
.text-wrap h4{padding:0 5px;}
.box-img{width: 100%;   float: left;    -moz-border-radius: 5px; border-radius: 5px;-webkit-border-radius: 5px;    overflow: hidden;    border: 1px solid #ccc;}
.text-wrap .desc{float:left;padding:0 5px;}
.text-wrap p{padding: 15px;font-size: 15px;text-align: center;font-weight: normal;text-shadow: 2px 2px 3px #000;}
.text-wrap .desc h4{margin:0px;font: 400 17px/21px "Roboto";}
.text-wrap .desc h3{margin:0px;font: 400 32px/36px "Roboto";}
.new-deal-1 .item-slide:hover .text-wrap{background:none}

.new-deal-1 .item-slide:hover .box-img .text-wrap{bottom:-100%;}




img{max-width:100%;}
	*{transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease}
.my-list {
    width: 100%;
    padding: 10px;
    border: 1px solid #f5efef;
    /*height:250px;*/
    margin: 15px 0;
    border-radius: 5px;
    box-shadow: 2px 3px 0px #e4d8d8;
    position:relative;
    overflow:hidden;
}
.my-list h3{
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ccc4c4;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    }
	.my-list span{float:left;}
	.my-list span:last-child{float:left;}
	.my-list .offer{
    width: 100%;
    float: left;
    margin: 5px 0;
    border-top: 1px solid #ccc4c4;
    margin-top: 5px;
    padding-top: 5px;
    color: #afadad;
    }
	.detail {
    position: absolute;
    top: -100%;
    left: 0;
    text-align: center;
    background: #fff;height: 100%;width:100%;
	
}
	
.my-list:hover .detail{top:0;}


*, *:before, *:after {
  box-sizing:border-box;
}

.group {
  &:after {
    content: "";
    display: table;
    clear: both;
  }
}


a {
  text-decoration:none;
}

.max(@maxWidth;
  @rules) {
    @media only screen and (max-width: @maxWidth) {
      @rules();
    }
  }

.min(@minWidth;
  @rules) {
    @media only screen and (min-width: @minWidth) {
      @rules();
    }
  }


.calendar-wrapper {
  width:auto;
  margin:3em auto;
 
  border-radius:5px;
  background:#fff;
  
}
table {
  clear:both;
  width:100%;
  border:1px solid #ececec;
  border-radius:3px;
  border-collapse:collapse;
  color::#444;
}
td {
  height:28px;
  text-align:center;
  vertical-align:middle;
  border-right:1px solid #ececec;
  border-top:1px solid #ececec;
  width:100% / 7;
}
td.not-current {
  color:#c0c0c0;
}
td.normal {}
td.today {
  font-weight:700;
  color:rgb(40,40,59);
  font-size:1.5em;
}
thead td {
  border:none;
  text-align:center;
  color:#eae4e7;
  text-transform:uppercase;
  font-size:14px;
  background-color:#b2497d;
}
#btnPrev {
  float:left;
  margin-bottom:10px;
  :before {
   
    font-family:FontAwesome;
    padding-right:4px;
    color:#7e7e7e;
  }
}
#btnNext {
  float:right;
  margin-bottom:10px;
  :after {
    
    font-family:FontAwesome;
    padding-left:4px;
     color:#7e7e7e;
  }
}
#btnPrev, #btnNext {
  background:transparent;
  border:none;
  outline:none;
  font-size:1em;
  color:#7e7e7e;
  cursor:pointer;
  font-family:"Roboto Condensed", sans-serif;
  text-transform:uppercase;
  transition:all 0.3s ease;

  }
 #btnPrev, #btnNext :hover 
 {
     
     
     
 }
 
 

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #a8a8a8;
}






/* Code based on this sample http://thecodeplayer.com/walkthrough/css3-family-tree */

/*Now the CSS*/
.tree * {margin: 0; padding: 0;}

.tree ul {
	padding-top: 20px; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #6d0334;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #6d0334;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #6d0334;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #6d0334;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #6d0334;
	padding: 1em 0.75em;
	text-decoration: none;
	color: #666767;
	font-family: arial, verdana, tahoma;
	font-size: 0.85em;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/* -------------------------------- */
/* Now starts the vertical elements */
/* -------------------------------- */

.tree ul.vertical, ul.vertical ul {
  padding-top: 0px;
  left: 50%;
}

/* Remove the downward connectors from parents */
.tree ul ul.vertical::before {
	display: none;
}

.tree ul.vertical li {
	float: none;
  text-align: left;
}

.tree ul.vertical li::before {
  right: auto;
  border: none;
}

.tree ul.vertical li::after{
	display: none;
}

.tree ul.vertical li a{
	padding: 10px 0.75em;
  margin-left: 16px;
}

.tree ul.vertical li::before {
  top: -20px;
  left: 0px;
	border-bottom: 1px solid #6d0334;
	border-left: 1px solid #6d0334;
	width: 20px; height: 60px;
}

.tree ul.vertical li:first-child::before {
  top: 0px;
  height: 40px;
}

/* Lets add some extra styles */

div.tree > ul > li > ul > li > a {
  width: 12em;
}

div.tree > ul > li > a {
  font-size: 1em;
  font-weight: bold;
}


/* ------------------------------------------------------------------ */
/* Time for some hover effects                                        */
/* We will apply the hover effect the the lineage of the element also */
/* ------------------------------------------------------------------ */
.tree li a:hover, .tree li a:hover+ul li a {
	background: #B31E8D;
  color: white;
  /* border: 1px solid #aaa; */
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #aaa;
}

 

.rightLinks
{
   background-color:#B31E8D;
    padding: 5px;
    color: #eae4e7;
    border-radius: 5px;
    list-style:none;
     text-transform: uppercase;
     padding: 10px 10px;
   
}
.rightLinks a
{
    margin:0 auto;
    padding-right:4px;
    font-weight:3px;
}

 
 
.widget
{
    margin:auto;
    }
    
.widget h4
{
    border-bottom: solid 1px #cccccc;
}

.left-line
{
    border-left:1px solid #f2f3f4; 
 }
 
 .bottom-line
 {
     border-bottom:1px solid #f2f3f4;
     
 }

.panel 
{
 background:#fafafa;
}

.paneli
{
    height:6px;
}
 .valetparaprake 
{
    float:left;
   
    text-decoration:none;
    list-style:none;
    margin-right:10px;
   
    padding:20px 30px;
    background-color:#B31E8D;
    color:White;
    width:150px;
    height:100px;
    border-radius:5px;
    margin-bottom:10px;
    font-weight:600;
    text-align:center;
    }
   .valetparaprake:hover
   {
       color:white;
       background-color:#c13a9f;
       
       } 
         .valetparaprake a
         { font-size:15px;
             }
       
 .carousel-control.left{background-image:linear-gradient(to right,rgba(0, 0, 0, 0.18) 0,rgba(0,0,0,.0001) 10%); 
        top: 45% !important;
        height: 45px;}
  .carousel-control.right{background-image:linear-gradient(to right,rgba(0,0,0,.000001) 0,rgba(0,0,0,0.0001) 100%);  
        top: 45% !important;
        height: 45px; }
  
  
  .data{float:right;}
  
  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    max-height: 219px !important;
}
  .card
  {
          position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
  .card-img-top {
	  max-height:390px;
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
	
}
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    height:96px;
   
}  
  .card-body-valet {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    height:200px;                                                               
   
}
  .portfolio-item {
    margin-bottom: 30px;
}
  
 .myCalendar .myCalendarTitle
{
    background-color:#B31E8D;
    font-size:15px;
    color:White;
}
 .myCalendar .myCalendarNextPrev a
        {
            color:White !important;
        }
         .myCalendar .myCalendarToday a
        {
            color:#B31E8D !important;
            font-weight: bold;
            
        }
    
   .myCalendar td.myCalendarDay :hover,
    .myCalendar td.myCalendarSelector a:hover
    {
        
    }
    .myCalendar .myCalendarToday
    {
        background-color: #f2f2f2; 
    }
   
      footer{padding:0px !important;border-bottom:1px solid #b31e8d;}
      footer a:hover{color:#b31e8d;}
     .under-footer h5{color:#343435;font-weight: bold;}
     .under-footer{ padding-top:5px; }
     .links{background-color:#B31E8D;
    padding: 5px;
    color: #eae4e7;
    border-radius: 5px;
    list-style:none;
    min-height:80px;}  
 
.links a
{
    margin:0 auto;
    padding-right:4px;
    font-weight:3px;
} 
.links p
{
       margin-left:35px;
 }

#mobile span  
{
    margin-top:5px;     
}         
           
 .prokurimi{margin-bottom:10px;font-size:12px;color:grey;}
 .dataMbarimit
 {
     margin-left:8px;
     display:unset !important;
 }
 @media screen and (max-width: 480px)
 {
   .valetparaprake
   {
       width:100%;
       height:100%;
       }
     }


.data 
{
    display:none;
}
     
     
     .rightMenu:hover{color:#B31E8D; font-weight:600;}
li input {

}
.slider-info-container h3 {
    color:black;
}
 
.slider-info-container-1 
{
    display:none;
}

.search-submit 
{
     margin-top:10px;
    background-image:url('inc/img/1.jpg');
    float:right;
}
.glyphicon-search input
{
    width:10%;
}
.search-list {
    width:20% !important;
    padding-bottom:0px !important;
    height:25px !important;
  
}
.search-control {
    width:78% !important;
    display: list-item !important;
}
.search-list button
{
    height:34px;
}

@media screen and (min-width: 300px) and (max-width:950px) {
   
   .list-inline > li{display:inline;}
    .input-group-addon, .input-group-btn{float:left;}
    .search-control{width: 83% !important;display: list-item !important;}
     .language{margin-bottom:22px !important;}
}


    
.search-ul li{
    list-style:none;
}
.form-control:focus 
{
    border-color:#b31e8d !important;
    box-shadow:rgba(179, 30, 141,0.2) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(147, 28, 137, 0.6) !important;
}
.dataMbarimit  
{
    display:list-item;
    list-style:none;
    margin-left:0px;
   
}

.dataMbarimit-1 
{
    display:none;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover 
{
    background-color:#B31E8D !important;
}

.count-number_s
{
  font-size: 41px;
  font-weight: bold;
}

.counter-title
{
	font-size: 26px;
    text-transform: uppercase;
    font-weight: lighter;
}
.right
{
    float:right;
    margin-bottom:5px;
}



