*{
	padding:0;
	margin:0;
	border:0;
}

html{
	font-size: 62.5%;
	font-style:normal;
	font-family:Lato;
}

body{
	font-size:1.4rem;
}

a{
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}
h1{
	font-size:2.1rem;
	margin:3rem 0;
	font-weight:bold;
}

h2.title{
	font-size:1.6rem;
	margin:3rem 0;
	font-weight:normal;
}
p{
	font-size:1.4rem;
	line-height:1.7rem;
}

select {
	/*
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background: url('../img/icon/select-arrow.png') 98% / 15% no-repeat;
	background-size:.4rem;
	*/
	height: 3.9rem;
    padding: 0.5rem !important;
}

#message{
    background-color: white;
    border: 3px solid rgb(255, 0, 0);
    height: auto;
    left: 0;
    margin: auto;
    padding: 2rem;
    position: fixed;
    right: 0;
    text-align: center;
    width: 40rem;
    z-index: 9999999;
}

#message span:nth-of-type(1){
	display:block;
	margin-bottom: 4rem;
}

.bold{
	font-weight:bold !important;
}

.required{
	color: rgb(255,0,0);
	padding-left: 0.3rem;
	font-size:2rem;
	position: absolute;
}

.pointer{
	cursor:pointer;
}

.nopointer{
	cursor:auto !important;
}

.clear{
	clear:both;
}

.dnone{
	display:none;
}

.carematch.dnone{
	display:none !important;
}

.modalView{
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	width: 100%;
	z-index: 9;
}

.cloudNoty .cloudLink{
	cursor:pointer;
}

.cloudNoty .cloudLink:hover{
	color:rgb(255,0,0);
}

.cloudNoty > span:nth-of-type(1){
	display:none !important;
}

.inputError{
	border:.1rem solid red !important;
}

.fright{
	float:right;
}

.fleft{
	float:left;
}

.border-red{
	border: .1rem solid rgb(255,0,0) !important;
}

#bgd{
    position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	z-index: 10000;
	opacity: 0.6;
	left: 0;
	top: 0;
	display:none;
}

.preloader{
	background-image: url(../img/preloader.gif);
	background-position:center;
	background-repeat:no-repeat;
	height: 6.4rem;
	width: 6.4rem;
	position: absolute;
}

#resetpassword{
	display:block;
	color:rgb(150,150,150);
	margin-top:.2rem;
}

a:hover #resetpassword{
	color:rgb(255,0,0);
}

#acceptterms-label a:hover{
	color:rgb(255,0,0);
}

/* TABLE */

.table{
	display:table;
}

.table ul{
	display:table-row;
}

.table ul.thead{
	font-weight:bolder;
	color:black;
}

.table ul li{
	display:table-cell;
	padding:.5rem 0;
}

/* PAGGINATION */

.paggination{
	cursor:pointer;
}

#paggination-arrow{
	width:20rem;
	margin:0 auto;
	text-align:center;
	margin-top:3rem;
	color:rgb(255,0,0);
}

#paggination-arrow span{
	margin:0 10px;
}

#paggination-arrow span:nth-of-type(1) img{
	transform: rotate(90deg);
	margin: 0 .5rem;
}

#paggination-arrow span:nth-of-type(2) img{
	transform: rotate(-90deg);
	margin: 0 .5rem;
}


/* HEADER */

#header{
	width:100%;
	height:7.6rem;
	background-color:rgba(0,0,0,0.6);
	position: fixed;
    top: 0;
    z-index: 100;
}

#header > a{
	background-image: url(../img/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 172px 76px;
	height:7.6rem;
	position: absolute;
    width: 21rem;
	left: 0;
    right: 0;
	margin-left: auto;
    margin-right: auto;
}

.menuIcon{
	background-image: url("../img/menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2rem auto;
    height: 2rem;
    margin-left: 3rem;
    margin-top: 2rem;
    position: absolute;
    width: 3rem;
    z-index: 3;
	cursor:pointer;
}

.menuIcon p{
	color: white;
    margin-left: -0.6rem;
    margin-top: 2.3rem;
    padding: 0;
}

#header .menuAuthorization > li, #menu .menuAuthorization li{
	float:left;
	font-size: 1.0rem;
	color:white;
	border:.1rem solid rgb(255,0,0);
	height:3rem;
	line-height: 2.9rem;
	text-align:center;
	text-transform: uppercase;
	min-width:8.4rem;
}

#header .menuAuthorization > li.social{
	border:none;
	min-width:3.5rem;
	margin-top: .2rem;
}

#header .menuAuthorization > li.social:nth-of-type(4) {
	margin-right:3rem;
}

#header .menuAuthorization > li.social:hover{
	background:none !important;
}

#header .menuAuthorization > li.social img{
	width:2.5rem;
}

#header .menuAuthorization > li a, #menu .menuAuthorization li a{
    display: inline-block;
    width: 100%;
}

#header .menuAuthorization > li:hover, #menu .menuAuthorization li:hover{
	background-color:rgb(71,71,71) !important;
	color:white;
}

#header .menuAuthorization > li:first-child, #menu .menuAuthorization li:first-child{
	margin-right:.2rem;
}

#header .menuAuthorization > li.active, #menu .menuAuthorization li.active{
	background-color:rgb(255,0,0);
}

#header .menuAuthorization > li.client, #header .menuAuthorization li.client:hover{
	border:none;
	background:none !important;
	margin-top: -0.7rem;
	cursor:pointer;
}

#header .menuAuthorization > li.client span{
	background-image: url("../img/arrow-down-red.png");
    background-repeat: no-repeat;
    background-size: 1.5rem auto;
	background-position: right center;
	display: block;
    float: left;
    line-height: 5rem;
    margin-right: 1rem;
	padding-right: 5rem;
	font-size: 1.2rem;
	margin-left:2rem;
}

#header .menuAuthorization > li.client img{
	height:5rem;
}

#header .menuAuthorization{
	list-style-type:none;
	float:right;
	margin-right:3rem;
	margin-top:2.1rem;
}

#header .menuAuthorization > li.client #headermenu{
	background-color:rgba(0, 0, 0, 0.4);
	margin: 1rem 0;
	width: 23rem;
	position: absolute;
    right: 3rem;
	display:none;
}

#header .menuAuthorization > li.client #headermenu ul{
	list-style-type:none;
	margin:1rem;
}

#header .menuAuthorization > li.client #headermenu li{
	text-align:left;
	font-size: 1.2rem;
}

#header .menuAuthorization > li.client #headermenu li#logout{
	border-top:.2rem solid rgb(255,0,0);
}

#header #basket {
    margin-top: 1.8rem;
    position: absolute;
    right: 41rem;
	cursor:pointer;
}

#header #basket img{
	height: 4rem;
	margin-right: 7rem;
}

#header #basket > span{
	background-color:red;
	width:2rem;
	height:2rem;
	border-radius:50%;
	display:block;
	text-align:center;
	line-height: 1.9rem;
	position:absolute;
	color:white;
	margin-left: 3rem;
    margin-top: -5rem;
	font-weight:bold;
}


#header #basket #basket-summary .button{
	/*background-color: rgb(255, 0, 0);
    color: white;
    cursor: pointer;
	*/
    display: block;
    float: right;
    margin: 0 1rem 1rem 0;
    /*padding: 0.3rem 0;*/
    position: relative;
    /*text-align: center;
    width: 10rem;
	*/
}


#header #basket #basket-summary .button:hover{
    color: black;
}

#header #basket #basket-summary{
	background-color: white;
    border: 0.1rem solid black;
    margin-top: 2rem;
    position: absolute;
    width: 40rem;
    left: 90px;
    z-index: 20000;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
}

#header #basket #basket-summary div, #header #basket #basket-summary p {
	margin:1rem;
}

#header #basket #basket-summary div:last-child {
	border-bottom:.1rem solid black;
	padding-bottom: 1.5rem;
}

#header #basket #basket-summary span{
	display:inline-block;
}

#header #basket #basket-summary span:nth-of-type(1){
	width:26rem;
	font-weight:bold;
}

#header #basket #basket-summary span:nth-of-type(1) i{
	font-style:normal;
	padding-left:8rem;
}

#header #basket #basket-summary span:nth-of-type(2){
	text-align:right;
	color:rgb(255,0,0);
	font-weight:bold;
	width:9rem;
}

#header #basket #basket-summary span:nth-of-type(3){
	border: 0.1rem solid black;
    border-radius: 1rem;
    color: rgb(255, 0, 0);
    font-size: 2rem;
    font-weight: bold;
    height: 1.5rem;
    line-height: 1.3rem;
    margin-left: 1rem;
    text-align: center;
    width: 1.5rem;
}

#header #basket #basket-summary p{
	border-top:.1rem solid black;
	padding-top: 1rem;
}

#header #basket #basket-summary p span:nth-of-type(1){
	width:28rem;
	font-weight:bold;
}

#header #basket #basket-summary p span:nth-of-type(2){
	/*font-weight:normal;*/
}

/* MENU */

#menu .menuAuthorization{
	list-style-type:none;
	overflow: hidden;
    width: 17.4rem;
	margin: 0 auto;
}

#menu header{
	color:white;
	font-size:2.5rem;
	margin: 1rem 2rem;
	border-bottom: 2px solid rgba(255,255,255, 0.4);
}

#menu .list{
	list-style-type:none;
	margin-top: 1rem;
}

#menu .list li{
	color: #fff;
	font-size: 1.8rem;
    padding: 1rem 2rem;
    outline: 0;
    position: relative;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;

}
#menu .list li:hover, #menu .list li.active {
	color: #e30613;
}

