@font-face {
	font-family: "Verdana", Times, serif;
	/*
    font-family: 'sansation_regular';
    src: url('../fonts/sansation-regular-webfont.eot');
    src: url('../fonts/sansation-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation-regular-webfont.woff') format('woff'),
         url('../fonts/sansation-regular-webfont.ttf') format('truetype'),
         url('../fonts/sansation-regular-webfont.svg#sansationregular') format('svg');
	*/
    font-weight: normal;
    font-style: normal;
}

html,body {
	/*position: relative;*/ /*This was fucking with Captcha box being at top of page */
	width: 100%;
	/* min-height: 100%; */
	max-width: 100%;
	background: #fff;
	display: block;
	overflow-x: hidden;
	font-family: "Verdana", "sansation_regular", arial;
	margin: 0;
}

.glass{
	/* background styles */
	position: relative;
	display: inline-block;
	padding: 10px;
	background-image: linear-gradient(green,limegreen);
	/* text styles */
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}
.glass:after{
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}
.glass:hover{
    background: linear-gradient(white,limegreen);
	/*background: linear-gradient(#073,#0fa);*/
}

#pokex-container{
	/*background: url('../images/bg-optimised.jpg') no-repeat center top #ffffff;*/
    background: url('../img/pokex-download-background.jpg') no-repeat center #ffffff;
	background-size: cover;
	max-width: 1920px;
	width: 100%;
	/* min-height: 100%; */
	display: block;
	margin: auto;
	text-align: center;
	color: #fff;
	position: relative;
}
#pokex-container-header{
    padding-top: 20px;
}
#pokex-container-header .pokex-alert{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: #efcfcf;
    border: 3px solid #ffffff;
}
#pokex-container-header .pokex-alert img,
#pokex-container-header .pokex-alert span{
    float: left;
    height: 32px;
    line-height: 35px;
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    color: #272d3b;
}
#pokex-container-header .pokex-logo{
    /*margin: 35px auto;*/
}
#pokex-container-body{
    padding-top: 5px;
}
#pokex-container-body .pokex-coords{
    font-size: 38.47px;
    margin-bottom: 20px;
}
#pokex-container-body .pokex-options{
	position: relative;
}
#pokex-container-body .pokex-options .pokex-option{
	display: inline-block;
	font-size: 13px;
	/*font-weight: bold;*/
	height: 50px;
	/*margin: 20px 35px 20px 0;*/
}
#pokex-container-body .pokex-options .pokex-option img,
#pokex-container-body .pokex-options .pokex-option span{
	float: left;
	font-weight: bold;
	height: 43px;
	line-height: 45px;
	margin: 5px;
}



/*#pokex-container-body button.pokex-copycoords-btn{*/


.pokex-copycoords-small {
    height: 30px;
    width: 60px;
    font-size: 15px;
    margin-bottom: 0px;
	padding: 0 0px;
}


