@charset "utf-8";


/* General Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th, td, hr, button{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align: baseline;
	background:none;
}
h1, h2, h3, h4, h5, h6, li {
    line-height:100%;
}
blockquote, q {
    quotes:none;
}
q:before, q:after {
    content: "";
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, textarea, select{
	vertical-align:middle;
	padding:0;
	margin:0;
}
ol, ul {
    list-style:none;
}
form, fieldset{
    border-style:none;
}
a{
  text-decoration: underline;
  color: #0000ff;
}
a:hover{
  text-decoration: none;
}
/* General Settings */
html {
    height:100%;
}
/*snipp_classes*/
img{
	height: auto;
	margin: auto;
	max-width: 100%;
}

/*ENDsnipp_classes*/
html{
    background:  #ffcd00;
}
body{
	color: #000;
	font: 12.78px Arial, sans-serif;
    height: 100%;
    width: 100%;
	/*height: 100%;*/
}

.wrapper {
    height: 100%;
    //min-height: 100%;
    width: 100%;
    display: table;
}
.block {
    display: table-row;
    height: 1px;
}
.push {
    height: auto;
}

.content_block{
    position: relative;
    margin: 0 auto;
    max-width: 960px;
}
.logo_text{
    width: 85.45%;
    margin: 0.5em auto 0;
}
.ul_logo{
    overflow: hidden;
}

.ul_logo li{
    float: left;
    vertical-align: top;
}
.logo_site{
    width: 32%;
}
.txt_logo{
    width: 66%;
    padding-top: 2em;
}

