@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap');
@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-Bold.eot');
    src: url('font/SpaceGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/SpaceGrotesk-Bold.woff2') format('woff2'),
        url('font/SpaceGrotesk-Bold.woff') format('woff'),
        url('font/SpaceGrotesk-Bold.ttf') format('truetype'),
        url('font/SpaceGrotesk-Bold.svg#SpaceGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-Medium.eot');
    src: url('font/SpaceGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('font/SpaceGrotesk-Medium.woff2') format('woff2'),
        url('font/SpaceGrotesk-Medium.woff') format('woff'),
        url('font/SpaceGrotesk-Medium.ttf') format('truetype'),
        url('font/SpaceGrotesk-Medium.svg#SpaceGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-SemiBold.eot');
    src: url('font/SpaceGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('font/SpaceGrotesk-SemiBold.woff2') format('woff2'),
        url('font/SpaceGrotesk-SemiBold.woff') format('woff'),
        url('font/SpaceGrotesk-SemiBold.ttf') format('truetype'),
        url('font/SpaceGrotesk-SemiBold.svg#SpaceGrotesk-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-Light.eot');
    src: url('font/SpaceGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('font/SpaceGrotesk-Light.woff2') format('woff2'),
        url('font/SpaceGrotesk-Light.woff') format('woff'),
        url('font/SpaceGrotesk-Light.ttf') format('truetype'),
        url('font/SpaceGrotesk-Light.svg#SpaceGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-Regular.eot');
    src: url('font/SpaceGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/SpaceGrotesk-Regular.woff2') format('woff2'),
        url('font/SpaceGrotesk-Regular.woff') format('woff'),
        url('font/SpaceGrotesk-Regular.ttf') format('truetype'),
        url('font/SpaceGrotesk-Regular.svg#SpaceGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: SpaceGrotesk-Bold;
  src: url("font/SpaceGrotesk-Bold.ttf");
}
@font-face {
  font-family: SpaceGrotesk-Medium;
  src: url("font/SpaceGrotesk-Medium.ttf");
}

	body
	{
		font-family: 'Space Grotesk';
    color: #030303;
	}
  a {
    color: #030303;
  }
  /*common css*/
 /* .left-line
  {
    height: 100vh;
    position: fixed;
    border-left: 1px solid #000000;
    left: 39%;
  }
  .right-line
  {
    height: 100vh;
    position: fixed;
    border-left: 1px solid #000000;
    left: 60%;
  } */
.bg-light
{
  background: #f1f3f4;
}
img, video
{
  border-radius: 8px;
}
.border-left
{
  border-left: 1px solid #FF00FF;
}
.border-right-pink
{
  border-right: 1px solid #FF00FF;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
      padding-left: 15px;
    padding-right: 15px;
}
.bg-green{
  background:#00FF00;
}
.bg-pink{
  background:#FF00FF;
}
.bg-blue{
  background:#0000FF;
}
.bg-yellow
{
  background:#FFDC00;
}
.bg-black.footer-black{
  background:#000000!important;
  position: relative!important;
  z-index: 9!important;
}
/* .bg-black.footer-black
{
  background:#000000!important;
} */
.text-center
{
  text-align: center;
  text-align: -webkit-center;
}
.text-right
{
  text-align: right!important;
}
.p-0
{
  padding: 0px;
}
.pt-5
{
  padding-top: 5rem;
}
.pt-4
{
  padding-top: 2rem;
}
.pl-4
{
  padding-left: 2rem;
}
.mt-5
{
  margin-top: 3rem;
}
.mb-0
{
  margin-bottom: 0px!important;
}
.pb-5
{
  padding-bottom: 5rem;
}
.pb-4
{
  padding-bottom: 2rem!important;
}
.pb-2
{
  padding-bottom: 1rem!important;
}
.pt-2
{
  padding-top: 1rem;
}
.fz-16
{
  font-size: 16px!important;
}
.fz-14
{
  font-size: 14px!important;
}
.fw-4
{
  font-weight: 400!important;
}
.fz-50
{
  font-size: 50px!important;
}
.fw-bold
{
  font-weight: bold!important;
}
.fz-18
{
  font-size: 18px!important;
}
.fz-22
{
  font-size: 22px!important;
}
.fz-20
{
  font-size: 20px!important;
}
.fz-35
{
  font-size: 35px!important;
}
.fz-32
{
  font-size: 32px!important;
}
.fz-30
{
  font-size: 30px!important;
}
.fz-90
{
  font-size: 90px!important;
}
.fz-78
{
  font-size: 78px!important;
}
.fz-200
{
  font-size: 200px!important;
}
.ws-19
{
  word-spacing: -19px;
}
.fw-6
{
  font-weight: 600!important;
}
.mis
{
  min-inline-size:max-content;
}
.text-gray
{
  color: gray!important;
}
.text-black
{
  color: #000000!important;
}
.text-white
{
  color: #ffffff!important;
}
.text-underline
{
  text-decoration: underline!important;
}

.mb-5
{
  margin-bottom: 3rem;
}
/*loader css*/
  .no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
/* .se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("http://smallenvelop.com/wp-content/uploads/2014/08/Preloader_2.gif") center no-repeat rgb(255 255 255 / 72%);
} */
/*menu css*/
#menu {
  font-family: 'Space Mono', monospace;
  background: #525050;
  display: flex;
  align-items: center;
  justify-content: center;
    height: 510px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -20px;
    right: -4%;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    width: 510px;
    z-index: 1100;
    border-radius: 50%;
}
#menu.open {
  opacity: 1;
  visibility: visible;
}
#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#menu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#menu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#menu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#menu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#menu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#menu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#menu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#menu.open li {
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
          text-align: -webkit-center;
}
#menu ul:hover a {
  opacity: 0.5;
}
#menu ul a {
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#menu ul a:hover {
  opacity: 1;
}
#menu .main-nav {
  position: relative;
}
#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .main-nav ul.lang-switch {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
#menu .main-nav ul.lang-switch li a{
  display: inline-block;
  text-transform: uppercase;
}
#menu .main-nav ul li.lang-item-first a:after {
  content: '/';
  color:#fff;
  font-weight: 400;
}
#menu .main-nav ul li.current-lang a {
  font-weight: bold;
}
#menu .main-nav a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  padding: 1px 0px;
  /*font-weight: bold;*/
  text-decoration: none;
  /* text-transform: uppercase; */
}
#menu .main-nav a.extra-link {
  padding: 0;
  margin-bottom: 2px;
}
#menu .main-nav a.normal-first {
  padding-top: 5px;
}
#menu .main-nav a:first {
  padding-top: 0;
}
#menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
}
#menu .menu-footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.toggle-menu {
  background-color: #FF00FF;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 64px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 64px;
    z-index: 1110;
    margin-top: 15px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.toggle-menu span {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px );
  position: absolute;
  top: calc(50% - 1px );
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
      width: 18px;
    left: 4px;
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu.active span {
  background-color: transparent;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
hr.menu-divider
{
	width: 50%;
    margin: 6px 25%;
}
/*menu css*/

.single-event-page input[type=checkbox] {
  transform: scale(1.2);
}

.single-event-page input[type=checkbox] {
  width: 30px;
  /*height: 30px;*/
  margin-right: 8px;
  cursor: pointer;
  font-size: 11px;
  visibility: hidden;
}

.single-event-page input[type=checkbox]:after {
      content: " ";
    /* background-color: #fff; */
    display: inline-block;
    margin-left: 5px;
    padding-bottom: 5px;
    color: #00BFF0;
    width: 16px;
    height: 16px;
    visibility: visible;
    border: 1px solid #00BFF0;
    padding-left: 3px;
    border-radius: 3px;
}

.single-event-page input[type=checkbox]:checked:after {
  content: "\2714";
    padding: 0px 2px;
}

/* form starting stylings ------------------------------- */
.group            {
  position:relative;
  margin-bottom:45px;
}
.single-event-page input[type="text"], .single-event-page input[type="email"]
 {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
    background: transparent;
    width: 92%;
    font-weight: 600;
  border:none;
  border-bottom: 1px solid #00dcff;
}
.single-event-page input:focus         { outline:none; }

/* LABEL ======================================= */
.single-event-page label
{
  color:#00dcff;
  font-size:18px;
  font-weight:normal;
  /*position:absolute;*/
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

/* active state */
.single-event-page input:focus ~ label, .single-event-page input:valid ~ label        {
  top:-20px;
  font-size:14px;
  color:#00dcff;
}

/* BOTTOM BARS ================================= */
.bar    { position:relative; display:block;  }

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}

.home-gallary .gallary-box
{
height: 160px;
width: 160px;
margin-top: 20px;
padding: 54px 19px;
}
.home-gallary .gallary-box .fa
{
  font-size: 47px;
}
.home-gallary .gallary-box  h6
{
  font-size: 20px;
}
.shorting-div
{
      display: inline-flex;
    border: 1px solid #ffdc00;
    padding: 2px 14px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 700;
    color: #444444;
}
.shorting-div i
{
      font-size: 22px;
    padding: 5px 5px 0px 0px;
}
.shorting-div p
{
  word-break: break-all;
}
 .image-section img
 {
  border-radius: 13px;
 }
.image-view
{
      position: absolute;
    bottom: 0;
    background: #000000;
    width: 98.3%;
    color: #ffffff;
    text-align:center;
    padding: 12px 40px;
    border-radius: 0px 0px 13px 13px;
}
.image-view h2
{
  color: #ffffff;
  margin-bottom: 0px;
  text-align:center;
}
.project h2
{
    color: #000000;
    font-size: 37px;
    font-weight: bold;
}
.artboard h2
{
  padding: 19px 15px;
  font-size: 24px;
  font-weight: 700;
  text-transform: initial;
}
.artboard-portfolio, .event-page-content
{
  padding: 0px 15px;
  margin: 15px 0px;
}
.artboard-portfolio img, .event-page-content img
{
      border-radius: 7px;
}
.event h3
{
    text-align: left;
    font-size: 32px;
    margin-bottom: 10px;
}
.event .form-control
{
      border: 1px solid#4edcff;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
}
.event form select:after
{
  content: "/f078";
  font-family: FontAwesome;
  font-size: 18px;

}
.artboard h2:after, .event h2:after, .project h2:after, .image-view h2:after, .single-Materials-page h2:after
{
  background:transparent;
}
.single-Materials-page img
{
width: auto!important;
}
.divider
{
  height: 1px;
    background: magenta;
}
.event-page-content h2{
  margin-bottom: 10px;
  padding-bottom: 0px;
      font-size: 24px;
    /*color: #000000;*/
        font-weight: 800;
}
.event-page-content h5
{
  margin-bottom: 20px;
      font-size: 16px;
}
.event-page-content a
{
  font-size: 14px;
  color:#0A0A0A;
  text-decoration: underline;
}
/*search icon css*/
#wrap {
  display: inline-block;
  height: 60px;
  float: right;
  position: relative;
}