#menu .list li:hover:after, .is-active #menu .list li.active:after {
	width: 0;
   	height: 0;
   	position: absolute;
   	right: 0;
   	content: "";
   	border-right: 10px solid #fff;
   	border-top: 15px solid transparent;
   	border-bottom: 15px solid transparent;
}
.is-active #menu .list li.active:before {display: none;}
#menu .list li.active:before {
	width: 0;
   	height: 0;
   	position: absolute;
   	right: -15px;
   	content: "";
   	border-left: 10px solid red;
   	border-top: 15px solid transparent;
   	border-bottom: 15px solid transparent;
}

#menu{
	background-color: rgba(0,0,0, 0.6);
	border-right: 5px solid rgba(255,255,255, 0.6);
	width:295px;
	height:100%;
	position:absolute;
	z-index:3;
	top: 76px;
}

#menu .user--image {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background: #fff;
	margin: 10px 0;
}

#menu .user--name {
	width: 100%;
	display: inline-block;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
}

#menu .user--email {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 15px;

	font-size: 14px;
	font-weight: 300;
}

/* BUTTON */
/*
.buttonBig{
	font-size: 2.4rem;
    line-height: 5rem;
	cursor:pointer;
	padding: 0 3rem;
}
*/
.buttonSmall, .buttonBig{
	font-size: 1.3rem;
    /*height: 3rem;*/
    /*line-height: 3rem;*/
	cursor:pointer;
	padding: 1rem 3rem;
}

.buttonRed{
	background-color: rgb(255, 0, 0);
	text-transform: uppercase;
	color: white;
	text-align: center;
    z-index: 1;
	font-family: Lato;
	cursor:pointer;
	border: .1rem solid rgb(255,0,0);
}

.buttonEmpty{
	background-color: transparent;
	text-transform: uppercase;
	color: black;
	text-align: center;
    z-index: 1;
	font-family: Lato;
	cursor:pointer;
	border: .1rem solid rgb(255,0,0);
}

.buttonEmpty:hover, .buttonEmpty.active{
	background-color: rgb(255, 0, 0);
	color: white;
}

.buttonRed:hover{
	color:black;
}

.buttonSelected{
	background-color: rgb(71,71,71);
	cursor:pointer;
}

.getStarted{
	display: inline-block;
    margin: 1rem auto 4rem;
    /*width: 13rem;*/
	white-space:nowrap;
}


/* SECTION */

#section0 .slide{
	padding: 0;
	background-size:cover;
	background-position: center;
	position:relative;
}

#section0 .getStarted{
	bottom: 4rem;
    left: 0;
    position: absolute;
    right: 0;
    width: 12rem;
	text-align:center;
}

#section0 .startWining{
	padding: 0 12rem;
	display:inline-block;
	z-index:1;
	display:none;
}
/*
#section0 .startWining span{
	background-color: rgb(255, 0, 0);
	height: 6.3rem;
	color:white;
	display:block;
	text-align:center;
}
*/
#section0 .startWining div:nth-of-type(1){
	/*left: 54rem;
    position: absolute;
    top: 16rem;*/
}

#section0 .startWining div:nth-of-type(1) span, #section0 .startWining div:nth-of-type(2) span{
	text-transform: uppercase;
	background-color:rgba(0,0,0,.4);
	display:inline-block;
	color:white;
	font-weight:bold;
	padding:0 1rem;
}

#section0 .startWining div:nth-of-type(2){
	margin: 26rem auto 0;
	/*width: 71rem;*/
	font-size: 2rem;
}

#section0 .startWining div:nth-of-type(2) i{
	border: 0.1rem solid white;
    border-radius: 5rem;
    display: block;
    float: left;
    font-style: normal;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    text-align: center;
    vertical-align: middle;
    width: 3rem;
}

#section0 .startWining div:nth-of-type(2) span{
	line-height:5rem;
}

#section0 .startWining div:nth-of-type(2) span:nth-of-type(1){
    text-align: center;
	/*margin-left: 9rem;*/
}

#section0 .startWining div:nth-of-type(2) span:nth-of-type(3){
    text-align: center;
	/*margin-left: 27rem;*/
}

#section0 .startWining div:nth-of-type(3){
	margin: 5rem auto 0;
    width: 55rem;
}

#section0 .startWining div:nth-of-type(3) i{
	border: 0.2rem solid white;
    border-radius: 6rem;
    color: white;
    display: block;
    float: left;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: bold;
    height: 11rem;
    line-height: 10rem;
    margin-bottom: 1rem;
    text-align: center;
    vertical-align: middle;
    width: 11rem;
	margin-right: 3rem;
	position:relative;
	background-color:rgba(0,0,0,.4);
}

#section0 .startWining div:nth-of-type(3) i:last-child{
	margin-right: 0;
}

#section0 .startWining div:nth-of-type(3) span{
	color: white;
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    position: absolute;
    top: 2.5rem;
    width: 11rem;
}

/*
#section0 .startWining span:nth-of-type(2){
	font-size: 3.5rem;
    font-weight: bold;
    line-height: 5rem;
    margin-left: 16rem;
    width: 22rem;
}
*/
#section0 #slide1{
	background-image: url(../img/background-3.jpg);
}

/*
#section0 #slide1 .startWining{
	right: 17%;
    top: 45%;
}
*/

#section0 #slide2{
	background-image: url(../img/background-2.jpg);
}

#section0 #slide2 .startWining{
	right: 10%;
    top: 20%;
}

#section0 #slide3{
	background-image: url(../img/background-1.jpg);
}

#section0 #slide3 .startWining{
	left: 10%;
    top: 20%;
}

#section0 #slide4{
	background-image: url(../img/background-4.jpg);
}

#section0 #slide4 .startWining{
	left: 10%;
    top: 45%;
}

#section0 .getStarted {
	display:inline;
}

#section1{
	background-color:white;
}

#section1 .container{
	margin: 2rem auto;
    overflow: hidden;
}

#section1 .container{
    width: 100rem;
	text-align: center;
}

#section1 .container #chart1
{
	height:40rem;
	float:left;
	width:70rem;
}

#section1 .container #chartcontent {
	position:relative;
	height: 40rem;
}

#section1 .container #chartcontent #chart{
	list-style-type: none;
}

#section1 .container #chartcontent #chart li{
	float:left;
}

#section1 .container #chartcontent #chart li:nth-of-type(2){
	text-align:left;
	font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.3rem;
    width: 17rem;
	margin-left: 3rem;
}

#section1 .container #chartcontent #chart li:nth-of-type(2) span{
	 color: rgb(255, 0, 0);
}

#section1 .container #chartcontent #chart li:nth-of-type(2) span#period{
	color: black;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 15rem;
}

#profitcalculate{
	margin-left: 2.8rem !important;
}

#section2 .container{
    width: 58.6rem;
	margin: 2rem auto 2rem;
    overflow: hidden;
	margin: -20rem auto 0;
	text-align:center;
}

#section3 .container{
    width: 58.6rem;
	margin: 2rem auto 2rem;
    overflow: hidden;
	margin: -20rem auto 0;
	text-align:center;
}


#section2 .container .item, #aboutas .container .item, #freezone .container .item{
	background: rgb(220,220,220) none repeat scroll 0 0;
    border: 1px solid #ff0000;
    height: 19rem;
    margin: 0 0 .5rem 0;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 19rem;
	float:left;
	cursor:pointer;
	text-align:center;
}


#section3 .container .item, #aboutas .container .item, #freezone .container .item{
	background: rgb(220,220,220) none repeat scroll 0 0;
    border: 1px solid #ff0000;
    height: 19rem;
    margin: 0 0 .5rem 0;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 19rem;
	float:left;
	cursor:pointer;
	text-align:center;
}

#section2 .container a:nth-of-type(2) .item,
#section2 .container a:nth-of-type(5) .item,
#freezone .container a:nth-of-type(2) .item,
#freezone .container a:nth-of-type(5) .item{
	margin: 0 .5rem 0 .5rem;
}

#aboutas .container a .item{
	margin: .3rem;
}

#section2 .container .item:hover, #aboutas .container .item:hover{
	background: rgb(255,255,255) none repeat scroll 0 0;
}

#section2 .container .item  img.title , #aboutas .container .item img.title{
	margin: 2rem 0;
	vertical-align: middle;
	width:9rem;
}

#section2 .container .item img.more, #aboutas .container .item img.more{
	margin: 1rem 0;
	vertical-align: middle;
}

#section2 .container .item p, #aboutas .container .item p{
	color: rgb(71,71,71);
    font-size: 1.8rem;
    text-transform: uppercase;
	font-weight: 300;
	line-height: 2rem;
}

#section2 .container .item .more, #aboutas .container .item .more{
    display: inline-block;
    position: absolute;
    right: 1rem;
	bottom: 0;
}

#section2 header{
    margin:-6rem 0 3rem;
}

/* FOOTER */

#fullpage #footer{
	bottom:0;
	position: absolute;
	width: 100%;
}

#footer{
	clear: both;
    position: relative;
    min-width:120rem;
	background-color:rgb(71,71,71);
	height: 33rem;
}
/*:nth-of-type(1)*/
#footer ul{
	list-style-type: none;
}

#footer > ul{
	list-style-type: none;
	width:120rem;
	margin:0 auto;
	overflow:hidden;
	height: 100%;
}

#footer > ul > li{
	display:inline-block;
	min-width:10rem;
	vertical-align:top;
	padding: 0 3rem;
	color:rgb(150,150,150);
	font-size:1.6rem;
	border-right:.1rem dotted rgb(150,150,150);
	margin:2rem 0;
	height:20rem;
	line-height: 2.1rem;
	max-width:20rem;
}

