﻿/* 
 * 1. Google Font
 */
@import url(http://fonts.googleapis.com/css?family=Roboto:300, 400, 700);
/* Version:      1.0.0
 * 2.0 Global Style
 */
html {
  font-family: "Roboto", sans-serif;
  font-size: 16px;

}


a.conference-cse {
background-color: #3f3d3e !important;
opacity:0.6 !important;

}

body {
  color: #4e4e4e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
}
a:focus {
  outline: none;
}

.mt-5 {
  padding-top:40px;
}


a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  margin: 0 0 30px;
}

ul {
  padding: 0;
}

ul li {
  font-weight: 700;
  margin-bottom: 10px;
  list-style: none;
}

.custom-list-icon,
.list-arrow-right {
  list-style-type: none;
  padding: 0;
}
.custom-list-icon li,
.list-arrow-right li {
  position: relative;
  padding-left: 20px;
}
.custom-list-icon li::before,
.list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Ionicons";
}

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

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

tr:nth-child(even) {
  background-color: #dddddd;
}

.social-block {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
 
}
.social-block li {
  display: inline-block;
}
.social-block li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #a62b27; /*  #4e4e4e;  */
}
.social-block li a i {
  font-size: 1.5em;
}
.social-block li a:hover,
.social-block li a:focus {
  color: #112d4e;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn {
  border: 0;
  border-radius: 0;
  padding: 6px 28px;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.6;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.valign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding: 70px 0;
}

.section-title, {

  color: #313131;
  letter-spacing: 1px;
  margin: 0 0 30px;
  text-transform: uppercase;
  text-align: center;
}

 a.members{
  outline: none;
  text-decoration: none;
  padding: 7px 6px 0;
 font-weight:600;

}

a.members:link{
  color:#9a2624;
}

a.members:visited{
  color:#9a2624;
}

a.members:focus{
  border-bottom: 1px solid;
  background: #9a2624;
}

a.members:hover{
  border-bottom: 1px solid;
  background: #333a56;
  color:#fff;
}

a.members:active{
  background: #333a56;
  color: #fff;
}
/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
  content: "\f3d3";
}

/* 
 * 3.4 Helper Class: button
 */
.btn-general{
  color: #fff;
  border:none;
  font-size:14px;
  background-color: #9a2624;
  box-shadow:0 8px 6px -6px rgba(50,51,51,.4);
  position: absolute;
  top: 80% !important;
  left: 50%;
  transform: translate(-50%);
  padding: 1.5rem 4rem; /* Mirlinda */
/* animation:moveInBottom;    Mirlinda */
  animation-duration: 1s; /* Mirlinda */
  animation-timing-function: ease-out; /* Mirlinda */
  animation-delay: 0.5s; /* Mirlinda */
  letter-spacing: .1rem;
}

.btn-white{
  color: #fff;
  border-radius: 1.5em;
  background-color: #A92824;
  border: 3px solid #fff;
  padding: 0.7em 2.5em; /* Mirlinda */
/* animation:moveInBottom;    Mirlinda */
  animation-duration: 1s; /* Mirlinda */
  animation-timing-function: ease-out; /* Mirlinda */
  animation-delay: 0.5s; /* Mirlinda */

}
/* Mirlinda */
.btn-ticket {
  background-color: transparent;
  border: 3px solid #a92824;
  padding: 5px 10px !important;
  margin-top: 20px;
  color: #fff;
}
/* Mirlinda */

.btn-ticket:hover,
.btn-ticket:focus {
  color: #fff;
  background-color: transparent !important;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);

}


.btn-general:focus,
.btn-white:focus,
.btn-general:hover,
.btn-white:hover
 {
  color: #fff; /* Mirlinda */
  background-color: #944544 !important; /* Mirlinda */
 border-radius: 16px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 0 8px 15px rgba(0,0,0,.1)

}

.btn-black {
  color: #fff;
  background-color: #112d4e;
}
.btn-black:hover,
.btn-black:focus {
  color: #fff;
  background-color: #112d4e;
}

/* 
 * 3.5 Helper Class: background
 */
.bg-image,
.bg-image-1,
.bg-image-2 {
  position: relative;
}

.bg-image::before,
.bg-image-1::before,
.bg-image-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bg-image-1 {
  background: url(../images/Conference_2020/Foto/Foto_1.jpg) no-repeat center center/cover !important;}
