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

Transition Layer 

-------------------------------- */
.cd-transition-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 999999;
}
.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
  height: 100%;
  /* our sprite is composed of 25 frames */
  width: 2500%;
  background: url(../img/ink.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}
.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24);
  -moz-animation: cd-sequence 0.8s steps(24);
  animation: cd-sequence 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 0.8s steps(24);
  -moz-animation: cd-sequence-reverse 0.8s steps(24);
  animation: cd-sequence-reverse 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.dcno-noanim .cd-transition-layer {
  display: none;
}
#dcpreloader.nodcplay {
  display: none;
}

@-webkit-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
}
@-moz-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -moz-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -moz-transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
}
@-webkit-keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
}
@-moz-keyframes cd-sequence-reverse {
  0% {
    -moz-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-2%);
  }
}
@keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
}

#dcpreloader {
display:block;
position: relative;
z-index:999999;
background-color: #623384;
width:100% !important;
height:100% !important;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.dclogow-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
.dcwhtlogo {
    margin: auto auto;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    max-width: 500px;
    top: 25%;
}

.dcwhtlogo path.st1,.logo-svg-3 path.st1 {
    stroke: #fff;
    fill: #fff;
    fill-opacity: 0;
    stroke-width: .5;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    -moz-animation: dcsvganim 3s ease-in-out 0s forwards;
    -webkit-animation: dcsvganim 3s ease-in-out 0s forwards;
    animation: dcsvganim 3s ease-in-out 0s forwards
}

.dcwhtlogo path,.logo-svg-3 path {
    stroke: #fff;
    fill: #fff;
    fill-opacity: 0;
    stroke-width: .5;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    -moz-animation: dcsvganim 3s ease-in-out 0s forwards;
    -webkit-animation: dcsvganim 3s ease-in-out 0s forwards;
    animation: dcsvganim 3s ease-in-out 0s forwards
}

.dcwhtlogo rect.st0,.dcwhtlogo polygon.st0 {
    stroke: #fff;
    fill: #fff;
    fill-opacity: 0;
    stroke-width: .5;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    -moz-animation: dcsvganim 3s ease-in-out 0s forwards;
    -webkit-animation: dcsvganim 3s ease-in-out 0s forwards;
    animation: dcsvganim 3s ease-in-out 0s forwards
}

.dcwhtlogo rect.st1,.dcwhtlogo polygon.st1 {
    stroke: #fff;
    fill: #fff;
    fill-opacity: 0;
    stroke-width: .5;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    -moz-animation: dcsvganim 3s ease-in-out 0s forwards;
    -webkit-animation: dcsvganim 3s ease-in-out 0s forwards;
    animation: dcsvganim 3s ease-in-out 0s forwards
}

@-webkit-keyframes dcsvganim {
    0% {
        stroke-dashoffset: 800
    }

    60% {
        stroke-dashoffset: 0
    }

    80% {
        fill-opacity: 1
    }

    100% {
        stroke-dashoffset: 0;
        fill-opacity: 1
    }
}

@-moz-keyframes DASH3 {
    0% {
        stroke-dashoffset: 800
    }

    60% {
        stroke-dashoffset: 0
    }

    80% {
        fill-opacity: 1
    }

    100% {
        stroke-dashoffset: 0;
        fill-opacity: 1
    }
}