/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

html, body {
	height:100%;
}
#wrapper{
	position:relative;
}
body {
	font-family: 'Raleway', sans-serif;
	background: #000;
}
footer a, footer a:hover, footer a:focus, footer a:active{
	color:#efdf8e;
}
.swiper-container {
	width: 100%;
	height: 65vh;
	border-radius:5px;
	border:1px solid transparent;
	z-index:12;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border:none;
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.ss-v.swiper-slide{
	filter: blur(20px);
}
.ss-v.swiper-slide.loaded{
	filter: blur(0px)!important;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	top: 10px;
	bottom:auto;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullet{
	opacity:.5;
	border:1px solid rgba(0,0,0,66);
	background:#FFF;
	height:18px;
	width:18px;
}
.swiper-pagination-bullet-active{
	opacity:1;
	background:#efdf8e;

}

#dw-content {
	transform-origin:top center;
	position: relative;
	display: inline-block;
	min-height: 45vh;
	width: 100%;
	color: #FFF;
	z-index: 8;
	top: 35vh;
	transition:.2s ease all;
}

.inner-belcher {
	max-width: 880px;
	box-shadow: 0px 0px 0px 3px #393939,
		0px 0px 25px 0px rgba(0, 0, 0, .55);
	border-radius: 3px;
	margin: 0 auto;
	background: #393939;
	padding: 3px;
}

.inner-belcher .f-col:first-of-type{
	padding-right:5px;
}
.inner-belcher .f-col:last-of-type{
	padding-left:5px;
}
.inner-belcher .f-col:only-child{
	padding:0 15px;
}

#dw-ocean {
	left:0;
	transition:.2s ease all;
	opacity:1;
	bottom:0;
	width:100vw;
	height:100vh;
	position: fixed;
	z-index: 2;
}

/* Logo */

#dw-mountains {
	top:-35vh;
	height: 35vh;
	position: absolute;
	z-index: 9;
	width: 100%;
	display: inline-block;
	text-align: center;
	background-image: url('img/mounts.png');
	background-position: center 16vh;
	background-repeat:no-repeat;
	background-size: contain;
	margin-top:3px;
}
#dw-logo{
	opacity:1;
	z-index:9;
	position:absolute;
	right:0;
	left:0;
	text-align: center;
	transition:.2s ease all;
	transform-origin: center bottom
}
#dw-logo img {
	transition:.2s ease all;
	margin-top: 1vh;
	height: 28vh;
	display: inline-block;
}
#dw-logo a{
	z-index:10;
	position:relative;
	text-decoration: none;
}
#dw-logo h1 {
	transition:.2s ease font-size;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #FFF;
	display:inline-block;
	font-weight: bold;
	margin:0 auto;
}

/* Bootstrap */
.card-bg-top {
	position:relative;
	min-height: 25vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius:5px;
	box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, .35);
}
/* Shit */
.dw-thumb{
	display:block;
	float:left;
	position: relative;
	width: 25%;
	padding-bottom : 25%;
	background-repeat: no-repeat;
	display:inline-block;
	background-size:cover;
	background-position:center center;
	transition:.2s ease all;
}
.dw-thumb .capples{
	position:absolute;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
	background:rgba(0,0,0,.85);
	font-size:12px;
	right:10px;
	left:10px;
	bottom:10px;
	transition:.2s ease all;
	opacity:0;

}
.dw-thumb:hover .capples{
	border-radius:6px;
	right:10px;
	left:10px;
	bottom:10px;
	opacity:1;
	background:rgba(0,0,0,.75);
}
#gallery-items{
	clear:both;
}

.card.bg-dark {
	border: 1px solid rgba(0, 0, 0, .35);
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .35),
		0px 0px 0px 2px rgba(0, 0, 0, .35);
}

.card.bg-dark .card-body {
	border-top: 1px solid rgba(0, 0, 0, .35);
}

.dw-cap{
	background:rgba(0,0,0,.5);
	position:absolute;
	width:100%;
	bottom:0;
	z-index:14;
	border-radius: 0px 0px 5px 5px;
	box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, .15),
	inset 1px 0px 0px 0px rgba(255, 255, 255, .25),
	inset -1px 0px 0px 0px rgba(255, 255, 255, .25);
	;
}

.dw-cap .btn{
	margin:5px;
}
.dw-cap h5{
	margin:13px 10px 0px 20px;
}