.bg-image-1::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-image-2 {
  background: url(../images/backgrounds/bg-2.jpg) no-repeat center bottom/cover;
}
.bg-image-2::before {
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  #site-nav .container {
    display: block !important;
  }
	


  /*
  .site-footer img,
  .navbar-header img{
    width: 100% !important;
    height: auto!important;
  }
  */

}


/*@media (max-width:992px) and (min-width:768px) {
    .navbar-header img {
        width: 85% !important; 
    }
}​

*/
@media (min-width:768px) {
     #navbar-items{
    padding-top: 0!important;
   
    line-height: normal;
  }

  .navbar-right{

    margin-right:20px !important;
  }

  .section {
    padding: 90px 0;
  }
	#about>.container-fluid {
    padding-right: 0!important;
}

  .section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 60px;
    text-transform: uppercase;
  
  }
  .footer-info h5, p.footer-desc {
    font-size: 11px;
}

.owl-wrapper {
    -webkit-transition: -webkit-transform 800ms ease-in-out !important;
    -o-transition: -o-transform 800ms ease-in-out !important;
    transition: transform 800ms ease-in-out !important;
}
}
/* 
 * 4.0 Navigation
 */
#timer {
  width: 100%;
}

.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  /* background-color: #112d4e; */
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/*
header#nav {
    position: relative !important;
    height: 110px!important;
    }
*/
.navbar-header img {
  width: 100%;
 height:auto;
}
.navbar-custom .navbar-nav li {
  margin: 0;
}
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav > li > .dropdown > a,.navbar-custom .navbar-nav .archived-dropdown-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
 letter-spacing: .06rem;
  border-bottom: 1px solid transparent;
  padding: 32px 11px;
  line-height: 2.4rem;
  font-weight:400;
  opacity: .8

}
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > li > a:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-custom .navbar-nav > .active > a {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggle {
  border: 0;
  border-radius: 0;
 margin-top: 0;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-solid {
  padding: 15px 0;
  color: #777;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}


.site-branding .logo:focus,
.site-branding .logo:hover {
  text-decoration: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

section.stay {
    padding: 100px 0px;
    margin-top: 20px;
    background-color: #fff;
}

.kosova{

padding:60px 0;

}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #000;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 1rem;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #112d4e;
  color: #fff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

/* 
 * 5.0 Site Header
 */
.site-header {
  width: 100%;
  height: 100vh; /* Mirlinda */
  position: relative;
  text-align: center;
 background: url(../images//Conference_2020/Foto/_UBT9884.jpg) no-repeat center center/cover;
  display: table;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
      background-color: rgba(23, 17, 43, 0.75)!important;
}

.site-header .intro {
  color: #fff;
  position: absolute; /* Mirlinda */
  top: 35%; /* Mirlinda */
  left: 0; /* Mirlinda */
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  /* height: 70vh;  */
  z-index: 999;
}


.site-header .intro h1 {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  margin-bottom: 1rem;
  text-shadow: 2px 2px #333a56; /* Mirlinda */
}
.heading-primary {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 3.5px;
  margin-bottom: 20px;
  animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
}
.heading-secondary {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 30px;
  animation: moveInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
}

.site-header .intro p {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}



.navbar-custom {
  
  padding-top: 30px;
}

.days{
 -webkit-text-stroke: 0px white;
color:white;

}
@media (min-width: 768px) {

.navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > .dropdown > a, .navbar-custom .navbar-nav .archived-dropdown-link {

  padding:11px 6px;
  line-height: normal;
  letter-spacing: .02rem;
  font-size:9px;
}

  .navbar-nav > li > .dropdown {
    display: block;
    padding: 10px 15px;
  }



  .site-branding {
    margin-top: 0;
    margin-left: 0;
        width: 75%;
        height: 47px !important;

  }


  .navbar-header img{
      height: 122px;
    width: 100%!important;
}

/*.navbar-right{

  margin-right:30px !important;
}
*/

.intro .heading-primary {
    font-size: 1.7rem !important;
    margin-bottom: 50px;
    line-height: 1.6;
}
      .breadcrumbs {
    padding-top: 65px;
}

#subtext{
font-size: 1.4rem !important;

}

.btn-general{

  padding:1rem 1.5rem !important;
}

#timer{
   top:57% !important;
}
#timer li, #timer li span {

    font-size:1.5rem !important;
    line-height:2rem!important;
}

figure .overlay {
  
    width:100%!important;
    height: 250px;
}

}


/* 
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */

#about {
  padding: 0;
}

#about .col-md-3 {
  padding-right: 0!important;
  padding-left: 0;
}