.txt_logo h2 {
    color: #000000;
    font: bold 1.75em/1em Helvetica,Arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.txt_logo p {
    font-size: 1.251956181533646em;
    color: #000000;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
}
.red-bold {
    color: #FF0000;
    font-weight: 700;
}

a.bns_play_now{
    color: #fff000;
    font: bold 3.52112676056338em Arial,sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 0.2em;
    display: block;
    border-radius:13px;
    -moz-border-radius: 13px;
    -webkit-border-radius:13px;
    -khtml-border-radius:13px;
	-webkit-box-shadow: 0 9px 5px -5px #a8821f, inset 0 8px 10px 2px #fe5151;
	   -moz-box-shadow: 0 9px 5px -5px #a8821f, inset 0 8px 10px 2px #fe5151;
	        box-shadow: 0 9px 5px -5px #a8821f, inset 0 8px 10px 2px #fe5151;
    text-shadow: 2px 3px 2px #9a190b;
    text-decoration: none;
    border: 2px solid #8e3c3c;
    background: #fa0a0a;
    background: -moz-linear-gradient(top, #fa0a0a 0%, #c80000 100%);
    background: -webkit-gradient(linear, left top, left bottom,
      color-stop(0%,#fa0a0a), color-stop(100%,#c80000));
    background: -webkit-linear-gradient(top, #fa0a0a 0%,#c80000 100%);
    background: -o-linear-gradient(top, #fa0a0a 0%,#c80000 100%);
    background: -ms-linear-gradient(top, #fa0a0a 0%,#c80000 100%);
    background: linear-gradient(top, #fa0a0a 0%,#c80000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#fa0a0a', endColorstr='#c80000',GradientType=0 );
}

.block_people .bns_play_now{
    margin: 5% auto 0;
    font-size: 2.7em;
    width: 90%;
}
.bns_play_now:hover, .bns_play_now:focus{
    background: #EF0000;
	-webkit-box-shadow: 0 9px 5px -5px #a8821f, inset 0 8px 10px 2px #f10000;
	   -moz-box-shadow: 0 9px 5px -5px #a8821f, inset 0 8px 10px 2px #f10000;
	        box-shadow: 0 9px 5px -5px #a8821f, inset 0 8px 10px 2px #f10000;
    text-shadow: 2px 3px 4px #660000;
    text-decoration: none;
    border: 2px solid #8e3c3c;
    background: #fa0a0a;
    background: -moz-linear-gradient(top, #e50000 0%, #7e0000 100%);
    background: -webkit-gradient(linear, left top, left bottom,
      color-stop(0%,#e50000), color-stop(100%,#7e0000));
    background: -webkit-linear-gradient(top, #e50000 0%,#7e0000 100%);
    background: -o-linear-gradient(top, #e50000 0%,#7e0000 100%);
    background: -ms-linear-gradient(top, #e50000 0%,#7e0000 100%);
    background: linear-gradient(top, #e50000 0%,#7e0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#e50000', endColorstr='#7e0000',GradientType=0 );
}

.bns_play_now:active{
    background: #EF0000;
	-webkit-box-shadow: 0 9px 5px -5px #a8821f, inset 0 8px 10px 2px #7e0000;
	   -moz-box-shadow: 0 9px 5px -5px #a8821f, inset 0 8px 10px 2px #7e0000;
	        box-shadow: 0 9px 5px -5px #a8821f, inset 0 8px 10px 2px #7e0000;
    text-shadow: 2px 3px 4px #660000;
    text-decoration: none;
    border: 2px solid #8e3c3c;
    background: #fa0a0a;
    background: -moz-linear-gradient(top, #a30000 0%, #5d0000 100%);
    background: -webkit-gradient(linear, left top, left bottom,
      color-stop(0%,#a30000), color-stop(100%,#5d0000));
    background: -webkit-linear-gradient(top, #a30000 0%,#5d0000 100%);
    background: -o-linear-gradient(top, #a30000 0%,#5d0000 100%);
    background: -ms-linear-gradient(top, #a30000 0%,#5d0000 100%);
    background: linear-gradient(top, #a30000 0%,#5d0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#a30000', endColorstr='#5d0000',GradientType=0 );
}

.block_million{
    margin: 0.5em auto 0;
    width: 85.45%;
    overflow: hidden;
}
.txt_million{
    float: left;
    width: 57%;
    padding-left: 3%;
    text-align: right;
}
.results_vary{
    font-weight: bold;
}
.top_results_span{
    margin-right: 50px;
    font-size: 1.1em;
}
.bottom_vary{
    text-align: center;
    font-size: 1.3em;
}

.play_now{
    float: left;
    width: 38%;
}
.img_none{
    margin-left: -12px;
}

.block_million p, .already_txt{
    color: #353535;
    text-align: center;
    padding-top: 0.5em;
    font: bold 0.8607198748043818em Arial,sans-serif;
}
.block_million p a{
    color: #002aff;
}
.cont_step{
    overflow: hidden;
    width: 100%;
    margin: 2% auto;
}
.block_step{
}

.txt_step{
    float: right;
    width: 12.2em;
}
.sweep_vary_wrapper{
    float: right;
    width: 83%;
}
.block_black{
    background:#353535;
    padding-bottom: 0.35em;
    border-radius:13px;
    -moz-border-radius: 13px;
    -webkit-border-radius:13px;
    -khtml-border-radius:13px;
}
.min_block{
    display: none;
}

.block_black h2{
    color: #fff;
    padding-top: 0.3em;
    text-align: center;
    font: bold 1.877934272300469em Arial,sans-serif;
}
.block_black h3{
    color: #fff;
    padding-top: 0.3em;
    text-align: center;
    font: bold 1.564945226917058em Arial,sans-serif;
}
.txt_step li{
    margin: 2px 0px;
}

.txt_step p{
    text-align: center;
    padding-top: 0.5em;
    font: bold 1.017214397496088em Arial,sans-serif;
}
.cont_txt_txt p{
    font: 1.251956181533646em Arial,sans-serif;
    padding-left: 1em;
    padding-right: 1em;
}

.red_txt{
    color: #ff0000;
    margin-top: 0.5em;
    font: italic bold 1.408450704225352em Arial,sans-serif !important;
}
span.red_txt{
    font: italic bold 1.1em Arial,sans-serif !important;
}
.ul_disc{
    font-size: 1.095461658841941em;
    list-style: disc;
    margin-left: 3em;
}
.ul_disc li{
    padding: 0.6em 0.2em;
}
.cont_txt_txt{
    background: #fff;
    padding: 0.9em 1.35em;
    border-radius: 0px 0px 9px 9px;
    -moz-border-radius: 0px 0px 9px 9px;
    -webkit-border-radius: 0px 0px 9px 9px;
    -khtml-border-radius: 0px 0px 9px 9px;
    margin: 0.35em 0.35em 0 0.35em;
}
.cont_rslides{
    background: #fff;
    min-height: 12.5em;
    margin: 0.35em 0.35em 0em 0.35em;
    padding: 1.2em 0.75em;
    border-radius: 0px 0px 9px 9px;
    -moz-border-radius: 0px 0px 9px 9px;
    -webkit-border-radius: 0px 0px 9px 9px;
    -khtml-border-radius: 0px 0px 9px 9px;
}

.red_span{
    font-size: 1.408450704225352em !important;
    background: #ffea00;
    margin: 0.3em 0 0.65em;
    padding: 0.25em 0.6em 0.3em 0 !important;
    font-weight: bold !important;
    border-bottom: 1px solid #fffbcc;
	-webkit-box-shadow: 0 3px 2px -1px #B8B8B8;
	   -moz-box-shadow: 0 3px 2px -1px #B8B8B8;
	        box-shadow: 0 3px 2px -1px #B8B8B8;
}
.red_span span{
    color: #fff000;
    display: block;
    float: left;
    margin: -0.3em 0.5em 0 -0.1em;
    font-size: 1.11em !important;
    padding: 0.3em 1.65em 0.5em 0.7em;
    background: url('http://f.pinid.com///images/en/default/responsive_splash/errow_red.png') no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='http://f.pinid.com///images/en/default/responsive_splash/errow_red.png',
        sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='http://f.pinid.com///images/en/default/responsive_splash/errow_red.png',
        sizingMethod='scale')";
}
.txt_big, .cont_txt_txt p.txt_big{
    font: bold 1.564945226917058em Arial,sans-serif;
}
.block_recent .block_black,
.block_people .block_black{
    padding-bottom: 0.35em;
}

.profile_img{
    background: #fff;
    *height: 23em;
    text-align: center;
    margin: 4px 4px 0px 4px;
    padding: 4px 4px 32px 4px;
    border-radius: 0px 0px 9px 9px;
    -moz-border-radius: 0px 0px 9px 9px;
    -webkit-border-radius: 0px 0px 9px 9px;
    -khtml-border-radius: 0px 0px 9px 9px;
}

.profile_img li{
    display: inline-block;
    margin: 12px;
    position: relative;
    width: 110px;
}
.foto_img {
    border: 1px solid #000000;
    padding: 5px;
}
.block_recent{
    float: left;
    width: 46%;
}
.block_people{
    float: right;
    width: 51%;
}
.winner-over {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #333333;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color: black;
    font-size: 12px;
    font-weight: 300;
    padding: 8px;
    text-align: center;
    width: 140px;
}
.contr_hov_win{
    display: none;
    left: -22px;
    position: absolute;
    top: -64px;
}
.contr_hov_win span{
    display: block !important;
    margin-top: -3px;
}
.profile_img li:hover .contr_hov_win{display: inline;}
.profile_img li:hover .winner-over-tip,
.profile_img li:hover .winner-over{
    display: block;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    }
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.img_none_mmin{
    display: none;
}

/*main_content*/
a:focus {
	outline: none;
}
#panel {
	background: #754c24;

    margin-top: 50px;
}
#panel ul{
    background: #555555;
    border-right: 3px solid #353535;
    border-bottom: 1px solid #353535;
}
#panel ul li{
    background: #fff;
    margin-bottom: 2px;
    border: 1px solid #bbbbbb;
    padding: 0.8em 0 1.2em;
}
#panel ul li img{
    display: block;
    margin: 0px auto;
}
.contr_info_left{
	position: absolute;
	top: 0%;
	width:210px;
    z-index: 999;
}
.slide {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 360px;
/*    writing-mode: tb-rl;
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);*/
}

.btn-slide {
    background: url('http://f.pinid.com///images/en/default/responsive_splash/bns_black_left.png') no-repeat;
    border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -khtml-border-radius: 0 8px 8px 0;
/*    color: #FFFFFF;      */
    display: block;
/*    font: bold 18px Arial,Helvetica,sans-serif;    */
    height: 219px;
/*    padding: 10px 0; */
    text-align: center;
    text-decoration: none;
/*    text-transform: uppercase; */
    width: 44px;
}
.active {
	background-position: right 12px;
}
.block_slide_left{
    text-align: center;
}
.block_slide_left p{
    color: #000;
    font: bold 15px arial;
}
.block_slide_left p.color_txt_left{
    font: bold 18px arial;
}
.txt_number{
    margin-top: 0.35em;
}

.txt_number span {
    display: inline-block;
    font-size: 15px;
    background: url('http://f.pinid.com///images/en/default/responsive_splash/txt_number.png') no-repeat;
    height: 30px;
    line-height: 25px;
    margin: 0px;
    text-align: center;
    width: 28px;
}
.li_slide_1 .color_txt_left,
.li_slide_1 .txt_number span{
    color: #6e6aae;
}
.li_slide_2 .color_txt_left,
.li_slide_2 .txt_number span{
    color: #333366;
}
.li_slide_3 .color_txt_left,
.li_slide_3 .txt_number span{
    color: #336633;
}
.li_slide_4 .color_txt_left,
.li_slide_4 .txt_number span{
    color: #e57100;
}
.li_slide_5 .color_txt_left,
.li_slide_5 .txt_number span{
    color: #cc00ff;
}
.li_slide_6 .color_txt_left,
.li_slide_6 .txt_number span{
    color: #cc0000;
}
.li_slide_6 .txt_number{
    margin: 0.35em auto 0;
    width: 145px;
}
#quote {
    font-size: 1.173708920187793em;
    font-weight: 400;
    line-height: 20px;
    margin: 0.1em 0 0.7em;
    text-align: center;
}
#quote:before {
    content: url('http://f.pinid.com///images/en/default/responsive_splash/blk_quote_left.png');
}
#quote:after {
    content: url('http://f.pinid.com///images/en/default/responsive_splash/blk_quote_right.png');
}
.attr {
    color: #FF0000;
    font-size: 1.095461658841941em;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0.3em;
    text-align: right;
}
/*adapt*//*1199=1216*/
@media screen and (max-width: 1028px) {
.txt_step {
    float: none;
    margin: 0 auto;
    width: 90%;
}

.block_people .bns_play_now {
    font-size: 2.4em !important;
    width: 96%;
}
.txt_step p {
    margin: 0 auto;
    width: 66%;
    padding: 1.5% 0 1%;
}

.block_million p, .already_txt {
    font: bold 1em Arial,sans-serif;
}
.profile_img li {
    width: 80px;
}
.cont_block_black {
    margin: 0 5%;
}
.block_step {
    float: none;
    margin: 0 auto;
    width: 90%;
}
.txt_step ul{
    text-align: center;
}
.txt_step ul li{
    display: inline-block;
    width: 15%;
}
}
@media screen and (max-width: 1000px){
.cont_block_black{
    margin: 0 5%;
}
.profile_img li{
    width: 90px;
}
}
@media screen and (min-width: 740px) and (max-width: 960px)
{
.content_block{
    margin: 0 2%;
}
}
@media screen and (min-width: 840px) and (max-width: 960px)
{
.txt_logo h2{
  font-size: 1.7em;
}
}
@media screen and (min-width: 826px) and (max-width: 960px)
{
.txt_million {
    width: 50%;
}

.play_now {
    padding-left: 3%;
    width: 44%;
}

.block_million p, .already_txt {
    font-size:0.9em;
}
}

@media screen and (max-width: 876px) {
.block_people .bns_play_now {
    font-size: 2.2em !important;
}
}
@media screen and (max-width: 840px) {
.logo_text{
    width: 93%;
}
.txt_logo h2 {
    font: bold 1.6em/1em Helvetica,Arial,sans-serif;
}

.play_now {
    float: right;
    margin-left: 2%;
    width: 38%;
}
.bns_play_now {
    font-size: 2em !important;
    padding: 0.4em 0;
}

.profile_img li {
    width: 66px;
}
}

@media screen and (max-width: 740px) {
.contr_info_left {
    display: none;
}
#mainblock{margin-left: 0 !important}

.block_footer_txt li {
    float: none;
    padding: 0 5%;
    width: 90%;
}
.logo_site {
    width: 100%;
}
.txt_logo {
    width: 100%;
}
.logo_site img{
    display: block;
}

}
@media screen and (min-width: 740px) and (max-width: 850px)
{

.txt_logo h2{
  font-size: 1.5em;
}

}
@media screen and (max-width: 639px) {
.block_recent, .block_people {
    float: none;
    margin: 3% auto;
    width: 90%;
}
.block_people .bns_play_now{
    margin: 3% auto 0;
}
}
@media screen and (max-width: 620px){
.txt_million {
    margin: 0 auto 3%;
    overflow: hidden;
    float: none;
    padding-left: 0;
    width: 90%;
}
.play_now {
    float: none;
    margin: 0 auto;
    width: 90%;
}
.img_block_min{
    float: left;
    width: 93%;
}
.img_none_mmin{
    display: block;
    margin-top: 14%;
    float: left;
    padding-right: 1%;
    width: 6%;
}

.img_none{
    display: none;
}
}
@media screen and (max-width: 480px) {

.txt_logo h2 {
    font-size:1.8em;
    margin-bottom: 0.5em;
}

.txt_logo p {
    font-size: 1.2em;
}
.block_recent, .block_people {
    width: 100%;
}
.txt_step p {
    width: 81%;
}
.profile_img li {
    width: 90px;
}
.contr_info_left {
    display: none;
}
.txt_step ul li {
    width: 32%;
}
.txt_million {
    float: none;
    padding-left: 0;
    width: 90%;
}
.play_now {
    float: none;
    margin: 0 auto;
    width: 100%;
}
.block_million{
    width: 90%;
}

.red_span span{
    margin: -0.3em 0.5em 0 -0.1em;
    background-size: 100% 100%;
    display: block;
    float: left;
    padding: 0.3em 1.65em 0.5em 0.7em;
}

.cont_txt_txt p {
    font: 1em Arial,sans-serif;
    padding-left: 0;
    padding-right: 0;
}
.ul_disc {
    font-size: 0.85em;
    margin-left: 1.5em;
}
.block_black h2, .block_black h3 {
    font: bold 1.2em Arial,sans-serif;
}
.red_span {
    font-size: 0.9em !important;
}
.red_txt {
    font: italic bold 1em Arial,sans-serif !important;
}

.txt_big, .cont_txt_txt p.txt_big {
    font-size: 1.05em;
}
.block_people .bns_play_now {
    font-size: 1.7em !important;
}
}
@media screen and (max-width: 320px){
.txt_logo {
    padding-top: 0.5em;
}
.txt_logo h2 {
    font: bold 1.7em/1.2em Helvetica,Arial,sans-serif;
    padding-bottom: 0.25em;
}

.txt_logo p {
    font-size: 1.3em;
    margin: 0 auto 2%;
    width: 90%;
}
.profile_img li {
    width: 55px;
}
.block_million p{
    margin-bottom: 0.6em;
}

.bns_play_now {
    font-size: 1.8em !important;
    padding: 0.4em 0;
}

.block_recent, .block_people {
    float: none;
    margin: 3% auto;
    width: 100%;
}
.txt_step p {
    font-size: 0.85em;
    padding: 5% 0 1%;
    width: 98%;
}
.profile_img{
    padding-bottom: 1%;
}

.block_million p, .already_txt {
    font-size: 0.85em;
}
}
/*@media screen and (max-width: !!!!px) {
.txt_logo h2 {
    font: bold 1.5em/1em Helvetica,Arial,sans-serif;
}
.txt_logo p {
    font-size: 1.1em;
}

.txt_million {
    width: 52%;
}
.play_now {
    padding-left: 3%;
    width: 39%;
}
.block_million {
    margin: 2.5em auto 0;
}
.profile_img li {
    width: 73px;
}
.block_people .bns_play_now {
    font-size: 2em;
}
}*/
/*ENDadapt*/
@media screen and (max-width: 320px){
body {
    font: 9px Arial,sans-serif;
}

.min_block{
    padding:2%;
    display: block;
    position: fixed;
    z-index: 3;
    width: 96%;
    margin: 0px auto 0.5em auto;
    background: #ffcd00;
    box-shadow: 0 0 12px -2px #000000;
}

.min_block .bns_play_now {
    font-size: 1.8em !important;
}
.min_block p{
    text-align: center;
    margin-top: 0.5em;

}
.profile_img li {
    width: 40px;
}
}