.click-btn {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: #27c403;
    background: #01f57f;
    background: -moz-linear-gradient(-45deg, #01f57f 0%, #01f57f 35%, #0c9b58 65%, #0c9b58 100%);
    /*background: -webkit-gradient(left top, right bottom, color-stop(0%, #01f57f), color-stop(35%, #01f57f), color-stop(65%, #0c9b58), color-stop(100%, #0c9b58));*/
    /*background: -webkit-linear-gradient(-45deg, #01f57f 0%, #01f57f 35%, #0c9b58 65%, #0c9b58 100%);*/
    background: -o-linear-gradient(-45deg, #01f57f 0%, #01f57f 35%, #0c9b58 65%, #0c9b58 100%);
    background: -ms-linear-gradient(-45deg, #01f57f 0%, #01f57f 35%, #0c9b58 65%, #0c9b58 100%);
    background: linear-gradient(135deg, #01f57f 0%, #01f57f 35%, #0c9b58 65%, #0c9b58 100%);
	
	border: 2px solid #ffffff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	
	font-size: 40px;
	font-family: "Verdana","sansation_regular";
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1.5px 0px black;
	margin-bottom: 40px;
	padding: 0 15px;
}


.click-btn:focus, .click-btn:hover, .click-btn:active {
	background: -moz-linear-gradient(-45deg, #15eded 0%, #15eded 35%, #029cf5 65%, #029cf5 100%);
	/*background: -webkit-gradient(left top, right bottom, color-stop(0%, #15eded), color-stop(35%, #15eded), color-stop(65%, #029cf5), color-stop(100%, #029cf5));*/
	/*background: -webkit-linear-gradient(-45deg, #15eded 0%, #15eded 35%, #029cf5 65%, #029cf5 100%);*/
	background: -o-linear-gradient(-45deg, #15eded 0%, #15eded 35%, #029cf5 65%, #029cf5 100%);
	background: -ms-linear-gradient(-45deg, #15eded 0%, #15eded 35%, #029cf5 65%, #029cf5 100%);
	background: linear-gradient(135deg, #15eded 0%, #15eded 35%, #029cf5 65%, #029cf5 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15eded', endColorstr='#029cf5', GradientType=1 );*/
	/* width: 486px; */
	/*height: 110px;*/

	/*outline: none;*/

}
          



.click-btn-small {
    height: 70px;
    font-size: 25px;
}

.click-btn-smaller {
    height: 35px;
    font-size: 20px;
    margin-bottom: 0px;
}



.btn-grad {background-image: linear-gradient(to right, #e52d27 0%, #b31217  51%, #e52d27  100%)}
.btn-grad {
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    /*box-shadow: 0 0 20px #eee;*/
    border-radius: 10px;
    display: inline-block;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
         



/*#pokex-container-body button.pokex-copycoords-btn:hover{*/
/*
.pokex-copycoords-btn:hover {
    background: #10cece;
    background: -moz-linear-gradient(-45deg, #10cece 0%, #10cece 35%, #0081cc 65%, #0081cc 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #10cece), color-stop(35%, #10cece), color-stop(65%, #0081cc), color-stop(100%, #0081cc));
    background: -webkit-linear-gradient(-45deg, #10cece 0%, #10cece 35%, #0081cc 65%, #0081cc 100%);
    background: -o-linear-gradient(-45deg, #10cece 0%, #10cece 35%, #0081cc 65%, #0081cc 100%);
    background: -ms-linear-gradient(-45deg, #10cece 0%, #10cece 35%, #0081cc 65%, #0081cc 100%);
    background: linear-gradient(135deg, #10cece 0%, #10cece 35%, #0081cc 65%, #0081cc 100%);
}
*/
/*
.pokex-copycoords-btn:disabled {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: #5c5d5e;
    background: #5c5d5e;
    background: -moz-linear-gradient(-45deg, #5c5d5e 0%, #5c5d5e 35%, #5c5d5e 65%, #5c5d5e 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #5c5d5e), color-stop(35%, #5c5d5e), color-stop(65%, #5c5d5e), color-stop(100%, #5c5d5e));
    background: -webkit-linear-gradient(-45deg, #5c5d5e 0%, #5c5d5e 35%, #5c5d5e 65%, #5c5d5e 100%);
    background: -o-linear-gradient(-45deg, #5c5d5e 0%, #5c5d5e 35%, #5c5d5e 65%, #5c5d5e 100%);
    background: -ms-linear-gradient(-45deg, #5c5d5e 0%, #5c5d5e 35%, #5c5d5e 65%, #5c5d5e 100%);
    background: linear-gradient(135deg, #5c5d5e 0%, #5c5d5e 35%, #5c5d5e 65%, #5c5d5e 100%);
}*/


.click {
    -webkit-tap-highlight-color: #27c403;
    background: #27c403;
    background: -moz-linear-gradient(-45deg, #27c403 0%, #27c403 35%, #198700 65%, #198700 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #27c403), color-stop(35%, #27c403), color-stop(65%, #198700), color-stop(100%, #198700));
    background: -webkit-linear-gradient(-45deg, #27c403 0%, #27c403 35%, #198700 65%, #198700 100%);
    background: -o-linear-gradient(-45deg, #27c403 0%, #27c403 35%, #198700 65%, #198700 100%);
    background: -ms-linear-gradient(-45deg, #27c403 0%, #27c403 35%, #198700 65%, #198700 100%);
    background: linear-gradient(135deg, #27c403 0%, #27c403 35%, #198700 65%, #198700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15eded', endColorstr='#029cf5', GradientType=1 );
    /* width: 486px; */
    height: 110px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    /*outline: none;*/
    -webkit-box-shadow: 0 19px 56px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 19px 56px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 19px 56px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 19px 56px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 19px 56px 0 rgba(0, 0, 0, 0.2);
    font-size: 40.47px;
    font-family: "Verdana","sansation_regular";
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1.5px 0px black;
    margin-bottom: 40px;
    padding: 0 55px;
}
#pokex-container-body .pokex-avatar{}
#pokex-container-body .pokex-avatar .pokex-avatar-name{
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
    /*margin-bottom: 25px;*/
}
#pokex-container-body .pokex-infos{}
#pokex-container-body .pokex-infos .pokex-info{
    display: inline-block;
    font-size: 29px;
    margin: 10px;
}
#pokex-container-body .pokex-infos .pokex-info img,
#pokex-container-body .pokex-infos .pokex-info span{
    margin: 0 5px;
    float: left;
    height: 32px;
    line-height: 35px;
}
#pokex-container-footer{
	color: #000000;
	/* position: absolute; */
	width: 100%;
	max-width: 1920px;
	top: auto;
	bottom: 0;
	padding-top: 430px;
	/* background: #ffffff; */
}
#pokex-container-footer .pokex-footer-infos{
    padding: 30px 0;
    text-align: center;
}
#pokex-container-footer .pokex-footer-infos .pokex-footer-info{
    padding: 0 30px;
}
#pokex-container-footer .pokex-footer-infos .pokex-footer-info img,
#pokex-container-footer .pokex-footer-infos .pokex-footer-info span{
    line-height: 30px;
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #272d3b;
}
#pokex-container-footer .pokex-footer-infos .pokex-footer-info span{
   margin-left: 10px
}
#pokex-container-footer .pokex-footer-infos .pokex-footer-info a{
    color: #272d3b;
	text-decoration: none;
	/*outline: none;*/
}
.pokex-clear{clear:both!important;float: none;}
.float-left{float: left !important;}
.float-right{float: right !important;}

@media(min-width:1000px){
    .img-fluid {
    /*height: 350px;*/
    width: 100%;
    /*-webkit-clip-path: inset(0px 50px 50px 0px);*/ /* top, right, bottom, left */
    /*clip-path: inset(0px 50px 50px 0px); */ 
}
}

@media(max-width:1920px){

}
@media(max-width:1300px){
	#pokex-container-header .pokex-alert img, #pokex-container-header .pokex-alert span{
		font-size: 1em;
		height: 1.5em;
		line-height: 1.7em;
		margin: 0 .5em;
	}
	#pokex-container-header .pokex-logo img {
		width: 50em;
		max-width: 100%;
	}
	#pokex-container-footer .pokex-footer-infos .pokex-footer-info {
		float: none !important;
		display: inline-block;
		/* width: 100%; */
		clear: both;
		padding: 10px;
	}
}
@media(max-width:1035px){
	#pokex-container-header .pokex-alert img,
	#pokex-container-header .pokex-alert span {
		float: none;
	}
	#pokex-container-header .pokex-alert img {
		position: absolute;
		top: 35%;
		left: 5%;
	}
	#pokex-container-header .pokex-alert img[title="banhammer"]{
		left: auto;
		right: 5%;
	}
	#pokex-container-header .pokex-alert,
	#pokex-container-header .pokex-alert span{
		width: 70%;
		position: relative;
	}
	#pokex-container-header .pokex-logo img {
		width: 50em;
		max-width: 100%;
	}
	#pokex-container-body button.pokex-copycoords-btn {
		
	}
}
@media(max-width:512px){
	#pokex-container-header .pokex-logo img {
		width: 50em;
		max-width: 100%;
	}
	#pokex-container-body button.pokex-copycoords-btn {
		font-size: 1.5em;
		margin-bottom: 20px;
		height: 65px;
	}
	#pokex-container-body .pokex-coords {
		font-size: 1.5em;
	}
	#pokex-container-footer .pokex-footer-infos .pokex-footer-info span {
		font-size: 12px;
	}
	#pokex-container-footer {
		padding-top: 200px;
	}
	#pokex-container-header .pokex-logo,
	#pokex-container-body .pokex-options .pokex-option {
		margin: 0;
	}
	#pokex-container-body .pokex-infos .pokex-info img, #pokex-container-body .pokex-infos .pokex-info span {
		margin: 0 5px;
		float: left;
		height: 22px;
		line-height: 25px;
		font-size: 25px;
	}
}