/* hide featured image */
.entry-image.full-image > img {display:none;}


input[type=checkbox].toggle-switch {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 6em;
    height: 3em;
    border-radius: 3em;
    background-color: #8c91ab;
    outline: 0;
    cursor: pointer;
    transition: background-color 0.09s ease-in-out;
    position: relative;
}

input[type=checkbox].toggle-switch::after {
    content: '';
    width: 3em;
    height: 3em;
    background-color: white;
    border-radius: 3em;
    position: absolute;
    transform: scale(0.7);
    left: 0;
    transition: left 0.09s ease-in-out;
    box-shadow: 0 0.1em rgba(0, 0, 0, 0.5);
}

input[type=checkbox].toggle-switch:checked {
    background-color: #407EFB;
}



input[type=checkbox].toggle-switch:checked::after {
    left: 3em;
}



.mainframe{
background: rgba(0,0,0,0.5);
background-image: url("images/decentralized.png");
border-radius: 15px 50px 30px; 
display: block;
}
.whiteframe{
background-color: #FFFFFF;
display: block;
	border-radius: 15px 50px 30px; 
	padding: 10px;
	margin: 5px 5px 5px 5px;
	width: 100%;
	height: auto;
}





.mastermain{
	display: block;
    	width: 70%;
    	background: #ffffff;
  	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
  	-webkit-box-shadow: 0px 1px 3px #666666;
  	-moz-box-shadow: 0px 1px 3px #666666;
  	box-shadow: 0px 1px 3px #666666;
  	margin-left: auto;
    	margin-right: auto;
    	padding: 2px 2px 2px 2px;
    	}
 @media screen and (max-width: 750px) {
    	.mastermain{
    	width: 96%;
    	padding: none;
    	}
 	}
 
