@charset "utf-8";
/*----------------------------------------------------


Main Stylesheet

Author:   htttp://www.htmlkitchen.com
Project:    Xcelent - Coming soon template
Version:    1.0
Primary use:     Xcelent - Coming soon template



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

* {
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    color:#d5d3d3;
    margin: 0;
    overflow-x:hidden;
}

a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: initial;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: inherit;
}

.bg {
    background: url('bg1.html') no-repeat;
    background-size: cover;
}
img {
    max-width: 100%;
}
.z-index1{
    z-index:1;
}
.z-index2{
    z-index:2;
}
.z-index3{
    z-index:3;
}
.z-index4{
    z-index:4;
}
.z-index5{
    z-index:5;
}
.z-index6{
    z-index:6;
}
.z-index7{
    z-index:7;
}
.z-index8{
    z-index:8;
}
.z-index9{
    z-index:9;
}
.z-index10{
    z-index:10;
}
.box-shadow-0{
    box-shadow:none!important;
}
.box-shadow-2{
    box-shadow:-5px 5px 30px rgba(0, 0, 0, 0.4)!important;
}
.cursor-ew-resize{
    cursor:ew-resize;
}
.section-title {
    color: #fff;
    font-weight: 400;
}

.big-text {
    font-size: 16px;
    letter-spacing: 0.8px;
}

::selection {
    background: #000;
    color: #fff;
}

iframe{
    border:none;
    min-width:100%;
    min-height:100%;
}
/*Full width style*/
.fullWidth{
    width:100%;
    height:100%;
}
.absoluteFullWidth{
    width:100%;
    height:100%;
    position:absolute!important;
    left:0;
    top:0;
}
.fixedFullWidth{
    width:100%;
    height:100%;
    position:fixed!important;
    left:0;
    top:0;
}

