@font-face {
  font-family: 'GothamLight';
  src: url('gotham-light-webfont.eot');
  src: url('gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('gotham-light-webfont.woff') format('woff'),
  url('gotham-light-webfont.ttf') format('truetype'),
  url('gotham-light-webfont.svg#GothamLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBook';
  src: url('gotham-book-webfont.eot');
  src: url('gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
  url('gotham-book-webfont.woff') format('woff'),
  url('gotham-book-webfont.ttf') format('truetype'),
  url('gotham-book-webfont.svg#GothamBook') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamMedium';
  src: url('gotham-medium-webfont.eot');
  src: url('gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
  url('gotham-medium-webfont.woff') format('woff'),
  url('gotham-medium-webfont.ttf') format('truetype'),
  url('gotham-medium-webfont.svg#GothamMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

a:link,
a:visited {
  outline: none;
  text-decoration: none;
  color: white;
  -moz-transition: color 0.5s linear;
  transition: all 0.5s linear;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: underline;
  color: white;
  -moz-transition: color 0.5s linear;
  transition: all 0.5s linear;
}

h1,
h2,
h3,
h4 {
  font-family: GothamMedium, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/*
h1 {
  font-size: 2em;
  margin: 14px 0 15px;
  text-transform: uppercase;
}
h2 {
  font-size: 1.75em;
  margin: 14px 0 15px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.5em;
  margin: 14px 0 15px;
}
*/
h1,
h2 {
  font-size: 20px;
  color: white;
  margin: 0 0 20px;
}
h3 {
  color: white;
  margin: 0 0 10px;
}
h4 {
  color: white;
  margin: 0;
}

html {
  overflow-x: auto;
  overflow-y: scroll;
}
html.with-featherlight {
  overflow-y: scroll !important;
}

html, body {
    height: 100%;
    background-color: black;
}

body {
  margin: 0;
  font-family: GothamLight, Helvetica, Arial, sans-serif;
  color: white;
    letter-spacing: 0.1em;
}

#wrapper {
  min-height: 100%;
}

#homepage_wrapper{
	height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.homepage_logo{
	height: 22px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.homepage_logo a{
	height: inherit;
}

.homepage_logo img{
	height: inherit;
}
h1.logo {
    width: 130px;
    height: 16px;
    background-image: url(../img/montes_logo_1.svg);
    background-size: 130px 16px;
    text-indent: -9999px;
    display: inline-block;
    background-color: transparent !important;
    float: none;
    position: relative;
}

#wrapper_slider_cont{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	height: 100%;
    display: flex;
	justify-content: center;
}

#wrapper_slider{
    width: 1600px;
	height: calc(100% - 150px);
	padding: 100px 0px 50px 0px;
    display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}


#site {
  padding-bottom: 150px; /* must be at least same height as the footer */
  width: 100%;
  margin: 0 auto;
}

#footer {
  position: relative;
  margin-top: -100px; /* negative value of footer height */
  height: 99px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/*-----------------------------
GENERAL
------------------------------*/
.maxwidth {
	clear: both;
	width: 1600px;
	margin: 0 auto;
	position: relative;
	top: 0px;
}

.centered {
	display: grid;
    justify-items: center;
}

.top {
	min-height: 22px;
	padding: 30px 0 19px;
}

.uptotop {
	top: -61px;
}

.header {
	font-family: GothamBook, Helvetica, Arial, sans-serif;
    letter-spacing: 0.2em;
	z-index: 1000;
	position: relative;
	height: 90px;
}

.header hr {
  border: 0;
  width: 100%;
  color: #bbb;
  background-color: #bbb;
  height: 1px;
  margin: 0;
}

.header .logo {
	width: 130px;
    height: 16px;
    background-image: url(../img/montes_logo_1.svg);
    background-size: 130px 16px;
    text-indent: -9999px;
    display: inline-block;
    background-color: transparent !important;
    float: none;
    position: relative;
    top: 6px;
}

.top_selected {
  color: black !important;
  cursor: default;
}

.royalSlider img {
  width: 100%;
}

/* ---------------
main menu
------------------*/
#main-menu {
	font-size: 14px;
	width: auto;
	position: relative;
	top: 26px;
	float: right;
    display: flex;
    justify-content: right;
	color: #dfd4b6;
}

#main-menu div:nth-child(1) {
    text-align: left;
}
#main-menu div:nth-child(2) {
    text-align: center;
}
#main-menu div:nth-child(3) {
    text-align: right;
}
#main-menu div:nth-child(4) {
    text-align: right;
}