.about-content {
  padding: 80px;
      letter-spacing: .02rem;
}

.clearfix {
  clear: both;
}

.about .section-title {
  /* margin: 0 0 40px; */
  font-size: 40px; /* Mirlinda */
  line-height: 44px; /* Mirlinda */
  font-weight: 800; /* Mirlinda */
  letter-spacing: -2px; /* Mirlinda */
  text-transform: none !important;
}

.about .section-title p {
  font-size: 20px !important; /* Mirlinda */
  font-weight: normal; /* Mirlinda */
  text-align: justify; /* For Edge */
  -moz-text-align-last: justify; /* For Firefox prior 58.0 */
  text-align-last: justify;
}
/* .about figure {
  margin-bottom: 25px;
} */

.about .section-about--scope {
  color: #985e6d; /* Mirlinda */
}

.section-title--place {
  color: #333a56; /* Mirlinda */
}

.important-dates {
  width: 100%; /* Mirlinda */
  height: 929px; /* Mirlinda */
  background-color: #333a56; /* Mirlinda */
      padding-top: 80px;
}

.multiple-title {
  color: #fff;
  padding: 80px 0 0 40px;
  line-height: 1.2 !important;
}

.important-dates--wrapper {
  text-align: justify; /* Mirlinda */
  color: #fff; /* Mirlinda */
  padding-left: 40px; /* Mirlinda */
}
.important-dates--wrapper h4 {
  margin-bottom: 40px; /* Mirlinda */
}
.important-dates--wrapper h4 span {
  display: block; /* Mirlinda */
  /* margin: 10px 0; */
  line-height: 1.4; /* Mirlinda */
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05rem;
}
.dates{

 font-size: 18px
 font-weight: 700 !important;

}
.description {
 color: #f52421;
  font-size: 18px !important;
  /* text-decoration: underline; */
}

/*
* Section: Timer
*/


#timer {
  text-align: center;
  position: absolute; 
  top: 57% !important; 
  left: 50%;
  transform: translate(-50%); 
    color: white;
  font-size: 20px;
  }


#timer li {
  display: inline-block;
  font-size: 1em;
  list-style-type: none;
  padding: 1em 2.5em;
  text-transform: uppercase;
  line-height: 4.2rem;
  font-weight:600;
 line-spacing:.16rem;
  color: #fff;
  margin-right: 10px;
}


#timer li:last-child {
  margin-right: 0;
}

#timer li span {
  display: block;
  font-size: 3.5em;
}

#timer li:first-child {

  color:#9a2624 ;
  text-shadow: 2px 2px  #3a1e1e;
}

/* 
 * 6.2 Section: Facts
 */
.facts i {
  color: #fff;
  font-size: 3em;
  padding: 10px 25px;
  border: 2px solid #fff;
}
.facts h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

/* 
 * 6.3 Section: Speaker
 */

.speaker figure {
  position: relative; /* Mirlinda */
 /* height: 50%; */
}

/* Mirlinda */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #171717;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.speaker {
  text-align: center;
  color: #313131;
  margin: 25px 0;
  height: 280px;
}

.speakers .section-title {
  text-align: center; /* Mirlinda */
  font-size: 32px; /* Mirlinda */
  color: #4e4e4e; /* Mirlinda */
  text-transform: uppercase;
}
.speaker h4 {
  margin-top: 30px;
  margin-bottom: 5px;
}
.speaker p {
  margin-bottom: 10px; /* Mirlinda */
  text-transform: capitalize;
  /* font-size: 15px; */
}

.speaker figure img {
   
  margin-bottom: 15px;
  transition: 0.5s ease;
  backface-visibility: hidden;
  width: 100% !important;
  height: 250px !important;
}

.speaker figure:hover .overlay {
  display: block !important;
  cursor: pointer;
}

.speaker .last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff !important; /* Mirlinda */
  font-size: 18px;
  padding: 10px 20px;
  text-transform: capitalize; /* Mirlinda */
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
}