/* Drawyer */
.dw-drawyer{
	transition:.2s ease all;
	box-shadow: 0px 0px 0px 5px #393939;
	z-index:12;
	max-width: 760px;
	position:relative;
	background:#202020  url('img/cave.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	margin:0 auto;
	margin-top:8px;
	margin-bottom:3px;
	border-radius:5px 5px 0px 0px ;
	padding-bottom:41px;
}
h5.card-title a{
	color:#FFF;
	text-decoration: none;
}
.dw-drawyer .dw-cap{
	border-radius: 5px 5px 0px 0px ;
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .25),
	inset 1px 0px 0px 0px rgba(255, 255, 255, .25),
	inset -1px 0px 0px 0px rgba(255, 255, 255, .25);
}
body.drawyer-open .dw-drawyer .cruncher{
	border-radius: 5px 5px 0px 0px ;
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .25),
	inset 1px 0px 0px 0px rgba(255, 255, 255, .25),
	inset -1px 0px 0px 0px rgba(255, 255, 255, .25);
	height:auto;
}
body.drawyer-open .dw-drawyer .dw-cap{
	border-radius: 0px 0px 5px 5px ;
	box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, .25),
	inset 1px 0px 0px 0px rgba(255, 255, 255, .25),
	inset -1px 0px 0px 0px rgba(255, 255, 255, .25);
}
.wpcf7-response-output{

}
body.drawyer-open .dw-drawyer{
	max-width: 820px;
}
body.archive .inner-belcher{
	max-width: 900px;
}
body.archive #dw-content,
body.drawyer-open #dw-content{
	top:20vh;
}
body.archive #dw-mountains,
body.drawyer-open #dw-mountains{
	background-position-y: 9vh;
	height:20vh;
	top:-20vh;
}
body.archive #dw-logo ,
body.drawyer-open #dw-logo {
	height:21vh;
}
body.archive #dw-logo img,
body.drawyer-open #dw-logo img{
	height:16vh;
}
body.archive #dw-logo .lights,
body.drawyer-open #dw-logo .lights{
	top:4vh;
	margin:0;
	margin-left:-10px;
}
body.archive #dw-logo h1,
body.drawyer-open #dw-logo h1{
	font-size:22px;
}
.dw-drawyer .cruncher{
	transition:.2s ease all;
	padding-top:7px;
	overflow:hidden;
	height:0px;
}
.dw-drawyer label{
	width:100%;
}
.dw-drawyer .row{
	padding-left:30px;
	padding-top:20px;
}
.dw-drawyer .form-col{
	position:static;
}
.dw-drawyer input[type="text"],
.dw-drawyer input[type="email"]{
	width:95%;
}
.dw-drawyer textarea{
	height:170px;
	width:95%;
}

.dw-drawyer .dw-cap{
	left:0;
}

.dw-drawyer .dw-cap p{
	margin:0;
}

.dw-drawyer .dw-cap .ajax-loader{
	float:left;
	margin-top:15px;
}

.dw-drawyer .dw-cancel{
	margin-left:0px;
}
body.loading #dw-mountains{

}
body.loading #dw-content{
	transform:scale(0);
}
body.loading #dw-logo{
	transform:scale(0);
	opacity:0;
}
body.loading #dw-logo .lights{
	opacity:0;
}
body.loading #dw-ocean{
	opacity:0;
}
body.loading .clouds,
body.loading .stars,
body.loading .twinkling{
	opacity:0;
}

/* Sky */
@keyframes move-twink-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -10000px 5000px;
	}
}

@-webkit-keyframes move-twink-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -10000px 5000px;
	}
}

@-moz-keyframes move-twink-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -10000px 5000px;
	}
}

@-ms-keyframes move-twink-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -10000px 5000px;
	}
}

@keyframes move-clouds-back {
	from {
		background-position: 0 bottom;
	}

	to {
		background-position: 1000px bottom;
	}
}

@-webkit-keyframes move-clouds-back {
	from {
		background-position: 0 bottom;
	}

	to {
		background-position: 1000px bottom;
	}
}

@-moz-keyframes move-clouds-back {
	from {
		background-position: 0 bottom;
	}

	to {
		background-position: 1000px bottom;
	}
}

@-ms-keyframes move-clouds-back {
	from {
		background-position: bottom;
	}

	to {
		background-position: 1000px bottom;
	}
}

.stars,
.twinkling,
.clouds {
	transition:.3s ease opacity;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50vh;
	display: block;
	opacity:1;
}

.stars {
	background: #000 url(http://www.script-tutorials.com/demos/360/images/stars.png) repeat top center;
	z-index: 0;
	height:100vh;
}