#main-menu a{
	cursor:pointer;
}

#main-menu a:link,
#main-menu a:visited {
  text-decoration: none;
  color: #999;
}

#main-menu a:hover,
#main-menu a:active {
  color: #f9eecf;
  text-decoration: none;
}

.header_shadow{
	height: 150px;
    width: 100vw;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.5;
	background-image: url("../imgs/header-shadow-1.png");
}
.header_shadow-w{
	height: 150px;
    width: 100vw;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.75;
	background-image: url("../imgs/header-shadow-2.png");
}
.header_shadow-b{
	height: 150px;
    width: 100vw;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.75;
	background-image: url("../imgs/header-shadow-1.png");
}

.header-subline{
	float: right;
    width: 100%;
    margin: 15px 0 0 0;
	text-align:right;
	font-size: 0.9rem;
	position: relative;
}

.header-subline >a{
  color: #000;
  text-decoration: none;
}

.header-subline-2{
	float: right;
    width: 100%;
    margin: 15px 0 0 0;
	text-align:right;
	font-size: 0.9rem;
	position: relative;
}

.header-subline-2 >a{
  color: #000;
  text-decoration: none;
}

/*-----------------------------
CONTENT
------------------------------*/
.overtxt{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	height: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
	z-index:1001;
	background-color:black;
	opacity:0.4;
	transition: all 0.5s linear;
}

.overtxt-block{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	height: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
	z-index:1002;
	background-color:transparent;
    transition: all 0.5s linear;
}

.overtxt-txt{
	width: 200px;
    height: 200px;
    color: black;
    background-color: #d0c6addd;
    padding: 75px;
    box-shadow: 4px 8px 20px #1f1d1822;
}

.overtxt-txt-p{
	line-height:1.5;
	color: white;
}


footer,
.content {
  margin-left: 0%;
}

.content {
  font-size: 16px;
  line-height: 24px;
}

.content img {
  display: block;
}

.about_content {
/*	width: calc(100% - 300px);
    margin-left: 300px;*/
}

img.full {
  width: 100%;
}

.full img{
  width: 100%;
}

.photo-video{
  width: 100%;
  height: 450px;
  margin: 20px 0;
}

#captchaimg {
  width: auto;
}

.project_image_first {
  margin: 20px 0;
}

.project_images {
  margin: 20px 0;
}
.project_images img {
  margin: 20px 0;
}

.project_title {
  margin: 0 0 20px 0;
}

.project_data {
  margin: 0 0 20px 0;
}

.project_services {
  font-size: small;
  line-height: 18px;
}
.project_services p {
    padding-bottom: 12px;
}

.project_description {
  margin: 0 0 20px 0;
}

.project_data {
  margin: 0 0 20px 0;
  font-size: small;
  line-height: 18px;
}

.project_tools {
  border-top: 1px solid #bbb;
  min-height: 30px;
  margin-bottom: 30px;
}

.project_share {
  float: right;
  padding: 10px 0;
}

.project_video {
  margin: 20px 0;
  min-height: 300px;
  background-color: black;
}

.proj_description {
  margin: 20px 0 0 0;
}

.project_gallery_label {
  text-transform: uppercase;
  font-family: GothamMedium, Helvetica, Arial, sans-serif;
  position: relative;
  top: 10px;
  color: #000;
}

.project_gallery_plus {
  background-color: #000;
  color: #fff;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  display: inline-block;
}

.proj_data{
    margin-top:-10px;
}



ul.project_thumbs {
  font-size: 0;
  line-height: 0;
  margin-bottom: 40px;
}
ul.project_thumbs li{
  list-style: outside none none;
  display: inline-block;
  margin: 0 20px 0 0;
}
ul.project_thumbs li:last-of-type {
  margin-right: 0;
}
ul.project_thumbs li img {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.5s linear;
}

ul.project_thumbs li img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
  transition: all 0.5s linear;
}

.awards_entry {
    margin-bottom: 12px;
}