#wrap input[type="text"] {
  height: 64px;
  background: url('images/search.png') center center no-repeat;
  font-size:20px;
  display: inline-block;
  font-weight: 100;
      color: #ffffff;
  outline: none;
  padding: 15px;
    padding-right: 44px;
  width: 0px;
  position: absolute;
  top: 15px;
  right: 76px;
  background: #000000;
  border: 2px solid #000000;
  /* z-index: 2; */
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  border-radius: 36px;
}
input:focus
{
	outline: none;
}

#wrap input[type="text"]:focus {
  width: 400px;
  z-index: 1;
  cursor: text;
  outline: none;
}
.search-icon{
  position: absolute;
  left: -120px;
  top: 33px;
  width: 28px;
  height: 28px;
  z-index: 9;
}
#wrap input[type="button"] {
  height: 62px;
  width: 64px;
  float: right;
  /* background: url('images/search.png') center center no-repeat; */
  text-indent: -10000px;
  background-size: 41%;
  position: absolute;
  top: 15px;
  right: 76px;
  z-index: 2;
  cursor: pointer;
  border: 2px solid #000000;
  cursor: pointer;
  transition: opacity .4s ease;
  border-radius: 36px;
}
.back-future-description p
{
  font-size: 35px!important;
  font-weight: 500!important;
}
.list-link {
  font-family: 'Space Mono', monospace;
}
.list-link a
{
  padding: 0px 15px 0px 0px;
}
.h-133
{
  height: 133px;
}
.extra-link
{
    min-width: 234px;
    margin-bottom: 2px;
        margin: 0px 142px;
}
.back-future.extra-link
{
	background: #FF00FF;
}
.Present-future.extra-link
{
	background: #00FF00;
    color: #000000!important;
}
.drawing.extra-link
{
	    background: #0000FF;
}
.gallary a, .gallary-page a
{
  color:#000000;
}
.search-input
{
  border: none;
    border-bottom: 1px solid magenta;
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding: 6px 0px;
    font-size: 20px;
}

.gallary .col-lg-2 {
    width: 20%;
    text-align: -webkit-center;
}
.gallary-page .gallary-box
{
height: 150px;
    width: 150px;
}
.overlay-side-gallary .gallary-box
{
  height: 130px;
    width: 130px;
}
.art-head
{
      padding: 5px;
    margin: 15px 0px;
    border-radius: 5px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    display: inline-block;
}
.gallary-page  .all-gallary:nth-last-child(3)

{
  border-right:none;
}
.gallary-box
{
	text-align: center;
    border: 3px solid #000000;
    margin-bottom: 15px;
    padding: 49px 7px;
    border-radius: 50%;
    height: 130px;
    width: 130px;
        cursor: pointer;
    background: #ffffff;
    line-break: anywhere;
}
.gallary-discription-box
{
      width: 200px;
    height: 200px;
    padding: 76px 0px;
    font-size: 20px;
}
.gallary-discription-box h6
{
      font-size: 20px;
}
.gallary-box h6
{
	font-weight: 700;
	font-size: 16px;
}
.body-wapper h2
{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-transform: none;
}
.body-wapper h2.smaller{
  font-size: 32px;
}
.read-more {
  text-transform: uppercase;
  font-family: 'Space Mono', monospace;
}
.body-wapper h3
{
   font-size: 24px;
    text-align: initial;
    color: #000000;
    margin-top: 0px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}
.body-wapper h2:after
{
display: none;
}
.navbar
{
position: fixed;
    z-index: 9;
}
.body-wapper
{
/*padding-top: 85px;*/
}
.logo {
  padding-top:15px;
}
.logo img
{
      width: 248px!important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    /*background: beige;*/
    z-index: 9;
}

.sticky + .content {
  padding-top: 102px;
}
body
{
    background: #F2F2F2;
}
.gallary-tittle
{
  font-size: 24px;
    font-weight: bold;
    color: #0A0A0A;
    margin-bottom: 2px;
    margin-top: 27px;
    font-family: 'SpaceGrotesk-Bold', sans-serif!important;
}
/*.border-right-yellow
{
  border-right: 1px solid #FFDC00;
}
.border-left-yellow
{
  border-left: 1px solid #FFDC00;
}
.border-left-light-blue
{
  border-left: 1px solid #00DCFF;
}
.border-right-light-blue
{
  border-right: 1px solid #00DCFF;
}
.border-left-light-orange
{
  border-left: 1px solid #FF6400;
}
.border-right-black
{
  border-right: 1px solid #000000;
}
.border-left-black
{
  border-left: 1px solid #000000;
}*/
.text-light-yellow
{
  color: #FFDC00!important;
}