/* 
 * 6.4 Section: Registration & Pricing
 */
/* 
 * 6.5 Section: Contribution
 */
.contribution {
  text-align: center;
  color: #fff;
}

/* 
 * 6.6 Section: Schedule
 */
.schedule-box {
  position: relative;
  background-color: #112d4e;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  margin: 25px 0 0;
}
.schedule-box::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
}

/* 
 * 6.7 Section: Schedule
 */
.partner {
  background-color: #fff;
}
.partner .partner-box {
  display: block;
  opacity: 0.3;
  height: 150px;
  width:150px;
  margin: 25px 0px;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
}
.partner .partner-box:hover {
  opacity: 1;
}



/* 
 * 6.8 Section: Accommodation
 */


.add-background{
   background-color: #333a56 !important;
}



/* 
 * 6.9 Section: photos
 */
.grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.grid::after {
  content: "";
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  overflow: hidden;
  padding: 3px;
  margin: 0;
  width: 100%;
}

@media (max-width: 600px) {
  .about .section-title {
    font-size: 29px !important;
    font-weight: 700;
  }
   .multiple-title {

    letter-spacing: 1px!important;
    
   
  }

    .overlay {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    width: 75% !important;
    height: 100%;
    transform: translate(-50%, -50%);
  }

  .contribution p {
    font-size: 14px;
  }

  .contribution .btn-white {
    top: 110%;
  }

  .about-content {
    padding: 40px;
  }

  .multiple-title,
  .important-dates--wrapper {
    text-align: center;
  }

  .multiple-title,
  .important-dates--wrapper {
    padding-left: 25px;
  }



  .speaker .last-child {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
  }

 
  .facts i {
    padding: 10px 20px;
  }

  .facts h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .about .section-title {
    font-size: 30px !important;
    line-height: 15px;
  }

  .about-content p {
    margin-top: 30px;
  }

  .multiple-title,
  .important-dates--wrapper {
    text-align: center;
  }
  .facts i {
    text-align: center !important ;
  }
 

}

@media (min-width: 768px) {



#speakers figure img{
    width:100%!important;
    height: 250px !important;
}
.overlay {
   
    width: 100% !important;
    height: 100% !important;

}

  .grid-item-sm-6 {
    width: 50%;
  }

  .grid-item-sm-3 {
    width: 25%;
  }

  .section-title {
    margin: 0 0 30px;
  }

  figure {
    margin-bottom: 0;
  }

  .buttons {
    top: 80%;
    }
   .btn-call{
  margin-top: 0px;
   }

  #timer {
	top:60%;
}
   

}

@media (max-width: 768px){
  .site-footer{
    position: relative !important;
    bottom: 0px !important;
  }
  .site-footer .footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
   }
   
   /*.site-branding {
     width: 70%;
   }*/
   .breadcrumbs {
    padding-top: 60px;
}
	
	#about>.container-fluid{
		
		padding-right:0 !important;
	}
}

@media (max-width: 1350px) {
  #timer li {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .multiple-title,
  .important-dates--wrapper {
    padding-left: 0;
    padding-top: 60px;
  }


  #site-nav .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  #timer ul {
    padding: 0;
  }
 #timer {
    top: 60%;
}

  .heading-primary {
    font-size: 1.8rem;;
    margin-bottom: 0.5rem;
  }

  .btn-white{
    top: 84%;
  }
.special {
  top: 130px;
}

  .heading-secondary {
    font-size: 1rem;
  }

  #timer li span {
    font-size: 1.5rem;
  }
}
 .buttons {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%);

}

p.info {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #000 !important;
}


 
.btn-call {
left: 200px;
}

@media (max-width: 320px) {
	
	.hasStarted {
    width: 285px !important;
     padding: 1rem 0;
     }
	
#about>.container-fluid {
    padding-right: 0!important;
}

  .heading-primary, #conferences h1 {
    font-size: 1.3rem!important;
    margin-bottom: 30px;  
        line-height: 1.6;

}
  #navbar-items{
  padding-top:40px;
}
  .navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > .dropdown > a, .navbar-custom .navbar-nav .archived-dropdown-link{

    font-size: 10px;
    padding:5px; 
  }