.twinkling {
	height:100vh;
	background: transparent url(http://www.script-tutorials.com/demos/360/images/twinkling.png) repeat top center;
	z-index: 1;
	-moz-animation: move-twink-back 900s linear infinite;
	-ms-animation: move-twink-back 900s linear infinite;
	-o-animation: move-twink-back 900s linear infinite;
	-webkit-animation: move-twink-back 900s linear infinite;
	animation: move-twink-back 900s linear infinite;
}

.clouds {
	opacity: .6;
	background: transparent url(img/clouds.png) no-repeat 0px bottom;
	z-index: 3;
	-moz-animation: move-clouds-back 200s linear infinite;
	-ms-animation: move-clouds-back 200s linear infinite;
	-o-animation: move-clouds-back 200s linear infinite;
	-webkit-animation: move-clouds-back 200s linear infinite;
	animation: move-clouds-back 200s linear infinite;
}

footer{
	padding-top:8px;
}

@media (max-width: 992px) {
	#dw-content .inner-belcher {
		max-width: 98%;
	}
	#dw-content .dw-drawyer {
		max-width: 88%;
	}
	#dw-logo{
		height:26vh!important;
	}
	#dw-logo h1{
		font-size:35px;
	}
	.inner-belcher .f-col{
		padding-top:8px;
	}
	.inner-belcher .f-col:first-of-type{
		padding-right:15px;
		padding-top:0;
	}
	.inner-belcher .f-col:last-of-type{
		padding-left:15px;
	}

}
@media (max-width: 700px) and (min-height: 400px) {
	#dw-content{
		top:25vh;
	}
	#dw-mountains{
		top:-25vh;
		background-position-y: 13vh;
		width:92%;
		left: 4%;
		height:25vh;
	}
	#dw-logo img{
		height:20vh;
	}
	#dw-logo .lights{
		top:6vh;
	}
	#dw-logo h1{
		font-size:20px;
	}
	body.archive #dw-logo h1,
	body.drawyer-open #dw-logo h1{
		margin-top:1vh;
	}
}
@media (max-width: 575px) {

}

/* Glows */
#dw-logo{
	overflow:hidden;
	height:35vh;
}
#dw-logo a:hover + .lights{
	opacity:.25;
	transition:.3s ease opacity;
}
.lights{
	opacity:.15;
	width:50px;
	height:50px;
	position:absolute;
	left:50vw;
	margin-left:-18px;
	top:10vh;
	pointer-events: none!important;;
}
.shining-lights-container {
  position: absolute;
  height: 100px;
  width: 800px;
  left: -399px;
	top: -39px;
  -moz-animation: left-to-right;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -moz-animation-direction: forwards;
  -moz-default-animation-timing-function: linear;
  -webkit-animation: left-to-right;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: forwards;
  -webkit-default-animation-timing-function: linear;
  animation: left-to-right;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-direction: forwards;
  default-animation-timing-function: linear;
}

