/* 
 * 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";
}

.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 20px;
  text-transform: uppercase;
  text-align: center;
}

/* 
 * 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-radius: 1.5em;
  background-color: #A92824;
  border: 2px solid #fff;
  position: absolute;
  top: 82% !important;
  left: 50%;
  transform: translate(-50%);
  padding: 0.7em 2.5em; /* Mirlinda */
/* animation:moveInBottom;    Mirlinda */
  animation-duration: 1s; /* Mirlinda */
  animation-timing-function: ease-out; /* Mirlinda */
  animation-delay: 0.5s; /* Mirlinda */

}

.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: #A92824; /* Mirlinda */
  background-color: #fff; /* Mirlinda */
  border: 3px solid #a92824;
  font-weight: 700;
}

.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/UBT0544.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) {
  .section {
    padding: 90px 0;
  }

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

img.footer-logo {
width: 315px;
    height: 99px;
}

}
/* 
 * 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: 50%;
 height:auto;
}
.navbar-custom .navbar-nav li {
  margin: 0;
}
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav > li > .dropdown > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  padding: 30px 15px;
}
.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: 15px;
}
.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 {
  width: 130%;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}
.site-branding .logo {
  display: inline-block; /* Mirlinda */
  width: 100%; /* Mirlinda */
  height: 100%; /* Mirlinda */

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

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

/* 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: 90vh; /* Mirlinda */
  position: relative;
  text-align: center;
  background:url(../images/UBT0544.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(7, 15, 23, 0.78)!important;
}

.site-header .intro {
  color: #fff;
  position: absolute; /* Mirlinda */
  top: 25%; /* 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 {
  background-color: #333a56;
  padding-top: 15px;
}


@media (min-width: 768px) {

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

  .site-branding {
    margin-top: 0; /*Mirlinda*/
    margin-left: 0;
  }
  .navbar-header {
   
   width: 35%;
   height: 110px;

  }
      .breadcrumbs {
    padding-top: 65px;
}
}
/* 
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */

#about {
  padding: 0;
}

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


.about-content {
  padding: 80px;
}

.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 */
  /* margin-left: 88px; */
}

.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;
}

.description {
  font-weight: 700 !important;
  font-size: 18px !important;
  /* text-decoration: underline; */
}

/*
* Section: Timer
*/

#timer {
  text-align: center;
  position: absolute; /* Mirlinda */
  top: 54%; /* Mirlinda */
  left: 50%; /* Mirlinda */
  transform: translate(-50%); /* Mirlinda */
}

#timer li {
  display: inline-block;
  font-size: 1em;
  list-style-type: none;
  padding: 1em 2.5em;
  text-transform: uppercase;
  background-color: rgba(51 , 58, 86, 0.8);
  border: 2px solid rgba(82 , 101, 143, 1); /* Mirlinda */
  color: #fff;
  margin-right: 10px;
}
#timer{
  color: white;
  font-size: 20px;
}

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

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

/* 
 * 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;
}

.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: #f8f8f8;
}
.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
 */

.accommodation-description {
  padding: 0 35px;
}
.accommodation .row:last-of-type 
{
  margin-top: 50px;
}

.accommodation-description h4 {
  text-transform: capitalize;
  font-size: 32px;
  color: #333a56;
  margin-bottom: 35px;
  text-align: center;
}

.accommodation-description p {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}
.accommodation img {
  border-radius: 5px;
  cursor: default;
  transition: 0.3s;
}
.accommodation-description .read-more,.prcity .read-more {
  height: 30px; /* Mirlinda */
  color: #fff !important; /* Mirlinda */
  background-color: #333a56; /* Mirlinda */
  font-size: 12px; /* Mirlinda */
  padding: 10px; /* Mirlinda */
  margin-bottom: 10px; /* Mirlinda */
  text-transform: capitalize; /* Mirlinda */
  border-radius: 3px;
}


/* 
 * 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: 100% !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;
  }

  .accommodation-description h4 {
    margin: 30px 0;
  }

  .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:58%;
}
   

}

@media (max-width: 768px){
  .site-footer .footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
   }
   .footer-logo {
    width: 40% !important;
    height: 14% !important;
     margin-bottom: 23px;
   }
   .site-branding {
     width: 70%;
   }
   .breadcrumbs {
    padding-top: 60px;
}
}

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

  #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%);

}

 
.btn-call {
left: 200px;
}

@media (max-width: 320px) {
.buttons {
     top: 80% !important;
    }
header#nav {
    height: 50px!important;
    }
}
@media (min-width: 320px) {
  #about .section-title {
    font-size: 35px!important;
    font-weight: 700;
  }

 
img.img-responsive.prishtina {
    width: 100% !important;
    height: 45% !important;
}
 header#nav {
    position: relative !important;
    height: 96px!important;
    }

}


@media (min-width: 375px) {

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

}


  #about .section-title {

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

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

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

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

}
	
@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;
  }
  #timer li {
    font-size:.6rem !important;
    padding: 1px;
    width: 70px;
    height: 60px;
    margin: 10px auto !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;
  }

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

  .site-footer .footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
   }
   .footer-logo {
    width: 40% !important;
    height: 14% !important;
     margin-bottom: 23px;
  
   }
   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: 1010px !important;
  }
}

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

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

span.heading-primary {
    font-family: Lato;
    font-size: 2rem !important;
    line-height: 1.5;
    font-weight: 400;
    text-shadow: 2px 2px #858588;
    margin-bottom: 15px;
}


.important-dates {
  height: 1340px !important;
}


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

} 

@media (min-width: 1440px) {

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

span.heading-primary {
    font-family: Lato;
    font-size: 2.5rem !important;
    line-height: 1.5;
    font-weight: 400;
    text-shadow: 2px 2px #858588;
    margin-bottom: 15px;
}



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

}

}

/* 
 * 7.0 Site-footer
 */
