#top-bt {
    display: -webkit-flex;
    display: flex;
}
#top-bt p {
    width: 8vw;
    margin: 13px;
    text-align: right;
}
#top-bt p span {
    color: white;
    font-size: 8px;
    margin: 0;
    line-height: 1.5;
}
h4{
  text-align:center;
  font-size:16px;
  font-family: "Poppins Bold", sans-serif;
}
#banner {
    height: 46vw;
    background-image: url(../img/background_smu.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.capture{display:none;}
.capture_smu{
    position: absolute;
    margin-top: 13vw;
    margin-left: 12vw;
    z-index: 2;
    max-width: 48%;
}
.capture_smu h2{
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-align: left;
    font-size: 27px;
    line-height: 40px;
    padding-bottom: 0.5vw;
}
.capture_smu p{
    margin: 0;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 17px;
    text-align: left;
    opacity: 0.8;
}
#buttons{
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: 18vw;
    width: 100%;
    justify-content: center;
}
#buttons button{
    font-family: "Poppins", sans-serif;
    background-color: rgba(255,255,255,0.2);
    color: white;
    font-size: 13px;
    padding: 0.5vw 13px;
    margin: 13px;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
}
#buttons button:hover{
    color: #2cc654;
    background-color: rgba(35,192,76,0.2);
    border: 1px solid rgba(35,192,76,0.2);
}
#smu_content{
    padding-top: 10px;
    padding-bottom: 40px;
    max-width: 1024px;
    margin: auto;
}
.smu-c p{
    margin: 0;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    color: rgb(0,0,0);
    line-height: 17px;
    text-align: justify;
    margin-bottom: 13px;
}
.wrap{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}
.wrapped{
    display: -webkit-flex;
    display: flex;
    width: 50%;
    height: auto;
    cursor: pointer;
    align-items: center;
}
.wrapped div{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column
}
.wrapped:hover{
    background-color: white;
}
.wrapped h1{
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 600;
    text-align: left;
    margin: 0;
    line-height: 1.6vw;
    margin-bottom: 0.2vw;
}
.wrapped h2 {
    font-size: 9px;
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 600;
    margin: 0;
    position: relative;
    bottom: -2.5vw;
    text-align: center;
}
.wrapped p{
    font-size: 9px;
    font-family: "Poppins";
    color: black;
    line-height: 13px;
    text-align: justify;
    margin: 0;
    padding-bottom: 0.5vw;
}
.wrapped span{
    font-size: 8px;
    line-height: 1.3;
}
.project_logo{
    width: 15vw;
}
.logo10, .logo11, .logo12, .logo13{
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-position-x: 50%;
    background-size: 40%;
    background-position-y: 30%;
    height: 100%;
}
.wrapped_text{
    width: 70%;
    padding: 17px;
}
.logos-{
    width: 30%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    height: 8vw;
    margin-left:1vw;
}

.logo10{background-image: url(../img/logos/30.png);}
.logo11{background-image: url(../img/logos/12.png);}
.logo12{background-image: url(../img/logos/22.png);}
.logo13{background-image: url(../img/logos/44.png);}

#content_2{
    width: 100%;
    margin: auto;
    height: 459px;
    /*
    background-image: url(/img/smu/darbiba.png);
    background-size: 100%;
    background-repeat: no-repeat;
    */
    background:#1a1a1a;
    position: relative;
}
.header_h2_{
    position: relative;
    top: 7vw;
    left: 25vw;
}
.header_h2_ h1{
    margin: 0;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    color: rgb(119, 180, 93);
    font-weight: 600;
}
#content_3{
    width: 35%;
    margin-left: 20%;
    margin-top: 27px;
}
#content_3 p{
    font-size: 9px;
    font-family: "Poppins", sans-serif;
    color: black;
    line-height: 18px;
    text-align: left;
    margin: 0;
    padding-bottom: 0.5vw;
}
#content_4{
    position: absolute;
    width: 21%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: -8vw;
    right: 20vw;
}
#content_4 img{
    width: 27px;
    padding: 13px;
    padding-top: 0;
}
#content_4 p{
    font-size: 8px;
    font-family: "Poppins", sans-serif;
    color: #04c34e;
    line-height: 13px;
    text-align: left;
    margin: 0;
    padding-bottom: 0.5vw;
    text-decoration: underline;
}
h6{
    margin: 27px;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    color: rgb(0,0,0);
    line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
}
#list{
    display: -webkit-flex;
    display: flex;
    width: 70%;
    margin: auto;
    justify-content: center;
    padding-bottom:3vw;
}
#list ul{
    margin-right: 27px;
    width:33%;
    box-sizing:border-box;
    background:#ececec;
    padding:20px;
    list-style-type:none;
}
#list li{
    font-family: "Poppins", sans-serif;
    color: black;
    line-height: 17px;
    text-align: left;
    margin: 0;
    padding-bottom: 0.5vw;
    cursor: unset;
    background:url(/img/logos/enu_diena/Asset_33.png) no-repeat;
    background-size:11px 11px;
    font-size:11px;
    padding-left:16px;
    background-position:0px 2px;
}

