


body { margin: 0; font-family: "Lato", sans-serif;}

.columnsContainer, .coindata, footer, header { position: relative; margin: .5em; }

.leftColumn, .rightColumn, .coindata, footer, header {   padding: 1.25em; }

.leftColumntwo, .rightColumntwo {   padding: 1.25em; word-wrap: break-word;
overflow-wrap: break-word; word-break: break-all;}

.leftColumn { margin-bottom: .5em;
   min-height:450px; 
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
  
.leftColumntwo { margin-bottom: .5em;
   min-height:450px; 
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.rightColumn{ margin-bottom: .5em;
  min-height:450px;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
  
.rightColumntwo{ margin-bottom: .5em;
  min-height:450px;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: 2px solid #ccc;}

header {text-align:center;}
footer {text-align:center;}
.nepwhitepaperslp {display: block; text-align:center;margin:0 auto;padding-top:1.25em;padding-bottom:1.25em;}
.nepannslp {display: block; text-align:center;margin:0 auto;padding-bottom:1.25em;}

/**hr  {width:96%; margin:0 auto; color: #ccc;}**/

hr { display: block; height: 1px;
    border: 0; border-top: 2px solid #ccc;
    margin: 1em 0; padding: 0; width:95%; margin:0 auto;}
    
.vert {vertical-align:middle; width:20%; max-width: 100%; height: auto;}

h2 {text-align:left;color:#444;}

.leftColumntwo > h2 {text-align:left;color:#444;font-size:1em;}

.rightColumntwo h2 {text-align:left;color:#444;font-size:1em;}

.columnsContainerInner { position: relative; margin: .5em; }

.fill {font-size:12px;font-weight:bold;color:#444;}

#promote {padding-top: 1.25em;padding-bottom: 1.25em;text-align:center;color:red;}

.nav {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.nav > li,
.nav > li > a {
  display: inline-block;
  display: inline;
  zoom: 1;
}

.inline-items {
  margin-top: 0;
}

.inline-items li {
  margin-left: 0;
  border-left: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
}

.inline-items li:first-child {
  margin-left: 0;
  border: none;
  padding-left: 0;
  padding-right: 10px;
}

.inline-items li:last-child {
  padding-right: 0;
}

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
    
  .leftColumn { margin-right: 19.5em; width:49.7%;}
  
  .leftColumntwo { margin-right: 19.5em; width:49.7%;}

  .rightColumn { position: absolute; top:0; right: 0; width:49.7%;}   

  .rightColumntwo { position: absolute; top:0; right: 0; width:49.7%;}   

}


a:link {
    text-decoration: none;
    color: blue;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
a:visited {
    text-decoration: none;
    color: blue;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a:hover {
    text-decoration: none;
    color: #F8B832;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
a:active {
    text-decoration: none;
    color: black;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}















.wrapper {
	
	width: 110px;
	height: 110px;
	overflow: hidden;
	position:relative
}

.right {
	border: red solid 15px;
	height: 125px;
	width: 125px;
	border-radius:120px;
	border-bottom-color: red;
	border-right-color: red;
	border-top-color: transparent;
	border-left-color: transparent;
	position: absolute;
	transform: rotate(-45deg);
	animation: rota2 1000ms linear;
  -moz-animation: rota2 1000ms linear;
  -o-animation: rota2 1000ms linear;
  -webkit-animation: rota2 1000ms linear;
 
  z-index: -4;
}

.right2 {
	border: blue solid 15px;
	height: 125px;
	width: 125px;
	border-radius:120px;
	border-top-color: transparent;
	border-left-color: transparent;
	position: absolute;
	transform: rotate(-45deg);
	animation: rota3 1000ms linear;
  -moz-animation: rota3 1000ms linear;
  -o-animation: rota3 1000ms linear;
  -webkit-animation: rota3 1000ms linear;
  
  z-index: -3;
}

.right3 {
	border: yellow solid 15px;
	height: 125px;
	width: 125px;
	border-radius:120px;
	border-top-color: transparent;
	border-left-color: transparent;
	position: absolute;
	transform: rotate(-45deg);
	animation: rota2 1000ms linear;
  -moz-animation: rota2 1000ms linear;
  -o-animation: rota2 1000ms linear;
  -webkit-animation: rota2 1000ms linear;
 
  z-index: -2;
}

.right4 {
	border: solid 15px #39ff14;
	height: 125px;
	width: 125px;
	border-radius:120px;
	border-bottom-color: #39ff14;
	border-right-color: #39ff14;
	border-top-color: transparent;
	border-left-color: transparent;
	position: absolute;
	transform: rotate(-45deg);
	animation: rota2 1000ms linear;
  -moz-animation: rota2 1000ms linear;
  -o-animation: rota2 1000ms linear;
  -webkit-animation: rota2 1000ms linear;
  
  z-index: -1;
}

@keyframes rota2 {
	from{ transform:rotate(-225deg);}
	to { transform: rotate(-45deg);}
}

@-o-keyframes rota2 {
	from{ transform:rotate(-225deg);}
	to { transform: rotate(-45deg);}
}

@-moz-keyframes rota2 {
	from{ transform:rotate(-225deg);}
	to { transform: rotate(-45deg);}
}
@-webkit-keyframes rota2 {
	from{ transform:rotate(-225deg);}
	to { transform: rotate(-45deg);}
}

@keyframes rota3 {
	from{ transform:rotate(-225deg);}
	to { transform: rotate(-45deg);}
}

@-o-keyframes rota3 {
	from{ transform:rotate(-225deg);}
	to { transform: rotate(-45deg);}
}

@-moz-keyframes rota3 {
	from{ transform:rotate(-225deg);}
	to { transform: rotate(-45deg);}
}
@-webkit-keyframes rota3 {
	from{ transform:rotate(-225deg);}
	to { transform: rotate(-45deg);}
}

.left {
	border: red solid 15px;
	height: 125px;
	width: 125px;
	border-radius:120px;
	border-top-color: red;
	border-left-color: red;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	transform: rotate(315deg);
	animation: rota 2000ms linear;
  -o-animation: rota 2000ms linear;
  -moz-animation: rota 2000ms linear;
  -webkit-animation: rota 2000ms linear;
  	z-index: -4;
}

.left2 {
	border: blue solid 15px;
	height: 125px;
	width: 125px;
	border-radius:120px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	transform: rotate(315deg);
	animation: rota 2000ms linear;
  -o-animation: rota 2000ms linear;
  -moz-animation: rota 2000ms linear;
  -webkit-animation: rota 2000ms linear;
  	z-index: -3;
}

.left3 {
	border: yellow solid 15px;
	height: 125px;
	width: 125px;
	border-radius:120px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	transform: rotate(315deg);
	animation: rota 2000ms linear;
  -o-animation: rota 2000ms linear;
  -moz-animation: rota 2000ms linear;
  -webkit-animation: rota 2000ms linear;
  	z-index: -2;
}

.left4 {
    position: absolute;
	transform: rotate(315deg);
	animation: rota 2000ms linear;
  -o-animation: rota 2000ms linear;
  -moz-animation: rota 2000ms linear;
  -webkit-animation: rota 2000ms linear;
  	z-index: -1;
	border: solid 15px #39ff14;
	height: 125px;
	width: 125px;
	border-radius:120px;
	border-top-color: #39ff14;
	border-left-color: #39ff14;
	border-bottom-color: transparent;
	border-right-color: transparent;
	
	
}
  
@keyframes rota {
	from {transform: rotate(-45deg);}
	to { transform: rotate(315deg);}
}
@-o-keyframes rota {
	from {transform: rotate(-45deg);}
	to { transform: rotate(315deg);}
}
@-moz-keyframes rota {
	from {transform: rotate(-45deg);}
	to { transform: rotate(315deg);}
}
@-webkit-keyframes rota {
	from {transform: rotate(-45deg);}
	to { transform: rotate(315deg);}
}



.bchpop {
	width: 80px;
	height: 162px;
	position:absolute;
	top: -3px;
	left: -3px;
	opacity:0;
	z-index:-7;
	animation: popover 1000ms linear;
  -moz-animation: popover 1000ms linear;
  -o-animation: popover 1000ms linear;
  -webkit-animation: popover 1000ms linear;
}

@keyframes popover {
	0% {opacity: 1;}
	99%{opacity:1;}
	100% {opacity:0;}
}

@-o-keyframes popover {
	0% {opacity: 1;}
	99%{opacity:1;}
	100% {opacity:0;}
}

@-moz-keyframes popover {
	0% {opacity: 1;}
	99%{opacity:1;}
	100% {opacity:0;}
}

@-webkit-keyframes popover {
	0% {opacity: 1;}
	99%{opacity:1;}
	100% {opacity:0;}
}




.column {
    float: left;
    width: 25%;
    
   
}
.column2 {
    float: left;
    width: 25%;
    
   
}
.column3 {
    float: left;
    width: 25%;
    
   
}
.column4 {
    float: left;
    width: 25%;
    
   
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#bchtime {
      margin: 0 auto;
    width: 50%;
    position:relative;
    z-index:1;
}

.middle0 {
  /**background-image: url('./photos/bitcoincashfixed.png');**/
  /**color: #0987bc;**/
  font-size: 18px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
	width: 175px;

	height: 175px;
left: -10px; 
top: -10px;
	border-radius: 450px;
	position:fixed;
	z-index: -4;
	transform: rotate(-30deg) scaleX(1);
	 
  
}
    
.middle {
  background-image: url('./photos/bitcoincashfixed.png');
  /**color: #0987bc;**/
  font-size: 18px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
	width: 175px;

	height: 175px;
left: -10px; 
top: -10px;
	border-radius: 450px;
	position: relative;
	z-index: -4;
	transform: rotate(-30deg) scaleX(1);
	 
  
}

.middle2 {
  background-image: url('./photos/bitcoincashfixed2.png');
  /**color: #0987bc;**/
  font-size: 18px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
	width: 175px;

	height: 175px;
left: -10px; 
top: -10px;
	border-radius: 450px;
	position: relative;
	z-index: -3;
	transform: rotate(-30deg) scaleX(1);
	 
  
}

.middle3 {
  background-image: url('./photos/bitcoincashfixed3.png');
  /**color: #0987bc;**/
  font-size: 18px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
	width: 175px;

	height: 175px;
left: -10px; 
top: -10px;
	border-radius: 450px;
	position: relative;
	z-index: -2;
	transform: rotate(-30deg) scaleX(1);
	 
  
}

.middle4 {
  background-image: url('./photos/bitcoincashfixed4.png');
  /**: #0987bc;**/
  font-size: 18px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
	width: 175px;

	height: 175px;
left: -10px; 
top: -10px;
	border-radius: 450px;
	position: relative;
	z-index: -1;
	transform: rotate(-30deg) scaleX(1);
	 
  
}

.middle5 {
  /**background-image: url('./photos/bitcoincashfixed.png');**/
  /**color: #0987bc;**/
  font-size: 18px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
	width: 175px;

	height: 175px;
left: -10px; 
top: -10px;
	border-radius: 450px;
	position:fixed;
	z-index: -4;
	transform: rotate(-30deg) scaleX(1);
	 
  
}


 @media screen and (max-width: 47.5em ) /* changed it from 65.5em to 47.5 em */ {
#bchtime {
   width: 50%;
  
  margin-left:10px;
  padding: 1em;
}
  
iframe {
  width: 100%;
  height: 210px;
}


.leftColumn {
   min-height:1em; padding-bottom:0em;}
  
.leftColumntwo {
   min-height:1em; padding-bottom:0em;border-left: 2px solid #ccc; border-bottom: 2px solid #ccc;}

.rightColumn{ 
  min-height:1em; padding-top:0em;}
  
.rightColumntwo{ 
  min-height:1em; padding-top:0em;border-top: 2px solid #ccc;}
  
.vert {display:block;width:80%; max-width: 100%; height: auto;margin:0 auto;}

.nepwhitepaperslpimage {max-width: 100%;
    max-height: 100%;
    margin:0 auto;
}
  
 }

.bitcoin {font-family: 'Ubuntu', sans-serif;}

.orangelink a:link {
    text-decoration: none;
    color: #F8B832;
    display: inline-block;}

.orangelink a:visited {
    text-decoration: none;
    color: #F8B832;
    display: inline-block;}

.orangelink a:active {
    text-decoration: none;
    color: #F8B832;
    display: inline-block;}

.orangelink a:hover {
    text-decoration: none;
    color: #F8B832;
    display: inline-block;}
    
.greenlink a:link {
    text-decoration: none;
    color: #39ff14;
    display: inline-block;}

.greenlink a:visited {
    text-decoration: none;
    color: #39ff14;
    display: inline-block;}

.greenlink a:active {
    text-decoration: none;
    color: #39ff14;
    display: inline-block;}

.greenlink a:hover {
    text-decoration: none;
    color: #39ff14;
    display: inline-block;}
    
.explorerlink a:link {
    text-decoration: none;
    color: #696969;
    font-family:Courier;
    font-size:20px;
    display: inline-block;}
    
.explorerlink a:visited {
    text-decoration: none;
    color: #696969;
    font-family:Courier;
    font-size:20px;
    display: inline-block;}
    
.explorerlink a:active {
    text-decoration: none;
    color: #696969;
    font-family:Courier;
    font-size:20px;
    display: inline-block;}

.explorerlink a:hover {
    text-decoration: none;
    color: #696969;
    font-family:Courier;
    font-size:20px;
    display: inline-block;}
    
    
.promotelink a:link {
    text-decoration: none;
    color: #000 !important;
    
    font-size:20px;
    display: inline-block;}
    
.promotelink a:visited {
    text-decoration: none;
    color: #000 !important;
    
    font-size:20px;
    display: inline-block;}
    
.promotelink a:active {
    text-decoration: none;
    color: #000 !important;
    
    font-size:20px;
    display: inline-block;}

.promotelink a:hover {
    text-decoration: none;
    color: #000 !important;
   
    font-size:20px;
    display: inline-block;}
    
    
.blklink a:link {
    text-decoration: none;
    
    
    display: inline-block;}
    
.blklink a:visited {
    text-decoration: none;
    
    
    display: inline-block;}
    
.blklink a:active {
    text-decoration: none;
    
    
    display: inline-block;}

.blklink a:hover {
    text-decoration: none;
    
    
    display: inline-block;}
    
    
    
.blklink2 a:link {
    text-decoration: none;
    color: #000 !important;
    
    display: inline-block;}
    
.blklink2 a:visited {
    text-decoration: none;
    color: #000 !important;
    
    display: inline-block;}
    
.blklink2 a:active {
    text-decoration: none;
    color: #000 !important;
    
    display: inline-block;}

.blklink2 a:hover {
    text-decoration: none;
    color: #000 !important;
    
    display: inline-block;}
    
.breakall {word-break: break-all;
}

iframe {
  width: 100%;
  
}

.nepwhitepaperslpimage {display: block;width:100%;max-width:100%;height: auto;margin:0 auto;
}
.pages {text-align:center;}