canvas {
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.overlay {
    background: rgba(0, 0, 0, 1);
    background-size:cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.wrapper {
    position: relative;
    z-index: 2;
}
.main-wrapper{
    min-height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}
.main-content {
    position: relative;
    width:50%;
    max-width:515px;
    text-align: center;
    padding: 0px 20px;
    background: rgba(12, 12, 12, 0.7);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: -15px 15px 40px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width:901px){
    .main-wrapper.box-right-align{
        justify-content: flex-end;
    }
    .main-wrapper.box-right-align .main-content{
        right:7%;
    }
    .main-wrapper.box-left-align{
        justify-content: flex-start;
    }
    .main-wrapper.box-left-align .main-content{
        left:7%;
    }
}
.main-content.opacity-0{
    background: rgba(12, 12, 12, 0);
}
.main-content.opacity-1{
    background: rgba(12, 12, 12, 0.10);
}
.main-content.opacity-2{
    background: rgba(12, 12, 12, 0.20);
}
.main-content.opacity-3{
    background: rgba(12, 12, 12, 0.30);
}
.main-content.opacity-4{
    background: rgba(12, 12, 12, 0.40);
}
.main-content.opacity-5{
    background: rgba(12, 12, 12, 0.50);
}
.main-content.opacity-6{
    background: rgba(12, 12, 12, 0.60);
}
.main-content.opacity-7{
    background: rgba(12, 12, 12, 0.70);
}
.main-content.opacity-8{
    background: rgba(12, 12, 12, 0.80);
}
.main-content.opacity-9{
    background: rgba(12, 12, 12, 0.90);
}
.main-content.opacity-10{
    background: rgba(12, 12, 12, 1);
}
.main-content.bg-trans{
    background: transparent;
    box-shadow:none;
}
.main-content.bg-trans .home-content{
    text-shadow:rgba(0,0,0,0.2);
}
.main-content.hide-view {
    opacity: 0;
    margin-top: -50px;
    transition: all .6s;
}

.main-content.in-view {
    opacity: 1;
    transition: all .8s;
}

.home-content{
    left: 0;
    padding: 120px 12px;
    width: 100%;
}
@keyframes bounce1 {
    40%,
    50%,
    80%,
    100% {
        transform: translateY(-0%);
    }
    45% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.main-content p {
    color: rgba(255, 255, 255, 1);
}


.main-content p {
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 400;
}

.title {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    word-spacing: 5px;
    text-align: center;
}

.theme-title {
    color: #f7f7f7;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}

/*countdown style*/
.countdown {
    color: rgba(255, 255, 255, 0.9);
    font-size:26px;
    font-weight:700;
    margin: 0;
    word-spacing: 5px;
    text-transform: lowercase;
    text-align: center;
}
.countdown span {
    font-size: 28px;
    font-weight: 900;
}

.logo {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #ddd;
    font-weight: 900;
    text-align: center;
    font-size: 20px;
}

.logo i {
    margin-right: 5px;
}

.social-wrapper {
    position: absolute;
    top: 35px;
    right: 100px;
    z-index: 3;
}

.social-list {
    padding: 0;
    margin: 50px 0 0;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.social-list li {
    display: inline-block;
}

.social-list li a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #999;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.2);
}

.social-list li a {
    transition: all .3s;
}

.social-list li a:hover {
    color: #fff;
    background: #fff;
}

.social-list li.facebook a:hover {
    background: #3b5998;
}

.social-list li.twitter a:hover {
    background: #55acee;
}

.social-list li.googleplus a:hover {
    background: #dd4b39;
}

.social-list li.youtube a:hover {
    background: #bb0000;
}

.social-list li.linkedin a:hover {
    background: #007bb5;
}

.social-list li.instagram a:hover {
    background: #125688;
}

.social-list li.whatsapp a:hover {
    background: #4dc247;
}

.social-list li.pinterest a:hover {
    background: #cb2027;
}

.social-list li.vine a:hover {
    background: #00bf8f;
}

.social-list li.Snapchat a:hover {
    background: #fffc00;
}

.social-list li.flickr a:hover {
    background: #ff0084;
}

.social-list li.tumblr a:hover {
    background: #32506d;
}

.social-list li.vk a:hover {
    background: #45668e;
}

.social-list li.rss a:hover {
    background: #ff6600;
}

.social-list li.spotify a:hover {
    background: #00e461;
}

.line-divider {
    display: block;
    margin: 20px auto 15px;
    width: 50px;
    height: 2px;
    background: #fff;
}

hr.light {
    border-top: 1px solid #333;
}

.button-wrapper {
    margin-top: 35px;
    font-size:0;
}

.button-wrapper a ,
.button-wrapper [class^="btn"] {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
}

.arrow {
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: #ddd;
    text-align: center;
    line-height: 40px;
    animation: bounce 2s forwards infinite;
    cursor: pointer;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}


/**********

button styles

***********/

.btn-light,
.btn-light:focus {
    background: #fff;
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid #fff;
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    transition: all .4s;
}

.btn-light:hover {
    text-decoration: none;
    color: #fff;
    background: transparent;
}

.btn-dark,
.btn-dark:focus {
    background: #fff;
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid rgba(12, 12, 12, 0.7);
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    transition: all .4s;
}

.btn-dark:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(12, 12, 12, 0.7);
    border-color: rgba(12, 12, 12, 0.7);
}

.btn-transparent,
.btn-transparent:focus {
    background: transparent;
    padding: 7px 15px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: all .4s;
}

.btn-transparent:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
}

.fill-btn,
.fill-btn:focus {
    background: #fff;
    padding: 10px 30px;
    border-radius: 0;
    border: 1px solid #fff;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

.fill-btn:hover {
    text-decoration: none;
    color: #fff;
    background: transparent;
}


/********** 

Slider nav style 

***********/
.owl-nav {
    padding-top: .4em;
    font-family: sans-serif;
    font-size: .8em;
}
.owl-nav >div {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #000;
    font-size:18px;
    color: #333;
    border-radius: 50%;
    background: #fff;
    box-shadow: .1em .1em .4em rgba(0, 0, 0, .5);
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}

 .owl-nav >div.disabled {
    display:none;
}
.owl-prev {
    left:0;
}
.owl-next {
    right:0;
}


#title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #FFF;
    text-align: center;
    font-family: "lato", sans-serif;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: 10px;
    margin-top: -60px;
    padding-left: 10px;
}

#title span {
    background: -webkit-linear-gradient(white, #38495a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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


/********

close 

*********/

.close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #434648;
    color: #000;
    background: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    
}

.close:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
}
.close-square,
.close-info,
.close-btn {
    position: fixed;
    right: -40px;
    top: 30px;
    width: 40px;
    height: 40px;
    border: 1px solid #434648;
    color: #000;
    background: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    transition: all .5s;
    z-index: 5;
}
.view-more.in-view .close-btn{
    right:0;
}
.close-square:hover,
.close-info:hover,
.close-btn:hover  {
    opacity: 0.8;
}


/********

more-info-block

********/
.more-info-block {
    position: fixed;
    width: 0;
    height: 5px;
    background: #282827 url(../images/modal-bg1.jpg) no-repeat;
    top: 0;
    left: 0;
    transition: all 1s;
    overflow: auto;
    z-index:4;
}

.more-info-block.active .close-info {
    right: 20px;
    transition-delay: 1s;
}
.more-info-block.disactive .close-info {
    transition-delay: 0.1s;
}

.more-info-block.active {
    animation: fullscreen 1.5s forwards;
}

.more-info-block.disactive {
    animation: fullscreen-rev .75s forwards;
}

/* more-info fade effect */
.more-info-fade .more-info-block{
    width:100%;
    height:100%;
}
.more-info-fade .close-square{
    right:20px;
}

@keyframes fullscreen {
    0% {
        width: 100%;
    }
    40% {
        width: 100%;
        height: 5px;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes fullscreen-rev {
    0% {
        width: 100%;
        height: 100%;
    }
    40% {
        width: 100%;
        height: 5px;
    }
    100% {
        width: 0%;
        height: 0%;
    }
}

.content-wrapper {
    margin: 40px auto;
    width: 700px;
    max-width: 100%;
    padding: 0 20px;
    transform: translateY(50px);
    transition: 1s;
    transition-delay: .5s;
    position: relative;
}

.fadeEffect.in .content-wrapper ,
.active .content-wrapper {
    transform: translateY(0px);
}


/********

more-info intro

********/

.section-intro {
    padding: 30px 0;
}

.intro-title {
    color: #dfdfdf;
    font-size: 16px;
    line-height: 24px;
}

.block .details {
    padding: 20px;
    border: 1px solid #333;
    background: rgba(31, 31, 31, 0.15);
}

/********

icon-box

********/

.icon-box {
    text-align: left;
    margin-bottom: 50px;
}

.icon-box i {
    font-size: 50px;
    margin-bottom: 10px;
}

.icon-box h5 {
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    font-size: 16px;
}


.icon-box.icon-left {
    position: relative;
}

.icon-box.icon-left i {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}

.icon-box.icon-left h5,
.icon-box.icon-left p {
    padding-left: 75px;
}

/********

form 

********/

.form-control {
    box-shadow: none;
    border: 1px solid #434648;
    background: transparent;
    border-radius: 0;
    height: 40px;
    color: #fff;
    letter-spacing: 1px;
}

.form-control:focus {
    border: 1px solid #777;
    box-shadow: none;
}

label {
    color: #fff;
    font-weight: 300;
}

textarea {
    resize: vertical;
}

.mce_inline_error,
.mce_inline_error:focus {
    border: 1px solid red!important;
}


/********

 contact 
 
 ********/

.contact-info {
    margin-top: 30px;
}

.info-item {
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
}


.info-item i {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 20px;
}


/*********

default modal 

*********/

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 540px;
}


/*modal vertical center end*/

@media only screen and (min-width:768px) {
    .modal-dialog {
        width: 540px;
    }
}

.modal-backdrop.in {
    opacity: 0.75;
}

.modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.modal-header {
    border: none;
}

.dialog-box {
    padding: 70px 40px;
    position: relative;
}

.dialog-box h3 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px;
    letter-spacing: 0.85px;
    font-family: 'Oswald', sans-serif;
}

.dialog-box p {
    color: #fff;
}

.dialog-box .close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 30px;
}