.text-light-pink
{
  color: magenta!important;
}
.text-light-blue
{
  color: #00DCFF!important;
}
.text-light-orange
{
  color: #FF6400!important;
}
.text-light-green
{
   color: #00FF00!important;
}
.text-blue
{
   color: #0000FF!important;
}
.h-800
{
  height: 800px;
}
/*event page*/
.event-content
{
  text-align: left;
  text-align: -webkit-left;
}
.event-content h3
{
  margin-top: 10px;
  margin-bottom: 0px
}
.event-content h6
{
  margin-top: 2px;
  color: #656161;
  font-size: 16px;
  margin-bottom: 15px;
}
.event-content p
{
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.event-content a, .event-page-description a
{
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-align:left;
}
/*event description page */
.event-page-description h3
{
  margin-top: 15px;
  margin-bottom: 15px;
}
.event-page-description p
{
    font-size: 20px;
    text-align: left;
    color: #000000;
}
.event-page-description
{
text-align:left;
}
.tabs {
  font-family: 'Space Mono', monospace;
}
.tabs .btn
{
  background: transparent;
    border: 1px solid #fcde00;
    padding: 10px 20px;
    border-radius: 5px;
    color: #000000;
    margin: 0px 8px;
    font-size: 16px;
    cursor: pointer;
    /*font-weight: 600;*/
}
@media (max-width:1732px) {
  .tabs .btn {
    padding: 10px;
  }
}
@media (max-width:1515px) {
  .tabs .btn {
    margin: 0
  }
}
@media (max-width:1341px) {
  .tabs .btn {
    font-size: 15px;
  }
}
@media (max-width:1293px) {
  .tabs .btn {
    font-size: 14px;
  }
}
@media (max-width:1243px) {
  .tabs .btn {
    font-size: 13px;
  }
}
@media (max-width:1194px) {
  .tabs .btn {
    font-size: 12px;
  }
}
@media (max-width:1145px) {
  .tabs .btn {
    font-size: 11px;
  }
}
@media (max-width:1095px) {
  .tabs .btn {
    padding: 5px;
  }
}
.tabs .btn.active
{
      background: #fcde00;
}
/*.nav > li
{
    border: 1px solid #FFCF00;
    border-radius: 5px;
}
.nav-pills > li + li {
    margin-left: 19px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus
{
      color: #000000;
    background-color: #ffcf00;
}
.nav-pills > li > a
{
  color: #000000;
      padding: 5px 16px;
}*/
/*searchbox css*/
.searchBox {
    position: absolute;
    top: 5%;
     left: 92%;
    transform:  translate(-50%,50%);
    background: #2f3640;
    height: 40px;
    border-radius: 40px;
    padding: 10px;


}

.searchBox:hover > .searchInput {
    width: 240px;
    padding: 0 6px;
}

.searchBox:hover > .searchButton {
  background: white;
  color : #2f3640;
}

.searchButton {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.searchInput {
    border:none;
    background: none;
    outline:none;
    float:left;
    padding: 0;
    color: white;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;

}
.evidence {
  position: relative;
}

.evidence .image {
  display: block;
  width: 100%;
  height: auto;
}

.evidence .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff00ff;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.evidence:hover .overlay {
  height: 50%;
}

.evidence .text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*footer*/
.footer, .footer a
{
  color:#ffffff;
  font-size: 20px;
  text-decoration: none;;
}
 .footer a
 {
      cursor: pointer;
 }




 /*page overlay*/


.overlay-content {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}
.overlay-content .container {
  max-width: 100%;
}
.body-wapper, .logo {
  transition: filter .5s ease-in-out;
}
.blur {
    filter: blur(10px);
}
.overlay-gallary > a {
  display: block;
  transition: 0.3s;
}
.overlay-gallary .closebtn {
    position: fixed;
    top: 35px;
    right: 50px;
    font-size: 53px;
    background: #ff00ff;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    padding: 0px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    z-index: 999;
}
.overlay-art p
{
  font-size: 20px;
}
.art-dropdown
{
      padding: 7px 17px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}
.overlay-shorting
{
  border: 1px solid;
    padding: 5px 11px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}
.back-future-description {
  background: #F2F2F2;
}
.back-future-description .back-to-future-overlay  p
{
  /* font-size: 20px; */
  color:#000000;
}
/*gallary css*/
.text-center
{
  text-align: center;
  text-align: -webkit-center;
}
/*masonary image gallary*/
.masonry.Curatori .grid
{
  display:block;
}
      .masonry {
  columns: 2;
  /*column-gap: 16px;*/
   column-gap: 41px;
  display: inline-flex;
}
@media (max-width: 1200px) {
  .masonry {
    columns: 2;
  }
}
@media (max-width: 992px) {
  .masonry {
    columns: 2;
  }
}
.masonry .grid {
  display: inline-block;
  /*margin-bottom: 16px;*/
  /* margin-bottom: 10%; */
  position: relative;
}
.masonry .grid img {
  width: 100%;
  border-radius: 5px;
}
.masonry .grid__title, .progetti .grid__title{
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  text-align: inherit;
}
.masonry .grid__author {
  font-size: 14px;
  font-weight: 300;
  color:#000000;
}

.recommnded-link
{
  display: inline-flex;
  flex-wrap: wrap;
}
.recommnded-link img
{
  width: 55px!important;
  border-radius: 50%;
  height: 55px;
  margin: 0px 15px;
}
@media screen and (max-width: 450px) {
  .overlay-gallary a {font-size: 20px}
  .overlay-gallary .closebtn {
  /*font-size: 40px;*/
  top: 0px;
  right: 0px;
  }
}
@media screen and (max-width: 620px) {
.searchBox:hover > .searchInput {
    width: 150px;
    padding: 0 6px;
}
.body-wapper h2
{
  text-align: center;
    margin-bottom: 20px;
}
.tabs .btn
{
  display: inline-block;
  margin: 9px 8px;
}
.event-content, .event-content h3, .body-wapper h3, .body-wapper
{
  text-align: center!important;
}
}
@media screen and (max-width: 400px) and (min-width: 320px)
{
  .gallary .col-lg-2
{
  width:100%;
}
.tabs .btn
{
      display: block;
          margin: 9px 8px;
}
}
@media screen and (max-width: 485px) and (min-width: 401px)
{
  .gallary .col-lg-2
{
  width:50%;
}
}
@media screen and (max-width: 991px) and (min-width: 486px)
{
  .gallary .col-lg-2
{
  width:33%;
}
}
@media screen and (max-width: 991px)
{
  .overlay-gallary
  {
    width:100% !important;
  }
}





.wrap-player .player, html .player {
  /* width: 500px; */
  height: 75px;
  background: #455a64;
  position: relative;
  color:#ffffff;
  text-align: left;
}
.wrap-player .player .album-art, html .player .album-art {
  position: absolute;
  left: 0;
  width: 15%;
  height: 84%;
  box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.4);
  padding: 5px;
}
.wrap-player .player .album-art .cover, html .player .album-art .cover {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
  background: url("https://upload.wikimedia.org/wikipedia/en/6/67/Foo_Fighters_8LP_Sonic_Highways.jpg");
  background-size: cover;
}
.wrap-player .player .description, html .player .description {
  position: relative;
  top: 20%;
  left: 20%;
  overflow: hidden;
}
.wrap-player .player .description .title, html .player .description .title {
  font-size: 24px;
}
.wrap-player .player .description .sub-title, html .player .description .sub-title {

  color: #999;
}
.wrap-player .player .play-button, html .player .play-button {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 10%;
  border-radius: 50%;
  top: -25px;
  background: white;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.35);
  text-align: center;
  line-height: 57px;
  font-size: 26px;
  color: #D32F2F;
  cursor: pointer;
}
.wrap-player .player .play-button .lp-background, html .player .play-button .lp-background {

  position: absolute;
}
.wrap-player .player .play-button i, html .player .play-button i {
  z-index: 100;
}
.wrap-player .player .play-button .fa-pause, html .player .play-button .fa-pause {
  z-index: 100;
  position: absolute;
  right: 17.5px;
  top: 17.4px;
  color: white;
  font-size: 20px;
}
.wrap-player .player .play-button:hover, html .player .play-button:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.5);
}
.wrap-player .player .time-indicator, html .player .time-indicator {
  position: absolute;
  right: 11%;
  /*top: 60%;*/
  font-size: 13px;
  /*font-weight: 100;*/
}
.wrap-player .player .time-indicator i, html .player .time-indicator i {
  color: #D32F2F;
}
.wrap-player .player .progress-bar, html .player .progress-bar {
  width: 100%;
  top: 100%;
  opacity: 0;
  height: 0;
  position: absolute;
  cursor: pointer;
}
.wrap-player .player .progress-bar .runner, html .player .progress-bar .runner {
  height: 4px;
  background: #F44336;
}
.wrap-player .player .visualizer, html .player .visualizer {
  position: absolute;
  top: 25%;
  left: 37.5%;
  width: 0%;
  height: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wrap-player .player .visualizer div, html .player .visualizer div {
  width: 2px;
  background: #F44336;
  float: left;
  height: 0%;
  margin-right: 5px;
  transition: all 0.1s ease;
}
.wrap-player .player.paused, html .player.paused {
  border-bottom: none;
}
.wrap-player .player.paused .visualizer, html .player.paused .visualizer {
  opacity: 0;
}
.wrap-player .player.paused .lp-background, html .player.paused .lp-background {
  opacity: 0;
}
.wrap-player .player.paused .play-button .fa-pause, html .player.paused .play-button .fa-pause {
  opacity: 0;
}
.wrap-player .player.playing .description, html .player.playing .description {
  opacity: 0;
}
.wrap-player .player.playing .album-art, html .player.playing .album-art {
  width: 0px;
  opacity: 0;
}
.wrap-player .player.playing .visualizer, html .player.playing .visualizer {
  left: 5%;
  width: 65%;
}
.wrap-player .player.playing .progress-bar, html .player.playing .progress-bar {
  height: 4px;
  margin: 0;
  opacity: 1;
}
.wrap-player .player.playing .description, html .player.playing .description {
  left: 0%;
  opacity: 0;
}
.wrap-player .player.playing .play-button, html .player.playing .play-button {
  background: transparent;
}
.wrap-player .player.playing .play-button .fa-play, html .player.playing .play-button .fa-play {
  opacity: 0;
}


.vedio-icon-position
{
   position: absolute;
 top: 50%;
 left: 50%;
}
.video-icon-style
{
   width: 45px;
 height: 45px;
}
.tag
{
  position: absolute;
 top: 6%;
 left: 4%;
}
.tag-content
{
  background: #656161;
  color: #ffffff;
  padding: 4px 14px;
  font-size: 14px;
  border-radius: 5px;
}
.tag-content p
{
  margin-bottom: 0px;
}
.text-transform-capital
{
  text-transform: capitalize;
}
.position-relative
{
  position:relative;
}





/* audio  */
.modal-body .close
{
  background:none;
  font-size: 20px;
  border:none;
}
.audio-player {
  padding: 9px 7px;
background-color: white;
/*margin: 11px 0px;*/
}
.audio-player .player-controls {
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
}
.audio-player #radioIcon {
width: 30px;
height: 30px;
background: url("https://image.flaticon.com/icons/svg/149/149429.svg") no-repeat center;
}
.audio-player .play-btn {
-webkit-appearance: none;
outline: none;
cursor: pointer;
border: none;
width: 30px;
height: 30px;
background: url("https://image.flaticon.com/icons/svg/149/149125.svg") no-repeat center;
background-size: contain;
}
.audio-player .play-btn.pause {
background: url("https://image.flaticon.com/icons/svg/149/149127.svg") no-repeat center;
background-size: contain;
}
.audio-player p {
margin: 0 0 0 5px;
line-height: 1;
display: -webkit-inline-box;
display: inline-flex;
}
.audio-player p small {
font-size: 10px;
}
.audio-player .seekObjContainer {
position: relative;
width: 300px;
margin: 0 5px;
height: 5px;
}
.audio-player .seekObjContainer .seekObj {
position: relative;
width: 100%;
height: 100%;
background-color: #e3e3e3;
border: 1px solid black;
}
.audio-player .seekObjContainer .seekObj .percentage {
position: absolute;
left: 0;
top: 0;
height: 100%;
background-color: coral;
}