#list li img{
  display:none;
}
#list img{
    width: 11px;
    padding-right: 0.5vw;
}
.smu-c table{
    border: 1px solid rgba(0,0,0,0.3);
    padding: 13px;
    border-radius: 10px;
}
.smu-c table p{
    margin: 0;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    color: rgb(0,0,0);
    text-align: left;
}
.smu-c table h1{
    margin: 0;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    color: rgb(0,0,0);
    text-align: left;
}
.smu-c table th{
    padding: 0 0.5vw 13px 0.5vw;
}
.smu-c table th h1{
    margin: 0;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    color: rgba(0,0,0, 0.7);
    text-align: left;
}
.smu-c table td{
    padding: 0 0.5vw 0 0.5vw;
}



.wrap-reversed{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wrapped-reversed{
    width: 23%;
    height: auto;
    padding: 0.5vw;
}
.pdarb .wrapped-reversed{
    width: 18%;
}
.logos-r{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-reversed p{
    font-size: 9px;
    font-family: "Poppins";
    color: black;
    line-height: 13px;
    text-align: justify;
    margin: 0;
    padding: 0 13px 0 13px;
}
.pdarb.wrap-reversed p{
    text-align: center;
}
.vdarb.wrap-reversed p{
    text-align: center;
}
.log{
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-position-x: 50%;
    background-size: contain;
    background-position-y: 50%;
    height: 100%;
    width: 70px;
    height: 70px;
}
#dalibskolas-skolas .log{
    background-size: contain;
    box-shadow: none;
}
.wrapped_text-1{
    padding-top: 17px;
    padding-bottom: 17px;
}
.logo20{
    background-image: url(../img/logos/17.png);
}
.logo21{
    background-image: url(../img/logos/16.png);
}

.smu-c h3{
    margin: 0;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
    font-size: 15px;
}

.lideru_table{
  position: absolute;
  right: -460px;
  width: 400px;
  top:-21px;
  font-size:12px;
  color: white;
}
.lideru_table table{
  background:rgba(255,255,255,0.2);
  padding:5px;
  border-radius:5px;
  text-align:center;
  border:1px solid rgba(255,255,255,0.2);
}
.lideru_table table td{
  padding:12px 10px;
  width:50%;
  height:50%;
}
.lideru_table table td:first-child{
  border-right:1px solid white;
}

.lideru_table table tr:first-child td{
  border-bottom:1px solid white;
}
.green_header{
  text-align:center;
  font-weight:600;
  margin-bottom:0px;
  font-size:24px;
  margin-top:50px;
}

.green_underline{
  border-bottom:3px solid #2eb950;
  padding-bottom:0px;
  font-family: "Poppins Bold", sans-serif;
}

.flex-prog {
  display: -webkit-flex;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-right: -27px;
  clear: both;
}

.flex-act{
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 225px;
  width: 225px;
  padding: 10px;
  margin: 13px;
  box-sizing:border-box;
  margin-left: 0px;
  margin-right: 37px; 
  position:relative;   
  color:white;
  cursor:pointer;
  font-size:14px;
  text-align:left;
}
.flex-act img{
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  width:225px;
  height:225px;
  z-index:-1;
}
.activities .flex-act .act-text{
  margin-top:160px !important;
  height:70px;
}
.activities .flex-act{
  height:425px;
  display:block;
  margin-right:31px;
}
.flex-act .act-text{
  font-weight:600;
  margin-bottom:10px;
  margin-top:50px;
  height:40px;
}
.activities .act-text2{
  color:black;
}
.pieredze .flex-act{
  margin-right:31px;
  justify-content: end;
}
.pieredze .flex-act .act-text{
  margin:0px !important;
  margin-top:175px !important;
}
.spbutton{
  font-family: "Poppins", sans-serif;
  background-color: #16B01A !important;
  color: white;
  font-size: 13px !important;
  padding: 4px 27px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-transform: uppercase;
}
.button_wrap{
  text-align:center;
  margin-bottom: 60px;
  margin-top:40px;
}

.main_act .flex-act::after{
  content:"";
  position:absolute;
  width:15px;
  height:15px;
  background:white;
  left:-8px;
  top:40px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);  
}
.activities .flex-act{
  cursor:auto;
}
.pieredze .act-text2{
  display:none;
  transition: all 2s linear;
  background:#141414;
  position:absolute;
  left:0px;
  top:0px;
  width:466px;
  height:366px;
  padding:10px;
  align-items:start;
  z-index:1;
  flex-direction: column;
  padding-top: 100px;
  text-align:left;  
}
.pieredze .flex-act:hover .act-text2{
  display:flex;
}
.pieredze .flex-act:nth-child(4n+4) .act-text2{
  left:auto;
  right:0px;
}
.pieredze .flex-act:nth-last-child(-n+4)  .act-text2{
  top:auto;
  bottom:0px;
}

