* {
padding: 0;
margin: 0;
}
*, *:before, *:after {
box-sizing: border-box;
}
.clear {
clear: both;
height: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
color:   #80D3F5;

}
body {
line-height: 150%;
font-size: 14px;
width: 100%;
height: 100%;

font-family: 'Mukta', sans-serif;
background: #fff;
color: #222b3c;
font-weight:400;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}


h1, h2, h3, h4 {

font-family: 'Spartan', sans-serif;
text-transform: uppercase;
line-height: 120%
}
h1 {
  font-size: 50px;
font-weight: 900;
  }
  h2 {
    font-size: 35px;
font-weight: 900;
  }
.mainbody {
  padding: 80px;
}
.top {
  background: url('../imgs/bckimg.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: relative;
}
.top.reduced {
  height: 350px
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 250;
  background: rgba(35,44,60,0.93);
}
.svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 550;
  opacity: 0.3;
  overflow: hidden;
}
.svg svg {
height: 100%
}

.abstop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
}

.logo {
  position: absolute;
  top: 80px;
  left: 100px;
  z-index: 1100
}
.menu {
  float: right;
  padding: 10px 25px 10px 0
}
.menu ul li {
  display: inline-block;
  padding: 20px 20px;
}
.menu ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 18px

}
.menu .has-submenu {
  position: relative;
}
.menu .has-submenu ul {

  position: absolute;
  top: 55px;
  left: 20px;
  background: #fff;
  padding: 10px 20px;
  border-left: 8px solid #80D3F5;
  opacity: 0;
  z-index: 1200;
  min-width: 180px;
  transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
.menu .has-submenu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 2px;
}
.menu .has-submenu ul li {
  display: block;
  padding: 8px 0;
    line-height: 100%
}
.menu .has-submenu ul li a {
  color: #222b3c;
  font-size: 14px;

}
.menu .has-submenu ul.over {

  opacity: 1;

}
.caption {
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  left: 100px;
  color: #fff;
  font-size: 55px;
  line-height: 110%;
  border-left: 10px solid #80d3f5;
  padding-left: 35px;
  font-weight: 300;
  max-width: 400px;
  text-transform: capitalize;

}
.top.reduced .caption {
  left: 350px;
top: 50%
}
.top.reduced .logo {
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.lightblue {color: #80d3f5;}
.spartan {
  font-family: 'Spartan', sans-serif;
  text-transform: uppercase;
  line-height: 110%
}
.caption .smaller {
  font-size: 20px;
  letter-spacing: 7px;
  display: block;
  padding-bottom: 20px;line-height: 120%
}
.gall {
  float: right;
position: relative;
  width: 55%;
  height: calc(100% - 82px);

}


.thumbs {
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  line-height: 90%;
  max-width: 300px;
  left: -300px;
  z-index: 1200
}
.thumbs .float {
  padding: 0 30px 0 0;
  text-align: right;
}
.mainslider {
  width: 100%;
  height: 100%;
}


.about > div {
  width: 50%;
  padding: 50px
}
.desc h5 {
  font-size: 20px;
    padding-bottom: 15px;
    font-style: normal;

}
.prtitle {
  color: #80d3f5;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 110%;
  padding-bottom: 10px;
}
.prsubtitle {
  font-size: 30px;
    padding-bottom: 20px;
}
 .desc {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  padding-bottom: 50px
}
.about .aright {
  text-align: right;
}
.aright img {
  max-width: 100%;
  height: auto;
}
.asingle {
  padding:30px 50px;
  width:33%;
}
 .atitle {
  font-size: 40px;

  padding: 20px 0px 20px 25px;
line-height: 100%;
  border-left: 8px solid #80d3f5;
}
 .adesc {
  padding: 30px;
}
.readmore a {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;

}
.readmore {
float: right;
}
.readmore .arrow, .readmore span {
  display: inline-block;
  vertical-align: middle;
}
.readmore .arrow:before {
  content: "\21E2";
  background: #222b3c;
  color: #fff;
  margin-left: 5px;
padding: 10px;
font-size: 15px;
border-radius: 100px;
}
.event .readmore {
  margin-top: 20px
}
.centimg {
  width: 100%;
  height: 550px;
  position: relative;
  margin: 50px 0;
}
.centimg img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;

}
.idesc {
  position: absolute;
  bottom:10%;
  padding-right: 5%;
  left: 5%;
  text-transform: uppercase;
  font-size: 13px;
  max-width: 450px;
  z-index: 1000;
  color: #fff
}

.sectionfl {
  display: flex;
  justify-content:  space-between;
  align-items: flex-start;
    flex-wrap: wrap;
}
.abblog {
  padding-top: 50px;
}
.pleft {
  width: 40%;

}
.pright {
  width: 55%;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
  align-content: stretch;
}
.flex .psingle {

}

.psingle, .featured {
  padding: 20px;
  position: relative;
}
.flex .psingle {
  max-width: 250px;
}
.psingle .whole, .featured  .whole {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.featured img, .featured .iblock {
  display: inline-block;
  vertical-align: middle;
}
.ptitle {
  font-size: 22px;
  letter-spacing: 3px;
}
.featured .iblock {
  padding-left: 30px;
}
.place {
  font-weight: 200;
  text-transform: uppercase;
  padding-top: 5px;
  font-size: 18px
}
.subs {
font-size: 14px;
  padding-top: 15px;
}
.psingle .ptitle {
  padding-top: 10px;
  font-size: 17px;
}
.pimg img {
    object-fit: scale-down;
    -o-object-fit: scale-down;
    max-width: 100%;
    max-height: 100%;
}
.pimg  {
  height: 120px;

}
.partners .adesc {
  max-width: 500px;
  font-size: 16px;
  line-height: 160%
}

.meetings {
  background: #f4f8fb;
  padding: 50px;
  margin-top: 50px
}
.mleft {
  width: 40%;
}
.mright {
  width: 60%;
}
.meetings .flex {
  justify-content: normal
}
.meetings .mtitle, .news .mtitle {
  font-size: 25px;
}
.meetings .featured .iblock {
  display: block;
}
.meetings .featured .adesc {
  padding: 30px 0
}
.meetings .flex .asingle {
  width: 33%
}
.meetings .flex .asingle .pimg {
  height: 220px;
}
.meetings .flex .asingle .pimg img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}
.meetings .asingle .iblock {
  padding: 20px 0 0 0
}
.meetings .asingle .iblock .adesc {
  padding: 0 0 30px 0
}
.meetings .asingle .iblock .date {


  float: left;
}
.meetings .asingle .iblock .place {
  float: right;
  text-transform: none
}
.meetings .asingle .iblock .dateplace {
    padding: 10px 0;
    color:#80d3f5;
}
.meetings .asingle .iblock .dateplace:after {
  clear: both;
  display: block;
  content: ""
}
.meetings .asingle .mtitle a {
  color: #222b3c;
  line-height: 110%
}
.location .date {
  text-transform: none;
}
.location.addpadd {
  padding: 10px 0
}
.introimg.full {
  width: 100%;
  height: 450px;
}
.textimg.split {
  width: 49.5%;
  position: relative;
  height: 300px;
  padding-bottom: 1%
}
.textimg.split img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;

}
.textimg.split a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.news  {
  margin-top: 80px;
  position: relative;
}
.news .nleft .img {
  min-height: 550px
}
.news .nleft img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%
}