.buttons {
     top: 80% !important;
    }
/*    height: 50px!important;
    }
*/
    .site-header .intro p {
      font-size:18px !important;
    }

#timer li{
    font-size: 0.8rem !important;
    padding: 5px;
  

}
#timer li span {

    font-size:1rem;
    line-height:0.8rem;
}
	

	
.btn-general {

  padding: 1rem 2rem;
}

.footer-info h5, .footer-desc
 {

  font-size:12px !important;
      letter-spacing: normal !important;
 }

}
@media (min-width: 320px) {

  .navbar-solid{

    padding:30px 0;
  }


  .site-branding{

    height: 40px;
  }
  .navbar-header img{

    width:90%
  }
  #about .section-title {
    font-size: 35px!important;
    font-weight: 700;
  }

 
img.img-responsive.prishtina {
    width: 100% !important;
    height: 45% !important;
}
.overlay{

  width: 100%!important;
}

.owl-wrapper {
    -webkit-transition: -webkit-transform 4000ms ease-in-out !important;
    -o-transition: -o-transform 4000ms ease-in-out !important;
    transition: transform 4000ms ease-in-out !important;
}


}
@media (min-width: 375px) {
    .navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > .dropdown > a, .navbar-custom .navbar-nav .archived-dropdown-link{

    font-size: 10px;
    padding:5px; 
  }
  #navbar-items{
  padding-top:40px;
}
  

  .navbar-header img{

    width:80%
  }
    .heading-primary, #conferences h1 {
    font-size: 1.3rem!important;
    margin-bottom: 50px;  
        line-height: 1.6;

}

.speaker figure img,.overlay {
  
    width:75% !important;
    height: 250px;
}
.overlay {
   
    width:75%;
    height: 250px;

}


  #about .section-title {

    font-size: 24px!important;
    font-weight: 700;
    letter-spacing: .05;
  }
 .buttons {

    top: 78%;
}
.btn-call{
  margin-top: 5px;
}

img.img-responsive.prishtina {
    width: 100%;
    height: 40%;
}

.conference .proceedings h3 {
    
    font-size: 18px;
}


.site-header .intro p {

  font-size: 16px;
}
#timer li{
    font-size: 1rem !important;
    padding: 2px 5px;
    line-height: 2rem;

}


.btn-general{

  padding: 1rem 2rem;
}

}
	
@media (max-width: 576px) {
  .about .section-title {
    font-size: 35px !important;
    font-weight: 700;
  }
 
.about-content ol li {
  font-size: 11px!important;
  margin-bottom: 5px;
  font-weight: 700;
}
.about-content p {
  font-size: 12px!important;
  }

  #site-header .btn-white {
    top: 85%;
  }

#timer li:last-child {
    margin-right: 10px;
  }

  .heading-primary,#conferences h1 {
font-size: 1.2rem!important;
}

  .heading-secondary {
    font-size: 0.8rem;
  }


  .site-footer .footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
   }
   
   a.buy-now {
    padding: 1rem .5rem;
}
}

@media (min-width: 992px) {
  .schedule-box {
    margin: 0;
  }

  .grid-item-md-6 {
    width: 50%;
  }

  .grid-item-md-3 {
    width: 25%;
  }

  .figure img {
    width: 100%;
    height: 100%;
  }
  .overlay {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }

  .multiple-title,
  .important-dates--wrapper {
    text-align: justify;
    margin-bottom: 50px;
  }
  .important-dates {
   height: 1315px !important;
    width: 100% !important;
  }
}

@media (max-width: 1440px) and (min-width: 1024px) {

	.breadcrumbs {
    padding-top: 110px !important;
       }



     nav#site-nav {
    padding: 0!important;
    padding-bottom:25px!important;
   }	


    #navbar-items{
    padding-top: 0;
  }


  .site-branding,.navbar-header img{

    height:92px;
  }

.navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > .dropdown > a, .navbar-custom .navbar-nav .archived-dropdown-link{

    padding: 22px 10px;
    line-height: normal;
    letter-spacing: .02rem;
    font-size: 12px;

}


  #timer li {
    padding: 1rem 2.5rem;
    font-size: 1rem;
}


span.heading-secondary {
  
    font-family: Lato;
    font-size: 1rem !important;
    text-shadow: 2px 2px #858588;
}




