

/*-box-shadow*/
[class*="shadow-"]{
  -webkit-transition: -webkit-box-shadow ease-in 300ms;
    -mz-transition: -mz-box-shadow ease-in 300ms;
    transition: box-shadow ease-in 300ms;
}

/*text slide*/
.text-slide{
	display:inline-block;
	position:relative;
	overflow:hidden;
	vertical-align: bottom;
}
.text-slide span {
	display:none;
	position:absolute;
	left:0;
	top:0;
  opacity: 0;
}
@-webkit-keyframes slide-text {
	0% {
	opacity:0;
	-webkit-transform:translateY(100%);
	}
	100% {
	opacity:1;
	-webkit-transform:translateY(0%);
	}
}
@-o-keyframes slide-text {
	0% {
	opacity:0;
	-o-transform:translateY(100%);
	}
	100% {
	opacity:1;
	-o-transform:translateY(0%);
	}
}
@keyframes slide-text {
	0% {
	opacity:0;
	transform:translateY(100%);
	}
	100% {
	opacity:1;
	transform:translateY(0%);
	}
}
@-webkit-keyframes slide-text-previous {
	0% {
	opacity:1;
	-webkit-transform:translateY(0%);
	}
	100% {
	opacity:0;
	-webkit-transform:translateY(-100%);
	}
}
@-o-keyframes slide-text-previous {
	0% {
	opacity:1;
	-o-transform:translateY(0%);
	}
	100% {
	opacity:0;
	-o-transform:translateY(-100%);
	}
}
@keyframes slide-text-previous {
	0% {
	opacity:1;
	transform:translateY(0%);
	}
	100% {
	opacity:0;
	transform:translateY(-100%);
	}
}
.text-slide span.active{
	display:inline-block;
	position:static;
 -webkit-animation-name: slide-text;
  -o-animation-name: slide-text;
  animation-name: slide-text;
  -webkit-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
	white-space:nowrap;

  opacity: 1;
}
.text-slide span.previous{
	display:inline-block;
  -webkit-animation-name: slide-text-previous;
  -o-animation-name: slide-text-previous;
  animation-name: slide-text-previous;
  -webkit-animation-duration: 400ms;
  -o-animation-duration:400ms;
  animation-duration:400ms;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
	white-space:nowrap;
  opacity: 0;
}

@-webkit-keyframes blink {
	0% {
		visibility:hidden;
		opacity:0;
	}
	50% {
		visibility:visible;
		opacity:1;
	}
	100% {
		visibility:hidden;
		opacity:0;
	}
}
@-moz-keyframes blink {
	0% {
		visibility:hidden;
		opacity:0;
	}
	50% {
		visibility:visible;
		opacity:1;
	}
	100% {
		visibility:hidden;
		opacity:0;
	}
}
@-o-keyframes blink {
	0% {
		visibility:hidden;
		opacity:0;
	}
	50% {
		visibility:visible;
		opacity:1;
	}
	100% {
		visibility:hidden;
		opacity:0;
	}
}
@keyframes blink {
	0% {
		opacity:0;
	}
	50% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
.dg-typewriter.animation{
  display: none;
  position: relative;
}
.dg-typewriter.animated{
  display:inline-block;
}
.dg-typewriter.animated:after{
	content:"|";
	display:inline-block;
 visibility: hidden;
  opacity: 0;
  width: 12px;
  margin-right: -12px;
  text-align: center;
}

.dg-typewriter.active:after{
    -webkit-animation: blink 650ms infinite;
    -moz-animation: blink 650ms infinite;
    animation: blink 650ms infinite;
  font-weight: normal;
  visibility:visible;
  opacity: 1;
}
.color-white .dg-typewriter.animated:after{
	color:#ffffff;
}
.dg-title{
  overflow: hidden;
}

.dg-title .italic{
  font-style: italic;
}
.dg-title .oblique{
  font-style: oblique;
}

.dg-title {
  margin-bottom: 25px;
}
.dg-title .title{
  margin: 0px 0 15px;
}


.dg-title .subtitle{
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 1.2;
}
.dg-title:after{
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
}

.dg-title.subtitle-style02 small{
	position:relative;
	display:inline-block;
	padding:0px 20px;
	margin-bottom:16px;
	color:#666666;
}
.dg-title.subtitle-style02 small:after,
.dg-title.subtitle-style02 small:before{
	content:"";
	width:80px;
	border-bottom:1px solid ;
	position:absolute;
	left:100%;
	top:50%;
  opacity: 0.9;
}
.dg-title.subtitle-style02 small:before{
	left:auto;
	right:100%;
}
.dg-title.subtitle-style02.text-left small{
  padding-left: 0;
}
.dg-title.subtitle-style02.text-right small{
  padding-right: 0;
}

.dg-title.subtitle-style02.text-left small:before,
.dg-title.subtitle-style02.text-right small:after{
  content: none;
}
.dg-title.subtitle-style03 small{
	display:inline-block;
	margin-bottom:14px;
	letter-spacing:0.070em;
	color:#666666;
}
.dg-title.subtitle-style03 small:before,
.dg-title.subtitle-style03 small:after{
	content:"";
	width:4px;
	display:inline-block;
	height:19px;
	border-top:1px solid ;
	border-bottom:1px solid ;
	vertical-align:middle;
	opacity: 0.9;
	border-color:#20a3f0;
	color:#20a3f0;
}
.dg-title.subtitle-style03 small:before{
	margin:0 25px 2px 0;
	border-left:1px solid ;
}
.dg-title.subtitle-style03 small:after{
	margin:0 0 2px 25px;
	border-right:1px solid ;
}
.dg-title.subtitle-style04 .subtitle{
  line-height: 1.8;
  letter-spacing:inherit;
}
.dg-title.subtitle-style04 .subtitle:after {
    content: "";
    display: block;
    width: 50px;
		border-bottom: 3px solid #20a3f0;
		/* border-bottom-color:#20a3f0 ; */
		border-bottom-style:solid;
		border-bottom-width:3px;
    margin:15px auto 10px;
}
.dg-title.subtitle-style04.thin3 .subtitle:after{
    border-bottom-width:3px;
}
.dg-title.subtitle-style04.thin2 .subtitle:after{
    border-bottom-width:2px;
}
.dg-title.subtitle-style04.thin1 .subtitle:after{
    border-bottom-width:1px;
}
.dg-title.subtitle-style04.text-left .subtitle:after{
  margin-left: 0;
}
.dg-title.subtitle-style04.text-right .subtitle:after{
  margin-right: 0;
}
.dg-title.subtitle-style04 .decorated.r + .subtitle{
  margin-top: -4px;
}


.dg-title .left-icon{
  margin-right: 0.4em;
  font-size: 1.1em;
}
.dg-title .right-icon{
  margin-left: 0.4em;  
  font-size: 1.1em;
}

.dg-title .top-icon,
.dg-title .bottom-icon{
  margin: 0 auto 12px;
  font-size: 20px;
}
.dg-title .title span {
  color:#20a3f0;
}


.dg-title .title-icon01{

}
.dg-title .title-icon02 .line{
  position: relative;
  display: inline-block;
  line-height: 1;
}
.dg-title .title-icon02 .line:before {
	content: "";
	width: 36px;
	height: 1px;
	border-bottom:1px solid;
	position: absolute;
	top: 50%;
  left: 100%;
	margin-top:-1px;
}
.dg-title .title-icon02 .line:after {
	content: "";
	width: 36px;
	height: 1px;
	border-bottom:1px solid;
	position: absolute;
	top: 50%;
  right: 100%;
	margin-top:-1px;
}

.dg-title .icon .line .icon-svg *{
  stroke-width: 3;
}
.dg-title .icon.size-xs .line{
  font-size: 20px;
  padding: 0px 6px;
}
.dg-title .icon.size-xs .line .icon-svg{
  width: 20px;
  height: 20px;
}
.dg-title .icon.size-sm .line{
  font-size: 26px;
  padding: 0px 8px;
}
.dg-title .icon.size-sm .line .icon-svg{
  width: 26px;
  height: 26px;
}
.dg-title .icon.medium .line{
  font-size: 32px;
  padding: 0px 10px;
}
.dg-title .icon.medium .line .icon-svg{
  width: 32px;
  height: 32px;
}
.dg-title .icon.size-lg .line{
  font-size: 37px;
  padding: 0px 12px;
}
.dg-title .icon.size-lg .line .icon-svg{
  width: 37px;
  height: 37px;
}
.dg-title .icon.size-xl .line{
  font-size: 42px;
  padding: 0px 14px;
}
.dg-title .icon.size-xl .line .icon-svg{
  width: 42px;
  height: 42px;
}


.dg-title .title-icon02.icon .line:before,
.dg-title .title-icon02.icon .line:after {
  width: 28px;
}

.dg-title.text-left .icon .line:after{
  content:none;
}
.dg-title.text-right .icon .line:before {
  content:none;
}
.dg-title.text-left .icon .line{
  padding-left: 0;
}
.dg-title.text-right .icon .line {
  padding-right: 0;
}

.dg-title.title-style01 .decorated.r{
  position: relative;
  height: 21px;
  display: block;
  width: 52px;
  margin:20px auto 17px;
}

.dg-title.title-style01 .decorated.r:after,
.dg-title.title-style01 .decorated.r:before{
	content:"";
  position: absolute;

}
.dg-title.title-style01 .decorated.r:after{
	border-top:1px solid ;
	border-bottom:1px solid ;
  top: 0;
  bottom: 0;
  left:7px;
  right: 7px;
}
.dg-title.title-style01 .decorated.r:before{
	border-bottom:1px solid ;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
}



.dg-title.title-style02 .decorated.l{
	margin:auto;
	width:80px;
	overflow:hidden;
  display: block;
	margin-bottom:21px;
}
.dg-title.title-style02 .decorated.l:before{
  content:"123";
  content:".\2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002.";  
	display:inline-block;
  text-decoration: line-through;
  -moz-text-decoration-style: wavy;
  text-decoration-style: wavy; 
	font-size:13px;
	line-height:1;
	white-space:nowrap;
	text-indent:-8px;
	width:80px;
	overflow:hidden;
  vertical-align: middle;
}


.dg-title.title-style03 .decorated.r{
	display:block;
	margin:15px auto 15px;
	-webkit-transform:scale(1.3,0.95);
	transform:scale(1.3,0.95);
	width:34px;
  height: 41px;
  position:relative;
}
.dg-title.title-style03 .decorated.r:after,
.dg-title.title-style03 .decorated.r:before{
	content:"";
	position:absolute;
	width:19px;
	height:19px;
	top:4px;
	left:0px;
	border:1px solid ;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg) ;
	margin:0 8px;
}
.dg-title.title-style03 .decorated.r:before{
	margin-top:13px;
}