.nleft, .nright {
  width: 50%;
  position: relative;
}
.nright .flex {
  margin-top: 0
}
.news .nright {
  padding: 0 10px 0 25px
}
.news .nleft {
  padding: 0 35px 0 0px
}
.news .asingle {
  width: 100%;
padding: 0

}
.news .asingle.first {
  padding-bottom: 20px
}
.news .asingle.half.row {
  padding-right: 20px
}
.news .asingle_inner {
  background: #f4f8fb;
  padding: 30px 30px 50px 30px
}
.news .asingle_inner .readmore {
  margin-top: 10px
}
.news .asingle.first {
  width: 100%;
}
.news .asingle.half {
  width: 50%;
}
.news .asingle .mcat {
  color: #80d3f5;
  font-weight: 300;
  text-transform: uppercase;
}
.date {
  font-size: 12px;
  font-style: italic;
}
.news .asingle .adesc {
  padding: 10px 0 20px 0
}
.news .swiper-button-prev:before {
  margin-right: 0
}
.news .swiper-button-next {
  bottom: 80px
}
.news .swiper-button-next, .news .swiper-button-prev {
  right: -80px
}
.news .half {
  display: table-cell;
}

.item {
  padding: 20px 0
}

.item .readmore {
  margin-bottom: 30px
}
.footer {
  padding: 5% 5% 20px 5%;
  background: #222b3c;
  color: #fff;
}
.footer_inner {
  max-width: 1400px;
  margin: 0 auto;
}
.footer .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .data .fcont {

}
.footer .copy {
  text-align: center;
  padding-top: 15px;
}
.footer .sizef {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-bottom: 15px
}
.footer .label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400
}