.important-dates {
  height: 1590px !important;
	width:100% !important;
}


.buttons {
    display: inline-block;
    top: 87%;
}
   #timer {
	top:54%;
}
      .breadcrumbs {
    padding-top: 65px!important;
}




} 

@media (min-width: 1440px) {
	
	.important-dates {
    width: 100% !important;
}

	.breadcrumbs {
    padding-top: 110px !important;
          }

   nav#site-nav {
    padding:0!important;
    padding-bottom:25px!important;}


  #navbar-items{
    padding-top: 0;
  }

span.heading-secondary,.site-header .intro p {
  
    font-family: Lato;
    font-size: 1.5rem !important;
    line-height: 1.1;
}


#intro .heading-primary {
   
    font-size: 2.3rem !important;
    line-height: 1.5;
       

}


.about .section-title {
  letter-spacing: 0.8px;

}


.navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > .dropdown > a, .navbar-custom .navbar-nav .archived-dropdown-link{

padding: 0px 11px;
    line-height: 2rem;
    letter-spacing: .08rem;
    font-size: 14px;
}


#timer li{

    font-size: 1rem !important;
    padding: 1rem 2.5rem;
    font-weight: 600;
    letter-spacing: .16rem;
    margin-right: 10px;
  
      
}

 #timer li span{
    font-size: 4rem !important;
    line-height: 4rem !important;
     font-weight: 600;


 }


#timer li:first-child {


    color: #9a2624 !important;
    -webkit-text-stroke: 0.5px white;}

.btn-general{

  padding: 0.8rem 2.5rem!important;
  font-size: 16px;
}


.site-branding{
      height: 122px;
      width: 100%


}
.navbar-header img

{
    height: 165px;
    width: 163%!important;
}



}


@media (min-width: 2560px){

  .navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > .dropdown > a, .navbar-custom .navbar-nav .archived-dropdown-link {
    padding: 0px 11px;
    line-height: 2rem;
    letter-spacing: .08rem;
    font-size: 20px;
}


  #intro .heading-primary{
         font-size:4.5rem!important;
          line-height: 1.5;

  }

span.heading-secondary {
    font-size: 2.5rem !important;
    line-height: 1.5;
}

#timer li{

    font-size: 2.5rem !important;
    padding: 1rem 2.5rem;
    font-weight: 600;
    letter-spacing: .16rem;
    margin-right: 10px;
  
      
}

 #timer li span{
    font-size: 3rem !important;
    line-height: 4rem !important;
     font-weight: 600;


 }


 .btn-general {
    padding: 1.5rem 2.5rem!important;
    font-size: 30px;
}

}

/* 
 * 7.0 Site-footer
 */
.site-footer {
  background-color: rgb(51, 58, 86);
  color: #fff;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  width: 100%;
  bottom: -150px;
}
.site-footer .site-info {
  font-weight: 400;
  margin-bottom: 10px;
}
.site-footer .site-info a {
  color: #fff;
}

.site-footer .social-block li a {
  color: #fff;
}
.site-footer .social-block li a:hover,
.site-footer .social-block li a:focus {
  opacity: 0.8;
}

/* Mirlinda */

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  80% {
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/* @keyframes moveInBottom {
  0% {
    opacity: 0;
   transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
} */

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*
  Tickets
*/

#ticket-heading {
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tickets {
  text-align: center !important;
background-color: #f8f8f8;
}

.ticket {
  padding: 20px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  height: 400px;
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 10px;
  transition: 0.5s all ease-out;
  text-align: center;
}

.ticket-info {
  flex-grow: 1;
}

.price-type {
  font-style: italic;
}

.price {
  font-size: 60px;
}
.late-price {
  font-size: 40px;
}
.currency {
  color: #112d4e;
  font-size: 40px;
  transition: 0.5s all ease-out;
}

.buy-now {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #777;
  width: 40%;
  background-color: #112d4e;
  font-weight: bold;
  color: white;
  margin: 0 auto;
  transition: 0.5s all ease-out;
}

.buy-now:hover {
  color: #112d4e;
}

.ticket:hover {
  background-color: #112d4e;
  color: white;
}

.ticket:hover .buy-now {
  background: white;
  color: #112d4e;
}

.ticket:hover .currency {
  color: white;
}


/* 
  Conferences
*/

#conferences {
  margin-top: 0px;
  padding: 50px 0;
  background-color: #fff;
}