#footer a:hover{
	color:white;
}

#footer #live a:hover{
	color:black;
}

#footer > ul > li:last-child{
	border-right:none;
}

#footer h2{
	color:white;
	font-size:1.6rem;
	margin-bottom:.8rem;
}

#footer .social{
	float:left;
	margin:0 .5rem;
}

#footer .social:first-child{
	margin-left:0;
}

#footer .social img{
	width:2.5rem;
}

#footer #li18p span{
	display: inline-block;
	background: #f00;
	color: #fff;
	height: 2.6rem;
	width: 2.6rem;
	line-height: 2.6rem;
	padding:.3rem;
}

#footer #rf img{
	width:17rem;
	margin-bottom:2rem;
}

#footer #ap img{
	margin-bottom:1rem;
}

#footer #ap-inst{
	font-weight: bold;
	color:white;
}

#footer #ap-inst a:hover{
	color:rgb(255,0,0);
}

/*
#footer .footersite{
    background-color: rgb(71, 71, 71);
    height: 8rem;
}

#footer .footersite .links{
	font-size: 1.5rem;
	list-style-type: none;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

#footer .footersite .links a:hover{
	color:rgb(240,240,240);
}

#footer .footersite .links li{
	color: rgb(197, 197, 197);
    display: inline-block;
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin: 2rem 1.3rem;
    text-transform: uppercase;
}

#footer .footersite .links li img{
	width:2.5rem;
}

#footer .footersite .links li.social{
    margin: 2rem .3rem;
}

#footer .footersite .links li.lang{
    margin: 2rem 5rem 2rem 2rem;
}

#footer .footeradvertising {
	text-align:center;
	height: 13.5rem;
}

#footer .footeradvertising #partners{
	list-style-type:none;
	margin: 0 auto;
    overflow: hidden;
    width: 17rem;
}

#footer .footeradvertising #partners li{
	float:left;
	margin: 0 1rem;
}

#footer #li18p span
{
	display: inline-block;
	background: #f00;
	color: #fff;
	height: 2.6rem;
	width: 2.6rem;
	line-height: 2.6rem;
}
#footer #li18p
{
	color: rgb(197, 197, 197);
    font-size: 1.3rem;
    line-height: 2.6rem;
}


#footer .footeradvertising #footerinformation{
	list-style-type:none;
	margin: 0 auto;
    overflow: hidden;
    width: 52rem;
	padding-top: 2rem;
}

#footer .footeradvertising #footerinformation li {
	text-align: left;
	float:left;
	margin: 0 1rem;
	width: 24rem;
	color: #c1c1c1;
}

#footer .footeradvertising #footerinformation li h4
{
	color: #f00;
	font-weight: normal;
	line-height: 2.5rem;
}

#footer .footeradvertising #footerinformation li:first-child{
	background: url("../img/icon/payment.png") no-repeat bottom right;
	height: 5.3rem;
}

.section{
	text-align:center;
}

.section .info{
	color:rgb(197,197,197);
	display:block;
	font-size: 1.7rem;
}
*/
/* SHOP */

#shop{
	margin:13rem auto 3rem auto;
	color:rgb(71, 71, 71);
	min-width: 105rem;
}

#shop h1, #shop h2{
	margin: 4rem 0 1rem;
    text-align: center;
    width: auto;
}

#shop h1{
	font-size:3rem;
}

#shop h1.header{
	display:none;
}

#shop .header:nth-of-type(1), #shop .header:nth-of-type(2){
	display:block;
}

#shop  > ul{
	margin:0 auto;
	width:105rem;
	/*overflow:hidden;*/
	position:relative;
	padding: 2rem 0;
}

#shop  div > ul{
	margin:0 auto;
	width:105rem;
	/*overflow:hidden;*/
	position:relative;
	padding: 2rem 0;
}

#shop  > ul:nth-of-type(1){
	/*overflow:hidden;*/
	/*height: 39rem;*/
}

#shop div ul{
	margin: 0 1rem;
}

#shop  > ul  > li{
	list-style-type:none;
	float:left;
	background-color:white;
}

#shop  > ul  > li:nth-of-type(1){
	border:.1rem solid rgb(255,0,0);
	border-right:none;
	padding-left:2rem;
}

#shop  > ul  > li:nth-of-type(2){
	border:.1rem solid rgb(255,0,0);
	border-left:none;
	border-right:none;
}

#shop  > ul  > li:nth-of-type(3){
	border:.1rem solid rgb(255,0,0);
	border-left:none;
	padding-right:2rem;
}
#shop  > ul  > li:nth-of-type(3) .title > ul  > li:nth-of-type(2){
	right:-1rem;
}


#shop  > ul  > li:nth-of-type(3) .title ul{
	padding-right: 0;
}

#shop  > ul  > li:nth-of-type(3) div span{
	border:none;
}

#shop  > ul  > li.bestseller{
	border: 0.5rem solid rgb(255, 0, 0);
    position: absolute;
	margin-top: -1.5rem;
    right: 0;
	padding: 0 1.5rem;

	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
}

#shop  > ul  > li.bestseller .opisdlugi{
	padding-bottom:3rem;
}

#shop  > ul  > li.bestseller .title{
	height:19rem;
}

#shop  > ul  > li.bestseller .title ul > li:nth-of-type(1){
	width:20rem;
}

#shop .priceold .inner{
	color:rgb(255, 0, 0);
}

#shop .priceold{
	position: absolute;
    text-decoration: line-through;
    top: -3.5rem;
	color: black;
    font-size: 2rem;
}

#shop .priceold .currency{
	margin-left:0 !important;
}

#shop  .packagesubscriptions .title{
	height:17rem;
}

#shop  .singlesubscriptions .title{
	min-height: 10rem;
    margin: 1rem 0;
}

#shop  .title{
	border-bottom:.1rem solid rgb(255,0,0);
	overflow:hidden;
}

#shop  .title:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}

#shop  .singlesubscriptions .title:after {
    display: inline-block;
}


#shop  .title > ul{
	border-right: 0.1rem solid rgb(255, 0, 0);
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 1rem;
    vertical-align: bottom;
    width: 32.5rem;
	position: relative;
	min-height: 9rem;
}

#shop  .title > div > ul{
	border-right: 0.1rem solid rgb(255, 0, 0);
	display: inline-block;
	list-style: outside none none;
	margin: 0 0 1rem;
	vertical-align: bottom;
	width: 32.5rem;
	position: relative;
	min-height: 9rem;
}


#shop > ul  > li:last-child .title ul{
	border:none;
}

#shop  .title ul  > li:nth-of-type(1){
	list-style-type:none;
	display: inline-block;
	width:17rem;
}

#shop  .packagesubscriptions .title > ul  > li:nth-of-type(2){
	list-style-type:none;
	display: inline-block;
	position:inherit;
	top:0;
	right:-3rem;
}

#shop  .title > ul  > li:nth-of-type(2){
	list-style-type:none;
	display: inline-block;
	position:absolute;
	top:3.5rem;
	height:7.5rem;
	right:1rem;
}

#shop  .title > ul  > li:nth-of-type(2) img{
	max-height:14rem;
	height: 14rem;
}

#shop .offer, #shop .price {
	font-size:6.5rem;
	font-weight:bold;
	line-height: 2rem;
	margin-right: -1.5rem;
	position: relative;
}

#shop .bestseller .title > ul > li > .save {
	position:absolute;
	top: -1.8rem;
	white-space: nowrap;
	left: 0;
}


#shop .title > ul > li > .save {
	position:absolute;
	top: -3.8rem;
	white-space: nowrap;
	right: 0;
}

#shop .title > ul > li > .save .priceold{
	font-size:2rem;
	position:static;
}

#shop .addtocard div{
	width:20rem;
}

#shop .offer .currency{
	display: inline-block;
    font-size: 2rem;
    position: relative;
}

#shop .offer .currency p{
	bottom: 3rem;
    font-size: 3.5rem;
    position: absolute;
}

#shop .packagesubscriptions .package{
	color:rgb(255,0,0);
	font-size: 4rem;
	font-weight: lighter;
}

#shop .package{
	font-size: 2.6rem;
	display:block;
}

#shop .package small{
	font-size: 2rem;
    font-weight: lighter;
	display:block;
}

#shop .subscriptions{
	font-size: 1.8rem;
    font-weight: lighter;
}

#shop .descriptionshort, #shop .descriptionlong{
	border-bottom:.1rem solid rgb(255,0,0);
	width: 33.5rem;
}

#shop .descriptionshort span, #shop .descriptionlong > span{
	border-right: 0.1rem solid rgb(255, 0, 0);
    display: block;
    line-height: 2.5rem;
    margin: 2rem 1rem;
    min-height: 3.3rem;
	min-height: 4rem;
}

#shop .descriptionshort span{
	height: 9rem;
}

#shop .caremach-static{
	border: 0.1rem solid silver;
    color: silver;
    float: left;
    padding: 0.6rem 2rem;
}

#shop .descriptionshort{
	position:relative;
}

#shop .descriptionlong{
	border:none;
}

#shop .descriptionshort ul, #shop .descriptionlong ul{
	list-style-type: disc;
}

#shop .descriptionlong ul{
	margin-bottom:2rem;
}

#shop .showhidedetails{
	/*bottom: 1rem;*/
    position: absolute;
    text-align: right;
	color:rgb(255,0,0);
	cursor:pointer;
}

#shop  .packagesubscriptions .showhidedetails{
	right: 3rem;
	top: 6em;
}

#shop  .singlesubscriptions .showhidedetails{
	right: 0;
}

#shop .button{
	height:4rem;
}

