
/* --------------------- 
BASIC SETTINGS
--------------------- */

body {
	font-family: 'BenchNine', sans-serif;
	background-color: #0a1318;
	color: #f4f4f4;
}
 
a{
	font-family: 'Raleway';
	color: #17a59b; 
}

a:hover {
    color: #FFEB3B;
    text-decoration: none;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

a:visited{
    text-decoration: none
}
 
.highlight {
	color: #17a59b;
}

hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #181d20;
}

h1 {font-size: 30px;text-transform:uppercase;}

h1.bg{
	background-image: url(../images/bg_transparent30.png);
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
	letter-spacing: 0.9px;
}

h2 {font-family: "Poppins", cursive;font-size: 22px;text-transform:uppercase;font-weight: 600;}

h4, .h4 {
	
	text-transform:uppercase;
	font-size: 28px;
	font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 25px;
}

p {
    font-family: 'Raleway';
    line-height: 1.7em;
    color: #f4f4f4;
}

@media (max-width: 991px) {
	p{
       font-size:14px;
	}
}

.spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear; 
}

.small{
	font-size: 11px;
}

.no-margin{
	margin: 0;
}

li{
   font-family: sans-serif;
}

h5{
	font-family: 'Pacifico';
    font-size: 20px;
}

.block{
	display:block;	
}

.lead{
	font-size: 16px;	
}

.center{
	text-align:center;
	margin: 0 auto;
}

strong, .strong{
	font-weight: 600;
}
 
.clr{
	clear: both;
}

.border{
	border: 1px solid #196862;
}
.text-right{
	text-align:right;
}

.text-left{
	text-align: left;
}

.text-justify{
	text-align: justify;
}

.black, #black {
	color: #000;
}

.orange, #orange{
	color: #ff9800;
}

.red, #red{
	color: #d70000;
}

.blue, #blue{
	color: #17a59b;
}

.pink, #pink{
	color: #dd1549;
}

.green, #green{
	color: #8b9c26;
}

.grey, #grey{
	color: #777777;
}

.yellow, #yellow{
	color: #FFEB3B;
}

.yellow:hover, #yellow:hover{
	color: #ffe81c;
}

.turquoise, #turquoise{
  color:#40e0d0;
}

.left{
	float: left;
}

.right{
	float: right;
}

.bg-active{
	background: #ffffe2;
}

.badge {
    font-family: sans-serif;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #dd1549;
    text-shadow:0px 1px 1px #820228;
    border-radius: 10px;
}

.ip_content{
	text-align:center;
	margin: 3rem auto;
	max-width: 450px;
}

.ip_content p{
	font-family: sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	color:#f4f4f4;
	margin: 2px;
}

.back{
	margin-right: 5px;
}

/* --------------------- 
PAGE LOADER
--------------------- */

#loader {
	 top: 56px;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background-color: #15191f;
	 z-index: 1000;
	 height: 100%;
	 width: 100%;
	 overflow:hidden;
	 position: fixed;
}



#loader #status { 
	 width: 180px;
	 height: 300px;
	 position: absolute;
	 left: 50%;
	 top: 40%;
	 background-image: url('../images/loader_2.gif');
	 background-repeat: no-repeat;
	 background-position: center;
	 margin: -100px 0 0 -100px;
	 font-size: 30px;
	 text-transform: uppercase;
	 text-align:center;
} 

@media (max-width: 991px) {
	#loader {
		top: 0;
	}
}

@media (max-width: 500px) {
	#loader #status { 
	    left: 52%;
	}
}

/*header area*/

/* --------------------- 
CRYPTO BAR
--------------------- */

#crypto_bar{
  top: 0;
  bottom: auto;
  background-color: #17a59b;
  width: 100%;
  height: 40px;
  text-align: center;
  z-index: 10;
  animation: cryptoPulse 2.5s ease-in-out infinite;
}

/* delikatne miganie */
@keyframes cryptoPulse {
  0% {
    background-color: #FFEB3B;
  }
  50% {
    background-color: #dfca19;
  }
  100% {
    background-color: #FFEB3B;
  }
}

#crypto_bar a,
#crypto_bar p{
	 position:relative;
	 top: 7px;
	 font-family: sans-serif;
	  color:#000;
	 font-weight: 600;
	 font-size: 14px;
	 padding: 0;
	 margin:0;
	 letter-spacing: 2px;
	 cursor: pointer;
}


#crypto_bar.bg_color{
	 background-color: #03A9F4 !important;

}

#crypto_bar.bg_color a,
#crypto_bar.bg_color p{
		color:#ffffff !important;
}


#crypto_bar img{
	position:relative;
	top:-2px;
	height: 27px;
	border-radius: 50%;
	padding: 1px;
	background: #fff;
	border: 2px solid #000000;
	margin-right: 5px;
}

#crypto_bar.bg_color img{
	background: none;
	border: 1px solid #03a9f4;
	padding: 0;
}

.socials {
	left: 0;
	top: 140px;
	width: 40px;
	position: fixed;
	z-index: 1000;
}

.menu_user_top{
	right: 0;
	top: 57px;
	position: fixed;
	z-index: 1000;
} 

.menu_user_top a{
	 background-color: #ffffff;
	   border-bottom: 1px solid #000000;
	   border-left: 1px solid #000000;
	   color: #666;
   display:block;
   font-size: 25px;
   padding: 12px 17px;
}

.menu_user_top a:hover,
.menu_user_top a:focus,
.menu_user_top a:active{
   color: #dd1549;
}

.menu_user_top a span{
	position: absolute;
	font-family: sans-serif;
	margin-top: -12px;
	margin-left: -15px;
	color: #fff;
	font-size: 15px;
	background-color: #dd1549;
}

@media (max-width: 992px) {
	.menu_user_top{
		left: 0;
		top: 67px;
		max-width: 300px;
		position: fixed;
		z-index: 1000;
	} 

	.menu_user_top a{
		background-color: #ffffff;
		border-bottom: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-left: none;
		color: #666;
		display: inline;
		font-size: 17px;
		padding: 9px 15px;
	}

	.menu_user_top a:hover,
	.menu_user_top a:focus,

	.menu_user_top a:active{
	   color: #dd1549;
	}

}

@media (max-width: 768px) {
	.menu_user_top{
		left: 0;
		top: 63px;
		max-width: 300px;
		position: fixed;
		z-index: 1000;
	} 
	.menu_user_top a span{
		position: absolute;
		font-family: sans-serif;
		margin-top: 15px;
		margin-left: -33px;
		color: #fff;
		font-size: 9px;
		background-color: #dd1549;
		opacity: 0.8;
	}
}

/* --------------------- 
NAVBAR TOP
--------------------- */

.navbar-default {
    background-color: #0a1318;
    border-color: #0a1318;
    border-top: none;
    border-left: none;
    border-right: none;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    z-index: 1;
}

#blocked_page{
	margin: 50px auto;
}

#blocked_page .title{
	width: 100%;
	font-family: "Poppins";
	margin: 20px;
	text-align: center;
	font-size: 72px;
	font-weight: 600;
	color:#f4f4f4;
	text-decoration: none;
}

#blocked_page .description{
	font-family: "Poppins";
	margin: 20px;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	background-color:#2c2c2c;
	border-radius: 5px;
}

#blocked_page .description p{
	font-family: "Poppins";
	margin: 5px;
}

#blocked_page .description p span{
	font-family: "Poppins";
	font-weight: 600;
}

#blocked_page a span{
  color: #17a59b;
}

@media (max-width: 991px) {
	#blocked_page .title{
		font-size: 38px;
	}
}

.navbar-default .navbar-brand{
	height: 55px;
	font-family: "Poppins";
	margin: 0;
	padding: 20px 18px;
	margin-right: 15px;
	font-size: 24px;
	font-weight: 600;
	color:#f4f4f4;
	text-transform: uppercase;
}

.navbar-default .navbar-brand:hover{
	background-color: #0a1318;
	color:#ffffff;
}

.navbar-default .navbar-brand span{
  color: #17a59b;
}


.navbar-default .navbar-brand img{
	margin-top: 4px;
	height: 45px;
}

.icon_login{
	display: none;
}

@media (max-width: 991px) {
	.navbar-default .navbar-brand{
		font-size: 24px;
	}
	.icon_login{
		display: inline-block;
		height: 50px;
		float: right;
	}
	.icon_login a{
		position:relative;
		top: 14px;
		color: #f4f4f4;
		text-align: center;
		padding: 12px 15px;
		margin-right: 0;
		font-size: 22px;
	}
	.icon_login a:hover,
	.icon_login a:focus,
	.icon_login a:active{
		background-color: #0a1318;
		color:#FFEB3B;
	}
}

.navbar-nav {
    float: left;
    margin: 0;
    margin-left: 25px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 0px;
}

.navbar-default .navbar-nav > li{
	margin-top: -1px;
	padding: 0px;
}

.navbar-default .navbar-nav > li.news{
	margin-left: -15px;
}

#count_messages.label {
    display: inline;
    position:relative;
    top: -15px;
    left: -3px;
    font-family: sans-serif;
    padding: 2px 3px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;


    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.navbar-default .navbar-nav > li > a{
    font-family: 'BenchNine';
    font-size: 24px;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing: 1.2px;
    color: #ddd;
    margin-top: 2px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active{
    color: #FFEB3B;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
	color: #FFEB3B;
	background-color: #0a1318;
}
	
@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a{
	    font-family: 'Poppins';
	}
	.navbar-default .navbar-nav>.active>a, 
	.navbar-default .navbar-nav>.active>a:hover, 
	.navbar-default .navbar-nav>.active>a:focus {
		font-family: 'Poppins';
		color: #FFEB3B;
	}
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:active {
    color: #FFEB3B;
    background-color: #0a1318;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #2c2c2c;
}

.navbar-nav>li>.dropdown-menu {
	background-color: #0a1318;
	border: 1px solid #0a1318;
	border-top: 1px solid #0a1318;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 3px;
	margin-right: -15px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.navbar-nav>li>.dropdown-menu p{
	padding: 10px 0 0 0;
	text-align: center;
}

.navbar-default .navbar-toggle {
    border-color: #0a1318;
    background-color: #0a1318;
    margin-top: 13px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus{
    border-color: #0a1318;
    background-color: #0a1318;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FFEB3B;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border-color: #0a1318;
    height: 40px;
    box-shadow: none;
}

.navbar-fixed-top .navbar-collapse, 
.navbar-fixed-bottom .navbar-collapse {
    max-height: 410px;
}

.navbar-nav>li>.dropdown-menu>li {
    width: 200px;
    border-bottom: 1px solid #0a1318;
    background-color: #0a1318;
}
.navbar-nav>li>.dropdown-menu>li.log_out {
    background-color: #0b171c;
}
.navbar-nav>li>.dropdown-menu>li.log_out a,
.navbar-nav>li>.dropdown-menu>li.log_out i{
    color: #FFEB3B;
}

.navbar-nav>li>.dropdown-menu>li>h5 {
    text-align:center;
}

.navbar-nav>li>.dropdown-menu>li>a {
	font-weight:600;
	color: #f4f4f4;
	padding: 8px 20px;
	font-size: 13px;
	font-family: 'Raleway';
}

.navbar-nav>li>.dropdown-menu>hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #08080a;
}

.navbar-nav>li>.dropdown-menu>li>a>i {
    color:#7d8d8d;
}

.navbar-nav>li>.dropdown-menu>li>a:hover, 

.dropdown-menu>li>a:focus {
	font-weight:600;
	text-decoration: none;
	color: #f4f4f4;
	background-color: #0b171c;
}

.navbar-nav>li>.dropdown-menu>.log_line>a{
	color: #8fbebb;
	background-color: #162a32;
}


#marka > .dropdown-menu{
	left: -200px;
	width: 970px;
	float: right;
	padding: 10px;
}

@media (max-width: 991px) {
	#marka > .dropdown-menu{
		width: 100%;
		left: 0;
	}
}

#marka > .dropdown-menu > div {
    padding: 0;

}


#marka > .dropdown-menu > div > li{
    height: 40px;
    padding: 10px 15px;
    margin:  1px;
    border: 1px solid #0f0f0f;
}

#marka > .dropdown-menu > div > li > a{color: #c0c0c0;height: 35px;}

#marka > .dropdown-menu > div > .col_left{
    width: 200px;
    float: left;
    background: #1b1b1b;
}

#marka > .dropdown-menu > div > .col_right{
    width: 220px;

}

#marka > .dropdown-menu img{
	border: 1px solid #0f0f0f;
	border-radius: 0;
	height: 20px;
	padding: 2px;
	margin-right: 7px;
	background: #ffffff;
}

#marka > .dropdown-menu > .more_info{
	  border-radius: 20px;
	  background-color: #1b1b1b;
	  border: 1px solid #1b1b1b;
	  padding: 25px;
	  margin-top: 35px;
}


#marka > .dropdown-menu > .more_info > h3{
	font-family: 'Raleway';
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	color: #639896;
	margin: 5px 0px;
}

#marka > .dropdown-menu > .more_info > h3 span{
	color: #28d4af;
	font-size: 40px;
}

#marka > .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #999999;
    font-weight: 500;
    text-decoration: none;
    background: #fff;
}

.navbar-right {
    float: right;
    margin-right: 15px;
    margin-top: -3px;
}

.translate{
	position:absolute;
	top: 6px;
	right: -15px;
}

.translate button{
	background-color: #132a32;
	border: none;
	padding: 5px 2px;
}

.translate img{
	height: 35px;
	border-radius: 50%;
	border: 1px solid #2e4c57;
	padding: 5px;
}

.translate_small{
	position: relative;
	height: 60px;
}

.translate_small button{
	background-color: #132a32;
	border: none;
	padding: 0 3px;
}

.translate_small img{
	height: 42px;
	border-radius: 50%;
	border: 1px solid #636363;
	padding: 2px;
}

.translate img:hover,
.translate_small img:hover{
	border: 1px solid #c1b926;
}

.navbar-form .input-group>.form-control {
    width: 245px;
    font-family: 'Raleway';
    background-color: #213841;
    border: 1px solid #0d1b20;
    color: #fff;
}

.navbar-form .input-group>.form-control::placeholder {
    color: #6d868f;
}

.navbar-form .input-group-btn button{
	height: 34px;
}

.navbar-form .input-group-btn i{
	font-size: 18px;
	top: 0px;
	left: 1px;
}

.navbar-form .input-group-btn>.btn,
.navbar-form .input-group-btn>.btn:hover{
    position: relative;
    margin-left: -5px;
    background: #10252c;
    border: 1px solid #0d1b20;
    color: #ddd;
    z-index: 0;
}
#navbar-search{
	margin-top: 3px;
}

.search_result{
	display:none;
	position:absolute;
	width: 460px;
	top: 46px;
	left: -36px;
	background-color: #213741;
	padding: 10px 20px 10px;
	border-right: 1px solid #0f0f0f;
	border-left: 1px solid #0f0f0f;
	border-bottom: 1px solid #0f0f0f;
}

#price{
	width: 380px;
	padding: 20px;
}

.search_result a{
	font-family: 'Raleway';
	letter-spacing: 0;
	display:block;
	font-size: 13px;
	left: 40px;
	padding: 8px 0px 4px 50px;
	color: #ccc;
	margin-bottom: 2px;
	background: #1b1b1b;
	border: 1px solid #0f0f0f;
	cursor: pointer;
}

.search_result a:hover,
.search_result a:focus,
.search_result a:active{
	color: #bbb428;

}



.search_result a img{
	border-radius: 0;
	padding: 2px;
	position:absolute;
	left: 32px;
	margin-top: -4px;
	width: 28px;
}

.search_result p{
	margin: 5px 0px 5px;
	font-size: 13px;
	color: #bbb428;
}

/* --------------------- 
HERO SECTION

--------------------- */



#hero {
    text-align: center;

    background: url(../images/bg_home.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 700px;
    border-bottom: 1px solid #ccc;
}

#hero .container {padding-top: 100px;}

#hero h1 {
	font-family: 'Raleway';
	color: #449089;
	font-size: 100px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 20px;
}

#hero h2 {
	font-family: 'Pacifico';
	color: #55bab1;
}

#hero h3 {
	font-family: 'Raleway', sans-serif;
	margin-top: 20px;
    margin-bottom: 20px;
}

#hero .herotext a{
    color: #8f8f8f;
}

#hero .herotext a:hover{
    color: #449089;
}

#hero p {text-transform: uppercase;}

#hero p {
	font-size: 18px;
	color: #8f8f8f;
	margin-bottom:  30px;
}

/* --------------------- 
OVERLAY PRESET
--------------------- */
.redoverlay {
	background-color: rgba(41, 6, 22, 0.75);
    width: 100%;
    height: 100%;
    position: relative;
}

.lightoverlay {
    position: relative;
}

.darkoverlay {
    background-color: rgba(0, 0, 0, 0.69);
    position: relative;
}

/* --------------------- 
Slider
--------------------- */





#main-slider {
  position: relative;
  margin-top: 20px;
  margin-bottom:  -20px;
}

#main-slider .carousel h2 {
  font-family: 'Raleway';
  font-size: 72px;

  line-height:60px;
  color:#FFF;
  text-transform:uppercase;
  margin-top: 10%;
  font-weight:700;
  padding-left:0;
}
#main-slider .carousel p {
  font-size: 24px;
  line-height:24px;
  color:#FFF;
  text-transform:uppercase;
  font-weight:400;
  padding-left:0;
}
#main-slider .carousel p span{
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 50px;
  line-height:28px;
  color:#d1d147;
}
#main-slider .carousel p span.white{
  color:#fcfcfc;
}


