.now_thumb {
  display: inline-block;
  margin: 0 10px 20px 10px;
}
.now_thumb img{
  display: block;
}

.proj_txtblock{
	position: relative;
}

.block_updown{
	
}
.block_updown_icon{
	height: 20px;
	position: absolute;
    right: 0px;
    top: 0px;
	cursor:pointer;
}

.block_closed{
	overflow:hidden;
	max-height: 40px;
}

.team_block{
	margin-bottom: 20px;
    width: calc(33% - 3px);
    display: inline-block;
    margin-right: 1px;
    vertical-align: top;
}

.team_pic{
	display: block;
    height: 300px;
    width: 100%;
    margin-right: 0px;
    vertical-align: top
}

.team_name{
	display: block;
    vertical-align: top;
    line-height: 1rem;
    padding: 10px 5px 5px 0;
    font-size: 1rem;
    color: #000;
}

.team_img{
	height: inherit;
	width:  inherit;
}
.team_img_2{
    opacity: 0.1;
}
.team_secondline{
	font-size: small;
    line-height: 1rem;
    padding: 0px 5px 0px 0;
    display: block;
}
.team_bio{
	font-size: 0.7rem;
    line-height: 1rem;
    padding: 5px 5px 0px 0;
    display: block;
}

.enlarge{
	cursor:pointer;
}

/*- Templates -*/
.block_title{
	text-align: center;
}

.block_text{
    color: #110f09;
	font-size: .9rem;
    line-height: 2rem;
	text-align: center;
}
.block_text a{
    color: #110f09;
    font-family: GothamBook;
}

.block_email{
	font-size: 0.8rem;
    color: black;
    line-height: 1.5rem;
	font-weight: 400;
	text-align: center;
}
.block_email a{
    color: black;
	font-weight: 400;
}



/*- Slider Portfolio-*/
.backstretch{
	z-index:1 !important;	
}

.oculto{
	visibility:hidden;
    opacity: 0;
    transition: opacity 500ms ease-in, visibility 0ms ease-in 500ms;
}

.visible{
	visibility: visible;
    opacity: 1;
    transition: opacity 500ms ease-in, visibility 0ms ease-in 0ms;
}

.hidden {
    display: none;
}


.slider_all{
	
}

.slider_max{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width: 100%;
	background-color:white;
	z-index:1000;
}