#shop button{
	background-color: rgb(255, 0, 0);
    color: white;
    display: block;
    margin: 0 auto;
    padding: .6rem 0;
    text-align: center;
    width: 17rem;
	cursor:pointer;
	position:relative;
}

#shop button img{
	display:inline-block;
	width:2rem;
	border-left:.1rem solid white;
	padding-left:1rem;
	margin-left:2rem;
}

#shop button .price{
	display:inline-block;
}

#shop button .price span, #shop button .price p{
	float:left;
}

#shop button .price span:nth-of-type(1), #shop button .price span:nth-of-type(2){
	font-size: 2rem;
    font-weight: normal;
}

#shop button .price span:nth-of-type(2){
	font-size: 1.6rem;
    font-weight: normal;
    margin: 0.1rem 0 0 0.5rem;
}

#shop button .price p{
	font-size: 1.3rem;
    font-weight: normal;
    margin-top: -0.3rem;
}

#shop button.selected > p:first-child{
	background-image: url("/img/icon/ok.png");
    background-repeat: no-repeat;
    background-size: 3rem auto;
    display: block;
    height: 3rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
}

#shop .dropdown{
	float:left;
	margin: 0 auto;
}

#shop .dropdown p{
	display:inline-block;
	margin:0;
	padding:0;
}

#shop .dropdown .package-price{
	font-weight:bold;
}

#shop .dropdown .package-price.dnone{
	display:none !important;
}

#shop .dropdown dt span{
	display:none;
}

#shop button.removetocard{
	background-color: silver;
}

#shop .currency{
	font-size:2rem;
	font-weight:bold;
	display: inline-block;
	margin-left: 0.5rem;
}

#shop .currency p{
	font-size: 3rem;
}

#shop #summary {
	border:.1rem solid rgb(255,0,0);
	width: 105rem;
	margin:2rem auto;
	padding:2rem 0;
}

#shop #summary > ul:nth-of-type(1){
	list-style-type:none;
	padding-bottom:2rem;
	border-bottom:.1rem solid rgb(255,0,0);
}

#shop #summary > ul:nth-of-type(1) li{
	display:inline-block;
	width:12%;
	text-align:center;
}

#shop #summary > ul:nth-of-type(1) li span{
	display:block;
	padding-top:1rem;
}

#shop #summary > ul:nth-of-type(2){
	list-style-type:none;
	padding-top:2rem;
	overflow: hidden;
}

#shop #summary > ul:nth-of-type(2) li:nth-of-type(1){
	float: left;
}

#shop #summary > ul:nth-of-type(2) li:nth-of-type(2){
	float: right;
}

#shop #summary .header{
	font-size:2rem;
}

#shop #summary > ul:nth-of-type(2) li:nth-of-type(1) span{
	display:inline-block;
	width:24rem;
}

#shop #summary .clearbasket{
	cursor: pointer;
    display: inline-block;
    margin-top: 2rem;
}

#shop #summary #summary-price{
	font-size: 5rem;
    font-weight: bold;
}

#shop #summary #summary-price-saved{
	font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

#shop #summary #summary-price span{
	font-size: 2rem;
    font-weight: bold;
}

#shop #summary-package div {
	line-height:3rem;
}
/* BUY */

#buy{
	margin: 10rem auto 3rem;
    max-width: 70%;
}

#buy .summary {
	width: 98%;
	display: inline-block;
	border-top: 2px solid #fc303c;
	margin: 20px 10px;
	padding: 25px 0 25px 0;
}

#buy .summary li{
	float:left;
	width:30%;
	font-size:1.5rem;
}
#buy .summary li:first-child {
	width: 70%;
}

#buy .summary div{
	font-size:1.6rem;
	margin:.5rem;
}

#buy .summary table {
	width: 100%;
}

	#buy .summary table th {
		font-size: 17px;
		color: #47484a;
                text-align: left;
		padding-bottom: 5px;
		text-transform: uppercase;
	}

	#buy .summary table tr > td {
		padding: 5px 0;
		font-size: 13px;
	}
#buy .summary #additionalOptions span{
	display:block;
}

#buy .summary #chosenproduct{
	min-height:15rem;
}

#buy .summary #chosenproduct div span{
	display:inline-block;
	color: rgb(71, 71, 71);
	line-height: 2.5rem;
}

#buy .summary #chosenproduct div span:nth-of-type(1){
	width:20rem;
	font-weight:bold;
}

#buy .summary #chosenproduct div span:nth-of-type(2){
	width:12rem;
}

#buy .summary li:last-child, #buy .summary li:last-child div{
	text-align:left;
	font-size:4rem;
}

#buy .summary li .name {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	padding-bottom: 5px;

	font-size: 17px;
	color: #47484a;
	font-weight: 600;
	text-transform: uppercase;
	vertical-align: top;
}

#buy .summary li #totalPrice {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: -12px;
	font-size: 15px;
	font-weight: 700;
	color: #47484a;
}

#buy .summary li #totalPrice span {
	font-size: 28px;
}

#buy ul{
	list-style-type:none;
	overflow:hidden;
}

#buy > ul > li{
	float:left;
	width:50%;
	padding-bottom: 10000rem;
    margin-bottom: -10000rem;
}

#buy #authorization > ul{
	margin: 0 auto;
    width: 90%;
}

#buy #authorization .form li, #signinForm .form li{
	padding: 0 3rem;
	margin-top:2rem;
}

#buy #authorization .form li:last-child{
	margin:2rem auto;
}

#buy #authorization li.welcome, #signinForm li.welcome{
	font-size:3rem;
	padding: 0;
	display:block !important;
}

#buy #authorization li.title, #signinForm li.title, #registerForm li.title{
	background-image: url("../img/arrow-right-gray.png");
    background-repeat: no-repeat;
    background-size: 2rem auto;
    font-size: 2.2rem;
    height: 3rem;
    padding-left: 3rem !important;
	font-family:Lato;
	line-height: 2.8rem;
	margin: 2rem 0;
	cursor:pointer;
}

#buy #authorization .form li:not(:first-child){
	display:none;
}

#buy #authorization .form.active li:not(:first-child){
	display:block;
}

#buy #authorization ul.active li.title, #signinForm ul.active li.title, #registerForm ul.active li.title{
	background-image: url("../img/arrow-right-red.png");
	display:block;
}

#buy #authorization #registration #codecountry, #registerForm #registration #codecountry, #settings #mysettings #codecountry{
	float: left;
    width: 4rem;
	border-radius: 5px 0 0 5px;
}

#buy #authorization #registration #phone, #registerForm #registration #phone, #settings #mysettings #phone{
    width: 55%;
	border-radius: 0 5px 5px 0;
}

#buy #authorization #registration #acceptterms-label, #registerForm #registration #acceptterms-label{
    padding:.5rem;
}

#buy #authorization #registration p, #registerForm #registration p{
    font-weight:bold;
	font-size: 1.8rem;
	display: inline-block;
	padding-right: 1rem;
}

li#password-label.dnone, li#passwordrepeat-label.dnone, li#acceptterms-label.dnone{
	display:none !important;
}

#buy #registration #password-label.dnone,
#buy #registration #passwordrepeat-label.dnone{
    display:none;
}

.payment--container {
	width: 100%;
	display: inline-block;
	border: 1px solid #ed2124;
}

.payment--container .payment--terms {
    width: 100%;
    margin: 10px;
    display: inline-block;
}

.payment--container .payment--terms span {padding-left: 5px;}

#buy #payment h2 {
	font-size: 17px;
	color: #5a5a5a;
	text-align: center;
	padding: 15px 0 20px 0;
	text-transform: uppercase;
}

#buy #payment ul {
	text-align: center;
}

#buy #payment ul li {
	width: 100px;
	height: 60px;
	padding: 4px;
	margin: 0 5px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	border: 4px solid #d3d3d3

}
	#buy #payment ul li:hover {
		border: 4px solid #fc0d1b;
	}

#buy #payment input[type="image"] {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
	outline: 0;
	filter: grayscale(1.0);
	-webkit-transition: filter 0.5s ease-in-out;
    -moz-transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
}

#buy #payment input[type="image"]:hover, #buy #payment #skrill_submit:hover {
	filter: none;
}

#buy #payment > div{
	padding:1rem 4rem;
}

#buy #payment #tpay #transferuj-payment-submit{
	background-color: transparent;
    background-image: url("../img/icon/tpay/paypal.png");
    background-repeat: no-repeat;
    background-size: 40rem auto;
    color: transparent;
    cursor: pointer;
    height: 169px;
    width: 488px;
}

#buy #payment #skrill_submit {
	width: 100px;
	height: 56px;
	padding-top: 1px;
	outline: 0;
	background-image: url("../img/icon/skrill/skrill-pay.png");
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	background-color:rgba(255,255,255,0);
	cursor:pointer;
	filter: grayscale(1.0);
	-webkit-transition: filter 0.5s ease-in-out;
    -moz-transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;

}

#buy #payment > div{
	background-image: url("../img/arrow-right-red.png");
    background-repeat: no-repeat;
    background-size: 2rem auto;
	background-position: 0 2rem;
	font-family:Lato;
	margin: 2rem;
}

#buy #buyresult ul{
	list-style-type: none;
}

#buy #buyresult li {
    margin-top: 2rem;
    padding: 0 3rem;
}

#buy #buyresult.error li {
    color:red;
}

#buy #buyresult li {
    display: block !important;
    font-size: 3rem;
    padding: 0;
}