@media(max-width:991px) {
	#main-slider {
	  margin-top:10px;
	}
	#main-slider .carousel h2 {
  		font-size: 42px;
  		line-height:60px;
	}
	#main-slider .carousel p {
  		font-size: 16px;
	}
	#main-slider .carousel p span{
		font-size: 22px;
	}
}

#main-slider .carousel .btn {
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0.16);
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {


  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
  outline: 0;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;

  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


@media(max-width:767px) {
	#main-slider .carousel h2 {
	  font-size: 42px;
	  line-height:36px;
	  color:#FFF;

	  text-transform:uppercase;
	  margin-top:30%;
	  font-weight:700;
	  padding-left:0;

	}

}


/* --------------------- 
BUTTONS

--------------------- */

.btn:focus,
input:focus {
    outline: none !important;

}

#hero .btn {
	background-color: #ffffff;
	padding: 2px 40px;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: 0px 2px 2px #ccc;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;

	-o-transition: .5s ease-out;
	transition: .5s ease-out;
}








.btn-reverse {
    border: 2px solid #d5d5d5;
    border-radius: 30px;
}

.btn-reverse:hover {
    border: 2px solid #449089;
}

.btn-inverse {
    background: #dc1744;
    color: #fff;
    border: 2.5px solid #dc1744;
    margin-top: 0;
}

.btn-inverse:hover {
    background: #cc1a4f;

    color: #fff;
    border: 2.5px solid #cc1a4f;
}

/* --------------------- 
SOCIAL ICONS
--------------------- */
.sticky-container {position: fixed;right: 10px;bottom: 0px;width: 200px;z-index: 190;}
.sticky-container ul {list-style:none;}
.sticky li img {
    float: right;
    height: 40px;
    width: 133px;
    margin-right: 41px;
    padding: 0px;
}

/*======================css for content=========================*/

section#content{
	position: relative;
	min-height: 450px;
	margin-top: 0;
	margin-bottom: 6rem;
}

section#content_log{
	min-height: 450px;
	margin-top: 0;
	margin-bottom: 4rem;
}

#offers{
	margin-top: 0;
}

@media (max-width:991px) {
	#offers{
		background-image: none;
		background-repeat: none;
		background-position: none;
	}	
}

.channels_page{
	list-style:none;
	display: inline-block;
	margin: 5px;
}

.channels_page img{
	border: 1px solid #dedede;
	border-radius: 5px;
	padding: 3px;
	height: 40px;
}

#one_product{
	padding-top: 20px;
}

#bg_dark{
	background-color: #f8f8f8;
	border-bottom: 5px solid #b9143f;
	padding: 60px;
	text-align:  center;
}

#bg_dark img{
	text-align:  center;
	margin: 0 auto;
}

#bg_dark h1{
	margin-bottom: 10px;
}

#bg_dark .step{
	width: 32%;
	height: 370px;
	padding: 20px;
	margin: 5px;
}

@media only screen and (max-width: 991px) {
	#bg_dark .step{
		width: 100%;
		height: 390px;
	}
}

#bg_dark .step h4{
	color: #4e544e;
}

#bg_dark .step h2{
	font-family: 'Pacifico';
	position: relative;
	background-color: #4e544e;
	color: #c0c1c1;
	text-shadow: 0px 1px 1px #2d2b2b;
	width: 100px;
	font-size: 60px;
	line-height:80px;
	padding: 5px 0px 10px;
	margin: 20px auto;
	text-align: center;
	border-radius: 50%;

}

#bg_dark .step p{
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
	font-family: 'Raleway';
	padding: 10px;
	color:#333;
}


#bg_dark .step_1{
	background-color: #e8e8e8;
	border: 1px solid #d1d1d1;
}

#bg_dark .step_2{
	background-color: #e8e8e8;
	border: 1px solid #d1d1d1;
}
#bg_dark .step_3{
	background-color: #e8e8e8;
	border: 1px solid #d1d1d1;
}

#bg_dark .step_1 h4{
	color: #0a5444;
}
#bg_dark .step_2 h4{
	color: #c91040;
}
#bg_dark .step_3 h4{
	color: #136a15;
}


#bg_dark .step_1 h2{
	background-color: #094338;
	color: #ffffff;
	text-shadow: 0px 1px 1px #2d2b2b;
}

#bg_dark .step_2 h2{
	background-color: #581020;
	color: #ffffff;
	text-shadow: 0px 1px 1px #2d2b2b;
}

#bg_dark .step_3 h2{
	background-color: #173d10;
	color: #ffffff;
	text-shadow: 0px 1px 1px #2d2b2b;
}

#security{
	background-color: #050a0d;
	padding: 20px;
	text-align: center;
	opacity: 0.7;
}

#security img{
	display: inline-block;
	padding: 0 20px;
	height: 80px;
}

@media (max-width: 991px) {	
	#security img{
		display: inline-block;
		padding: 5px 10px;
		height: 60px;
	}
}

#bg_light{
	background-color: #0f0f0f;
	padding: 20px 0px 40px;
}



#bg_light h1{
	margin-bottom: 10px;
}

#bg_light p{
	text-align: justify;
}

#bg_light ul{
	background-color: #1b1b1b;
	padding: 10px 5px;
}

#bg_light ul li{
	margin-left: 30px;
}

@media (max-width: 991px) {	
	#bg_light ul li{
		margin-left: 30px;
		text-align: left;
	}
}

#bg_light i{
	background-color: #12121c;
	border-radius: 8px;
	text-align:  center;
	width: 100px;
	color:#595656;
	padding: 5px;
	font-size: 50px;
	margin: 2px 25px 2px -20px;
}
.content{
	padding: 0px;
	margin: 0 auto;
}

#content .content{
	max-width: 1130px;
}

.bg-margin-top{
	margin-top: 34px;
}



.content_right{
	padding: 30px 20px;
	margin: 0;
	background-color: #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	min-height: 585px;
}

@media (max-width: 991px) {
	.content_right{
		border-top: none;
	}
	.bg-margin-top{
		margin-top: 10px;
	}
}

.footer_top{
	padding-top: 20px;
	padding-bottom: 40px;
	background: #f3f2f7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.footer_top h2{
	background: none;

	text-shadow: none;
	color: #311d05;
}

.footer_top hr{
	margin-bottom: 50px;
}

.footer_top .products_o{
	height: 400px;
}

.footer_top .products_o img{
	width: 100%;
	height: 140px;
}

@media (max-width: 514px) {
	.footer_top .products_o{
		height: 490px;
	}
	.footer_top .products_o img{
		width: 100%;
		height: 250px;
	}
}

.footer_top .products_o .imie{
	font-family: 'BenchNine', sans-serif;
	font-size: 25px;
	letter-spacing: 0.9px;
	text-align: center;
	color: #000;
	text-transform:uppercase;
	font-weight:bold;
}

.footer_top .products_o .login{
	color: #ccc;
	text-align: center;
	margin-top: -20px;
	padding: 0;
}






.footer_top .products_o .opinia{

	background: #f9f7ff;
	height: 135px;
	border-bottom: 1px solid #dadada;
	color: #949394;
	padding: 10px;
}

.footer_top .products_o .ocena{
	font-family: 'BenchNine', sans-serif;
	font-size: 20px;
	letter-spacing: 0.5px;
	text-align: center;
}

.footer_top .products_o .ocena i{
	color: #da1b84;
}

.fluid_footer{
	background-image: url("../images/content_left.jpg"), 
					  url("../images/content_right.jpg");
	background-repeat: no-repeat, no-repeat;
	background-attachment: scroll, scroll;
	background-position:bottom left, bottom right;
	margin-top: 60px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

#footer h4{
   font-family: 'BenchNine', sans-serif;
   color: #000;
   background: none;
   font-size: 40px;
   margin-left: 30px;
   margin-bottom: 10px;
   font-weight:bold;

}

#footer ul a{
   font-family: 'BenchNine', sans-serif;
   font-size: 18px;
   font-weight: 600;
   letter-spacing: 0.8px;
   text-transform:uppercase;
   color: #0b6890;
}

#footer ul a:hover,
#footer ul a:focus,
#footer ul a:active{
   color: #d81d8d;
} 



#footer ul li{
   font-family: 'BenchNine', sans-serif;
   padding: 2px 0px;
   list-style: none;
}

#footer-pasek{
	padding-top: 40px;
	padding-bottom: 30px;
	background: #0c181e;
	opacity: 0.7;
}

#footer-pasek .copyright img{
	float: right;
}

#footer-pasek .copyright h4 {
	text-transform: uppercase;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 2px;
}

#footer-pasek .copyright p {
	font-family: 'Poppins', sans-serif;
	color: #aaaaaa;
	font-size: 11px;
	text-align:  center;
	margin: 0;
}

#footer-pasek .copyright p a{
	font-family: 'Poppins', sans-serif;
	color: #17a59b;
}


/*======================css for other=========================*/

#pagination{
	text-align:center;
}

#pagination a{
	background-color: #213741;
	border: 1px solid #121e22;
	color:#eee;
}

#pagination a:hover,
#pagination a:focus,
#pagination a:active{
	background-color: #192930;
}

#pagination .active a{
	background-color: #192930;
	color:#fece00;
}

.bg-default{
  background-color: #f0f0f0;
  border: 1px solid #bfbfbf;
  padding: 15px;
}

.bg-info{
  margin-top: 10px;
  background-color: #0a1318;
  border: 1px solid #0a1318;
  padding: 2rem;
  border-radius: 2rem;
}

.bg-danger {
  background-color: #ffefef;
  border: 1px solid #de7272;
  padding: 15px;
} 

.bg-warning {
  background-color: #fff1e5;
  border: 1px solid #f1cdae;
  padding: 10px;
} 

.bg-success {
    background-color: #ecffef;
}

.panel-default {
	width: 100%;
	border-color: #141f24;
	background-color: #141f24;
	display: block;
	margin: 2px 0;
}

.panel-default>.panel-heading {
    color: #ccc;
    background-color: #141f24;
    border-bottom: 1px solid #141f24;
    padding-bottom: 5px;
    border-radius: 0;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
}

.panel-default .panel-title {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
    color: #ccc;
}

.panel-default .panel-title img{
	position:relative;
	top:-2px;
    width: auto;
	padding: 0.3rem;
	background:#fff;
	height: 30px;
	margin: 0 1.5rem;
	border-radius: 2rem;
}

.panel-default .panel-title i{
	margin-left: 5px;
    color: #9b9b9b;
}

.panel-default .panel-title.alert_faq{
    padding: 10px 0;
    color: #fece00;
}


.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: #141f24;
    background-color: #141f24;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 500;
}

#accordion a {
	text-decoration: none;
	color: #696969;
}

#accordion .panel-title {
	background-color:#0f0f0f;
	border: 1px solid #373737;
	padding: 10px;
	margin: 0;
    font-size: 17px;
    letter-spacing: 1px;
    color: #ccc;
} 

#accordion .panel-body {
	margin-top: -1px;
    font-size: 12px;
    border: 1px solid #373737;
    background-color:#0f0f0f;
    color: #ccc; 
} 

#accordion .panel-body a{
	color:#17a59b;
	font-size: 14px;
	font-weight: 600;
}


/* ------ Tabels & Other ------ */

.bg_red{
	border: 1px solid #e64a4a;
	background-color: #070e11;
	padding: 10px 5px;
	border-radius: 1rem;
}

.bg_transparent{
	padding: 10px;
	background-image: url('../images/bg_transparent30.png');
    border-radius: 15px;
}

.text-small{
	font-size: 11px;
}

.padding-sm{
	padding: 5px;
}

.padding-md{
	padding: 10px;

}

.padding-lg{

	padding: 15px;

}

.margin-sm{
	margin: 5px;

}

.margin-md{
	margin: 10px;



}

.margin-lg{
	margin: 15px;
}

.margin-top-sm{
	margin-top: 10px; 
}

.margin-top-lg{

	margin-top: 25px; 
}









.margin-bottom-sm{
	margin-bottom: 10px; 
}



.margin-bottom-lg{
	margin-bottom: 25px;
}

.margin-right-sm{
	margin-right: 10px; 
}

.margin-right-lg{
	margin-right: 25px; 

}



.margin-left-sm{
	margin-left: 10px; 

}

.margin-left-lg{
	margin-left: 25px; 
}

.padding-right-sm{
	padding-right: 10px; 
}

.padding-right-lg{
	padding-right: 25px; 
}

.padding-left-sm{
	padding-left: 10px; 
}

.padding-left-lg{
	padding-left: 25px; 
}

.border-bottom{
	border-bottom: 1px solid #131318;
}

.border-top{
	border-top: 1px solid #131318;

}

.border-right{
	border-right: 1px solid #131318;
}

.border-left{
	border-left: 1px solid #0f0f0f;
}


/* ------ HOME BALANCE ------ */

.home_balance{

	margin: 1rem 2rem 2rem;
}

.home_balance .amount{
	font-family: Arial, sans-serif;
	font-size: 40px;
	margin: 0;
	padding:0;
}

.home_balance .txt{
	position: relative;
	top:-10px;
	left:  7px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	margin: 0;
	color:#ccc;
}

.home_balance a{
	font-family: 'Poppins', sans-serif;
	position: relative;
	top:-10px;
	left: 7px;
	font-size: 13px;
	color: #FFEB3B;
	letter-spacing: 0.7px;
	font-weight: 500;
	margin: 2rem 1.5rem 0 0;
}

.home_balance .amount{
	font-size: 40px;
}


/* ------ Breadcrumbs ------ */

.breadcrumbs{
	margin-top: 3rem;
	height: 35px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-left: 2rem;
}

.breadcrumbs.bar-open{
	margin-top: 6rem;
}

.breadcrumbs a{
	font-family: 'Poppins';
	background-color:#252526;
	font-size: 11px;
	padding: 5px 15px;
	font-weight: 500;
	color:#878787;
}

@media (max-width: 991px) {
	.breadcrumbs{
		margin-top: 2.4rem;
	}
	.breadcrumbs a{
		font-size: 11px;
		padding: 15px 15px;
	}
	.breadcrumbs a.log_out{
		background-color: #7d1111;
		color:#fff;
		top: 20px;
		right: 0;
		position: absolute;
		padding: 10px 15px;
		font-size: 15px;
		border-radius: 5px;
		cursor: pointer;
	}
}

.menu_profil{
	background-color: #181818;
	min-height: 603px;
	padding: 5px 30px;
	margin-top: 0px;
	border-top: 1px solid #1b1b1b;
	border-left: 1px solid #0f0f0f;
	border-bottom: 1px solid #0f0f0f;
}

.menu_profil .menu_info{
	margin: 30px 25px;
}

.menu_profil .menu_items {
	text-align: center;
	padding: 10px;
}

.menu_profil .menu_items a{
	font-size: 30px;
	color: #f4f4f4;
	padding: 5px 15px;
	border-radius: 5px;
}

.menu_profil .menu_items a:hover,
.menu_profil .menu_items a:focus,
.menu_profil .menu_items a:active{
	color: #a7c93e;
	background-color:#222;
}

.menu_profil .menu_bg{
	background-color: #252526;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #0f0f0f;

}

.menu_profil h4{
	text-align: center;
	color: #f4f4f4;
	margin-bottom: 20px;
}


.menu_profil a.lista{
	font-family: 'Raleway';
	font-size: 14px;
	margin: 5px 0px;
	line-height: 30px;
	padding: 10px 20px;
	color: #e3e3e3;
	background-color: #0f0f0f;
	display: block;
	text-align: left;
	border: 1px solid #0f0f0f;
	text-transform:none;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.menu_profil a.lista{
		font-size: 11px;
	}
}

.menu_profil a.lista i{
	font-size: 20px;
	padding: 0 15px 0 0;
}




.menu_profil a.lista_w{
	font-family:sans-serif;
	font-size: 13px;
	margin: 4px;
	padding: 10px 6px;
	font-weight: 600;
	color: #333;
	border: 1px solid #eeeeee;
	display: block;
	text-align: right;
	background: #ffffff;
}

.menu_profil a.lista_w i,

.menu_profil a.lista_w_active i {
	position:absolute;
	margin-top: -5px;
	left: 70px;
	font-size: 30px;
	color: #8a8a8a;
}

.menu_profil a.lista:hover,
.menu_profil a.lista_w:hover{

	color: #17a59b;
}

.menu_profil a.lista_active,
.menu_profil a.lista_w_active{
	font-family:sans-serif;
	font-size: 13px;
	margin: 4px;
	padding: 10px 6px;
	font-weight: 600;
	border: 1px solid #eeeeee;
	text-align: right;
	display: block;
	background: #ffffff;
	color: #d64f4f;
}


.menu_profil .menu_info{
	margin-top: 20px;
	text-align: right;
}


@media (max-width: 991px) {
	.menu_profil{
		min-height: 370px;
		padding-top: 20px;
	}
	.menu_profil h4{
		text-align: center;
	}

	.menu_profil a.lista,
	.menu_profil a.lista_w,
	.menu_profil a.lista_w_active{
	  text-align: center;
	  background: #0f0f0f;
	  border: 1px solid #0f0f0f;
	  padding:  10px;
	  text-decoration:none;
	}

	.menu_profil .menu_info{
		margin-top: 20px;
		text-align: center;
	}
}

#homepage{
	
}

#img-logo{
	max-width: 200px;
}

@media (max-width: 991px) {
	#img-logo{
		max-width: 160px;
	}
}

