html {
  font-size: 62.5%;
}
body{
    font-family: 'Alef', sans-serif;
    font-size: 1.6rem;
}


.top-area-all {
	padding: 50px 0 0;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}
.top-nav-area {
	display: flex;
	direction: ltr;
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-nav-area span {
	display: flex;
	justify-content: space-between;
}

.top-nav-area h1 a,
.top-nav-area h2 a{
  background: url('../images/icons.svg') no-repeat 0 -59px;
	width: 118px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 7px;
}
.page-graduates-2018 .top-nav-area h2 a,
.search-results .top-nav-area h2 a,
.search-no-results .top-nav-area h2 a,
.single-graduates2018 .top-nav-area h2 a{
  background: url('../images/icons.svg') no-repeat -145px -210px;
	width: 119px;
	height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.page-shimush .top-nav-area h2 a{
  background-position: 0 -96px;
}
.top-nav-area h1 a.shimushi-link, .top-nav-area h2 a.shimushi-link{
  background: url('../images/icons.svg') no-repeat -175px -59px;
	width: 31px;
  height: 35px;
  margin-top: 3px;
}

.single .top-nav-area h2 a.shimushi-link,
.page-department-events .top-nav-area h2 a.shimushi-link,
.home .top-nav-area h1 a.shimushi-link{
  background-position: -136px -59px;
}

.page-graduates-2018 .top-nav-area h2 a.shimushi-link,
.search-results .top-nav-area h2 a.shimushi-link,
.search-no-results .top-nav-area h2 a.shimushi-link,
.single-graduates2018 .top-nav-area h2 a.shimushi-link
{
  background-position: -214px -59px;
}

.top-nav-area h1,
.top-nav-area h2 {
	width: 160px;
}
.top-nav-area h1 a,
.top-nav-area h2 a {
	display: block;
}

.top-nav-area a{
  display: block;
}



.lang-active {
	text-transform: uppercase;
	line-height: 1;
}
.lang-en .lang-active {
  margin-top: -4px;
}
.page-home.lang-en .lang-active a,
.lang-en .lang-active a {
  font-size: 2.7rem;
}

.page-home .lang-active a,
.single .lang-active a,
.page-department-events .lang-active a {
  color: #fff;
  text-decoration: none;
	font-size: 2.3rem;
	font-weight: 700;
}
.page-graduates-2018 .lang-active a,
.search-results .lang-active a,
.search-no-results .lang-active a,
.single-graduates2018 .lang-active a {
	text-decoration: none;
	color: #05a8d0;
	font-size: 2.2rem;
	font-weight: 700;
}
.page-shimush  .lang-active a {
  color: #000;
  text-decoration: none;
	font-size: 2.2rem;
	font-weight: 700;
}

.lang-not-active{
  display: none;
}
.lang-active a {
	padding-top: 1px;
}
.page.lang-en .lang-active a {
	font-size: 3rem;
	margin-top: -2px;
	font-weight: 400;
}




.search-btn {
	background: url('../images/icons.svg') no-repeat -163px -152px;
	width: 22px;
	height: 22px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.page-graduates-2018 .search-btn,
.search-results .search-btn,
.search-no-results .search-btn,
.single-graduates2018 .search-btn{
  background: url('../images/icons.svg') no-repeat -163px -178px;
	width: 22px;
	height: 22px;
}
.page-shimush .search-btn{
  background-position: -163px -126px;
}

.top-interact-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 110px;
	direction: rtl;
	padding-top: 15px;
	position: relative;
}
















    /***********    homepage    **************/




.page-home .hp-top-color-filler{
  background-image: linear-gradient( to right, rgba(21, 168, 128, 1), rgba(4, 168, 212, 1) );
      height: 125px;
}


    header.header {
      position: relative;
      /* background-image: linear-gradient( to right, rgba(21, 168, 128, 1), rgba(4, 168, 212, 1) ); */
      height: 80vh;
      width: 100%;
      z-index: 99;
      
      
      background-image: linear-gradient( to right, #15a881, #04a8d4, #15a881, #04a8d4);
      background-size: 400% 400%;

      /* clip-path: url(#ie-clip-top); */
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 70%);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 70%);
      
      -webkit-animation: Gradient 8s ease infinite;
      -moz-animation: Gradient 8s ease infinite;
      animation: Gradient 8s ease infinite;
  
    }

    @supports (-ms-ime-align: auto) { /* target edge */
      .home .hp-slider {
        margin-top: 0px;
    }
    }




    
    @-webkit-keyframes Gradient {
      0% {
        background-position: 0% 50%
      }
      50% {
        background-position: 100% 50%
      }
      100% {
        background-position: 0% 50%
      }
    }
    
    @-moz-keyframes Gradient {
      0% {
        background-position: 0% 50%
      }
      50% {
        background-position: 100% 50%
      }
      100% {
        background-position: 0% 50%
      }
    }
    
    @keyframes Gradient {
      0% {
        background-position: 0% 50%
      }
      50% {
        background-position: 100% 50%
      }
      100% {
        background-position: 0% 50%
      }
    }







  .header__text-box {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 490px;
    color: #fff;
  }
  
  
  .heading-primary {
    font-size: 11.8rem;
    letter-spacing: 0;
    text-align: left;
    line-height: 0.9;
    font-weight: 700;
  }


  .heading-primary span {
    display: block;
    animation-name: moveInRight;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-duration: .5s;
  }
  .heading-primary span.heading-one {
    animation-delay: 0s;
  }
  .heading-primary span.heading-two {
    animation-delay: .5s;
  }
  .heading-primary span.heading-three {
    animation-delay: 1s;
  }




  .hp-change {
    color: #2cb0cf;
    padding-top: 50px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .hp-change button {}
  .hp-change button a {
    display: block;
  }
  .hp-change h2 {
    font-size: 5.1rem;
    line-height: 0.8;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .lang-en .hp-change h2 {
    line-height: 1.2;
  }
  .hp-change h3 {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .hp-change p {
    text-align: justify;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  
  .hp-change a.hp-read-more {
    background: url('../images/icons.svg') no-repeat 0 -205px;
    width: 134px;
    height: 30px;
    display: block;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin: 30px auto;
  }
  .hp-change a.hp-read-more:hover {
    background-position: 0 -243px;
  }




  .hp-contact {
    font-size: 2.8rem;
    text-align: center;
    padding: 30px;
  }
.hp-contact a{
  text-decoration: none;
  font-weight: 700;
}





/* ------------------------------------------ */
    /*= @humburger ------------*/
/* ------------------------------------------ */
    /***********    hamburger    **************/


.humburger {
	width: 20px;
}
.humburger input#burger {
	opacity: 0;
}

.humburger input + label {
	position: absolute;
	top: 17px;
	right: 0;
	height: 20px;
	width: 20px;
	z-index: 5;
}
.single .humburger input + label span,
.page-department-events .humburger input + label span,
.page-home .humburger input + label span {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  transition: .5s;
}
.page-shimush .humburger input + label span {
  background: #000;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  transition: .5s;
}

.single-graduates2018 .humburger input + label span,
.search-results .humburger input + label span,
.search-no-results .humburger input + label span,
.page-graduates-2018 .humburger input + label span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #05a8d0;
  transition: .5s;
}
.humburger input.nav-opened + label span {
	background: #fff;
}
.humburger input + label span:first-child {
  top: 3px;
}
.humburger input + label span:last-child {
  top: 17px;
}
.humburger label:hover {
  cursor: pointer;
}
.humburger input:checked + label span {
  opacity: 0;
  top: 50%;
}
.humburger input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
}
.humburger input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
}
.humburger input ~ nav {
  background-image: linear-gradient( to right, rgba(21, 168, 128, 1), rgba(4, 168, 212, 1) );
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 3;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}
.humburger input ~ nav.open-nav {
  animation: overly 2s alternate forwards;
}

.humburger input ~ nav > ul {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 20%;
  right: 20%;
}
.humburger input ~ nav > ul > li {
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
  font-size: 8rem;
}
.lang-en .humburger input ~ nav > ul > li {
  font-size: 7rem;
}
.humburger input ~ nav > ul > li > a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 0;
}

