/* Body Styling and Search icon */
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);



.overlay{
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	
}

.mk-search-trigger {

}



/* Search Overlay */

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}
#mk-fullscreen-searchform:focus{
  outline: none;
  border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
  font-size: 20px;
  position: absolute;
  right: 0;
  width: 25px;
  top: 44px;
  color: rgba(255, 255, 255, .7);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fullscreen-search-icon:hover {
  cursor: pointer !important;
}

.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus{
  border: none;
  outline: none;
  color: rgba(255, 255, 255, .6) !important;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
}

#mk-fullscreen-searchform {
  position: relative;
  verticle-align: middle;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 100%;

  background-color: transparent;

  border: 0;
  border-radius: 0px;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-weight: 100;
  font-size: 2rem;

  color: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus{
  border: none;
  outline: none;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}



@media only screen and (min-width: 1401px) {
  .mk-fullscreen-search-overlay {
    width: 40%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .mk-fullscreen-search-overlay {
    width: 40%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .mk-fullscreen-search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
  }
}






.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
  z-index: 999;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  filter:drop-shadow(0px 0px 30px #000);
  cursor: pointer;
  z-index: 989898;
  opacity: 1;
  right: 30px;
  top: 25px;
  font-size: 20px;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(0deg);
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
  opacity: 1;
  width: 100%;
  margin-top: 0px;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}
/* Search Button */


#search-button:hover,

.mk-fullscreen-close:hover {
  opacity: 1;
}

#search-button .searchme {
  padding: 0 0 0 30px;
  font-weight: 300;
  letter-spacing: 1.2px;
  font-size: 12px;
  text-transform: uppercase;
}


#mk-fullscreen-search-input:focus{
border-bottom: 1px solid #047fc2;
}

/* Filter */

#search-filter {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 16px;
  font-family: 'Roboto';
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}

.filter-me {
  position: relative;
  display: inline-block;
  //width: 50%;
  text-transform: uppercase;
  opacity: 0.4;
  transition: all .2s ease;
 }

.filter-me:hover {
  opacity: .7;
  cursor: pointer;
}

.filter-me::after { 
    font-family: fontawesome;
    font-size: 11px;
    text-decoration: none;
    content: " \f054";
    display: inline-block;
    margin-left: .4em;
    vertical-align: middle;
    transition: all .2s ease;
}

.filter-me:hover::after {
  margin-left: .8em;
}

.search-tip {
  position: relative;
  display: inline-block;
  float: right;
  text-align: right;
  right: 0;
  opacity: 0.4;
}