#buy #buyresult  li{
	background-image: url("../img/arrow-right-red.png");
    background-repeat: no-repeat;
    background-size: 2rem auto;
    font-size: 2.2rem;
    padding-left: 3rem !important;
	font-family:Lato;
	line-height: 2.8rem;
	margin: 2rem 0;
	cursor:pointer;
}

#buy #buyresult  span{
	display: block;
    font-size: 1.6rem;
    margin: 0.5rem 0;
}

#buy .info{
	padding-bottom: 4rem !important;
}

#buy .info h1{
	margin:1rem 0;
}

/*.summary.cup.cup-1{
	background-image:url('../img/icon/pakiet/bronze-icon.png');
	background-position-y: 1rem;
}

.summary.cup.cup-2{
	background-image:url('../img/icon/pakiet/silver-icon.png');
	background-position-y: 1rem;
}

.summary.cup.cup-3{
	background-image:url('../img/icon/pakiet/gold-icon.png');
	background-position-y: 1rem;
}

.summary.cup{
	background-position: center bottom;
    background-repeat: no-repeat;
}*/

/* FORM */

.form input, .form select, .form textarea{
    border: 0.1rem solid silver;
    border-radius: 5px;
    font-size: 1.3rem;
    margin: 0;
    padding: 1rem;
    width: 90%;
}

.form li label{
    display: block;
    position: relative;
    margin: 0 0 1rem;
    text-align: left;
}

.form li label:before{
	color: rgb(255,0,0);
    content: "\25A0";
	display: block;
    float: left;
    margin-right: 0.5rem;
    margin-top: -0.1rem;
}

/*WELCOME*/
#welcome ul{
	list-style-type: none;
}

#welcome li {
    margin-top: 2rem;
    padding: 0 3rem;
}

#welcome li.welcome {
    display: block !important;
    font-size: 3rem;
    padding: 0;
}

#welcome li.title{
	background-image: url("../img/arrow-right-red.png");
    background-repeat: no-repeat;
    background-size: 2rem auto;
    font-size: 2.2rem;
    height: 3rem;
    padding-left: 3rem !important;
	font-family:Lato;
	line-height: 2.8rem;
	margin: 2rem 0;
	cursor:pointer;
}

/* REGISTER, SIGNIN */

#signinForm{
	width:40rem;
	margin:10rem auto 3rem auto;
}

#registerForm{
	width:85rem;
	margin:10rem auto 3rem auto;
}

#registerForm ul, #signinForm ul{
	list-style-type: none;
}

#registerForm .form li.title{
	float:none;
}

#registerForm .form li{
	height: 9rem;
    margin: 0 1rem;
    min-width: 24rem;
	display: inline-block;
}

#registerForm .form li:last-child{
	margin:2rem auto;
	display:block;
}

/* ABOUT AS*/

#aboutas{
	margin: 10rem auto 3rem;
	width: 79.8rem
}

#aboutas header {
	text-align:center;
	line-height: 4rem;
}

#aboutas .container{
	margin: 2rem auto;
    overflow: hidden;
}

#aboutas .container  #minitem {
	width:69.6rem;
	margin:0 auto;
	height: 9rem;
}

#aboutas .container  #minitem .item{
	width:8rem;
	height:8rem;
}

#aboutas .container  #minitem .item.active{
	background-color:white;
}

#aboutas .container  #minitem .item img{
	margin: .7rem 0;
	vertical-align: middle;
    width: 4rem;
}

#aboutas .container  #minitem .item p{
	font-size: 1rem;
	line-height: 1rem;
}

#aboutas #content{
	background-color:rgb(71,71,71);
	width:100%;
	height:30rem;
}

#aboutas #content ul{
	list-style-type:none;
}

#aboutas #content ul li{
	display: table-cell;
}

#aboutas #content .prev{
	background-image: url(../img/arrow-prev-slide.png);
	background-position:center;
	background-repeat:no-repeat;
	width:5rem;
	height: 30rem;
	background-size: 2rem auto;
	cursor:pointer;
}

#aboutas #content .icon{
	width:20rem;
	height: 30rem;
	vertical-align: middle;
}

#aboutas #content .content{
	height: 30rem;
    margin: 1rem 0;
    width: 52rem;
	vertical-align: middle;
}

#aboutas #content .next{
	background-image: url(../img/arrow-next-slide.png);
	background-position:center;
	background-repeat:no-repeat;
	width:5rem;
	height: 30rem;
	background-size: 2rem auto;
	cursor:pointer;
}

#aboutas #content  .itemcontent{
	padding:1rem 5rem;
	color:white;
}

#aboutas #content  .itemcontent:nth-of-type(1){
	display:block;
}

#aboutas #content .itemcontent{
	display:none;
}

#aboutas #customersaboutas{
	margin:2rem auto 0;
	width: 78.2rem;
	overflow:hidden;
}

#aboutas #customersaboutas ul{
	list-style-type:none;
}

#aboutas #customersaboutas li{
	background-image: url(../img/apostrof.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size: 3rem auto;
	float:left;
	padding-left: 4rem;
	width:20em;
	height: 22rem;
	margin: 2rem 0;
}

#aboutas #customersaboutas li:nth-of-type(2n){
	margin-left:14rem;
}

#aboutas #customersaboutas li img{
	width:10rem;
	height:10rem;
	float:right;
	border: 5px solid rgb(220, 220, 220);

	-moz-border-radius: 105px;
	 -webkit-border-radius: 105px;
	 border-radius: 105px;
}

#aboutas #customersaboutas li span:nth-of-type(1){
	display: inline-block;
	text-align: center;
    width: 14rem;
}

#aboutas #customersaboutas li span:nth-of-type(2){
	display: block;
    margin:1rem 0;
	font-style: italic;
    font-weight: bold;
	text-transform: uppercase;
	text-align: right;
    font-size: 1.2rem;
}


/* FAQ*/

#faq{
	margin: 10rem auto 10rem;
	width: 82.8rem
}

#faq header {
	text-align:center;
	line-height: 4rem;
}

#faq ul {
	list-style-type:none;
	margin: 4rem 2rem;
}

#faq .category > span{
	font-size:2.5rem;
}

#faq .qa li{
	background-image: url(../img/arrow-right-red.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size: 1rem auto;
    padding-left: 2rem;
	margin: 1rem 0;
	cursor:pointer;
}

#faq .qa li.active{
	font-weight:bold;
	background-image: url(../img/arrow-down-red.png);
	background-size: 1.5rem auto;
	background-position: 0 0.4rem;
}

#faq .qa div{
	display:none;
	margin:2rem 0 4rem 0;
	font-weight:normal;
}

/* SETTINGS */

#settings {
    margin: 10rem auto 3.6rem;
    width: 90rem;
	overflow:hidden;
}

#settings .start header{
	background-color:rgb(255,0,0);
	color:white;
	text-align:center;
	line-height:3rem;
	text-transform: uppercase;
}

#settings .start #button-shop{
	position: absolute;
    right: 7rem;
    top: 3rem;
    width: auto;
}

#settings .start > ul{
	list-style-type:none;
}

#settings .start > ul > li:nth-of-type(1){
	width:20rem;
	float:left;
	text-align:center;
	position:relative;
	margin-top:5rem;
}

#settings .start > ul > li:nth-of-type(1) div{
	width:10rem;
    height: 10rem;
    background: red;
    -moz-border-radius: 5rem;
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
	display: table;
	text-align: center;
	margin: 0 auto;
}

#settings .start > ul > li:nth-of-type(1) div img.default{
	width:5rem;
    height: 5rem;
	margin-top: 2rem;
}

#settings .start > ul > li:nth-of-type(1) img.klient{
	width:10rem;
    height: 10rem;
    border:.5rem solid rgb(171,171,171);
    -moz-border-radius: 6.4rem;
    -webkit-border-radius: 6.4rem;
    border-radius: 6.4rem;
}

#settings .start > ul > li:nth-of-type(1) span{
	display:block;
	margin:.5rem auto 0;
	font-size:1rem;
	width:10rem;
	text-align:center;
}

#settings .start > ul > li:nth-of-type(1) input#Plik{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 10rem;
	height: 100%;
	right: 0;
	margin-left: auto;
	margin-right: auto;

	opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: 0.0; /* Safari 1.x */
	-moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

#settings .start > ul > li:nth-of-type(2){
	width:50rem;
	float:left;
	position:relative;
}

#settings .start > ul > li:nth-of-type(3){
	margin-left: 70rem;
	margin-top: 3rem;
    position: absolute;
}

#settings .start .title{
	color:rgb(255,0,0);
	font-size:2.0rem;
	margin:3rem 0 3rem 0;
	display: block;
}

#settings .start .info, #settings .start .info #mybettingstats{
	list-style-type:none;
}

#settings .start .info li{
	float:left;
}

#settings .start .info #mybettingstats{
	border:1px solid red;
	overflow:hidden;
	width:40rem;
	padding: 1.3rem;
}

#settings .start .info #mybettingstats li{
	float:left;
	width:20rem;
	font-size:1.2rem;
	line-height: 3rem;
	color:rgb(255,0,0);
	text-align: left;
}

#settings .start  #yourpackage{
	list-style-type:none;
	width: 20rem;
	height: 27rem;
	cursor:pointer;
}

#settings .start  #yourpackage img.blank{
	height: 19rem;
}

#settings .start  #yourpackage li{
	text-align:center;
	border:.1rem solid rgb(255,0,0);
}

#settings .start  #yourpackage li:nth-of-type(1){
	background-color: rgb(255, 0, 0);
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem 0;
}

#settings .start  #yourpackage li:nth-of-type(2){
	border-bottom: medium none;
    border-top: medium none;
    height: 18rem;
    padding-bottom: 0.5rem;
}