.dg-title.title-style04 .decorated.r{
	display:block;
	margin:23px auto 12px;
  width: 110px;
  height: 2px;
}
.dg-title.title-style04 .decorated.r:after{
	content:"";
	height:100%;
  width: 100%;
	font-size:36px;
  display: block;
	background-image: linear-gradient(to right, #4db5fd 0%, #52d4d2 60%);
	background-image: -webkit-linear-gradient(to right, #4db5fd 0%, #52d4d2 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db5fd', endColorstr='#52d4d2', GradientType=1 );
}


.dg-title.title-style05 .title{
  display: inline-block;
  position: relative;
  padding: 0.4em 1.2em;
}
.dg-title.title-style05 .decorated{
  display: block;
}

.dg-title.title-style05 .title:after,
.dg-title.title-style05 .title:before,
.dg-title.title-style05 .title .line:after,
.dg-title.title-style05 .title .line:before{
	content:"";
	position:absolute;
	border-width:1px;
	width:15px;
	height:15px;
}
.dg-title.title-style05 .title:after{
	left:0;
	top:0;
	border-left-style:solid;
	border-top-style:solid;
}
.dg-title.title-style05 .title:before{
	right:0;
	top:0;
	border-right-style:solid;
	border-top-style:solid;
}
.dg-title.title-style05 .title .line:after{
	left:0;
	bottom:0;
	border-left-style:solid;
	border-bottom-style:solid;
}
.dg-title.title-style05 .title .line:before{
	right:0;
	bottom:0;
	border-right-style:solid;
	border-bottom-style:solid;
}


.dg-title.title-style06 .decorated{
  display: block;
}
.dg-title.title-style06 .title{
  position:relative;
	display:inline-block;
 	padding:0 0.8em;
}
.dg-title.title-style06 .title:after,
.dg-title.title-style06 .title:before{
	content:"";
	border-bottom:1px solid ;
	width:2em;
  position:absolute;
  margin-top: -1px;
	top:50%;
	left:100%;
}
.dg-title.title-style06 .title:before{
	left:auto;
	right:100%;
}
.dg-title.title-style06.text-left .title:before,
.dg-title.title-style06.text-right .title:after{
   content: none
}
@media only screen and (max-width: 767px) {
	.dg-title.title-style06 .title:after,
	.dg-title.title-style06 .title:before{
		width:0;
	}
	.dg-title.title-style06 .title{
		 padding:0;
	}
}


.dg-title.title-style07 .title{
	position: relative;
	display: inline-block;
 	padding:0;
}
.dg-title.title-style07 .decorated{
  display: block;
}

.dg-title.title-style07 .title .line:before{
	 content: "";
	 position:absolute;
	 right:-23px;
	 border-left:1px solid ;
	 height: 21px;
	 top:50%;
	 margin: -11px 0 0 0;
}
.dg-title.title-style07 .title .line:after{
	 content: "";
	 position:absolute;
	 right:-28px;
	 border-left:1px solid ;
	 height: 15px;
	 top:50%;
	 margin: -9px 0 0 0;
}
.dg-title.title-style07 .title:before{
	 content: "";
	 position:absolute;
	 left:-23px;
	 border-left:1px solid ;
	 height: 21px;
	 top:50%;
	 margin: -11px 0 0 0;
}
.dg-title.title-style07 .title:after{
	 content: "";
	 position:absolute;
	 left:-28px;
	 border-left:1px solid ;
	 height: 15px;
	 top:50%;
	 margin: -9px 0 0 0;
}



.dg-title.title-style08 .title{
	position: relative;
	display: inline-block;
  padding: 0.4em 1.2em;
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
}
.dg-title.title-style08 .decorated{
  display: block;
}


.dg-title.title-style08 .title:after,
.dg-title.title-style08 .title:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:42px;
	height:22px;
}
.dg-title.title-style08 .title:after{
	top:-4px;
	border-left:1px solid ;
}
.dg-title.title-style08 .title:before{
	left:-5px;
	border-top:1px solid ;
}
.dg-title.title-style08 .title > .line:after,
.dg-title.title-style08 .title > .line:before{
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	width:42px;
	height:22px;
}
.dg-title.title-style08 .title > .line:after{
	bottom:-4px;
	border-right:1px solid ;
}
.dg-title.title-style08 .title > .line:before{
	right:-5px;
	border-bottom:1px solid ;
}

.dg-title.title-style09{
  
}

.dg-title.title-style09 .decorated.r{
	position:relative;
	border-bottom:1px solid ;
	width:150px;
	display:block;
  margin:25px auto 14px;
}
.dg-title.title-style09 .decorated.r:after,
.dg-title.title-style09 .decorated.r:before{
	content:"";
	width:9px;
	height:9px;
	border:1px solid ;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	bottom:-5px;
	left:-9px;
}
.dg-title.title-style09 .decorated.r:before{
	right:-9px;
	left:auto;
}
.dg-title.title-style09.text-left .decorated.r:after{
  content: none;
}
.dg-title.title-style09.text-right .decorated.r:before{
  content: none;
}


.dg-title.title-style10 .decorated.r{
  position: relative; 
  width:46px;
  margin: auto;
  display: block;
  line-height: 0;
	border-top:1px solid ;
  padding-top: 5px;
  margin-bottom: 10px;
}
.dg-title.title-style10 .decorated.r:after{
	content:"";
	border-bottom:1px solid ;
	width:37px;
  display: inline-block;
  vertical-align: middle;
}

.dg-title.title-style11 .decorated.l{
  display: block;
  width: 56px;
  height: 22px;
 	border-right:1px solid ;
 	border-left:1px solid ;
  position: relative;
  margin: 2px auto 15px;
}
.dg-title.title-style11 .decorated.l:after,
.dg-title.title-style11 .decorated.l:before{
	content:"";
	position:absolute;
	width:42px;
	border-top:1px solid ;
}
.dg-title.title-style11 .decorated.l:after{
  top:4px;
  left: -5px;
}
.dg-title.title-style11 .decorated.l:before{
  bottom:4px;
  right: -5px;
}

.dg-title.title-style12 .decorated.r{
	width:100px;
	/* border-bottom:1px solid ; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display:block;
	margin:18px auto 15px;
}
.dg-title.title-style12.short .decorated.r{
  width: 50px;
}
.dg-title.title-style12.Length .decorated.r{
  width:33px;
}
.dg-title.title-style12.ultrashort .decorated.r{
  width: 18px;
}
.dg-title.title-style12.thin3 .decorated.r{
  border-bottom-width: 3px;
}
.dg-title.title-style12.thin2 .decorated.r{
  border-bottom-width: 2px;
}
.dg-title.text-left,
.dg-title.title-style01.text-left .decorated.r,
.dg-title.title-style02.text-left .decorated.r,
.dg-title.title-style02.text-left .decorated.l,
.dg-title.title-style03.text-left .decorated.r,
.dg-title.title-style04.text-left .decorated.r,
.dg-title.title-style09.text-left .decorated.r,
.dg-title.title-style10.text-left .decorated.r,
.dg-title.title-style12.text-left .decorated.r{
  margin-left: 0;
}
.dg-title.text-right,
.dg-title.title-style01.text-right .decorated.r,
.dg-title.title-style02.text-right .decorated.r,
.dg-title.title-style02.text-right .decorated.l,
.dg-title.title-style03.text-right .decorated.r,
.dg-title.title-style04.text-right .decorated.r,
.dg-title.title-style09.text-right .decorated.r,
.dg-title.title-style10.text-right .decorated.r,
.dg-title.title-style12.text-right .decorated.r{
  margin-right: 0;
}
.dg-title.title-style11.text-left .decorated.l{
  margin-left: 4px;
}
.dg-title.title-style11.text-right .decorated.l{
  margin-right: 4px;
 
}


.dg-title .decorated,
.dg-title .title > .line,
.dg-title .title:after,
.dg-title .title:before{
  color:#20a3f0;
  border-color:#20a3f0;
}
.dg-title > .icon {
  color:#20a3f0;
}
.dg-title.title-style08 .title > .line,
.dg-title.title-style08 .title:after,
.dg-title.title-style08 .title:before,
.dg-title.title-style07 .title > .line,
.dg-title.title-style07 .title:after,
.dg-title.title-style07 .title:before,
.dg-title.title-style11 .title > .line,
.dg-title.title-style11 .title:after,
.dg-title.title-style11 .title:before,
.dg-title.title-style10 .decorated,
.dg-title.title-style09 .decorated{
  color:#a8a8a8;
  border-color:#a8a8a8;
}

.dg-title .animation.number {
  display: inline-block;
}


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

	.dg-title {
    margin-bottom: 15px;
}
  
  .dg-title .icon.size-xs .line{
     font-size: 20px;
     padding: 0px 10px;
  }
  .dg-title .icon.size-sm .line{
     font-size: 24px;
     padding: 0px 10px;
  }
  .dg-title .icon.medium .line{
    font-size: 28px;
     padding: 0px 12px;
  }
  .dg-title .icon.size-lg .line{
    font-size: 32px;
     padding: 0px 15px;
  }
  .dg-title .icon.size-xl .line{
     font-size: 36px;
     padding: 0px 15px;
  }

}

/*dg-heading*/
.dg-heading a,
.dg-heading a:link,
.dg-heading a:active,
.dg-heading a:visited{
  color: inherit;
}

/*isotope*/

@-webkit-keyframes isotope-fadeIn {
0% {
opacity:0
}
 100% {
opacity:1
}
}
@-moz-keyframes isotope-fadeIn {
0% {
opacity:0
}
 100% {
opacity:1
}
}
@keyframes isotope-fadeIn {
0% {
opacity:0
}
 100% {
opacity:1
}
}
 


.isotope-effect-fade-in .isotope-item.animat-order{
  -webkit-animation-name: isotope-fadeIn;
  -moz-animation-name: isotope-fadeIn;
  animation-name: isotope-fadeIn;
}

@-webkit-keyframes isotope-move-up {
  0% {
    opacity:0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
   100% {
  opacity:1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
}
@-moz-keyframes isotope-move-up {
  0% {
    opacity:0;
    -moz-transform: translateY(200px);
    transform: translateY(0);
  }
   100% {
  opacity:1;
  -moz-transform: translateY(0);
  transform: translateY(0);
  }
}
@keyframes isotope-move-up {
  0% {
    opacity:0;
    transform: translateY(200px);
  }
   100% {
  opacity:1;
  transform: translateY(0);
  }
}

.isotope-effect-move-up .isotope-item.animat-order{
  -webkit-animation-name: isotope-move-up;
  -moz-animation-name: isotope-move-up;
  animation-name: isotope-move-up ; 
}

@-webkit-keyframes isotope-scale-up {
0% {
  -webkit-transform: scale(.6);
  transform: scale(.6);
  opacity:0
}
 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity:1
}
}
@-moz-keyframes isotope-scale-up  {
0% {
  -webkit-transform: scale(.6);
  transform: scale(.6);
  opacity:0
}
 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity:1
}
}
@keyframes isotope-scale-up {
0% {
  -webkit-transform: scale(.6);
  transform: scale(.6);
  opacity:0
}
 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity:1
}
}

.isotope-effect-scale-up .isotope-item.animat-order{
  opacity: 1;
  -webkit-animation-name: isotope-scale-up;
  -moz-animation-name: isotope-scale-up;
  animation-name: isotope-scale-up;
}

@-webkit-keyframes isotope-fall-perspective {
0% {
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-65deg);
  transform: translateZ(400px) translateY(300px) rotateX(-65deg);
  opacity:0
}
 100% {
  -webkit-transform: translateZ(0) translateY(0) rotateX(0);
  transform: translateZ(0) translateY(0) rotateX(0);
  opacity:1
}
}
@-moz-keyframes isotope-fall-perspective  {
0% {
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-65deg);
  transform: translateZ(400px) translateY(300px) rotateX(-65deg);
opacity:0
}
 100% {
  -webkit-transform: translateZ(0) translateY(0) rotateX(0);
  transform: translateZ(0) translateY(0) rotateX(0);
opacity:1
}
}
@keyframes isotope-fall-perspective {
0% {
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-65deg);
  transform: translateZ(400px) translateY(300px) rotateX(-65deg);
opacity:0
}
 100% {
  -webkit-transform: translateZ(0) translateY(0) rotateX(0);
  transform: translateZ(0) translateY(0) rotateX(0);
opacity:1
}
}
.isotope-effect-fall-perspective .isotope-item{
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.isotope-effect-fall-perspective .isotope-item.animat-order > div{
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: isotope-fall-perspective;
  -moz-animation-name: isotope-fall-perspective;
  animation-name: isotope-fall-perspective; 
}

@-webkit-keyframes isotope-fly {
0% {
  -webkit-transform: rotateX(-180deg) translate3d(0,0,0);
  transform: rotateX(-180deg) translate3d(0,0,0);
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  opacity:0
}
 100% {
  -webkit-transform: rotateX(0) translate3d(0,0,0);
  transform: rotateX(0) translate3d(0,0,0);
  -webkit-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  opacity:1
}
}
@-moz-keyframes isotope-fly  {
0% {
  -webkit-transform: rotateX(-180deg) translate3d(0,0,0);
  transform: rotateX(-180deg) translate3d(0,0,0);
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  opacity:0
}
 100% {
  -webkit-transform: rotateX(0) translate3d(0,0,0);
  transform: rotateX(0) translate3d(0,0,0);
  -webkit-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  opacity:1
}
}
@keyframes isotope-fly {
0% {
  -webkit-transform: rotateX(-180deg) translate3d(0,0,0);
  transform: rotateX(-180deg) translate3d(0,0,0);  
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  opacity:0
}
 100% {
  -webkit-transform: rotateX(0) translate3d(0,0,0);
  transform: rotateX(0) translate3d(0,0,0);
  -webkit-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  opacity:1
}
}
.isotope-effect-fly .isotope-item{
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.isotope-effect-fly .isotope-item.animat-order > div{

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
 -webkit-animation-name: isotope-fly;
  -moz-animation-name: isotope-fly;
  animation-name: isotope-fly;

}

@-webkit-keyframes isotope-flip {
0% {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity:0
}
 100% {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity:1
}
}
@-moz-keyframes isotope-flip  {
0% {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity:0
}
 100% {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity:1
}
}
@keyframes isotope-flip {
0% {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity:0
}
 100% {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity:1
}
}
.isotope-effect-flip .isotope-item{
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.isotope-effect-flip .isotope-item.animat-order > div{
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
-webkit-animation-name: isotope-flip ;
  -moz-animation-name: isotope-flip;
  animation-name: isotope-flip;
}

@-webkit-keyframes isotope-helix {
0% {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  opacity:0;
}
 100% {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity:1
}
}
@-moz-keyframes isotope-helix  {
0% {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  opacity:0;
}
 100% {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity:1
}
}
@keyframes isotope-helix {
0% {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  opacity:0;
}
 100% {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity:1
}
}
.isotope-effect-helix .isotope-item{
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.isotope-effect-helix .isotope-item.animat-order > div{
   -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
-webkit-animation-name: isotope-helix ;
  -moz-animation-name: isotope-helix;
  animation-name: isotope-helix;
}
@-webkit-keyframes isotope-scale {
0% {
opacity:0;
-webkit-transform: scale(.4);
transform: scale(.4);
}
70% {
opacity:0.8;
-webkit-transform: scale(1.03);
transform: scale(1.1);
}

 100% {
opacity:1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes isotope-scale  {
0% {
opacity:0;
-webkit-transform: scale(.4);
transform: scale(.4);
}
70% {
opacity:0.8;
-webkit-transform: scale(1.03);
transform: scale(1.1);
}

 100% {
opacity:1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes isotope-scale {
0% {
opacity:0;
-webkit-transform: scale(.4);
transform: scale(.4);
}
70% {
opacity:0.8;
-webkit-transform: scale(1.03);
transform: scale(1.1);
}

 100% {
opacity:1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.isotope-effect-scale .isotope-item{
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.isotope-effect-scale .isotope-item.animat-order > div{
   -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: isotope-scale;
  -moz-animation-name: isotope-scale;
  animation-name: isotope-scale;
}
.isotope-effect-fade-in .isotope-item,
.isotope-effect-move-up .isotope-item,
.isotope-effect-scale-up .isotope-item,
.isotope-effect-fall-perspective .isotope-item > div,
.isotope-effect-fly .isotope-item > div ,
.isotope-effect-flip .isotope-item > div,
.isotope-effect-helix .isotope-item > div,
.isotope-effect-scale .isotope-item > div{
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}




.isotope-effect-fade-in .isotope-item.animat-order,
.isotope-effect-move-up .isotope-item.animat-order,
.isotope-effect-scale-up .isotope-item.animat-order,
.isotope-effect-fall-perspective .isotope-item.animat-order > div,
.isotope-effect-fly .isotope-item.animat-order > div,
.isotope-effect-flip .isotope-item.animat-order > div,
.isotope-effect-helix .isotope-item.animat-order > div,
.isotope-effect-scale .isotope-item.animat-order > div{
  opacity: 1;
  -webkit-animation-timing-function:ease-in-out;
  -moz-animation-timing-function:ease-in-out;
  animation-timing-function:ease-in-out;
}

.isotope-effect-fade-in .isotope-item.animat-order/*Fade in*/{
  -webkit-animation-duration:0.7s!important;
  -moz-animation-duration:0.7s!important;
  animation-duration:0.7s!important;
}

.isotope-effect-fall-perspective .isotope-item.animat-order > div/*Fly in*/{
  -webkit-animation-duration:0.5s!important;
  -moz-animation-duration:0.5s!important;
  animation-duration:0.5s!important;
}
.isotope-effect-move-up .isotope-item.animat-order/*Fade up*/,
.isotope-effect-scale-up .isotope-item.animat-order/*Zoom in*/{
  -webkit-animation-duration:0.35s!important;
  -moz-animation-duration:0.35s!important;
  animation-duration:0.35s!important;
}
.isotope-effect-fly .isotope-item.animat-order > div/*3D Fly in*/,
.isotope-effect-flip .isotope-item.animat-order > div/*Horizontal flip*/,
.isotope-effect-helix .isotope-item.animat-order > div/*Vertical flip*/,
.isotope-effect-scale .isotope-item.animat-order > div/*Bounce in*/{
  -webkit-animation-duration:0.6s!important;
  -moz-animation-duration:0.6s!important;
  animation-duration:0.6s!important; 
}

.ajax-more.loading .fa{
  display:inline-block!important;
}



/*widget_widget_ui_dng_tag*/
.widget_widget_ui_dng_tag .tagcloud a{
	display:inline-block;
	margin:0 7px 5px 0;
	border:1px solid #e5e5e5;
	padding:5px 15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:inherit!important;
}
.widget_widget_ui_dng_tag .tagcloud a, 
.widget_widget_ui_dng_tag .tagcloud a:link, 
.widget_widget_ui_dng_tag .tagcloud a:active, 
.widget_widget_ui_dng_tag .tagcloud a:visited{
	color:#666666;
	text-decoration:none;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.widget_widget_ui_dng_tag .tagcloud a:hover{
	border-color:#20a3f0;
	color:#20a3f0;
	text-decoration:none
}
.footer_box .widget_widget_ui_dng_tag .tagcloud a, 
.footer_box .widget_widget_ui_dng_tag .tagcloud a:link, 
.footer_box .widget_widget_ui_dng_tag .tagcloud a:active, 
.footer_box .widget_widget_ui_dng_tag .tagcloud a:visited{
  color:inherit;
  border-color:rgba(127,127,127,0.5);
}


/* widget_archive */
/* widget_recent_comments */
/* widget_meta */
/* widget_recent_entries */
/* widget_rss */
.widget_archive ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_rss ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_rss ul li{
	border-bottom:1px dotted #CCCCCC;
	position: relative;	
	padding: 0 0px 14px 20px;
}
.widget_archive ul li + li,
.widget_recent_comments ul li + li,
.widget_meta ul li + li,
.widget_recent_entries ul li + li,
.widget_rss ul li + li{
    padding:14px 0px 14px 20px;
}
.widget_archive ul li:before,
.widget_recent_comments ul li:before,
.widget_meta ul li:before,
.widget_recent_entries ul li:before,
.widget_rss ul li:before{
	content:"\f101";
	font-family: 'FontAwesome' !important;
	position:absolute;
	left:0;
	color:#000;
	font-size: 13px;
}
.widget_archive ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a{
	text-decoration:none;
	color:#111;
}
.widget_archive ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_rss ul li a:hover{
	text-decoration:none;
	color: #20a3f0;
}
.widget_archive ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child{
	border-bottom:0;
}

.widget_archive select{
	margin-left: 1em;
}

.widget_rss .rss-date{
	display: block;
}

.footer_box .widget_archive ul li, 
.footer_box .widget_recent_comments ul li, 
.footer_box .widget_meta ul li, 
.footer_box .widget_recent_entries ul li, 
.footer_box .widget_rss ul li{
  border-bottom-color:rgba(127,127,127,0.5);
  
}
.footer_box .widget_archive ul li:before, 
.footer_box .widget_recent_comments ul li:before, 
.footer_box .widget_meta ul li:before, 
.footer_box .widget_recent_entries ul li:before, 
.footer_box .widget_rss ul li:before{
  color: inherit;
}

/* widget widget_pages */
/* widget_categories */
/* widget_nav_menu */
.widget_pages ul,
.widget_categories ul,
.widget_nav_menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.widget_pages>ul>li,
.widget_categories>ul>li,
.widget_nav_menu ul.menu>li{	
	border-bottom:1px dotted #CCCCCC;
	position: relative;	
	padding: 0 0px 14px 20px;
}
.widget_pages>ul>li ul li,
.widget_categories>ul>li ul li,
.widget_nav_menu ul.menu>li ul li{	
	position: relative;	
	padding: 0 0px 0 20px;
}

.widget_pages ul li + li,
.widget_categories ul li + li,
.widget_nav_menu ul.menu li + li{
	padding:14px 0px 14px 20px;
}
.widget_pages>ul>li:before,
.widget_categories>ul>li:before,
.widget_nav_menu ul.menu>li:before{
content:"\f101";
font-family: 'FontAwesome' !important;
position:absolute;
left:0;
color:#000;
font-size: 13px;
}
.widget_pages ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a{
text-decoration:none;
color:#111;
}
.widget_pages ul li a:hover,
.widget_categories ul li a:hover,
.widget_nav_menu ul li a:hover{
text-decoration:none;
color: #20a3f0
}
.widget_pages>ul>li:last-child,
.widget_categories>ul>li:last-child,
.widget_nav_menu ul.menu>li:last-child{
	border-bottom:0;
}

.widget_categories select{
	margin-left: 1em;
}

.footer_box .widget_pages>ul>li:before,
.footer_box .widget_categories>ul>li:before,
.footer_box .widget_nav_menu ul.menu>li:before{
  color:inherit;
}
.footer_box .widget_pages>ul>li, 
.footer_box .widget_categories>ul>li, 
.footer_box .widget_nav_menu ul.menu>li{
 border-bottom-color: rgba(127, 127, 133, 0.5); 
}
.footer_box .widget_categories select{
  color: #000;
  padding:8px 5px;
}

/*widget-contactus*/
.widget-ui-dng-contactus ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-ui-dng-contactus ul li{
	position: relative;
	padding: 0 0 15px 34px;
}
.widget-ui-dng-contactus ul li + li{
	margin:15px 0 15px 0;
}
.widget-ui-dng-contactus ul li:last-child{
	margin:15px 0 0 0;
	padding: 0 0 0 34px;
}
.widget-ui-dng-contactus ul li span{
	position: absolute;
	left:0;
	font-size: 18px;
	top:3px;	
}
.widget-ui-dng-contactus .title{
  font-size: 15px;
  margin: 0 0 5px;
  color:#424242;
}
.widget-contactus.space-sm ul li{
  margin: 0;
}

/*widget-social*/
.widget-social{
	margin:0;
	padding: 0;
	list-style: none;
}
.widget-social li{
  display: inline-block;
  margin:0 5px 5px 0;
}
.widget-social li a{
	list-style: none;
	width:40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
    font-size: 20px;
    overflow: hidden;
    color: #fff;
  vertical-align: middle;
}
.widget-social li a, 
.widget-social li a:link, 
.widget-social li a:active, 
.widget-social li a:visited{
    color: #fff;
}

.widget-social li:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
.widget-social li i.fa{
	display: inline-block;
}
.widget-social.social-sm li a{
	width:30px;
	height: 30px;
	line-height: 30px;
  font-size: 14px;
}


@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }
.widget-social .social-rss a,
.widget-social-hover .social-rss a:hover {
    background-color: #f08421
}

.widget-social .social-facebook a,
.widget-social-hover .social-facebook a:hover {
    background-color: #3c5b9b
}

.widget-social .social-twitter a,
.widget-social-hover .social-twitter a:hover {
    background-color: #2daae1
}

.widget-social .social-vimeo a,
.widget-social-hover .social-vimeo a:hover {
    background-color: #41b2dc
}

.widget-social .social-myspace a,
.widget-social-hover .social-myspace a:hover {
    background-color: #008dde
}

.widget-social .social-youtube a,
.widget-social-hover .social-youtube a:hover {
    background-color: #e14e42
}

.widget-social .social-instagram a,
.widget-social-hover .social-instagram a:hover {
    background-color: #3e5ea1
}

.widget-social .social-gplus a,
.widget-social-hover .social-gplus a:hover {
    background-color: #f63d27
}

.widget-social .social-stumbleupon a,
.widget-social-hover .social-stumbleupon a:hover {
    background-color: #eb4721
}

.widget-social .social-lastfm a,
.widget-social-hover .social-lastfm a:hover {
    background-color: #da001c
}

.widget-social .social-pinterest a,
.widget-social-hover .social-pinterest a:hover {
    background-color: #cb2027
}

.widget-social .social-google a,
.widget-social-hover .social-google a:hover {
    background-color: #eb5e4c
}

.widget-social .social-evernote a,
.widget-social-hover .social-evernote a:hover {
    background-color: #9acf4f
}

.widget-social .social-dribbble a,
.widget-social-hover .social-dribbble a:hover {
    background-color: #b685bf
}

.widget-social .social-skype a,
.widget-social-hover .social-skype a:hover {
    background-color: #13c1f3
}

.widget-social .social-forrst a,
.widget-social-hover .social-forrst a:hover {
    background-color: #45ad76
}

.widget-social .social-linkedin a,
.widget-social-hover .social-linkedin a:hover {
    background-color: #238cc8
}

.widget-social .social-wordpress a,
.widget-social-hover .social-wordpress a:hover {
    background-color: #2592c3
}

.widget-social .social-grooveshark a,
.widget-social-hover .social-grooveshark a:hover {
    background-color: #ffb21d
}

.widget-social .social-delicious a,
.widget-social-hover .social-delicious a:hover {
    background-color: #377bda
}

.widget-social .social-behance a,
.widget-social-hover .social-behance a:hover {
    background-color: #2d9ad2
}

.widget-social .social-dropbox a,
.widget-social-hover .social-dropbox a:hover {
    background-color: #17a3eb
}

.widget-social .social-soundcloud a,
.widget-social-hover .social-soundcloud a:hover {
    background-color: #ff7e30
}

.widget-social .social-deviantart a,
.widget-social-hover .social-deviantart a:hover {
    background-color: #6a8a7b
}

.widget-social .social-yahoo a,
.widget-social-hover .social-yahoo a:hover {
    background-color: #ab47ac
}

.widget-social .social-flickr a,
.widget-social-hover .social-flickr a:hover {
    background-color: #ff48a3

}

.widget-social .social-digg a,
.widget-social-hover .social-digg a:hover {
    background-color: #75788d
}

.widget-social .social-blogger a,
.widget-social-hover .social-blogger a:hover {
    background-color: #ff9233
}

.widget-social .social-tumblr a,
.widget-social-hover .social-tumblr a:hover {
    background-color: #426d9b
}

.widget-social .social-quora a,
.widget-social-hover .social-quora a:hover {
    background-color: #ea3d23
}

.widget-social .social-github a,
.widget-social-hover .social-github a:hover {
    background-color: #595959
}

.widget-social .social-amazon a,
.widget-social-hover .social-amazon a:hover {
    background-color: #ff8e2e
}

.widget-social .social-xing a,
.widget-social-hover .social-xing a:hover {
    background-color: #1a8e8c
}

.widget-social .social-wikipedia a,
.widget-social-hover .social-wikipedia a:hover {
    background-color: #b3b5b8
}
.widget-social .social-share a,
.widget-social-hover .social-share a:hover {
    background-color: #4cb249
}
.widget-social .social-android a,
.widget-social-hover .social-android a:hover {
    background-color: #98bf24
}


/*widget-search*/
.widget-search,
.searchform{
	position:relative;
}
.widget-search .textbox,
.searchform #s{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
    display: inline-block;
    margin: 0px;
    padding: 11px 50px 11px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #c8c8c8;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
	width:100%;
	outline:none;
}
.searchform .fa.search-submit{
	display: none;
}
.widget-search .submit,
.searchform .search-submit{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:40px;
	border:none;
	background:none;
}
.widget-search:before,
.searchform:before{
	content:"\f002";
	font-family:'FontAwesome' !important;
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:40px;
	text-align:center;
	line-height:44px;
	color:#20a3f0;
	font-size:16px;
}
.footer_box .widget-search .textbox, 
.footer_box .searchform #s{
  color: inherit;
  border-color: rgba(127,127,127,0.5);
}


/*widget-tabs*/
.widget-tabs.dg-tabs-top01 ul.resp-tabs-list li {
  padding: 7px 2px 4px 2px;
	font-size: 13px;
}
.widget-tabs.dg-tabs-top01 ul.resp-tabs-list li:after { 
  position: absolute;
  right: 0;
}
.widget-tabs.dg-tabs-top01 ul.resp-tabs-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.widget-tabs.dg-tabs-top01 ul.resp-tabs-list li{
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  float: none;
}


@media only screen and (min-width: 1600px) {
.widget-tabs.dg-tabs-top01 ul.resp-tabs-list li{
	font-size: 14px;
}
.widget-tabs.dg-tabs-top01 ul.resp-tabs-list li {
    padding: 7px 3px 4px 3px;
}

}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
.widget-tabs.dg-tabs-top01 ul.resp-tabs-list li {
    padding:7px 3px 4px 3px;
    border-bottom:1px solid #ccc;
}
.widget-tabs.dg-tabs-top ul.resp-tabs-list{
	display: block;
}
.widget-tabs.dg-tabs-top01 ul.resp-tabs-list li:after { 
    margin-left: 0;
    display: none;
}
.widget-tabs.dg-tabs-top01 ul.resp-tabs-list li:first-child {
    padding-left:15px;
}
.widget-tabs.dg-tabs-top01 ul.resp-tabs-list li:last-child {
    padding-right:15px;
}
.widget-tabs.dg-tabs-top01 .resp-tabs-container {  
    border-top:0;
}
}
.footer_box .widget-tabs.dg-tabs-top01 ul.resp-tabs-list li, 
.footer_box .widget-tabs.dg-tabs-top01 ul.resp-tabs-list li,
.footer_box .widget-tabs.dg-tabs-top01 h2.resp-accordion{
  color: inherit;
}
.footer_box .widget-tabs.dg-tabs-top01 .resp-tabs-container,
.footer_box .widget-tabs.dg-tabs-top01 .resp-tab-content,
.footer_box .widget-tabs.dg-tabs-top01 h2.resp-accordion,
.footer_box .widget-tabs.dg-tabs-top01 ul.resp-tabs-list li:after{
  border-color:rgba(127,127,127,0.5);
}
.footer_box .widget-tabs.dg-tabs-top01 h2.resp-tab-active, 
.footer_box .widget-tabs.dg-tabs-top01 h2.resp-tab-active:hover{
  color: #FFF;
}

/*categories*/
.widget_widget_ui_dng_categories ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_widget_ui_dng_categories ul li{
  margin: 0 0 8px;
  padding:0 0px 8px 0;
  border-bottom: 1px dashed #dddddd;
  position:relative;
}
.widget_widget_ui_dng_categories ul .children{
  margin: 8px 0 0;
  padding:8px 0 0 ;
  border-top: 1px dashed #dddddd;
}
.widget_widget_ui_dng_categories ul .children > li:last-child{
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
.widget_widget_ui_dng_categories img{
  position: absolute;
  top: 6px;
  right: 0;
}
.widget_widget_ui_dng_categories li a:first-child:before{
  content:"";
  width: 0px;
  height: 0px;
  line-height: 0px;
  border:4px solid transparent;
  border-left-color:#c4c4c4;
  display: inline-block;
  margin-right: 4px;
}
.widget_widget_ui_dng_categories .children li > a:first-child{
  padding-left: 15px;
}
.widget_widget_ui_dng_categories .widget_body> ul> li:last-child{
   padding-bottom: 0;
  border-bottom: none;
 
}
.footer_box .widget_widget_ui_dng_categories ul li{
  border-bottom-color:rgba(127, 127, 133, 0.5);
}


/*widget-posts*/
.widget-posts{
	margin:0 0 0;
	padding:0;
	list-style:none;
}
.widget-posts > li{
	border-bottom:1px dashed #dddddd;
	padding-bottom:20px;
	margin-bottom:20px;
}
.widget-posts > li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom:0;
}
.widget-posts > li:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}

.widget-posts > li .pic{
	margin-right:20px;
  max-width: 50%;
  float: left;
}

.widget-posts > li{
 
}


.widget-posts > li .pic img{
  max-width: 100%;
}
.widget-posts > li .box-right{
	overflow:hidden;
}
.widget-posts > li .title{
	overflow:hidden;
	font-size:14px;
	color:#444;
	margin:-2px 0 4px;
}
.widget-posts .title a, 
.widget-posts .title a:link, 
.widget-posts .title a:active, 
.widget-posts .title a:visited{
	color:#444;
}
.widget-posts .title a:hover{
	color:#20a3f0;
	text-decoration: none;
}
.widget-posts .info{
	color:#999999;
	font-size: 14px;
}
.footer_box .widget-posts .title,
.footer_box .widget-posts .title a, 
.footer_box .widget-posts .title a:link, 
.footer_box .widget-posts .title a:active, 
.footer_box .widget-posts .title a:visited{
	color:inherit;
}
.footer_box .widget-posts > li{
  border-bottom-color:rgba(127, 127, 127, 0.5);
}




/*header widget*/

.topbar-contact{
	margin:0;
	padding:0;
	display:inline-block;
	list-style:none;
}
.topbar-contact li{
	display:inline-block;
	padding:0px 8px;
  position: relative;
}

.topbar-contact li .fa,
.topbar-contact li .lnr{
	font-size:1.2em;
	margin-right:6px;
	vertical-align:middle;
}
.topbar-contact li:first-child{
	padding-left:0;
}
.topbar-contact li:first-child:before{
	border:none;
}


.topbar-tool{
	margin:0;
	padding:0;
	display:inline-block;
	list-style:none;
}
.topbar-tool > li{
	display:inline-block;
	height:42px;
	line-height:42px;
	padding:0px 20px;
}
.topbar-tool > li > a{
	display:block;
	margin:0 -20px;
	padding:0px 20px;
	text-decoration:none;
	color:inherit;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.topbar-tool > li > a,
.topbar-tool > li > a:link,
.topbar-tool > li > a:active,
.topbar-tool > li > a:visited{
	color:#FFF;
}
.topbar-tool > li > a:hover{
	color:#FFF;
}
.topbar-language{
	position:relative;
	margin:0 -20px;
	padding:0px 20px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.topbar-language .text{
	display:inline-block;
	margin-right:5px;
	cursor:pointer;
}
.topbar-language .list{
	position:absolute;
	top:100%;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
	background-color:#fff;
	z-index:100;
	min-width:100%;
	text-align:left;
	line-height:1.2;
	border-top:1px solid #20a3f0;
	opacity:0;
	visibility:hidden;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	-moz-box-shadow:0px 1px 5px rgba(0,0,0,0.1);               /* For Firefox3.6+ */
	-webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.1);            /* For Chrome5+, Safari5+ */
	box-shadow:0px 1px 5px rgba(0,0,0,0.1);                    /* For Latest Opera */
}
.topbar-language .list li{
}
.topbar-language .list a,
.topbar-language .list a:link,
.topbar-language .list a:active,
.topbar-language .list a:visited{
	padding:9px 10px 9px 15px;
	border-bottom:1px solid #e0e0e0;
	display:block;
	font-size:13px;
	color:#373737;
	white-space:nowrap;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}

.header-wrap .topbar-language .list a,
.header-wrap .topbar-language .list a:link,
.header-wrap .topbar-language .list a:active,
.header-wrap .topbar-language .list a:visited{
	color:#373737;
}


.topbar-language .list a:hover{
	text-decoration:none;
	background-color:#f3f3f3;
}
.topbar-language:hover{
	background-color:rgba(0,0,0,0.05);
	color:#20a3f0;
}
.topbar-language:hover .list{
	background-color:#fafafa;
	opacity:1;
	visibility:visible;
}

.navbar-right-tool{
	white-space:nowrap;
}
.navbar-right-tool .widget{
	display:inline-block;
	white-space:normal;
}


.search-popup-box-active{
  overflow: hidden;
}
.search-popup-box{
	position:relative;
}

@media only screen and (max-width: 767px) {
  .search-popup-box .popup-reveal{
    display: none !important;
  }
}
.search-popup-box .popup-content{
	position:fixed;
	top:0;
  left:0;
	background-color:rgba(255, 255, 255, 1);
	z-index:1000;
	display:table;
	table-layout:fixed;
	height:100%;
  width:100%;
  color:#666;
}
.search-popup-box .popup-content.color-dark{
  background-color:rgba(30, 30, 30, 1);
}

.search-popup-box .icon{
	font-size:16px;
	position:relative;
	cursor:pointer;
  display: inline-block;
  vertical-align: middle;
	transition: 		color ease-in 300ms;
	-moz-transition: 	color ease-in 300ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 300ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 300ms; /* Opera */
	-ms-transition: 	color ease-in 300ms; /* IE9? */
}
.search-popup-box .magnifier{
	width: 22px;
	height:22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.search-popup-box .magnifier:after{
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: 1px;
  border: 2px solid;
  border-radius: 50%;
}
.search-popup-box .magnifier:before{
    content: "";
    width: 7px;
    position: absolute;
    bottom: 0px;
    right: 4px;
    border-bottom: 2px solid;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; 
}
.search-popup-box .icon:hover .magnifier:after{

}
.search-popup-box .magnifier i{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);  
  -webkit-transition:     -webkit-transform ease-in 300ms; 
  transition: 		transform ease-in 300ms;
  display: block;
  margin: 0;

}
.search-popup-box .magnifier i:after,
.search-popup-box .magnifier i:before{
  position: absolute;
  content: "";
}

.search-popup-box .magnifier i:after{
  border-left: 1px solid ;
  height: 7px;
  width: 0;
  top: 7px;
  left: 9px;
}
.search-popup-box .magnifier i:before{
  border-bottom: 1px solid ;
  height: 0px;
  width: 7px;
  top: 10px;
  left: 6px;
}
.search-popup-box .magnifier:hover i{
  -webkit-transform: scale(1);
  transform: scale(1);
}



.search-popup-box .popup-center{
	text-align:center;
	display:table-cell;
	vertical-align:middle;
  width:100%;
  transition: all ease-in 200ms 0ms;
	-moz-transition: all ease-in 200ms 0ms; /* Firefox 4 */
  -webkit-transition: all ease-in 200ms 0ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms 0ms; /* Opera */
	-ms-transition: all ease-in 200ms 0ms; /* IE9? */
}

.search-popup-box .icon >span{
  display: inline-block;
  vertical-align: middle;
}
.mobile-header .search-popup-box .icon >span{
  margin-bottom: 3px;
}

.search-popup-box form{
	display:inline-block;
	width:846px;
	max-width:80%;
	overflow:hidden;
	position:relative;
}

.search-popup-box .text{
	width:100%;
	background:none;
	border:none;
	border-bottom:2px solid #666;
	font-size:20px;
	color:#333;
	padding:25px 60px ;
	outline:none;
	text-align:center;
}
.search-popup-box .text::-webkit-input-placeholder { 
    color:#666;
}
.search-popup-box .text:-moz-placeholder { 
　　color:#666;
}
.search-popup-box .text::-moz-placeholder { 
　　color:#666;
}
.search-popup-box .text:-ms-input-placeholder {
　　color:#666;
}
.search-popup-box .text:placeholder { 
　　color:#666;
}

.search-popup-box .color-dark .text{
  color:#fff;
  border-bottom-color:#FFF;
}
.search-popup-box .color-dark .text::-webkit-input-placeholder { 
  color:#ebebeb;
}
.search-popup-box .color-dark .text:-moz-placeholder { 
　　color:#ebebeb;
}
.search-popup-box .color-dark .text::-moz-placeholder { 
　　color:#ebebeb;
}
.search-popup-box .color-dark .text:-ms-input-placeholder {
　　color:#ebebeb;
}
.search-popup-box .color-dark .text:placeholder { 
　　color:#ebebeb;
}
.search-popup-box .color-dark .submit{
	color:#FFF;
}
.search-popup-box .color-dark .popup-close{
	color:#FFF;
}
.search-popup-box .submit{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-13px;
	font-size:26px;
	color:#666666;
	border:none;
	background:none;
	outline:none;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}
.search-popup-box .submit:hover{
	color:#20a3f0;
}
.search-popup-box .popup-close{
  position:absolute;
	right:50px;
	top:50px;
	cursor:pointer;
  font-size:24px;
  z-index: 10;
}
.search-popup-box .popup-close:hover{
	color:#20a3f0;
}
.search-popup-box .info{
	color:#666666;
	font-size:15px;
}
@media only screen and (max-width: 767px) {
  .search-popup-box .text {
    padding: 25px 9px;
    font-size: 13px;
  }
  .search-popup-box .submit{
    font-size: 20px;
  }
  .search-popup-box form{
    max-width: 98%;
  }
}


@-webkit-keyframes anim-popup-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	35%,
	65% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes anim-popup-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	35%,
	65% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}



@-webkit-keyframes anim-popup-top-content {
  0%,
  25% {
    opacity: 0;
		-webkit-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -25px, 0);
	}

	65% {
    opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-popup-top-content {
  0%,
  25% {
    opacity: 0;
		-webkit-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -25px, 0);
	}	
	65% {
    opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-popup-out {
  0%{

    top: 0;
	}
	100% {
    opacity: 0;
    top: 0;
	}
}

@keyframes anim-popup-out {
  0%{

    top: 0;
	}
	100% {
    opacity: 0;
    top: 0;
	}
}

@-webkit-keyframes anim-popup-in {
  0%,
  25%{
    opacity: 0;
	}
  65%,
  100%{
    opacity: 1;
	}
}

@keyframes anim-popup-in {
  0%,
  25%{
    opacity: 0;
	}
  65%,
  100%{
    opacity: 1;
	}
}
.search-popup-box.hide{
  display: none;
}
.search-popup-box .popup-content{
  -webkit-animation: none;
  animation: none;
  top: -100%;
}
.search-popup-box .popup-content.loaded{
	-webkit-animation: anim-popup-out .3s ease-in ;
	animation: anim-popup-out .3s ease-in ;
}
.search-popup-box .popup-content.active{
	-webkit-animation: anim-popup-top 1.5s cubic-bezier(0.2, 1, 0.3, 1) both;
	animation: anim-popup-top 1.5s cubic-bezier(0.2, 1, 0.3, 1) both;
}
.search-popup-box .popup-content.active .popup-center{
	-webkit-animation: anim-popup-top-content 1.5s cubic-bezier(0.2, 1, 0.3, 1) both;
	animation: anim-popup-top-content 1.5s cubic-bezier(0.2, 1, 0.3, 1) both;
}

.search-popup-box .popup-content.active .popup-close{
	-webkit-animation: anim-popup-in  1.5s cubic-bezier(0.2, 1, 0.3, 1) both ;
	animation: anim-popup-in  1.5s cubic-bezier(0.2, 1, 0.3, 1) both ;
}
.search-popup-box.paused .popup-content,
.search-popup-box.paused .popup-content.active{
-webkit-animation-play-state:paused!important ;
animation-play-state:paused!important ;
}

@media only screen and (max-width: 992px) {
  .search-popup-box .popup-content,
  .search-popup-box .popup-content.active{
    top:0;
  }
  .search-popup-box .popup-content,
  .search-popup-box .popup-content.active,
  .search-popup-box .popup-content .popup-center,
  .search-popup-box .popup-content.active .popup-center,
  .search-popup-box .popup-content.active .popup-close{
    -webkit-animation:none!important ;
    animation: none!important;

   }
  
}


.search-text {
  border-bottom: 1px solid rgba(0,0,0,0.9);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  height: 36px;
}

.search-text .text {
    background: none;
    border: none;
    padding: 5px 5px;
    font-size: 13px;
    width: 180px;
    outline: none;
    color: #333333;
    height: 36px;
    line-height:26px;
}

.search-text .submit {
    background: none;
    border: none;
    padding: 4px 12px;
    color:inherit;
    color: #333333;
    margin-right: -5px;
    height: 36px;
    line-height: 28px;
}
.search-text .submit span{
  vertical-align: middle;
}
.search-text.color-light {
    border-bottom: 1px solid rgba(255,255,255,0.9);
}
.search-text.color-light .text,
.search-text.color-light .submit{
    color: #fff;
}

.overlay-panel-box .icon{
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -moz-transition: color ease-in 300ms;
  -webkit-transition: color ease-in 300ms;
  -o-transition: color ease-in 300ms;
  -ms-transition: color ease-in 300ms;
  transition: color ease-in 300ms;
}
.overlay-panel-box .icon >span {
    display: inline-block;
    vertical-align: middle;
}


.overlay-panel-content{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1004;
  width: 100%;
  display: none;
}

.overlay-panel-content.page--current{
  display: block;
}

.overlay-panel-content:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.overlay-panel-box .icons{
  width: 23px;
  height: 22px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size:16px;
  -webkit-transition: -webkit-transform ease-in 200ms;  
  transition: transform ease-in 200ms;  
}
.overlay-panel-box .icons i{
  content: "";
  position: absolute;
  width:4px;
  border-bottom:4px solid ;
  border-left:4px solid ;
  display: block;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  backface-visibility: hidden;
  -webkit-animation: none ;
  animation: none ;
  -ms-transition: left ease-in 300ms,top ease-in 300ms,width ease-in 300ms,height ease-in 300ms,opacity ease-in 300ms,border-width ease-in 300ms;
  transition: left ease-in 300ms,top ease-in 300ms,width ease-in 300ms,height ease-in 300ms,border-width ease-in 300ms;
}


.overlay-panel-box .icons{
  -webkit-transition: -webkit-transform ease-out 300ms;
  transition: transform ease-out 300ms;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.overlay-panel-box .icons .l_1,
.overlay-panel-box .icons .l_4,
.overlay-panel-box .icons .l_7{
  left: 2px;
}

.overlay-panel-box .icons .l_2,
.overlay-panel-box .icons .l_5,
.overlay-panel-box .icons .l_8{
  left:9px;
}

.overlay-panel-box .icons .l_3,
.overlay-panel-box .icons .l_6,
.overlay-panel-box .icons .l_9{
  left:16px;
}

.overlay-panel-box .icons .l_1,
.overlay-panel-box .icons .l_2,
.overlay-panel-box .icons .l_3{
  top: 2px;
}

.overlay-panel-box .icons .l_4,
.overlay-panel-box .icons .l_5,
.overlay-panel-box .icons .l_6{
  top:9px;
}

.overlay-panel-box .icons .l_7,
.overlay-panel-box .icons .l_8,
.overlay-panel-box .icons .l_9{
  top:16px;
}


.overlay-panel-box:hover .icons i{
  height: 2px;
  width: 2px;
  border-width: 2px;
}

.overlay-panel-box:hover .icons .l_1{
  top: 10px;
  left: 6px;
  width: 5px;
}
.overlay-panel-box:hover .icons .l_2{
  height: 5px;
  left: 11px;
  top: 1px;
}

.overlay-panel-box:hover .icons .l_3{
  top: 5px;
  left: 11px;
  height: 5px;
}
.overlay-panel-box:hover .icons .l_4{
  top: 10px;
  left: 2px;
  width: 5px;
}
.overlay-panel-box:hover .icons .l_5{
  top: 10px;
  left: 11px;
}
.overlay-panel-box:hover .icons .l_6{
  top: 10px;
  left: 17px;
  width: 5px;
}
.overlay-panel-box:hover .icons .l_7{
  top: 12px;
  left: 11px;
  height: 5px;
}
.overlay-panel-box:hover .icons .l_8{
  top: 16px;
  left: 11px;
  height: 5px;
}
.overlay-panel-box:hover .icons .l_9{
  top: 10px;
  left: 13px;
  width: 5px;
}
.overlay-panel-box:hover .icons{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.overlay-panel-box .icon_list{
  width: 40px;
  height: 39px;
  position: relative;
  background-color:#20a3f0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color ease-out 300ms;
  transition: background-color ease-out 300ms;

}
.overlay-panel-box .icon_list i{
  content: "";
  position: absolute;
  width:20px;
  left: 10px;
  top: 11px;
  border-bottom:3px solid #fff;
  display: block;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  backface-visibility: hidden;
  -webkit-animation: none ;
  animation: none ;

}
.overlay-panel-box .icon_list i.l_1{
  top: 11px;
}
.overlay-panel-box .icon_list i.l_2{
  top: 18px;
}
.overlay-panel-box .icon_list i.l_3{
  top: 25px;
}
.overlay-panel-box .icon_list:hover{
  background-color:#333333;
}






/******/





.overlay-panel-content .overlay-panel-close{
  position:absolute;
	right:50px;
	top:50px; 
	cursor:pointer;
  font-size:24px;
  z-index: 1000;
  color: #fff;
	transition: 		color ease-in 200ms ;
	-moz-transition: 	color ease-in 200ms ; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms ; /* Opera */
	-ms-transition: 	color ease-in 200ms ; /* IE9? */
}
.overlay-panel-content .overlay-panel-close.dark{
  color: #000;
}
.overlay-panel-content .overlay-panel-close:hover，
.overlay-panel-content .overlay-panel-close:hover .lnr{
  color:#fff;
  text-shadow: none;
}


.overlay-panel-active {
  overflow: hidden;
}
.overlay-panel-content .overlay-panel-center{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  white-space: normal;
  text-align: center;
}

.overlay-panel-content .overlay-panel-center .vc_row-o-full-height{
  margin: -15px;
}


.overlay-panel-content:after{
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align:middle;
}

.overlay-contact .title{
  color: #FFF;
  font-size: 32px;
  margin: 0 0 65px;
}
.overlay-contact .contact-info{
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 20px;
}
.overlay-contact .sub-title{
  font-size: 14px;
  color: #FFF;
  margin: 0 0 5px;
  font-style: italic;
}
.overlay-contact .contact-info li{
  margin-bottom: 35px;
}
.overlay-contact .social a{
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border:1px solid #FFF;
  border-radius: 50%;
  font-size: 14px;
  margin: 0px 5px 5px;
}
.overlay-contact .other-info{
  margin:100px 0 0px;
  padding: 0px;
  list-style: none;
  font-size: 25px;
}
.overlay-contact .other-info a{
  font-size: 25px!important;
}
.overlay-contact .other-info li{
  width: 320px;
  display: inline-block;
}


.overlay-contact .social a, 
.overlay-contact .social a:link, 
.overlay-contact .social a:active, 
.overlay-contact .social a:visited,
.overlay-contact .other-info a, 
.overlay-contact .other-info a:link, 
.overlay-contact .other-info a:active, 
.overlay-contact .other-info a:visited{
  color: #FFF!important;
}

.overlay-contact .social a:hover,
.overlay-contact .other-info a:hover{
  text-decoration:none
}

.overlay-panel-box .overlay-panel-close{
  color: #FFF;
}

.header-wrap .floating-header-logo{
	display:none!important;
}
.header-wrap .floating-header-logo.header-logo{
	display:inline-block!important;
}

.floating-nav.floating-active .header-logo:not(.floating-header-logo){
	display:none!important;
}
.floating-nav .floating-header-logo:not(.header-logo){
	display:none!important;
}
.header-wrap .logo img{
  max-height: 80%;
  margin-bottom: 2px;
}

.floating-nav.floating-active .floating-header-logo{
	display:inline-block!important;
}

.header-wrap .floating-header-logo.header-logo{
	display:inline-block!important;
}

.sticky-fixed .floating-nav.floating-nav-sticky,
.floating-nav.floating-active{
	position:fixed!important;
	width:100%;
	z-index:1000;
}
.dng-main.boxed .sticky-fixed .floating-nav.floating-nav-sticky,
.dng-main.boxed .floating-nav.floating-active{
  width: auto;
  left: auto;
}



.header-mega-list{
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
.header-mega-list li{
	padding:6px 0px;
}
.header-mega-list li .fa{
	width:100%;
	text-align:center;
	margin-right:5px; 
}
@media only screen and (max-width: 767px) {
  .search-popup-box .popup-close{
    right:20px;
    top:20px;
  } 
}

/*water*/
.water{
	position:relative;
	margin:0 auto;
	background-color:rgba(163,195,217,0.5);
}
@keyframes water {  
    0% {  
        transform: scale(0);  
        opacity: 0.0;  
    }  
    50% {  
        opacity: 0.3;  
    }  
    65% {  
        opacity: 0.5;  
    }  
    100% {  
        transform: scale(3);  
        opacity: 0.0;  
    }  
}  
@-webkit-keyframes water {  
    0% {  
        -webkit-transform: scale(0);  
        opacity: 0.0;  
    }  
    50% {  
        opacity: 0.3;  
    }  
    65% {  
        opacity: 0.5;  
    }  
    100% {  
        -webkit-transform: scale(3);  
        opacity: 0.0;  
    }  
}  
.dng-water .water{
   pointer-events:none;
}
.dng-water .water .dot{
	background-color:inherit;
}
.dng-water .water:after,
.dng-water .water:before,
.dng-water .water .dot:after,
.dng-water .water .dot:before{
	content:"";
  width:100px;
  padding: 100px;
	background-color:inherit;
	position:absolute;
	margin:-50px 0 0 -50px; 
	opacity:0;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    -webkit-animation: water 3s ease-out;  
    -moz-animation: water 3s ease-out;  
    animation: water 3s ease-out;  
    -webkit-animation-iteration-count: infinite;  
    -moz-animation-iteration-count: infinite;  
    animation-iteration-count: infinite;  
}

.dng-water .water:after{
    -webkit-animation-delay:300ms;  
    -moz-animation-delay:300ms;  
    animation-delay:300ms;  
}
.dng-water .water:before{
    -webkit-animation-delay:660ms;  
    -moz-animation-delay:660ms;  
    animation-delay:660ms;  
}
.dng-water .water .dot:after{
    -webkit-animation-delay:1020ms;  
    -moz-animation-delay:1020ms;  
    animation-delay:1020ms;  
}
.dng-water .water .dot:before{
    -webkit-animation-delay:1380ms;  
    -moz-animation-delay:1380ms;  
    animation-delay:1380ms;  
}


/*widget-flickr*/
.widget-flickr{
	margin:0;
	padding:0;
	list-style: none;	

}
.widget-flickr li{
	float: left;
	position: relative;
}
.widget-flickr li a{
	position: relative;
	z-index: 100;
	display: inline-block;
}
.widget-flickr a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    z-index: 0;
    background-color: #20a3f0;
    width: 100%;
    height:100%;
    content: "";
}
.widget-flickr li:hover a:after{
    opacity: 0.7;
    visibility: visible;
}
.widget-flickr li img{
	max-width: 100%;
}
/*widget-flickr end*/
/*widget-portfolios*/
.widget-portfolios{
  margin: 0;
  padding: 0;
}
.widget-portfolios li{
	position: relative;
  list-style: none;
  margin: 2px;
  padding: 0;
  display: inline-block;
}
.widget-portfolios li::before,
.widget-portfolios li::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-color: #FFF;
	color: #FFF;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}
.widget-portfolios li:before{
	width: 41px;
	height: 0;
	border-bottom: 1px solid;
	margin-left: -20px;
}
.widget-portfolios li:after{
	width: 0px;
	height: 41px;
	border-left: 1px solid;
	margin-top: -20px;
}
.widget-portfolios li:hover:before,
.widget-portfolios li:hover:after{
	opacity: 1;
	visibility: visible;
}
.widget-portfolios li a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.widget-portfolios .bg{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color:#20a3f0;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;

	opacity: 0;
}
.widget-portfolios li:hover .bg{
	opacity: 0.7;
	visibility: visible;
}
.widget-portfolios .pic img{
	max-width:100%;
}
/*wp-calendar*/
#wp-calendar{
	width:100%;
	position: relative;
}
#wp-calendar caption{
	cursor: default;
	line-height: 2;
}
#wp-calendar tr{
	line-height: 2;
}
#wp-calendar td,
#wp-calendar th{
	text-align: center;
	cursor: default;
}
#wp-calendar tbody a{
	color: #20a3f0;
}
#wp-calendar #today{
	position: relative;
	cursor: pointer;
	background-color: #20a3f0;
	color: #FFF;
	border-radius: 5px;
}
#wp-calendar #today a{
	color: #FFF;
}
#wp-calendar #today::before{
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 0;
	height: 0;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
}
#wp-calendar tfoot #prev,
#wp-calendar tfoot #next{
	cursor: pointer;
	position: absolute;
	top: 0;
}
#wp-calendar tfoot #prev{
	left: 0;
}
#wp-calendar tfoot #next{
	right: 0;
}
#wp-calendar tfoot .pad{
	position: absolute;
}
/*widget-twitter*/