.humburger input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
.humburger input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: .5s;
}



@keyframes overly {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 50%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 50%);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 50%);
  }
  60% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 70%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 70%);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 70%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}














    /***********    hp swiper slider    **************/

    .hp-slider {
      margin-top: -250px;
      z-index: 9;
    }

.swiper-slide{
  background: #e9e9e9;
}
.page-graduates-2018 .swiper-slide{
  background: #fff;
}
.swiper-slide h2 a {
	text-decoration: none;
}
.slider-desc {
	position: absolute;
	top: 40%;
	right: 20%;
	font-size: 7.4rem;
	color: #00a7d1;
	font-weight: 700;
	line-height: 1;
}
.lang-en .slider-desc {
  right: 0;
  left: 20%;
}


.slider-desc-all {
	top: 40%;
	max-width: 860px;
	width: 100%;
	position: absolute;
	z-index: 2;
	overflow: hidden;
	margin: 0 auto;
	left: 0;
	right: 0;
	height: auto;
}
.slider-desc-top {
	font-size: 7.4rem;
	color: #00a7d1;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.slider-desc-top a {
  color: #fff;
  text-decoration: none;
}





.hp-slide-img{
  width: 100%;
  height: 760px;
}




.swiper-navigations {
	/* max-width: 1170px; */
	/* width: 100%; */
	/* height: 600px; */
	/* position: absolute; */
	/* float: left; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
	/* z-index: 9; */
	position: absolute;
	top: calc(50% - 25px);
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1380px;
	padding: 0 15px;
	width: 100%;
	box-sizing: border-box;
	z-index: 99;
}
.swiper-button-next{}
.swiper-button-prev{}