.dialog-box .close:hover,
.dialog-box .close:focus {
    opacity: 0.9;
    background: transparent;
    outline: 0;
}

.dialog-box .subscription {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.bg-layer{
    background: rgba(0,0,0,0.2);
}

.bg-light h3 {
    color: rgba(31, 31, 31, 0.9);
}

.bg-light p {
    color: rgba(31, 31, 31, 1);
}

.bg-light .dialog-box .close {
    color: rgba(31, 31, 31, 1);
}

.bg-light .form-control {
    background: #ddd;
    color: rgba(12, 12, 12, 1);
}

.bg-light .form-control:focus {
    border-color: rgba(67, 70, 72, 0.5);
}

@media only screen and (min-width:768px) {
    .dialog-box .subscription {
        max-width: 75%;
    }
}

.subscription .form-control {
    margin-bottom: 15px;
}

.subscription [class^="btn"] {
    width: 60%;
    min-width: 120px;
}

.btn-subscribe {
    background: rgba(12, 12, 12, 0.7);
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid rgba(12, 12, 12, 0.7);
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    transition: all .4s;
}

.btn-subscribe:hover {
    text-decoration: none;
    color: rgba(12, 12, 12, 1);
    background: transparent;
}

.bg-dark {
    background: rgba(31, 31, 31, 1);
}
.bg-dark  .btn-subscribe{
    background: rgba(255,255,255,0.9);
    color: rgba(12, 12, 12, 0.7);
}

.bg-light {
    background: rgba(255, 255, 255, 1);
}

.copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
}
.copyright a{
    color:#ccc;
}
.copyright a:hover{
    color:#ccc;
}