.slider_flex{
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    min-width: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_flex_2{
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    min-width: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_image_border{
	padding: 0px;
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.slider_image_container{
	padding: 0px;
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.slider_img{
	
}
.slider_toolbar{
	position: absolute;
    bottom: 50%;
    height: 24px;
    padding: 8px;
    text-align: center;
    width: calc(100% - 16px);	
}
.slider_num{
	display: inline-block;
	height: 24px;
	vertical-align: super;
}
.slider_left{
	height: 24px;
	vertical-align: baseline;
	position: absolute;
    left: 0px;
}
.slider_right{
	height: 24px;
	vertical-align: baseline;
	position: absolute;
    right: 0px;
}
.slider_icon{
	height: 14px;
    padding: 5px 15px;
	cursor: pointer;
}
.slider_iconclose{
	height: 24px;
    padding: 5px 15px;
	cursor: pointer;
}
.slider_close{
	position: absolute;
	right: 20px;
	top: 20px;
}

.gallery_img_horiz{
    height: inherit;
	width:auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery_img_vert{
	display: block;
    height: auto;
	width:auto;
}
.gallery_img_horiz img{
	height: auto;
	width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-flex: 0;
    flex: none;
}
.gallery_img_vert img{
	height: auto;
	width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-flex: 0;
    flex: none;
}



/*-----------------------------
LISTINGS
------------------------------*/
.contact_entry,
.about_entry,
.project_entry,
.press_entry {
  padding-top: 20px;
  margin-bottom: 60px;
  border-top: 1px solid #bbb;
  width: 50%;
  margin-left: 50%;
}
.proj_imgblock,
.press_item {
  margin-bottom: 20px;
}

.proj_imgblock{
	height: 500px;
	width: 100%;
	overflow:hidden;
    transition: height 200ms;
}

.proj_imgblock_3{
	/*height: 300px;*/
	width: 100%;
	overflow:hidden;	
}

.press_pub, .press_info {
  font-size: small;
  line-height: 18px;
}
.press_info {
}
.press_txtblock{
	margin-bottom: 50px;
}

.press_firstblock{
	margin-bottom: 50px;
}
.press_firstblock_link{
	text-decoration: none !important;
}
.press_firstblock_img{
	height: auto;
	width: 100%;
    margin-bottom: 10px;
	overflow: hidden;
}
.press_firstblock_img img{
	height: inherit;
    width: 100%;
}
.press_firstblock_img a{
	
}
.press_firstblock_info{
	width: 100%;
}
.press_firstblock_title{
	margin-bottom: 5px;
	font-weight: 600;
	text-decoration: none;
}
.press_firstblock_text{
	font-size: 13px;
    line-height: 1.4;
	text-align: justify;
	text-decoration: none;
}


.employee_name {
  font-family: GothamMedium;
}
.now_listing {
  line-height: 0;
}
.now_listing:hover img {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1);
  transition: all 0.5s linear;
}
.now_listing img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  transition: all 0.5s linear;
}
.first {
  border-top: 0 !important;
  padding-top: 0 !important;
}
.max_width {
  margin-left: 0 !important;
  width: 100% !important;
}
.stats_group {
  margin: 40px 0 0 0;
}
.chrono_year {
    float: left;
    width: 15%;
}
.chrono_txtblock{
    float: left;
	width: 85%;
}
.list-row:after {
    content: "";
    display: table;
    clear: both;
}

.project_block {
	margin: 0 20px 60px 0px;
    width: calc(50% - 13px);
    display: inline-block;
    border: 0px;
}
.project_block_par{
	margin: 0 0px 60px 0px;
}
.project_block_3{
	margin: 0 10px 60px 10px;
    width: calc(33.33333% - 20px);
    display: inline-block;
    border: 0px;
	float: left;
}
.project_block_3_last{
	/*-margin: 0 0px 60px 0px;-*/
}


.cover_press{
	display: none;
    visibility: hidden;
}
.block_cover_press{
	display: block;
    visibility: visible;
}
.bt_cover_press{
	display: none;
    visibility: hidden;
}


.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 60px;
}

.grid-item {

}

/*-----------------------------
FOOTER
------------------------------*/


footer {
  border-top: 1px solid #bbb;
  font-size: 12px;
  line-height: 20px;
  padding-top: 10px;
}

footer .address {
  float: left;
}

footer .credits {
  float: right;
}

footer .follow {
  float: right;
  margin-top: 5px;
}

/*-----------------------------
ICON
------------------------------*/
.wd_icon {
  display: inline;
  float: left;
  left: -29px;
  top: 18px;
  margin: 0 -29px 0 0;
  position: relative;
  background-image: url(../img/wd_icon.png);
  text-indent: -9999px;
  width: 14px;
  height: 14px;
}

/* form elements*/
a.fakebutton,
input,
textarea,
select {
  font-size: inherit;
  font-family: inherit;
  color: #000;
  border: 1px solid #BBB;
  background-color: #FFF;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

textarea.message {
  height: 150px;
}

input[type="submit"],
input[type="button"] {
  width: 100px;
  padding: 5px 0;
  cursor: pointer;
}

input[type="checkbox"] {
  text-align: left;
  width: auto;
}

label {
}

.contactsend {
  font-family: GothamMedium, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
}

.left_form {
  width: 125px;
  vertical-align: top;
  padding: 0 5px 0 0;
}

.right_form {
  width: 100%;
}

.contact_formblock .left_form {
  width: 135px;
}

.form_row {
  overflow: auto;
  clear: both;
  width: 100%;
  margin: 0 0 5px;
}

.form_end {
  clear: both;
}

small {
  font-size: 12px;
}
.err {
  color: red;
}

label.error {
  color: red;
}

.site-down {
  margin: 0 auto !important;
  display: block !important;
  text-align: center;
}

.homepage a{
  color: white !important;
}

.share-buttons {
  margin-top: 8px;
}


.force-white{
	color:white !important;;	
}

/********************************
*** RESPONSIVE 1200           ***
********************************/
@media screen and (max-width: 1620px) {

  .maxwidth {
    width: 1200px;
  }
  
  #wrapper_slider{
    width: 1200px;
  }

  footer,
  .content {
    margin-left: 0%;
	min-width: 600px;
	width: 100%;
  }
  
  .slider_image_container{
  }



.proj_imgblock_3 {
	height: 350px;
    transition: 200ms;
}
  
  
}

/********************************
*** RESPONSIVE 1100           ***
********************************/
@media screen and (max-width: 1260px) {

    .maxwidth {
        width: 960px;
    }
	
	#wrapper_slider{
		width: 960px;
	}

    footer,
    .content {
        margin-left: 0%;
        min-width: 600px;
        width: 100%;
    }

    #site {
        margin-top: 30px;
    }

    .slider_image_container{
    }

    .grid-container {
    }

    .proj_imgblock_3 {
        height:300px;
        transition: 200ms;
    }

}