.swiper-pagination .swiper-pagination-bullet {
  height: 15.5px;
	width: 15.5px;
	border: 1px solid #fff;
	background: transparent;
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}



.page .swiper-button-next, 
.page .swiper-container-rtl .swiper-button-next,
.page .swiper-button-prev, 
.page .swiper-container-rtl .swiper-button-prev {
	width: 50px;
  height: 50px;
  background-image: none;
	background: rgba(255, 255, 255, 0);
	border-radius: 100%;
  border: 3px solid #fff;
  transition: all .2s ease-in-out;
}

.page .swiper-button-next{
  right: 10%;
}
.page .swiper-button-prev{
  left: 10%;
}
.page .swiper-container-rtl .swiper-button-next{
  left: 10%;
}
.page .swiper-container-rtl .swiper-button-prev {
  right: 10%;
}
.page .swiper-button-next:hover, 
.page .swiper-container-rtl .swiper-button-next:hover,
.page .swiper-button-prev:hover,
.page .swiper-container-rtl .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.2);
}




.page-graduates-2018 .hp-slide-img{
  width: 100%;
  height: 660px;
}




    /***********    hp-slider-second    **************/
    .hp-slider-second {
      margin-top: -60px;
      position: relative;
      clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
      -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
-ms-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
    }
.hp-slider-second .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 15%;
}

.hp-slider-second  .hp-slide-img{
  height: 800px;
}

.hp-slider-second .slider-desc {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	padding: 20px 45px 40px;
	right: initial;
	left: 50%;
	transform: translateX(-50%);
	max-width: 570px;
}
.hp-slider-second .slider-desc a{
  color: #00a7d1;
  text-decoration: none;
}
.hp-slider-second p.slide-title{
  font-size: 7.4rem;
font-weight: 700;
}
.hp-slider-second p.slide-desc{
  font-size: 2.3rem;
  font-weight: 400;
}
.hp-slider-second p.slide-date{
  font-size: 5rem;
}





/* ------------------------------------------ */
    /*= @page ------------*/
/* ------------------------------------------ */



          /***********    graduates-2018    **************/
      

       

.page-department-events .hp-top-color-filler,
.single .hp-top-color-filler{
  background-image: linear-gradient( to right, rgba(21, 168, 128, 1), rgba(4, 168, 212, 1) );
  height: 25vh;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 70%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 70%);
-ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 70%);
}