#settings .start  #yourpackage li:nth-of-type(2) img{
    max-height: 13rem;
}

#settings .start  #yourpackage li:nth-of-type(2) img.class{
    max-height: 19rem;
}

#settings .start  #yourpackage li:nth-of-type(2) h1{
	font-weight: normal;
    margin: 0;
    padding: 1rem 0;
}
/*
#settings .start  #yourpackage li:nth-of-type(2) span{
	display: block;
    font-size: 1.8rem;
    padding-top: 2rem;
}
*/
#settings .start  #yourpackage li:nth-of-type(3){
	padding:1rem 0;
	font-size: 1.4rem;
	border-bottom:none;
}

#settings .start  #yourpackage li:nth-of-type(2) span, #settings .start  #yourpackage li:nth-of-type(4) span{
	display:inline-block;
	font-size: 1.1rem;
	margin: 0.7rem 0;
}

#settings .start  #yourpackage li:nth-of-type(2) span:nth-of-type(1), #settings .start  #yourpackage li:nth-of-type(4) span:nth-of-type(1){
    text-align: left;
    width: 12rem;
}

#settings .start  #yourpackage li:nth-of-type(2) span:nth-of-type(2), #settings .start  #yourpackage li:nth-of-type(4) span:nth-of-type(2){
    text-align: right;
    color:rgb(255,0,0);
	width:6rem;
}

#settings .start  #yourpackagedetails{
	background-color: rgb(255, 0, 0);
    color: white;
    line-height: 2rem;
    padding: 1rem;
    position: absolute;
    width: 18rem;

	margin-left: -20rem;
    margin-top: -27rem;

	display:none;
}

#settings .start  #yourpackagedetails label:nth-of-type(1){
	margin-top: 0;
}

#settings .start  #yourpackagedetails label{
	display:block;
	margin-top:1rem;
}

#settings .start  #yourpackagedetails label h2{
	background-color: white;
    color: rgb(255, 0, 0);
    display: block;
    font-size: 1.3rem;
    margin-left: -1rem;
    padding: 0.5rem;
    text-transform: uppercase;
    width: 20.1rem;
	border-left:.1rem solid rgb(255,0,0);
}

#settings .start  #yourpackagedetails span{
	display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-left: 1.5rem;
}

#settings .start  #yourpackagedetails label.header:before{
	color: rgb(255,255,255);
    content: "\25A0";
	display: block;
    float: left;
    margin-right: 0.5rem;
    margin-top: -0.1rem;
}

#settings .menu {
	list-style-type:none;
	margin: 8.1rem 0 2rem;
}

#settings .menu li{
	float:left;
	margin: 0 0.3rem;
	white-space: nowrap;
    width: 11.8%;
}

#settings .container header{
	margin:2rem 0 2rem .5rem;
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
	max-width: 69rem;
}

#settings .preloader{
	margin: 5rem 0 0 31.5rem;
}

/* MY SETTINGS */

#mysettings{
	margin: 7.4rem auto 0;
    overflow: hidden;
    width: 70rem;
}

#mysettings li{
	float:left;
}

#mysettings li:nth-of-type(1){
	width:70rem;
}

#mysettings, .settingsForm{
	list-style-type:none;
	min-height: 51.6rem;
	padding-bottom: 15px;
	height: 100%;
    overflow: hidden;
}

#settings .button{
	margin: 0 auto;
	width:70rem;
}

#mysettings .settingsForm li{
	padding: 0 1rem;
    width: 21rem;
	margin-bottom: 2rem;
}

#mysettings .settingsForm li.address, #mysettings .settingsForm li.timezone{
    width: 33rem;
}

#mysettings .settingsForm li.acceptterms-label {
	width: 100%;
	display: inline-block;
        position: relative;
}

#mysettings .settingsForm li.acceptterms-label a {
	padding-left: 5px;
}

#mysettings .settingsForm .subinputs--row {
	width: 100%;
        display: inline-block;
	margin-bottom: 0;
}

#mysettings .settingsForm .subinputs--row a {
	display: inline-block;
	padding-bottom: 10px;
}

#mysettings .settingsForm .subinputs--row span {
    font-size: 10px;
    padding-left: 2px;
}

#mysettings .settingsForm .subinputs--row ul {
	list-style: none;
	width: 100%;
	display: inline-block;
	padding: 5px 0;
	display: none;
}

#mysettings-button {
	margin-top: 30px;
	float: left;
}

#mysettings-removeaccount {
	margin-top: 10px;
}

/* MY BANKROLL */

#mybankroll{
	background-color:rgb(197,197,197);
	overflow: hidden;
	padding: 3rem;
	border:.1rem solid rgb(170,170,170);
}

#mybankroll li{
	float:left;
	list-style-type:none;
}

#mybankroll li:nth-of-type(1){
	font-size: 2.7rem;
    font-weight: bold;
    width: 18rem;
	margin: 0 2rem 0 0;
	padding-top: 1.5rem;
}

#mybankroll li:nth-of-type(1) span:nth-of-type(1) {
	color:rgb(71,71,71);
	display:inline;
}

#mybankroll li:nth-of-type(1) span:nth-of-type(2) {
	color:rgb(255,255,255);
	display:inline;
}

#mybankroll li span{
	display:block;
	margin-bottom:1rem;
}

#mybankroll li:nth-of-type(2){
	width:24rem
}

#mybankroll li:nth-of-type(3){
	width:10rem
}

#mybankroll li:nth-of-type(4){
	width:20rem
}

#mybankroll li:last-child{
	padding-top: 3.7rem;
}

#mybankroll-strategy{
	margin:1rem 0;
}

/* MY TIPS */

#mytips{
	/*margin: 0 auto;*/
    overflow: hidden;
    width: 69rem;

	text-align: center;
}

#mytips li{
	/*float:left;*/
	list-style-type:none;
	width:22rem;
	height:22rem;
	border:.1rem solid rgb(255,0,0);
	margin:1rem 0.3rem;
	font-size:2rem;
	color:rgb(170,170,170);
	background-color: rgb(255,255,255);
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;

	text-align: left;
	display: inline-block;
}

#mytips li.live{
	background-image: url("../img/icon/live.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 6rem auto;
}

#mytips li:hover{
	background-color: rgb(230,230,230);
}

#mytips li div span:nth-of-type(1){
	display: block;
    margin: 1rem 2rem;
    width: 12rem;
}

#mytips li div span:nth-of-type(2){
	display: block;
    margin: 3rem 0 5rem;
    width: 22rem;
	text-align:center;
	color:rgb(255,0,0);
}

#mytips li div span:nth-of-type(3){
	display: inline-block;
    margin: 2rem;
	text-align:center;
}

#mytips li div span:nth-of-type(3) p{
	display: inline-block;
	color:rgb(255,0,0);

}

#mytips li .more img {
	float:right;
	margin: 2rem 1rem;
}

#mytips-more{
	background-color:white;
	width:85rem;
	height:45rem;
	padding: 3rem 0;
	border:.1rem solid rgb(255,0,0);
	display: block;
    position:fixed;
    top:0;
    left: 0;
    right:0;
    bottom: 0;
    margin:auto;
	display:none;
	z-index:99990;

	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
}

#mytips-more li{
	list-style-type:none;
	overflow: hidden;
}

#mytips-more > ul > li{
	float:left;
	height: 45rem;
}

#mytips-more > ul > li:nth-of-type(1), #mytips-more > ul > li:nth-of-type(3){
	width:10rem;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 2rem auto;
	cursor:pointer;
}

#mytips-more > ul > li:nth-of-type(1){
	background-image: url(../img/arrow-left-gray.png);
}

#mytips-more > ul > li:nth-of-type(1):hover{
	background-image: url(../img/arrow-left-red.png);
}

#mytips-more > ul > li:nth-of-type(3){
	background-image: url(../img/arrow-right-gray.png);
}

#mytips-more > ul > li:nth-of-type(3):hover{
	background-image: url(../img/arrow-right-red.png);
}

#mytips-more > ul > li:nth-of-type(2){
	width:65rem;
	overflow:hidden;
}

#mytips-more > ul > li:nth-of-type(2) ol li{
	margin: 2rem 0rem 0rem 0rem;
}

#mytips-more > ul > li:nth-of-type(2) ol li > span{
	display:inline-block;
	vertical-align: top;
	color:rgb(255,0,0);
	font-weight:bold;
}

#mytips-more > ul > li:nth-of-type(2) ol li div{
	margin: 0rem 0rem 0rem 5rem;
    width: 55rem;
	display: inline-block;
}

#mytips-more > ul > li:nth-of-type(2) ol li div span{
	display:block;
	margin: 0rem 2rem 2rem 0rem;
}

#mytips-more > ul > li:nth-of-type(2) > div > span{
	display: block;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 0rem 0rem 1rem;
}

#mytips-more > ul > li .disabled{
	opacity:0.2;
}

#mytips-more > ul > li .upgrade{
	color: rgb(255, 0, 0);
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
}

#mytips-more > ul > li .upgrade a{
    font-weight: 600;
	text-decoration:underline;
}

#mytips-more .close{
	background-image: url(../img/icon/closeIcon.png);
	background-position:right top;
	background-repeat:no-repeat;
	height:2.1rem;
	position: absolute;
    width: 2.1rem;
	right: 0;
    top: 0;
	margin: 1rem;
	cursor:pointer;
}

/* MY INVOICE */

#myinvoice-header{
	max-width:100% !important;
}

#myinvoice{
	margin: 7.4rem auto 0;
}

#myinvoice table{
	width:100%;
}

#myinvoice th{
	background-color:rgb(255,0,0);
	color:white;
	text-align:center;
	padding: 1rem;
}