#buttons_home a{
	max-width: 400px;
	margin: 1.2rem auto;
	text-align: center;
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	text-align:center;
	letter-spacing: 2px;
	font-size: 28px;
	border-radius: 3rem;
	line-height: 55px;
	
}

.home_buttons_top  {
	position:relative;
	min-height: 75px;
}

.home_buttons_top  div{
	padding: 5px;
}

.home_buttons_top img{
	max-width: 100px;
	margin: 8px auto 5px auto;
}



.home_buttons_top .one_box{
	margin: 0px;
	height: 170px;
	border: 1px solid #000c17;
	border-radius: 1rem;
	cursor: pointer;
	text-align: center;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
}

.home_buttons_top .one_box.color_0{background-color: #183331;}
.home_buttons_top .one_box.color_0:hover{background-color: #132826;}

.home_buttons_top .one_box.color_1{background-color: #183331;}
.home_buttons_top .one_box.color_1:hover{background-color: #183331;}

.home_buttons_top .one_box.color_2{background-color: #323018;}
.home_buttons_top .one_box.color_2:hover{background-color: #183331;}

.home_buttons_top .one_box.color_3{background-color: #142a32;}
.home_buttons_top .one_box.color_3:hover{background-color: #0a423e;}

.home_buttons_top .one_box.color_4{background-color: #321728;}
.home_buttons_top .one_box.color_4:hover{background-color: #183331;}

.home_buttons_top .one_box.color_t{background-image: url(../images/bg_transparent30.png); border-radius: 15px;}
.home_buttons_top .one_box.color_t:hover{border:1px solid #5c6700;}

.home_buttons_top .one_box i{
	color: #fff;
	font-size: 80px;
	margin-top: 5px;
	padding: 10px;
}

.home_buttons_top .one_box .title{
	font-family:'Poppins', sans-serif;
	text-transform:uppercase;
	color: #fefefe;
	font-size: 18px;
	font-weight: 600;
}

@media (max-width: 991px){
	.home_buttons_top .one_box .title{
		font-size: 20px;
	}
}


@media (max-width: 768px){
	#profil.home_buttons_top > div{
		margin:0;
		padding: 0 2px;
	}
	#profil.home_buttons_top .one_box{
		height: 65px;
		padding: 5px 0;
		border-radius: 1rem;
	}
	#profil.home_buttons_top .one_box i{
		color: #ffffff;
		font-size: 26px;
		margin-top: 5px;
		padding: 10px;
	}
	#profil.home_buttons_top .one_box .title{
		display:none;
	}
}

@media (max-width: 500px){
	#profil.home_buttons_top .one_box i{
		font-size: 24px;
	}
}

.home_buttons  div{
	margin: 0px;
	padding: 5px;
}


.home_buttons .one_box{
	border: 1px solid #0f0f0f;
	margin: 0px;
	padding: 10px 25px 10px 10px;
	height: 105px;
	color:#fff;
	border-radius: 1rem;
}

.home_buttons .one_box>i{
	float: left;
	font-size: 50px;
	margin-top: 5px;
	padding: 10px;
	margin-right: 1rem;
	margin-left: 1rem;
	width: 70px;
	text-align: center;
}

.home_buttons .one_box.color_0{background-color:#183331;}
.home_buttons .one_box.color_0:hover{background-color:#132826;}
.home_buttons .one_box.color_1{background-color:#213327;}
.home_buttons .one_box.color_1:hover{background-color:#183331;}
.home_buttons .one_box.color_2{background-color:#122c1d;}

.home_buttons .one_box.color_2:hover{background-color:#183331;}
.home_buttons .one_box.color_3{background-color:#331832;}
.home_buttons .one_box.color_3:hover{background-color:#183331;}
.home_buttons .one_box.color_4{background-color: #605308;}
.home_buttons .one_box.color_4:hover{background-color:#183331;}
.home_buttons .one_box.color_5{background-color:#261d24;}
.home_buttons .one_box.color_5:hover{background-color:#183331;}
.home_buttons .one_box.color_6{background-color: #332418;}
.home_buttons .one_box.color_6:hover{background-color:#183331;}
.home_buttons .one_box.color_7{background-color:#183321;}
.home_buttons .one_box.color_7:hover{background-color:#183331;}
.home_buttons .one_box.color_8{background-color:#333018;}
.home_buttons .one_box.color_8:hover{background-color:#183331;}
.home_buttons .one_box.color_9{background-color: #382020;}
.home_buttons .one_box.color_9:hover{background-color:#183331;}
.home_buttons .one_box.color_10{background-color:#182133; padding:10px 20px}
.home_buttons .one_box.color_10:hover{background-color:#183331;}

.home_buttons .one_box.color_alert{background-color:#ffea33;}
.home_buttons .one_box.color_alert:hover{background-color:#ffe500;}

.home_buttons .one_box.color_blue{background-color:#3476bb; padding:10px 20px}
.home_buttons .one_box.color_blue:hover{background-color:#3476ba;}

.home_buttons .one_box.color_crypto{background-color:#012350; padding:10px 20px}
.home_buttons .one_box.color_crypto:hover{background-color:#012350;}

.home_buttons .one_box.color_telegram{background-color:#116885; padding:10px 20px}
.home_buttons .one_box.color_telegram:hover{background-color:#0b546c;}

.home_buttons .one_box.color_bnb{background-color:#e4ab00; padding:10px 20px}
.home_buttons .one_box.color_bnb:hover{background-color:#ca9800;}

.home_buttons .one_box.color_panda{background-color:#1ab46a; padding:10px 20px}
.home_buttons .one_box.color_panda:hover{background-color:#16a35f;}

.home_buttons .one_box.color_white{background-color:#ffffff; padding:10px 20px}
.home_buttons .one_box.color_white:hover{background-color:#ffffff;}

.home_buttons .one_box p.title{
	font-family: 'Poppins';
	text-align: left;
	padding-left: 40px;
	margin-bottom: 5px;
	color:#ffffff;
	font-size: 26px;
	text-decoration: none;
	text-transform: uppercase;
	font-style:italic;
	font-weight:600;
	letter-spacing: 0.2px;
}

.home_buttons .one_box.color_white p.title{
	color:#000000;
}

.home_buttons .one_box p.description{
	position:relative;
	top: -10px;
	left: 2px;
	font-family:sans-serif;
	text-align: left;
	color:#f3f3f3;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 0.5px;
	line-height: 17px;
	max-width: 390px;
}

.home_buttons .one_box.color_crypto .title span{
	float: right;
	font-size: 11px;
	background:#03A9F4;
	color:#fff;
	padding: 0px 8px;
	border-radius: 3px;
}

.home_buttons .one_box.color_crypto .title span.gr{
	float: right;
	font-size: 11px;
	background:#ffffff;
	color:#000;
	padding: 0px 8px;
	border-radius: 3px;
}

.home_title{
	font-family:sans-serif;
	padding:1.5rem;
	margin: 2rem 0.7rem 0;
}

.box-info-home{
	font-family:sans-serif;
	background: #141f24;
	padding:1.5rem;
	margin: 5px;
	font-size: 14px;
	border-radius: 5px;
}

.box-info-home img{
		position:relative;
		top:-5px;
		padding:0;
		margin: 0 2rem 3rem 1rem;
		border-radius: 50%;
		width: 35px;
		float: left;
}

@media (max-width: 680px) {
	.box-info-home img{
		top:5px;
		width: 35px;
		float: left;
	}
}



@media (max-width: 1200px) {
	.home_buttons .one_box p.title{
		font-size: 26px;
	}
	.home_buttons .one_box p.description{
		position:relative;
		top: -10px;
		left: 2px;
		font-family:sans-serif;
		text-align: left;
		color:#f3f3f3;
		font-size: 13px;
		text-decoration: none;
		letter-spacing: 0.5px;
		line-height: 17px;
		max-width: 390px;
	}
}

@media (max-width: 991px) {
	.home_buttons .one_box.color_crypto{
		height:60px;
	}

	.home_buttons .one_box.color_crypto img{
		max-height: 35px;
		float: left;
		margin:2px 10px;
		margin-right: 2rem;
	}
	
	.home_buttons .one_box.color_crypto .title{
		text-transform: none;
		margin:0;
		font-size: 16px;
		margin-top: 7px;
		font-style:normal;
	}
	
	.home_buttons .one_box.color_crypto .title span{
		margin-top: 0;
		font-size: 10px;
	}
}

@media (max-width: 768px) {
	.home_buttons .one_box p.title{
		margin-top: 5px;
		font-size: 22px;
	}
	.home_buttons .one_box p.description{
		font-size: 12px;
		max-width: 350px;
	}
	.home_buttons .one_box>i{
		margin-top: 8px;
		font-size: 40px;
		width: 60px;
	}

	#home_banner .one_box{
		height:90px;
	}
}

@media (max-width: 390px) {
	.home_buttons .one_box.color_crypto{
		height:50px;
	}
	.home_buttons > div{
		margin: 0px;
		padding: 2px 5px;
	}
	.home_buttons .one_box{
		height:50px;
	}
	.home_buttons .one_box p.title{
		margin-top: 1px;
		margin-left: 8px;
		font-size: 16px;
		font-style:normal;
	}
	.home_buttons .one_box p.description{
		display: none;
	}
	.home_buttons .one_box>i{
		position: relative;
		top: -7px;
		margin-top: 0;
		font-size: 22px;
		width: 30px;
		margin-left: 0;
	}

	
	.home_buttons .one_box.color_crypto img{
		max-height: 25px;
		float: left;
		margin:0;
	}
	
	.home_buttons .one_box.color_crypto .title{
		text-transform: none;
		margin:0;
		font-size: 16px;
	}

	.home_buttons .one_box.color_crypto .title span{
		margin-top: 4px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
	}

	#home_banner .one_box{
		height:90px;
	}
	.home_buttons #user-details{
		margin-top: 2rem;
	}
}

.home_buttons .one_box.color_alert i{
	color:#ff3d00;
}

.home_buttons .one_box.color_alert p {
	color:#000;
}

.home_buttons .one_box.color_alert p.title{
	letter-spacing: 0.2px;
	color:#fe3d00;
	font-weight: bold;
}

.home_buttons .one_box.color_alert p.title .btn{
	position:relative;
	top: -2px;
	background-color:#fe3d00;
	color:#ffffff;
	font-style: normal;
	font-weight:600;
	border-radius: 2px;
	margin-left: 3px;
}

.home_desc_bottom{
	font-size: 12px;
	padding: 0 2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	color:#cdcdcd;
}



.faq_crypto{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.faq_crypto .btn{
	background: #ffffff;
	border: 1px solid #ccc;
	color: #000;
	width: 100%;
	height: 50px;
	text-align: left;
	border-radius: 8px;
	box-shadow: none;
	font-weight:600;
}

#address_crypto {
	margin: 1.5rem 5px;
}


#address_crypto .one_address img{
	max-width: 50px;
	float: left;
	margin-right: 1.5rem;
}

#address_crypto .one_address p{
	font-family:'Poppins', sans-serif;
}

#address_crypto .one_address p span{
	background: #fff;
	position: relative;
	top: 2px;
	padding: 3px 8px;
	border-radius: 5px;
	color:#2196F3;
	letter-spacing: 1px;
	font-size: 12px;
	cursor: text;
}

#address_crypto .one_address p strong{
	background: #183331;
	padding: 0 5px;
	border-radius: 2px;
	color:#ffffff;
	font-weight:500;
}



@media (max-width: 550px) {
	#address_crypto .one_address p span{
		top: 0;
		letter-spacing: 0;
		font-size: 10px;
	}
}


@media (max-width: 430px) {
	#address_crypto .one_address img{
		max-width: 25px;
		float: left;
		margin-right: 1.5rem;
	}
	#address_crypto .one_address p{
		position: relative;
		top:-8px;
		font-size: 12px;
	}
	#address_crypto .one_address p span{
		letter-spacing: 0;
		font-size: 9px;
		padding: 3px 5px;
		border-radius: 2px;
	}
}




.user_menu_bottom{
    	position: fixed;
    	top: auto;
    	bottom: 0;
    	background-color: #ffffff;
    	z-index: 1001;
    	height: 77px;
    	width: 100%;
    	padding: 0;
}

.user_menu_bottom .menu_buttons{
	position: relative;
	max-width:500px;
	margin: 0 auto;
	text-align:center;
}

.user_menu_bottom .menu_buttons a{
	text-transform: none;
	text-decoration: none;
	color:#fff;
}

.user_menu_bottom .menu_buttons .one_box{
	display: inline-block;
	text-align:center;
	border: 0;
	border-radius: 0;
	margin: 0 10px;
	padding: 0;
	margin-top:-2px;
}

@media (max-width: 400px){
	.user_menu_bottom .menu_buttons .one_box{
		margin: 0 2px;
		margin-top:-2px;
	}
}
@media (max-width: 360px){
	.user_menu_bottom .menu_buttons .one_box{
		margin: 0;
		margin-top:-2px;
	}
}

.user_menu_bottom .menu_buttons .one_box span{
	position:relative;
	top: -15px;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: #6e6e6e;
}

.user_menu_bottom .menu_buttons .box_icon{
	position:relative;
	top: -10px;
	background-color:#fff;
	color: #6e6e6e;
	width: 55px;
	height: 50px;
	line-height: 55px;
	border-radius: 50%;
	cursor:
	pointer;
}

.user_menu_bottom .menu_buttons .box_icon.active{
	position: relative;
	top: -16px;
	background-color:#E91E63;
	border: 1px solid #E91E63;
	font-size: 32px;
	color:#fff;
	width: 65px;
	height: 65px;
}

.user_menu_bottom .menu_buttons .box_icon img{
	font-size: 20px;
	border-radius: 50%;
	padding: 6px 5px 0;
}



.user_menu_bottom .menu_buttons .box_icon i{
	position: relative;
	top: 2px;
	padding: 0;
	margin: 0px;
	font-size: 23px;
}

.user_menu_bottom .menu_buttons .box_icon.active i{
	position:relative;
	font-size: 33px;
	top: 3px;
	left:1px;
}

.user_menu_bottom .menu_buttons .box_icon.end{
	position: relative;
	background-color:#FFEB3B;
	border: 1px solid #FFEB3B;
	color:#00222f;
	width: 50px;
}

.user_menu_bottom .menu_buttons .box_icon.end i{
	position: relative;
	top: 1px;
}

.user_menu_bottom .menu_buttons .box_icon.end .badge{
	position: absolute;
	top:6px;
	background-color:#F44336;
	border: 1px solid #F44336;
	color:#fff;
	text-shadow: none;
	padding: 3px 5px;
	border-radius:50%;
}


.user_menu_bottom .menu_buttons .one_box .box_icon:hover,
.user_menu_bottom .menu_buttons .one_box .box_icon:focus,
.user_menu_bottom .menu_buttons .one_box .box_icon:active{
    color:#000;
}

.user_menu_bottom .menu_buttons .one_box .box_icon.active:hover,
.user_menu_bottom .menu_buttons .one_box .box_icon.active:focus,
.user_menu_bottom .menu_buttons .one_box .box_icon.active:active{
    background-color:#000;
	border: 1px solid #000;
    color:#fff;
}








.channels_list {
	background-color: #1b1b1b;
	border: 1px solid #0f0f0f;
	max-width: 180px;
	height: 125px;
	text-align: center;
	padding: 10px;
	margin: 5px;
}

.channels_list img{
	width: 90px;
	margin: 6px auto;
}

.channels_list p{
	font-size: 13px;
	line-height: 15px;
}

.tips{
	background: #000;
	padding:2rem;
	border-radius: 3rem;
}

.alert {
	font-family: 'Poppins';
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-width: 0;
    font-size: 14px;
	z-index: 1;
}

@media (max-width: 768px){
	.alert {
		border-radius: 0;
	}
}

.alert a{
	font-weight: 600;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    font-family:sans-serif;
    top: -13px;
    right: 0;
    color: inherit;
    font-size: 50px;
}


.alert-danger {
    background-color: #d70000;
    border-color: #ffe3e1;
    border: 1px solid #d70000;
    color: #fff;
}

.alert-success {
    background-color: #5c6704;
    border-color: #5c6700;
    border: 1px solid #5c6700;
    color: #fff;
}



.profil .panel-default{
	 border: 1px solid #eee;
	 text-align: center;
}

.profil .panel-default > .panel-heading {


	 font-family: "Lato";
	 text-transform:uppercase;
	 font-weight: 600;
	 color: #dc1744;
	 border-top: none;





}

.profil .panel-default > .panel-body {

	 font-weight: 600;
}

.form-horizontal{
	font-size: 12px;
	font-family:
	sans-serif;
	font-weight: 400;
	margin-top: -10px;
	}

label {
    font-weight: 400;
}

.modal{
	background-color: #000;
}



.modal-body {
    position: relative;
    padding: 15px;
    min-height: 300px;
    background-color:#000;
}

.modal-body hr{
    border-color:#080808;
}

.modal-body h1{
	font-family:'Poppins', sans-serif;
	margin-bottom: 20px;
	font-size: 24px;
	color:#fff;
}

.modal-body p{
	font-family:'Poppins', sans-serif;
	margin-bottom: 0;
	font-size: 12px;
}

.content .modal-header{
	padding:10px 17px 5px;
	background: #0d1d23;
	border: none;
}



.content .modal-footer{
	background-color: #000000;
	border: none;
}

.content .modal-footer .back{
	float: left;
}

.modal-header{
	padding:10px 17px 5px;
	background: #24292a;
	border-bottom: none;
}

.modal-header .modal-title {
	font-family: 'BenchNine';
    color: #ffffff;
    font-size: 32px;
    border-bottom: none;
    text-transform: uppercase;
}

.modal-title {
    color: #ffffff;
    font-size: 30px;
    border-bottom: none;
    text-transform: uppercase;
    text-align: center;
}

#top_modal .modal-body h3{
	 font-size: 22px;
	 color: #000;
	margin: 0px 0px 20px;
	text-transform: none;
}

#top_modal .modal-body p{
	font-family: sans-serif;

}

#top_modal .modal-body .alert-success {
    font-size:11px;
}

#top_modal .modal-body .alert-danger{
	font-size:11px;

}

#top_modal .modal-body .alert-dismissible .close {
	display:none;
}


#top_modal .modal-body .linki p {
	margin:0px 0px 12px;
    font-size: 14px;
    padding: 0px;
}


#top_modal .modal-body .linki a {
    font-family: sans-serif;
    font-size: 11px;
    padding: 2px;
    color: #006996;
}

@media (min-width: 768px){
	#top_modal .modal-dialog {
		width: 350px;
		margin: 50px;
	}
}


#output .result,
#output .result_crypto{
	font-size: 14px;
	line-height: 30px;
}

#how_crypto,
#add_crypto,
#modal_crypto{
	background-color:#000;
	color:#fff;
	z-index: 99999999999;
}

#how_crypto .modal-content,
#add_crypto .modal-content,
#modal_crypto .modal-content{
	background-color:#000;
}

#how_crypto .modal-body,
#add_crypto .modal-body,
#modal_crypto .modal-body{
	font-family: sans-serif;
	background-color:#000;
	border: 1px solid #000;
}

#how_crypto .modal-body h2,
#add_crypto .modal-body h2,
#modal_crypto .modal-body h2{
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 26px;
}

#how_crypto .modal-footer,
#add_crypto .modal-footer,
#modal_crypto .modal-footer{
	background-color:#000;
	border: 1px solid #000;
}

#add_crypto .modal-body hr{
	border: 1px solid #060606;
}

#modal_crypto .modal-body h3 span{
	position:relative;
	top:-2px;
	font-family: sans-serif;
	background-color:#3476ba;
	border: 1px solid #3476ba;
	color:#fff;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 18px;
}

#how_crypto .modal-body .desc-title{
	font-size: 16px;
	font-weight: 600;
	margin-left: 2rem;
}

#how_crypto .modal-body .desc-note{
	background-color:#1a1a1a;
	font-size: 13px;
	border-radius: 2rem;
	padding: 2rem;
	margin: 2rem 0;
	text-align: justify;
}

#how_crypto .modal-body .phone-img{
	border: 10px solid #1a1a1a;
	border-radius: 4rem;
	margin: 2rem 0;
}

#modal_crypto.white_bg{
	background-color:#fff;
	color:#fff;
	z-index: 99999999999;
}

#modal_crypto.white_bg .modal-content{
	background-color:#fff;
	box-shadow: none;
	border: 1px solid #fff;
}

#modal_crypto.white_bg .modal-body{
	font-family: sans-serif;
	background-color:#fff;
	border: 1px solid #fff;
	color: #000;
}

#modal_crypto.white_bg .modal_title .fa-btc{
	position: relative;
	top:-2px;
	background:#FF9800;
	color:#fff;
	font-size: 22px;
	padding: 6px 11px 8px;
	border-radius: 50%;
}

#modal_crypto.white_bg .modal-body p{
	color: #000;
}

#modal_crypto.white_bg .modal-body hr{
	border: none;
	border-bottom: 1px solid #f2f2f2;
}

#modal_crypto.white_bg .modal-footer{
	background-color:#fff;
	border: 1px solid #fff;
	padding:0 2rem;
}



.bg-info .phone-img{
	border: 10px solid #1a1a1a;
	border-radius: 4rem;
	margin: 2rem 0;
}

@media (min-width: 992px) {
	.bg-info .phone-img{
		max-width: 500px;
	}
}

.bg-info .desc-title{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-left: 2rem;
	margin-top: 4rem;
}

.bg-info .desc-note{
	font-family: 'Poppins', sans-serif;
	background-color: #3275bb;
	border: 2px solid #3275bb;
	color: #fff !important;
	font-size: 15px;
	border-radius: 2rem;
	padding: 2rem;
	margin: 2rem 0 2rem;
	text-align: justify;
}


.info_pay{
	font-family: 'Poppins', sans-serif;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 2rem 1rem 1rem;
	border-radius: 2rem;
	margin: 0;
}

.info_pay .one_address p.address{
	font-size: 16px;
	font-weight: 600;
	color: #000!important;
}

.info_pay .one_address p strong{
	font-size: 14px;
	background-color: #f2f2f2;
	color: #565656;
	padding: 2px 8px;
	border-radius:5px;
}

.info_pay .one_address p span{
	position: relative;
	top: 5px;;
	font-size: 12px;
	color:#03A9F4;
	font-weight: 500;
	letter-spacing: 0.8px;
	word-break: break-all;
    white-space: normal;
}

.info_pay .one_address p small{
	position: relative;
	top: 1rem;
	font-family: 'Poppins', sans-serif;
    line-height: 0px!important;
	font-size: 10px;
	color:#F44336;
	font-weight: 500;
	letter-spacing: 0;
}


.crypto_bar{
	margin: 3rem 0;
}

.crypto_bar img{
	float: left;
	height: 55px;
	margin-right: 1.5rem;
}

.crypto_bar .crypto_name{
	position:relative;
	font-family: 'Raleway';
	margin: 0;
	font-size: 22px;
	font-weight: 600;
}

.crypto_bar .crypto_rate{
	position:relative;
	top:-5px;
	font-size: 14px;
	letter-spacing: 0.2px;
	margin: 0;
	color:#fff8a6;
}


img.qr{
	max-width: 200px;
}

#modal_crypto p{
	font-size: 14px;
}

#modal_crypto p.small{
	font-size: 11px;
}

#modal_crypto hr{
	border: 1px solid #0e0e0e;
}

.crypto_address{
	font-family: 'Poppins', sans-serif;
    color: #FFEB3B;
    overflow-wrap: break-word;
    letter-spacing: 1px;
    font-size: 16px;
}

#faq .title{
	text-align: left;
	color: #17a59b;
	font-weight: 600;
	font-size: 16px;
}

#faq .desc{
	background-color: #252526;
	border-radius: 8px;
	padding: 10px;
	text-align: justify;
	margin-bottom: 25px;
}