.page-graduates-2018 .hp-top-color-filler,
.search-results .hp-top-color-filler,
.search-no-results .hp-top-color-filler,
.single-graduates2018 .hp-top-color-filler{
  background-image: none;
  clip-path: none;
  height: 125px;
}






  .page-title {
    display: inline-block;
    font-weight: 700;
    font-size: 2.2rem;
    padding-top: 10px;
  }

  .lang-en .page-title{
    padding-top: 14px;
  }
      .page-department-events .page-title, 
      .single .page-title, 
      .home .page-title {
        color: #fff;
        background: #fff;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .page-graduates-2018 .page-title,
      .search-results .page-title,
      .search-no-results .page-title,
      .single-graduates2018 .page-title {
        background: linear-gradient( to right, rgba(21, 168, 128, 1), rgba(4, 168, 212, 1) );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }


      .page-graduates-2018 .page-entry {
        position: relative;
        padding-top: 50px;
      }

      /* .grid-btns {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 90px;
        margin: 60px 0;
      } */
      .grid-btns {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 90px;
        margin: 0;
        position: absolute;
        z-index: 9;
        top: 55px;
      }
      .lang-en .grid-btns{
      }
      .grid-btns li {
        cursor: pointer;
        opacity: .6;
      }
      .grid-btns li.active {
        opacity: 1;
      }

.grid-slide {
  background: url('../images/icons.svg') no-repeat -111px -148px;
	width: 20px;
	height: 20px;
}

.grid-grid {
  background: url('../images/icons.svg') no-repeat -57px -148px;
	width: 20px;
	height: 20px;
}

.grid-details {
  background: url('../images/icons.svg') no-repeat 0 -148px;
	width: 20px;
	height: 20px;
}

.tabs a{
  display: block;
  cursor: pointer;
}


.grid-details-all h2{
margin-bottom: 10px;
}
.grid-details-all .student-name{
display: inline-block;
}
.grid-details-all a{
text-decoration: none;
}
.grid-details-all a:hover{
  text-decoration: underline;
  color: #05a8d0;
}

.grid-slide-all{}
.grid-slide-all h2 {
	max-width: 860px;
	margin: 0 auto 14px;
	text-align: left;
}

.lang-en .grid-slide-all h2 {
	padding-left: 140px;
}


    .page-entry{
      min-height: 500px;
    }
    .page-entry h1{}
    .page-entry .email{}
    .page-entry p {
      font-size: 1.8rem;
    }


    .layout-width {
      max-width: 860px;
      margin: 0 auto 100px;
    }
    .page-graduates-2018 .layout-width {
      margin: 0 auto 0;
    }



    


  .entry-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
  }

  .entry-grid .basic-squre img {
    max-width: 274px;
    width: 100%;
  }
  .entry-grid a {
    display: block;
  }
  .entry-grid h2 {
    position: absolute;
    color: #fff;
  }

  .grid-details-all {
    padding-top: 70px;
  }

  .basic-squre {
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    background: #1db1d8;
    position: relative;
  }
  .basic-squre i {
    background: url('../images/icons.svg') no-repeat -282px -216px;
    width: 130px;
    height: 130px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
  }
  .basic-squre h2 {
    align-self: center;
    padding: 0;
    z-index: 9;
    transition: opacity .2s ease-out;
    opacity: 0;
    max-width: 260px;
    text-align: center;
  }
  .basic-squre:hover h2 {
    opacity: 1;
  }
  .basic-squre img {
    opacity: 1;
    transition: all .2s ease-in-out;
  }
  .basic-squre:hover img {
    opacity: 0.3;
    transform: scale(1.1);
  }
  .basic-squre span {
    display: block;
    text-align: center;
  }
  .basic-squre .date{}
  .basic-squre .pass-date{}












    /*********** // ?  events    **************/


  .entry-events{
    margin-top: 40px;
  }
  .entry-events header {
    margin-bottom: 20px;
  }
  .entry-events h1 {
    display: inline-block;
  }



