.coinobal {
	position:relative;
	width:100%;
	min-height:158px;
}

.coinhome {
	background:#1D9DBD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	/*padding:20px 0 10px;*/
	/*padding:74px 0 74px;*/
	padding:49px 0;
	margin-top:25px;
	color:#fff;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	border:1px solid #1D9DBD;
	position:relative;
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
}

.coinhome.first {
	display:block;
}

.coinhome p.h2 {
    color: #fff;
    text-transform:uppercase;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    margin:0 0 5px;
}

.coinhome .sum {
	font-size:30px;
	font-weight:bold;
	color:#FFF;
}

.coinhome p.sipka {
	margin:0;
}

.coinhome p.sipka i {
	color:#fff;
	font-size:30px;
}

.coin:hover, .coin.active, .coinhome:hover {
	cursor:pointer;
	-webkit-box-shadow: 1px 1px 10px 3px rgba(29,157,189,0.5);
	box-shadow: 1px 1px 10px 3px rgba(29,157,189,0.5);
	color: #1d9dbd !important;
    cursor: pointer;
    background: #fff none repeat scroll 0 0;
}

.coin:hover h2, .coin.active, .coin.active h2, .coinhome:hover p.h2, .coinhome.active, .coinhome.active p.h2 {
	color: #1d9dbd !important;
}

.coinhome:hover .sum, .coinhome:hover .sub, .coinhome:hover .sipka i {
	color: #1d9dbd !important;
}

.coin.active .free, .coin:hover .free {
	border-color: #1d9dbd !important;
}

div.payments {
	display:none;
}

.payments h2 {
	margin:25px 0;
}

form[name="sofort"], form[name="epoch"] {
	margin-bottom:30px;
}

form[name="sofort"] input[type="submit"] {
	background:#1D9DBD url(/pics/sofort.jpg) no-repeat center center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	padding:20px 0 10px;
	color:#fff;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	border:1px solid #1D9DBD;
    height: 200px;
	position:relative;
	width:100%;
}

form[name="epoch"] input[type="submit"], a.epoch {
	background:#1D9DBD url(/pics/epoch.jpg) no-repeat center center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	padding:20px 0 10px;
	color:#fff;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	border:1px solid #1D9DBD;
    height: 200px;
	position:relative;
	width:100%;
}

a.epoch {
	display:block;
	margin-bottom: 30px;
}

form[name="sofort"] input[type="submit"]:hover, form[name="epoch"] input[type="submit"]:hover, a.epoch:hover {
	cursor:pointer;
	-webkit-box-shadow: 1px 1px 10px 3px rgba(29,157,189,0.5);
	box-shadow: 1px 1px 10px 3px rgba(29,157,189,0.5);
}
.coin {
	background:#1D9DBD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	padding:20px 0 10px;
	color:#fff;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	border:1px solid #1D9DBD;
	margin-right:0%;
}
.coin h2 {
	color: #fff;
    font-size: 30px;
    line-height: 40px;
	font-weight: 500;
}

.coin h3 {
	color: #fff;
    font-size: 40px;
    line-height: 40px;
	margin: 0;
}

.coin.tips:hover h3, .coin.tips.active h3 {
	color: #1d9dbd;
}

.coin .coinsum {
	font-size:20px;
	margin:0;
}
.coin .sum {
	font-size:30px;
	font-weight:bold;
}
.coin .choose {
	background:#fff;
	color:#1D9DBD;
	text-transform:uppercase;

	line-height:25px;
	margin:15px 0 10px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
.coin.active .choose {
	background:#1D9DBD;
	color:#fff;
	font-weight:900;
}
.coin .bonus .free {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #fff;
	border-radius: 5px;
	display: inline-block;
	font-size: 11px;
	margin: 10px 0;
	padding: 0px 7px;
}
.coin .bonussum {
	font-size:30px;
	font-weight:700;
	margin:0;
}

#homevideo {
	width:100%;
	height:100%;
	display:none;
}

/*.download-but {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 45%;
}*/

.coins-but {
	height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 45%;
}

.phonesex h2 {
	/*text-transform:uppercase;*/
	margin:15px 0;
}

.phonesex .coin h2 {
	font-size:50px;
}

.tip1 {
	background:#D52525;
	border-color:#D52525;
}

.tip1 .choose {
	color:#D52525;
}

.tip2 {
	background:#D5259D;
	border-color:#D5259D;
}

.tip2 .choose {
	color:#D5259D;
}

.tip3 {
	background:#9125D5;
	border-color:#9125D5;
}

.tip3 .choose {
	color:#9125D5;
}

.tip4 {
	background:#25B6D5;
	border-color:#25B6D5;
}

.tip4 .choose {
	color:#25B6D5;
}

.tip5 {
	background:#BAD525;
	border-color:#BAD525;
}

.tip5 .choose {
	color:#BAD525;
}

.tip6 {
	background:#D59525;
	border-color:#D59525;
}

.tip6 .choose {
	color:#D59525;
}
@media screen and (min-width: 1000px) {
	.tips {
		margin: 0 1%;
		max-width: 14.6667% !important;
		flex: 0 0 14.666667%;
	}
}