@media only screen and (max-width:1400px){
    .main-content{
        max-width:480px;
    }
    .title{
        font-size:24px;
    }
    .theme-title{
        font-size:14px;
    }
}

@media only screen and (min-width:681px) {
    .main-content {
        min-width: 480px;
    }

    .main-content{
        width: 50%;
        padding: 0px 20px;
        height: 90vh;
        min-height:550px;
        max-height: 750px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top:30px;
        margin-bottom:30px;
    }
}

@media only screen and (max-width:680px) {
    .main-wrapper{
        display: flex;
        align-items: center;
    }
    .main-content {
        position: relative;
        width: 95%;
        padding: 0px 20px;
        margin:10px auto;
    }
    .main-content p{
        font-size:12px;
    }
    .home-content {
        position: relative;
        padding: 30.5% 0;
        margin: 50px 0;
        transform: translate(0);
    }
    .logo {
        position: relative!important;
    }
    .social-list {
        position: relative!important;
    }

    .countdown{
        font-size:16px;
        font-weight:300;
    }

}

@media only screen and (max-width:480px) {
     .main-content {
        padding: 0px 10px;
    }
      .title{
        font-size:22px;
    }
    .theme-title{
        font-size:12px;
        letter-spacing: 2px;
    }
    .col-xsm-100 {
        width: 100%;
    }
    .block {
        margin-bottom: 20px;
    }
}

@media  only screen and (max-width:414px){
    .button-wrapper a ,
    .button-wrapper [class^="btn"] {
        display:block;
        margin:0 auto 10px;
        max-width:170px;
        min-width:170px;
        padding:6px 15px;
        font-size:12px
    }
}

/*********
clor  vrsion
***********/
.more-info-block.vs-black{
    color:#ccc;
}