#myinvoice th{
	border-left:.1rem solid rgb(255,255,255);
}

#myinvoice th:first-child{
	border-left:none;
}

#myinvoice td{
	border-left:.1rem solid rgb(255,0,0);
	border-bottom:.1rem solid rgb(255,0,0);
	padding:1rem;
	text-align:center;
}

#myinvoice td:last-child{
	border-right:.1rem solid rgb(255,0,0);
}

#myinvoice a{
	background-color:rgb(255,0,0);
	padding:.3rem 1rem;
	color:white;
}

#myinvoice a:hover{
	color:black;
}

/* CHART LEGEND */

.chartlegend > li{
	float: left;
    list-style-type: none;
	white-space: nowrap;
	font-size: 0.9rem;
	margin: 0 0.05rem;
	padding: 1rem 1rem;
	cursor:pointer;
	border:.1rem solid rgb(255,0,0);
	color:rgb(255,0,0);
	width:9rem;
}

.chartlegend #profitcalculate {
	font-size: 0.9rem;
	text-transform: uppercase;
	width: 10rem;
	padding-left: 3.5rem;
}

#chartlegend > li:nth-of-type(1):hover, #chartlegend > li:nth-of-type(1).active{
	background-color:rgb(255,0,0);
	color:white;
}

#chartlegend > li:nth-of-type(2):hover, #chartlegend > li:nth-of-type(2).active{
	background-color:rgb(42,42,106);
	border:.1rem solid rgb(42,42,106);
	color:white;
}

#chartlegend > li:nth-of-type(3):hover, #chartlegend > li:nth-of-type(3).active{
	background-color:rgb(57,196,69);
	border:.1rem solid rgb(57,196,69);
	color:white;
}

.chartlegend{
	margin: 2rem 0;
/*	clear: both;*/
	float: left;
}

.chartlegend li.buttonChart {
	padding: 1rem;
    width: 9rem;
}

#chartlegend2
{
	margin-left: 2.8rem;
}

/* MY STATISTICS  */

#mystatistics  #last-10tips{
	margin-top:3rem;
}

#mystatistics > ul {
	list-style-type: none;
}

#mystatistics > ul > li{
	float: left;
	xborder:1px solid green;
}

#mystatistics #month, #mystatistics #month-date{
	margin-top:2rem;
}

#mystatistics #month > li{
	float: left;
    list-style-type: none;
    margin: 0rem 0.2rem;
	white-space: nowrap;
	font-size: 1.1rem;
	padding: 0.7rem 1rem;
}

#mystatistics #month-date {
	padding: 0rem 3rem;
}

#mystatistics #month-date div{
	color:white;
	background-color:rgb(255,0,0);
	padding: 0.2rem 3rem 0.2rem 1rem;
	font-size: 1.1rem;
}

#mystatistics #month-date div span{
	display:inline-block;
}

#mystatistics #month-date input{
	width:7rem;
	margin: 0rem 0.5rem;
	padding: 0.3rem;
}

#mystatistics #month-date img{
	margin-top: 0.4rem;
	position: absolute;
}

#mystatistics #month-date div span:nth-of-type(2){
	margin-left:3.5rem;
}

#mystatistics #last-10tips span{
	display:block;
	text-align:right;
	font-weight:bold;
}

#mystatistics #last-10tips img{
	margin-top: 0.5rem;
    width: 2.5rem;
}

#mystatistics #chart{
	margin:2rem 0rem;
}

#mystatistics #chart li:nth-child(1){
	width:73rem;
}

#mystatistics #chart li:nth-child(2){
	font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.3rem;
    width: 17rem;
}

#mystatistics #chart li:nth-child(2) span{
	color:rgb(255,0,0);
}

#mystatistics #bilans {

}

#mystatistics #bilans .header{
	width:90rem;
	font-weight:bold;
	position: relative;
	margin: 2.5rem 0rem;
	cursor:pointer;
}

#mystatistics #bilans .header span:nth-child(1), #mystatistics #bilans .header span:nth-child(2), #mystatistics #bilans .header span:nth-child(3){
	display: inline-block;
    margin: 0rem 3rem;
    width: 170px;
}

#mystatistics #bilans .header span:nth-child(4){
	margin:0rem 4rem;
}

#mystatistics #bilans .header > div.active{
	background-color:rgb(255,0,0);
	padding:.8rem 0rem;
	color:white;
	width:88rem;
}

#mystatistics #bilans .header > div{
	border:.1rem solid rgb(255,0,0);
	padding:.5rem 0rem;
	color:gray;
	width:88rem;
}

#mystatistics #bilans .header img.icon{
	border: 0.3rem solid white;
    margin-top: -1.5rem;
    position: absolute;
    right: 0;
	border-radius:50%;
}

#mystatistics #bilans .header img.arrow{
	margin-left: 0.3rem;
    margin-top: 0.4rem;
    position: absolute;
}

#mystatistics #bilans .more {
	width:90rem;
	margin:1rem 0rem;
	display:none;
}

#mystatistics #bilans .more li{
	width:12.85rem;
	text-align:center;
}

#mystatistics #bilans .more .thead li{
	color:black;
}

#mystatistics #bilans .more .tbody li{
	color:black;
	cursor:pointer;
}

#mystatistics #bilans .more .tbody.eventlose li{
	color:gray;
}

#mystatistics #bilans .more .tbody:hover li{
	color:rgb(255,0,0);
}

#mystatistics #chart2
{
	width: 100%;
	height: 20rem;
}

/* SUBSCRIPTONS */

#subscriptions{
	overflow: hidden;
    text-align: center;
    width: 69rem;
	list-style-type: none;
}

#subscriptions li:nth-of-type(1){
	font-size:3rem;
	margin: 2rem 0rem;
}

/* CONTAC US */

#contactusForm{
	width:85rem;
	margin:10rem auto 3rem auto;
}

#contactusForm ul{
	list-style-type: none;
}

#contactusForm .form li{
	float:none;
}

#contactusForm .form input{
	width:50%;
}

#contactusForm .form li.contact{
	float:right;
}

#contactusForm .form li.title{
	background-image: url("../img/arrow-right-red.png");
    background-repeat: no-repeat;
    background-size: 2rem auto;
    font-weight: bold;
    height: 6rem;
    padding-left: 4rem;
	font-family: Lato;
    font-size: 2.2rem;
}

#contactusForm .form li.title span{
    font-weight: normal;
	font-family: Lato;
    font-size: 1.4rem;
	display:block;
}

#contactusForm .form li{
	margin: 0rem 1rem 2rem;
    min-width: 24rem;
}

#contactusForm .form li:last-child{
	margin:2rem auto;
	display:block;
}

#contactusForm p {
	display: inline-block;
	margin: 25px 0 45px 0;
}

/* STATS */

#stats {
    margin: 10rem auto 3rem;
    width: 91.8rem;
}

#stats header{
	line-height: 4rem;
    text-align: center;
}

/* COPYRIGHT */

#copyright {
	color: rgb(150,150,150);
    font-size: 1.6rem;
    margin-top: 5rem;
    position: absolute;
    text-align: left;
}

#copyright span{
	display:block;
}

#copyright span:nth-child(2){
	font-size: 1rem;
	margin-top: -0.5rem;
}

#copyright a.webactive {
    background-image: url("../img/icon/webactive.png");
    background-position: 0rem 0.3rem;
    background-repeat: no-repeat;
    background-size: 1.5rem auto;
    margin-left: 0.3rem;
    padding-left: 2rem;
}

/* BECOME OUR EXPERT*/

#becomeourexpert{
	margin: 10rem auto 10rem;
	width: 82.8rem
}

#becomeourexpert header {
	text-align:center;
	line-height: 4rem;
}

/* LIVE */
#live var#stake{
	font-style:normal;
}

#live{
	border: 0.1rem solid rgb(255, 0, 0);
    bottom: 0rem;
    height: 34rem;
    position: fixed;
    left: 0;
    width: 27rem;
	z-index: 1;
	background-color: white;

	-webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
}

#live div#messages{
	overflow-y: auto;
	overflow-x: hidden;
	width: 27rem;
	height: 30.3rem;
}

#live div.message{
	margin:.2rem 0rem .5rem 0rem;
	padding: 1rem;
}

#live div.message > span{
	display:block;
	color:silver;
	font-size:1.2rem;
}

#live div.message p > span{
	font-weight:bold;
}

#live #close{
	cursor: pointer;
    display: block;
    background-color:rgb(255,0,0);
	color:white;
	padding:1rem;
}

#live #close img{
	margin-left: 17rem;
    margin-top: -0.5rem;
    position: absolute;
    width: 25px;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

#profitcalculate{
	background-color: rgba(255, 0, 0, 1) !important;
    background-image: url("../img/icon/chart/calc.png") !important;
    background-position: 1rem 0.4rem !important;
    background-repeat: no-repeat !important;
    background-size: 1.9rem auto;
	/*margin-left: 4rem !important;*/
    padding-left: 3.5rem !important;
	color:white !important;
	width: 10rem !important;
}

#profitcalculate-content{
	height:56rem;
	width:78.5rem;
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
	border:.1rem solid red;
	background-color:white;
	display:none;
}

#profitcalculate-content .cloud{
	background-color: white;
    border: 0.1rem solid rgb(255, 0, 0);
    color: black;
    padding: 0.5rem;
    position: absolute;
    z-index: 999999;
	margin-left: -1rem;
    margin-top: -5rem;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#profitcalculate-content  #bank .cloud{
	margin-left: 7rem;
    margin-top: -2rem;

}

#profitcalculate-content ul{
	list-style-type:none;
}