.fotoset a.bordercor{
	overflow: hidden;
	display: block;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	
}
.fotoset a.bordercor img {
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
.fotoset a.bordercor:hover img{
    -moz-transform: scale(1.4) rotate(15deg);
-webkit-transform: scale(1.4) rotate(15deg);
-o-transform: scale(1.4) rotate(15deg);
-ms-transform: scale(1.4) rotate(15deg);
transform: scale(1.4) rotate(15deg);
}
.bordercor{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.pt30 {
	padding-top:30px;
}

form[name="sofort"] input[type="submit"]:hover, form[name="epoch"] input[type="submit"]:hover, form[name="uhrada"] input[type="submit"]:hover, form[name="uhrada2"] input[type="submit"]:hover, form[name="coinpay"] input[type="submit"]:hover, a.epoch:hover {
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 10px 3px rgba(247,173,193,0.5);
    box-shadow: 1px 1px 10px 3px rgba(247,173,193,0.5);
}
form[name="sofort"] input[type="submit"] {
    background: #F7ADC1 url(/pics/sofort.jpg) no-repeat center center;
        background-size: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0 10px;
    color: #fff;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    border: 1px solid #F7ADC1;
    height: 200px;
    position: relative;
    width: 100%;
    background-size: 100%;
}

form[name="sofort"] input[type="submit"]:hover, form[name="epoch"] input[type="submit"]:hover, form[name="uhrada"] input[type="submit"]:hover,form[name="uhrada2"] input[type="submit"]:hover, form[name="coinpay"] input[type="submit"]:hover, form[name="revolut"] input[type="submit"]:hover,form[name="revolut2"] input[type="submit"]:hover, a.epoch:hover {
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 10px 3px rgba(247,173,193,0.5);
    box-shadow: 1px 1px 10px 3px rgba(247,173,193,0.5);
}
form[name="coinpay"] input[type="submit"] {
    background: #1D9DBD url(/pics/coinpay.jpg) no-repeat center center;
        background-size: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0 10px;
    color: #fff;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    border: 1px solid #1D9DBD;
    height: 200px;
    position: relative;
    width: 100%;
    background-size: 100%;
}

form[name="sofort"], form[name="stdprevod"], form[name="epoch"], form[name="uhrada"],form[name="uhrada2"], form[name="coinpay"] {
    margin-bottom: 30px;
}

.hd-ico::before {
    background: url(/images/hd.png) no-repeat left bottom;
    content: " ";
    float: left;
    height: 26px;
    margin-left: 0;
    margin-right: 0;
    width: 45px;
    margin-top: 2px;
}

.fullhd {
    max-width: 50px;
	position: absolute;
	right: 30px;
	top: 20px;
}

.bottombanner {
    position: fixed;
	bottom: 0px;
	left: 10%;
	right: auto;
	text-align: center;
	width: 80%;
	z-index: 10001;
	max-width: 1920px;
	margin: 0px auto;
}

.bottombanner img {
	width:100%;
}

.closebanner {
	font-size: 25px;
position: absolute;
top: 55px;
right: 3%;
color: #1d9dbd;
}

.closebanner:hover {
	color:#f32690;
}

.socico {
	max-height: 100px;
	display: block;
	margin-top:20px;
	margin-right:25px;
}
.socico img{
	max-height: 80px;
}

.socicoobal {
	position: fixed;
	left: 10px;
	top: 200px;
	z-index:5555;
}

.socicoobal2 .socico {
	display:inline-block;
	max-height: 60px;
	margin-top:20px;
	margin-right:10px;
	 
}

.socicoobal2 .socico img{
	max-height:60px;
}

.owl-carousel .owl-stage-outer {
	border-radius:10px;
}

.odpocet p {
	color:#444444;
}



form[name="uhrada"] input[type="submit"],form[name="uhrada2"] input[type="submit"] {
  background: #1D9DBD url(/pics/uhrada.jpg?v=2) no-repeat center center;
    background-size: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0 10px;
  color: #fff;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  border: 1px solid #1D9DBD;
  height: 120px;
  position: relative;
  width: 100%;
  background-size: 50%;
}

form[name="revolut"] input[type="submit"],form[name="revolut2"] input[type="submit"] {
  background: #1D9DBD url(/pics/revolut.jpg) no-repeat center center;
    background-size: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0 10px;
  color: #fff;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  border: 1px solid #1D9DBD;
  height: 120px;
  position: relative;
  width: 100%;
  background-size: 50%;
}

form[name="coinpay"] input[type="submit"] {
  background: #1D9DBD url(/pics/coinpay.jpg) no-repeat center center;
    background-size: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0 10px;
  color: #fff;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  border: 1px solid #1D9DBD;
  height: 120px;
  position: relative;
  width: 100%;
  background-size: 50%;
}

.items-center {
    align-items: center;
}

.flex-grow {
    flex-grow: 1;
}
.flex {
    display: flex;
}

.font-medium {
    font-weight: 500;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
	margin: 0;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.whitespace-nowrap {
    white-space: nowrap;
}
@media (max-width: 640px) {
    .text-2xl {
	  font-size: 1.2rem;
	  line-height: 2rem;
	}
	p.text-xs {
		font-size: .75rem;
		line-height: 1rem;
	}
}
.sm\:block {
        display: block;
    }
.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-col {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.flex-grow.items-center p {
	margin-bottom:0;
}

.coinnp {
	padding:0;
	text-align:left;
}

.header-nav .nav > li > a, .is-fixed .header-nav .nav > li > a {
	text-transform: none;
}