.cont {
  width: 1000px;
  margin: 0px auto;
  padding: 60px 0;
  min-height: 500px;
  font-size: 17px;
  font-weight: 300;
}
.meat h4 {
  font-size: 27px;
}
.meat h4.redu {
  max-width: 60%
}
.meat .fullitem {
  padding: 10px 0 50px 0
}
.aboutf .aright {

  padding: 50px 0
}
.footer .up a {
padding-top: 10px;
display: block;
  color: #fff
}
.footer .up a:before {
    content: "\21E1";
    font-size: 25px
}
.item.single {
  position: relative;
  font-size: 17px;
  font-weight: 300;
  line-height: 150%

}
.item.single .introimg.flag, .hist .introimg.flag {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 1000;
  height: 90px;
  text-align: right;
}
.item.single .introimg.flag img,  .hist .introimg.flag img {
  max-height: 100%;
  width: auto;
}
.item.single .maint.red, .hist .maint.redu {
  max-width: 80%
}
.item .location, .hist .location{
  font-weight: 200;
  text-transform: uppercase;
  color: #80D3F5;
  font-size: 20px
}
.hist h4 {
  font-size: 24px;
}
.hist_inner {
  position: relative;

}
.sdesc {
  max-width: 80%;
  padding: 30px 0
}
.bdesc {
  padding-top: 50px
}
.textimgs {
  padding: 0px 0 25px 0;
}
.textimg img {
  max-width: 100%;
  height: auto;
}
.half_wr .half {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}
.fullitem h3 {
  font-size: 22px;

  margin: 30px 0 10px 0
}
.introitem {
  padding: 15px 0 35px 0;

}
.fullitem ul li {
  display: block;
  padding: 5px 5px 5px 30px;
  position: relative;
}
.fullitem ul li:before {
content: "\290D";
color: #80d3f5;
font-size: 20px;
top: 5px;
left: 0;
position: absolute;
}
.fullt.hasimg {
  width: calc(100% - 400px);
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}
.introimg {
  display: inline-block;
  height: 230px;
width: 390px

}
.introimg img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}
.foto_wr {
  width: 49%;
  display: inline-block;
  vertical-align: top;

}

.fotosing_wr {
  width: 25%;
padding: 1px;
display: block;
float: left;
}
.fotos:after {
  clear: both;
  content: "";
  display: block;
}
.imgf {
  position: relative;
width: 100%;


}
.fotosing_wr  .imgf {
    height: 230px
}
.hist .imgf   {
  height: 330px
}
.imgf img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}
.imgf a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1200;
  display: block;
  top: 0;
  left: 0
}
.foto_wr .title, .foto_f  .title, .etitle {
  font-size: 18px;
  border-left: 6px solid #80d3f5;
  padding: 5px 0px 5px 15px;
  margin: 10px 0
}
.etitle {
  font-weight: 400;
}
.foto {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fotocats {
  width: 100%;

  padding: 25px;
  background: #F4F8FB;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fotos {
  width: 100%;



}
.fcatscont {
  width: calc(100% - 250px);
white-space: nowrap;
}
.foto_f {
  white-space: normal;
}
.foto_f .imgf {

width: 100%;
  height: 120px
}
.fotocats h2 {
  padding-bottom: 25px;
  max-width: 230px
}
.foto_f {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
    width: 230px;
}
.foto_f  .title a, .foto_wr  .title a {
  color: #222b3c
}
.event {
  width: 45%;
  padding: 50px;
  background: #F4F8FB;
  margin-bottom: 30px
}
.edate {
  font-size: 18px;
  letter-spacing: 3px;
}
.eloc {
  font-style: 18px;
  font-weight: 300;
  font-style: italic;
  margin-left: 25px;
}

.fullitem img {
  max-width: 100%;
  height: auto;
}
.wrimg {
  margin: 30px 0
}
.wrimg .imgdesc {
  font-size: 13px;
  text-transform: uppercase;padding: 10px;
  text-align: center;
  font-weight: 500;
  background: #F4F8FB;
  margin-top: -5px
}
.icons {
  text-align: right;
}

.introtxt {
  padding: 20px 0;
  font-weight: 500;
  font-style: italic;
  font-size: 18px
}
.item.single .date {
  font-size: 18px
}
.meat h4 a {
  color: #222b3c
}
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1100;
  background: rgba(128, 211, 245, 0.7);
  padding: 15px 20px;
  border-radius: 150px;

}
.fotocats .icon {

  padding: 10px 10px 5px 10px;

}
.fotocats .icon img {
  max-width: 20px
}
.fotocats .title {
  position: relative;
width: 75%;
padding: 5px 0px 5px 15px;
font-size: 16px
}
.fotocats .title a {

  display: block;
}