.single-graduate-content{}
.single-graduate-content p {
	margin-bottom: 20px;
	text-align: justify;
}
.single-graduate-content p a {
	text-decoration: underline;
	color: #07a8c6;
}
.single-graduate-content .my-gallery {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
}
.single-graduate-content .my-gallery .popup {
	overflow: hidden;
	margin-bottom: 20px;
}
.my-gallery img {
	width: 100%;
	height: auto;
	transition: all .2s ease-in-out;
	overflow: hidden;
}
.my-gallery a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.my-gallery .video {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.my-gallery .player{
  position: absolute;
  background: url('../images/icons.svg') no-repeat -286px -152px;
	width: 41px;
	height: 41px;
  display: block;
  top: 50%;
  left: 50%;

  margin: -20px 0 0 -20px;
}

.lang-he .mfp-counter {
	direction: ltr;
}


.back-link {
	width: 150px;
	padding: 2px;
	background-image: linear-gradient( to right, rgba(21, 168, 128, 1), rgba(4, 168, 212, 1) );
	float: left;
	margin-bottom: 30px;
}
.lang-en .back-link{
  float: right;
}
.back-link a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
}









    /***********    entry-graduate    **************/

.entry-graduate{}
.entry-graduate header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}


.entry-graduate h1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.entry-graduate p{}

h1 .single-graduate-name{
  font-size: 3rem;
}

.entry-graduate .single-work-name {
	margin-top: auto;
	font-size: 2.4rem;
}


.entry-graduate a.email {
  text-decoration-color: #04a8d3;
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}





    /***********    popup    **************/


    .single .mfp-arrow-left::before,
    .single .mfp-arrow-right::before {
      width: 50px;
      height: 50px;
    background-image: none;
    background: rgba(102, 102, 102, 0);
    border-radius: 100%;
    border: 3px solid #666;
    transition: all .2s ease-in-out;
  }
  
  .single .mfp-arrow-right::before {
    margin-left: 0;
    margin-right: 35px;
  }

  .single .mfp-arrow-left:hover::before,
  .single .mfp-arrow-right:hover::before{
    background: rgba(102, 102, 102, 1);
    transform: scale(1.2);
  }
  .single .mfp-arrow-left::after,
  .single .mfp-arrow-right::after {
    display: none;
  }

/* ------------------------------------------ */
    /*= @ticker ------------*/
/* ------------------------------------------ */

    /***********    ticker    **************/
    #marquee {
      position: absolute;
      overflow: hidden;
      width: 100%;
      font-size: 5rem;
      font-weight: 700;
      padding: 40px 0;
      bottom: 0;
      z-index: 999999999;
    }
    #marquee .sections {
      position:absolute;
      left:0px;
      top:0px;
      white-space:nowrap;
    }
    #marquee .section {
      padding: 0px 7px;
      float: left;
      color: #fff;
    }






/* ------------------------------------------ */
    /*= @shimush ------------*/
/* ------------------------------------------ */

.container-fluid {
	position: relative;
	text-align: center;
	top: 60px;
	max-width: 1200px;
	margin: 0 auto 50px;
}
.container-fluid img.anm {
	position: absolute;
	top: 0;
	left: 0;
}
.container-fluid .gif-main {
	text-align: left;
}
  .container-fluid .gif-main img {
  max-height: 770px;
}

.box-text-area {
  display: none;
	background: #edc12e;
	padding: 50px;
	z-index: 9;
	position: absolute;
  bottom: -20px;
  right: 160px;
	width: 60%;
	overflow: hidden;
	margin-right: -150px;
}
.box-text-area em {
	position: absolute;
	left: 16px;
	top: 10px;
	font-size: 14px;
  font-family: arial;
  cursor: pointer;
}
.box-text-area p {
	font-size: 14px;
	text-align: right;
	margin-bottom: 15px;
}
.box-text-area p a {
	text-align: center;
}
.logo-shimush {
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 99;
}

a.shimushi-page-link {
	width: 200px;
	padding: 15px 22px;
	background-image: linear-gradient( to right, rgba(21, 168, 128, 1), rgba(4, 168, 212, 1) );
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 48px;
	top: 5%;
	z-index: 9;
	font-weight: 700;
	font-size: 18px;
}




 /* ------------------------------------------ */


    /*= @search ------------*/