.widget_widget_ui_dng_twitter ul{
  margin: 0;
  padding: 0;  
}
.widget_widget_ui_dng_twitter ul li{
  margin: 0;
  padding: 0;  
  list-style: none;
}
.widget_widget_ui_dng_twitter .face{
  float: left;
  margin-right: 25px;
}

.widget_widget_ui_dng_twitter .status{
  display: block;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 10px;
}
.widget_widget_ui_dng_twitter .meta{
   display: block;
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 15px;
  text-align: right;
 
}
.widget_widget_ui_dng_twitter.widget span:not(.meta) a,
.widget_widget_ui_dng_twitter.widget span:not(.meta) a:link,
.widget_widget_ui_dng_twitter.widget span:not(.meta) a:active,
.widget_widget_ui_dng_twitter.widget span:not(.meta) a:visited{
  color: #20a3f0;
}
.widget_widget_ui_dng_twitter.widget span:not(.meta) a:hover{
  text-decoration: underline;
  color: #20a3f0;
}

/*widget_widget_ui_dng_contactus*/

.widget_widget_ui_dng_contactus ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_widget_ui_dng_contactus ul li{
	position: relative;
	padding: 0 0 15px 34px;
}
.widget_widget_ui_dng_contactus ul li:last-child{
	padding: 0 0 0 34px;
}
.widget_widget_ui_dng_contactus ul li span{
	position: absolute;
	left:0;
	font-size: 18px;
	top:3px;	
}
.widget_widget_ui_dng_contactus .title{
  font-size: 14px;
  margin: 0 0 5px;
  color:#424242;
}
.widget_widget_ui_dng_contactus.space-sm ul li{
  margin: 0;
}
.footer_box .widget_widget_ui_dng_contactus .title{
  color: inherit;
}

/*widget recent comments*/
.widget_ui_dng_recent_comments ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_ui_dng_recent_comments li{
  margin: 0 0 32px;
  padding: 0;
  -webkit-display: flex;
  -webkit-flex-direction: row;
  -webkit-vertical-align: super;
  -webkit-align-items: center;
  display: flex;
  flex-direction: row;
  vertical-align: super;
  align-items: center;
}