.gallary-box a
{
  text-decoration: none;
}
.gallary-box h6
{
  color: #000000;
}
#search>input
{
  background: #000000;
}
.font-weight-regular {
  font-weight: 400!important;
}
.break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.flex-center {
  display: flex;
  align-items: center;
}
p.bigger, .bigger {
  font-size: 16px;
}
.font-weight-medium {
  font-weight: 500;
}
.box-bigger {
  width: 100%!important;
  padding: 0;
  margin: 0;
  height: 100%!important;
  padding-bottom: 100%;
  position: relative;
}
.overlay-side-gallary .box-bigger h6{
  left: 0;
  right: 0;
}
.box-bigger h6 {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 10px;
  text-align: center;
  transform: translateY(-50%);
  padding: 20px;
}
.single-project-footer {
  font-family: 'Space Mono', monospace;
}
.text-transform-none {
  text-transform: none;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.d-block {
  display: block;
}
.line-1 {
  line-height: 1.2em;
}
.mt-0 {
  margin-top: 0!important;
}
.social + p a {
  display: inline-block;
}
.search-inner input[type="text"]{
  width: 100%;
  border:0;
  background: transparent;
  border-bottom: 1px solid #FF00FF;
}
.search-inner {
  margin-top: 20px;
  font-size: 1.4em;
}
.search-galleries-outer {
  display: none;
}
.search-galleries-outer:first-child, .search-galleries-outer:nth-child(2), .search-galleries-outer:nth-child(3), .search-galleries-outer:nth-child(4) {
  display: block;
}
.search-artworks-outer {
  display: none;
}
.search-artworks-outer:first-child, .search-artworks-outer:nth-child(2), .search-artworks-outer:nth-child(3), .search-artworks-outer:nth-child(4), .search-artworks-outer:nth-child(5) {
  display: block;
}
.text-mono {
  font-family: 'Space Mono', monospace;
}
h3.week {
  font-size: 32px;
}
.background-transparent {
  background: transparent;
}
.event-content h3 {
  font-size: 20px;
  color:#656161;
}
.event-content a {
  font-size: 14px;
}
.d-inline-block {
  display: inline-block;
}
.title-data span{
  font-size: 40px;
}
.title-event {
  font-weight: 600!important;
}
.event-content h3.title-curatori {
  font-weight: bold;
  font-size: 24px;
  color:#000;
}
.b-none {
  border:0;
}
.subtitle {
  font-size: 24px;
  color:#070707;
  margin-top: 10px;
}
.tabs .btn {
  display: inline-block;
  margin-bottom: 20px;
}
.gallary-page.one-column .all-gallary >div, .event.one-column .single-recommended, .week-content.one-column > .row >div{
   clear:both;
}
.side-gallery {
  display: none;
}
.gallary-page.one-column .side-gallery, .event.one-column .side-gallery, .week-content.one-column .side-gallery {
  display: block;
}
.side-gallery h2 {
  font-size: 32px;
  display: flex;
  justify-content: space-between;
}
.sorting-col {
  margin-right: 20px;
}
.post-type-archive-recommended .body-wapper, .post-type-archive-events .body-wapper{
  min-height: calc(100vh - 150px);
}
.post-type-archive-recommended .left-line:last-child, .post-type-archive-events .left-line:last-child {
  top: 200px;
  position: relative;
  height: calc(100vh - 200px);
}
.text-gray {
  color:#444444!important;
}
a.carousel-control i.fa {
  font-size: 20px!important;
}
.carousel-inner > .item {
  padding: 0
}
.post-type-archive-videos .well {
  margin-top: 20px;
}
.video-title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
.video-title + p{
  font-size: 14px !important;
}
.video-side-container{
	width:75%;
}
.tags {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
	font-size: 14px!important;
    text-align: left!important;
    font-weight: normal!important;
}
.tags .single-tag {
    margin: 0 5px;
    padding: 5px;
	border: solid 1px #000;
    border-radius: 10px;
}
.tags .single-tag:hover {
	color:#030303
}
.closebtn {
  position: relative;
}
.closebtn:before, .closebtn:after {
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  background: #fff;
  transform: translate(-50%,-50%);
}
.closebtn:before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.closebtn:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.search-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  background: #000;
  display: block;
  margin-right: 15px;
}
.search-button:before {
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url('images/search.png') center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.recommended-thumb {
  padding-bottom: 59%;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}

.body-wapper{
  margin-top: 180px;
}

.home .body-wapper{
  margin-top: 0!important;
}

.see-more-text-more {
  display: none
}
=======
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap');
@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-Bold.eot');
    src: url('font/SpaceGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/SpaceGrotesk-Bold.woff2') format('woff2'),
        url('font/SpaceGrotesk-Bold.woff') format('woff'),
        url('font/SpaceGrotesk-Bold.ttf') format('truetype'),
        url('font/SpaceGrotesk-Bold.svg#SpaceGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-Medium.eot');
    src: url('font/SpaceGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('font/SpaceGrotesk-Medium.woff2') format('woff2'),
        url('font/SpaceGrotesk-Medium.woff') format('woff'),
        url('font/SpaceGrotesk-Medium.ttf') format('truetype'),
        url('font/SpaceGrotesk-Medium.svg#SpaceGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-SemiBold.eot');
    src: url('font/SpaceGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('font/SpaceGrotesk-SemiBold.woff2') format('woff2'),
        url('font/SpaceGrotesk-SemiBold.woff') format('woff'),
        url('font/SpaceGrotesk-SemiBold.ttf') format('truetype'),
        url('font/SpaceGrotesk-SemiBold.svg#SpaceGrotesk-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-Light.eot');
    src: url('font/SpaceGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('font/SpaceGrotesk-Light.woff2') format('woff2'),
        url('font/SpaceGrotesk-Light.woff') format('woff'),
        url('font/SpaceGrotesk-Light.ttf') format('truetype'),
        url('font/SpaceGrotesk-Light.svg#SpaceGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-Regular.eot');
    src: url('font/SpaceGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/SpaceGrotesk-Regular.woff2') format('woff2'),
        url('font/SpaceGrotesk-Regular.woff') format('woff'),
        url('font/SpaceGrotesk-Regular.ttf') format('truetype'),
        url('font/SpaceGrotesk-Regular.svg#SpaceGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: SpaceGrotesk-Bold;
  src: url("font/SpaceGrotesk-Bold.ttf");
}
@font-face {
  font-family: SpaceGrotesk-Medium;
  src: url("font/SpaceGrotesk-Medium.ttf");
}

	body
	{
		font-family: 'Space Grotesk';
    color: #030303;
	}
  a {
    color: #030303;
  }
  /*common css*/
 /* .left-line
  {
    height: 100vh;
    position: fixed;
    border-left: 1px solid #000000;
    left: 39%;
  }
  .right-line
  {
    height: 100vh;
    position: fixed;
    border-left: 1px solid #000000;
    left: 60%;
  } */
.bg-light
{
  background: #f1f3f4;
}
img, video
{
  border-radius: 8px;
}
.border-left
{
  border-left: 1px solid #FF00FF;
}
.border-right-pink
{
  border-right: 1px solid #FF00FF;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
      padding-left: 15px;
    padding-right: 15px;
}
.bg-green{
  background:#00FF00;
}
.bg-pink{
  background:#FF00FF;
}
.bg-blue{
  background:#0000FF;
}
.bg-yellow
{
  background:#FFDC00;
}
.bg-black.footer-black{
  background:#000000!important;
  position: relative!important;
  z-index: 9!important;
}
/* .bg-black.footer-black
{
  background:#000000!important;
} */
.text-center
{
  text-align: center;
  text-align: -webkit-center;
}
.text-right
{
  text-align: right!important;
}
.p-0
{
  padding: 0px;
}
.pt-5
{
  padding-top: 5rem;
}
.pt-4
{
  padding-top: 2rem;
}
.pl-4
{
  padding-left: 2rem;
}
.mt-5
{
  margin-top: 3rem;
}
.mb-0
{
  margin-bottom: 0px!important;
}
.pb-5
{
  padding-bottom: 5rem;
}
.pb-4
{
  padding-bottom: 2rem!important;
}
.pb-2
{
  padding-bottom: 1rem!important;
}
.pt-2
{
  padding-top: 1rem;
}
.fz-16
{
  font-size: 16px!important;
}
.fz-14
{
  font-size: 14px!important;
}
.fw-4
{
  font-weight: 400!important;
}
.fz-50
{
  font-size: 50px!important;
}
.fw-bold
{
  font-weight: bold!important;
}
.fz-18
{
  font-size: 18px!important;
}
.fz-22
{
  font-size: 22px!important;
}
.fz-20
{
  font-size: 20px!important;
}
.fz-35
{
  font-size: 35px!important;
}
.fz-32
{
  font-size: 32px!important;
}
.fz-30
{
  font-size: 30px!important;
}
.fz-90
{
  font-size: 90px!important;
}
.fz-78
{
  font-size: 78px!important;
}
.fz-200
{
  font-size: 200px!important;
}
.ws-19
{
  word-spacing: -19px;
}
.fw-6
{
  font-weight: 600!important;
}
.mis
{
  min-inline-size:max-content;
}
.text-gray
{
  color: gray!important;
}
.text-black
{
  color: #000000!important;
}
.text-white
{
  color: #ffffff!important;
}
.text-underline
{
  text-decoration: underline!important;
}

.mb-5
{
  margin-bottom: 3rem;
}
/*loader css*/
  .no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
/* .se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("http://smallenvelop.com/wp-content/uploads/2014/08/Preloader_2.gif") center no-repeat rgb(255 255 255 / 72%);
} */
/*menu css*/
#menu {
  font-family: 'Space Mono', monospace;
  background: #525050;
  display: flex;
  align-items: center;
  justify-content: center;
    height: 510px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -20px;
    right: -4%;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    width: 510px;
    z-index: 1100;
    border-radius: 50%;
}
#menu.open {
  opacity: 1;
  visibility: visible;
}
#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#menu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#menu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#menu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#menu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#menu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#menu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#menu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#menu.open li {
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
          text-align: -webkit-center;
}
#menu ul:hover a {
  opacity: 0.5;
}
#menu ul a {
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#menu ul a:hover {
  opacity: 1;
}
#menu .main-nav {
  position: relative;
}
#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .main-nav ul.lang-switch {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
#menu .main-nav ul.lang-switch li a{
  display: inline-block;
  text-transform: uppercase;
}
#menu .main-nav ul li.lang-item-first a:after {
  content: '/';
  color:#fff;
  font-weight: 400;
}
#menu .main-nav ul li.current-lang a {
  font-weight: bold;
}
#menu .main-nav a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  padding: 1px 0px;
  /*font-weight: bold;*/
  text-decoration: none;
  /* text-transform: uppercase; */
}
#menu .main-nav a.extra-link {
  padding: 0;
  margin-bottom: 2px;
}
#menu .main-nav a.normal-first {
  padding-top: 5px;
}
#menu .main-nav a:first {
  padding-top: 0;
}
#menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
}
#menu .menu-footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.toggle-menu {
  background-color: #FF00FF;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 64px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 64px;
    z-index: 1110;
    margin-top: 15px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.toggle-menu span {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px );
  position: absolute;
  top: calc(50% - 1px );
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
      width: 18px;
    left: 4px;
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu.active span {
  background-color: transparent;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
hr.menu-divider
{
	width: 50%;
    margin: 6px 25%;
}
/*menu css*/

.single-event-page input[type=checkbox] {
  transform: scale(1.2);
}

.single-event-page input[type=checkbox] {
  width: 30px;
  /*height: 30px;*/
  margin-right: 8px;
  cursor: pointer;
  font-size: 11px;
  visibility: hidden;
}

.single-event-page input[type=checkbox]:after {
      content: " ";
    /* background-color: #fff; */
    display: inline-block;
    margin-left: 5px;
    padding-bottom: 5px;
    color: #00BFF0;
    width: 16px;
    height: 16px;
    visibility: visible;
    border: 1px solid #00BFF0;
    padding-left: 3px;
    border-radius: 3px;
}

.single-event-page input[type=checkbox]:checked:after {
  content: "\2714";
    padding: 0px 2px;
}

/* form starting stylings ------------------------------- */
.group            {
  position:relative;
  margin-bottom:45px;
}
.single-event-page input[type="text"], .single-event-page input[type="email"]
 {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
    background: transparent;
    width: 92%;
    font-weight: 600;
  border:none;
  border-bottom: 1px solid #00dcff;
}
.single-event-page input:focus         { outline:none; }

/* LABEL ======================================= */
.single-event-page label
{
  color:#00dcff;
  font-size:18px;
  font-weight:normal;
  /*position:absolute;*/
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

/* active state */
.single-event-page input:focus ~ label, .single-event-page input:valid ~ label        {
  top:-20px;
  font-size:14px;
  color:#00dcff;
}

/* BOTTOM BARS ================================= */
.bar    { position:relative; display:block;  }

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}

.home-gallary .gallary-box
{
height: 160px;
width: 160px;
margin-top: 20px;
padding: 54px 19px;
}
.home-gallary .gallary-box .fa
{
  font-size: 47px;
}
.home-gallary .gallary-box  h6
{
  font-size: 20px;
}
.shorting-div
{
      display: inline-flex;
    border: 1px solid #ffdc00;
    padding: 2px 14px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 700;
    color: #444444;
}
.shorting-div i
{
      font-size: 22px;
    padding: 5px 5px 0px 0px;
}
.shorting-div p
{
  word-break: break-all;
}
 .image-section img
 {
  border-radius: 13px;
 }
.image-view
{
      position: absolute;
    bottom: 0;
    background: #000000;
    width: 98.3%;
    color: #ffffff;
    text-align:center;
    padding: 12px 40px;
    border-radius: 0px 0px 13px 13px;
}
.image-view h2
{
  color: #ffffff;
  margin-bottom: 0px;
  text-align:center;
}
.project h2
{
    color: #000000;
    font-size: 37px;
    font-weight: bold;
}
.artboard h2
{
  padding: 19px 15px;
  font-size: 24px;
  font-weight: 700;
  text-transform: initial;
}
.artboard-portfolio, .event-page-content
{
  padding: 0px 15px;
  margin: 15px 0px;
}
.artboard-portfolio img, .event-page-content img
{
      border-radius: 7px;
}
.event h3
{
    text-align: left;
    font-size: 32px;
    margin-bottom: 10px;
}
.event .form-control
{
      border: 1px solid#4edcff;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
}
.event form select:after
{
  content: "/f078";
  font-family: FontAwesome;
  font-size: 18px;

}
.artboard h2:after, .event h2:after, .project h2:after, .image-view h2:after, .single-Materials-page h2:after
{
  background:transparent;
}
.single-Materials-page img
{
width: auto!important;
}
.divider
{
  height: 1px;
    background: magenta;
}
.event-page-content h2{
  margin-bottom: 10px;
  padding-bottom: 0px;
      font-size: 24px;
    /*color: #000000;*/
        font-weight: 800;
}
.event-page-content h5
{
  margin-bottom: 20px;
      font-size: 16px;
}
.event-page-content a
{
  font-size: 14px;
  color:#0A0A0A;
  text-decoration: underline;
}
/*search icon css*/
#wrap {
  display: inline-block;
  height: 60px;
  float: right;
  position: relative;
}