/* ------------------------------------------ */
.search-area {
	background: linear-gradient( to right, rgba(21, 168, 128, 1), rgba(4, 168, 212, 1) );
	display: none;
	height: 120px;
	position: fixed;
	top: 130px;
	width: 100%;
	z-index: 99;
  border-top: 1px solid #5aacc0;
  border-bottom: 1px solid #5aacc0;
}
.search-area .close {
	color: #d35253;
	cursor: pointer;
	font-size: 2em;
	left: 10px;
	opacity: 0.4;
	padding: 20px;
	position: absolute;
}
.search-area .close:hover {
	opacity: 1;
}
.search-box {
	line-height: 120px;
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}

form#searchform div input#s {
	background-color: transparent;
	border: medium none;
	color: #fff;
	font-size: 4em;
	font-weight: 300;
	padding: 0;
	text-align: center;
	width: 97%;
  line-height: 120px;
  -webkit-appearance: none;
}

form#searchform div button#searchsubmit {
  background: url('../images/icons.svg') no-repeat -201px -147px;
	width: 32px;
	height: 32px;
	border: medium none;
	color: #EEE;
	font-size: 84px;
	margin-top: 30px;
	opacity: 0.8;
	padding: 0px;
	text-indent: -9999px;
}
form#searchform div button#searchsubmit:hover {
	opacity: 1;
}

.inner-search {
	height: 120px;
	line-height: 120px;
	margin: 0 auto;
	max-width: 1070px;
	text-align: center;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}


.search-results{}
.entry-search .entry{
  margin-bottom: 30px;
}
.search-results h2 {
	display: inline-block;
}
.search-results h2 a {
	display: block;
	color: #04a8d4;
	text-decoration: none;
}







  /* ------------------------------------------ */
      /*= @animation ------------*/
  /* ------------------------------------------ */
  
/* animation */
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

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


@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}





.gradient {
	background: linear-gradient( to right, rgba(21, 168, 128, 1), rgba(4, 168, 212, 1) );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}









    /* ------------------------------------------ */
        /*= @footer ------------*/
    /* ------------------------------------------ */
    


  footer{
    background-image: linear-gradient(
        to right,
        rgba(21, 168, 128, 0.9), 
        rgba(4, 168, 212, 0.9)
      );
  }
  .footer-details-all {
    max-width: 860px;
    margin: 0 auto;
    padding: 60px 0 100px;
    overflow: hidden;
  }
  .footer-details {
    display: flex;
    justify-content: space-between;
    direction: ltr;
    margin-bottom: 60px;
  }
  .address {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
  }
  .address ul {
    margin-bottom: 100px;
  }
  .address a {
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
  }

.social{}
.social a{
  display: block;
  cursor: pointer;
}
.social ul {
	display: flex;
	margin: 6px 0;
  direction: rtl;
}


.social li{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.social .facebook {
	background: url('../images/icons.svg') no-repeat -258px -69px;
	width: 17px;
	height: 29px;
	margin-left: 20px;
}
.lang-en .social .facebook {
	margin-right: 0px;
	margin-left: 20px;
}


.social .instagram{
  background: url('../images/icons.svg') no-repeat -255px -107px;
	width: 29px;
	height: 29px;
}


.oppening-hours {
	text-align: right;
	color: #fff;
}
.oppening-hours p{}
.oppening-hours p.dates {
	font-weight: 700;
	font-size: 1.5em;
}
.oppening-hours p.date-closed{
  font-weight: 700;
}







.logo-footer{
  background: url('../images/icons.svg') no-repeat 0 0;
	width: 258px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}
.logo-footer a{
  display: block;
}


.subscribe {
  background: url('../images/icons.svg') no-repeat -303px -64px;
	width: 109px;
	height: 76px;
	position: fixed;
	left: 0;
  top: 20%;
	z-index: 99;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.lang-en .subscribe{
  background-position: 0 -270px;
}
.subscribe a {
	display: block;
	cursor: pointer;
	height: 100%;
}







#acp-toggle-toolbar {
  z-index: 9999999;
  top: 7px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #05a8d0;
  box-shadow: none;
}
#acp-toggle-toolbar img {
  width: 30px;
  height: 30px;
}
#acp-toolbar ul.acp-main-nav > li:last-child {
  display: none;
}