.progress{
    height: 20px;
    margin: 1rem 5px;
    background-color: #ffffff;
    border: 1px solid #666;
    border-radius: 0;
    height:10px;
	
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar span{
    position: relative;
    font-size: 14px;
    color: #464215;
    text-align: center;
    margin-left: 40px;
}

.email_homepage .progress {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 20px;
	border-radius: 3rem;
	height:65px;
	line-height:65px;
	margin: 0 auto;
	margin-top: 2rem;
	max-width: 360px;
}

.email_homepage .progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.email_homepage .progress .bar-danger{
	background-color: #733333;
	color: #ca877e;
}
.email_homepage .progress .bar-warning{
	background-color: #736333;
	color: #cabc7e;
}
.email_homepage .progress .bar-success{
	background-color: #FFEB3B;
	color: #000;
}

.form-check-input{
  position: relative;
  top: 3px;
  right: 6px;
  width: 2rem;
  height: 2rem;
}

.form-check{
	font-family: 'Poppins';
	font-size: 18px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #cacaca;
    border: 1px solid #242424;
    color: #333;
} 

#step1 .form-check{
	background: #ffffff;
	border: 1px solid #000;
	border-radius: 5px;
	margin: 5px 0;
	padding: 0 2rem;
	margin-left: -2rem;
	color:#000;
}

.img-circle{
	border-radius: 50%;
}

.form-control {
    font-family: sans-serif;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #0f0f0f;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form .form-control[type="text"] {
    height: 50px;
    line-height: 50px;
}



.table{
	font-size: 12px;
	font-family: sans-serif;
}


.table-bordered > tbody > tr > td{
	border: 1px solid #d2d2d2;
	background-color: #f9f9f9;
	font-weight: 300;
	vertical-align: middle;
	font-size:  12px;
	color: #252526;
}


.table-bordered > tbody > tr > td p{
	font-family:sans-serif;
}


.table-bordered > tbody > tr > td.bg-info{
	border: 1px solid #0f0f0f;
	background-color: #373737;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #282828;
}

.table-bordered > thead:first-child > tr:first-child > td{
	font-size: 11px;
	background: #e5e5e5;
	font-weight: bold;
	color: #2e2e2e;
	border: 1px solid #ccc;
	background-image: -webkit-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -moz-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -ms-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -o-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: linear-gradient(#f9f9f9, #e4e4e4);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe4e4e4', GradientType=0);

}

.td-total {
    font-size: 13px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.table > thead > tr > td{
	background-color: #f0f0f0;
	color: #505050;
}

.rezerwacje_table .btn-default{
	background-color:#fff;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-weight: 600;
	letter-spacing: -0.5px;
}


.rezerwacje_table .btn-default:hover,
.rezerwacje_table .btn-default:focus,
.rezerwacje_table .btn-default:active{
	background-color:#f3f3f3;
	color: #333;
	border-radius: 8px;
	border: 1px solid #ccc;
}

.rezerwacje_table .btn-default img{
	float:left;
	display:inline-block;
	width:15px;
	height:15px;
	margin-right: 4px;
}

#forum > tbody > tr > td{
	vertical-align: top;
}

.rezerwacje_table > tbody > tr.details > td{
	background-color: #ffffff;
}

.rezerwacje_table > tbody > tr.details > td .log_d{
	background-color: #ffffff;
	padding: 5px;
}

.rezerwacje_table > tbody > tr.details > td h4{
	position:relative;
	top: -8px;
	color: #000e26;
	font-size: 12px;
	padding: 5px 5px 0;
	margin-bottom: 0;
	text-transform: none;
}

.rezerwacje_table > tbody > tr.details > td p{
    font-family:sans-serif;
    font-size: 11px;
    padding:  0 5px;
    margin: 0;
    color:#333;
}

.rezerwacje_table > tbody > tr.details > td .btn{
    position:relative;
    top: -2px;
    text-transform: none;
    border: none;
}

.table>tbody>tr.active>td{
	background-color: #FFEB3B;
	font-weight: 600;
}


#forum > tbody > tr > td .date_topic{
	font-size: 10px;
	color:#5c6700;
	text-align: left;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#forum > tbody > tr > td p{
	color: #000000;
}

#forum > tbody > tr > td .user_login{
	font-weight: 600;
	margin-bottom: 0;
	font-size: 14px;
}

#forum > tbody > tr > td .online{
	color: #121e22;
	text-transform:uppercase;
	font-weight:600;
}

#forum > tbody > tr > td > .topic_avatar{
	height: 70px;
	border: 1px solid #dddada;
	border-radius: 50%;
	padding: 2px;
	margin-bottom:5px;
}


#forum > tbody > tr > td > .icon_avatar{
	height: 18px;
	border: 1px solid #dddada;
	border-radius: 50%;
	padding: 2px;
}

#forum > tbody > tr > td > .fa{
	font-size: 30px;
	color: #7b9a4c;
}

#forum > tbody > tr > td > a{
	position:relative;
	top: 5px;
	font-weight:500;
	font-size: 14px;
}


#forum > tbody > tr > td > a.new_post{
	color:#b9113e;
	font-weight:600;
}

#forum > tbody > tr > td > .small{
	position:relative;
	top: 5px;
	font-size: 10px;
	color: #121e22;
}

#forum_form textarea{
	background: #e9e9e9;
	color: #333;
	border-radius: 0;
}

.paypal_button{
	background-color: #fefefe;
	border-radius: 0;
	border: 2px solid #fea828;
	border-radius: 10px;
	padding: 10px 0px 10px  5px;
	width: 215px;
	height: 80px;
	margin-top: 20px;
}

.paypal_button form{
	float: left;
}

.paypal_button i{
	position: relative;
	top: 0;
	float:right;
	font-size: 50px;
	color: #b9113e;
	margin-right: 15px;

}

.crypto-bar{
	background-color:#ffb100;
	padding: 2rem;
	border-radius: 1rem;
	margin-top: 1rem;
	max-width:230px;
}

.crypto-bar a{
	font-family:sans-serif;
	font-size: 20px;
	color:#000;
	font-weight:bold;
}


.crypto-bar i{
	font-size: 26px;
	margin: 0 1rem;
}

.crypto-bar i.fa-btc{
	font-size: 24px;
	margin: 0 1rem 0 0;
}


@media (max-width: 440px) {
	.crypto-bar{
		background-color:#ffb100;
		padding: 2rem 0;
		text-align:center;
		border-radius: 1rem;
		margin-top: 1rem;
		max-width:230px;
	}
   .crypto-bar a{
   	    font-size: 16px;
	}
	.crypto-bar i{
		font-size: 18px;
		margin: 0 5px;
	}
	.crypto-bar i.fa-btc{
		font-size: 18px;
		margin: 0 3px 0 0;
	}
}

#device_form{
	background-color: #9d221a;
	border: 1px solid #0f0f0f;
	margin: 5px 15px;
	padding: 10px;
	color:#fff;
}


#device_form .form-control{
	background-color:#ffe6e6;
	color: #0f0f0f;
}

#payment_form{
	background-color: #fefefe;
	border: 1px solid #0f0f0f;
	border-radius: 10px;
	margin: 0;
	padding: 15px;
	color:#0b4854;
}

#payment_form h2{
	background-color: #fefefe;
	border-bottom: 2px dotted #e5e5e5;
	font-size: 20px;
	padding: 0 0 25px;
	line-height: 3rem;
	color:#0b4854;
	text-transform: none;
}

@media (max-width: 400px) {
    #payment_form h2{
		font-size: 16px;
	}
}

#payment_form h2 span{
	background: #b9123e;
	color:#fff;
	padding: 2px 1rem;
	border-radius: 1rem;
}

#payment_form .crypto-icon{
	display: inline-block;
	padding: 5px;
	height: 50px;
	margin-bottom: 1rem;
}

@media (max-width: 400px) {
   #payment_form .crypto-icon{
		display: inline-block;
		padding: 3px;
		height: 40px;
		margin-bottom: 2rem;
	}
}

#payment_form hr{
	border-color: #eee;
	margin: 3rem 0;
}

#payment_form p{
	color:#0b4854;
}

#payment_form p.red{
	color:#ff1100;
	font-size: 14px;
	line-height: 20px;
}

#payment_form .lead{
	font-family:sans-serif;
	font-weight: 600;
	margin: 1rem 0;
}

#payment_form .lead.red{
	color:#bf2f25;
	font-size: 14px;
}

#payment_form .lead.green{
	color:#8b9c26;
	font-size: 18px;
}

.input-danger{
    background: #fff;
    border: 5px solid #bf2f25;
    color: #2d0202;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;

}

.logged_background{
	position:absolute;
	opacity: 0.9;
	background-color: #ffd4d4;
	border-radius: 5px;
	width:92%;

	padding: 8px;
	margin-top: -5px;
}

.logged_background p{
	font-size: 14px;
	margin: 2px;

	text-align: center;color: #940808;
	font-weight
}

.liczba_punktow span{
	font-size: 36px;
}

.linki{

	background-color: #f6f6f6;
	padding: 10px 20px;
}
.linki h5{
	font-family: 'Raleway';
	text-transform:uppercase;
	color: #db1744;
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
	margin: 5px 10px;
}
.linki a.link{
	font-family: 'Raleway';

	color: #818181;
	font-size: 13px;
	padding: 2px;


	text-transform:none;
}

.linki a.link:hover,
.linki a.link:active{
	color: #9ca474;
	text-transform:none;
}


.fb-xfbml-parse-ignore{
	font-family:sans-serif;
	font-size: 12px;

	background-color: #4267b2;
	color: #fff;
	font-weight: bold;
	padding: 5px 12px;
	border-radius: 3px;
}

.fb-xfbml-parse-ignore:active,
.fb-xfbml-parse-ignore:focus,
.fb-xfbml-parse-ignore:hover{
	background-color: #3259a9;
	color: #fff;
}


@keyframes spin { 

    from { transform: scale(1) rotate(0deg);}







    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}




    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

.rotate{
	-webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}


/*======================css box item=========================*/



.item_box{
	height: 330px;
	padding: 0px;
	margin: 2px -12px;
	border: 1px solid #dedede;

}


.item_box_wyp{
	max-width: 24%;
	height: 315px;
	padding: 0px;
	margin: 2px 8px 8px 0px;
	border: 1px solid #dedede;
}

.item_box_wyp .item_info_bottom .box_bottom{
	padding: 15px;
}

.item_info{
	padding: 0px;
	margin: 0px;
	border-top: none;
	border-bottom: 1px #f1f1f1 solid;
}




.item_info .box_top{
	padding-top: 5px;
}

.item_info .box_top span{
	font-size: 16px;
}











.item_info .box_top .clock{
	font-size: 16px;
	color: #6b6b6b;
}


.item_info_bottom .box_bottom{
	padding: 0px;

	margin: 0px;
}

.item_info_bottom .box_bottom .box_left{
	padding: 5px 10px;
}

.item_info_bottom .box_bottom .box_left p{
	font-family: 'BenchNine', sans-serif;
	font-size: 20px;
}

.item_info_bottom .box_bottom .box_left p span{
	font-size: 25px;


	color: #6ca214;
	font-weight:bold;
}