.widget_ui_dng_recent_comments .pic{
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.widget_ui_dng_recent_comments  .title{
  margin: 0 ;
}
.widget_ui_dng_recent_comments  .title a{
  font-size: 14px;
  font-weight: normal;
  color: #424242;
}

.widget_ui_dng_recent_comments .info{
  font-size: 13px;
}
.widget_ui_dng_recent_comments  .comment-author-link{
  padding-right: 8px;
}



/*isotope*/
.isotope-grid.loading .isotope-item{
  /*
	position: absolute;
	left: 0;
	top: 0;
  */
  float: left;
  width: 5%;
	visibility:hidden;
  
}

.isotope-grid {
	/*overflow: hidden;*/
}
.isotope-grid.loading .isotope-main {
    min-height: 100px;
}
/*isotope filter*/
.isotope-grid .isotope-console{
	display:table;
	width:100%;
	margin-bottom:55px;
}
.isotope-grid .isotope-group {
	text-align: left;
	padding: 0;
	display:table-cell;
}
.isotope-grid .sort-btn{
	white-space:nowrap;
}
.isotope-grid .isotope-group-select {
	padding: 7px 24px 7px 7px ;
	display:table-cell;
	border:1px solid #dddddd;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
	border-radius:3px;
	-moz-border-radius:3px;
  -webkit-border-radius:3px;
  background: url(../images/select_arrows.png) no-repeat right -43px;
}

.isotope-grid .isotope-console.color-light .isotope-group-select{
	color: #fff;
  border-color: #f5f5f5;
  background-position: right 17px;
}
.isotope-grid .isotope-console.color-light .isotope-group-select option{
  color: #333; 
}
.isotope-grid.categories-Center .isotope-group-select {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.isotope-grid .isotope-group a {
	margin: 0 10px 3px 0px;
	padding: 6px 20px 5px;
	color: #333;
	letter-spacing: 1px;
	border:1px solid #dddddd;
	background-color: transparent;
	text-decoration: none;
	display: inline-block;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	position: relative;
	display: inline-block;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
.isotope-grid .isotope-console.color-light .isotope-group a{
	color: #fff;
	border-color: #f5f5f5;
}
.isotope-grid .isotope-console.color-light .isotope-group.style_1 a,
.isotope-grid .isotope-console.color-light .isotope-group.style_2 a,
.isotope-grid .isotope-console.color-light .isotope-group.style_3 a,
.isotope-grid .isotope-console.color-light .isotope-group.style_5 a{
	color: #FFF;
	background-color: #444;

}
.isotope-grid .isotope-group.style_1 a{
	border:1px solid transparent;
	background-color: #F3F3F3;
}
.isotope-grid .isotope-console.color-light .isotope-group.style_1 a{
	border-color: transparent;
}

.isotope-grid .isotope-group.style_2 a{
  box-shadow: 2px 3px 15px rgba(0,0,0,0.17);
  -moz-box-shadow: 2px 3px 15px rgba(0,0,0,0.17);
  -webkit-box-shadow: 2px 3px 15px rgba(0,0,0,0.17);
  border-color: transparent;
}

.isotope-grid .isotope-group.style_3 a{
	border:1px solid transparent;
	background-color: #F3F3F3;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.isotope-grid .isotope-console.color-light .isotope-group.style_3 a{
	border-color: transparent;
}
.isotope-grid .isotope-group.style_4 a{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.isotope-grid .isotope-group.style_5 a{
	border:1px solid transparent;
	background-color: #F3F3F3;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.isotope-grid .isotope-console.color-light .isotope-group.style_5 a{
	border-color: transparent;
}
.isotope-grid .isotope-group.style_6 a{
	margin-right: 0;
	border-left: 0;
	background-color: transparent;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	float: left;
}
.isotope-grid .isotope-group.style_6 a:first-child{
	border-left:1px solid #dddddd;
	border-radius: 4px 0 0 4px;
}
.isotope-grid .isotope-group.style_6 a:last-child{
	border-radius: 0 4px 4px 0;
}
.isotope-grid .isotope-group.style_7 a,
.isotope-grid .isotope-group.style_8 a{
	border: 0 ;
}

.isotope-grid .isotope-group.style_8 a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 0;
	height: 2px;
	background-color: #20a3f0; 
	
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}
.isotope-grid .isotope-group a:hover,
.isotope-grid .isotope-group a.active,
.isotope-grid .isotope-console.color-light .isotope-group a:hover,
.isotope-grid .isotope-console.color-light .isotope-group a.active{
	color:#20a3f0;
	border-color:#20a3f0;
}
.isotope-grid .isotope-group.style_1 a.active,
.isotope-grid .isotope-group.style_1 a:hover,
.isotope-grid .isotope-group.style_2 a.active,
.isotope-grid .isotope-group.style_2 a:hover,
.isotope-grid .isotope-group.style_3 a.active,
.isotope-grid .isotope-group.style_3 a:hover,
.isotope-grid .isotope-group.style_5 a.active,
.isotope-grid .isotope-group.style_5 a:hover,
.isotope-grid .isotope-console.color-light .isotope-group.style_1 a.active,
.isotope-grid .isotope-console.color-light .isotope-group.style_1 a:hover,
.isotope-grid .isotope-console.color-light .isotope-group.style_2 a.active,
.isotope-grid .isotope-console.color-light .isotope-group.style_2 a:hover,
.isotope-grid .isotope-console.color-light .isotope-group.style_3 a.active,
.isotope-grid .isotope-console.color-light .isotope-group.style_3 a:hover,
.isotope-grid .isotope-console.color-light .isotope-group.style_5 a.active,
.isotope-grid .isotope-console.color-light .isotope-group.style_5 a:hover{
	color:#FFF;
	border-color: transparent;
}
.isotope-grid .isotope-group.style_6 a.active,
.isotope-grid .isotope-group.style_6 a:hover,
.isotope-grid .isotope-console.color-light .isotope-group.style_6 a.active,
.isotope-grid .isotope-console.color-light .isotope-group.style_6 a:hover{
	color: #FFF;
	border-color:#20a3f0;
}

.isotope-grid .isotope-group.style_8 a.active::after,
.isotope-grid .isotope-group.style_8 a:hover::after{
	content: "";
	width: -moz-calc( 100% - 40px );
	width: -webkit-calc( 100% - 40px );
	width: calc( 100% - 40px );
}

.isotope-grid .isotope-group a:hover, 
.isotope-grid .isotope-group a.active,
.isotope-grid .isotope-console.color-light .isotope-group a:hover, 
.isotope-grid .isotope-console.color-light .isotope-group a.active{
	background-color: transparent;
	text-decoration: none;
}
.isotope-grid .isotope-group.style_1 a:hover, 
.isotope-grid .isotope-group.style_1 a.active,
.isotope-grid .isotope-group.style_2 a:hover, 
.isotope-grid .isotope-group.style_2 a.active,
.isotope-grid .isotope-group.style_3 a:hover, 
.isotope-grid .isotope-group.style_3 a.active,
.isotope-grid .isotope-group.style_5 a:hover, 
.isotope-grid .isotope-group.style_5 a.active,
.isotope-grid .isotope-group.style_6 a:hover, 
.isotope-grid .isotope-group.style_6 a.active,
.isotope-grid .isotope-console.color-light .isotope-group.style_1 a:hover, 
.isotope-grid .isotope-console.color-light .isotope-group.style_1 a.active,
.isotope-grid .isotope-console.color-light .isotope-group.style_2 a:hover, 
.isotope-grid .isotope-console.color-light .isotope-group.style_2 a.active,
.isotope-grid .isotope-console.color-light .isotope-group.style_3 a:hover, 
.isotope-grid .isotope-console.color-light .isotope-group.style_3 a.active,
.isotope-grid .isotope-console.color-light .isotope-group.style_5 a:hover, 
.isotope-grid .isotope-console.color-light .isotope-group.style_5 a.active,
.isotope-grid .isotope-console.color-light .isotope-group.style_6 a:hover, 
.isotope-grid .isotope-console.color-light .isotope-group.style_6 a.active{
	background-color: #20a3f0;
}
.isotope-grid .sort-btn{
	display:table-cell;
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:middle;
}
.isotope-grid .sort-btn li{
	display:inline-block;
	vertical-align:middle;
}
.isotope-grid .sort-btn li{
	margin: 0 0 3px 15px;
	padding-right: 15px;
}
.isotope-grid .sort-btn a{
	font-size:14px;
	color:#888888;
	display:inline-block;
	vertical-align:middle;
}
.isotope-grid .isotope-console.color-light .sort-btn a{
	color: #fff;
}
.isotope-grid .sort-btn .filter-switch {
	display:inline-block;
    width: 32px;
    height: 16px;
    background: #20a3f0;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    position: relative;
	vertical-align:middle;
	margin:0px 5px;
	vertical-align:middle;
	cursor:pointer;
}
.isotope-grid .sort-btn .filter-switch:after{
	content:"";
    position: absolute;
    border-radius: 50%;
    -moz-border-radius:  50%;
    -webkit-border-radius:  50%;
    left: 18px;
    top: 2px;
    background: #FFF;
    display: block;
    height: 12px;
    width: 12px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.isotope-grid .sort-btn .active + .filter-switch:after{
	left:2px
}
.isotope-grid .isotope-group a.active:before, 
.isotope-grid .isotope-group a:hover.active:before {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media only screen and (max-width: 992px) {
	.isotope-grid .isotope-console{
		margin-bottom: 20px;
	}
}
/*admin*/
@-webkit-keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
   100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes loading-rotate{
  0% {
    -moz-transform: rotate(0);
  }
   100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes loading-rotate{
  0% {
    transform: rotate(0);
  }
   100% {
    transform: rotate(360deg);
  }
}

.isotope-grid{
	position: relative;
}
.loading-ajax .isotope-main:before,
.isotope-grid .loading:before{
  content: "";
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.loading-ajax .isotope-main:after,
.isotope-grid .loading:after{
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 5px solid #E3E3E3;
  border-top-color:#555;
  border-left-color:#555;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -20px;
  -webkit-animation: loading-rotate 0.7s infinite;
  -moz-animation: loading-rotate 0.7s infinite;
  animation: loading-rotate 0.7s infinite;
  z-index: 101;
}
.isotope-grid .isotope-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
/* page nav */
.main-pagenavi{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
}
.main-pagenavi a, 
.main-pagenavi a:link, 
.main-pagenavi a:active, 
.main-pagenavi a:visited{
   color: #666666;
}
.main-pagenavi.color-light a, 
.main-pagenavi.color-light a:link, 
.main-pagenavi.color-light a:active, 
.main-pagenavi.color-light a:visited{
   color: #FFF;
}
.main-pagenavi .wp-pagenavi a.current,
.main-pagenavi .wp-pagenavi span.current,
.main-pagenavi .wp-pagenavi a:hover{
	text-decoration:none;
	border-color:#20a3f0;
	color:#20a3f0;
}
.main-pagenavi[data-pagenavi="more"] a,
.main-pagenavi[data-pagenavi="scroll"] a{
	color: #fff;
  position: relative;
  text-align: center;
  height: 46px;
  line-height: 46px;
  width: 134px;
  white-space: normal;
  display: inline-block;
  padding: 0px 2px;
  margin: 3px;
  border-radius:1000px; 

  box-shadow: 2px 3px 15px rgba(0,0,0,0.17);
  -moz-box-shadow: 2px 3px 15px rgba(0,0,0,0.17);
  -webkit-box-shadow: 2px 3px 15px rgba(0,0,0,0.17);

  overflow: hidden;
  background-color: #000000;
  -webkit-transition:width ease 300ms,height ease 300ms,background-color ease 300ms,border-radius ease 300ms;  
  transition: 		 width ease 300ms,height ease 300ms,background-color ease 300ms,border-radius ease 300ms;


}
.main-pagenavi[data-pagenavi="more"] a:hover,
.main-pagenavi[data-pagenavi="scroll"] a:hover{
	color: #FFF;
	text-decoration: none;
}
.main-pagenavi[data-pagenavi="more"] a:after,
.main-pagenavi[data-pagenavi="scroll"] a:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0);
  -moz-transition: 	all ease-in 300ms; /* Firefox 4 */
  -webkit-transition:all ease-in 300ms; /* Safari and Chrome */
  -o-transition: 		all ease-in 300ms; /* Opera */
  -ms-transition: 	all ease-in 300ms; /* IE9? */
  transition: 		 all ease-in 300ms;
  background-position: center;
  background-repeat: no-repeat;
}
.main-pagenavi[data-pagenavi="more"] a span,
.main-pagenavi[data-pagenavi="scroll"] a span{
  position: absolute;
  width: 0px;
  height: 46px;
  top: 0;
  left:0;
  overflow: hidden;
  -moz-transition: 	width ease-in 400ms;  
  -webkit-transition:width ease-in 400ms;  
  -o-transition: 		width ease-in 400ms;  
  -ms-transition: 	width ease-in 400ms;  
  transition: 		 width ease-in 400ms;
}
.main-pagenavi[data-pagenavi="more"] a span:before,
.main-pagenavi[data-pagenavi="scroll"] a span:before{
  content: "";
  width: 46px;
  height: 46px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  background-color: #7a7a7a;
  display: block;
}

.main-pagenavi[data-pagenavi="more"] a:hover:after,
.main-pagenavi[data-pagenavi="scroll"] a:hover:after{
  background-color: rgba(255,255,255,0.2);
}
.main-pagenavi[data-pagenavi="more"] a.active,
.main-pagenavi[data-pagenavi="scroll"] a.active{
  width: 46px;
  height: 46px;
  border-radius:30px;
  text-indent: 100px;
  background-color:#999999;
  font-size: 0px;
}

.main-pagenavi[data-pagenavi="more"] a.active:after,
.main-pagenavi[data-pagenavi="scroll"] a.active:after{
 
  border-radius:50%;
}

@-webkit-keyframes dng-css-loading {
  0% {
      opacity: 0;
  }
  50% {
    opacity: .6;
  }
  100% {
      opacity: 1;
  }
}

@keyframes dng-css-loading {
  0% {
      opacity: 0;
  }
  50% {
      opacity: .6;
  }
  100% {
      opacity: 1;
  }
}

.main-pagenavi[data-pagenavi="more"] a.active i,
.main-pagenavi[data-pagenavi="scroll"] a.active i{
  display: block;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top:50%;
  left:50%;
  margin-left: -16px;
  -webkit-transform-origin: 20px center;
  transform-origin: 16px center;
  z-index:2;
  -webkit-animation: dng-css-loading .44s ease infinite;
  animation: dng-css-loading .44s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  backface-visibility: hidden;
  overflow: hidden;

}

.main-pagenavi[data-pagenavi="more"] a.active i.a_1,
.main-pagenavi[data-pagenavi="scroll"] a.active i.a_1{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0;
 
}
.main-pagenavi[data-pagenavi="more"] a.active i.a_2,
.main-pagenavi[data-pagenavi="scroll"] a.active i.a_2{
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  opacity: 0.1;
  -webkit-animation-delay: .04s;
  animation-delay: .04s;
}
.main-pagenavi[data-pagenavi="more"] a.active i.a_3,
.main-pagenavi[data-pagenavi="scroll"] a.active i.a_3{
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  opacity: 0.1;
  -webkit-animation-delay: .08s;
  animation-delay: .08s;
}
.main-pagenavi[data-pagenavi="more"] a.active i.a_4,
.main-pagenavi[data-pagenavi="scroll"] a.active i.a_4{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.2;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}
.main-pagenavi[data-pagenavi="more"] a.active i.a_5,
.main-pagenavi[data-pagenavi="scroll"] a.active i.a_5{
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  opacity: 0.3;
  -webkit-animation-delay: .16s;
  animation-delay: .16s;
}
.main-pagenavi[data-pagenavi="more"] a.active i.a_6,
.main-pagenavi[data-pagenavi="scroll"] a.active i.a_6{
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  opacity: 0.4;
  -webkit-animation-delay: .20s;
  animation-delay: .20s;
}
.main-pagenavi[data-pagenavi="more"] a.active i.a_7,
.main-pagenavi[data-pagenavi="scroll"] a.active i.a_7{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5;
  -webkit-animation-delay: .24s;
  animation-delay: .24s;
}
.main-pagenavi[data-pagenavi="more"] a.active i.a_8,
.main-pagenavi[data-pagenavi="scroll"] a.active i.a_8{
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  opacity: 0.6;
  -webkit-animation-delay: .28s;
  animation-delay: .28s;
}
.main-pagenavi[data-pagenavi="more"] a.active i.a_9,
.main-pagenavi[data-pagenavi="scroll"] a.active i.a_9{
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  opacity: 0.75;
  -webkit-animation-delay: .32s;
  animation-delay: .32s;
}
.main-pagenavi[data-pagenavi="more"] a.active i.a_10,
.main-pagenavi[data-pagenavi="scroll"] a.active i.a_10{
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0.7;
  -webkit-animation-delay: .36s;
  animation-delay: .36s;
}
.main-pagenavi[data-pagenavi="more"] a.active i.a_11,
.main-pagenavi[data-pagenavi="scroll"] a.active i.a_11{
  -webkit-transform: rotate(3000deg);
  transform: rotate(300deg);
  opacity: 0.85;
  -webkit-animation-delay: .40s;
  animation-delay: .40s;
}
.main-pagenavi[data-pagenavi="more"] a.active i.a_12,
.main-pagenavi[data-pagenavi="scroll"] a.active i.a_12{
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  opacity: 0.9;
  -webkit-animation-delay: .44s;
  animation-delay: .44s;
}
 


.main-pagenavi[data-pagenavi="more"] a.ajax-active span,
.main-pagenavi[data-pagenavi="scroll"] a.ajax-active span{
  -webkit-transition:width ease-in 300ms;  
  transition: 		 width ease-in 300ms;
  width:10px;
}
.main-pagenavi[data-pagenavi="more"] a.active.ajax-one span,
.main-pagenavi[data-pagenavi="scroll"] a.active.ajax-one span{
  -webkit-transition:width ease-in 400ms;  
  transition: 		 width ease-in 400ms;
  width:32px;
}
.main-pagenavi[data-pagenavi="more"] a.active.ajax-two span,
.main-pagenavi[data-pagenavi="scroll"] a.active.ajax-two span{
  -webkit-transition:width ease-in 300ms;  
  transition: 		 width ease-in 300ms;
  width:42px;
}
.main-pagenavi[data-pagenavi="more"] a.active.ajax-three span,
.main-pagenavi[data-pagenavi="scroll"] a.active.ajax-three span{
  -webkit-transition:width ease-in 100ms;  
  transition: 		 width ease-in 100ms;
  width:46px;
}



.main-pagenavi .wp-pagenavi a,
.main-pagenavi .wp-pagenavi span{
  border: 1px solid #dddddd;
  text-align: center;
  height: 40px;
  line-height: 40px;
  white-space: normal;
  display: inline-block;
  padding: 0px 17px;
  color: #666666;
  margin: 3px;
  border-radius:3px; 
}
.main-pagenavi.color-light .wp-pagenavi a,
.main-pagenavi.color-light .wp-pagenavi span{
    color: #FFF;
}

.main-pagenavi[data-pagenavi="scroll"] a.active{
	font-size: 0;
	border:0
}
.main-pagenavi i{
  font-style: normal;
}

@media only screen and (min-width: 1600px){
    .main-pagenavi{
        padding-top: 26px;
        padding-bottom: 26px;
    } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-pagenavi{
        padding-top: 14px;
        padding-bottom: 14px;
    } 
}
@media only screen and (max-width: 767px) {
    .main-pagenavi{
        padding-top: 10px;
        padding-bottom: 10px;
    } 
}


/* page nav end*/


.dg-form-content02 .form-row {
    position: relative;
    z-index: 1;
    padding-top: 35px;
}

.dg-form-content02 .form-row label {
    position: absolute;
    z-index: -1;
    font-weight: normal;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 200ms;
    /* Opera */
    -ms-transition: all ease-in 200ms;
    /* IE9? */
    left: 0px;
    top: 43px;
    font-size: 15px;
    color: #e6e6e6; 
}

.dg-form-content02 textarea,
.dg-form-content02 .form-row input {
    padding: 8px 0px;
    border: 0;
    border-bottom: #9b9b9b solid 1px;
    width: 100%;
    background-color: transparent;
    vertical-align: middle;
    color: #e6e6e6;
}

.dg-form-content02 textarea:valid~label,
.dg-form-content02 input:valid~label {
    top: 30px;
    font-size: 10px;
    color: #9b9b9b;
}

.dg-form-content02 textarea:focus~label,
.dg-form-content02 .form-row input:focus~label {
    top: 24px;
    font-size: 13px;
    color: #9b9b9b;
}

.dg-form-content02 textarea:focus,
.dg-form-content02 input:focus {
    outline: none;
}

.dg-form-content02 .line {
    position: absolute;
    width: 0%;
    border-bottom: 2px solid #9b9b9b;
    bottom: 0;
    left: 0;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 200ms;
    /* Opera */
    -ms-transition: all ease-in 200ms;
    /* IE9? */
}

.dg-form-content02 textarea:focus~.line,
.dg-form-content02 .form-row input:focus~.line {
    width: 100%;
}

.dg-form-content02 .fa,
.dg-form-content02 .lnr {
    position: absolute;
    right: 8px;
    top: 48px;
}

.dg-form-content02 .btn {
    font-size: 14px;
    color: #FFF;
    padding: 7px 20px;
    background: #20a3f0;
    margin-left: 10px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    outline: none;
    display: inline-block;
    margin-top: 30px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.dg-form-content02 .btn:hover {
    background-color: #333;
}


/*VC*/
.vc_column-inner{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
body .wpb_button, 
body .wpb_content_element{
  margin-bottom: 0;
}


/* dng-portfolio-isotope */
.isotope-grid .isotope-item:hover{
	z-index: 99;
}
.owl-carousel .owl-item:hover{
	z-index: 99;
}


.isotope-grid .isotope-main.spacing-no{
    /* 0 */
    margin-top: 0;
}
.isotope-grid .isotope-main.spacing-no.bothmargins,
.box-full-width .isotope-grid .isotope-main.spacing-no{
    margin-left: 0;
    margin-right: 0;
}
.isotope-grid .isotope-main.spacing-no .isotope-item{
    margin-top: 0;
}
.isotope-grid .isotope-main.spacing-no .isotope-item [class*="dg-imagebox"],
.isotope-grid .isotope-main.spacing-no .isotope-item [class*="dg-post-box"]{
    margin-left: 0;
    margin-right: 0;
}

.isotope-grid .isotope-main.spacing-sm{
    /* 5 */
    margin-top: -5px;
    margin-left: -3px;
    margin-right: -3px;
}
.isotope-grid .isotope-main.spacing-sm.bothmargins,
.box-full-width .isotope-grid .isotope-main.spacing-sm{
    margin-left: 3px ;
    margin-right: 3px ;
}
.isotope-grid .isotope-main.spacing-sm .isotope-item{
    margin-top: 5px;
}
.isotope-grid .isotope-main.spacing-sm .isotope-item [class*="dg-imagebox"],
.isotope-grid .isotope-main.spacing-sm .isotope-item [class*="dg-post-box"]{
    margin-left: 3px;
    margin-right: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .isotope-grid .isotope-main.spacing-sm{
        /* 5*0.6 */
        margin-top: -3px;
        margin-left: -2px;
        margin-right: -2px;
    }
    .isotope-grid .isotope-main.spacing-sm.bothmargins,
    .box-full-width .isotope-grid .isotope-main.spacing-sm{
        margin-left: 2px ;
        margin-right: 2px ;
    }
    .isotope-grid .isotope-main.spacing-sm .isotope-item{
        margin-top: 3px;
    }
    .isotope-grid .isotope-main.spacing-sm .isotope-item [class*="dg-imagebox"],
    .isotope-grid .isotope-main.spacing-sm .isotope-item [class*="dg-post-box"]{
        margin-left: 2px;
        margin-right: 2px;
    }
}
@media only screen and (max-width: 991px){
    .isotope-grid .isotope-main.spacing-sm{
        /* 5*0.5 */
        margin-top: -3px;
        margin-left: -1px;
        margin-right: -1px;
    }
    .isotope-grid .isotope-main.spacing-sm.bothmargins,
    .box-full-width .isotope-grid .isotope-main.spacing-sm{
        margin-left: 1px ;
        margin-right: 1px ;
    }
    .isotope-grid .isotope-main.spacing-sm .isotope-item{
        margin-top: 3px;
    }
    .isotope-grid .isotope-main.spacing-sm .isotope-item [class*="dg-imagebox"],
    .isotope-grid .isotope-main.spacing-sm .isotope-item [class*="dg-post-box"]{
        margin-left: 1px;
        margin-right: 1px;
    }
}


.isotope-grid .isotope-main.spacing-md{
    /* 24 */
    margin-top: -24px;
    margin-left: -12px;
    margin-right: -12px;
}
.isotope-grid .isotope-main.spacing-md.bothmargins,
.box-full-width .isotope-grid .isotope-main.spacing-md{
    margin-left: 12px ;
    margin-right: 12px ;
}
.isotope-grid .isotope-main.spacing-md .isotope-item{
    margin-top: 24px;
}
.isotope-grid .isotope-main.spacing-md .isotope-item [class*="dg-imagebox"],
.isotope-grid .isotope-main.spacing-md .isotope-item [class*="dg-post-box"]{
    margin-left: 12px;
    margin-right: 12px;
}



@media only screen and (min-width: 992px) and (max-width: 1200px){
    .isotope-grid .isotope-main.spacing-md{
        /* 24*0.6 */
        margin-top: -14px;
        margin-left: -7px;
        margin-right: -7px;
    }
    .isotope-grid .isotope-main.spacing-md.bothmargins,
    .box-full-width .isotope-grid .isotope-main.spacing-md{
        margin-left: 7px ;
        margin-right: 7px ;
    }
    .isotope-grid .isotope-main.spacing-md .isotope-item{
        margin-top: 14px;
    }
    .isotope-grid .isotope-main.spacing-md .isotope-item [class*="dg-imagebox"],
    .isotope-grid .isotope-main.spacing-md .isotope-item [class*="dg-post-box"]{
        margin-left: 7px;
        margin-right: 7px;
    }
}
@media only screen and (max-width: 991px){
    .isotope-grid .isotope-main.spacing-md{
        /* 24*0.5 */
        margin-top: -12px;
        margin-left: -6px;
        margin-right: -6px;
    }
    .isotope-grid .isotope-main.spacing-md.bothmargins,
    .box-full-width .isotope-grid .isotope-main.spacing-md{
        margin-left: 6px ;
        margin-right: 6px ;
    }
    .isotope-grid .isotope-main.spacing-md .isotope-item{
        margin-top: 12px;
    }
    .isotope-grid .isotope-main.spacing-md .isotope-item [class*="dg-imagebox"],
    .isotope-grid .isotope-main.spacing-md .isotope-item [class*="dg-post-box"]{
        margin-left: 6px;
        margin-right: 6px;
    }
}


.isotope-grid .isotope-main.spacing-lg{
    /* 36 */
    margin-top: -36px;
    margin-left: -18px;
    margin-right: -18px;
}
.isotope-grid .isotope-main.spacing-lg.bothmargins,
.box-full-width .isotope-grid .isotope-main.spacing-lg{
    margin-left: 18px ;
    margin-right: 18px ;
}
.isotope-grid .isotope-main.spacing-lg .isotope-item{
    margin-top: 36px;
}
.isotope-grid .isotope-main.spacing-lg .isotope-item [class*="dg-imagebox"],
.isotope-grid .isotope-main.spacing-lg .isotope-item [class*="dg-post-box"]{
    margin-left: 18px;
    margin-right: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .isotope-grid .isotope-main.spacing-lg{
        /* 36*0.6 */
        margin-top: -22px;
        margin-left: -11px;
        margin-right: -11px;
    }
    .isotope-grid .isotope-main.spacing-lg.bothmargins,
    .box-full-width .isotope-grid .isotope-main.spacing-lg{
        margin-left: 11px ;
        margin-right: 11px ;
    }
    .isotope-grid .isotope-main.spacing-lg .isotope-item{
        margin-top: 22px;
    }
    .isotope-grid .isotope-main.spacing-lg .isotope-item [class*="dg-imagebox"],
    .isotope-grid .isotope-main.spacing-lg .isotope-item [class*="dg-post-box"]{
        margin-left: 11px;
        margin-right: 11px;
    }
}
@media only screen and (max-width: 991px){
    .isotope-grid .isotope-main.spacing-lg{
        /* 36*0.5 */
        margin-top: -18px;
        margin-left: -9px;
        margin-right: -9px;
    }
    .isotope-grid .isotope-main.spacing-lg.bothmargins,
    .box-full-width .isotope-grid .isotope-main.spacing-lg{
        margin-left: 9px ;
        margin-right: 9px ;
    }
    .isotope-grid .isotope-main.spacing-lg .isotope-item{
        margin-top: 18px;
    }
    .isotope-grid .isotope-main.spacing-lg .isotope-item [class*="dg-imagebox"],
    .isotope-grid .isotope-main.spacing-lg .isotope-item [class*="dg-post-box"]{
        margin-left: 9px;
        margin-right: 9px;
    }
}

.isotope-grid .isotope-main.spacing-xl{
    /* 96 */
    margin-top: -36px;
    margin-left: -25px;
    margin-right: -25px;
}
.isotope-grid .isotope-main.spacing-xl.bothmargins,
.box-full-width .isotope-grid .isotope-main.spacing-xl{
    margin-left: 25px ;
    margin-right: 25px ;
}
.isotope-grid .isotope-main.spacing-xl .isotope-item{
    margin-top: 36px;
}
.isotope-grid .isotope-main.spacing-xl .isotope-item [class*="dg-imagebox"],
.isotope-grid .isotope-main.spacing-xl .isotope-item [class*="dg-post-box"]{
    margin-left: 25px;
    margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .isotope-grid .isotope-main.spacing-xl{
        /* 96*0.6 */
        margin-top: -22px;
        margin-left: -18px;
        margin-right: -18px;
    }
    .isotope-grid .isotope-main.spacing-xl.bothmargins,
    .box-full-width .isotope-grid .isotope-main.spacing-xl{
        margin-left: 18px ;
        margin-right: 18px ;
    }
    .isotope-grid .isotope-main.spacing-xl .isotope-item{
        margin-top: 22px;
    }
    .isotope-grid .isotope-main.spacing-xl .isotope-item [class*="dg-imagebox"],
    .isotope-grid .isotope-main.spacing-xl .isotope-item [class*="dg-post-box"]{
        margin-left: 18px;
        margin-right: 18px;
    }
}
@media only screen and (max-width: 991px){
    .isotope-grid .isotope-main.spacing-xl{
        /* 36*0.5 */
        margin-top: -18px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .isotope-grid .isotope-main.spacing-xl.bothmargins,
    .box-full-width .isotope-grid .isotope-main.spacing-xl{
        margin-left: 10px ;
        margin-right: 10px ;
    }
    .isotope-grid .isotope-main.spacing-xl .isotope-item{
        margin-top: 18px;
    }
    .isotope-grid .isotope-main.spacing-xl .isotope-item [class*="dg-imagebox"],
    .isotope-grid .isotope-main.spacing-xl .isotope-item [class*="dg-post-box"]{
        margin-left: 10px;
        margin-right: 10px;
    }
}

.isotope-grid .isotope-console{
    margin-right: auto;
    margin-left: auto;
}
@media only screen and  (max-width: 991px) {
    .isotope-grid .isotope-group,
    .isotope-grid .sort-btn{
      display: none!important;
    }
}


[class|=isotope-list] article{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  

	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap
}
[class|=isotope-list].size-xs .title{
	font-size: 16px;
}
[class|=isotope-list].size-sm .title{
	font-size: 18px;
}
[class|=isotope-list].size-md .title{
	font-size: 20px;
}
[class|=isotope-list].size-lg .title{
	font-size: 24px;
}
[class|=isotope-list].size-xl .title{
	font-size: 28px;
}

[class|=isotope-list] article.spacing-no,
.isotope-type-list .spacing-no article{
	margin-bottom: 0;
}
[class|=isotope-list] article.spacing-sm,
.isotope-type-list .spacing-sm article{
	margin-bottom: 12px;
}
[class|=isotope-list] article.spacing-md,
.isotope-type-list .spacing-md article{
	margin-bottom: 24px;
}
[class|=isotope-list] article.spacing-lg,
.isotope-type-list .spacing-lg article{
	margin-bottom: 36px;
}
[class|=isotope-list] article.spacing-xl,
.isotope-type-list .spacing-xl article{
	margin-bottom: 60px;
}
[class|=isotope-list] article.spacing-xl:first-child,
.isotope-type-list .spacing-xl article:first-child{
	margin-top: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
	[class|=isotope-list] article.spacing-sm,
  .isotope-type-list .spacing-sm article{
		margin-bottom: 8px;
	}
	[class|=isotope-list] article.spacing-md,
  .isotope-type-list .spacing-md article{
		margin-bottom: 15px;
	}
	[class|=isotope-list] article.spacing-lg,
  .isotope-type-list .spacing-lg article{
		margin-bottom: 22px;
	}
	[class|=isotope-list] article.spacing-xl,
  .isotope-type-list .spacing-xl article{
		margin-bottom: 36px;
	}
}
@media only screen and (max-width: 991px){
	[class|=isotope-list] article.spacing-sm,
  .isotope-type-list .spacing-sm article{
		margin-bottom: 6px;
	}
	[class|=isotope-list] article.spacing-md,
  .isotope-type-list article.spacing-md{
		margin-bottom: 12px;
	}
	[class|=isotope-list] article.spacing-lg,
  .isotope-type-list .spacing-lg article{
		margin-bottom: 18px;
	}
	[class|=isotope-list] article.spacing-xl,
  .isotope-type-list .spacing-xl article{
		margin-bottom: 30px;
	}
}
[class|=isotope-list] article:first-child{
	margin-top: 0!important;
}
.isotope-list-cross article:nth-child(even){
	flex-direction: row-reverse;
}
.isotope-list-vertical article{
  display: block;
	flex-direction: column;
}
[class|=isotope-list] article .portfolio-list-img{
	width: 65%;
}
[class|=isotope-list] article .portfolio-list-img img{
	width: 100%;
}
[class|=isotope-list] article .portfolio-list-box{
	width: 32%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.isotope-list-vertical article .portfolio-list-img{
  width: 100%;
  height: 100%;
}
.isotope-list-vertical article .portfolio-list-img img{
	width: 100%;
}
.isotope-list-vertical article .portfolio-list-box{
	width: 100%;
	padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
}


@media only screen and (max-width: 991px){
	[class|=isotope-list] article{
		display: block;
	}
	[class|=isotope-list] article .portfolio-list-img{
		width: 100%;
	}
	[class|=isotope-list] article .portfolio-list-box{
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 991px){
	[class|=isotope-list] article .portfolio-list-box{
		padding-left: 15px;
		padding-right: 15px;
	}
}
[class|=isotope-list] article .portfolio-list-box .info a{
	font-size: 13px;
	font-style: italic;
	color: #333;
}
[class|=isotope-list] article .portfolio-list-box.color-light .info a{
	color: #f5f5f5;
}

[class|=isotope-list] article .portfolio-list-box .title a:link,
[class|=isotope-list] article .portfolio-list-box .title a:active,
[class|=isotope-list] article .portfolio-list-box .title a:visited{
  text-decoration: none;
  color: #333333;
}
[class|=isotope-list] article .portfolio-list-box.color-light .title a:link,
[class|=isotope-list] article .portfolio-list-box.color-light .title a:active,
[class|=isotope-list] article .portfolio-list-box.color-light .title a:visited{
  color: #fff;
}
[class|=isotope-list] article .portfolio-list-box .description{
	position: relative;
	padding-left: 65px;
	color: #666;
}
[class|=isotope-list] article .portfolio-list-box.color-light .description{
	color: #f5f5f5;
}
.isotope-list-vertical article .portfolio-list-box .portfolio-list-text{
  position: relative;
	padding-left: 54px;
}
.isotope-list-vertical article .portfolio-list-box .description{
  padding-left: 0;
}
.portfolio-list-text .info{
  margin-bottom: 8px;
}
[class|=isotope-list] article .portfolio-list-box .description::before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 46px;
	height: 0;
	border-bottom: 1px solid #ebebeb;
}
[class|=isotope-list] article .portfolio-list-box .description::after{
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 36px;
	height: 0;
	border-bottom: 1px solid #ebebeb;
}
.isotope-list-vertical article .portfolio-list-box .portfolio-list-text::before{
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 0;
  height: -moz-calc( 100% + 30px );
	height: -webkit-calc( 100% + 30px );
	height: calc( 100% + 30px );
	border-left: 1px solid #ebebeb;
}
.isotope-list-vertical article .portfolio-list-box .portfolio-list-text::after{
	content: '';
	position: absolute;
	left: 10px;
	top: -30px;
	width: 0;
  height: -moz-calc( 80% + 30px );
	height: -webkit-calc( 80% + 30px );
	height: calc( 80% + 30px );
	border-left: 1px solid #ebebeb;
}
.isotope-list-vertical article .portfolio-list-box .description::before{
	width: 0;
	height: 0;
	border: 0;
}
.isotope-list-vertical article .portfolio-list-box .description::after{
	width: 0;
	height: 0;
	border: 0;
}
@media only screen and (max-width: 991px){
  .isotope-list-vertical article .portfolio-list-box .portfolio-list-text{
    padding-left: 24px;
  }
  .isotope-list-vertical article .portfolio-list-box .portfolio-list-text::before{
    top: -10px;
    height: -moz-calc( 100% + 10px );
    height: -webkit-calc( 100% + 10px );
    height: calc( 100% + 10px );
  }
  .isotope-list-vertical article .portfolio-list-box .portfolio-list-text::after{
    top: -10px;
    height: -moz-calc( 80% + 10px );
    height: -webkit-calc( 80% + 10px );
    height: calc( 80% + 10px );
  }
}



/* Imagebox */
[class *= "dg-imagebox"]{
  position: relative;
  overflow: hidden;
}
[class *= "dg-imagebox"] .bg{
  position: absolute;
  z-index: 1;
  background-color: #20a3f0;
}
[class *= "dg-imagebox"] .content .sep {
  padding: 0px 4px;
}
[class *= "dg-imagebox"] .content .info {
  font-size: 13px;
  font-style: italic;
  color: #666;
  margin: 0;
}
[class *= "dg-imagebox"] .content .excerpt{
  /* font-size: 16px;
  line-height: 1.5;
  color: #999; */
  margin: 4px 0 0;
}
[class *= "dg-imagebox"] .content .title {
  font-size: 16px;
  margin: 0 0 4px;
}
[class *= "dg-imagebox"] .content .title a{
  color: #333333;
}
[class *= "dg-imagebox"] .content .info a{
  color: #666;
}
[class *= "dg-imagebox"] .content .excerpt a{
  /* color: #999; */
}

[class *= "dg-imagebox"] .pic>img{
  width: 100%;
  backface-visibility:visible;
  -webkit-backface-visibility:visible;
  -moz-backface-visibility:visible;
  -ms-backface-visibility:visible;
}
[class *= "dg-imagebox"] .content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
}
[class *= "dg-imagebox"] .content .center{
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  padding: 15px;
  text-align: center;
  z-index: 1;
}


.dg-imagebox01 .content {
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in 100ms;
  -moz-transition: all 200ms ease-in 100ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in 100ms;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in 100ms;
  /* Opera */
  -ms-transition: all 200ms ease-in 100ms;
  /* IE9? */
}

.dg-imagebox01:hover .content {
  opacity: 1;
  visibility: visible;
  transition: all 200ms ease-in 400ms;
  -moz-transition: all 200ms ease-in 400ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in 400ms;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in 400ms;
  /* Opera */
  -ms-transition: all 200ms ease-in 400ms;
  /* IE9? */
}

.dg-imagebox01 .content:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.dg-imagebox01 .content .center {
  max-width: 90%;
  position: relative;
}

.dg-imagebox01 .content .center>*:last-child,
.dg-imagebox01 .content .center>*:last-child>.icon {
  margin: 0;
}

.dg-imagebox01 .bg {
  bottom: 0;
  right: 0;
  border-bottom: 28px solid #20a3f0;
  border-right: 28px solid #20a3f0;
  border-top: 28px solid transparent !important;
  border-left: 28px solid transparent!important;

  transition: all 400ms ease-in 100ms;
  -moz-transition: all 400ms ease-in 100ms;
  /* Firefox 4 */
  -webkit-transition: all 400ms ease-in 100ms;
  /* Safari and Chrome */
  -o-transition: all 400ms ease-in 100ms;
  /* Opera */
  -ms-transition: all 400ms ease-in 100ms;
  /* IE9? */

  background-color: transparent!important;
}

.dg-imagebox01:hover .bg {
  border-width: 800px!important;
  transition: all 400ms ease-in 0ms;
  -moz-transition: all 400ms ease-in 0ms;
  /* Firefox 4 */
  -webkit-transition: all 400ms ease-in 0ms;
  /* Safari and Chrome */
  -o-transition: all 400ms ease-in 0ms;
  /* Opera */
  -ms-transition: all 400ms ease-in 0ms;
  /* IE9? */
}

.dg-imagebox01 .bg:before,
.dg-imagebox01 .bg:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 0px;
  border-bottom: 1px solid #FFF;
  left: 6px;
  top: 10px;
  transition: all 100ms ease-in 600ms;
  -moz-transition: all 100ms ease-in 600ms;
  /* Firefox 4 */
  -webkit-transition: all 100ms ease-in 600ms;
  /* Safari and Chrome */
  -o-transition: all 100ms ease-in 600ms;
  /* Opera */
  -ms-transition: all 100ms ease-in 600ms;
  /* IE9? */
}

.dg-imagebox01 .bg:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 11px;
  border-left: 1px solid #FFF;
  left: 11px;
  top: 5px;
}

.dg-imagebox01:hover .bg:before,
.dg-imagebox01:hover .bg:after {
  opacity: 0;
  visibility: hidden;
  transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  /* Firefox 4 */
  -webkit-transition: all 100ms ease-in 0ms;
  /* Safari and Chrome */
  -o-transition: all 100ms ease-in 0ms;
  /* Opera */
  -ms-transition: all 100ms ease-in 0ms;
  /* IE9? */
}

.dg-imagebox02 .content {
  opacity: 0;
  visibility: hidden;
}

.dg-imagebox02:hover .content {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: all 300ms ease-in 275ms;
  -moz-transition: all 300ms ease-in 275ms;
  /* Firefox 4 */
  -webkit-transition: all 300ms ease-in 275ms;
  /* Safari and Chrome */
  -o-transition: all 300ms ease-in 275ms;
  /* Opera */
  -ms-transition: all 300ms ease-in 275ms;
  /* IE9? */
}

.dg-imagebox02 .content:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.dg-imagebox02 .content .center {
  max-width: 90%;
  position: relative;
}

.dg-imagebox02 .content .center>*:last-child,
.dg-imagebox02 .content .center>*:last-child>.icon {
  margin: 0;
}

.dg-imagebox02 .bg {
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  /* Firefox 4 */
  -webkit-transition: all 300ms ease-in;
  /* Safari and Chrome */
  -o-transition: all 300ms ease-in;
  /* Opera */
  -ms-transition: all 300ms ease-in;
  /* IE9? */
}

.dg-imagebox02:hover .bg {
  bottom: 11px;
  right: 11px;
  left: 11px;
  top: 11px;
  visibility: visible;
  opacity: 1;
}


.dg-imagebox03 .content {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  visibility:hidden;

  transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  /* Firefox 4 */
  -webkit-transition: all 300ms ease-in;
  /* Safari and Chrome */
  -o-transition: all 300ms ease-in;
  /* Opera */
  -ms-transition: all 300ms ease-in;
  /* IE9? */
}

.dg-imagebox03:hover .content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  visibility: visible;
}

.dg-imagebox03 .content:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.dg-imagebox03 .content .center {
  max-width: 90%;
  position: relative;
  opacity: 0;
}
.dg-imagebox03:hover .content .center{
  opacity: 1;
}
.dg-imagebox03 .content .center>*:last-child,
.dg-imagebox03 .content .center>*:last-child>.icon {
  margin: 0;
}

.dg-imagebox03 .bg {
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 100%;
  opacity: 1;
  transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  /* Firefox 4 */
  -webkit-transition: all 300ms ease-in;
  /* Safari and Chrome */
  -o-transition: all 300ms ease-in;
  /* Opera */
  -ms-transition: all 300ms ease-in;
  /* IE9? */

  margin-top: -3px;
  background-color: #20a3f0;
}

.dg-imagebox03:hover .bg {
  top: 0;
  opacity: 1;
}

.dg-imagebox04 .content {
  top: auto;
  
  bottom: 0;
  transform: translateY(100%);

  opacity: 0;

  transition: all 300ms cubic-bezier(0.4,0,0.2,1);
  -moz-transition: all 300ms cubic-bezier(0.4,0,0.2,1);
  /* Firefox 4 */
  -webkit-transition: all 300ms cubic-bezier(0.4,0,0.2,1);
  /* Safari and Chrome */
  -o-transition: all 300ms cubic-bezier(0.4,0,0.2,1);
  /* Opera */
  -ms-transition: all 300ms cubic-bezier(0.4,0,0.2,1);
  /* IE9? */
}

.dg-imagebox04:hover .content {
  opacity: 1;
  transform: translateY(-30px);
}

.dg-imagebox04 .content:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.dg-imagebox04 .content .center {
  width: 90%;

  box-shadow: 0 0 18px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 18px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 18px rgba(0,0,0,.2);
}
.dg-imagebox04 .content.color-dark .center{
  background: #FFF;
}
.dg-imagebox04 .content.color-light .center{
  background-color: #20a3f0;
}

.dg-imagebox04 .center a:hover {
  text-decoration: none;
}
.dg-imagebox04 .content .title{
  font-size: 20px;
  margin: 0;
  text-align: left;
}


.dg-imagebox04 .content .title .lnr{
  position: relative;
  float: right;
  vertical-align: middle;
  line-height: inherit;
}
.dg-imagebox04 .info{
  display: none;
}

.dg-imagebox05 {
  overflow: visible;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}

.dg-imagebox05 .content{
  z-index: -2;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;

  transition: all 500ms ease-in-out ;
  -moz-transition: all 500ms ease-in-out ;
  /* Firefox 4 */
  -webkit-transition: all 500ms ease-in-out ;
  /* Safari and Chrome */
  -o-transition: all 500ms ease-in-out ;
  /* Opera */
  -ms-transition: all 0ms ease-in-out ;
  /* IE9? */
}

.dg-imagebox05:hover .content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 3;
}

.dg-imagebox05 .pic {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 0;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 500ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: all 500ms ease-in-out;
  /* Opera */
  -ms-transition: all 0ms ease-in-out;
  /* IE9? */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dg-imagebox05:hover .pic {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.dg-imagebox05 .content:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.dg-imagebox05 .content .center {
  max-width: 98%;
}

.dg-imagebox05 .content .center>*:last-child,
.dg-imagebox05 .content .center>*:last-child>.icon {
  margin: 0;
}

.dg-imagebox05 .content .info {
  /* margin: 0 0 20px; */
  margin: 0;
}

.dg-imagebox06 .content {
  padding: 25px;
  border-top: none;
  /* min-height: 108px; */
  top: auto;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);

  transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms linear 0ms;
  /* Safari and Chrome */
  -o-transition: all 200ms linear 0ms;
  /* Opera */
  -ms-transition: all 200ms linear 0ms;
  /* IE9? */
}
.dg-imagebox06 .content.bg{
  background-color: #20a3f0;
}
.dg-imagebox06:hover .content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}

.dg-imagebox06 .content a,
.dg-imagebox06 .content a:link,
.dg-imagebox06 .content a:active,
.dg-imagebox06 .content a:visited {
  transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms linear 0ms;
  /* Safari and Chrome */
  -o-transition: all 200ms linear 0ms;
  /* Opera */
  -ms-transition: all 200ms linear 0ms;
  /* IE9? */
}

.dg-imagebox06 .content .info {
  margin: 0;
}

.dg-imagebox06 .pic {
  position: relative;
  transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms linear 0ms;
  /* Safari and Chrome */
  -o-transition: all 200ms linear 0ms;
  /* Opera */
  -ms-transition: all 200ms linear 0ms;
  /* IE9? */
}

.dg-imagebox06:hover .pic {
  /* transform: translateY(-108px);
  -webkit-transform: translateY(-108px);
  -ms-transform: translateY(-108px); */
}

.dg-imagebox07 .content {
  position: relative;
  text-align: left;
  padding: 25px 15px;
  border-top: none;
}
.dg-imagebox07 .bg {
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 200ms ease-in 300ms;
  -moz-transition: all 200ms ease-in 300ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in 300ms;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in 300ms;
  /* Opera */
  -ms-transition: all 200ms ease-in 300ms;
  /* IE9? */
}

.dg-imagebox07:hover .bg {
  opacity: 1;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in;
  /* Opera */
  -ms-transition: all 200ms ease-in;
  /* IE9? */
}

.dg-imagebox07 .links {
  margin-bottom: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  /* Safari and Chrome */
  -ms-transform: translate(-50%, -50%);
  /* IE9? */
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 200ms ease-in 200ms;
  -moz-transition: all 200ms ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in 200ms;
  /* Opera */
  -ms-transition: all 200ms ease-in 200ms;
  /* IE9? */
}

.dg-imagebox07 .links a{
  text-decoration: none !important;
  margin: 0 0.2em;
}

.dg-imagebox07 .links div {
  display: inline-block;
}

.dg-imagebox07 .links a:hover {
  text-decoration: none;
}

.dg-imagebox07 .links .icon {
  margin-bottom: 0;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
}

.dg-imagebox07:hover .links {
  opacity: 1;
  transition: all 200ms ease-in 200ms;
  -moz-transition: all 200ms ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in 200ms;
  /* Opera */
  -ms-transition: all 200ms ease-in 200ms;
  /* IE9? */
}

.dg-imagebox07:hover .links .icon {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  transition: all 200ms ease-in 200ms;
  -moz-transition: all 200ms ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in 200ms;
  /* Opera */
  -ms-transition: all 200ms ease-in 200ms;
  /* IE9? */
}

.dg-imagebox07 .pic {
  position: relative;
}

.dg-imagebox07 .pic:after,
.dg-imagebox07 .pic:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: .5;
  z-index: 2;
  transition: all 200ms ease-in 100ms;
  -moz-transition: all 200ms ease-in 100ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in 100ms;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in 100ms;
  /* Opera */
  -ms-transition: all 200ms ease-in 100ms;
  /* IE9? */
}

.dg-imagebox07 .pic:after {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
}

.dg-imagebox07 .pic:before {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
}

.dg-imagebox07:hover .pic:after,
.dg-imagebox07:hover .pic:before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all 200ms ease-in 200ms;
  -moz-transition: all 200ms ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in 200ms;
  /* Opera */
  -ms-transition: all 200ms ease-in 200ms;
  /* IE9? */
}

.dg-imagebox08 .content {
  position: relative;
}

.dg-imagebox08:hover .content {
  z-index: 2;
  transition: all 300ms ease-in 350ms;
  -moz-transition: all 300ms ease-in 350ms;
  /* Firefox 4 */
  -webkit-transition: all 300ms ease-in 350ms;
  /* Safari and Chrome */
  -o-transition: all 300ms ease-in 350ms;
  /* Opera */
  -ms-transition: all 300ms ease-in 350ms;
  /* IE9? */
}

.dg-imagebox08 .links {
  margin-bottom: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  /* Safari and Chrome */
  -ms-transform: translate(-50%, -50%);
  /* IE9? */
  transform: translate(-50%, -50%);
}

.dg-imagebox08 .links a{
  text-decoration: none !important;
  margin: 0 0.2em;
}

.dg-imagebox08 .links div {
  display: inline-block;
}

.dg-imagebox08 .links a:hover {
  text-decoration: none;
}

.dg-imagebox08 .links .icon {
  margin-bottom: 0;
  opacity: 0;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
}

.dg-imagebox08:hover .links .icon {
  opacity: 1;
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  transition: all 200ms ease-in 200ms;
  -moz-transition: all 200ms ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in 200ms;
  /* Opera */
  -ms-transition: all 200ms ease-in 200ms;
  /* IE9? */
}

.dg-imagebox08 .content {
  padding: 25px 15px;
}

.dg-imagebox08 .content>*:last-child,
.dg-imagebox08 .content>*:last-child>.icon {
  margin: 0;
}

.dg-imagebox08 .bg {
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  /* Firefox 4 */
  -webkit-transition: all 300ms ease-in;
  /* Safari and Chrome */
  -o-transition: all 300ms ease-in;
  /* Opera */
  -ms-transition: all 300ms ease-in;
  /* IE9? */
}

.dg-imagebox08:hover .bg {
  opacity: 1;
  visibility: visible;
  bottom: 11px;
  right: 11px;
  left: 11px;
  top: 11px;
}

.dg-imagebox08 .pic {
  position: relative;
  overflow: hidden;
}
.dg-imagebox08 .pic.radius-1px,
.dg-imagebox08 .pic.radius-1px .bg{
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}

.dg-imagebox08 .pic.radius-2px,
.dg-imagebox08 .pic.radius-2px .bg{
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.dg-imagebox08 .pic.radius-3px,
.dg-imagebox08 .pic.radius-3px .bg{
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.dg-imagebox08 .pic.radius-4px,
.dg-imagebox08 .pic.radius-4px .bg{
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.dg-imagebox08 .pic.radius-5px,
.dg-imagebox08 .pic.radius-5px .bg{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.dg-imagebox08 .pic.radius-6px,
.dg-imagebox08 .pic.radius-6px .bg{
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.dg-imagebox08 .pic.radius-7px,
.dg-imagebox08 .pic.radius-7px .bg{
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.dg-imagebox08 .pic.radius-8px,
.dg-imagebox08 .pic.radius-8px .bg{
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.dg-imagebox08 .pic.radius-9px,
.dg-imagebox08 .pic.radius-9px .bg{
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.dg-imagebox08 .pic.radius-10px,
.dg-imagebox08 .pic.radius-10px .bg{
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.dg-imagebox08 .pic.radius-15px,
.dg-imagebox08 .pic.radius-15px .bg{
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.dg-imagebox08 .pic.radius-semi-circle,
.dg-imagebox08 .pic.radius-semi-circle .bg{
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
}

.dg-imagebox08 .pic.radius-100,
.dg-imagebox08 .pic.radius-100 .bg{
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}



.dg-imagebox09{
  overflow: visible;
  backface-visibility: hidden;
}
.dg-imagebox09 .content {
  position: relative;
}

.dg-imagebox09:hover .content {
  z-index: 2;
  transition: all 200ms ease-in 350ms;
  -moz-transition: all 200ms ease-in 350ms;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in 350ms;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in 350ms;
  /* Opera */
  -ms-transition: all 200ms ease-in 350ms;
  /* IE9? */
}
.dg-imagebox09 .content {
  padding: 25px 15px;
}

.dg-imagebox09 .content>*:last-child,
.dg-imagebox09 .content>*:last-child>.icon {
  margin: 0;
}

.dg-imagebox09 .pic{
  position: relative;
  overflow: hidden;
  transition: all ease-in 250ms;
  -moz-transition: all ease-in 250ms;
  -webkit-transition: all ease-in 250ms;
  -o-transition: all ease-in 250ms;
  -ms-transition: all ease-in 250ms;
}
.dg-imagebox09 .pic.radius-1px {
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}

.dg-imagebox09 .pic.radius-2px {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.dg-imagebox09 .pic.radius-3px {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.dg-imagebox09 .pic.radius-4px {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.dg-imagebox09 .pic.radius-5px {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.dg-imagebox09 .pic.radius-6px {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.dg-imagebox09 .pic.radius-7px {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.dg-imagebox09 .pic.radius-8px {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.dg-imagebox09 .pic.radius-9px {
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.dg-imagebox09 .pic.radius-10px {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.dg-imagebox09 .pic.radius-15px {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.dg-imagebox09 .pic.radius-semi-circle {
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
}

.dg-imagebox09 .pic.radius-100 {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.dg-imagebox09 .pic a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;   
  z-index: 1;
}
.dg-imagebox09 .moveup:hover{
	transform: translate3d(0, -10px, 0);
	-ms-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	-webkit-transform: translate3d(0, -10px, 0);
}
/* .dg-imagebox09 .shadow-size-xs{
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
  box-shadow:0 0 10px rgba(0,0,0,0.2);
}
.dg-imagebox09 .shadow-size-sm{
  -webkit-box-shadow:0 0 15px rgba(0,0,0,0.2);
  box-shadow:0 0 15px rgba(0,0,0,0.2);
}
.dg-imagebox09 .shadow-size-lg{
  -webkit-box-shadow:0 0 30px rgba(0,0,0,0.2);
  box-shadow:0 0 30px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 991) {

  .dg-imagebox09 .shadow-size-lg{
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.2);
    box-shadow:0 0 15px rgba(0,0,0,0.2);
  }
}

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

  .dg-imagebox09 .shadow-size-lg{
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.2);
    box-shadow:0 0 15px rgba(0,0,0,0.2);
  }
} */

.dg-imagebox09 .pic.shadow{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.isotope-grid .isotope-main.spacing-sm .isotope-item .dg-imagebox09 .pic.shadow{
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  .isotope-grid .isotope-main.spacing-sm .isotope-item .dg-imagebox09 .pic.shadow{
      box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  }
}
@media only screen and (max-width: 991px){
  .isotope-grid .isotope-main.spacing-sm .isotope-item .dg-imagebox09 .pic.shadow{
      box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
  }
}
.isotope-grid .isotope-main.spacing-md .isotope-item .dg-imagebox09 .pic.shadow{
  box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  .isotope-grid .isotope-main.spacing-md .isotope-item .dg-imagebox09 .pic.shadow{
      box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
  }
}
@media only screen and (max-width: 991px){
  .isotope-grid .isotope-main.spacing-md .isotope-item .dg-imagebox09 .pic.shadow{
      box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
  }
}
.isotope-grid .isotope-main.spacing-lg .isotope-item .dg-imagebox09 .pic.shadow{
  box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  .isotope-grid .isotope-main.spacing-lg .isotope-item .dg-imagebox09 .pic.shadow{
      box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
  }
}
@media only screen and (max-width: 991px){
  .isotope-grid .isotope-main.spacing-lg .isotope-item .dg-imagebox09 .pic.shadow{
      box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
  }
}
.isotope-grid .isotope-main.spacing-xl .isotope-item .dg-imagebox09 .pic.shadow{
  box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  .isotope-grid .isotope-main.spacing-xl .isotope-item .dg-imagebox09 .pic.shadow{
      box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
  }
}
@media only screen and (max-width: 991px){
  .isotope-grid .isotope-main.spacing-xl .isotope-item .dg-imagebox09 .pic.shadow{
      box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  }
}


.owl-carousel .owl-item .dg-imagebox09 .pic.shadow{
  box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
}
.owl-carousel .owl-item .dg-imagebox09 .pic.moveup{
  padding-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  .owl-carousel .owl-item .dg-imagebox09 .pic.shadow{
      box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
  }
}
@media only screen and (max-width: 991px){
  .owl-carousel .owl-item .dg-imagebox09 .pic.shadow{
      box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
  }
}


.dg-imagebox10 .content {
  padding: 25px;
  top: auto;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -o-transition: all 200ms ease;
  /* Opera */
  -ms-transition: all 200ms ease;
  /* IE9? */
}

.dg-imagebox10:hover .content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 275ms ease;
  -moz-transition: all 275ms ease;
  /* Firefox 4 */
  -webkit-transition: all 275ms ease;
  /* Safari and Chrome */
  -o-transition: all 275ms ease;
  /* Opera */
  -ms-transition: all 275ms ease;
  /* IE9? */
}
.dg-imagebox10 .content .title,
.dg-imagebox10 .content .info,
.dg-imagebox10 .content .excerpt{
  opacity: 0;
  transform: translateY(25px);
  -webkit-transform: translateY(25px);

  transition: all 200ms ease 0ms;
  /* Firefox 4 */
  -moz-transition-property: all 200ms ease 0ms;
  /* Safari 和 Chrome */
  -webkit-transition-property: all 200ms ease 0ms;
  /* Opera */
  -o-transition-property: all 200ms ease 0ms;
}
.dg-imagebox10:hover .content .title{
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 400ms ease 175ms;
  /* Firefox 4 */
  -moz-transition-property: all 400ms ease 175ms;
  /* Safari 和 Chrome */
  -webkit-transition-property: all 400ms ease 175ms;
  /* Opera */
  -o-transition-property: all 400ms ease 175ms;
}
.dg-imagebox10:hover .content .info,
.dg-imagebox10:hover .content .excerpt{
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 400ms ease 275ms;
  /* Firefox 4 */
  -moz-transition-property: all 400ms ease 275ms;
  /* Safari 和 Chrome */
  -webkit-transition-property: all 400ms ease 275ms;
  /* Opera */
  -o-transition-property: all 400ms ease 275ms;
}
.dg-imagebox10 .bg{
  opacity: 1;
  background-color: transparent;
}
.dg-imagebox10:hover .bg{
  opacity: 1;
  background-color: #20a3f0;
}

.dg-imagebox11 .content {
  padding: 25px;
  top: auto;
  opacity:1;

  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -o-transition: all 200ms ease;
  /* Opera */
  -ms-transition: all 200ms ease;
  /* IE9? */
}
.dg-imagebox11:hover .content {
  opacity:1;
  transition: all 275ms ease;
  -moz-transition: all 275ms ease;
  /* Firefox 4 */
  -webkit-transition: all 275ms ease;
  /* Safari and Chrome */
  -o-transition: all 275ms ease;
  /* Opera */
  -ms-transition: all 275ms ease;
  /* IE9? */
}
.dg-imagebox11 .pic::before{
  content: '';
  position: absolute;
  display: block;
  left:0;
  right:0;
  top: 0;
  bottom:0;
  
  z-index: 1;
  
  opacity:0;
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -o-transition: all 200ms ease;
  /* Opera */
  -ms-transition: all 200ms ease;
  /* IE9? */

  background-image: -webkit-linear-gradient(180deg ,rgba(0, 0, 0, 0) 0% ,rgba(0, 0, 0, 0) 52% ,rgba(0, 0, 0, 0) 52% ,rgba(0, 0, 0, 0.7) 100% );
  background-image:linear-gradient(180deg ,rgba(0, 0, 0, 0) 0% ,rgba(0, 0, 0, 0) 52% ,rgba(0, 0, 0, 0) 52% ,rgba(0, 0, 0, 0.7) 100% );
}
.dg-imagebox11:hover .pic::before{
  opacity:1;
  transition: all 675ms ease;
  -moz-transition: all 675ms ease;
  /* Firefox 4 */
  -webkit-transition: all 675ms ease;
  /* Safari and Chrome */
  -o-transition: all 675ms ease;
  /* Opera */
  -ms-transition: all 675ms ease;
  /* IE9? */
}
.dg-imagebox11 .content .title,
.dg-imagebox11 .content .info,
.dg-imagebox11 .content .excerpt{
  opacity: 0;
  transform: translateY(25px);
  -webkit-transform: translateY(25px);

  transition: all 200ms ease 0ms;
  /* Firefox 4 */
  -moz-transition-property: all 200ms ease 0ms;
  /* Safari 和 Chrome */
  -webkit-transition-property: all 200ms ease 0ms;
  /* Opera */
  -o-transition-property: all 200ms ease 0ms;
}
.dg-imagebox11:hover .content .title{
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 400ms ease 175ms;
  /* Firefox 4 */
  -moz-transition-property: all 400ms ease 175ms;
  /* Safari 和 Chrome */
  -webkit-transition-property: all 400ms ease 175ms;
  /* Opera */
  -o-transition-property: all 400ms ease 175ms;
}
.dg-imagebox11:hover .content .info,
.dg-imagebox11:hover .content .excerpt{
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 400ms ease 275ms;
  /* Firefox 4 */
  -moz-transition-property: all 400ms ease 275ms;
  /* Safari 和 Chrome */
  -webkit-transition-property: all 400ms ease 275ms;
  /* Opera */
  -o-transition-property: all 400ms ease 275ms;
}
.dg-imagebox11 .content .title,
.dg-imagebox11 .content .title a{
  color: #fff;
}
.dg-imagebox11 .content .info,
.dg-imagebox11 .content .info a{
  color: #f8f8f8;
}
.dg-imagebox11 .content .excerpt,
.dg-imagebox11 .content .excerpt a{
  color: #f8f8f8;
}


.dg-imagebox12 {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.dg-imagebox12 .pic{
  position: relative;
  height: 100%;
}
.dg-imagebox12 .content {
  opacity: 0;
  visibility: hidden;
}
.dg-imagebox12:hover .content {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: all 300ms ease-in 275ms;
  -moz-transition: all 300ms ease-in 275ms;
  /* Firefox 4 */
  -webkit-transition: all 300ms ease-in 275ms;
  /* Safari and Chrome */
  -o-transition: all 300ms ease-in 275ms;
  /* Opera */
  -ms-transition: all 300ms ease-in 275ms;
  /* IE9? */
}
.dg-imagebox12 .content:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.dg-imagebox12 .content .center {
  max-width: 90%;
  position: relative;
}
.dg-imagebox02 .content .center>*:last-child,
.dg-imagebox02 .content .center>*:last-child>.icon {
  margin: 0;
}
.dg-imagebox12 .bg {
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  /* Firefox 4 */
  -webkit-transition: all 300ms ease-in;
  /* Safari and Chrome */
  -o-transition: all 300ms ease-in;
  /* Opera */
  -ms-transition: all 300ms ease-in;
  /* IE9? */
}
.dg-imagebox12:hover .bg {
  bottom: 11px;
  right: 11px;
  left: 11px;
  top: 11px;
  visibility: visible;
  opacity: 1;
}
.dg-imagebox12 .isotope-img{
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: 	-moz-transform ease-in 300ms; /* Firefox 4 */
  -webkit-transition: -webkit-transform ease-in 300ms; /* Safari and Chrome */
  -o-transition: 		-o-transform ease-in 300ms; /* Opera */
  -ms-transition: 	-ms-transform ease-in 300ms; /* IE9? */
  transition: 		transform ease-in 300ms;
}
.img-zoom.dg-imagebox12:hover .isotope-img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.img-left-rotate.dg-imagebox12:hover .isotope-img {
  transform: scale(1.1) rotate(-5deg);
  -webkit-transform: scale(1.1) rotate(-5deg);
  -ms-transform: scale(1.1) rotate(-5deg);
}
.img-right-rotate.dg-imagebox12:hover .isotope-img {
  transform: scale(1.1) rotate(5deg);
  -webkit-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
}

.dg-imagebox13 {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.dg-imagebox13 .pic{
  position: relative;
  height: 100%;
}
.dg-imagebox13 .content {
  padding: 25px;
  top: auto;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in;
  /* Opera */
  -ms-transition: all 200ms ease-in;
  /* IE9? */
}
.dg-imagebox13:hover .content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 275ms ease-in;
  -moz-transition: all 275ms ease-in;
  /* Firefox 4 */
  -webkit-transition: all 275ms ease-in;
  /* Safari and Chrome */
  -o-transition: all 275ms ease-in;
  /* Opera */
  -ms-transition: all 275ms ease-in;
  /* IE9? */
}
.dg-imagebox13 .content .title,
.dg-imagebox13 .content .info,
.dg-imagebox13 .content .excerpt{
  opacity: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.dg-imagebox13:hover .content .title{
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 100ms ease-in 350ms;
  /* Firefox 4 */
  -moz-transition-property: all 100ms ease-in 350ms;
  /* Safari 和 Chrome */
  -webkit-transition-property: all 100ms ease-in 350ms;
  /* Opera */
  -o-transition-property: all 100ms ease-in 350ms;
}
.dg-imagebox13:hover .content .info,
.dg-imagebox13:hover .content .excerpt{
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 200ms ease-in 350ms;
  /* Firefox 4 */
  -moz-transition-property: all 200ms ease-in 350ms;
  /* Safari 和 Chrome */
  -webkit-transition-property: all 200ms ease-in 350ms;
  /* Opera */
  -o-transition-property: all 200ms ease-in 350ms;
}
.dg-imagebox13 .bg{
  opacity: 1;
  background-color: transparent;
}
.dg-imagebox13:hover .bg{
  opacity: 1;
  background-color: #20a3f0;
}

.dg-imagebox13 .isotope-img{
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: 	-moz-transform ease-in 300ms; /* Firefox 4 */
  -webkit-transition: -webkit-transform ease-in 300ms; /* Safari and Chrome */
  -o-transition: 		-o-transform ease-in 300ms; /* Opera */
  -ms-transition: 	-ms-transform ease-in 300ms; /* IE9? */
  transition: 		transform ease-in 300ms;
}
.img-zoom.dg-imagebox13:hover .isotope-img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.img-left-rotate.dg-imagebox13:hover .isotope-img {
  transform: scale(1.1) rotate(-5deg);
  -webkit-transform: scale(1.1) rotate(-5deg);
  -ms-transform: scale(1.1) rotate(-5deg);
}
.img-right-rotate.dg-imagebox13:hover .isotope-img {
  transform: scale(1.1) rotate(5deg);
  -webkit-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
}

.dg-imagebox14 {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.dg-imagebox14 .pic{
  position: relative;
  height: 100%;
}
.dg-imagebox14 .content {
  padding: 25px;
  top: auto;
  opacity:0;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0) 100%);
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  /* Firefox 4 */
  -webkit-transition: all 200ms ease-in;
  /* Safari and Chrome */
  -o-transition: all 200ms ease-in;
  /* Opera */
  -ms-transition: all 200ms ease-in;
  /* IE9? */
}

.dg-imagebox14:hover .content {
  opacity:1;
  transition: all 275ms ease-in;
  -moz-transition: all 275ms ease-in;
  /* Firefox 4 */
  -webkit-transition: all 275ms ease-in;
  /* Safari and Chrome */
  -o-transition: all 275ms ease-in;
  /* Opera */
  -ms-transition: all 275ms ease-in;
  /* IE9? */
}
.dg-imagebox14 .content .title,
.dg-imagebox14 .content .info,
.dg-imagebox14 .content .excerpt{
  opacity: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.dg-imagebox14:hover .content .title{
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 100ms ease-in 350ms;
  /* Firefox 4 */
  -moz-transition-property: all 100ms ease-in 350ms;
  /* Safari 和 Chrome */
  -webkit-transition-property: all 100ms ease-in 350ms;
  /* Opera */
  -o-transition-property: all 100ms ease-in 350ms;
}
.dg-imagebox14:hover .content .info,
.dg-imagebox14:hover .content .excerpt{
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 200ms ease-in 350ms;
  /* Firefox 4 */
  -moz-transition-property: all 200ms ease-in 350ms;
  /* Safari 和 Chrome */
  -webkit-transition-property: all 200ms ease-in 350ms;
  /* Opera */
  -o-transition-property: all 200ms ease-in 350ms;
}
.dg-imagebox14 .content .title,
.dg-imagebox14 .content .title a{
  color: #fff;
}
.dg-imagebox14 .content .info,
.dg-imagebox14 .content .info a{
  color: #f8f8f8;
}
.dg-imagebox14 .content .excerpt,
.dg-imagebox14 .content .excerpt a{
  color: #f8f8f8;
}
.dg-imagebox14 .isotope-img{
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: 	-moz-transform ease-in 300ms; /* Firefox 4 */
  -webkit-transition: -webkit-transform ease-in 300ms; /* Safari and Chrome */
  -o-transition: 		-o-transform ease-in 300ms; /* Opera */
  -ms-transition: 	-ms-transform ease-in 300ms; /* IE9? */
  transition: 		transform ease-in 300ms;
}
.img-zoom.dg-imagebox14:hover .isotope-img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.img-left-rotate.dg-imagebox14:hover .isotope-img {
  transform: scale(1.1) rotate(-5deg);
  -webkit-transform: scale(1.1) rotate(-5deg);
  -ms-transform: scale(1.1) rotate(-5deg);
}
.img-right-rotate.dg-imagebox14:hover .isotope-img {
  transform: scale(1.1) rotate(5deg);
  -webkit-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
}



.img-zoom[class*="dg-imagebox"] .pic,
.img-left-rotate[class*="dg-imagebox"] .pic,
.img-right-rotate[class*="dg-imagebox"] .pic{
  overflow: hidden;
}

.img-zoom[class*="dg-imagebox"] .pic img,
.img-left-rotate[class*="dg-imagebox"] .pic img,
.img-right-rotate[class*="dg-imagebox"] .pic img {
  transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  /* Firefox 4 */
  -webkit-transition: all 300ms ease-in;
  /* Safari and Chrome */
  -o-transition: all 300ms ease-in;
  /* Opera */
  -ms-transition: all 300ms ease-in;
  /* IE9? */
}

.img-zoom[class*="dg-imagebox"]:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.img-left-rotate[class*="dg-imagebox"]:hover .pic img {
  transform: scale(1.1) rotate(-5deg);
  -webkit-transform: scale(1.1) rotate(-5deg);
  -ms-transform: scale(1.1) rotate(-5deg);
}

.img-right-rotate[class*="dg-imagebox"]:hover .pic img {
  transform: scale(1.1) rotate(5deg);
  -webkit-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
}

.portfolios_isotope .center>a:hover {
  text-decoration: none;
}



[class *= "dg-imagebox"] .content.color-light .title,
[class *= "dg-imagebox"] .content.color-light .title a{
  color: #fff;
}
[class *= "dg-imagebox"] .content.color-light .info,
[class *= "dg-imagebox"] .content.color-light .info a{
  color: #f8f8f8;
}
[class *= "dg-imagebox"] .content.color-light .excerpt,
[class *= "dg-imagebox"] .content.color-light .excerpt a{
  color: #f8f8f8;
}

[class *= "dg-imagebox"] .content.color-dark .title,
[class *= "dg-imagebox"] .content.color-dark .title a{
  color: #333;
}
[class *= "dg-imagebox"] .content.color-dark .info,
[class *= "dg-imagebox"] .content.color-dark .info a{
  color: #666666;
}
[class *= "dg-imagebox"] .content.color-dark .excerpt,
[class *= "dg-imagebox"] .content.color-dark .excerpt a{
  /* color: #999999; */
}

[class*="dg-imagebox"] .icon{
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 14px;
  font-size:14px;
  transition: all 300ms ease-out 0ms;
  -moz-transition: all 300ms ease-out 0ms;
  /* Firefox 4 */
  -webkit-transition: all 300ms ease-out 0ms;
  /* Safari and Chrome */
  -o-transition: all 300ms ease-out 0ms;
  /* Opera */
  -ms-transition: all 300ms ease-out 0ms;
  /* IE9? */
}

[class*="dg-imagebox"] .icon-white {
  background-color: #FFF !important;
  color: #000 !important;
}

[class*="dg-imagebox"] .icon-black {
  background-color: #0b2e45 !important;
  color: #f5f5f5 !important;
}

[class*="dg-imagebox"] .icon-white:hover {
  background-color: #ddd !important;
  color: #666 !important;
}

[class*="dg-imagebox"] .icon-black:hover {
  background-color: #000 !important;
  color: #FFF !important;
}

[class*="dg-imagebox"] .owl-dots {
  margin-top: -35px;
  z-index: 100;
  position: absolute;
  text-align: center;
  top: 100%;
  left: 0;
  width: 100%;
}

[class*="dg-imagebox"] .owl-dots .owl-dot {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0 6px 3px;
  border: 1px solid transparent;
  position: relative;
  transition: border-color ease-in 200ms;
  -moz-transition: border-color ease-in 200ms;
  -webkit-transition: border-color ease-in 200ms;
  -o-transition: border-color ease-in 200ms;
  -ms-transition: border-color ease-in 200ms;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

[class*="dg-imagebox"] .owl-dots .owl-dot::after {
  content: "";
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  position: absolute;
  background-color: #dcdcdc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms;
}

[class*="dg-imagebox"] .owl-dots .owl-dot.active {
  border-color: #20a3f0;
  background-color: transparent;
}

[class*="dg-imagebox"] .owl-dots .owl-dot.active::after {
  background-color: #20a3f0;
}

[class*="dg-imagebox"] .owl-nav .owl-prev,
[class*="dg-imagebox"] .owl-nav .owl-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  opacity: 0;
  transition: all .2s ease 0s;
  width: 40px;
  height: 40px;
  line-height: 48px;
  font-size: 0;
  text-indent: -999px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin: -20px 0 0 0;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
}

[class*="dg-imagebox"]:hover .owl-nav .owl-prev,
[class*="dg-imagebox"]:hover .owl-nav .owl-next {
  opacity: 1;
}

[class*="dg-imagebox"] .owl-nav .owl-prev:hover,
[class*="dg-imagebox"] .owl-nav .owl-next:hover {
  background-color: #000;
}

[class*="dg-imagebox"]:hover .owl-nav .owl-prev {
  left: 10px;
}

[class*="dg-imagebox"]:hover .owl-nav .owl-next {
  right: 10px;
}

[class*="dg-imagebox"] .owl-nav .owl-prev {
  left: 0;
}

[class*="dg-imagebox"] .owl-nav .owl-next {
  right: 0;
}

[class*="dg-imagebox"] .owl-nav .owl-prev:before,
[class*="dg-imagebox"] .owl-nav .owl-next:before {
  content: "";
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  margin: -4px 0 0 -2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -ms-transform-origin: center center;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
}

[class*="dg-imagebox"] .owl-nav .owl-next:before {
  margin: -4px 0 0 -4px;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg)
}

/* Button */
/*default style*/

[class*="dg-btn-"] {
  color: #555;
  border-color: #555;
  background-color: #555;
  margin: 3px;
  white-space: nowrap;
  font-weight: 500;
  border: none;
  background-image: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
[class*="dg-btn-"].btn-white {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ffffff;
}
.dg-btn-1.btn-white, 
.dg-btn-1.btn-white:link, 
.dg-btn-1.btn-white:active, 
.dg-btn-1.btn-white:visited, 
.dg-btn-1.btn-white[type="button"], 
.dg-btn-3.btn-white, 
.dg-btn-3.btn-white:link, 
.dg-btn-3.btn-white:active, 
.dg-btn-3.btn-white:visited, 
.dg-btn-4.btn-white, 
.dg-btn-4.btn-white:link, 
.dg-btn-4.btn-white:active, 
.dg-btn-4.btn-white:visited, 
.dg-btn-2.btn-silver, 
.dg-btn-2.btn-silver:link, 
.dg-btn-2.btn-silver:active, 
.dg-btn-2.btn-silver:visited, 
.dg-btn-2.btn-silver[type="button"] {
  color: #333333;
}
[class*="dg-btn-"]:before {
  background-color: #555;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

[class*="dg-btn-"],
[class*="dg-btn-"]:link,
[class*="dg-btn-"]:before,
[class*="dg-btn-"]:link:before {
  -webkit-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
  transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
}

.body [class*="dg-btn-"]:hover {
  color: #222533;
  border-color: #222533;
  background: #222533;
}

.body [class*="dg-btn-"]:hover:before {
  background: #222533;
}


/*btn color*/


.dg-btn-1.font-dark,
.dg-btn-1.font-dark:link,
.dg-btn-1.font-dark:active,
.dg-btn-1.font-dark:visited,
.dg-btn-1.font-dark[type="button"],
.dg-btn-3.font-dark,
.dg-btn-3.font-dark:link,
.dg-btn-3.font-dark:active,
.dg-btn-3.font-dark:visited,
.dg-btn-4.font-dark,
.dg-btn-4.font-dark:link,
.dg-btn-4.font-dark:active,
.dg-btn-4.font-dark:visited{
  color: #333333;
}

/*btn color*/


/*btn Hover color*/


.body .dg-btn-1.font-hover-dark:hover,
.body .dg-btn-2.font-hover-dark:hover,
.body .dg-btn-3.font-hover-dark:hover,
.body .dg-btn-4.font-hover-dark:hover,
.body .dg-btn-5.font-hover-dark:hover {
  color: #333333!important;
}

/*btn hover color end*/

.dg-btn-1,
.dg-btn-1:link,
.dg-btn-1:active,
.dg-btn-1:visited,
.dg-btn-1[type="button"] {
  color: #FFF;
  display: inline-block;
  border: 1px solid transparent!important;
  background-size: 105%!important;
  background-position: center!important;
}

.body .dg-btn-1:hover {
  color: #FFF;
  text-decoration: none;
  background-position: right bottom;
}

.dg-btn-2,
.dg-btn-2:link,
.dg-btn-2:active,
.dg-btn-2:visited,
.dg-btn-2[type="button"],
.dg-btn-2[type="submit"] {
  border: 1px solid;
  background: transparent;
  display: inline-block;
}

.body .dg-btn-2:hover {
  color: #FFFFFF!important;
  text-decoration: none;
}

.dg-btn-3,
.dg-btn-3:link,
.dg-btn-3:active,
.dg-btn-3:visited,
.dg-btn-3[type="button"],
.dg-btn-3[type="submit"] {
  color: #FFF;
  border: 1px solid transparent!important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2)!important;
  display: inline-block;
  /* padding-bottom: 9px!important; */
  background-size: 105%!important;
  background-position: center!important;
}

.dg-btn-3.size-xs {
  /* padding-bottom: 3px!important; */
  border-bottom-width: 2px!important;
}

.dg-btn-3.size-sm {
  /* padding-bottom: 6px!important; */
  border-bottom-width: 2px!important;
}

.dg-btn-3.size-lg {
  /* padding-bottom: 11px!important; */
  border-bottom-width: 3px!important;
}

.dg-btn-3.size-xl {
  /* padding-bottom: 11px!important; */
  border-bottom-width: 4px!important;
}

.body .dg-btn-3:hover {
  color: #FFF;
  text-decoration: none;
}

.dg-btn-4 {
  border-color: #222533;
}

.dg-btn-4,
.dg-btn-4:link,
.dg-btn-4:active,
.dg-btn-4:visited,
.dg-btn-4[type="button"],
.dg-btn-4[type="submit"] {
  border-width: 1px;
  border-style: solid;
  position: relative;
  background: transparent;
  z-index: 1;
  color: #FFF;
  display: inline-block;
}

.dg-btn-4:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #222533;
  border-radius: inherit;
  -moz-border-radius: inherit;
  -webkit-border-radius: inherit;
}

.body .dg-btn-4:hover {
  color: #FFF;
  background: none!important;
  text-decoration: none;
}

.dg-btn-5,
.dg-btn-5:link,
.dg-btn-5:active,
.dg-btn-5:visited,
.dg-btn-5[type="button"],
.dg-btn-5[type="submit"] {
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 2px!important;
  background: transparent;
  display: inline-block;
  /* padding-bottom: 9px!important; */
}

.body .dg-btn-5:hover {
  color: #FFFFFF!important;
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.2)!important;
}

.dg-btn-5.size-xs {
  /* padding-bottom: 3px!important; */
  border-bottom-width: 2px!important;
}

.dg-btn-5.size-sm {
  /* padding-bottom: 6px!important; */
  border-bottom-width: 2px!important;
}

.dg-btn-5.size-lg {
  /* padding-bottom: 11px!important; */
  border-bottom-width: 3px!important;
}

.dg-btn-5.size-xl {
  /* padding-bottom: 11px!important; */
  border-bottom-width: 4px!important;
}
body .dg-btn-6{
padding: 0;
font-size: 14px;
display: inline-block;
background-color: transparent!important;
border-color: transparent!important;
}

.dg-btn-6:hover {
text-decoration: none;
}
.dg-btn-6.size-xs {
font-size: 11px!important;
}

.dg-btn-6.size-sm {
font-size: 13px!important;
}

.dg-btn-6.size-lg {
font-size: 16px!important;
}

.dg-btn-6.size-xl {
font-size: 18px!important;
}
.dg-btn-6 i{
  /*margin: auto!important;*/
}

body .dg-btn-7{
  padding: 0;
  padding-left: 0!important;
  padding-right: 0!important;
  font-size: 14px;
  display: inline-block;
  background-color: transparent!important;
  border-color: transparent!important;
}
.dg-btn-7 i{
  width: 2.18em!important;
  height: 2.18em;
  text-align:center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display:inline-block;
  background-color: #20a3fc;
  color: #FFF;
  vertical-align: middle;
  /* margin-bottom: 4px; */
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  display:inline-table;
}
.dg-btn-7 i:before{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%); 
  transform: translate(-50%,-50%);
  /* margin-left: 1px; */
}
.dg-btn-7 i.fa-caret-right:before{
  margin-left: 1px;
}
.dg-btn-7 i:after{
  content: "";
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
  z-index: -1;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation:dng-hotspot-effect 2s infinite;
  animation:dng-hotspot-effect 2s infinite;
}
.dg-btn-7:hover {
text-decoration: none;
}
.dg-btn-7.size-xs {
font-size: 11px!important;;
}
.dg-btn-7.size-sm {
font-size: 13px!important;;
}
.dg-btn-7.size-lg {
font-size: 16px!important;;
}
.dg-btn-7.size-xl {
font-size: 18px!important;;
}

.dg-btn-7.icon-left i{
  margin-right: 1.1em;
}
.dg-btn-7.icon-right i{
  margin-left: 1.1em;
}
   


.dg-btn-default {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  color: #666666;
}

.dg-btn-default:hover {
  color: #FFFFFF!important;
}


[class*="dg-btn-"].size-xs {
  /* padding: 6px 10px 4px; */
  padding: 0 10px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
  /* height: auto; */
  height: 28px;
}

[class*="dg-btn-"].size-sm {
  /* padding: 7px 16px; */
  padding: 0 16px;
  font-size: 13px;
  line-height: 1.5;
  /* height: auto; */
  height: 35px;
}

[class*="dg-btn-"] {
  padding: 0 20px;
  font-size: 13px;
  line-height: 1.4;
  height: 40px;
}

[class*="dg-btn-"].size-lg {
  /* padding: 13px 26px; */
  padding: 0 26px;
  font-size: 14px;
  line-height: 1.3;
  /* height: auto; */
  height: 46px;
}

[class*="dg-btn-"].size-xl {
  /* padding: 15px 30px 14px; */
  padding: 0 30px;
  font-size: 15px;
  line-height: 1.3;
  /* height: auto; */
  height: 50px;
}

.mr {
  margin-right: 5px;
}

.ml {
  margin-left: 5px;
}

[class*="dg-btn-"].size-xs .mr {
  margin-right: 2px;
}

[class*="dg-btn-"].size-sm .mr {
  margin-right: 3px;
}

[class*="dg-btn-"] .mr {
  margin-right: 5px;
}

[class*="dg-btn-"].size-lg .mr {
  margin-right: 6px;
}

[class*="dg-btn-"].size-xl .mr {
  margin-right: 7px;
}

[class*="dg-btn-"].size-xs .ml {
  margin-left: 2px;
}

[class*="dg-btn-"].size-sm .ml {
  margin-left: 3px;
}

[class*="dg-btn-"] .ml {
  margin-left: 5px;
}

[class*="dg-btn-"].size-lg .ml {
  margin-left: 6px;
}

[class*="dg-btn-"].size-xl .ml {
  margin-left: 7px;
}

[class*="dg-btn-"].ico-line {
  position: relative;
}

[class*="dg-btn-"].ico-line .fa {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 10px 16px;
  font-size: inherit;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}

[class*="dg-btn-"].ico-line .fa:after {
  content: "";
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

[class*="dg-btn-"].ico-line .fa:before {
  display: inline-block;
  vertical-align: middle;
}

[class*="dg-btn-"].size-xs.ico-line {
  padding-left: 27px;
  padding-right: 5px;
}

[class*="dg-btn-"].size-xs.ico-line .fa {
  padding: 0px 5px;
  line-height: 20px;
}

[class*="dg-btn-"].size-sm.ico-line {
  padding-left: 43px;
  padding-right: 10px;
}

[class*="dg-btn-"].size-sm.ico-line .fa {
  padding: 0px 10px;
  line-height: 28px;
}

[class*="dg-btn-"].ico-line {
  padding-left: 47px;
  padding-right: 12px;
}

[class*="dg-btn-"].ico-line .fa {
  padding: 0px 12px;
  line-height: 36px;
}

[class*="dg-btn-"].size-lg.ico-line {
  padding-left: 68px;
  padding-right: 16px;
}

[class*="dg-btn-"].size-lg.ico-line .fa {
  padding: 0px 16px;
  line-height: 44px;
}

[class*="dg-btn-"].size-xl.ico-line {
  padding-left: 88px;
  padding-right: 22px;
}

[class*="dg-btn-"].size-xl.ico-line .fa {
  padding: 0px 22px;
  line-height: 52px;
}

[class*="dg-btn-"].ico-box {
  position: relative;
  overflow: hidden;
}

[class*="dg-btn-"].ico-box .fa {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 10px 16px;
  font-size: inherit;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2)
}

[class*="dg-btn-"].ico-box .fa:before {
  display: inline-block;
  vertical-align: middle;
}

[class*="dg-btn-"].size-xs.ico-box {
  padding-left: 27px;
  padding-right: 5px;
}

[class*="dg-btn-"].size-xs.ico-box .fa {
  padding: 0px 5px;
  line-height: 20px;
}

[class*="dg-btn-"].size-sm.ico-box {
  padding-left: 43px;
  padding-right: 10px;
}

[class*="dg-btn-"].size-sm.ico-box .fa {
  padding: 0px 10px;
  line-height: 28px;
}

[class*="dg-btn-"].ico-box {
  padding-left: 47px;
  padding-right: 12px;
}

[class*="dg-btn-"].ico-box .fa {
  padding: 0px 12px;
  line-height: 36px;
}

[class*="dg-btn-"].size-lg.ico-box {
  padding-left: 68px;
  padding-right: 16px;
}

[class*="dg-btn-"].size-lg.ico-box .fa {
  padding: 0px 16px;
  line-height: 44px;
}

[class*="dg-btn-"].size-xl.ico-box {
  padding-left: 88px;
  padding-right: 22px;
}

[class*="dg-btn-"].size-xl.ico-box .fa {
  padding: 0px 22px;
  line-height: 52px;
}

[class*="dg-btn-"].border-1px {
  border-width: 1px;
}

[class*="dg-btn-"].border-2px {
  border-width: 2px;
}

[class*="dg-btn-"].border-3px {
  border-width: 3px;
}

[class*="dg-btn-"].border-3px:before,
[class*="dg-btn-"].border-4px:before {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}

[class*="dg-btn-"].border-4px {
  border-width: 4px;
}

[class*="dg-btn-"].border-5px {
  border-width: 5px;
}

[class*="dg-btn-"].border-5px:before,
[class*="dg-btn-"].border-6px:before {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
}

[class*="dg-btn-"].border-6px {
  border-width: 6px;
}

[class*="dg-btn-"].radius-1px {
  border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
}

[class*="dg-btn-"].radius-2px {
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
}

[class*="dg-btn-"].radius-3px {
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}

[class*="dg-btn-"].radius-4px {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}

[class*="dg-btn-"].radius-5px {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

[class*="dg-btn-"].radius-6px {
  border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
}

[class*="dg-btn-"].radius-7px {
  border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
}

[class*="dg-btn-"].radius-8px {
  border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
}

[class*="dg-btn-"].radius-9px {
  border-radius: 9px !important;
  -moz-border-radius: 9px !important;
  -webkit-border-radius: 9px !important;
}

[class*="dg-btn-"].radius-10px {
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}

[class*="dg-btn-"].radius-15px {
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}

[class*="dg-btn-"].radius-semi-circle {
  border-radius: 1000px !important;
  -moz-border-radius: 1000px !important;
  -webkit-border-radius: 1000px !important;
}

[class*="dg-btn-"].radius-100 {
  border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
}


[class*="dg-btn-"]:after{
  content:'';
  width:0;
  height:100%;
  display:inline-block;
  vertical-align:middle;
}
[class*="dg-btn-"] *{
  vertical-align:middle;
  display:inline-block;
}

/* */

.button-list {
  margin: 0 4%;
  padding: 0;
  list-style: none;
}

.button-list li {
  width: 128px;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}

.button-list li span {
  display: block;
}


/*Icon Animation*/

.icon-right > i{
  width: 1.1em;
  font-size: 1em;
  margin-left: 0.7em;
  text-align: center;
}

.icon-left > i{
  width: 1.1em;
  font-size: 1em;
  margin-right: 0.6em;
  text-align: center;
}

.icon-out  > i,
.icon-out>span,
.icon-in  > i,
.icon-in>span {
  -moz-transition: -moz-transform ease-in 200ms, opacity ease-in 200ms, visibility ease-in 200ms;
  -webkit-transition: -webkit-transform ease-in 200ms, opacity ease-in 200ms, visibility ease-in 200ms;
  -o-transition: -o-transform ease-in 200ms, opacity ease-in 200ms, visibility ease-in 200ms;
  -ms-transition: -ms-transform ease-in 200ms, opacity ease-in 200ms, visibility ease-in 200ms;
  transition: transform ease-in 200ms, opacity ease-in 200ms, visibility ease-in 200ms;
  display: inline-block;
}

.icon-out.icon-right:hover >i,
.icon-in.icon-right >i{
  transform: translateX(0.9em);
  -webkit-transform: translateX(0.9em);
  opacity: 0;
  visibility: hidden;
}

.icon-out.icon-right:hover>span,
.icon-in.icon-right>span {
  transform: translateX(0.9em);
  -webkit-transform: translateX(0.9em);
}

.icon-out.icon-left:hover > i,
.icon-in.icon-left > i{
  transform: translateX(-0.9em);
  -webkit-transform: translateX(-0.9em);
  opacity: 0;
  visibility: hidden;
}

.icon-out.icon-left:hover>span,
.icon-in.icon-left>span {
  transform: translateX(-0.9em);
  -webkit-transform: translateX(-0.9em);
}

.icon-in.icon-right:hover > i,
.icon-in.icon-left:hover > i{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.icon-in.icon-right:hover>span,
.icon-in.icon-left:hover>span {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

@-webkit-keyframes icon-bounce {
  0%,
  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  50% {
      -webkit-transform: translateX(5px);
      transform: translateX(5px);
  }
}

@keyframes icon-bounce {
  0%,
  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  50% {
      -webkit-transform: translateX(5px);
      transform: translateX(5px);
  }
}

@-webkit-keyframes icon-bounce-left {
  0%,
  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  50% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
  }
}

@keyframes icon-bounce-left {
  0%,
  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  50% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
  }
}

.icon-bounce > i:before{
  position: relative;
  display: inline-block;
  -webkit-animation: icon-bounce .85s linear infinite;
  animation: icon-bounce .85s linear infinite;
}

.icon-bounce.icon-left > i:before{
  -webkit-animation: icon-bounce-left .85s linear infinite;
  animation: icon-bounce-left .85s linear infinite;
}


/*table*/

.option-table>thead>tr>th {
  vertical-align: top;
}

.option-table {
  vertical-align: top;
}

.option-table td,
.option-table th {
  vertical-align: top;
}

.option-table td {
  text-align: center;
  vertical-align: middle!important;
}

.option-table tr td:first-child {
  text-align: left;
}

.option-table .fa-check {
  color: #090
}

.option-table .fa-close {
  color: #C00
}

.option-table table td {
  text-align: left;
  padding: 0 10px 3px 0;
}

.dg-btn-1.hover-accent:hover,
.dg-btn-4.hover-accent:hover,
.dg-btn-3.hover-accent:hover {
  color: #FFF!important;
}

.dg-btn-2.hover-accent:hover,
.dg-btn-4.hover-accent:hover,
.dg-btn-5.hover-accent:hover {}

.dg-btn-1.btn-accent,
.dg-btn-4.btn-accent,
.dg-btn-3.btn-accent {
  color: #FFF;
}

.dg-btn-2.btn-accent,
.dg-btn-4.btn-accent,
.dg-btn-5.btn-accent {
  background-color: transparent;
}

.dg-btn-1.hover-custom:hover,
.dg-btn-4.hover-custom:hover,
.dg-btn-3.hover-custom:hover {
  color: #FFF!important;
}


.dg-btn-2.hover-custom:hover,
.dg-btn-4.hover-custom:hover,
.dg-btn-5.hover-custom:hover {}

.dg-btn-1.btn-custom,
.dg-btn-4.btn-custom,
.dg-btn-3.btn-custom {
  color: #FFF;
}

.dg-btn-2.btn-custom,
.dg-btn-4.btn-custom,
.dg-btn-5.btn-custom {
  background-color: transparent;
}

[class*="dg-btn-"].hover-white:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ffffff;
}
[class*="dg-btn-"].hover-white:hover:before {
  background-color: #ffffff;
}
.dg-btn-1.hover-white:hover,
.dg-btn-2.hover-white:hover,
.dg-btn-3.hover-white:hover,
.dg-btn-4.hover-white:hover,
.dg-btn-5.hover-white:hover {
  color: #333333!important;
}

/* Style Icon List */
.icon-list a{
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5;
  text-align: center;  
  text-decoration: none;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}
.icon-list a:last-child{
  margin-right: 0 !important;
}
.icon-list.xs-size{
  font-size: 14px;
}
.icon-list.xs-size.default-style{
  font-size: 16px;
}
.icon-list.sm-size{
  font-size: 16px;
}
.icon-list.sm-size.default-style{
  font-size: 18px;
}
.icon-list.md-size{
  font-size: 18px;
}
.icon-list.md-size.default-style{
  font-size: 20px;
}
.icon-list.default-style a{
    color: #333;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin-right: 0.75em;
}
.icon-list.default-style.text-right a{
  margin-right: 0;
  margin-left: 0.75em;
}
.icon-list.border-style a{
    color: #333333;
    border: 1px solid #333;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.icon-list.border-style.text-right a{
  margin-right: 0;
  margin-left: 0.5;
}
.icon-list.bg-style a{
    color: #FFF;
    background-color: #333;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.icon-list.bg-style.text-right a{
  margin-right: 0;
  margin-left: 0.5em;
}
.icon-list.bg-style a:hover span{
  -webkit-animation: toTopFromBottom 0.3s linear both;
  -moz-animation: toTopFromBottom 0.3s linear both;
  animation: toTopFromBottom 0.3s linear both;
  display: inline-block;
}
/* End Icon Lise */
/*animation */
.delay_100{-webkit-animation-delay:.1s!important;animation-delay:.1s!important}
.delay_200{-webkit-animation-delay:.2s!important;animation-delay:.2s!important}
.delay_300{-webkit-animation-delay:.3s!important;animation-delay:.3s!important}
.delay_400{-webkit-animation-delay:.4s!important;animation-delay:.4s!important}
.delay_500{-webkit-animation-delay:.5s!important;animation-delay:.5s!important}
.delay_600{-webkit-animation-delay:.6s!important;animation-delay:.6s!important}
.delay_700{-webkit-animation-delay:.7s!important;animation-delay:.7s!important}
.delay_800{-webkit-animation-delay:.8s!important;animation-delay:.8s!important}
.delay_900{-webkit-animation-delay:.9s!important;animation-delay:.9s!important}
.delay_1000{-webkit-animation-delay:1s!important;animation-delay:1s!important}
.delay_1100{-webkit-animation-delay:1.1s!important;animation-delay:1.1s!important}
.delay_1200{-webkit-animation-delay:1.2s!important;animation-delay:1.2s!important}
/*vc fadeInUp fadeInLeft fadeInBottom fadeInRight*/
@-webkit-keyframes dng-fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0)
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes dng-fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0)
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}
html .fadeInDown {
  -webkit-animation-name: dng-fadeInDown;
  animation-name: dng-fadeInDown;
  -webkit-animation-timing-function:cubic-bezier(.31,0.92,.31,0.92);
  animation-timing-function:cubic-bezier(.31,0.92,.31,0.92);
}


@-webkit-keyframes dng-fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-30px, 0, 0);
      transform: translate3d(-30px, 0, 0)
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes dng-fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-30px, 0, 0);
      transform: translate3d(-30px, 0, 0)
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}
html .fadeInLeft {
  -webkit-animation-name: dng-fadeInLeft;
  animation-name: dng-fadeInLeft;
  -webkit-animation-timing-function:cubic-bezier(.31,0.92,.31,0.92);
  animation-timing-function:cubic-bezier(.31,0.92,.31,0.92);
}

@-webkit-keyframes dng-fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(30px, 0, 0);
      transform: translate3d(30px, 0, 0)
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes dng-fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(30px, 0, 0);
      transform: translate3d(30px, 0, 0)
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}
html .fadeInRight {
  -webkit-animation-name: dng-fadeInRight;
  animation-name: dng-fadeInRight;
  -webkit-animation-timing-function:cubic-bezier(.31,0.92,.31,0.92);
  animation-timing-function:cubic-bezier(.31,0.92,.31,0.92); 
}

@-webkit-keyframes dng-fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0)
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}
@keyframes dng-fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0)
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

html .fadeInUp {
  -webkit-animation-name: dng-fadeInUp;
  animation-name: dng-fadeInUp;
  -webkit-animation-timing-function:cubic-bezier(.31,0.92,.31,0.92);
  animation-timing-function:cubic-bezier(.31,0.92,.31,0.92);
}
.wpb_animate_when_almost_visible.animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;

}
html .fadeIn {
  -webkit-animation-timing-function:cubic-bezier(.31,0.92,.31,0.92);
  animation-timing-function:cubic-bezier(.31,0.92,.31,0.92);
}

@-webkit-keyframes dng-clipY {
  0% {
    opacity: 1;
      -webkit-transform: translate3d(0, 150%, 0);
      transform: translate3d(0, 150%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0,0, 0)
}
}
@keyframes dng-clipY  {
  0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 150%, 0);
      transform: translate3d(0, 150%, 0)
  }
  100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

html .clipY {
  -webkit-animation-name: dng-clipY;
  animation-name: dng-clipY;
  -webkit-animation-timing-function:cubic-bezier(.31,0.92,.31,0.92);
  animation-timing-function:cubic-bezier(.31,0.92,.31,0.92);
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0)
}

.wpb_animate_when_almost_visible.wpb_none,
.wpb_animate_when_almost_visible.none{
    opacity:1;
    filter: alpha(opacity=1);
}
.clip-wrap{
  vertical-align: middle;
}
.clip-wrap .clipY{
  opacity: 1;
}

/*Hotspot*/
.dng-hotspot{
  position: relative;
  text-align: center;
}
.dng-hotspot img{
  max-width: 100%;
}
.dng-hotspot .hotspot-img-box{
  display:inline-block;
  position:relative;
  max-width: 100%;
}

.dng-hotspot .hotspot-item{
  position: absolute;
  top: 0;
  left:0;
  z-index: 5;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: left;
}
.dng-hotspot .hotspot-item.active{
  z-index:10
}
.dng-hotspot .hotspot-item .dot{
  width: 30px;
  height: 30px;
  font-size:16px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color:#FFF;
  cursor: pointer;
  line-height: 30px;
}

@-webkit-keyframes dng-hotspot-effect {
  0% {
      opacity: .8;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  75% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  } 
}
@keyframes dng-hotspot-effect {
  0% {
      opacity:.8;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  75% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.dng-hotspot .hotspot-item .dot:after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: inherit;
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
  -webkit-animation:dng-hotspot-effect 2s infinite;
  animation:dng-hotspot-effect 2s infinite;
}


.dng-hotspot .hotspot-item .dot > .arrow{
  border:6px solid transparent;
  position: absolute;
  display: none;
  z-index: 15;
  color:#FFF;
}
.dng-hotspot .hotspot-item .dot .number{
  text-align: center;
  font-style: normal;
  font-size:14px;
}
.dng-hotspot .hotspot-item .dot .icon{
  display: inline-block;
  vertical-align:middle;
  margin: 0 0 2px;
  line-height: 1;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
}

.dng-hotspot .hotspot-item .dot .plus{
  position:absolute;
  top:50%;
  left:50%;
  width:13px;
  height:13px;
  margin: -5px 0 0 -6px;
  -webkit-transform-origin: center; 
  transform-origin: center; 
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.dng-hotspot .hotspot-item .dot .plus:after{
  content:"";
  width:12px;
  border-bottom:2px solid #FFF;
  position:absolute;
  top:5px;
  left:0px;

}
.dng-hotspot .hotspot-item .dot .plus:before{
  content:"";
  height:12px;
  border-left:2px solid #FFF;
  position:absolute;
  top:0px;
  left:5px;
}


.dng-hotspot .hotspot-item.active .dot .plus{
  -webkit-transform: rotate(45deg);
  transform:rotate(45deg);

}

.dng-hotspot .hotspot-item .hotspot-content{
  display:none;
  position: absolute;
}
.dng-hotspot .hotspot-content{
  width: 300px;
  z-index: 12;
  overflow: hidden;
  overflow-y:auto;
}


.dng-hotspot .dir-top:not(.inversion) .hotspot-content,
.dng-hotspot .dir-bottom.inversion .hotspot-content{
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 12px;
}
.dng-hotspot .dir-top:not(.inversion) .dot > .arrow,
.dng-hotspot .dir-bottom.inversion .dot > .arrow{
  bottom: 100%;
  left:50%;
  margin-left: -6px;
  border-color:transparent;
  border-top-color:inherit;
}
.dng-hotspot .dir-right:not(.inversion) .hotspot-content,
.dng-hotspot .dir-left.inversion .hotspot-content{
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 12px;
}
.dng-hotspot .dir-right:not(.inversion) .dot > .arrow,
.dng-hotspot .dir-left.inversion .dot > .arrow{
  left: 100%;
  top:50%;
  margin-top: -6px;
  border-color:transparent;
  border-right-color:inherit;
}
.dng-hotspot .dir-bottom:not(.inversion) .hotspot-content,
.dng-hotspot .dir-top.inversion .hotspot-content{
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 12px;
}
.dng-hotspot .dir-bottom:not(.inversion) .dot > .arrow,
.dng-hotspot .dir-top.inversion .dot > .arrow{
  top: 100%;
  left:50%;
  margin-left: -6px;
  border-color:transparent;
  border-bottom-color:inherit;
}
.dng-hotspot .dir-left:not(.inversion) .hotspot-content,
.dng-hotspot .dir-right.inversion .hotspot-content{
  right:100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 12px;
}
.dng-hotspot .dir-left:not(.inversion) .dot > .arrow,
.dng-hotspot .dir-right.inversion .dot > .arrow{
  right: 100%;
  top:50%;
  margin-top: -6px;
  border-color:transparent;
  border-left-color:inherit;
}




.hotspot-item.active{
  z-index:10; 
}
.mfp-content .hotspot-content{
  width: auto!important;
  max-width:inherit!important;
  max-height: inherit!important;
  display: block!important;
  margin: 15px;
  
}
.hotspot-content > *{
  line-height:26px;
}
.hotspot-content{
  -webkit-box-shadow:0 0 10px rgba(0,0,.2);
  box-shadow:0 0 10px rgba(0,0,0,.2);
  padding:25px;
  -webkit-border-radius:3px;
  border-radius: 3px;
}
.hotspot-content .title{
  margin:0px 0px 12px;
}

.hotspot-content{
  background-color:#FFFFFF;
}
.hotspot-content + .dot .arrow{
  color:#ffffff;
}
.hotspot-content .title{
  color:#333333;
}
.hotspot-content .description{
  color:#666666;
}
.hotspot-content .mfp-close{
  top:15px!important;
  right:15px!important;
}

.hotspot-content.color-dark{
  background-color:#333333;
}
.hotspot-content.color-dark + .dot .arrow{
  color:#333333;
}

.dng-hotspot .position-top:not(.inversion) .color-dark + .dot > .arrow,
.dng-hotspot .position-bottom.inversion .color-dark + .dot > .arrow{
  border-top-color:#333333;
}
.dng-hotspot .position-right:not(.inversion) .color-dark + .dot > .arrow,
.dng-hotspot .position-left.inversion .color-dark + .dot > .arrow{
  border-right-color:#333333;
}
.dng-hotspot .position-bottom:not(.inversion) .color-dark + .dot > .arrow,
.dng-hotspot .position-top.inversion .color-dark + .dot > .arrow{
  border-bottom-color:#333333;
}
.dng-hotspot .position-left:not(.inversion) .color-dark + .dot > .arrow,
.dng-hotspot .position-right.inversion .color-dark + .dot > .arrow{
  border-left-color:#333333;
}


.hotspot-content.color-dark .title{
  color:#ffffff;

}
.hotspot-content.color-dark .description{
  color:#ffffff;
}
  

@media only screen and (max-width: 767px) {
  .hotspot-content{
    background-color: #FFF!important;
    text-align: left!important;
  }
  .hotspot-content + .dot .arrow{
    color:#ffffff!important;
  }
  .hotspot-content .title{
    color:#333333!important;
  }
  .hotspot-content .description{
    color:#666666!important;
  }
}


/*dng-cascading-images*/
.dng-cascading-images,
.dng-cascading-box{
   position:relative;
   margin: auto;
}
.dng-cascading-box.overflowhidden .dng-cascading-images{
  overflow: hidden;
}

.dng-cascading-images:after{
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}
.dng-cascading-images .img-item{
  position: absolute;
  float: left;
  top: 50%;
  left:50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index:4;
  text-align: center;
}
.dng-cascading-images .img-item .img-position{
  margin:auto;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.dng-cascading-images img{
  max-width: 100%;
}
.dng-cascading-images .img-item:first-child{
  position:relative;
  top: 0%;
  left:0%;
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
}

.dng-cascading-images .shadow-size-xs img{
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.15);
  box-shadow:0 0 10px rgba(0,0,0,0.15);
}
.dng-cascading-images .shadow-size-sm img{
  -webkit-box-shadow:0 0 15px rgba(0,0,0,0.15);
  box-shadow:0 0 15px rgba(0,0,0,0.15);
}
.dng-cascading-images .shadow-size-lg img{
  -webkit-box-shadow:0 0 30px rgba(0,0,0,0.15);
  box-shadow:0 0 30px rgba(0,0,0,0.15);
}
.dng-cascading-images .shadow-size-xl img{
  -webkit-box-shadow:0 0 50px rgba(0,0,0,0.15);
  box-shadow:0 0 50px rgba(0,0,0,0.15);
}
.dng-cascading-images .shadow-size-xxl img{
  -webkit-box-shadow:0 0 100px rgba(0,0,0,0.15);
  box-shadow:0 0 100px rgba(0,0,0,0.15);
}
@media only screen and (max-width: 991px) {

  .dng-cascading-images .shadow-size-lg img{
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.15);
    box-shadow:0 0 15px rgba(0,0,0,0.15);
  }
  .dng-cascading-images .shadow-size-xl img{
    -webkit-box-shadow:0 0 25px rgba(0,0,0,0.15);
    box-shadow:0 0 25px rgba(0,0,0,0.15);
  }
  .dng-cascading-images .shadow-size-xxl img{
    -webkit-box-shadow:0 0 50px rgba(0,0,0,0.15);
    box-shadow:0 0 50px rgba(0,0,0,0.15);
  }
}

@media only screen and (max-width: 767px) {
  .dng-cascading-images .shadow-size-lg img{
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.15);
    box-shadow:0 0 15px rgba(0,0,0,0.15);
  }
  .dng-cascading-images .shadow-size-xl img{
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.15);
    box-shadow:0 0 20px rgba(0,0,0,0.15);
  }
  .dng-cascading-images .shadow-size-xxl img{
    -webkit-box-shadow:0 0 30px rgba(0,0,0,0.15);
    box-shadow:0 0 30px rgba(0,0,0,0.15);
  }
}


.dng-cascading-box .dng-cascading-water{
  pointer-events:none;
}
.dng-cascading-box .dng-cascading-water .dot{
 background-color:inherit;
}
.dng-cascading-box .dng-cascading-water .water{
  position: absolute;
  top:50%;
  left:50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center;
}

.dng-cascading-box .dng-cascading-water.animated .water:after,
.dng-cascading-box .dng-cascading-water.animated .water:before,
.dng-cascading-box .dng-cascading-water.animated .water .dot:after,
.dng-cascading-box .dng-cascading-water.animated .water .dot:before{
	content:"";
	background-color:inherit;
	position:absolute;
	opacity:0;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
  -webkit-animation: water 3s ease-out;  
  -moz-animation: water 3s ease-out;  
  animation: water 3s ease-out; 
  -webkit-animation-iteration-count: infinite;  
  -moz-animation-iteration-count: infinite;  
  animation-iteration-count: infinite;  
  padding: 0 40% 40% 0;
  margin: -20% 0 0 -20%;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center;
}
.dng-cascading-box .dng-cascading-water.animated .water:after{
  -webkit-animation-delay:300ms;  
  -moz-animation-delay:300ms;  
  animation-delay:300ms;  
}
.dng-cascading-box .dng-cascading-water.animated .water:before{
  -webkit-animation-delay:660ms;  
  -moz-animation-delay:660ms;  
  animation-delay:660ms;  
}
.dng-cascading-box .dng-cascading-water.animated .water .dot:after{
  -webkit-animation-delay:1020ms;  
  -moz-animation-delay:1020ms;  
  animation-delay:1020ms;  
}
.dng-cascading-box .dng-cascading-water.animated .water .dot:before{
  -webkit-animation-delay:1380ms;  
  -moz-animation-delay:1380ms;  
  animation-delay:1380ms;  
}

/*text-bg*/
.text-bg-right-250{
  position: absolute;
  bottom: 8%;
  font-size: 250px;
  color: #ebebeb;
  font-weight: 700;
  top: auto;
  line-height: 1;
  right: -5%;
  opacity: .3;
  letter-spacing: 0.1em;
  pointer-events:none
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-bg-right-250{
    font-size: 200px
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-bg-right-250{
    font-size: 140px
  }
}

@media only screen and (max-width: 767px) {
  .text-bg-right-250{
    font-size: 70px
  }
}
.text-bg-left-230{
  position: absolute;
  bottom: 10%;
  font-size: 230px;
  color: #ebebeb;
  font-weight: 700;
  top: auto;
  left: 0%;
  line-height: 1;
  opacity: .6;
  letter-spacing: 0.1em;
  pointer-events:none
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-bg-left-230{
    font-size: 180px
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-bg-left-230{
    font-size: 120px
  }
}
@media only screen and (max-width: 767px) {
  .text-bg-left-230{
    font-size: 60px
  }
}


.text-bg-top-160{
  position: absolute;
  top: -1%;
  left:88%;
  font-size: 160px;
  color: #f7f7f7;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.text-bg-top-160{
  font-size: 120px
}
}

@media only screen and (max-width: 991px) {
.text-bg-top-160{
  font-size: 60px;
  left:0;
  top:100%;
  display: none;
}
}



.text-bg-left-top-160{
  position: absolute;
  top: -1%;
  left:-30px;
  font-size: 160px;
  color: #f7f7f7;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.text-bg-left-top-160{
  font-size: 120px
}
}

@media only screen and (max-width: 991px) {
.text-bg-left-top-160{
  font-size: 60px;
  left:0;
}
}

/*dng-play*/
.dng-play-box{
  position: relative;
  display: inline-block;
}
.dng-play-button span{
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position:relative;
  font-size: 22px;
  z-index:2;
}
.dng-play-button span i{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.dng-play-button span i.fa-caret-right{
  -webkit-transform: translate(-25%,-50%);
  transform: translate(-25%,-50%);
}

.dng-play-button {
  color: #fff;
}
.dng-play-button:link,
.dng-play-button:active,
.dng-play-button:visited,
.dng-play-button:hover{
  color: #333;
}
 .dng-play-button span:after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: inherit;
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
  -webkit-animation:dng-hotspot-effect 2s infinite;
  animation:dng-hotspot-effect 2s infinite;
}


.dng-play-box.size-xs .dng-play-button span{
  width: 24px;
  height: 24px;
  font-size: 12px;

}
.dng-play-box.size-sm .dng-play-button span{
  width: 32px;
  height: 32px;
  font-size: 16px;
}

.dng-play-box.size-lg .dng-play-button span{
  width: 64px;
  height: 64px;
  font-size:28px;
}
.dng-play-box.size-xl .dng-play-button span{
  width: 80px;
  height: 80px;
  font-size: 34px;
}

.dng-play-box img{
  max-width: 100%;
}
.dng-play-box.has-image .dng-play-button span{
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
 
.dng-play-box .mask-layer{
  position:absolute;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
}

.dng-play-box.has-image.hover-buttton .dng-play-button span,
.dng-play-box.has-image.hover-buttton .mask-layer{
  opacity: 0;
	-webkit-transition: opacity ease-in 200ms; /* Safari and Chrome */
  transition: 		opacity ease-in 200ms;
}
.dng-play-box.has-image.hover-buttton:hover .dng-play-button span,
.dng-play-box.has-image.hover-buttton:hover .mask-layer{
  opacity: 1;
}
.dng-play-box.has-image.imagelink .dng-play-button{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
}






.swiper-container .swiper-slide .item{
  text-align: initial;
}