.social{
	display: block;
    	width: 70%;
    	background: #ffffff;
  	background-image: -webkit-linear-gradient(top, #2a3133, #2a3133);
  	background-image: -moz-linear-gradient(top, #2a3133, #2a3133);
  	background-image: -ms-linear-gradient(top, #2a3133, #2a3133);
  	background-image: -o-linear-gradient(top, #2a3133, #2a3133);
  	background-image: linear-gradient(to bottom, #2a3133, #2a3133);
  	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
  	-webkit-box-shadow: 0px 1px 3px #666666;
  	-moz-box-shadow: 0px 1px 3px #666666;
  	box-shadow: 0px 1px 3px #666666;
  	margin-left: auto;
    	margin-right: auto;
    	padding: 2px 2px 2px 2px;
    	}
 @media screen and (max-width: 750px) {
    	.social{
    	width: 96%;
    	padding: none;
    	}
 	}


 
 
 
 
 
 .masterarticle{
	display: block;
    	width: 100%;
    	background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  	margin-left: auto;
    	margin-right: auto;
    	 padding: 30px 20px 20px 20px;
    	
 	}
 	
/*Alphabet*/

.container-alpha {
  position: relative;
  width: 80%;
  margin: auto;
}

.image-alpha {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-alpha {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #2a3133;
}

.container-alpha:hover .overlay-alpha {
  opacity: 1;
}
.container-alpha:active .overlay-alpha {
  opacity: 1;
}



.text-alpha {
  color: white;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 750px) {
    	.text-alpha {
    	font-size: 10px;
    	}
    	}
.hotlinks{
	background-color: #1c2835; 
	color: white;
	font-weight: bold;
	text-shadow: 0px 0px 2px black;
	display: block;
	border-radius: 15px 50px 30px; 
	padding: 20px;
	margin: 10px;
	text-align: center;
  	width: 100%;
  	height: auto;
  	font-size: 18px;  
}
@media screen and (max-width: 750px) {
    	.hotlinks {
    	font-size: 16px;  	
    	width: 80%;
    	}
    	}
.hotlinks:hover{
background-color: #0667D0;
color: white;
}

.hotlinks:focus{
background-color: #0667D0;
color: white;
}


.hotlinks.small{
	width: 50%;
}


/* Icons*/
.external::after{
 	content: " \f08e";
    font-family: FontAwesome;
}

.expandarrow::after{
	content: " \f078";
    font-family: FontAwesome;
}

.logo::before{
 content: "\f0ec ";
 font-family: FontAwesome;
 color:#0667D0;
 font-size: 25px;
}

.info-icon::after{
	content: " \f05a";
 	font-family: FontAwesome;

}

.find::after{
	content: " \f002";
 	font-family: FontAwesome;
}

.searchmodule{
	background:rgba(255,255,255, 0.95);
	display: block;
	border-radius: 15px 50px 30px; 
	padding: 20px;
	margin: 10px;
	border-color: #7B7B7B;
	border-style: solid;
  	border-width: 2px 10px 4px 20px;
	-webkit-box-shadow: 0px 1px 3px #666666;
  	-moz-box-shadow: 0px 1px 3px #666666;
  	box-shadow: 0px 1px 3px #666666;
 	width: 80%;
	height: auto;
 	
 	font-color: #000000;
 	margin-left: auto;
    	margin-right: auto;  
}

@media screen and (max-width: 750px) {
    	.searchmodule {
    	
    	border-width: 2px 5px 2px 5px;
    	width: 96%;
    	padding: 10px;
    	margin: 2px 2px 2px 2px;
    	}
    	}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: 
 ;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
 
 /* Price Ticker Bilder */   
.tickerbild{
	height: 20px;
	width: auto;
	margin-left: auto;
    	margin-right: auto;
    	vertical-align: middle;
}
.tickertezos{
	height: 50px;
	width: auto;
	margin-left: auto;
    	margin-right: auto;
    	vertical-align: middle;
}

.picturesmall{
	height: 50px;
	width: auto;
	width: auto;
	margin-left: auto;
    	margin-right: auto;
    	vertical-align: middle;
}

.picturemedium{
	height: 75px;
	width: auto;
	width: auto;
	margin-left: auto;
    	margin-right: auto;
    	vertical-align: middle;
}
.picturelarge{
	height: 150px;
	width: auto;
	margin-left: auto;
    	margin-right: auto;
    	vertical-align: middle;
}

.pictureXlarge{
	height: 250px;
	width: auto;
	margin-left: auto;
    	margin-right: auto;
    	vertical-align: middle;
}

.button {
  background: #367BA5;
  border-radius: 100px;
  padding: 20px 60px;
  color: #fff;
  text-decoration: none;
  font-size: 1.45em;
  margin: 0 15px;
}
@media screen and (max-width: 750px) {
    	.button{
    	font-size: 16px;  	
    	width: 80%;
    	padding: 10px 10px;
    	}
    	}

/* Hover state animation applied here */
.button:hover { 
  -webkit-animation: hover 1200ms linear 2 alternate;
  animation: hover 1200ms linear 2 alternate;
}

/* Active state animation applied here */
.button:active {
  -webkit-animation: active 1200ms ease 1 alternate;
  animation: active 1200ms ease 1 alternate; 
  background: #5F9BE0;
}
.gray { background: #D2D2D2; }
.gray:active { background: #b9b9b9; }

/* Active state animation keyframes below */

@-webkit-keyframes active { 
  0% {-webkit-transform: scale(1,1);transform: scale(1,1);}
  90% {-webkit-transform: scale(.9,.88);transform: scale(.9,.88);}
  100% {-webkit-transform: scale(.92,.9);transform: scale(.92,.9);}
}

keyframes active { 
  0% {-webkit-transform: scale(1,1);transform: scale(1,1);}
  90% {-webkit-transform: scale(.9,.88);transform: scale(.9,.88);}
  100% {-webkit-transform: scale(.92,.9);transform: scale(.92,.9);}
}

/* Hover state animation keyframes below */

@-webkit-keyframes hover { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  1.8% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.5% { -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5.31% { -webkit-transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.01% { -webkit-transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.91% { -webkit-transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.71% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.61% { -webkit-transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.41% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.32% { -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.12% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.02% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.82% { -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.53% { -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.23% { -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.64% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.04% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  51.45% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.86% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.27% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  73.77% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.18% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  88.59% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  96% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes hover { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  1.8% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.5% { -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5.31% { -webkit-transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.01% { -webkit-transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.91% { -webkit-transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.71% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.61% { -webkit-transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.41% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.32% { -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.12% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.02% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.82% { -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.53% { -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.23% { -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.64% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.04% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  51.45% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.86% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.27% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  73.77% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.18% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  88.59% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  96% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
label.input-toggle {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  margin: 0;
}

label.input-toggle > span {
  display: inline-block;
  position: relative;
  background-image: -webkit-linear-gradient(left, #848484 0%, #848484 50%, #7cbcbf 50%, #7cbcbf 100%);
  background-image: linear-gradient(to right, #848484 0%, #848484 50%, #7cbcbf 50%, #7cbcbf 100%);
  background-size: 64px 14px;
  background-position: 0%;
  border-radius: 32px;
  width: 32px;
  height: 14px;
  cursor: pointer;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
}

label.input-toggle > input:checked + span { background-position: -100%; }

label.input-toggle > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #F1F1F1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.effect7
{
    position:relative;
    display: block;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    width:70%;
    height:auto;
    background:#FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    
}
.effect7:before, .effect7:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect7:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
@media screen and (max-width: 750px) {
    	.effect7{
    	
    	border-width: 2px 5px 2px 5px;
    	width: 96%;
    	padding: 10px;
    	
    	}
    	}
    	
.boxes{
	border:solid 1px #FFFFFF;
	background:#FFFFFF;
	padding:25px 25px 25px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 5px  4px  36px  #F3F3F3;
	-webkit-box-shadow: 5px  4px  36px  #F3F3F3;
	box-shadow: 5px  4px  36px  #F3F3F3;
}

@media screen and (max-width: 750px) {
    	.boxes{
    	
    	padding:5px 5px 5px 5px;
    	
    	}
    	}
    	


.paymentsymbol{
	height: 50px;
	width: auto;
	width: auto;
	margin-left: auto;
    	margin-right: auto;
    	vertical-align: middle;
    	padding:5px 5px 5px 5px;
}

@media screen and (max-width: 750px) {
    	.paymentsymbol{
    	height: 20px;
    	padding:1px 1px 1px 1px;
    	
    	}
    	}
 .result{
	text-align: center;
	font-family: Arial;
	color: #293133;
	font-size: 20px;
	
}

.gatelinks{
	background-color: #DD4132; 
	color: white;
	font-weight: bold;
	text-shadow: 0px 0px 2px black;
	display: block;
	border-radius: 15px 50px 30px; 
	padding: 20px;
	margin: 10px;
	text-align: center;
  	width: 100%;
  	height: auto;
  	font-size: 18px;  
}
@media screen and (max-width: 750px) {
    	.gateinks {
    	font-size: 16px;  	
    	width: 80%;
    	}
    	}
.gatelinks:hover{
background-color: #FF6F61;
color: white;
}

.gatelinks:focus{
background-color: #FF6F61;
color: white;
}
.btcbuyexlogo{
    height: 50px;
	width: auto;

    margin-right: auto;
    padding: 5px;
    margin-top: 17px;
}

.expandlinks{
	background-color: #1c2835; 
	color: white;
	font-weight: bold;
	
	display: block;
	border-radius: 15px 50px 30px; 
	padding: 7px;
	margin: 10px auto 10px auto;
	text-align: center;
  	width: 100%;
  	height: auto;
  	font-size: 13px;  
}

.expandlinks:hover{
background-color: #407EFB;
color: white;
}

.expandlinks:focus{
background-color: #407EFB;
color: white;
}


.expandborder{
    border-color: #407EFB;
    border-style: solid;
    border-radius: 15px 50px 30px; 
    color: rgb(15, 15, 15);
    margin: 5px;
}

@media screen and (max-width: 750px) {
    	.expandborder {
    	border-radius: 7px 25px 15px;
    	padding: 10px;
    	font-size: 12px;
    	}
    	}
    	
    expandborder expandborder {
    margin: 0px;
    }
    
    	
.expandbordermain{
    border-color: #FFFFFF;
    border-style: solid;
    border-radius: 15px 50px 30px; 
    color: rgb(15, 15, 15);
    font-size: 10px;
    line-height: 10px;
}

@media screen and (max-width: 750px) {
    	.expandbordermain {
    	border-radius: 7px 25px 15px;
    	padding: 10px;
    	font-size: 10px; 
    	}
    	}    

.featuredpic{
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;

}

.featuredpic:hover{
	width: 90%;
	
}

.premium{
        position: absolute;
    font-size: 14px;
    padding-bottom: 25px;
    padding-top: 0px;
    
    color: #fff;
    background-color: #0667D0;
    height: 0px;
    width: 40%;
    right: 10%;
    top: 19.5%;
    border-radius: 15px 50px 30px;
    text-align: center;
    font-weight:bold;
    
}
.premium:hover{
    color: #fff;
}
.premium:focus{
    color: #fff;
}
.premiumlink{
    font-weight:bold;
    color: #1e1e1e;
    text-align: center;
    display: block;
}
.premiumlink:hover{
    color:#0667D0;
}
.premiumlink:focus{
    color:#0667D0;
}
.premiumlink:after{
    content: " \f08e";
    font-family: FontAwesome;
}
.premiumborder{
    border-color: #407EFB;
    border-style: solid;
    border-radius: 15px 50px 30px; 
    color: rgb(15, 15, 15);
}

/* Best Price Section*/

.best-header{
    color: white;
    font-weight: bold;
    background-color: #1c2835;
    padding-top: 5px;
    padding-bottom: 5px;
}

.reduce-font-weight{
    font-weight: 0;
}

.best-logo{
    height: 100%;
    width: 100%;
    padding: 10px;
}

.rectangle {
  display: block;
  color: white;
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 7px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  padding: 10px;
}


.rotate-back {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  
  width: 60px;
  display: block;
}

/* Hide on Mobile*/
.desc-hide{
    display:none;
}

@media (min-width: 768px) {
    .desc-hide{
    display: block;
    }
}

.cat-hide{
    display:none;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

@media (min-width: 992px) {
    .cat-hide{
    display: block;
    text-align:center;
    }
}

/* Overwrite Col SM*/
/* Header*/
@media (max-width: 767.98px){
    .boxes .mobile-show-exchange {
    width: 50%;
    margin-left: 0px;
    float: left;
    }
    
    
}

@media (max-width: 1199.98px){
    .rectangle{
    height: 45px;
    width: 45px;    
    }
    .rotate-back{
        width: 45px;
    }
}

.resultmodule .mobile-show-price{
    text-align: center;
    
}

.padding-price{
    padding-top: 10px;
}

@media (max-width: 767.98px){
    .boxes .mobile-show-price {
    width: 25%;
    margin-left: 0px;
    float: left;
    }
}

@media (max-width: 767.98px){
    .boxes .mobile-show-link {
    width: 25%;
    margin-left: 0px;
    float: left;
    }
}

/* Overwrite Results*/
@media (max-width: 767.98px){
    .boxes .mobile-show-logo {
    width: 25%;
    margin-left: 0px;
    float: left;
    }
}

.mobile-show-exchange-name p{
    margin: 5px 0 5px;
}

@media (max-width: 767.98px){
    .boxes .mobile-show-exchange-name {
    width: 25%;
    margin-left: 0px;
    float: left;
    }
}

@media (max-width: 767.98px){
    .boxes .mobile-show-price {
    width: 25%;
    margin-left: 0px;
    float: left;
    }
}

@media (max-width: 767.98px){
    .boxes .mobile-show-link {
    width: 25%;
    margin-left: 0px;
    text-align:center;
    float: left;
    }
}


#best-category {
  color: white;
  background: #3a3839;
  border: 2px solid;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}

.best-exchange-link a{
    color: black;
    font-weight: bold;
    
}

.best-exchange-link::after{
    content: " \f08e";
    font-family: FontAwesome;
}

/*Media Querries for Exchange name + Rating*/
@media (max-width: 439.98px){
    .best-exchange-link a{
        font-size: 12px;
    }
    .best-exchange-link::after{
    font-size:12px;
    
    }
    .rating-star::after{
 	font-size:8px;
    }
    .rating-non-star::after{
 	font-size:8px;
    }
    #status_link::after{
 	display:none;
}
    
}

@media (max-width: 359.98px){
    .best-exchange-link a{
        font-size: 10px;
        
    }
    .best-exchange-link::after{
    font-size:10px;
    }
    .rating-star::after{
 	font-size:6px;
    }
    .rating-non-star::after{
 	font-size:6px;
    }
    
}

@media (max-width: 319.98px){
    .best-exchange-link a{
        font-size: 12px;
        
    }
    .best-exchange-link::after{
    display: none;
    }
    .rating-star::after{
 	font-size:6px;
    }
    .rating-non-star::after{
 	font-size:6px;
    }

}

@media (max-width: 289.98px){

    .rating-star::after{
 	display:none;
    }
    .rating-non-star::after{
 	display:none;
    }

}




#status_link {
    color: white;
    display:block;
    background: #1E1233;
    border: 2px solid;
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    height: 45px;
}



#status_link:hover {
  background-color: #5562eb;
  font-weight: bold;
}

#status_link::after{
 	content: " \f08e";
    font-family: FontAwesome;
}

.resultmodule {
  background-color: white;
  height: auto;
  border-radius: 2px;
  padding-right: 0px;
  padding-bottom: 2.5rem;
}

.resultmodule hr{
    margin-top: 0px;
    margin-bottom: 0px;
}

.result-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}



#result-row:hover {
  background-color: #fef8ff;
}

.rating-star{
    float: left;
}

.rating-star::after{
 	content: "\f005";
    font-family: FontAwesome;
    
}

.rating-non-star{
    float: left;
}

.rating-non-star::after{
 	content: "\f006";
    font-family: FontAwesome;
    
}

@media (max-width: 991.98px){
    .buy_tezos{
    display:none;
    }
}

.best_price_highlighter{
    font-weight: bolder;
    color: black;
    border: 2px solid grey;
    border-radius: 12px;
    padding-top:4px;
    padding-bottom:4px;
}

.best_price_highlighter:hover{
    background-color:  #00e699;
}