.item_info_bottom .box_bottom .box_right_p,
.item_info_bottom .box_bottom .box_right{
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background-color: #f7f7f7;
	padding: 10px;
	text-align: center;
	margin-top: -5px;
	font-size: 20px;
	height: 90%;
}

.item_info_bottom .box_bottom .box_right_p{
	background-color: #feffcf;
	text-align: center;
}

.item_info_bottom .box_bottom .cena_po_znizce{

	position:absolute;
	font-family: sans-serif;


	background: #da1b1b;
	border-radius: 4px;
	font-size: 11px;
	padding: 5px;
	margin-left: 6px;
	margin-top: 4px;
	color: #ffffff;
	font-weight:bold;
}

.item_info .cena_top{
	font-family: 'BenchNine', sans-serif;
	text-align: center;
	color: #da1b84;
	font-weight: bold;

	font-size: 30px;
	margin: 3px 0px;
}

.item_info_bottom{
	font-family: sans-serif;
	font-size: 13px;
	color: #737373;

	padding: 0px;
	margin: 0px;
	border-top: none;
}


.item_info_bottom .rozmiary{

	background-color: #fbfbfb;
	height: 27px;
	margin-top: 1px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5px;
}

.item_info_bottom .rozmiary a{
  padding: 1px 7px;
  margin-left: -1px;
  background-color: #ffffff;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  font-family: 'BenchNine', sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight:bold;
}

.item_info_bottom .progress {
	height: 25px;
	margin-bottom: 0px;

	background-color: #fafafa;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;

}


.item_info_bottom .procent_rezerwacji_2{
	font-family: 'BenchNine', sans-serif;
	position:relative;
	left: 3px;
	text-align: center;
	font-size: 19px;
}

.item_info_bottom .procent_rezerwacji{
	font-family: 'BenchNine', sans-serif;















	position:relative;
	left: 3px;


	text-align: center;
	font-size: 20px;
}

@media (max-width: 992px) {
	.item_box{
		max-width: 100%;

		height: 420px;

	}

	.item_box_inner img{
		max-height: 235px;
	}
}

@media (min-width: 993px) and (max-width: 1199px){

	.item_box{
		height: 345px;

	}
}

@media (max-width: 767px) {

	.item_box{
		max-width: 100%;
		height: 635px;
	}
	.item_box_inner img{
		max-height: 435px;
	}
}

@media (max-width: 675px) {
	.item_box{
		max-width: 100%;
		height: 605px;
	}






}

@media (max-width: 625px) {
	.item_box{
		max-width: 100%;
		height: 580px;
	}
}

@media (max-width: 575px) {
	.item_box{
		max-width: 100%;
		height: 520px;
	}
}


@media (max-width: 525px) {
	.item_box{
		max-width: 100%;
		height: 480px;
	}
}

@media (max-width: 480px) {

	.item_box{
		max-width: 100%;
		height: 445px;
	}


}

@media (max-width: 420px) {
	.item_box{
		max-width: 100%;
		height: 395px;
	}
}



.item_box_inner{
	background-color: #fff;
}

.item_box .item_box_inner img{
	width: 100%;
}

@media (min-width: 992px) {
	.item_box .item_box_inner img{
		max-height: 148px;

	}
}




/* //////////////////////// produkty na homepage //////////////////////////////////// */

/*////////////////////// lista zyczen - lista produktow /////////////////////// */

.aukcje_rozpoczete {
	position:relative;
}

.aukcje_rozpoczete .col-md-2{

	padding-left: 3px;
	padding-right: 3px;
}





.aukcje_rozpoczete h2 {
    margin-bottom: 0;
}

.small_box{
    padding-right: 5px;
    padding-left: 0px;
}
.aukcje_rozpoczete .single-product{
	height: 185px;
	margin: 3px;
	border: 1px solid #f1f1f1;
	margin-left: 0px;
	margin-right: 0px;
}
#aukcje_rozpoczete .single-product-img {
    width: 100%;
    height: 122px;
    background: #fff;
    position: relative;
}

#aukcje_rozpoczete .single-product-img .like{
	position:absolute;
	right: 0;
	margin-right:7px;
	margin-top:7px;

	font-size: 32px;

	font-weight:100;
	z-index: 990;

}


#aukcje_rozpoczete .single-product-img .like a{
	color: #808080;

}

#aukcje_rozpoczete .single-product-img .rozmiary{
	position:absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0px;
	background-color: #ffffff;
	border-top: 1px solid #ececec;
	width: 100%;
	padding: 5px;
	opacity: 0.95;
	z-index: 990;
}

#aukcje_rozpoczete .single-product-img .rozmiary .rozmiar{
	color: #4a4a4a;
	border-radius: 5px;


	font-weight:bold;
	font-size: 20px;
	padding: 3px 5px;
	margin: 0px 1px;
}


#aukcje_rozpoczete .single-product-img .rozmiary h3{
	font-size: 30px;
	color: #0099cc;
}


#aukcje_rozpoczete .single-product-img .rozmiary .time{
	color: #4a4a4a;


	border-radius: 5px;
	font-weight:bold;
	font-size: 30px;
	padding: 3px 5px;
	margin: 0px 1px;

}


#aukcje_rozpoczete .product-img img {width: 100%;max-height: 132px;}

.aukcje_rozpoczete .single-product .product-footer .box_left{
	background-color: #fdfdfd;
	text-align: center;
	margin-top: 1px;
	height: 25px;
}

.aukcje_rozpoczete .single-product .product-footer .box_right_p,
.aukcje_rozpoczete .single-product .product-footer .box_right{
	border-left: 1px solid #f1f1f1;
	padding: 1px 0px;
	text-align: center;
	margin-top: 0px;
	height: 25px;
}

.aukcje_rozpoczete .single-product .product-footer .box_right_p{
	background-color: #feffcf;







	text-align: center;
}

.aukcje_rozpoczete .single-product .product-footer .box_right_p a,
.aukcje_rozpoczete .single-product .product-footer .box_right a{
	font-size: 18px;
	color: #666;
	font-weight: 200;
}

.aukcje_rozpoczete .single-product .product-footer .box_right_p a i,
.aukcje_rozpoczete .single-product .product-footer .box_right a i{

	padding-top: 0px;
}







.aukcje_rozpoczete .single-product .product-footer{

	padding: 0px;
	margin: 0px;
	border-top: none;

}

.aukcje_rozpoczete .single-product .product-footer .box_top{
	height: 25px;
}



.aukcje_rozpoczete .single-product .product-footer .box_top h4{
	color: #666;

	font-size: 16px;

	font-weight:bold;

	padding: 5px 5px 2px;


	margin: 0px;
	text-align: left;
	text-transform:none;
	border-bottom: 1px solid #f1f1f1;
}

.aukcje_rozpoczete .single-product .product-footer h4{
	text-align: center;
	color: #de1744;

	font-weight:bold;
	padding: 0px;
	margin-top: 5px;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-transform: none;
}



.aukcje_rozpoczete .single-product .product-footer p{
	font-size: 12px;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	color: #353535;
}

.aukcje_rozpoczete .single-product .product-footer h4 span{
	font-size: 24px;
}

.aukcje_rozpoczete .single-product .product-footer .bg{
	background-color: #f9f9f9;
}

.aukcje_rozpoczete .single-product .product-footer .box_right a:hover,
.aukcje_rozpoczete .single-product .product-footer .box_right a:focus,
.aukcje_rozpoczete .single-product .product-footer .box_right a:active{
	text-decoration: none;
}

@media (max-width: 1199px) {
	.aukcje_rozpoczete .single-product{
		height: 241px;
	}
}


@media (min-width: 992px) and (max-width: 1198px) {

	.aukcje_rozpoczete .single-product{
		height: 266px;
	}
	#aukcje_rozpoczete .single-product-img {
		width: 100%;
		height: 150px;
	}
	#aukcje_rozpoczete .product-img img {
		width: 100%;
		max-height: 150px;

	}
}

@media (max-width: 991px) {
	.aukcje_rozpoczete .single-product{
		height: 276px;
	}
	#aukcje_rozpoczete .single-product-img {
		width: 100%;
		height: 160px;
	}
	#aukcje_rozpoczete .product-img img {
		width: 100%;
		max-height: 160px;
	}
}




@media (max-width: 767px) {
	.aukcje_rozpoczete .single-product{
		height: 346px;
	}
	#aukcje_rozpoczete .single-product-img {
		width: 100%;
		height: 230px;
	}
	#aukcje_rozpoczete .product-img img {
		width: 100%;
		max-height: 230px;
	}

}


@media (max-width: 740px) {
	.aukcje_rozpoczete .single-product{
		height: 286px;
	}
	#aukcje_rozpoczete .single-product-img {
		width: 100%;
		height: 170px;
	}
	#aukcje_rozpoczete .product-img img {

		width: 100%;

		max-height: 170px;

	}
}

@media (max-width: 600px) {

	.aukcje_rozpoczete .single-product{
		height: 267px;
	}
	#aukcje_rozpoczete .single-product-img {
		width: 100%;
		height: 150px;
	}
	#aukcje_rozpoczete .product-img img {
		width: 100%;
		max-height: 150px;
	}
}

@media (max-width: 530px) {
	.aukcje_rozpoczete .col-xs-6{
		width:100%;

	}
	.aukcje_rozpoczete .single-product{
		height: 366px;
	}
	#aukcje_rozpoczete .single-product-img {
		width: 100%;
		height: 250px;
	}
	#aukcje_rozpoczete .product-img img {
		width: 100%;

		max-height: 250px;

	}

	#aukcje_rozpoczete .single-product-img .rozmiary{
		position:absolute;
		right: 0;
		top: 0;
		height: 60px;
		border-bottom: 1px solid #ececec;
	}
}


@media (max-width: 452px) {
	.aukcje_rozpoczete .col-xs-6{
		width:100%;
	}
	.aukcje_rozpoczete .single-product{
		height: 306px;
	}

	#aukcje_rozpoczete .single-product-img {
		width: 100%;
		height: 190px;
	}
	#aukcje_rozpoczete .product-img img {

		width: 100%;
		max-height: 190px;
	}
	#aukcje_rozpoczete .single-product-img .rozmiary{
		position:absolute;
		right: 0;

		top: 0;
		height: 60px;
		border-bottom: 1px solid #ececec;

	}
}

.item_top{
	background: #252526;
	border: 1px solid #252526;
	border-radius: 8px;
	padding: 10px 15px;
	margin: 5px 0px;
}

.item_top img{margin: 5px;padding: 2px;height: 50px;width: 60px;display:inline-block;}

.item_top a{
	margin-top: 10px;
	letter-spacing: 2px;
	font-size: 22px;
}

.item_top_grey{
	    background: #1e3740;
	    border: 1px solid #0f0f0f;
	    border-radius: 1rem;
	    padding: 5px 15px 15px 15px;
	    margin: 0px 0px 15px;
	    min-height: 125px;
}

.item_top h4{
	font-size: 24px;
	margin-bottom: 15px;
}

.dodatkowe_info{
	padding: 0px;
	text-align: left;
}

.dodatkowe_info h1{
	font-size: 32px;
	margin-bottom: 5px;

	color:#ded837;
}

.dodatkowe_info h4{






	color: #d3d3d3;
	letter-spacing: 3.0px;
}


@media (max-width: 991px) {
	.item_top_grey{
		 padding: 0;
		 margin: 0;
		 background: none;
		 border: none;
	}
	.dodatkowe_info{

		text-align: left;

	}
	.dodatkowe_info h1{
		margin: 5px 0 10px;
		text-align: left;
	}
}

.item_top form {
	font-family:sans-serif;

	margin-bottom: 15px;
}

.item_top form .form-control,
.item_top form button{
	font-size: 13px;

	padding: 7px 20px;
}

@media (max-width: 1199px) {
	
.item_top form .form-control,
.item_top form button{
		margin-top: 10px;
	}
}

.item_top form p{
	margin-top: 20px;
}

.tabbable{
	font-family:sans-serif;
}

.rezerwacje_table .dropdown-menu>li>a {
	font-size: 14px;
	display: block;
	padding: 5px 20px;
	min-width: 250px;
	clear: both;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
	white-space: nowrap;
}
.rezerwacje_table .dropdown-menu>li>a>i {
    font-size: 17px;
    padding-right: 7px;
}	

.rezerwacje_table .dropdown-menu .paypal{
	background-color:#3476ba;
	color:#fff;
	margin: 2px 0;
}

.rezerwacje_table .dropdown-menu .btc{
	background-color:#ff9a26;
	color:#000;
}

.nav-tabs {
    border-bottom: none;

    margin-bottom: 5px;
}

.nav-tabs>li{
    margin-right: 2px;	
}


.nav-tabs>li>a{
	font-family: 'Raleway';
	background: #252526;
    border: 1px solid #252526;
	font-size: 16px;
	font-weight:500;
    padding: 10px 20px;
}


.nav-tabs>li>a:hover,



.nav-tabs>li.active>a{
	color: #ffffff;
	background: #0f2b32;
	border: 1px solid #0f0f0f;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    color: #ffffff;
    background: #0f1f25;
    border: 1px solid #0a1419;
}

@media (max-width: 991px) {
	.nav-tabs>li>a{
		font-size: 13px;
		padding: 15px 10px;
	}
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
   color: #ffffff;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
}

.tab-content{
	padding: 25px 15px;
	background-color: #0e1f25;
	border: 1px solid #091419;
	font-size: 11px;
}

.link_item{
	font-family: 'Raleway';
	background: #252526;
	border: 1px solid #252526;
	padding: 5px 10px;

	margin-bottom: 5px;
	font-size: 12px;
}

.link_item span{font-size: 14px;color: #17a49a;font-weight: 600;}

#channels_list{
	background-color: #252526;
	border-top: 5px solid #b9123d;
	border-left: 1px solid #0f0f0f;
	border-right: 1px solid #0f0f0f;
	border-bottom: 1px solid #0f0f0f;
}

.alert-dismissable .close, .alert-dismissible .close{
	display:none;
}

.rezerwacje_table .dropdown-menu{
	min-width: 350px;
	padding: 15px 2px;
	
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ @media {
     .rezerwacje_table .dropdown-menu {
        overflow-x: auto;
		overflow-y: hidden;
		z-index:1;
    }
}}

.rezerwacje_table .dropdown-menu .form-control{
	background-color:#fff;
	border: 1px solid #ccc;

	color:#000;

}

/*======================css for btn=========================*/

.btn{
	font-family: sans-serif;
	border-radius: 1rem;
	/* text-transform:uppercase; */
	margin: 2px 0;
}

.btn-orange {
    color: #3d2000;
    background-color: #fff945;
    border-color: #beb800;
}

.btn-white{
  color: #000;
  background-color: #fff;
  border-color: #fff;
  text-shadow: none;
}

.btn-white:focus,
.btn-white.focus,
.btn-white:hover,
.btn-white:active{
  color: #000;
  background-color: #eee;
}


.btn-orange:focus,
.btn-orange.focus,
.btn-orange:hover,
.btn-orange:active{
  color: #3d2000;

  background-color: #f6ef06;
  border-color: #beb801;
  text-shadow: none;
}


.btn-info {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-info:focus,
.btn-info.focus,
.btn-info:hover,
.btn-info:active{
  color: #333;
  background-color: #f5f5f5;
  border-color: #ccc;
  text-shadow: none;
}

.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #1ea39b;
    border-color: #1ea39b;
}

.btn-default {
  color: #fff;
  background-color: #132a32;
  border-color: #181818;
  text-shadow: none;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
  color: #fece00;
  background-color: #132a32;
  border-color: #181818;

  text-shadow: none;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  /* color: #fece00; */
  /* background-color: #132a32; */
  /* border-color: #181818; */
  text-shadow: none;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,






.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  /* color: #fece00; */
  /* background-color: #132a32; */
  /* border-color: #181818; */
  text-shadow: none;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,

.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  color: #fece00;
  background-color: #132a32;
  border-color: #181818;
  text-shadow: none;
}

.btn-success {
	color: #ffffff;
	background-color: #5b6808;
	border-color: #5b6808;
	text-shadow: none;
	}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #4b5507;
	border-color: #4b5507;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #4b5507;
	border-color: #4b5507;
}


.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,

.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,

.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #4b5507;
	border-color: #4b5507;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    color: #ffffff;
    background-color: #4b5507;
	border-color: #4b5507;
}

.btn-primary{
  color: #ffffff;
  background-color: #2d6f61;
  border-color: #2d6f61;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-group.open .dropdown-toggle.btn-primary,
.btn-primary:hover,

.btn-primary:visited {

  color: #fff;
  background-color: #1d4f45;
  border-color: #1d4f45;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1d4f45;
  border-color: #1d4f45;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #1d4f45;
  border-color: #1d4f45;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {

  background-image: none;
  border-color: none;


}
.btn-primary.disabled,

.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,

.btn-primary.disabled:active,

.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,

.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  color: #fff;
  background-color: #1d4f45;
  border-color: #1d4f45;
}

.btn-danger {
  color: #bf0000;
  background-color: #ffffff;
  border-color: #d50f00;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
  color: #ffffff;
  background-color: #bf0101;
  border-color: #bf0101;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;

  background-color: #bf0101;
  border-color: #bf0101;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,

.btn-danger:active:focus,

.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,


.btn-danger:active.focus,


.btn-danger.active.focus,

.open > .dropdown-toggle.btn-danger.focus {

  color: #ffffff;
  background-color: #bf0101;
  border-color: #bf0101;
}
.btn-danger:active,
.btn-danger.active,

.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],



fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,

.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,

fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,