#wrap input[type="text"] {
  height: 64px;
  background: url('images/search.png') center center no-repeat;
  font-size:20px;
  display: inline-block;
  font-weight: 100;
      color: #ffffff;
  outline: none;
  padding: 15px;
    padding-right: 44px;
  width: 0px;
  position: absolute;
  top: 15px;
  right: 76px;
  background: #000000;
  border: 2px solid #000000;
  /* z-index: 2; */
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  border-radius: 36px;
}
input:focus
{
	outline: none;
}

#wrap input[type="text"]:focus {
  width: 400px;
  z-index: 1;
  cursor: text;
  outline: none;
}
.search-icon{
  position: absolute;
  left: -120px;
  top: 33px;
  width: 28px;
  height: 28px;
  z-index: 9;
}
#wrap input[type="button"] {
  height: 62px;
  width: 64px;
  float: right;
  /* background: url('images/search.png') center center no-repeat; */
  text-indent: -10000px;
  background-size: 41%;
  position: absolute;
  top: 15px;
  right: 76px;
  z-index: 2;
  cursor: pointer;
  border: 2px solid #000000;
  cursor: pointer;
  transition: opacity .4s ease;
  border-radius: 36px;
}
.back-future-description p
{
  font-size: 35px!important;
  font-weight: 500!important;
}
.list-link {
  font-family: 'Space Mono', monospace;
}
.list-link a
{
  padding: 0px 15px 0px 0px;
}
.h-133
{
  height: 133px;
}
.extra-link
{
    min-width: 234px;
    margin-bottom: 2px;
        margin: 0px 142px;
}
.back-future.extra-link
{
	background: #FF00FF;
}
.Present-future.extra-link
{
	background: #00FF00;
    color: #000000!important;
}
.drawing.extra-link
{
	    background: #0000FF;
}
.gallary a, .gallary-page a
{
  color:#000000;
}
.search-input
{
  border: none;
    border-bottom: 1px solid magenta;
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding: 6px 0px;
    font-size: 20px;
}