#conferences h1 {
  text-align: center;
  text-transform: uppercase;
}

#conferences .conference-banner {
  background-color: #112d4e;
  color: white;
  border-radius: 20px;
  text-align: center;
}

.conference-section {
  margin-top: 10px;
}

.conference-banner:hover ~ .conference,
.conference:hover {
  background-color: #112d4e;
  color: white;
}

.conference {
  display: flex;
  border-radius: 10px;
  padding: 20px 10px 5px 10px;
  flex-direction: column;
  margin: 20px 0;
  background-color: white;
  height: 220px;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease-out;
}

.conference .proceedings {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}
.conference .proceedings img {
    flex: 0 0 auto;
    vertical-align: text-bottom;
    max-width: 80%;
    max-height: 100%;
    align-self: center;
    -webkit-align-self: center;
    margin: auto;
    object-fit: scale-down;
}
.conference i {
  font-size: 2.6rem;
  flex-grow: 1;
  margin-bottom:10px;
   
}
.conference .proceedings h3 {
	color: #112d4e;
    tex
}

.conference p {
  text-align: center;
  font-size:20px;
}


.footer-info {

  display: inline-block;
  width: 50%;

}
.footer-info h5, .footer-desc{
  color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .06rem;
    line-height: 2rem;
    font-weight: 400;
    opacity: .8;
}
.footer-logo {
width: 25%;
height: 10%;
}


.footer-desc {
  font-size: 13px;
}

.footer-info a {
  color: #fff;
}
.footer .social-block {
float:right !important;
}
.site-footer .social-block li {
  border: 1px solid #fff;
  padding-top: 5px;
  display: inline-block;
    text-align: center;
    line-height: 34px;
    width: 36px;
    height: 34px;
    border-radius: 4px;
    margin: 0 10px;
    position: relative;
    transition: all .1s ease;
}

.bank {
	padding: 5px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}


.prishtina-description {

  margin-top: 60px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: .05rem;

}

.thumbnail a>img, .thumbnail>img {
    width: 100% !important;
    height: 20% !important;
    margin-right: auto;
    margin-left: auto;
}


.committees {
  text-align: center;
}

.committees .col-md-3 {
padding-right: 15px !important;
  padding-left: 15px !important;
}
 ul.commiteers li {
	font-weight:400;
}

ul.intercommiteers li {
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 5px;
    text-decoration: underline;
}
.committees-title {
	    font-size: 32px;
	margin-bottom: 35px;
	font-weight: 400;
}

.btn:hover {
    background-color: #fff;
}
ul.authors li {
    font-size: 16px;
    font-weight: 100;
}
ul.authors {
    margin-bottom: 70px;
    padding: 0 20px;
}

.prcity .section-title{
	padding-left:15px;
  text-transform: capitalize;
    font-size: 32px;
    color: #333a56;
    margin-bottom: 35px;
    
    font-family: 'Roboto';
}

section#location,section#accommodation {
    background-color: #f3f3f3;

}

ul.list li {
    font-weight: 500 !important;
}
.papers {
margin-bottom:20px !important;
}

.info {
font-weight:600;
}
.info a{
  color: #337ab7;
}
img.img-responsive.prishtina {
    width: 100%;
    height: 80%;
}
a.conference.proceedings {
    height: 100% !important;
}

.conference-section.proceedings {
    height: 350px!important;
}

.special-session figure img {
  width: 65% !important;
  height: 30% !important;
}

.special-session {
  margin-bottom: 30px;
}

#session a.conference.conference- {
    background: linear-gradient(to bottom, #6794bb 15%, #132d38 100%)!important;
}

.bio-description h4 {
  text-transform: uppercase;
}

.bio-description a.read-more {
height: 30px;
    color: #fff !important;
    background-color: #333a56;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    border-radius: 3px;
}


a.conference {
  font-family: "Lato", sans-serif;
  opacity:1 !important;
  color:#fff;
  background: linear-gradient(to bottom, #333a56  15%, #4e8aa0  100%);
}
a.conference:hover {

  background-color: #333a56 !important;
}




@media screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-min-device-pixel-ratio : 4)
  and (-webkit-device-pixel-ratio : 4)
  and (orientation: portrait) {

  .buttons {
    top: 80%;
    }

 .btn-call{
  margin-top: 3px;
   }



}