.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  color: #ffffff;
  background-color: #bf0101;
  border-color: #bf0101;
}

.btn-warning {
  color: #ffffff;
  background-color: #b9133e;
  border-color: #b9143f;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #980e2e;
  border-color: #980e2e;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #980e2e;
  border-color: #980e2e;

}
.btn-warning:focus,

.btn-group.open .dropdown-toggle.btn-warning {
  background-color: #980e2e;
  border-color: #980e2e;
}
.btn-warning:active,
.btn-warning.active,

.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #980e2e;
  border-color: #980e2e;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,

.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #980e2e;
  border-color: #980e2e;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,

fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,

fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #980e2e;
  border-color: #980e2e;

}

.btn-blue {
  color: #ffffff;
  background-color: #3476ba;
  border-color: #3476ba;
}
.btn-blue:focus,
.btn-blue:hover{
  color: #ffffff;
  background-color: #2969ab;
  border-color: #2969ab;

}

.btn .icon_btn{
	position: relative;
	top: -2px;
	left: -2px;width:20px;
	display: inline-block;
}

/******************************
responsive area

********************************/



/* lg */


@media (min-width: 1200px) and (max-width: 1350px) {
	.navbar-default {
        z-index: 1;
    }
	.navbar-default .navbar-nav>li>a {
        font-size: 19px;
        padding: 15px;
        text-align: left;
    }
    .navbar-search input{
		width: 200px;
	}
}

@media (max-width: 991px) {
	.navbar-default {
    	background-color: #0a1318;
    	border-color: #0a1318;
    	box-shadow:  none;
    }

    .navbar-default .navbar-collapse{
        border-color: #0a1318;
    }

    .navbar-default .navbar-nav {
		float: left;
		margin: 10px 15px;
		/*! padding: 15px 25px; */
		width: 90%;
	}
	.navbar-default .navbar-nav > li{
		background-color: #0a1318;
	}
	.navbar-default .navbar-nav > hr{
		border-color: #0a1318;
		margin: 1.5rem 0 2rem;
	}
	.navbar-default .navbar-nav>li>a{
		color: #f4f4f4;
		font-size: 15px;
		letter-spacing: 0;
		margin: 5px;
	}
	.navbar-default .navbar-nav>li>a i.visible-xs{
		display:inline-block!important;
		margin-left: 3px;
	}
	.navbar-default .navbar-nav>.active>a:active,
	.navbar-default .navbar-nav>.active>a:hover, 
	.navbar-default .navbar-nav>.active>a:focus{
		color: #5c6704;
	}
	#marka > .dropdown-menu > div > .col_left {
		width: 170px;
		float: left;
		background: #f6f6f6;
	}
	section#content {
		padding: 5px;
		margin-bottom: 12rem;
	}
	section#content > div {
		padding: 0;
	}
	section#content .bg-info {
		margin:0;
		padding: 2rem;
		border-radius: 0;
	}
	.container {
		padding: 0 40px;
	}
	#bg_dark {
		padding: 60px 0;
	}
	h1{
		font-size: 36px;
	}
	h1.span{
		font-size: 26px;
	}
}


#wybrana_aukcja{
	padding: 0;
	margin: 0;
}

#wybrana_aukcja .auction_header{margin-bottom: 15px;}

#wybrana_aukcja .auction_content h4{
	font-family: sans-serif;
	margin-left: 5px;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 200;
	text-transform: none;
	color: #8d8d8d;
}

#wybrana_aukcja .container{
	padding: 0px;
	margin: 0px;
}

#wybrana_aukcja .auction_header h2{
	font-family: 'BenchNine';
	text-transform: uppercase;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fefefe;
	padding: 4px 20px 0px;
	margin: 5px 0px 0px;
}
#wybrana_aukcja .auction_header p{
	margin-left: 5px;
	font-size: 14px;
	letter-spacing: 1.8px;

}

#wybrana_aukcja .auction_content .cena_aukcji{
	background: #0f0f0f;
	border: 1px solid #0f0f0f;
	border-radius: 10px;
	padding: 5px;
	font-size: 50px;
	color: #b4ae27;
	font-weight: 600;
	width:  100%;
	display: block;
	text-align: center;
}




#wybrana_aukcja .auction_content .buy_now{
	background-color: #14242c;
	border: 1px solid #14242c;
	border-radius: 8px;
	padding: 5px 25px 10px;
	margin-top: 10px;
	color: #fff;
}

#wybrana_aukcja .auction_content .buy_now p{
	font-family: sans-serif;
	color:#000 !important;
}


#wybrana_aukcja .auction_content .info_price{
	margin: 2rem 0 2.5rem;
	color:#000;
}

#wybrana_aukcja .auction_content .buy_now h2{
	font-size: 24px;
	border-bottom: 1px solid #0a1317;
	font-size: 20px;
	padding: 0 0 15px;
	line-height: 3rem;
}

#wybrana_aukcja .auction_content .buy_now p{
	font-family: sans-serif;
	color: #fff !important;
	font-size: 12px;
}

#wybrana_aukcja .auction_content .info_price .price_desc span{
	color: #17a59b;
}

#wybrana_aukcja .auction_content .info_price .price{
	font-family: sans-serif;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 3px;
	padding: 5px 2rem;
	font-weight: 600;
	margin: 0;
	color: #000;
	font-size: 24px;
}

#wybrana_aukcja .auction_content .buy_now .form-control{
	background-color: #ffffff;
	border: 2px solid #000000;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	color: #000;
}

#wybrana_aukcja .auction_content .buy_now .btn{
	font-family: Arial, sans-serif;
	text-transform: none;
	font-size: 19px;
	padding: 10px 30px;
	margin-top: 5px;
	border-radius: 1rem;
	margin-left: 0px;
	font-weight:600;
	background: #FFEB3B;
	border: 1px solid #FFEB3B;
	color: #000000;
}

#wybrana_aukcja .auction_content .buy_now .btn:hover,
#wybrana_aukcja .auction_content .buy_now .btn:focus,
#wybrana_aukcja .auction_content .buy_now .btn:active{
	background: #266ead;
    border: 1px solid #266ead;
}


#wybrana_aukcja .auction_content .crypto-bar{

	margin-left: -15px;
}

#wybrana_aukcja .auction_content .price{
	margin-top: 14px;
	margin-left: -20px;
	font-size:  12px;
}

#wybrana_aukcja .auction_content .price p{
	margin: 5px;


}


#wybrana_aukcja .auction_content .price p span{
	color: #ddd839;
}


#wybrana_aukcja .auction_content .buy_now a.register{
	color: #fff;
	text-align:left;
}

@media (max-width: 991px) {
	#wybrana_aukcja{
		padding: 5px;
		margin: 5px;
	}
    #wybrana_aukcja .auction_header h2{
    	font-size:30px;
    }
    #wybrana_aukcja .auction_header p {
    	font-size: 12px;
    	letter-spacing: 0.5px;
    }
	#wybrana_aukcja .auction_content .info_price{
	}
	#wybrana_aukcja .auction_content .price .small{
		margin-top: 15px;
	}
	
	#wybrana_aukcja .auction_content h4{
		font-size: 13px;
	}
	#wybrana_aukcja .auction_content h4 .lead{
		font-size: 12px;
	}
}

.thumbnail{
	border: 1px solid #d9d7d7;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #cdcdcd;
}

.home_pills{
	margin-bottom: 40px;
}