/********************************
*** RESPONSIVE 1024           ***
********************************/
@media screen and (max-width: 1160px) {

  .maxwidth {
    width: 900px;
  }
  
	#wrapper_slider{
		width: 900px;
	}

  footer,
  .content {
    margin-left: 0%;
	min-width: 600px;
	width: 100%;
  }
  
  #site {
	margin-top: 30px;
  }
  
  .slider_image_container{
  }

  .grid-container {
      grid-template-columns: auto auto;
  }
  
  .proj_imgblock_3 {
      height:450px;
      transition: 200ms;
  }
  
}

/********************************
*** RESPONSIVE 768           ***
********************************/
@media screen and (max-width: 980px) {

  .maxwidth {
    width: 600px;
  }
  
	#wrapper_slider{
		width: 600px;
	}

    .header .logo {
        width: 110px;
        height: 14px;
        background-size: 110px 14px;
    }


  footer,
  .content {
    margin: 0%;
	min-width: 100%;
  }

  .contact_entry, .about_entry, .project_entry, .press_entry {
    width: 100%;
    margin-left: 0;
  }
  
  .slider_image_container{
  }
  
	.project_block_3 {
		width: calc(50% - 20px);
	} 
	.proj_imgblock_3 {
		height: 250px;
        transition: 200ms;
	}

}

/********************************
*** RESPONSIVE iphone 6+      ***
********************************/
@media screen and (max-width: 630px) {
  body {
    /*margin: 0 20px;*/
  }

  .maxwidth {
    width: 92%;
    margin: 0 4%;
  }
	#wrapper_slider{
    width: 92%;
    margin: 0 4%;
	}

  footer,
  .content {
    width: 100%;
    margin: 0 auto;
  }

    .header .logo {
        width: 102px;
        height: 13px;
        background-size: 102px 13px;
    }




  #main-menu {
    font-size: 11px;
  }
  .header-subline{
    font-size: 11px;
	width: auto;
	margin: 15px 0 0 0;	
  }
  ul.project_thumbs li {
    width: 15%;
    margin-right: 2%;
  }
  ul.project_thumbs li:last-of-type {
    margin-right: 0;
  }
  ul.project_thumbs li img {
    width: 100%;
  }
  footer .address,
  footer .credits {
    float: none;
  }

  .overtxt-txt {
      width: 190px;
      height: 190px;
      padding: 65px;
  }


  .slider_image_container{
  }
  
	.project_block_3 {
		width: 100%;
	} 
	.proj_imgblock_3 {
		height: 175px;
        transition: 200ms;
	}
}

/********************************
*** RESPONSIVE iphone 6+      ***
********************************/
@media screen and (max-width: 360px) {

  .content {
    font-size: 12px;
    line-height: 20px;
  }
  #main-menu {
    font-size: 9px;
  }
  .header-subline{
    font-size: 9px;
  }
  h1, h2 {
    font-size: 16px;
  }
    .proj_imgblock_3 {
        height: 175px;
        transition: 200ms;
    }
}


.featherlight:last-of-type {
  background: rgba(255,255,255,1) !important;
}

@-webkit-keyframes featherlightLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes featherlightLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.featherlight-loading .featherlight-content {
  -webkit-animation: featherlightLoader 1s infinite linear;
  animation: featherlightLoader 1s infinite linear;
  background: transparent;
  border: 8px solid #8f8f8f;
  border-left-color: #fff;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  min-width: 0;
}

.featherlight-loading .featherlight-content > * {
  display: none !important;
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
  display: none;
}