.site-footer {
  background-color: rgb(51, 58, 86);
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.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;
  /* margin-top: 100px; */
}

.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: #f3f3f3;
}

#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;

}
.footer-info h5{
  font-weight: 100;
}
.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;

}

.thumbnail a>img, .thumbnail>img {
    width: 100% !important;
    height: 30% !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;
}

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;
}

.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;
}
.conference- {
  background-color:#a0a6ae !important;

}

a.conference {
  font-family: "Lato", sans-serif;
  opacity:1 !important;
  color:#fff;

}
a.conference:hover {
  opacity:0.6 !important;
}
/* CSCE */
a.conference.conference-cse {
background-color: #3f3d3e!important;

}


a.conference.conference-cse:hover {
background-color: #3f3d3e!important;
}

/* Fashion */

a.conference.conference-f {
background-color: #bfca6a;

}

a.conference.conference-f:hover {
background-color: #bfca6a!important;

}


/* Dendistry */

a.conference.conference-de {
background-color: #ab1b35!important;

}

a.conference.conference-de:hover {
background-color: #ab1b35!important;

}


/* Music */

a.conference.conference-m {
background-color:#825059!important;

}

a.conference.conference-m:hover {
background-color: #825059!important;

}


/* Art and Digital Media */
a.conference.conference-adm {
background-color: #5f8250!important;

}

a.conference.conference-adm:hover {
background-color: #5f8250!important;

}


/* Natural sciences */

a.conference-pns {
background-color: #e63a3a!important;

}

a.conference-pns:hover {
background-color: #e63a3a!important;

}


/* Applied Medicine */

a.conference.conference-am {
background-color: #a54646!important;

}

a.conference.conference-am:hover {
background-color: #a54646!important;

}


/* Nursing */

a.conference.conference-n {
background-color: #6d859a!important;

}

a.conference.conference-n:hover {
background-color: #6d859a!important;

}



/* MBE */
a.conference.conference-mbe {
background-color: #b76303 !important;

}


a.conference.conference-mbe:hover {
background-color: #b76303 !important;


}

/* MSER */
a.conference.conference-mser {
background-color: #767370 !important;

}


a.conference.conference-mser:hover {
background-color: #767370 !important;


}

/* EEE */
a.conference.conference-eee {
background-color: #98ddb9 !important;

}


a.conference.conference-eee:hover {
background-color: #98ddb9 !important;


}
/* ISS */
a.conference.conference-iss {
background-color: #21b266 !important;

}


a.conference.conference-iss:hover {
background-color: #21b266 !important;


}

/* ASP */
a.conference.conference-asp {
background-color: #b9c51b !important;

}


a.conference.conference-asp:hover {
background-color: #b9c51b !important;


}

/* CEIE */
a.conference.conference-ceie {
background-color: #9d9d5d !important;

}


a.conference.conference-ceie:hover {
background-color: #9d9d5d !important;


}

/* LAW */
a.conference.conference-law {
background-color: #a35756 !important;

}


a.conference.conference-law:hover {
background-color: #a35756 !important;


}
/* JMC */
a.conference.conference-jmc {
background-color: #aa70af !important;

}


a.conference.conference-jmc:hover {
background-color: #aa70af !important;

}
/* PS */
a.conference.conference-ps {
background-color: #f17476 !important;

}


a.conference.conference-ps:hover {
background-color: #f17476 !important;


}
/* FST */
a.conference.conference-fst {
background-color: #b27814 !important;

}


a.conference.conference-fst:hover {
background-color: #b27814 !important;


}
/* MDPS */
a.conference.conference-mdps {
background-color: #d71818 !important;

}


a.conference.conference-mdps:hover {
background-color: #d71818 !important;


}

/* ID */
a.conference.conference-id {
background-color: #c74d63 !important;

}


a.conference.conference-id:hover {
background-color: #c74d63 !important;


}
/* P */
a.conference.conference-p {
background-color: #379ab1 !important;

}


a.conference.conference-p:hover {
background-color: #379ab1 !important;


}
/* ED */
a.conference.conference-ed {
background-color: #0f1e25 !important;



}


a.conference.conference-ed:hover {
background-color: #0f1e25 !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: 0px;
    margin-top: 96px!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;
}


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

}