.home_box .icon {
  width: 170px;
  height: 160px;
  border: 1px solid #dc1744;
  display: table;

  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; 
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.home_box .icon i {

  display: table-cell;
  vertical-align: middle;

  height: 160px;
  font-size: 65px;
  line-height: 160px;
  color: #dc1744;
}
.home_box h3{
    font-size: 28px;
    font-weight: 600;
}

.border_red{
	border: 1px solid #c91111;
	padding: 4px;
}

.border_green{
	border: 1px solid #71801b;
	padding: 4px;
}

.border-radius{
	border-radius: 5px;
}

@media (max-width:500px) {
	.ppp{
		width:100%;
		text-align:left;
	}
}


	/* COMMON PRICING STYLES */
		.panel.price,
		.panel.price>.panel-heading{
			border-radius:0px;
			border-color: #0f0f0f;
		}
		.panel.price:hover{
			box-shadow: 0px 0px 10px #104447;
		}

		.panel.price>.panel-heading {
			color: #fff;
			background-color: #132d2e;
			border-bottom: 1px solid #0f0f0f;
		}

		.panel h3{
			font-size: 34px;
			color: #17a59b;
			margin: 10px;
			text-transform: uppercase;
		}

		.panel p.small{
			background-color: #3b817a;
			border: 1px solid #0f0f0f;
			color: #000000;
			margin: 0;

		}

		.panel p.small span{
			font-family:  sans-serif;
			color: #1f1f1f;
			font-weight:bold;
		}

		.panel.price>.panel-body {
			color: #fff;
			background-color: #0d1d1e;

			padding: 15px 5px 5px;


		}

		.panel.price>.panel-body .lead{
			color: #afc427;
			font-size: 50px;
			font-weight: 600;
			margin: 5px;
			line-height: 20px;
		}

		.panel.price>.panel-body .lead span.free{
			font-size: 35px;
			line-height: 31px;
			color: #66a5c3;
		}

		.panel.price>.panel-body .lead span.currency{
			margin-left: -10px;
			font-size: 20px;

			color: #8b9c27;
		}
		.panel.price>.panel-body .date{
			margin: 0;
		}

		.panel.price .list-group-item:nth-child(odd) {
			color: #4d8b86;
			background-color: #132d2e;
			border-color: #0f0f0f;
			font-size: 12px;
		}

		.panel.price .list-group-item:nth-child(even) {
			color: #4d8b86;
			background-color: #0c2324;
			border-color: #0f0f0f;
			font-size: 12px;
		}
		
		.price .panel-footer {
			color: #fff;
			border-radius: 0;
			background-color: #0d1d1e;
		}

		.panel.price>.panel-body .date{
			font-size: 12px;
		}
		.panel.price>.panel-body .first_price{
			font-size: 12px;
			margin: 10px 0 0;

		}
		.panel.price>.panel-body .first_price span{
			color: #dc1549;
			font-size: 17px;
			text-decoration:line-through;
		}
		.panel.price .btn{
			font-family: 'Raleway';
			border:0px;
			font-size: 12px;
		}

		@media (max-width:991px) {
			#one_product{

				padding: 5px;
			}
			.panel h3{
				font-size: 30px;
			}
			.panel.price>.panel-body .lead{






				font-size: 24px;
			}
			.panel.price>.panel-body .lead span.currency{
				margin-left: -2px;
				font-size: 16px;
			}
			.panel.price .list-group-item{
				font-size: 12px;
			}
			.panel.price .btn{
				font-size: 12px;
			}
		}
		

		.price.panel-green{border-color: #0f0f0f;}
		.panel-green h3{color: #a7ff89;}			
		.price.panel-green>.panel-heading {
			color: #fff;
			background-color: #132e1d;
			border-bottom: 1px solid #0f0f0f;
		}
		.price.panel-green>.panel-heading > .panel-heading-inner{
			position:relative;

		}
		
		.price.panel-green>.panel-heading > .panel-heading-inner > .recommended-plan-ribbon {
			box-sizing: content-box;
			background-color: #e6df13;
			color: #353301;
			position: absolute;
			padding: 3px 6px;
			font-size: 17px!important;
			letter-spacing: 3px;
			font-weight: 600;
			left: -22px;
			top: -49px;
			z-index: 99;
			width: 118%;
			/* -webkit-box-shadow: 0 -1px #642b40 inset; */
			box-shadow: 0 -1px #6b6d09 inset;
			border-top: 1px solid #c4c71c;
		}

		.price.panel-green>.panel-heading > .panel-heading-inner > .recommended-plan-ribbon:before {
			border: solid;
			border-color: #642b40 transparent;
			border-width: 6px 0 0 6px;
			bottom: -5px;
			content: "";
			left: 0;
			position: absolute;
			z-index: 90;
		}

		.price.panel-green>.panel-heading > .panel-heading-inner > .recommended-plan-ribbon:after {
			border: solid;

			border-color: #642b40 transparent;
			border-width: 6px 6px 0 0;
			bottom: -5px;
			content: "";
			right: 0;
			position: absolute;
			z-index: 90;
		}
			

		.price.panel-green>.panel-body {
			color: #aec327;
			background-color: #0b1c11;
		}

		.price.panel-green>.panel-body p{

			color: #e5e6e6;
		}
		
		.price.panel-green>.panel-body .lead{
			margin: 5px 5px;
			color: #aec327;
		}

		.price.panel-green  p.small{
			background-color: #3b813d;
			border: 1px solid #0f0f0f;
			color: #000000;
			margin: 0;
		}
		.price.panel-green .panel-footer {
			color: #fff;
			border-radius: 0;

			background-color: #0b1c11;
		}
		
		.price.panel-green .list-group-item:nth-child(odd) {
			color: #a8c7b4;
			background-color: #132e1d;
			border-color: #0f0f0f;
		}

		.price.panel-green .list-group-item:nth-child(even) {
			color: #a2c1ae;
			background-color: #1e412b;
			border-color: #0f0f0f;
		}


		.price.panel-dark{border-color: #000000;}
		.panel-dark h3{color: #fff4f7;}	
		.panel-dark h3 span{color: #decf01;}
		.panel-dark p{color: #a6b655;}
		.panel-dark p.small{background-color: #fbe918;border: 1px solid #000000;color: #0f0f0f !important;margin: 0;}
		.panel-dark p.small span{
			color: #0f0f0f;
		}		
		.price.panel-dark>.panel-heading {
			color: #fff;
			background-color: #0f0f0f;
			border-bottom: 1px solid #000000;
		}
		.price.panel-dark>.panel-heading > .panel-heading-inner{
			position:relative;
		}
		
		.price.panel-dark>.panel-heading > .panel-heading-inner > .recommended-plan-ribbon {
			box-sizing: content-box;
			background-color: #e6df13;
			color: #353301;
			position: absolute;
			padding: 3px 6px;
			font-size: 17px!important;
			letter-spacing: 3px;
			font-weight: 600;
			left: -22px;
			top: -49px;
			z-index: 99;
			width: 114%;

			/* -webkit-box-shadow: 0 -1px #642b40 inset; */
			box-shadow: 0 -1px #6b6d09 inset;

			border-top: 1px solid #c4c71c;
		}

		.price.panel-dark>.panel-heading > .panel-heading-inner > .recommended-plan-ribbon:before {
			border: solid;
			border-color: #642b40 transparent;
			border-width: 6px 0 0 6px;
			bottom: -5px;
			content: "";
			left: 0;
			position: absolute;
			z-index: 90;
		}

		.price.panel-dark>.panel-heading > .panel-heading-inner > .recommended-plan-ribbon:after {
			border: solid;
			border-color: #642b40 transparent;
			border-width: 6px 6px 0 0;
			bottom: -5px;
			content: "";
			right: 0;
			position: absolute;
			z-index: 90;
		}
			

		.price.panel-dark>.panel-body {
			background-color: #373b18;
		}
		.price.panel-dark>.panel-body .first_price span{
			color: #e29f00;
			font-size: 16px;
			text-decoration:line-through;
		}	
		
		.price.panel-dark>.panel-body .lead{
			margin: 5px 5px;
			color: #decf00;
		}
		.price.panel-dark .panel-footer {
			color: #fff;
			border-radius: 0;

			background-color: #feeb13;
		}
		
		.price.panel-dark .list-group-item:nth-child(odd) {
			color: #b9c082;
			background-color: #0f0f0f;
			border-color: #000000;

		}


		.price.panel-dark .list-group-item:nth-child(even) {
			color: #b9c082;
			background-color: #1a1a1a;
			border-color: #000000;
		}
		
		.price.panel-dark .panel-footer .btn,
		.price.panel-dark .panel-footer .btn:hover,
		.price.panel-dark .panel-footer .btn:focus,
		.price.panel-dark .panel-footer .btn:active{
		    color: #000000;
		    font-weight: 600;
		    background-color: #fdea16;
		    border-color: #fdea16;

		}
		

		.price.panel-smart{border-color: #000000;}
		.panel-smart h3{color: #fff4f7;}	


		.panel-smart h3 span{color: #decf01;}
		.panel-smart p{color: #b9c082;}
		.panel-smart p.small{
			background-color: #3f1322;
			border: 1px solid #000000;
			color: #f5f4cc;
			margin: 0;
		}
		.panel-smart p.small span{
			color: #efdf08;
		}		
		.price.panel-smart>.panel-heading {
			color: #fff;
			background-color: #0f0f0f;
			border-bottom: 1px solid #000000;
		}
		.price.panel-smart>.panel-heading > .panel-heading-inner{
			position:relative;
		}

		.price.panel-smart>.panel-heading > h3{
			font-size: 22px;
		}
		
		.price.panel-smart>.panel-heading > .panel-heading-inner > .recommended-plan-ribbon {
			box-sizing: content-box;
			background-color: #e6df13;
			color: #353301;
			position: absolute;
			padding: 3px 6px;
			font-size: 17px!important;
			letter-spacing: 3px;
			font-weight: 600;
			left: -22px;
			top: -49px;
			z-index: 99;
			width: 114%;
			/* -webkit-box-shadow: 0 -1px #642b40 inset; */
			box-shadow: 0 -1px #6b6d09 inset;
			border-top: 1px solid #c4c71c;
		}

		.price.panel-smart>.panel-heading > .panel-heading-inner > .recommended-plan-ribbon:before {
			border: solid;
			border-color: #642b40 transparent;
			border-width: 6px 0 0 6px;
			bottom: -5px;
			content: "";
			left: 0;
			position: absolute;
			z-index: 90;
		}

		.price.panel-smart>.panel-heading > .panel-heading-inner > .recommended-plan-ribbon:after {
			border: solid;
			border-color: #642b40 transparent;
			border-width: 6px 6px 0 0;
			bottom: -5px;
			content: "";
			right: 0;
			position: absolute;
			z-index: 90;
		}
			

		.price.panel-smart>.panel-body {
			background-color: #3f1322;
		}
		.price.panel-smart>.panel-body .first_price span{
			color: #e29f00;
			font-size: 16px;
			text-decoration:line-through;
		}	
		
		.price.panel-smart>.panel-body .lead{
			margin: 5px 5px;
			color: #eede08;
		}
		.price.panel-smart .panel-footer {
			color: #fff;
			border-radius: 0;
			background-color: #ad003d;
		}

		.price.panel-smart .panel-footer a.btn{
			color: #fff;
			font-weight: 600;
			border-radius: 0;
			background-color: #ad003d;
		}
		.price.panel-smart .panel-footer:hover{
			background-color: #ad003d;
		}
		.price.panel-smart .panel-footer a.btn:hover,
		.price.panel-smart .panel-footer a.btn:focus,
		.price.panel-smart .panel-footer a.btn:active{
			background-color: #ad003d;
		}
		
		.price.panel-smart .list-group-item:nth-child(odd) {
			color: #b9c082;
			background-color: #0f0f0f;
			border-color: #000000;
		}


		.price.panel-smart .list-group-item:nth-child(even) {
			color: #b9c082;
			background-color: #1a1a1a;
			border-color: #000000;
		}
		
		.price.panel-smart .panel-footer .btn,
		.price.panel-smart .panel-footer .btn:hover,
		.price.panel-smart .panel-footer .btn:focus,
		.price.panel-smart .panel-footer .btn:active{
		    color: #ffffff;
			background-color: #bf0101;
			border-color: #bf0101;
		}


		.price.panel-smart-de{border-color: #000000;}
		.panel-smart-de h3{color: #fff4f7;}	
		.panel-smart-de h3 span{color: #decf01;}
		.panel-smart-de p{color: #b9c082;}

		.panel-smart-de p.small{
			background-color: #5b1e00;
			border: 1px solid #000000;
			color: #f5f4cc;

			margin: 0;
		}
		.panel-smart-de p.small span{
			color: #efdf08;
		}		
		.price.panel-smart-de>.panel-heading {
			color: #fff;
			background-color: #0f0f0f;
			border-bottom: 1px solid #000000;
		}
		.price.panel-smart-de>.panel-heading > .panel-heading-inner{
			position:relative;

		}

		.price.panel-smart-de>.panel-heading > h3{

			font-size: 22px;
		}
		
		.price.panel-smart-de>.panel-heading > .panel-heading-inner > .recommended-plan-ribbon {


			box-sizing: content-box;
			background-color: #e6df13;
			color: #353301;
			position: absolute;
			padding: 3px 6px;
			font-size: 17px!important;
			letter-spacing: 3px;
			font-weight: 600;
			left: -22px;
			top: -49px;
			z-index: 99;

			width: 114%;
			/* -webkit-box-shadow: 0 -1px #642b40 inset; */
			box-shadow: 0 -1px #6b6d09 inset;
			border-top: 1px solid #c4c71c;
		}

		.price.panel-smart-de>.panel-heading > .panel-heading-inner > .recommended-plan-ribbon:before {
			border: solid;
			border-color: #642b40 transparent;
			border-width: 6px 0 0 6px;
			bottom: -5px;
			content: "";
			left: 0;
			position: absolute;
			z-index: 90;
		}

		.price.panel-smart-de>.panel-heading > .panel-heading-inner > .recommended-plan-ribbon:after {
			border: solid;
			border-color: #642b40 transparent;
			border-width: 6px 6px 0 0;
			bottom: -5px;
			content: "";
			right: 0;
			position: absolute;
			z-index: 90;
		}
			

		.price.panel-smart-de>.panel-body {
			background-color: #5b1e00;
		}
		.price.panel-smart-de>.panel-body .first_price span{
			color: #e29f00;
			font-size: 16px;
			text-decoration:line-through;
		}	
		
		.price.panel-smart-de>.panel-body .lead{
			margin: 5px 5px;
			color: #eede08;
		}
		.price.panel-smart-de .panel-footer {
			color: #fff;
			border-radius: 0;
			background-color: #d74300;
		}

		.price.panel-smart-de .panel-footer a.btn{
			color: #fff;
			font-weight: 600;
			border-radius: 0;
			background-color: #d74300;
		}
		.price.panel-smart-de .panel-footer:hover{
			background-color: #d74300;
		}
		.price.panel-smart-de .panel-footer a.btn:hover,
		.price.panel-smart-de .panel-footer a.btn:focus,
		.price.panel-smart-de .panel-footer a.btn:active{
			background-color: #d74300;
		}
		
		.price.panel-smart-de .list-group-item:nth-child(odd) {
			color: #b9c082;
			background-color: #0f0f0f;
			border-color: #000000;
		}


		.price.panel-smart-de .list-group-item:nth-child(even) {
			color: #b9c082;
			background-color: #1a1a1a;
			border-color: #000000;
		}
		
		.price.panel-smart-de .panel-footer .btn,
		.price.panel-smart-de .panel-footer .btn:hover,
		.price.panel-smart-de .panel-footer .btn:focus,
		.price.panel-smart-de .panel-footer .btn:active{
		    color: #ffffff;
			background-color: #bf0101;
			border-color: #bf0101;
		}

.opacity_7{
  opacity: 0.7;
}	
	
/* --------------------- 
SUBSCRIBE SECTION
--------------------- */

#subscribe {
    background: url(../images/carousel/bg.jpg) fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-top: 3px solid #08080a;
    border-bottom: 3px solid #08080a;

    color: #fff;
}

#subscribe h1 {
    font-family: 'Raleway';
    font-size: 52px;
    line-height: 60px;
    color: #FFF;
    text-transform: uppercase;

    font-weight: 700;
}   
   

#subscribe p{



	font-family: 'Raleway';
	font-size: 20px;
	color: #bfbfbf;
}

#subscribe .container {
	padding: 65px 0;
}

#subscribe input {
	font-family: 'Raleway';
	padding: 10px 30px;
	border-radius: 30px;
	border: 2px solid #dc1744;



	margin: 30px 5px;
	color: #bfbfbf;
	-webkit-transition: .5s ease-out;

	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
	font-size: 16px;
}

#subscribe input[type=submit],

#subscribe input[type=button]{
	margin-top: 26px;
	line-height: 22px;
	font-size: 20px;

	color: #fff;
}

 
#subscribe input:disabled{
	color: #dc1744;
}
 
#subscribe input:hover,
#subscribe input:focus {
    border: 2px solid #cc1a4f;
} 

#myVideo{
	min-width: 100%;
	min-height: 100%;
}



::-webkit-scrollbar-track 
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{ 
    width: 12px;
    background-color: #F5F5F5; 
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);

    background-color: #555;
}

.pricingTable{text-align:center}
.pricingTable{background: #0e1215;border-radius:10px;border: 1px solid #0f0f0f;overflow:hidden;position:relative;transition:all .3s ease 0s;}
.pricingTable:hover{box-shadow:0 1px 15px #626262;}
.pricingTable svg{display:block;margin-left:-1px}
.pricingTable .pricing-content{padding:20px 0 30px;position:relative}
.pricingTable .title{background: #0e1215;font-size:35px;font-weight: 500;color:#fffd86;text-transform:uppercase;margin:0 0 15px;}
.pricingTable .pricing-content ul{padding:0;margin:0 0 30px;list-style:none}
.pricingTable .pricing-content ul li{font-size:14px;color:#fff;line-height:40px;text-transform:capitalize;border-bottom: 1px solid #06090b;background-color: #07090b;}

.pricingTable .pricing-content ul li p span{font-family:sans-serif;font-size: 14px;letter-spacing: 1.4px;color:#ece30e;font-weight:600;background-color: #0e1215;padding: 5px 8px;border-radius: 5px;}
.pricingTable .pricingTable-signup{font-size: 15px; display:inline-block;padding:8px 40px;background:#ae003d;border-radius:20px;font-weight:600;color:#fff;text-transform:uppercase;position:relative;transition:all .3s ease 0s}
.pricingTable .pricingTable-signup:hover{color:#ae003d;background:#fff;}
.pricingTable.blue .title{color:#f7f683}
.pricingTable.blue .pricingTable-signup{background: #fdee32; color: #000;}
.pricingTable.blue .pricingTable-signup:hover{color:#000;background:#fff;} 
.pricingTable.red .title{color: #ebe97d;}
.pricingTable.red .pricingTable-signup{background:#009987}
.pricingTable.red .pricingTable-signup:hover{color:#009987;background:#fff;}
.pricingTable.green .title{color:#f7f683}
.pricingTable.green .pricingTable-signup{background:#d74300}
.pricingTable.green .pricingTable-signup:hover{color:#d74300;background:#fff;}

.pricingTable .new_provider{position:absolute;width: 100%;background-color: #eee950;padding: 8px 0 5px;font-size: 15px;color: #dd0000;font-family: 'Poppins';font-weight: 600;}

@media only screen and (max-width:990px){.pricingTable{margin-bottom:30px}
}

.pricingTable .title .second_provider{
	font-family: 'Poppins';
	position:relative;
	top: 2px;
	font-size: 19px;
	background-color: #ffffff;
	font-weight: bold;
	text-transform: none;
	border-radius: 10px;
	padding: 0 0 0 10px;
	color: #000000;

}

.pricingTable .title .second_provider span{
	background-color: #ff0000;
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
	margin-left: 4px;
	letter-spacing: 1px;
}

#btn_payment.btn,
#btn_payment.btn:hover,
#btn_payment.btn:focus{
	font-family: 'Poppins', sans-serif;
	background: #fece00;
	font-size: 13px;
	border: 1px solid #fece00;

    color: #0f0f0f;
    border-radius: 10px;
    text-transform: none;
}

#btn_payment.btn.change_btn{
	border: 1px solid #fece00;
	background: #004d45;
	color:#fece00;
} 

/*====================== NEWS =========================*/

#news_box{
	position: relative;
	margin: 5px;
	background-color: #0a1318;
	border: 1px solid #0a1318;
	border-radius: 0;
	padding: 0px;
	width:98%;
}

.home_news{
	
}

.home_news > h2{
	font-size: 16px;
	text-align: left;
    padding-left: 20px;
}

.home_news .news_inner{
	background: #ffffff;
	margin: 10px 0 10px;
	border: 1px solid #000c17;
	padding: 0;
}

.home_news .news_title{
	background-color:#e7e7e7;
	padding: 10px;
	 border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    color: #000;
    background-image: -webkit-linear-gradient(#f9f9f9, #e4e4e4);
    background-image: -moz-linear-gradient(#f9f9f9, #e4e4e4);
    background-image: -ms-linear-gradient(#f9f9f9, #e4e4e4);
    background-image: -o-linear-gradient(#f9f9f9, #e4e4e4);
    background-image: linear-gradient(#f9f9f9, #e4e4e4);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe4e4e4', GradientType=0);
}

.home_news .news_title h2{
	font-family: sans-serif;
	font-size: 14px;
	color:#000000;
	text-transform:none;
	text-align: left;
	margin: 0;
	line-height: 18px;
	margin-bottom: 0;
	font-weight: bold;
}


.home_news .news_title h2 a{
	font-family: sans-serif;
	color:#000;
}

.home_news .news_title h2 .btn{
	position: relative;
    top: -2px;
    background-color: #fe3d00;
    color: #ffffff;
}

.home_news .news_title .entry{
	font-family: sans-serif;
	font-size: 10px;
	margin: 0;
	letter-spacing: 0.2px;
	color:#000;
}

.home_news .news_title .entry span{
	color: #b9133e;
	font-weight: 600;
}

.home_news .news_content{
	font-family: sans-serif;
	border-top: 1px solid #ffffff;
	padding: 15px;
	font-size: 13px;
	text-align: justify;
	color:#000;
}

.home_news .news_content p,
.home_news .news_content a{
	font-family: sans-serif;
}

.home_news .news_content p{
	font-family: sans-serif;
	font-size: 12px;
	color:#000;
	margin:0 0 10px;
	letter-spacing: 0.3px;
	font-weight: 500;
}

@media (max-width:520px) {
	.home_news .news_title h2{
		font-size: 14px;
	}
	.home_news .news_title .entry{
		font-size: 10px;
	}
	.home_news .news_content p{
		font-size: 12px;
	}
}

.total{
	background-color:#ffba36;
	border: 1px solid #fdb938;
	border-radius: 3px;
	padding: 10px;
}

.total .price{
	font-size: 13px;
	color: #000;
	font-weight:600;
	margin: 0;
}

.total .price span{
	font-size: 16px;
	color: #9c0000;
	font-weight: 600;
	margin: 0;

}

.captcha{
	border-radius: 5px;
	border: 1px solid #01060a;
}

.bg_yellow{
	background-color: #FFC107;
    border-radius: 5px;
    padding: 10px;
    margin-left: 15px; 
}

.bg_yellow .form-control{
	border: 1px solid #d49e05;
	font-weight:600; 
}

#limited_offer{
	position:relative;
	background-color:#0e3038;
	padding: 15px 0;
	min-height: 630px;
	text-align:center;
	border-radius: 8px;
}

#limited_offer .one_box{
	position:relative;
	background-color:#153d46;
	padding: 0 0 12px;
}

#limited_offer .one_box h3{
	background-color:#0d1d23;
	font-size: 24px;
	color:#00ffe7;
	margin: 0;
	padding: 10px;
}

#limited_offer .one_box ul{
	margin: 10px 0;
}

#limited_offer .one_box li{
	text-align:left;
}

#limited_offer .one_box .price{
	font-family: sans-serif;
	background-color:#1c4952;
	color: #FFEB3B;
	font-weight:600;
	font-size: 20px;
}

#limited_offer .one_box .price span{
	display: block;
	font-size: 14px;
	text-decoration:line-through;
	color:#7d9fa5;
	font-weight:500;
	line-height: 18px;

}

#limited_offer .one_box .price .price_month_top{
	display: block;
	background-color: #F44336;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: 1.5px;
	color:#ffffff;
	line-height: 30px;
	margin-top: 6px;
}

#limited_offer .one_box .btn{
	background-color:#009688;
    color:#fff;
    border-color: #009688;
    font-size:14px;
    padding: 5px 15px;
    border-radius: 5px;
}

#limited_offer .one_box .btn:hover,
#limited_offer .one_box .btn:focus,
#limited_offer .one_box .btn:active{
	background-color:#018074;
    border-color: #018074;
}

#top-bar-login{
	background-color: #b9133e;
	margin-bottom: 10px;
}

#top-bar-login .container{
	padding: 0;
}


#top-bar-login h3{
	font-family: 'Staatliches', cursive;
	letter-spacing: 2px;
	text-align:center;
	font-size: 30px;
	padding: 0;
	margin:10px;;
}

@media (max-width:400px) {
	#top-bar-login h3{
		font-size: 22px;
		padding: 1.2rem 0;
	}
}

.email_homepage .form-control[type="text"]{
	font-family: sans-serif;
	margin: 0 auto;
	margin-top: 2rem;
	text-align:center;
	letter-spacing: 2px;
	font-size: 18px;
	border-radius: 3rem;
	height: 65px;
	line-height: 65px;
	max-width: 360px;
}

#get_started,
.email_homepage button{
	font-family: 'BenchNine', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 26px;
	width: 90%;
	margin: 0 auto;
	border-radius: 3rem;
	height: 65px;
	line-height: 45px;
	max-width: 360px;
}

#check_email_info .btn-primary{
	background-color:#167217;
	border-radius:50%;
	font-size:60px;
	padding:10px 28px;
	margin-top:15px;
}

#modal_payments .modal-body h1{
	font-family: sans-serif;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color:#c4bb00;
	text-transform:none;
}

#modal_payments .modal-body p{
	font-family:'Poppins', sans-serif;

	font-size: 12px;
	margin-bottom: 5px;
}


#payments{
	position:relative;
}

#payments .tab-content{
	background-color: #070707;
	border: none;
	font-family: sans-serif;
	margin: 0 0 0 -10px;;
	padding: 0 15px;
}

#payments .tab-content .tab-pane{
	background-color: #070707;
	border-radius: 10px;
	margin-bottom: 3rem;
	padding: 0;
}

#payments .box_input{
	margin: 0;
	padding: 0;

}

#payments .box_input a{
	font-family: 'Poppins', sans-serif;
	background: #0f1e23;
	border: 1px solid #0f1e23;
	color: #fff;
	height: 110px;
	margin: 10px 5px;
	text-align: center;
	border-radius: 8px;
	font-size: 12px;
	box-shadow: none;
}

#payments .box_input.active a,
#payments .box_input a:hover{
  background: #0d2128;
  border: 1px solid #132a32;
  color: #fff;
}

#payments .box_input img{
	width: 52px;
	height: 52px;
	margin: 8px auto;
	border-radius: 50%;
}


#payments .box_input .discount{
	position:absolute;
	top: -10px;
	left: 15px;
	right: 15px;
	font-family: 'Poppins', sans-serif;
	background-color: #b8143f;
	padding: 1px 10px;
	border-radius: 6px;
	text-align:center;
	margin: 0 auto;
	font-size: 12px;
}