.wpdevart-forms.default-skin {
    padding: 99px 0px !important;
    

}


.red-link {
color:#455490;}	

/* Contact  */

#wpforms-114-field_2{ 
  resize: vertical; 
}

/* Breadcrumbs*/
.breadcrumbs ul {
  display:block;
  margin-left:25px
}
.breadcrumbs ul li {
  display:inline-block !important;
  color:#000; 
  font-size: 16px;
  font-weight: 300;
  margin: 10px 5px;
}

#conf_description{
    padding: 60px !important;
   
}

#conf_description h1 {
 text-align:center !important;
  margin-bottom:20px!important;
  
}

#contribution p:first-of-type {
    margin-bottom: 10px !important;
}

.conf_content{
 text-align:justify;
}

#proceedings {
 background-color: #fbfbfb;
 padding: 60px 0 !important;


}

#proceedings ul {
	display:block;
	padding-left:80px;
}

#proceedings .container .books li{
    display: inline-block;
    margin-right: 10px;
    padding:10px;
}

.archived-dropdown-link{
  margin-bottom: 0 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  padding: 30px 15px;
}


.navbar-right {
    float: right!important;
    margin-right: 100px ;
}







@media (max-width: 767px){
  .navbar-nav .open .dropdown-menu>li>a {
    color: white;
    background-color: #233f7d;
    border: 1px solid;
}

}

.card-title{
font-family: "Roboto", sans-serif;
 text-align: center;
padding: 0px 11px;
    line-height: 2rem;
    letter-spacing: .08rem;
    font-size: 24px;
}


.stretch-card>.card {
     width: 100%;
     min-width: 100%
 }

 body {
     background-color: #fff;
 }

 .flex {
     -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto
 }

 @media (max-width:991.98px) {
     .padding {
         padding: 1.5rem
     }
 }

 @media (max-width:767.98px) {


     .padding {
         padding: 1rem
     }
 }


  .row {
     margin-right:0;
 }

#session {
    padding: 80px 30px 100px 30px !important;
    background-color:#d7e1e8 !important;

}


.session-content {
    width: 50%;
     text-align: center !important;
    margin: 0 auto;
}


#session h1 {
  font-size: 1.5rem!important;
    margin-bottom: 50px;
    line-height: 1.6;
    text-align: center;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;   
}
.clearfix{

  clear: both;
}

.owl-carousel {
display: block;
padding-top: 80px;
text-align: center;

}

 .owl-carousel .item {
   display: inline-block;
      margin: 3px;
      

      }
 .owl-carousel .item img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   
}

 .owl-carousel .item img {
     
     width: 70%;
     height:auto;

  }



 .owl-carousel .item .item-desc {

  color:#cd5832;
  padding:0; 
  line-height: .08rem;
  text-align: center;
  margin:0;
 }
#gold{
  color:#d4af37;

 }
 #silver{
  color:#a0a0a0;
  
 }


 .owl-carousel .item {
     margin: 3px
 }

 .owl-carousel {
     margin-bottom: 15px
 }

 #archived{
  text-align: center;
  padding-top: 180px;
 }

 .archived{

  padding:60px 0 ;
 }

 .content{

  border:1px solid #e4e4e4 !important;
  margin:10px 5px;
    border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
 }

#speakers {
    background-color: #d7dbe9ab !important;
}

.hasStarted{
	width: 450px !important;
    color: #ffffff !Important;
    font-size: 14px;
    box-shadow: 0 8px 6px -6px rgba(50,51,51,.4);
    border-style: solid;
    border-color: #a94442;
    padding: 1.5rem 4rem;
    letter-spacing: .1rem;
    background: #862321;
}

div#abstract{
	
	padding-right:0;
}

.kosova  h3{
    font-family: 'Zen Antique Soft', serif;
    font-weight: 400;
    font-size: 2.5rem;
    color: #9a2624;
}

h1.sub-conf{
 padding:60px 0px;
}

section#agenda {
   background-color: #f3f3f3 !important;
}


table, th, td {
    border: 1px solid #000 !important;
    background-color: #fff !important;
}

.aligncenter{
width: 70.5467%; 
height: 829px;
}