.timeline{
  width:100%;
  height:1px;
  border-bottom:1px solid #474646;
  position:absolute;
  top:50%;
}
.smu_timetable{
  /*display:none;*/
  width:80%;
  margin:0 auto;
  position:relative;
  height:100%;
}
.tl_dot{
  display:block;
/*
  float:left;
  margin-right:100px;
*/
  position:absolute;
  height:14px;
  width:14px;
  border-radius:50px;
  background:black;
  border:3px solid #24bc4b;
  margin-top:-8px;
  opacity:0.7;
}
.tm_event{
  position:absolute;
  color:#929292;
  width:180px;
  font-size:13px;
}
.tm_event:hover{
  color:white;
}
.tm_per{
  font-weight:600;
  font-size:16px;
  margin:10px 0px;
}

.tl-prev{
  left:-100px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);   
}
.tl-next{
  right:-100px;  
}
.tl-prev, .tl-next{
  position: absolute;
  top: 50%;
  width:50px;
  height:50px;
  border: none;
  margin-top:-25px;
  background-image: url(/img/green_arrow.png);
  background-position:50% 50%;
  background-repeat:no-repeat;
  cursor:pointer;
}

@media screen and (max-width: 900px){
  p {
    font-size:20px !important;
    line-height:1.5 !important;
  }
  .capture-top{
    width:90% !important;
    max-width:90% !important;
    top:130px;
  }
  .capture-top h2{
    padding-bottom: 0px !important;
  }
  #smu_content{
    width:100%;
    font-size:20px;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .wrapped{
    width:auto !important;
    display:block !important;
  }
  .wrapped div{
    margin:0 auto;
    display:block;
  }
  .logos- {
    box-shadow:none;
    height:135px;
  }
  .wrapped p{
    font-size:20px;
    line-height:1.5;
  }
  .wrapped h2{
    font-size:20px;
    bottom:0px;
    position:absolute;
    width:100%;
    text-align:center;
  }
  #content_3{
    width:90%;
    margin:0 auto !important;
  }
  #list{
    display:block;
    width:100% !important;
  }
  #list li{
    font-size:20px !important;
    line-height:1.5 !important;
    white-space:unset;
  }
  #list ul{
    width:100%;
  }
  .flex-prog {
    justify-content:center;
  }
  .capture_smu p{
    display:none;
  }
  #main-button-on-top {
    margin-top:13px
  }
  .lideru_table{
    display:none;
  }
}