@media (max-width:768px) {
	#payments .box_input a{
	    height: 120px;
	}
    #payments .box_input .discount{
		right: 50px;
		left: 50px;
	}
}

@media (max-width:520px) {
	#payments .box_input .discount{
		right: 50px;
		left: 50px;
	}
}

@media (max-width:480px) {
	#payments .box_input .discount{
		right:20px;
		left: 20px;
	}
}

#payments #modal_faq{
	text-align:left;
}

#payments h3{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin: 0 0 10px;
	color:#c4bb00;
	font-weight:bold;
	line-height: 30px;
}

#payments h3 .icon{
	position:relative;
	top:-2px;
	height: 30px;
	display: inline-block;
	border: 1px solid #101010;
	border-radius: 50%;
	padding: 1px;
}

#payments h3 span{
	font-family: sans-serif;
	font-size: 14px;
	text-transform:none;
	background-color:#b8143f;
	border-radius: 4px;
	padding: 2px 8px;
	color:#fff;
}

@media (max-width:768px) {
	#payments h3{
		font-size: 16px;
		line-height: 20px;
	}
}

#payments p.qr_code{
	font-family:sans-serif;
	letter-spacing: 1px;
	font-size: 10px;
	margin: 2rem 0 0;
	padding: 8px 0;
	background-color:#fff;
	color:#000;
}

#payments p.qr_code i{
	background-color:#101010;
	padding:8px 8px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 11px;
	margin-left: 5px;
}

#payments p.small{
	font-size: 9px;
	margin: 5px 0 30px;
	color:#c4bc01;
}

#payments .crypto_desc p{
	font-size: 11px;
	margin-bottom: 1.5rem;
}

#payments .crypto_desc .package_name{
	font-family: 'Lato', sans-serif;
	background-color: #181a1b;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 0;
	text-align:center;
}

#payments .crypto_desc .package_name .new_price{
    background-color:#b8143f;
    padding: 2px 8px;
    border-radius: 5px;
    margin-left:6px;
}

#payments .crypto_desc .price{
	background-color: #fff;
	text-align:center;
	font-weight: 600;
	border-radius: 6px;
	padding:10px;
	color: #000000;
}

#payments .crypto_desc .price span{
	display: block;
	line-height: 30px;
}

#payments .crypto_desc .text{
	font-size: 12px;
}

#payments .crypto_desc .package_price{
	color: #000000;
	font-size: 12px;
}

#payments .crypto_desc .ammount_price{
	background-color:#eee;
	color:#ff0000;
	font-size: 22px;
	padding:5px 0;
}

#payments .crypto_desc .ammount_price .ammount_desc{
	background-color:#eee;
	color:#5c6709;
	font-size: 10px;
	padding:0;
}

#payments .crypto_desc .price .desc span{
	background-color:#f00;
	color:#fff;
	font-size:14px;
	letter-spacing: 2px;
}

#payments .crypto_desc .ammount_price .icon{
    position:relative;
    top:-2px;
	display: inline-block;
	height: 25px;
}

#payments .crypto_desc .token_price{
	position: relative;
	top: -2px;
	background-color: #dcd9d9;
	color: #000000;
	font-size: 12px;
	letter-spacing: 1px;
}



#payments .crypto_desc .btn{
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	padding:10px;
}

#payments .crypto_desc ul{
	font-size: 9px;
	padding-left: 1.5rem;
}

#payments .crypto_desc ul li{
	line-height: 18px;
}

.download_apps a{
	display: inline-block;
}

.download_apps a img{
	padding: 0px;
	margin: 5px;
	border: 1px solid #1d1d1d;
}

#payments .form-footer{
	margin-top: 2rem;
	padding-top: 2rem; 
	border-top: 1px solid #0e0e0e;
}

#payments .form-footer .btn{
	font-family: 'Poppins', sans-serif;
	border-radius: 8px;

}

.alert_news{
	position: fixed;
	top: auto;
	bottom: 90px;
	right: 90px;
	width:70px;
	height: 70px;
	z-index: 1;
}

.alert_tele{
	position: fixed;
	top: auto;
	bottom: 90px;
	right: 10px;
	width:75px;
	height: 70px;
	z-index: 1;
}

.icon{
	max-height: 50px;
	margin: 1rem;
}

.gallery{
	margin: 2rem 0;
}

.gallery img{
	max-width: 49%;
	display:inline-block;
	padding: 5px;
	margin: 1rem 0;
	border: 1px solid #010c1c;
	background-color:#000;
	border-radius: 2rem;
}

@media (max-width:768px) {
	.gallery img{
		max-width: 100%;
	}
}


#tickets .one_ticket{
	font-family: sans-serif;
	background-color:#ffffff;
	border: 1px solid #000c17;
	border-radius: 2rem;
	padding: 1rem;
	text-align:center;
	margin: 15px;
	min-height: 470px;
}

#tickets .one_ticket img{
	max-width: 200px;
	margin: 0 auto 2rem;
}

#tickets .one_ticket.active{
	font-family: sans-serif;
	background-color: #233a42;
	border: 1px solid #000c17;
	border-radius: 2rem;
	padding: 1rem;
	text-align:center;
}


#tickets .one_ticket .thumbnail{
	margin-top: 2rem;
}

#tickets .one_ticket h2{
	color: #0a1318;
	text-transform: none;
	margin: 2rem 0 2rem;
}

#tickets .one_ticket h2 span{
	position: relative;
	top:-3px;
	background: #F44336;
	color: #ffffff;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 20px;
}

#tickets .one_ticket .btc{
	color: #0a1318;
	font-size: 20px;
}

#tickets .one_ticket .btc span{
	display:block;
	background: #ffffff;
	border: 3px dotted #ccc;
	padding: 10px 10px;
	border-radius: 5px;
	color: #009ad0;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	word-wrap: break-word;
}

#tickets .one_ticket p.sm{
	font-size: 14px;
}

#tickets .one_ticket p.sm a{
	color: #009ad0;
}

#tickets .one_ticket hr{
	border-top: 1px solid #eee;
}


#tickets .crypto-select-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 15px;
}

#tickets .crypto-btn {
    border: 2px solid #ccc;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
    background: #fff;
    align-items: center;
    min-width: 125px;
}

#tickets .crypto-btn img {
	display:block;
    height: 32px;
    margin: 5px auto;
	
}

#tickets .crypto-btn > span{
	display:block;
	text-align: center;
	color:#454f53;
}

#tickets .crypto-btn > span .badge{
	background: #f6f6f6;
	border-radius: 4px;
	color:#454f53;
	font-size: 12px;
	font-weight: 600;
	text-shadow: none;
}


#tickets .crypto-btn.active {
    border: 3px solid red !important;
    
}

#tickets .crypto-btn:hover {
    border-color: #888;
}

#tickets #price_package2{
  margin: 0 auto;
  border-radius: 20px;
  border: 2px solid #000000;
  color:#E91E63;
  font-size: 15px;
  font-weight: 600;
  line-height: 70px;
  height: 70px;
  text-align: center;
}

@media (max-width:375px) {
	#tickets #price_package2{
	  font-size: 13px;
	}
}


#tickets .one_ticket .result,
#tickets .one_ticket .result_crypto{
	font-size: 18px;
}

@media (max-width:400px) {
	#tickets .one_ticket h2{
		font-size: 20px;
	}

	#tickets .one_ticket h2 span{
		font-size: 14px;
	}

	#tickets .one_ticket .btc{
		font-size: 16px;
	}
	
	#tickets .one_ticket .btc span{
		text-align: center;
	}

	#tickets .one_ticket p.sm{
		font-size: 13px;
	}
	
	#tickets .one_ticket .btc span{
		word-wrap: break-word; 
		margin-top: 2rem;
		margin-bottom: 3rem;
		font-size: 13px;
	}
}

  

#tickets .one_ticket .title{
	font-size: 20px;
    margin: 0;
    height: 60px;
    font-weight: 600;
}

#tickets .one_ticket img.logo{
	position:relative;
	top: -3px;
	display: inline-block;
	max-width: 32px;
	margin: 2rem auto;

}

#tickets .one_ticket p,
#tickets .one_ticket a{
	font-family: sans-serif;
	color: #000;
	margin-bottom: 5px;
}

#tickets .one_ticket.active .remove,
#tickets .one_ticket .remove{
	position:absolute;
	top: 5px;
	right: 15px;
	color:#bf0101;
	font-size: 30px;
}

#tickets .one_ticket .date_end{
	background-color:#fff;
	color:#000;
	border: 1px solid #ccc;
	border-radius: 1rem;
	width: 100%;
	display: block;
	margin: 15px auto 15px;
	font-size: 28px;
	text-align:center;
}

#tickets .one_ticket .date_end.active{
	color:#db0000;
}

#tickets .one_ticket .date_success{ 
	background-color:#fff;
	color:#007a02;
	border: 1px solid #000;
	border-radius: 2rem;
	max-width: 150px;
	display: block;
	margin: 1rem auto;
	font-size: 28px;
}

#tickets .one_ticket .date_ended{
	background-color:#fff;
	color:#db0000;
	border: 1px solid #000;
	border-radius: 2rem;
	max-width: 150px;
	display: block;
	margin: 1rem auto;
	font-size: 28px;
}



#tickets .one_ticket .price{
	font-size: 15px;
	margin: 0;
}	

#tickets .one_ticket .price .disc{
	font-weight: 600;
	color:#000000;
	font-size: 16px;
	margin-bottom: 0;
}

#tickets .one_ticket .price .package{
	background-color: #bf0101;
	font-weight: 600;
	color:#fff;
	text-decoration: line-through;
	margin-left: 2px;
	padding: 2px 5px;
	border-radius: 5px;
}

#tickets .one_ticket .amount{
	font-family: 'Poppins', sans-serif;
	position:relative;
	top: -10px;
	color: #3476ba;
	font-size: 18px;
	font-weight:600;
	margin: 0;
}

#tickets .one_ticket .amount .disc{
	font-family: 'Poppins', sans-serif;
	position:relative;
	top: -1px;
	color: #afafaf;
	font-size: 12px;
	font-weight:400;
	margin: 0;
}

#tickets .one_ticket .desc{
	letter-spacing: 0.5px;
	margin-top:  10px;
}	

#tickets .one_ticket .amount .icon{
	position:relative;
	top: -2px;
	margin: 0;
	width: 20px;
}

#tickets .one_ticket .pay_details{
	margin-top: 5px;
	margin-bottom: 1rem;
	word-wrap: break-word;
	text-align:left;
	font-size: 12px;
	background-color:#f9f9f9;
	border: 1px solid #ccc;
	border-radius:1rem;
	padding: 1rem;
}

#tickets .one_ticket.active .pay_details{
	margin-top: 2rem;
	word-wrap: break-word;
	text-align:left;
	font-size: 12px;
	background-color:#1b353e;
	border-radius:1rem;
	padding: 1rem;
}			


#tickets .one_ticket .pay_details .address span{
	position:relative;
	font-family: 'Poppins', sans-serif;
	color: #3476ba;
	font-size: 16px;
	top: 4px;
}


.table_ticket{
	font-family: 'Poppins', sans-serif;
	background-color: #ffffff;
	border: 1px solid #000;
	margin: 5px;
	border-radius: 1rem;
	padding: 1rem;
}

.table_ticket .logo{
    margin: 0;
    padding: 0;
}

.table_ticket img{
	position:relative;
	top: 5px;
	width: 60px;
}

.table_ticket p{
	font-family: 'Poppins', sans-serif;
	margin: 0;
	color:#000;
}

.table_ticket .amount{
	color:#2196F3;
}

.table_ticket .amount span{
	color: #484848;
	margin-left: 5px;
}

.table_ticket .status .success{
	color:#57a700;
}

.table_ticket .status .danger{
	color:#ff8e8e;
}

.table_ticket .remove{
	position:absolute;
	top: 5px;
	right: -15px;
	color:#cdcdcd;
	font-size: 40px;
}

@media (max-width:400px) {
	.table_ticket p{
		font-size: 10px;
	}
	.table_ticket .remove{
		top: 5px;
		right: -15px;
		font-size: 30px;
	}
}

img.scan{
	border-radius:50%;
	float: left; 
	margin-right: 2rem; 
	height: 80px;
	border: 5px solid #081118;
}

@media (max-width:600px) {
	img.scan{
		border-radius:50%;
		float: none;;
		margin: 3rem auto;
		height: 180px;
	}
}

img.wall{
	border: 1rem solid #1d1d1d;
	border-radius: 3rem;
	padding: 5px;
	margin: 3rem auto;
}


.top-40{
    top: 40px;
}

a > .vid{
	max-height: 626px;
}


.vid{
	display:block;
	margin: 1rem 0;
	width: 100%;
    height: auto;
}

#pricing.table tr{
	border: 1px solid #122931;
}

#pricing.table th.h1{
	font-weight: 500;
	font-size: 24px;
}

#pricing.table th.h2{
	font-size: 20px;
}

#pricing.table>thead>tr>th {
    vertical-align: bottom;
    border: none!important;
}

#pricing.table>tbody>tr>td{
	 border: none;
	 background: #9d221a;
}

.user_bar.active{
	right: -25px;
	top: 55px;
	position: fixed;
	z-index: 1;
	background:#fff;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	width: 320px;
	height: 210px;
	padding: 15px 3px;
	transition:all 1s;
}

.user_bar{
	right: -320px;
	top: 55px;
	position: fixed;
	z-index: 1;
	background:#fff;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	width: 320px;
	height: 210px;
	padding: 15px 3px;
	transition:all 1s;
}

.user_bar.active > .user_bar_content,
.user_bar > .user_bar_content{
	color:#000;
	margin-top: 0px;
	margin-left: 5px;
	height: 150px;
	width: 290px;
	padding: 5px;
}
.user_bar.active > .user_bar_content a#toggle_bar,
.user_bar > .user_bar_content >  a#toggle_bar{
	position: absolute;
	top: 45px;
	right: 334px;
	font-size: 28px;
	margin-top: 10px;
	margin-right: -14px;
	color: #ffffff;
	padding:1px 8px;
	background-color: #FF9800;
	cursor: pointer;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.user_bar > .user_bar_content > .bar_content img{
	display: inline;
	float: left;
	max-width: 150px;
}

.user_bar > .user_bar_content > .bar_content .info{
	float: right;
	display: inline;
	max-width: 150px;
}

.user_bar > .user_bar_content > .bar_content p{
	color:#000;
	font-size: 12px;
}

.user_bar > .user_bar_content > .bar_content a{
	font-family: 'Poppins';
	letter-spacing: 1px;
	font-size: 11px;
}

.apk{
	background: #ffe500;
	margin: 2rem auto 3rem;
	max-width: 350px;
	padding: 2rem;
	border-radius: 1rem;
}

.apk img{
	float:left;
	height: 80px;
	margin-top: 8px;
	margin-right: 2rem;
	margin-left: 12px;
	border-radius: 1rem;
}

.apk img:hover{
	opacity: 0.8;
}

.apk p{
	font-family: 'Poppins';
	margin-top: 6px;
	color:#000;
	text-align: left;
	font-weight:500;
}

.apk p > a{
	font-family: 'Poppins';
	margin-top: 6px;
	border-radius: 4px;
	background:#000000;
	border-color: #000;
}


@media (max-width:400px) {
	.apk{
		padding: 2rem;
		width: 88%;
	}
	.apk img{
		height: 50px;
		margin-right: 1.5rem;
	}
	.apk p{
		font-family: 'Poppins';
		font-size: 12px;
		padding-right: 5px;
	}
	.apk p > a{
		display: block;
		width: 53%;
		margin-top: 0.3rem;
		margin-left: 75px;
		font-size: 11px;
		text-align:
	}
}


.card-deck{
	
}

.card-deck .one_provider{
	margin: 1rem;
}

.card-deck .one_provider > h4{
	text-align:center;
	background: #004347;
	border-radius: 2rem;
	margin: 3rem;
	padding: 2rem;
}

.card-deck .one_provider > h4.bd_color{
	background: #10472d;
}

.card-deck .one_provider h4 img{
	position:relative;
	height: 50px;
}

.card-deck .card{
	background:#14242c;
	border: 8px solid #0a1318;
	border-radius: 3rem;
	padding: 3rem;
}

.card-deck .card.bd_color{
	background: #0f251a;
}

.card-deck .card h4{
	font-size: 28px; 
	text-transform: none;
}

.card .pricing-card-title{
	color:#FFEB3B;
	font-family: arial;
	font-size: 40px;
}

.card .cena_crypto{
	display: block;
	font-size: 13px;
	color:#e8e8e8;
	text-transform: none;
	
}

.card .cena_crypto span{
	position: relative;
	top:-1px;
	font-size: 12px;
	color:#fff;
	background:#ff9800;
	padding: 2px 8px;
	border-radius: 3px;
	text-transform: none;
	font-weight: 600;
	margin-left: 3px;
}

.card .card-body ul{
	margin: 3rem auto;
	width: 200px;
}

.card .card-body ul li{
	margin-bottom: 5px;
	text-align: left;
}

.card .card-body ul li i{
	margin-right: 1rem;
	font-size: 16px;
}

.card .card-body ul li i.fa-times{
	margin-right: 1.5rem;
}

.card .card-body .btn{
	font-weight:600;
}

.rotation{
	-webkit-animation: rotation 5s infinite linear;
	-moz-animation: rotation 5s infinite linear;
	-o-animation: rotation 5s infinite linear;
	animation: rotation 5s infinite linear;
}