@keyframes left-to-right {
  0% {
    transform: rotateY(0deg);
    opacity: 1;
  }
  50% {
    transform: rotateY(-180deg);
    left: -393px;
    opacity: 0.7;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.shining-light-left {
  position: absolute;
  height: 46px;
  width: 70%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjU5ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjU5ZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f9f59f), color-stop(100%, rgba(249, 245, 159, 0)));
  background-image: -moz-linear-gradient(left, #f9f59f 0%, rgba(249, 245, 159, 0) 100%);
  background-image: -webkit-linear-gradient(left, #f9f59f 0%, rgba(249, 245, 159, 0) 100%);
  background-image: linear-gradient(to right, #f9f59f 0%, rgba(249, 245, 159, 0) 100%);
  opacity: 0.7;
  float: left;
  top: 57px;
  left: 20px;
  -moz-transform: perspective(529px) rotateX(0deg) rotateY(-120deg) rotate(0deg);
  -ms-transform: perspective(529px) rotateX(0deg) rotateY(-120deg) rotate(0deg);
  -webkit-transform: perspective(529px) rotateX(0deg) rotateY(-120deg) rotate(0deg);
  transform: perspective(529px) rotateX(0deg) rotateY(-120deg) rotate(0deg);
}

.shining-light-right {
  position: absolute;
  height: 46px;
  left: 216px;
  width: 70%;
  top: 56px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjU5ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjU5ZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f9f59f), color-stop(100%, rgba(249, 245, 159, 0)));
  background-image: -moz-linear-gradient(right, #f9f59f 0%, rgba(249, 245, 159, 0) 100%);
  background-image: -webkit-linear-gradient(right, #f9f59f 0%, rgba(249, 245, 159, 0) 100%);
  background-image: linear-gradient(to left, #f9f59f 0%, rgba(249, 245, 159, 0) 100%);
  -moz-transform: perspective(529px) rotateX(180deg) rotateY(-120deg) rotate(0deg) skew(1deg);
  -ms-transform: perspective(529px) rotateX(180deg) rotateY(-120deg) rotate(0deg) skew(1deg);
  -webkit-transform: perspective(529px) rotateX(180deg) rotateY(-120deg) rotate(0deg) skew(1deg);
  transform: perspective(529px) rotateX(180deg) rotateY(-120deg) rotate(0deg) skew(1deg);
}

.glow-shine-container {
  position: absolute;
  height: 350px;
	width: 350px;
	margin-left:-175px;
	margin-top:-138px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: -moz-radial-gradient(center, ellipse cover, rgba(214, 205, 112, 0.6) 0%, rgba(211, 206, 160, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(214, 205, 112, 0.6) 0%, rgba(211, 206, 160, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(214, 205, 112, 0.6) 0%, rgba(211, 206, 160, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6cd70', endColorstr='#66d3cea0',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -moz-animation: glowing;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -moz-animation-direction: forwards;
  -moz-default-animation-timing-function: linear;
  -webkit-animation: glowing;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -webkit-animation-direction: forwards;
  -webkit-default-animation-timing-function: linear;
  animation: glowing;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  animation-direction: forwards;
  default-animation-timing-function: linear;
}

@keyframes glowing {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.shine-circle {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.glow-shine-1 {
  position: absolute;
  height: 30%;
  width: 30%;
  background: #edea89;
  top: 35%;
  left: 35%;
  opacity: 0.2;
}

.glow-shine-2 {
  position: relative;
  height: 10%;
  width: 10%;
  background: #edea89;
  margin: auto;
  top: 45%;
  opacity: 0.1;
  -moz-animation: glowing-shine-1;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -moz-animation-direction: forwards;
  -moz-default-animation-timing-function: ease-in;
  -webkit-animation: glowing-shine-1;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: forwards;
  -webkit-default-animation-timing-function: ease-in;
  animation: glowing-shine-1;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-direction: forwards;
  default-animation-timing-function: ease-in;
}

@keyframes glowing-shine-1 {
  0% {
    -moz-box-shadow: 0px 0px 0px #edea89;
    -webkit-box-shadow: 0px 0px 0px #edea89;
    box-shadow: 0px 0px 0px #edea89;
    opacity: 0.6;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-box-shadow: 0px 0px 32px #edea89;
    -webkit-box-shadow: 0px 0px 32px #edea89;
    box-shadow: 0px 0px 32px #edea89;
    opacity: 1;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-box-shadow: 0px 0px 0px #edea89;
    -webkit-box-shadow: 0px 0px 0px #edea89;
    box-shadow: 0px 0px 0px #edea89;
    opacity: 0.6;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.glow-shine-3 {
  position: absolute;
  height: 50%;
  width: 50%;
  background: #edea89;
  top: 25%;
  left: 25%;
  opacity: 0.05;
}

.glow-shine-4 {
  position: absolute;
  height: 70%;
  width: 70%;
  background: #edea89;
  top: 15%;
  left: 15%;
  opacity: 0.05;
}

.glow-shine-5 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #edea89;
  top: 0%;
  left: 0%;
  opacity: 0.05;
}

.glow-shine-narrow-left {
  position: absolute;
  height: 360px;
  width: 20px;
  background: #f9f04c;
  left: 0px;
  top: 0px;
  -moz-animation: pulsate;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -moz-animation-direction: forwards;
  -moz-default-animation-timing-function: linear;
  -webkit-animation: pulsate;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: forwards;
  -webkit-default-animation-timing-function: linear;
  animation: pulsate;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-direction: forwards;
  default-animation-timing-function: linear;
  -moz-transform: perspective(529px) rotateX(0deg) rotateY(-120deg) rotate(90deg);
  -ms-transform: perspective(529px) rotateX(0deg) rotateY(-120deg) rotate(90deg);
  -webkit-transform: perspective(529px) rotateX(0deg) rotateY(-120deg) rotate(90deg);
  transform: perspective(529px) rotateX(0deg) rotateY(-120deg) rotate(90deg);
}
.glow {
  position: absolute;
  height: 22px;
  width: 22px;
  background-color: #fbfae1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFBFAE1', endColorstr='#FFFFFB6C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmFlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmI2YyIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, #fbfae1 0%, #fffb6c 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #fbfae1 0%, #fffb6c 100%);
  background-image: radial-gradient(ellipse cover at center, #fbfae1 0%, #fffb6c 100%);
  top: 28px !important;
  left: -8px !important;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: #ffeb3b 0px 0 22px, rgba(252, 250, 185, 0.44) 0 0 3px 1px inset;
  -webkit-box-shadow: #ffeb3b 0px 0 22px, rgba(252, 250, 185, 0.44) 0 0 3px 1px inset;
  box-shadow: #ffeb3b 0px 0 22px, rgba(252, 250, 185, 0.44) 0 0 3px 1px inset;
  -moz-animation: glowing-ball;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -moz-animation-direction: forwards;
  -moz-default-animation-timing-function: linear;
  -webkit-animation: glowing-ball;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: forwards;
  -webkit-default-animation-timing-function: linear;
  animation: glowing-ball;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-direction: forwards;
  default-animation-timing-function: linear;
}

@keyframes glowing-ball {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

