
.dng-main{
	 background:#000000;  	   
}

.fullpage-opacity-0{
    opacity: 0!important;
}

        .container{
        width: 1170px;
    }
    .d-wrapper .is-container{
        max-width: 1170px;	
    }
    .col-left-full {
        margin-right: calc( (100% - 1170px) /2 )!important;
    }
    .col-right-full {
        margin-left: calc( (100% - 1170px) /2 )!important;
    }
    @media only screen and (min-width: 1600px) {
        .container{
            width: 1440px;
        }	
        .d-wrapper .is-container{
            max-width: 1440px;	
        }
     
        .col-left-full {
            margin-right: calc( (100% - 1440px) /2 )!important;
        }
        .col-right-full {
            margin-left: calc( (100% - 1440px) /2 )!important;
        }
    }
    @media only screen and (max-width: 1199px) {	
        .container{
            width: 970px;
        }	
        .d-wrapper .is-container{
            max-width: 970px;	
        }

        .col-left-full {
            margin-right: calc( (100% - 970px) /2 )!important;
        }
        .col-right-full {
            margin-left: calc( (100% - 970px) /2 )!important;
        }
   }	
    @media only screen and (max-width: 991px)  {
        .container{
            width: 750px;
        }
        .d-wrapper .is-container{
            max-width: 750px;	
        }

        .col-left-full {
            margin-right: calc( (100% - 750px) /2 )!important;
        }
        .col-right-full {
            margin-left: calc( (100% - 750px) /2 )!important;
        }
   }
    @media only screen and (max-width: 767px) {
        .container{
            width: auto;
        }
        .d-wrapper .is-container{
            max-width: auto;	
        }

        .col-left-full {
            margin-right: calc( (100% - auto) /2 )!important;
        }
        .col-right-full {
            margin-left: calc( (100% - auto) /2 )!important;
        }
         
    }


#dnn_content{
    padding-top:0!important;
    padding-bottom: 0!important;
}






/* Style */


.anchor-dots{
    position: fixed;
    z-index: 4;
    left: 17px;
    opacity: 1;
    margin: 0!important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.anchor-dots.right{
    left: auto;
    right: 17px;
}

.anchor-dots,
.anchor-dots ul {
  margin: 0;
  padding: 0;
}
.anchor-dots li {
    display: block;
    width: 24px;
	height: 24px;
	margin: 24px 7px;
	position:relative;
}

.anchor-dots li a{
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.anchor-dots span{
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	border: none !important;
	background:#FFF !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
    z-index: 1;
    text-indent: -100px;
    overflow: hidden;
	-moz-box-shadow:1px 1px 10px rgba(0,0,0,0.2) ;               /* For Firefox3.6+ */
	-webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.2);            /* For Chrome5+, Safari5+ */
	box-shadow:1px 1px 10px rgba(0,0,0,0.2);                    /* For Latest Opera */
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.anchor-dots li.active span,
.anchor-dots li .active span{
	background:#20a3f0 !important;
	border:2px solid #ffffff !important;
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
 
.anchor-dots div{
    background-color: rgba(0,0,0,0.7);
    padding: 0 13px;
    border-radius: 3px;
    display: none;
    position: absolute;
    right: 100%;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
    color: #fff;
}
.anchor-dots div:empty{
    display: none!important;
}
.anchor-dots.left div{
    left: 100%;
    right: auto;
    margin-left: 10px;
    margin-right: 0;
}
.anchor-dots div::after{
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform:translate(0,-50%);
    transform: translate(0,-50%);
    height: 0px;
    width: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.anchor-dots.right div::after{
    left: 100%;
    border-left: 3px solid rgba(0,0,0,0.7);
}
.anchor-dots.left div::after{
    right: 100%;
    border-right: 3px solid rgba(0,0,0,0.7);
}


/* Style 02 */
.anchor-dots.style02 li{
    margin: 18px 7px;
}
.anchor-dots.style02 .active span{
    border:0 !important;
    -webkit-transform: scale(1.33333333333) translate3d(0,0,0) rotate(45deg);
    transform: scale(1.33333333333) translate3d(0,0,0) rotate(45deg);; 
}
.anchor-dots.style02 span{
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0) rotate(45deg);
    transform: translate3d(0,0,0) rotate(45deg);
    box-shadow: none;
    outline: none;
    background-color: rgba(0,0,0,0.85) !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Style 03 */
.anchor-dots.style03 li::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 24px;
    width: 1px;
    height: 23px;
    background-color: rgba(0,0,0,0.85) ;
}
.anchor-dots.style03 li:nth-last-child(1)::after,
.anchor-dots.style03 li.end-item::after{
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color:transparent;
}
.anchor-dots.style03 a.active::before{
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #20a3f0;
    border-radius: 50%;
}
.anchor-dots.style03 .active span {
    border:0 !important;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);   
}
.anchor-dots.style03 span{
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
}
.anchor-dots.style03 span{
    background-color: rgba(0,0,0,0.85) !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
















