
html { 
  background: url(../img/bc.svg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body{
	overflow-x: hidden;
	margin:0;
	padding: 0;
    font-family: 'Roboto', sans-serif;
    background: none;
}

a{
	text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
}

.container-zion{
    min-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.menu-back{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100px;
    background: #000;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1d88d7, rgba(29,136,215,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1d88d7, rgba(29,136,215,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1d88d7, rgba(29,136,215,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1d88d7, rgba(29,136,215,0)); /* Standard syntax */
}
.menu-back2{
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    height: 100px;
    background: #000;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(134,233,254,0), #86e9fe); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(134,233,254,0), #86e9fe); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(134,233,254,0), #86e9fe); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(134,233,254,0), #86e9fe); /* Standard syntax */
}

/*******ZION FOOTER MENU *******/
.footer-menu{
    position: fixed;
    bottom: 0;
    right: 30px;
}

.footer-menu ol li a{
    color: white;
}


.breadcrumb{
    background: transparent;
}


/*********** MENU ************/

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}

button:hover,button:focus{
    text-decoration: none;
    outline: none;
}

/**LOGO**/

.logo{
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

.logo img{
    width: 100%;
}

.logo-text{
    text-align: center;
    color: #fff;
    font-size: 20px;
}

/**ZION-LOGIN**/

.zion-login{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border-radius: 10px;
    background-color: #fff;
    height: 350px;
    padding: 30px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
}

.zion-login-left{
    border-right: 1px solid #aeaeae;
    padding-right: 40px; 
    min-height: 280px;

}

.zion-login-right{
    padding: 20px 40px;
}



.zion-login-text{
    text-align: justify;
    margin-top: 30px;
    height: 123px;
    overflow-y: hidden; 
}

.zion-login-left-more{
    color: #007acc;
    background: transparent;
    border: none;
    float: right;
}

.navbar-default .navbar-nav>li>a{
    color: white;
}

/****************ZION HOME PAGE**********************/
.navbar-default{
    background: transparent ;
    border: none;
}

.navbar-brand img{
    margin-top: -3px;
}

.zion-main-search{
    border-radius: 20px;
    background: rgba(0,0,0,0.2);
    height: 25px;
    font-size: 13px;
    margin-top: 5px;
    border: 1px solid rgba(255,255,255,0.4);
    color: white;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background: transparent;
    color: #fff;
}


.zion-icon-container{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.zion-icon{
    background: transparent;
    border: none;
    transition: .4s linear;
}

.zion-icon-text{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white !important;
    height: 40px;
    opacity: 0;
}

.zion-icon-text2{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white !important;
    height: 40px;
    opacity: 0;
}

.zion-icon-pIt{
    opacity: 1;
    transition: .5s linear;
}

.zion-icon-col{
    padding-left: 35px;
    padding-right: 35px;
}

.zion-icon-page2{
    display: none;
    width: inherit;
}

.display-in{
    display: inline;
}

.display-no{
    display: none;
}

.icon-up-arrow{
    position: fixed;
    left: 50%;
    top: 100px;
    margin-left: -15px;
    margin-top: -40px;
    z-index: 9999;
}

.icon-down-arrow{
    position: fixed;
    left: 50%;
    margin-left: -15px;
    bottom: 20px;

}

.page-res-opa{
    opacity: 0;
    transition: .2s linear;
}

.s2, .s1, .s3, .s4, .s5, .s6{
    height: 162px;
}

.opa03{
    opacity: 0.3;
    transition: .3s linear;
}

.navbar-nav>li>.dropdown-menu{
    border-radius: 15px;
    padding: 13px 0;
}


/***********ICON ANIMATION*************/



.i1{
    opacity: 0;
    transform: scale(2);
    transform-origin: right bottom;
}

.i1-scale{
    transform: scale(1);
    transform-origin: right;
    transition: .5s linear;
}

.i1-opa{
    opacity: 1;
    transition: .5s linear;
}

.zion-icon:hover{
    transform: scale(1.2);
    transition: .2s linear;
    transform-origin: center center;
}




.i2{
    opacity: 0;
    transform: scale(2);
    transform-origin: left bottom;
}

.i2-scale{
    transform: scale(1);
    transform-origin: left;
    transition: .5s linear;
}

.i2-opa{
    opacity: 1;
    transition: .5s linear;
}




.i3{
    opacity: 0;
    transform: scale(2);
    transform-origin: right top;
}

.i3-scale{
    transform: scale(1);
    transform-origin: right;
    transition: .5s linear;
}

.i3-opa{
    opacity: 1;
    transition: .5s linear;
}





.i4{
    opacity: 0;
    transform: scale(2);
    transform-origin: left top;
}

.i4-scale{
    transform: scale(1);
    transform-origin: left;
    transition: .5s linear;
}

.i4-opa{
    opacity: 1;
    transition: .5s linear;
}




.i5{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: right bottom;
}

.i5-scale{
    transform: scale(1);
    transform-origin: right;
    transition: .5s linear;
}

.i5-opa{
    opacity: 1;
    transition: .5s linear;
}





.i6{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: left bottom;
}

.i6-scale{
    transform: scale(1);
    transform-origin: left;
    transition: .5s linear;
}

.i6-opa{
    opacity: 1;
    transition: .5s linear;
}



.i7{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: left bottom;
}

.i7-scale{
    transform: scale(1);
    transform-origin: left;
    transition: .5s linear;
}

.i7-opa{
    opacity: 1;
    transition: .5s linear;
}




.i8{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: left top;
}

.i8-scale{
    transform: scale(1);
    transform-origin: left;
    transition: .5s linear;
}

.i8-opa{
    opacity: 1;
    transition: .5s linear;
}




.i9{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: left top;
}

.i9-scale{
    transform: scale(1);
    transform-origin: left;
    transition: .5s linear;
}

.i9-opa{
    opacity: 1;
    transition: .5s linear;
}





.i10{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: right top;
}

.i10-scale{
    transform: scale(1);
    transform-origin: right;
    transition: .5s linear;
}

.i10-opa{
    opacity: 1;
    transition: .5s linear;
}






.i11{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: right top;
}

.i11-scale{
    transform: scale(1);
    transform-origin: right;
    transition: .5s linear;
}

.i11-opa{
    opacity: 1;
    transition: .5s linear;
}




.i12{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: right bottom;
}

.i12-scale{
    transform: scale(1);
    transform-origin: right;
    transition: .5s linear;
}

.i12-opa{
    opacity: 1;
    transition: .5s linear;
}





.i13{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: right bottom;
}

.i13-scale{
    transform: scale(1);
    transform-origin: right;
    transition: .5s linear;
}

.i13-opa{
    opacity: 1;
    transition: .5s linear;
}






.i14{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: left bottom;
}

.i14-scale{
    transform: scale(1);
    transform-origin: left;
    transition: .5s linear;
}

.i14-opa{
    opacity: 1;
    transition: .5s linear;
}





.i15{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: top left;
}

.i15-scale{
    transform: scale(1);
    transform-origin: left;
    transition: .5s linear;
}

.i15-opa{
    opacity: 1;
    transition: .5s linear;
}






.i16{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: right top;
}

.i16-scale{
    transform: scale(1);
    transform-origin: right;
    transition: .5s linear;
}

.i16-opa{
    opacity: 1;
    transition: .5s linear;
}




.i16{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: right top;
}

.i16-scale{
    transform: scale(1);
    transform-origin: right;
    transition: .5s linear;
}

.i16-opa{
    opacity: 1;
    transition: .5s linear;
}




.i17{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: right bottom;
}

.i17-scale{
    transform: scale(1);
    transform-origin: right;
    transition: .5s linear;
}

.i17-opa{
    opacity: 1;
    transition: .5s linear;
}


.i18{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: right bottom;
}

.i18-scale{
    transform: scale(1);
    transform-origin: right;
    transition: .5s linear;
}

.i18-opa{
    opacity: 1;
    transition: .5s linear;
}



.i19{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: left bottom;
}

.i19-scale{
    transform: scale(1);
    transform-origin: left;
    transition: .5s linear;
}

.i19-opa{
    opacity: 1;
    transition: .5s linear;
}



.i20{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: left bottom;
}

.i20-scale{
    transform: scale(1);
    transform-origin: left;
    transition: .5s linear;
}

.i20-opa{
    opacity: 1;
    transition: .5s linear;
}


.i21{
    opacity: 0;
    transform: scale(2.5);
    transform-origin: right bottom;
}

.i21-scale{
    transform: scale(1);
    transform-origin: right;
    transition: .5s linear;
}

.i21-opa{
    opacity: 1;
    transition: .5s linear;
}


@import "bourbon";

.form-signin-heading{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}

.zion-login-button{
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 13px;
    max-width: 150px;
    background: #2bb0f3;
    border: none;
}

.form-signin button:hover{
    background: #1886bc;
}

.unput-title{
    margin: 0;
    margin-top: 10px;
    color: #999;
}

.forget-pass{
    color: #2bb0f3;
    margin: 18px 0 0 0;
}

.back-btn{
    color: #2bb0f3;
    margin: 18px 0 0 0;
}

.form-signin {
  max-width: 100%;
  padding: 15px 35px 45px;
  margin: 0 auto;

  .form-signin-heading,
    .checkbox {
      margin-bottom: 30px;
    }

    .checkbox {
      font-weight: normal;
      text-align: center;
    }

    .form-control {
      position: relative;
      font-size: 16px;
      height: auto;
      padding: 10px;
        @include box-sizing(border-box);

        &:focus {
          z-index: 2;
        }
    }

    input[type="text"] {
      margin-bottom: -1px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }

    input[type="password"] {
      margin-bottom: 20px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
}

.opait{
    opacity: 0;
    transition: .3s linear;
}

.opare{
    opacity: 1;
    transition: .3s linear;
}


.radio{
    margin-left: 25px;
}

.zion-main-container{
    width: 100%;
    height: 800px;
    background: #fff;
    border-radius: 15px;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 0;
    opacity: 1;
    transform: scale(0.1);
    transition: .3s linear;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.4);
    overflow: hidden;
}

.zion-main-full{
    transform: scale(1);
    transition: .3s ease;
    z-index: 9999;
}


/************MATERIAL DESIGN************/

.bg-light-blue{
    background-color: #2bb0f3 !important;
    border-radius: 15px !important;
}

.breadcrumb > li + li:before{
    content: '|\00a0';
}

@media screen and (max-width: 999px) {
    .zion-login {
        height: 700px;
        margin-bottom: 100px;
    }
    .zion-login-left{
        border: none;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 10px;
        padding: 0px !important;
        padding-bottom: 50px;

    }
}