/* version white */
.more-info-block.vs-white{
    color:#080808;
    background: #fff;
}
.more-info-block.vs-white .section-title,
.more-info-block.vs-white .copyright,
.more-info-block.vs-white .copyright a,
.more-info-block.vs-white .intro-title{
    color:#080808;
}
.more-info-block.vs-white .block .details{
    background: #fff;
    border-top:none;
}
.more-info-block.vs-white .form-control{
    color:#333;
    background: #fff;
}
.vs-white .btn-light{
    border-color: #434648;
}
.vs-white .btn-light:hover{
    color:#000;
}


/*=========
===========

Common Theme style End

===========
===========*/

.color{
    color: rgb(85, 71, 106);
    color: rgb(209, 113, 147);
    color:rgb(255, 254, 255);
    color: rgb(209, 151, 142);
    color: rgb(170, 146, 232)
}
/*******
snowCanvas
********/
.fullCanvas{
    width:100%;
    height:100%;
}
.bg-blue{
    background: #17293a;
}


/*******
Gradiend background
********/
.gradient-background{
    background: linear-gradient(to left, #67B26F , #4ca2cd); 
    background: linear-gradient(141deg, #108a83 0%, #31c9da 51%, #42b0da 75%);
}
.gradient-background2{
    background: linear-gradient(141deg, #1d6b66 0%, #2b666d 51%, #275668 75%);
}
.gradient-background3{
    background: linear-gradient(141deg, #108a83 0%, #31c9da 51%, #42b0da 75%);
}

/*******
Gradiend animation
********/
@-webkit-keyframes gradientAnimation {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@-moz-keyframes gradientAnimation {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@keyframes gradientAnimation { 
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}

.gradient-animation{
    background: linear-gradient(45deg,rgb(62,35,255),
  rgb(49, 181, 49), 
  rgb(35, 191, 255), 
  rgb(24, 60, 74), 
  rgb(45,175,230),
  rgb(41, 30, 41),
  rgb(255,128,0));
  /*background:linear-gradient(45deg,rgb(62,35,255),   rgb(60,255,60),   rgb(35, 191, 255),   rgb(45,175,230),   rgb(41, 30, 41),   rgb(255,128,0));*/
    background-size: 1000% 1000%;
    -webkit-animation: gradientAnimation 30s ease infinite;
    -moz-animation: gradientAnimation 30s ease infinite;
    animation: gradientAnimation 30s ease infinite;
}


/*******
Parallex  
********/

.parallax-items{
    position:absolute;
    top:0;
    width:calc(90% - 515px);
    height:100%;
    z-index:2;
    overflow:hidden;
}
.parallax-items .layer{
   position:absolute;
}

.parallax-items .layer1{
    width:200px;
    top: 100px!important;
    left: 50px!important;
}
.parallax-items .layer2{
    width:200px;
    top: auto!important;
    bottom: 130px!important;
    left: 60px!important;
}

.parallax-items .layer3{
    width:200px;
    top: 250px!important;
    left: 350px!important;
}

.parallax-items .layer4{
    width:200px;
    top:5%!important;
    left: auto!important;
    right:20px!important;
}

.parallax-items .layer5{
    width:200px;
    left: auto!important;
    right: 0!important;
    top: 55%!important;
}

.parallax-items .layer6{
    left:50%!important;
    top: 50%!important;
    transform: translate(-50%,-50%)!important;
}

.parallax-items .layer7{
    left:60%!important;
    top: 50%!important;
    /*opacity:0.6;*/
}

.parallax-items .layer7 img{
   transform: rotate(45deg);
   filter:blur(5px);
}

@media only screen and (max-width:1200px){
    .parallax-items{
        width:100%;
        height:100%;
    }
}

/*******
parallax background
********/
.parallax-background{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
.full-width{
    width:100%;
    height:100%;
}
.parallax-background .layer{
    width:100%;
    height:100%;
}
.layer .background{
    width:100%;
    height:100%;
}
.layer2 .background{
    width:105%;
    left:-2.5%;
    bottom:-2.5%;
    position:relative;
}


/*

video opening animation

*/

.video-wrap {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.video-wrap--show {
	pointer-events: auto;
}

.video-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	opacity: 0;
	background: black;
}

.video-wrap--show .video-inner {
	opacity: 1;
}

.video-player {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}


.action--close {
	line-height: 1;
	position: absolute;
	z-index: 1000;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border:none;
	background:#fff;
	padding: 0;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: scale3d(0.7,0.7,1);
	transform: scale3d(0.7,0.7,1);
}

.video-wrap--show .action--close {
	opacity: 1;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}






@media screen and (min-width: 25em) {
	.deco-stack__img {
		width: 20vw;
		height: 20vw;
	}
	.video-inner {
		width: 30vw;
		height: 30vw;
		border: 0px solid #fff;
		-webkit-transform: scale3d(0.1,0.1,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.1,0.1,1) rotate3d(0,0,1,-5deg);
	}
	.video-wrap--show .video-inner {
		opacity: 0;
		-webkit-animation: showVideo-1 1.25s forwards;
		animation: showVideo-1 1.25s forwards;
	}
	.video-wrap--hide .video-inner {
		-webkit-animation: hideVideo 1.25s forwards;
		animation: hideVideo 1.25s forwards;
	}
	.video-player {
		left: 50%;
		width: auto;
		height: 100vh;
		-webkit-transition: -webkit-transform 1s;
		transition: transform 1s;
		-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.7,0.7,1) rotate3d(0,0,1,5deg);
		transform: translate3d(-50%,-50%,0) scale3d(0.7,0.7,1) rotate3d(0,0,1,5deg);
	}
	.video-wrap--show .video-player,
	.video-wrap--hide .video-player {
		-webkit-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
		transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
	}
}

/* This is the same as an aspect ratio of 16/9.
Here we take the viewport height as main measure
and size the video-inner accordingly.
The video itself will use the viewport width as main 
measure so that we ensure a filling of the screen.
*/
@media screen and (min-width: 25em) and (min-aspect-ratio: 1280/720) {

	.video-inner {
		width: 30vh;
		height: 30vh;
	}
	.video-wrap--show .video-inner {
		-webkit-animation: showVideo-2 1.25s forwards;
		animation: showVideo-2 1.25s forwards;
	}
	.video-player {
		width: 100vw;
		height: auto;
	}	
}

/* Animation for showing the video wrapper */
@-webkit-keyframes showVideo-1 {
	50% {
		width: 50vw;
		height: 50vw;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
	}
	100% {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

@keyframes showVideo-1 {
	50% {
		width: 50vw;
		height: 50vw;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
	}
	100% {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

/* Alternate animation for showing the video wrapper */
@-webkit-keyframes showVideo-2 {
	50% {
		width: 50vh;
		height: 50vh;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
	}
	100% {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

@keyframes showVideo-2 {
	50% {
		width: 50vh;
		height: 50vh;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
	}
	100% {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

/* Animation for hiding the video wrapper */
@-webkit-keyframes hideVideo {
	0% {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
	100% {
		width: 100vw;
		height: 100vh;
		opacity: 0;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

@keyframes hideVideo {
	0% {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
	100% {
		width: 100vw;
		height: 100vh;
		opacity: 0;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}


/* Bird  canvas*/

.hasBirdCanvas > canvas{
    position:fixed!important;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

/* Rainy day canvas*/

.rainydayCanvas > canvas{
    position:fixed!important;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

/*Ripple image*/

.rplimg{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

/*Geometry canvas*/

.geometry-canvas{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:block!important;
}

[class^=geometry-canvas] .fss-output canvas{
    position:fixed!important;
    width:100%!important;
    height:100%!important;
}


/**

Google map/maplace

**/
.map-wrapper{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.gmap {
    width:100%;
    height:100%;
}



/**

item slider style

*/
.block-wrapper{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
}
.block-inner{
    position:absolute;
}
.block-background{
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.block-object{
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    z-index:3;
}
.block-object.right-align{
    right:0;
}
.block-object.left-align{
    left:0;
}
.block-object :not(.fullwidth).item-wrapper{
    margin:0 auto;
    width:30%;
    width:30vw;
    max-width:430px;
    min-width:260px;
}
.fullwidth.item-wrapper{
    width:100%;
    height:100%;
}
.item-wrapper{
    text-align:center;
}
.item-wrapper .item{
    display:inline-block;
}
.item-wrapper .item img{
    width:auto;
}
@media only screen and (min-width:901px){
    .block-object{
        width:calc(93% - 515px);
    }
    .button-wrapper .item-view-btn{
        display:none;
    }
}


@media only screen and (max-width:900px){

    /*360*/
    .block-wrapper{
        visibility:hidden;
        position:fixed;
        width:100%;
        height:100%;
        top:0;
        left:0;
        z-index: 10;
        background: #fff;
    }
    .block-inner{
        width:100%;
    }
}


/**

360 image style

*/
.threesixty-wrapper{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    overflow:hidden;
}
.threesixty-inner{
    position:absolute;
}
.threesixty-background{
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.threesixty-object{
    position:absolute;
    right:0;
    top:50%;
    transform:translatey(-50%);
    z-index:3;
}
.threesixty-object #image-reel{
    position:relative;
    /*width:30%;
    width:30vw; 
    padding-top:30vw; */
}
.threesixty-object :not(.fullwidth).reel{
    margin:0 auto;
    width:430px;
    min-width:260px;
    position:absolute;
    top:0;    
    /*padding-top: 100%;*/
}
.fullwidth.reel{
    width:100%;
    height:100%;
}
@media only screen and (min-width:901px){
    .threesixty-wrapper{
        visibility: visible!important;
    }
    .threesixty-object{
        width:calc(93% - 515px);
    }  
    .threesixty-wrapper .close-btn,
    .button-wrapper .item-view-btn{
        display:none;
    }
}


@media only screen and (max-width:900px){

    /*360*/
    .threesixty-wrapper{
        visibility:hidden;
        position:fixed;
        width:100%;
        height:100%;
        top:0;
        left:0;
        z-index: 10;
        background: #fff;
    }
    .threesixty-inner{
        width:100%;
    }
}



	
/*****
Host video bg
*****/
.vidbg { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: #000;
    background-size: cover;
    transition: 1s opacity;
}
.stopfade { 
   opacity: .9;
}


.vidCtl{    
    position: absolute;
    top: 20px;
    z-index:3;
    font-size:18px;
    background:transparent;
    border:none;
    color:#ddd;
    opacity:0;
}
.bg-video:hover .vidCtl.active{
    opacity:0.3;
    pointer-events: none;
}
.vidCtl:focus,
.vidCtl:visited,
.vidCtl:active{
    outline:0;
}
.vidCtl:nth-child(1){
    right: 50px;
}
.vidCtl:nth-child(2){
    right: 86px;
}
.vidCtl:nth-child(3){
    right: 116px;
}
.vidCtl:nth-child(4){
    right: 146px;
}
.bg-video:hover .vidCtl{
    opacity:0.8;
}



/**********

Preloader

*********/
#jpreOverlay{
    background:#131313;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
#jpreLoader{
    width:100%!important;
    text-align: center;
    color:#fff;
    top:50%!important;
    transform:translatey(-50%);
}
#jpreBar{
    height:1px!important;
    background:#fff;
    position:absolute;
    bottom:0;
}
#jprePercentage{
    top:-10px;
    font-size:24px;
    font-weight:300;
}
#jpreButton{
    position: absolute!important;
    left: 50%;
    transform: translate(-50%, 20px);
}