.gallary .col-lg-2 {
    width: 20%;
    text-align: -webkit-center;
}
.gallary-page .gallary-box
{
height: 150px;
    width: 150px;
}
.overlay-side-gallary .gallary-box
{
  height: 130px;
    width: 130px;
}
.art-head
{
      padding: 5px;
    margin: 15px 0px;
    border-radius: 5px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    display: inline-block;
}
.gallary-page  .all-gallary:nth-last-child(3)

{
  border-right:none;
}
.gallary-box
{
	text-align: center;
    border: 3px solid #000000;
    margin-bottom: 15px;
    padding: 49px 7px;
    border-radius: 50%;
    height: 130px;
    width: 130px;
        cursor: pointer;
    background: #ffffff;
    line-break: anywhere;
}
.gallary-discription-box
{
      width: 200px;
    height: 200px;
    padding: 76px 0px;
    font-size: 20px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.gallary-discription-box h6
{
      font-size: 20px;
}
.gallary-box h6
{
	font-weight: 700;
	font-size: 16px;
}
.body-wapper h2
{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-transform: none;
}
.body-wapper h2.smaller{
  font-size: 32px;
}
.read-more {
  text-transform: uppercase;
  font-family: 'Space Mono', monospace;
}
.body-wapper h3
{
   font-size: 24px;
    text-align: initial;
    color: #000000;
    margin-top: 0px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}
.body-wapper h2:after
{
display: none;
}
.navbar
{
position: fixed;
    z-index: 9;
}
.body-wapper
{
/*padding-top: 85px;*/
}
.logo {
  padding-top:15px;
}
.logo img
{
      width: 248px!important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    /*background: beige;*/
    z-index: 9;
}

.sticky + .content {
  padding-top: 102px;
}
body
{
    background: #F2F2F2;
}
.gallary-tittle
{
  font-size: 20px;
    font-weight: bold;
    color: #0A0A0A;
    margin-bottom: 2px;
    margin-top: 27px;
    font-family: 'SpaceGrotesk-Bold', sans-serif!important;
}
/*.border-right-yellow
{
  border-right: 1px solid #FFDC00;
}
.border-left-yellow
{
  border-left: 1px solid #FFDC00;
}
.border-left-light-blue
{
  border-left: 1px solid #00DCFF;
}
.border-right-light-blue
{
  border-right: 1px solid #00DCFF;
}
.border-left-light-orange
{
  border-left: 1px solid #FF6400;
}
.border-right-black
{
  border-right: 1px solid #000000;
}
.border-left-black
{
  border-left: 1px solid #000000;
}*/
.text-light-yellow
{
  color: #FFDC00!important;
}

.text-light-pink
{
  color: magenta!important;
}
.text-light-blue
{
  color: #00DCFF!important;
}
.text-light-orange
{
  color: #FF6400!important;
}
.text-light-green
{
   color: #00FF00!important;
}
.text-blue
{
   color: #0000FF!important;
}
.h-800
{
  height: 800px;
}
/*event page*/
.event-content
{
  text-align: left;
  text-align: -webkit-left;
}
.event-content h3
{
  margin-top: 10px;
  margin-bottom: 0px
}
.event-content h6
{
  margin-top: 2px;
  color: #656161;
  font-size: 16px;
  margin-bottom: 15px;
}
.event-content p
{
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.event-content a, .event-page-description a
{
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-align:left;
}
/*event description page */
.event-page-description h3
{
  margin-top: 15px;
  margin-bottom: 15px;
}
.event-page-description p
{
    font-size: 20px;
    text-align: left;
    color: #000000;
}
.event-page-description
{
text-align:left;
}
.tabs {
  font-family: 'Space Mono', monospace;
}
.tabs .btn
{
  background: transparent;
    border: 1px solid #fcde00;
    padding: 10px 20px;
    border-radius: 5px;
    color: #000000;
    margin: 0px 8px;
    font-size: 16px;
    cursor: pointer;
    /*font-weight: 600;*/
}
@media (max-width:1732px) {
  .tabs .btn {
    padding: 10px;
  }
}
@media (max-width:1515px) {
  .tabs .btn {
    margin: 0
  }
}
@media (max-width:1341px) {
  .tabs .btn {
    font-size: 15px;
  }
}
@media (max-width:1293px) {
  .tabs .btn {
    font-size: 14px;
  }
}
@media (max-width:1243px) {
  .tabs .btn {
    font-size: 13px;
  }
}
@media (max-width:1194px) {
  .tabs .btn {
    font-size: 12px;
  }
}
@media (max-width:1145px) {
  .tabs .btn {
    font-size: 11px;
  }
}
@media (max-width:1095px) {
  .tabs .btn {
    padding: 5px;
  }
}
.tabs .btn.active
{
      background: #fcde00;
}
/*.nav > li
{
    border: 1px solid #FFCF00;
    border-radius: 5px;
}
.nav-pills > li + li {
    margin-left: 19px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus
{
      color: #000000;
    background-color: #ffcf00;
}
.nav-pills > li > a
{
  color: #000000;
      padding: 5px 16px;
}*/
/*searchbox css*/
.searchBox {
    position: absolute;
    top: 5%;
     left: 92%;
    transform:  translate(-50%,50%);
    background: #2f3640;
    height: 40px;
    border-radius: 40px;
    padding: 10px;


}

.searchBox:hover > .searchInput {
    width: 240px;
    padding: 0 6px;
}

.searchBox:hover > .searchButton {
  background: white;
  color : #2f3640;
}

.searchButton {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.searchInput {
    border:none;
    background: none;
    outline:none;
    float:left;
    padding: 0;
    color: white;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;

}
.evidence {
  position: relative;
}

.evidence .image {
  display: block;
  width: 100%;
  height: auto;
}

.evidence .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff00ff;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.evidence:hover .overlay {
  height: 50%;
}

.evidence .text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*footer*/
.footer, .footer a
{
  color:#ffffff;
  font-size: 20px;
  text-decoration: none;;
}
 .footer a
 {
      cursor: pointer;
 }




 /*page overlay*/

.overlay-gallary {
  height: 100%;
  width: 60%;
  position: fixed;
  z-index: 9;
  top: 0;
  right:-100%;
  background-color: #F2F2F2 /*#dcd9d9*/;
  overflow-x: hidden;
  transition: right .5s ease-out;
  /* padding-top: 3%;
  padding-bottom: 3%; */
}
.overlay-gallary.show {
  right: 0;
}

.overlay-content {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}
.overlay-content .container {
  max-width: 100%;
}
.body-wapper, .logo {
  transition: filter .5s ease-in-out;
}
.blur {
    filter: blur(10px);
}
.overlay-gallary > a {
  display: block;
  transition: 0.3s;
}
.overlay-gallary .closebtn {
      position: fixed;
    top: 36px;
    right: calc(-100% - 45px);
    font-size: 53px;
    background: #ff00ff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 0px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    z-index: 999;
    transition: right .5s ease-out;
}
.overlay-gallary.show .closebtn {
  right: 45px;
}
.overlay-art p
{
  font-size: 20px;
}
.art-dropdown
{
      padding: 7px 17px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}
.overlay-shorting
{
  border: 1px solid;
    padding: 5px 11px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}
.back-future-description {
  background: #F2F2F2;
}
.back-future-description .back-to-future-overlay  p
{
  /* font-size: 20px; */
  color:#000000;
}
/*gallary css*/
.text-center
{
  text-align: center;
  text-align: -webkit-center;
}
/*masonary image gallary*/
.masonry.Curatori .grid
{
  display:block;
}
      .masonry {
  columns: 2;
  /*column-gap: 16px;*/
   column-gap: 41px;
  display: inline-flex;
}
@media (max-width: 1200px) {
  .masonry {
    columns: 2;
  }
}
@media (max-width: 992px) {
  .masonry {
    columns: 2;
  }
}
.masonry .grid {
  display: inline-block;
  /*margin-bottom: 16px;*/
  /* margin-bottom: 10%; */
  position: relative;
}
.masonry .grid img {
  width: 100%;
  border-radius: 5px;
}
.masonry .grid__title, .progetti .grid__title{
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  text-align: inherit;
}
.masonry .grid__author {
  font-size: 14px;
  font-weight: 300;
  color:#000000;
}

.recommnded-link
{
  display: inline-flex;
}
.recommnded-link img
{
  width: 55px!important;
  border-radius: 50%;
  height: 55px;
  margin: 0px 15px;
}
@media screen and (max-width: 450px) {
  .overlay-gallary a {font-size: 20px}
  .overlay-gallary .closebtn {
  /*font-size: 40px;*/
  top: 0px;
  right: 0px;
  }
}
@media screen and (max-width: 620px) {
.searchBox:hover > .searchInput {
    width: 150px;
    padding: 0 6px;
}
.body-wapper h2
{
  text-align: center;
    margin-bottom: 20px;
}
.tabs .btn
{
  display: inline-block;
  margin: 9px 8px;
}
.event-content, .event-content h3, .body-wapper h3, .body-wapper
{
  text-align: center!important;
}
}
@media screen and (max-width: 400px) and (min-width: 320px)
{
  .gallary .col-lg-2
{
  width:100%;
}
.tabs .btn
{
      display: block;
          margin: 9px 8px;
}
}
@media screen and (max-width: 485px) and (min-width: 401px)
{
  .gallary .col-lg-2
{
  width:50%;
}
}
@media screen and (max-width: 991px) and (min-width: 486px)
{
  .gallary .col-lg-2
{
  width:33%;
}
}
@media screen and (max-width: 991px)
{
  .overlay-gallary
  {
    width: -webkit-fill-available;
  }
}





.wrap-player .player, html .player {
  /* width: 500px; */
  height: 75px;
  background: #455a64;
  position: relative;
  color:#ffffff;
  text-align: left;
}
.wrap-player .player .album-art, html .player .album-art {
  position: absolute;
  left: 0;
  width: 15%;
  height: 84%;
  box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.4);
  padding: 5px;
}
.wrap-player .player .album-art .cover, html .player .album-art .cover {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
  background: url("https://upload.wikimedia.org/wikipedia/en/6/67/Foo_Fighters_8LP_Sonic_Highways.jpg");
  background-size: cover;
}
.wrap-player .player .description, html .player .description {
  position: relative;
  top: 20%;
  left: 20%;
  overflow: hidden;
}
.wrap-player .player .description .title, html .player .description .title {
  font-size: 24px;
}
.wrap-player .player .description .sub-title, html .player .description .sub-title {

  color: #999;
}
.wrap-player .player .play-button, html .player .play-button {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 10%;
  border-radius: 50%;
  top: -25px;
  background: white;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.35);
  text-align: center;
  line-height: 57px;
  font-size: 26px;
  color: #D32F2F;
  cursor: pointer;
}
.wrap-player .player .play-button .lp-background, html .player .play-button .lp-background {

  position: absolute;
}
.wrap-player .player .play-button i, html .player .play-button i {
  z-index: 100;
}
.wrap-player .player .play-button .fa-pause, html .player .play-button .fa-pause {
  z-index: 100;
  position: absolute;
  right: 17.5px;
  top: 17.4px;
  color: white;
  font-size: 20px;
}
.wrap-player .player .play-button:hover, html .player .play-button:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.5);
}
.wrap-player .player .time-indicator, html .player .time-indicator {
  position: absolute;
  right: 11%;
  /*top: 60%;*/
  font-size: 13px;
  /*font-weight: 100;*/
}
.wrap-player .player .time-indicator i, html .player .time-indicator i {
  color: #D32F2F;
}
.wrap-player .player .progress-bar, html .player .progress-bar {
  width: 100%;
  top: 100%;
  opacity: 0;
  height: 0;
  position: absolute;
  cursor: pointer;
}
.wrap-player .player .progress-bar .runner, html .player .progress-bar .runner {
  height: 4px;
  background: #F44336;
}
.wrap-player .player .visualizer, html .player .visualizer {
  position: absolute;
  top: 25%;
  left: 37.5%;
  width: 0%;
  height: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wrap-player .player .visualizer div, html .player .visualizer div {
  width: 2px;
  background: #F44336;
  float: left;
  height: 0%;
  margin-right: 5px;
  transition: all 0.1s ease;
}
.wrap-player .player.paused, html .player.paused {
  border-bottom: none;
}
.wrap-player .player.paused .visualizer, html .player.paused .visualizer {
  opacity: 0;
}
.wrap-player .player.paused .lp-background, html .player.paused .lp-background {
  opacity: 0;
}
.wrap-player .player.paused .play-button .fa-pause, html .player.paused .play-button .fa-pause {
  opacity: 0;
}
.wrap-player .player.playing .description, html .player.playing .description {
  opacity: 0;
}
.wrap-player .player.playing .album-art, html .player.playing .album-art {
  width: 0px;
  opacity: 0;
}
.wrap-player .player.playing .visualizer, html .player.playing .visualizer {
  left: 5%;
  width: 65%;
}
.wrap-player .player.playing .progress-bar, html .player.playing .progress-bar {
  height: 4px;
  margin: 0;
  opacity: 1;
}
.wrap-player .player.playing .description, html .player.playing .description {
  left: 0%;
  opacity: 0;
}
.wrap-player .player.playing .play-button, html .player.playing .play-button {
  background: transparent;
}
.wrap-player .player.playing .play-button .fa-play, html .player.playing .play-button .fa-play {
  opacity: 0;
}


.vedio-icon-position
{
   position: absolute;
 top: 50%;
 left: 50%;
}
.video-icon-style
{
   width: 45px;
 height: 45px;
}
.tag
{
  position: absolute;
 top: 6%;
 right: 4%;
 left:unset;
}
.tag-content
{
  background: #656161;
  color: #ffffff;
  padding: 4px 14px;
  font-size: 14px;
  border-radius: 5px;
}
.tag-content p
{
  margin-bottom: 0px;
}
.text-transform-capital
{
  text-transform: capitalize;
}
.position-relative
{
  position:relative;
}





/* audio  */
.modal-body .close
{
  background:none;
  font-size: 20px;
  border:none;
}
.audio-player {
  padding: 9px 7px;
background-color: white;
/*margin: 11px 0px;*/
}
.audio-player .player-controls {
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
}
.audio-player #radioIcon {
width: 30px;
height: 30px;
background: url("https://image.flaticon.com/icons/svg/149/149429.svg") no-repeat center;
}
.audio-player .play-btn {
-webkit-appearance: none;
outline: none;
cursor: pointer;
border: none;
width: 30px;
height: 30px;
background: url("https://image.flaticon.com/icons/svg/149/149125.svg") no-repeat center;
background-size: contain;
}
.audio-player .play-btn.pause {
background: url("https://image.flaticon.com/icons/svg/149/149127.svg") no-repeat center;
background-size: contain;
}
.audio-player p {
margin: 0 0 0 5px;
line-height: 1;
display: -webkit-inline-box;
display: inline-flex;
}
.audio-player p small {
font-size: 10px;
}
.audio-player .seekObjContainer {
position: relative;
width: 300px;
margin: 0 5px;
height: 5px;
}
.audio-player .seekObjContainer .seekObj {
position: relative;
width: 100%;
height: 100%;
background-color: #e3e3e3;
border: 1px solid black;
}
.audio-player .seekObjContainer .seekObj .percentage {
position: absolute;
left: 0;
top: 0;
height: 100%;
background-color: coral;
}

