/*--------Pre Loader-----------*/
div#preloader {

   position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background:url('../images/pre-back55.jpg') center center fixed;
    z-index: 999999999999999999999;
}
div#preloader.pre2{
    background: url("../images/load1.png") no-repeat 80% 50%, url("../images/load4.png") no-repeat 20% 50%;
    background-color: #fff;
}
div#preloader.pre3{
  background:#fff;
}

.preloader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 3;
  text-align: center;
}
.preload-logo1 {
    
}
.preload-gif {
  margin-top: 0px;
}
/*Morph Search*/
.morphsearch {
    width: 100px;
    min-height: 40px;
    background: #fff;
    position: absolute;
    right: 90px;
    z-index: 999;
    border-radius: 0%;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-property: min-height, width, top, right;
    transition-property: min-height, width, top, right;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    float: right;
    margin: 25px 0;
    border: 1px solid #ccc;
}
.morphsearch.open {
    width: 100%;
    min-height: 100%;
    right: 0px;
    position: fixed;
    border-radius: 0%;
    top: -25px;
    background: #e8e8e8;
    top: 111px;
    border: none;
    transition-duration: 0.5s;
}
.morphsearch-form {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    position: relative;
}
.morphsearch-form i{
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: 40px;
    top: 0px;
    font-size: 21px;
    z-index: 99;
}
.morphsearch.open i{display: none;}
.morphsearch .morphsearch-form input[type="search"]{text-indent: -999px; position: relative;z-index: 999; cursor: pointer;}
.morphsearch.open input[type="search"]{text-indent: 0px; cursor:auto;}
.morphsearch{border-radius: 50%;width: 40px; background: #e8e8e8; border:none; display: none;}
.morphsearch.open{border-radius: 0%;position: fixed; 
                  overflow-y: scroll;
                  width: 100%;}
.morphsearch.open .morphsearch-form {
    width: 80%;
    height: 160px;
    -webkit-transform: translate3d(0,3em,0);
    transform: translate3d(0,3em,0);
    -webkit-transition-property: width, height, -webkit-transform;
    transition-property: width, height, transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.morphsearch-input {
    width: 100%;
    height: 100%;
    padding: 0 10% 0 10px;
    font-weight: 700;
    border: none;
    background: transparent;
    font-size: 0.8em;
    color: #ec5a62;
}
.morphsearch-input::-ms-clear { 
    display: none;
}
.morphsearch.hideInput .morphsearch-input {
    color: transparent;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.morphsearch.open .morphsearch-input {
    font-size: 7em;
    -webkit-transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
    transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
}
.morphsearch-input::-webkit-input-placeholder {
    color: #c2c2c2;
}
.morphsearch-input:-moz-placeholder {
    color: #c2c2c2;
}
.morphsearch-input::-moz-placeholder {
    color: #c2c2c2;
}
.morphsearch-input:-ms-input-placeholder {
    color: #c2c2c2;
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
    color: transparent;
}
input[type="search"] { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;	
}
.morphsearch-input:focus,
.morphsearch-submit:focus {
    outline: none;
}
.morphsearch-submit {
    position: absolute;
    width: 80px;
    height: 80px;
    text-indent: 100px;
    overflow: hidden;
    right: 0;
    top: 50%;
    background: transparent url(../images/magnifier.svg) no-repeat center center;
    background-size: 100%;
    border: none;
    pointer-events: none;
    transform-origin: 50% 50%;
    opacity: 0;
    -webkit-transform: translate3d(-30px,-50%,0) scale3d(0,0,1);
    transform: translate3d(-30px,-50%,0) scale3d(0,0,1);
    z-index: 999;
}
.morphsearch.open .morphsearch-submit {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
    transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.morphsearch-close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.morphsearch.open .morphsearch-close {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.morphsearch-close::before,
.morphsearch-close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    border-radius: 3px;
    opacity: 0.2;
    background: #000;
}
.morphsearch-close:hover.morphsearch-close::before,
.morphsearch-close:hover.morphsearch-close::after {
    opacity: 1;
}
.morphsearch-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.morphsearch-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 136px;
    background: rgba(237, 237, 237, 1);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.morphsearch.open ~ .overlay {
    opacity: 1;
}
@media screen and (max-width: 53.125em) {
    .morphsearch-input {
        padding: 0 25% 0 10px;
    }
    .morphsearch.open .morphsearch-input {
        font-size: 2em;
    }
    .dummy-column {
        float: none;
        width: auto;
        padding: 0 0 2em;
    }
    .dummy-column:nth-child(2) {
        margin: 0;
    }
    .morphsearch.open .morphsearch-submit {
        -webkit-transform: translate3d(0,-50%,0) scale3d(0.5,0.5,1);
        transform: translate3d(0,-50%,0) scale3d(0.5,0.5,1);
    }
}
@media screen and (max-width: 60.625em) {
    .morphsearch {
        width: 80%;
        top: 10%;
        right: 10%;
    }
}