#profitcalculate-content > ul > li{
	float:left;
	overflow:hidden;
	font-size:1.3rem;
}

#profitcalculate-content > ul > li:nth-child(1) > img{
	border: 0.1rem solid rgb(255, 0, 0);
    height: 32rem;
    margin: 5rem 0rem 0rem 4rem;
    padding: 2.5rem;
    width: 23rem;
}

#profitcalculate-content .content-title{
	background-color: rgb(255, 0, 0);
    color: white;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 1.5rem;
    text-align: left;
}

#profitcalculate-content .content-title img.gold{
	position:absolute;
	margin-top: -10.5rem;
    position: absolute;
    width: 9rem;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#profitcalculate-content .content-title img.close{
	position: absolute;
    right: 1rem;
    width: 2rem;
	cursor:pointer;
}

#profitcalculate-content > ul > li:nth-child(2) > span{
	color: rgb(255, 0, 0);
    display: block;
    font-size: 1.8rem;
    margin: 1rem;
    text-align: left;
}

#profitcalculate-content ul.calculation-period{
	display: block;
    height: 5rem;
    margin: 0rem 0rem 0rem 2rem;
}

#profitcalculate-content ul.calculation-period li{
    background-color: rgb(255, 255, 255);
    color: black;
	border: 0.1rem solid rgb(255, 0, 0);
    float: left;
    margin: 0.7rem 0.1rem 0.7rem 0rem;
    padding: 0.9rem 1rem;
    width: 8rem;
	font-size: 1.3rem;
	height:1.6rem;
	cursor:pointer;
}

#profitcalculate-content ul.calculation-period li.title{
	background-color: rgb(255, 0, 0);
    color: white;
	position:relative;
}

#profitcalculate-content ul.calculation-period li.title, #profitcalculate-content ul.calculation-period li.active{
	background-color: rgb(255, 0, 0);
    color: white;
}

#profitcalculate-content ul.calculation-period li:not(.active):hover{
	background-color: rgb(255, 0, 0);
    color: white;
}

#profitcalculate-content ul.calculation-period li.daterange{
	width:28.5rem;
}

#profitcalculate-content ul.calculation-period li.daterange input{
	padding: 0.1rem;
    text-align: center;
    width: 7rem;
}

#profitcalculate-content ul.calculation-period li.daterange img{
	margin:0rem 1rem -0.1rem;
}

#profitcalculate-content ul.calculation-period li .arrow{
	background-image: url(../img/arrow-right-white.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 2rem;
    margin-top: -0.2rem;
    position: absolute;
    right: 0;
    width: 2rem;
}

#profitcalculate-content ul.bank{
	margin: 0rem 0rem 0rem 2rem;
}

#profitcalculate-content ul.bank li{
	float:left;
	width:20rem;
	margin:1rem 0.2rem 0.5rem 0rem;
}

#profitcalculate-content ul.bank li span.header{
	color:rgb(255,0,0);
	text-align:left;
	font-size:2rem;
	display:block;
}

#profitcalculate-content ul.bank li div:nth-of-type(1){
	border: 0.1rem solid rgb(255, 0, 0);
    height: 7rem;
    margin: 0.5rem 0rem;
    position: relative;
}

#profitcalculate-content ul.bank li div:nth-of-type(1) input{
    font-size: 4rem;
    margin-left: -7rem;
    margin-top: 0.9rem;
    width: 10rem;
	text-align:right;
}

#profitcalculate-content ul.bank li div:nth-of-type(1){
	font-size:4rem;
	line-height: 6.9rem;
	text-align: center;
}

#profitcalculate-content ul.bank li div:nth-of-type(1) p{
	border: .1rem solid rgb(255,0,0);
	background-color: rgb(255,0,0);
	font-size: 2rem;
    padding: 0.65rem;
	color:white;
	position:absolute;
	margin: 0.2rem;
	cursor: pointer;
}

#profitcalculate-content #calculate{
	cursor: pointer;
}

#profitcalculate-content #calculate:hover{
	background-color:white;
	color:black;
}

#profitcalculate-content ul.bank li div:nth-of-type(1) p:nth-of-type(1){
	top:0;
	right:0;
}

#profitcalculate-content ul.bank li div:nth-of-type(1) p:nth-of-type(2){
	bottom:0;
	right:0;
}

#profitcalculate-content ul.bank li div:nth-of-type(1) p:nth-of-type(1):hover, #profitcalculate-content ul.bank li div:nth-of-type(1) p:nth-of-type(2):hover{
	background-color:white;
	color:rgb(255,0,0);
}

#profitcalculate-content ul.bank li div:nth-of-type(2){
	border:.1rem solid rgb(255,0,0);
	background-color:rgb(255,0,0);
	color:white;
	padding:1.5rem;
}

#profitcalculate-content ul.bank #bankgrows div:nth-of-type(2){
	text-align:right;
}

#profitcalculate-content .footer{
	color: silver;
    margin: 2rem;
    text-align: center;
	text-transform: uppercase;
	font-size: 1.1rem;
}

#profitcalculate-content .footer span{
	color:rgb(255,0,0);
}

#profitcalculate-content ul.bank #bankgrows hr{
	border-bottom: 0.1rem solid white;
    margin: 1rem 0rem;
}

/* COOKIEINFO*/
#cookieInfo{
    display:none;
}

/** Modal Info Box **/
#messageInfo {
    position: fixed;
}

.modal--message {
    background: #49505B;
    width: 330px;
    color: #fff;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 12px;
    position: absolute;
    right: 0;
    top: 9.6rem;
    z-index: 1000;
    display:none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.modal--message header {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: right;
    border-bottom: 1px solid #fff;
}
    .modal--message-close {
        width: 23px;
        height: 23px;
        display: inline-block;
        text-indent: 99999px;
        background: url(../img/icon/btn-close.png) no-repeat;
    }
    .modal--message-info {
        width: 100%;
        display: inline-block;
        padding-bottom: 10px;
        text-align: center;
    }

    .moda--button-ok {
        margin: 20px 0 0 0;
        cursor: pointer;
        display: block;
    }

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@media screen and (max-width:1024px){
	#footer{
		width:100%;
		min-width: 105rem;
	}

	#footer > ul{
		width:100%;
	}

	#footer > ul > li{
		font-size:1rem;
	}

	#footer ul h2{
		font-size:1.2rem;
	}

	#footer > ul > li{
		min-width: 8rem;
	}
}

@media (max-height: 768px) {

	#section2 .container, #aboutas .container, #freezone .container
	{
		width: 62.1rem;
	}

	#section3 .container, #aboutas .container, #freezone .container
	{
		width: 62.1rem;
	}

	#section2 .container .item, #aboutas .container .item, #freezone .container .item
	{
		height: 9.65rem;
		width: 9.65rem;
		margin: 0rem .25rem 0rem .25rem !important;

	}

	#section2 .container .item img.title, #aboutas .container .item img.title
	{
		width: 4rem;
		margin: 1rem 0rem 1rem;
	}

	#section2 .container .item p, #aboutas .container .item p
	{
		font-size: 1.1rem;
		line-height: normal;
	}

	#section2 .container .item img.more, #aboutas .container .item img.more
	{
		display:none;
	}

	#section0 .getStarted{
		bottom: 2rem;
	}

	.getStarted.buttonBig{
		font-size: 1.5rem;
	    line-height: 2rem;
	    padding: 1rem 3rem;
	}
}

#section0 .startWining div:nth-of-type(1){
	position: relative;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	/*width: 48rem;*/
	margin-top: 10rem;
	display: inline-block;
}

#section0 .startWining div:nth-of-type(2){
	margin-top: 6vh;
	margin-left: 5rem;
	margin-right: 5rem;
}

#section0 .startWining div:nth-of-type(2) span:nth-of-type(3) {
	margin-left: 3rem;
}

#section0 .startWining div:nth-of-type(1) span:nth-of-type(1) {
	font-size: 4vh;
	line-height: 5vh;
}

#section0 .startWining div:nth-of-type(1) span:nth-of-type(2) {
	font-size: 4vh;
}

#section0 .startWining div:nth-of-type(1) span:nth-of-type(3) {
	font-size: 6vh;
}

#section0 .startWining div:nth-of-type(2) span {
	font-size: 2vm;
	font-size: 2vmin;
	line-height: 2vm;
	line-height: 2vmin;
}

#section0 .startWining {
	padding: 0 6rem;
	text-align: center;
}

#section0 .startWining div strong{
	font-size: 6vm;
	font-size: 6vmin;

}
#section0 .startWining div:nth-of-type(2) span span {
	display: inline-block;
	margin-left: 0;
	background-color: rgba(0,0,0,0);
	margin-top: 1rem;
	height: 3rem;
	line-height: 3rem;
}


#aboutas .container  #minitem {
	width: 80%;
}

#section4 > div{
	background-image: url("/img/instrukcja.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

}

#section4 .instruction > div{
	text-align: center;
}

@media only screen and  (orientation : landscape) {
    #section4 .instruction {
        width: 80vh;
    }
}
@media only screen and  (orientation : portrait) {
    #section4 .instruction {
        width: 80vw;
    }
}

.instruction strong {
    font-size: 1.8vmin;
	line-height: 2.6vmin;
}

#buy #payment #dotpay_submit {
    width: 100px;
    height: 56px;
    padding-top: 1px;
    outline: 0;
    background-image: url("../img/icon/dotpay.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:rgba(255,255,255,0);
    cursor:pointer;
    filter: grayscale(1.0);
    -webkit-transition: filter 0.5s ease-in-out;
    -moz-transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;

}

.uppercase {
	text-transform: uppercase;
}