.gallary-box a
{
  text-decoration: none;
}
.gallary-box h6
{
  color: #000000;
}
#search>input
{
  background: #000000;
}
.font-weight-regular {
  font-weight: 400!important;
}
.break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.flex-center {
  display: flex;
  align-items: center;
}
p.bigger, .bigger {
  font-size: 16px;
}
.font-weight-medium {
  font-weight: 500;
}
.box-bigger {
  width: 100%!important;
  padding: 0;
  margin: 0;
  height: 100%!important;
  padding-bottom: 100%;
  position: relative;
}
.overlay-side-gallary .box-bigger h6{
  left: 0;
  right: 0;
}
.box-bigger h6 {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 10px;
  text-align: center;
  transform: translateY(-50%);
  padding: 20px;
}
.single-project-footer {
  font-family: 'Space Mono', monospace;
}
.text-transform-none {
  text-transform: none;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.d-block {
  display: block;
}
.line-1 {
  line-height: 1.2em;
}
.mt-0 {
  margin-top: 0!important;
}
.social + p a {
  display: inline-block;
}
.search-inner input[type="text"]{
  width: 100%;
  border:0;
  background: transparent;
  border-bottom: 1px solid #FF00FF;
}
.search-inner {
  margin-top: 20px;
  font-size: 1.4em;
}
.search-galleries-outer {
  display: none;
}
.search-galleries-outer:first-child, .search-galleries-outer:nth-child(2), .search-galleries-outer:nth-child(3), .search-galleries-outer:nth-child(4) {
  display: block;
}
.search-artworks-outer {
  display: none;
}
.search-artworks-outer:first-child, .search-artworks-outer:nth-child(2), .search-artworks-outer:nth-child(3), .search-artworks-outer:nth-child(4), .search-artworks-outer:nth-child(5) {
  display: block;
}
.text-mono {
  font-family: 'Space Mono', monospace;
}
h3.week {
  font-size: 32px;
}
.background-transparent {
  background: transparent;
}
.event-content h3 {
  font-size: 20px;
  color:#656161;
}
.event-content a {
  font-size: 14px;
}
.d-inline-block {
  display: inline-block;
}
.title-data span{
  font-size: 40px;
}
.title-event {
  font-weight: 600!important;
}
.event-content h3.title-curatori {
  font-weight: bold;
  font-size: 24px;
  color:#000;
}
.b-none {
  border:0;
}
.subtitle {
  font-size: 24px;
  color:#070707;
  margin-top: 10px;
}
.tabs .btn {
  display: inline-block;
  margin-bottom: 20px;
}
.gallary-page.one-column .all-gallary >div, .event.one-column .single-recommended, .week-content.one-column > .row >div{
   clear:both;
}
.side-gallery {
  display: none;
}
.gallary-page.one-column .side-gallery, .event.one-column .side-gallery, .week-content.one-column .side-gallery {
  display: block;
}
.side-gallery h2 {
  font-size: 32px;
  display: flex;
  justify-content: space-between;
}
.sorting-col {
  margin-right: 20px;
}
.post-type-archive-recommended .body-wapper, .post-type-archive-events .body-wapper{
  min-height: calc(100vh - 150px);
}
.post-type-archive-recommended .left-line:last-child, .post-type-archive-events .left-line:last-child {
  top: 200px;
  position: relative;
  height: calc(100vh - 200px);
}
.text-gray {
  color:#444444!important;
}
a.carousel-control i.fa {
  font-size: 20px!important;
}
.carousel-inner > .item {
  padding: 0
}
.post-type-archive-videos .well {
  margin-top: 20px;
}
.video-title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
.video-title + p{
  font-size: 16px;
}
.closebtn {
  position: relative;
}
.closebtn:before, .closebtn:after {
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
  transform: translate(-50%,-50%);
}
.closebtn:before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.closebtn:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.search-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  background: #000;
  display: block;
  margin-right: 15px;
}
.search-button:before {
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url('images/search.png') center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.recommended-thumb {
  padding-bottom: 59%;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}

.body-wapper{
  margin-top: 180px;
}

.home .body-wapper{
  margin-top: 0!important;
}

.see-more-text-more {
  display: none
}
.about-title .subtitle {
   font-size: 24px!important
}
.about-title .subtitle span {
  display: inline-block;
  font-size: 24px!important;
}

.text-present {
  color:#00FF00!important;
}
.text-back {
  color:#FF00FF!important;
}
.text-disegni {
  color:#0000FF!important;
}
.opre {
  width: 100%;
  display: inline-block
}
.overlay-gallary .overlay-content .opre p {
    font-size: 1.2em;
}

.front-partners h2{
	font-size: 30px !important;
}
.logo-illy{
	max-width: 190px;
}
.logo-sp{
	max-width: 260px;
}
.overlay-gallary .overlay-content p {
    font-size: 2rem;
}
.dida .text-container{
	    font-size: 2rem;
		text-align: left !important;
    color: #000 !important;
}
.dida.event-page-description{
	height: auto !important;
}
.column h4 {
    font-size: 24px;
    font-weight: bold;
}
.overlay-content .event-page-description{
	height: auto !important;	
}
.overlay-gallary .overlay-content .opre .event-page-description{
	text-align: left !important;
    color: #000 !important;
}
.home .event-page-description{
	display:block !important;
}
@media (max-width: 991px){
	.masonry .odd img {
		margin-left: 0 !important;
	}
	.home #menu.open {
		transform: scale(1.4);
	}
	.home #menu {
		top: 70% !important;
		right: 0% !important;
	}
	.overlay-gallary .closebtn{
		position: absolute;
		width: 40px;
		height: 40px;
		right: unset !important;
		left: 50%;
		transform: translateX(-50%);	
	}
	.lang-switch{
		position:relative;
		top:unset;
		transform:none;
	}
	.lang-switch li:first-child:after{
		display:none;
	}
	.overlay-content h2{
		text-align:center;
		font-size:26px;
	}
	.home .navbar .container{
		width: auto !important;
	}
	.home .event-page-description{
		height: auto !important;
	}
}
@media (max-width: 768px){
	.home .eventi-single a:not(.text-mono):not(.find-more) .thumb-home-outer, .home .percorsi-container a:not(.text-mono):not(.find-more) .thumb-home-outer {
		width: 100%;
	}
	.home .find-more{
		top:0;
		right: 0;
		left: 50%;
		transform:translateX(-50%);
		width: 40px;
		height: 40px;
		line-height: 1.2;
		    font-size: 41px;
	}
	.home .eventi-single .pb-5, .home .percorsi-single .pb-5{
		padding-bottom: 2rem;
	}
	.logo-sp{
		background-color:#f1f3f4;
	}
	.home-powered{
		text-align:center;
		margin-top:40px;
	}
	.home .gallary-discription-box{
		    width: 130px;
			height: 130px;
			margin-top: 40px;
	}
	.home .navbar .xyz-menu-container {
		transform: scale(0.7);
	}
	.footer.bg-black.footer-black{
	  z-index: 6!important;
    width: auto !important;
    padding-left: 0;
	}
	.home .back-to-future-overlay{
		padding-top:6rem;
	}
	.videoSidebar-cont {
		margin-right: 0;
		margin-left: 0;
	}
	.curatore-outer{
		margin-bottom:30px;
	}
	.home .eventi-single .pb-5, .home .percorsi-single .pb-5 {
		padding-bottom: 0rem;
		padding-top: 8rem;
	}
	.home .find-more{
		left: calc( 50% + 1px );
	}
	.overlay-gallary .container{
		width: auto !important;
	}
	.footer-single-event{
		display: flex;
		flex-flow:column;
		align-items: center;
	}
	.footer-single-event .share-event{
		position: relative !important;
	}
	.footer-single-event .share-event .social-container{
		text-align: center !important;
		margin-top: 20px;
	}
	h3.week {
		font-size: 20px !important;
	}
	.body-wapper h2{
		font-size: 24px !important;
	}
	.fz-32{
		font-size: 22px !important;
	}
	.overlay-gallary .overlay-content p {
		font-size: 14px !important;
		text-align: center !important;
	}
	.overlay-gallary .overlay-content .opre .event-page-description{
		text-align: center !important;
	}
	.overlay-gallary a{
		font-size: 14px !important;
	}
	.booking-modal .title-event{
		margin-top: 50px !important;
	}
	.dida .text-container{
		font-size: 14px !important;
		text-align: center !important;
	}
	.body-wapper h3	{
		font-size: 18px;
	}
	.body-wapper {
		padding-top: 20px !important;
	}
	.see-more-text-first{
		font-size: 25px !important;
		line-height: 40px !important;
		font-weight: 500 !important;
	}
	.video-side-container {
		width: 100%;
	}
	.video-title{
		font-size: 16px !important;
	}
	.overlay-content .event-page-description span, .overlay-content .event-page-description p{
		text-align: center !important;
	}
	.overlay-content .event-page-description{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
@media (max-width: 767px){
	.footer img {
		left: auto !important;
		transform: none !important;
		top: 0;
    margin-left: 0 !important;
	}
}
