/*
	Intro block
*/

.player__info {
 width: 11%;
}

.player__posts {
 width: 21%;
}

.player__type {
 width: 22%;
}

.off-site p{
	font-size:15px; 
	text-align:right; 
	padding:30px 0 4px;
	color: #a4d6fb;
}
.off-site a{
	color: #a4d6fb;
	font-weight: bold;
	font-size:15px;
}

.top_banner img {
	width: 1000px;
}

.intro_new {
	background-size: auto;
	padding: 0;
}

.intro__logo_new {
	margin-top: 25px;
	margin-bottom: 38px;
}

.social_links {
	position: absolute;
	right: 0;
	top: 30px;
}

.social_links li {
	float: left;
}

.social_links li:not(:last-child) {
  margin-right: 10px;
}

.user_log_in {
	position: absolute;
	right: 0;
	bottom: -38px;
	width: 230px;
	z-index: 9999;
}

.log_in,
.contract_template,
.search_new {
	text-transform:uppercase;
	font-size: 100%;
	font-weight: bold;
font-family: 'RBSTT';
/*font-family: 'Intro';*/
	color: #fff;
	text-decoration: none;
	background-color: rgba(75, 199, 169, 1);
	margin: 0;
}

.log_in,
.contract_template {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	width: 64px;
	height: 38px;
}

.login_items img {
	display: none;
	position: absolute;
	top: 7px;
	left: 18px;
}

.user_logged img {
	display: block;
}
.user_logged .log_in {
	color: rgba(75, 199, 169, 1);
}

.login_items td,
.user_log_in th {
	vertical-align: middle;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.login_items td:last-child {
	border-left: 1px solid transparent;
}

.contract_template {
	width: 166px;
}

.search_new { 
	width: 100%;
}

.search_new .search__input {
	line-height: 1.5;
	outline: 0;
	height: 38px;
	width: 150px;
	padding: 0;
	padding-right: 15px;
}

.search_result {
	/*display: none;
	position: absolute;
	bottom: -266px;
	right: 0;*/
	background: #4969e5;
	z-index: 9999;
	font-family: 'RBSTTReg';
	font-size: 100%;
}

.search_result ul {
	width: 230px;
}

.search_result ul li {
	height: 38px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 13px;
}

.search_result li:nth-child(2n) {
	background: #5b78e8;
}

.search_result li:last-child a {
	font-family: 'RBSTTSem';
	text-decoration: underline;
}

.search_result a {
	line-height: 38px;
	color: #fff;
	text-decoration: none;
}

.footer__login,
.registration__title,
.login__title,
.login__button {
	font-weight: 400;
	font-family: 'RBSTTBol';
}


.auth_top .registration {
	top: 179px;
}

.registration {
	right: 50px;
	width: 230px;
	z-index: 9999;
}

.registration__close {
	width: 46px;
	height: 46px;
	cursor: pointer;
	background: url(img/close_auth_modal.png);
	top: 0;
	right: 0;
}

.registration__sections {
	display: block;
}

.registration__sections__section:not(:last-child):after {
	display: inline-block;
	content: "/";
	margin: 0 5px;
}

.registration__hat {
	margin: 25px 15px;
	padding: 0;
}

.login__title {
	margin-bottom: 15px;
}

.login__input {
	outline: none;
}

.login__input:focus {
	background-color: #33bb7d;
}

.login__input::-webkit-input-placeholder,
.registration__input::-webkit-input-placeholder {
   color: #beffe1;
}

.login__input:-moz-placeholder,
.registration__input:-moz-placeholder { /* Firefox 18- */
   color: #beffe1;  
}

.login__input::-moz-placeholder,
.registration__input::-moz-placeholder {  /* Firefox 19+ */
   color: #beffe1;  
}

.login__input:-ms-input-placeholder,
.registration__input:-ms-input-placeholder {  
   color: #beffe1;  
}

.login__notpass {
	width: 130px;
}

input.login__button {
	width: 79px;
}

.registration__button__send {
	background-color: #277fb1;
}

.registration__input {
	height: 34px;
}

/*
	Crumbs block
*/

.bottom_nav {
  color: #fff;
  font-size: 120%;
  overflow: hidden;
}

.crumbs {
	position: relative;
	float: left;
	padding: 12px 0;
}

.crumbs ul li {
	float: left;
}

.crumbs a {
  color: #c4e6ff;
}

.crumbs ul li:not(:last-child):after {
  margin: 0 4px;
  content: "/";
}

/*
	Main block
*/

.main ul li {
	list-style: none;
}

.content {
	color: #fff;
	margin-top: 60px;
	font-size: 120%;
	line-height: 1.3;
	position: relative;
}

.content.birg {
	margin-top: 10px;
}

.content h2 {
	font-family: 'RBSTTSem';
	font-weight: 600;
	font-size: 120%;
	width: 240px;
}

.content p {
	margin-bottom: 16px;
}

.text_bold {
	font-family: 'RBSTTSem';
	font-size: 98%;
}

.text_col a{
	font-family: 'RBSTTSem';
	color: #fff important;
}

.text_underline {
	text-decoration: underline;
}

.cyan {
	color: #5bf8d2;
}

.pink {
	color: #dea2a9;
}

.blue {
	color: #8cc4fd;
}

.boxed_text {
	padding: 13px;
	border: 1px solid #7b87a4;
	margin-left: -13px;
}

.logo_mini {
	width: 17px;
	height: 20px;
	background-image: url(img/logo_mini.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -32px;
	top: 2px;
}

.text_box {
	width: 635px;
	overflow: visible;
	float: left;
	margin-bottom: 200px;
	position: relative;
}

.events .text_box {
	margin: 0;
}

.text_box a,
.summary_content a,
.addRow {
	color: #50dfcb;
	text-decoration: underline;
}
.text_box span{
	color: #ffffff important;
}

.go_up,
.side_menu {
	background-image: url(img/side_menu_bg.png);
	background-repeat: repeat;
}

.side_menu {
	width: 231px;
	float: right;
}

.side_menu a {
	text-decoration: none;
}

.side_menu ul {
    padding: 35px 15px;
}

.side_menu li {
    margin-bottom: 5px;
}

.side_menu span {
    font-size: 16px;
    font-family: 'RBSTTSem';
    color: #c4e6ff;
    text-decoration: none;
    cursor: pointer;
}

.side_menu span:hover,
.birg_note a:hover,
.next_go,
.area_box a:hover,
.sidenews_box span {
    color: #fff;
}

.go_up {
    width: 225px;
    position: absolute;
    bottom: -35px;
    right: -260px;
}

.go_up img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 0;
}

.region_title {
	font-size: 120%;
}

.clearer {
	clear: both;
}

.person_team {
    padding-bottom: 15px;
}

.person_team p {
    line-height: 0.2;
}

.person_name {
	font-family: 'RBSTTSem';
	font-size: 98%;
}

@media only screen and (max-device-width: 480px) {
    .person_team p {
        line-height: 0.6;
    }
}




.news_col {
	width: 25%;
	float: left;
	margin-top: 35px;
	margin-bottom: 30px;
	position: relative;
	height: 470px;
}

.img_news {
	width: 90%;
}

.with_logo {
	padding-left: 20px;
}

.news_data {
    font-size: 16px;
    padding-left: 15px;
    margin-top: 25px;
    margin-right: 20px;
    position: relative;
    overflow: visible;
}

.news_data img {
    display: none;
}

.with_logo {
    padding-left: 20px;
}

.with_logo img {
    display: block;
}

.news_date p{
	font-weight: bolder;
}
.news_data p {
    line-height: 1.25;
    margin: 0;
}

.news_link a {
    color: #00f69c;
    text-decoration: none;
}

.news_about {
    color: #c4e6ff;
	/*height: 80px;*/
}

.fc_link_logo {
	position: absolute;
	left: -5px;
	top: 20px;
}

.content_nav {    
    clear: both;
    font-size: 16px;
    padding-top: 70px;
    padding-bottom: 200px;
}

.birg .content_nav {
	padding-top: 50px;
	padding-bottom: 100px;
}

.events .content_nav {
	padding-top: 0;
}

.content_nav a,
.birg_note a {
    text-decoration: none;
}

.crumbs_pages li {
    float: left;
    margin-right: 3px;
    list-style: none;
}

.crumbs_pages li a.active {
    color: #fff;
    text-decoration: none;
}

.prev_go,
.crumbs_pages li a {
    color: #95bee9;
}

.crumbs_pages li a.dots {
    text-decoration: none;
}

.crumbs_pages li a {
    text-decoration: underline;
}

.crumbs_pages {
    margin-top: 20px;
}






.country_list {
	max-height: 475px;
}

.country_list,
.selected,
.country_name:hover,
.selected_area .tl,
.tl:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.country_list a {
	font-size: 86%;
}

.country_name {
	padding: 2px 0;
}

.country_list > li:first-child {
	padding-top: 10px;
}

.country_list > li:last-child {
	padding-bottom: 10px;
}

.title_list {
	cursor: pointer;
	font-family: 'RBSTTSem';
	font-size: 98%;
	margin-left: 10px;
}

.title_league,
.title_list {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 33px;
	padding-top: 4px;
}

.title_league {
	margin-left: 7px;
	background-position: 3px 4px;
}

#rus_l {
	background-image: url(../../../include/logo/fl_ru_s.png);
}

#ukr_l {
	background-image: url(../../../include/logo/fl_uk_s.png);
}
#bel_l {
	background-image: url(../../../include/logo/fl_bel_s.png);
}
#kaz_l {
	background-image: url(../../../include/logo/fl_kz_s.png);
}
#mol_l {
	background-image: url(../../../include/logo/fl_md_s.png);
}
#arm_l {
	background-image: url(../../../include/logo/fl_arm-s.png);
}
#az_l {
	background-image: url(../../../include/logo/fl_az-s.png);
}
#uz_l {
	background-image: url(../../../include/logo/fl_uz-s.png);
}

.rpfl {
	background-image: url(../../../include/logo/l_rfpl_s.png);
}

.fnl {
	background-image: url(../../../include/logo/l_fnl_s.png);
}

.pfl {
background-image: url(../../../include/logo/l_pfl_s.png);
}

.fplu {
background-image: url(../../../include/logo/l_fplu_s.png);
}

.pflu {
	background-image: url(../../../include/logo/l_pflu_s.png);
}

.vlb {
	background-image: url(../../../include/logo/l_vlb_s.png);
}

.plb {
	background-image: url(../../../include/logo/l_plb_s.png);
}

.fplk {
	background-image: url(../../../include/logo/l_pflk_s.png);
}

.pflk {
	background-image: url(../../../include/logo/l_pflk_s.png);
}

.nd {
	background-image: url(../../../include/logo/l_nd_s.png);
}

.apl {
	background-image: url(../../../include/logo/l_apl_s.png);
}

.tpl {
	background-image: url(../../../include/logo/l_tpl_s.png);
}

.upfl {
	background-image: url(../../../include/logo/l_pfluz_s.png);
}

.league_list,
.area_list {
	display: none;
}

.tl {
	padding: 3px;
}

.selected .league_list,
.selected_area .area_list {
	display: block;
}

.area_box {
	vertical-align: top;
	text-align: left;
	padding-right: 30px;
	width: 220px;
}

.area_box p {
	margin: 0;
}

.area_box a {
	text-decoration: none;
	color: inherit;
	height: 20px;
	display: block;
}

.area_box span {
	margin-left: 10px;
}

.area_list {
	padding: 5px 0;
}

.area_list li {
	padding: 3px 0;
}

.area_list {
	margin-left: 30px;
}

.title_content,
.league_summary {
	background-color: rgba(255, 255, 255, 0.05);
	position: relative;
}

.league_summary {
	height: 319px;
}

.league_title {
	vertical-align: top;
}

.league_title span {
	font-family: 'RBSTTSem';
	font-size: 120%;
}

.title_content {
	margin-bottom: 30px;
}

.title_content img {
	padding: 13px;
	vertical-align: middle;
	width: 100px;
}

.summary_content {
	padding: 50px 25px;
	font-size: 110%;
}

.summary_content p {
	margin-bottom: 5px;
	font-size: 90%;
} 

.summary_content img {
	margin-left: 10px;
	margin-top: 3px;
}

.all_players {
	position: absolute;
	right: 25px;
	bottom: 20px;
	font-size: 90%;
}

.all_players a,
.note_club,
.note_club a {
	color: #b3d4f1;
}

.person_link,
.sidenews_all a,
.selected_list {
	color: #fff !important;
}









.middle_chooser_box {
	margin-top: 40px;
	overflow: hidden;
}

.middle_box_title {
	text-align: center;
	line-height: 75px;
}

.middle_box_title span {
	display: inline-block;
	font-family: 'RBSTTSem';
	font-size: 80%;
	text-transform: uppercase;
	vertical-align: middle;
}

.middle_box_title,
.middle_box_bar {
	height: 75px;
}

.middle_box_bar {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 0 30px;
	text-transform: uppercase;
	font-family: 'RBSTTSem';
	font-size: 70%;
	text-align: center;
}

.col_m {
	height: 450px;
	width: 47.5%;
}

.country_col {
	float: left;
}

.stat_col {
	float: right;
}

.stat_box,
.country_scroller {
	max-height: 300px;
	font-size: 80%;
	font-family: 'RBSTTReg';
	width:100%;
}

.country_scroller {
	overflow-y: scroll;
	overflow-x: hidden;
	width:427px;
}

.country_scroller::-webkit-scrollbar {
    width: 12px;
    border: none;
}

/* Track */
.country_scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(255,255,255,0); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #e3f3fe;
}

/* Handle */
.country_scroller::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(69,157,220,1); 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0); 
}
.country_scroller::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(69,157,220, 1); 
}

.country_scroller .player,
.stat_box .player {
	color: #292c2e;
	font-weight: 400;
	position: relative;
}

.country_scroller .player__posts,
.stat_box .player__posts {
	width: 39%;
	color: #292c2e;
}

.bar_title_right {
	padding-right: 70px;
}

.country_scroller .country_name {
	padding: 0;
	width: 23%;
}

.country_flag {
	margin-left: 40px;
	width: 23px;
}

.stat_title {
	margin-left: 30px;
}









.bottom_chooser_box {
	margin-top: 40px;
	position: relative;
}

.club_league img,
.club_logo img {
	height: 60px;
	width: 60px;
}

.bottom_box_content .player {
	padding: 0 30px;
	color: #292c2e;
	font-weight: 400;
	font-size: 80%;
	font-family: 'RBSTTReg';
}

.bottom_box_content .player__posts {
	width: auto;
	padding: 0;
	color: #292c2e;
}

.bottom_box_content a {
	text-decoration: none;
	color: #292c2e;
}

.bar_m_1 {
	width: 8%;
}

.bar_m_2 {
	width: 20%;
}

.bar_m_3 {
	width: 11%;
	text-align: left;
}

.bar_m_4 {
	width: 6%;
}

.club_logo {
	width: 5%;
}

.club_title {
	width: 18%;
	padding-left: 30px;
}

.club_league {
	width: 19% !important;
}

.club_league img {
	padding: 0 15px;
}

.club_league span {
	line-height: 60px;
	vertical-align: middle;
}

.club_average_age,
.club_player_count {
	padding: 0 30px;
}

.club_website {
	width: 21%;
}

.club_price {
	width: 8%;
	white-space:nowrap;
}

.note_club {
	font-size: 90%;
	text-align: right;
	margin-top: 15px;
}

.note_club a {
	font-family: 'RBSTTSem';
}









.content_banner_box {
	padding: 60px 0;
	overflow: auto;
}

.content_banner_box div {
	position: relative;
	float: left;
	width: 50%;
}

.content_banner_box img {
	display: block;
	margin: 0 auto;
	width: 240px; 
}

.content_banner_box2 {
	padding: 60px 0 60px 80px;
	overflow: auto;
}
.content_banner_box2 div {
	position: relative;
	float: left;
padding:0 21px 0 21px;
}
.content_banner_box2 img {
	display: block;
	margin: 0 auto;
/*width: 240px;*/ 
}

.bar_mp_5 {
	width: 7%;
}

.bar_mp_2 {
	width: 5%;
}

.bar_mp_3 {
	width: 15%;
}

.bar_mp_4 {
	width: 10%;
}

.player_list {
	padding: 0 !important;
}

.player_photo {
	width: 90px;
}

.player_photo img {
	height: 75px;
	width: 75px;
}

.player_agent {
	text-align: center;
	width: 170px !important;
}

.player_agent a {
	color: #006fbd;
	text-decoration: underline;
}

.player_name {
	width: 120px;
}

.player_age,
.player_number,
.player_country {
	width: 75px;
}

.player_age,
.player_number,
.player_position,
.player_price {
	text-align: center;
}

.player_position {
	width: 120px;
}

.player_price {
	width: 170px;
}

.player_price {
	margin-right: 10px;
}

.player_country img {
	display: block;
	margin: 0 auto;
}

.sidenews_box,
.ourclients_box {
	position: relative;
}

.sidenews_box {
	float: left;
	width: 200px;
	margin-right: 30px;
	margin-bottom: 100px;
}

.sidenews_box h3,
.sidenews_all {
	font-family: 'RBSTTSem';
	font-size: 98%;
	margin-top: 30px;
}

.sidenews_box p {
	margin: 0;
	line-height: 1;
	font-size: 90%;
}
.ourclients_box{
	margin-left: 230px;
}
.ourclients_box .rialto {
	margin-top: 40px;
	font-size: 85%;
	height: 66px;
	background-color: #000c41;
	padding: 0 30px;
}

.clients_list_box h2 {
	margin-top: 40px;
}

.sidenews_box .blue,
.ourclients_box .blue {
	color: #c4e6ff !important;
}

.row_position{
	margin-top: 60px;
}

.row_clients {
	overflow: hidden;
	margin-top: 15px;
}

.col_client {
	position: relative;
	float: left;
	margin-bottom: 30px;
	text-decoration: none;
	color: #fff;
}

.col_client:not(:nth-child(3n)) {
	margin-right: 15px;
}

.client_country {
	position: absolute;
	top: 0;
	right: 0;
}

.client_photo {
	background: url(img/bg_client.png) no-repeat;
	width: 210px;
	height: 210px;
	padding: 1px;
	border: 0;
}

.client_summary {
	position: relative;
	margin-left: 40px;
	margin-top: 20px;
	width: 171px;	
}

.client_fclub {
	line-height: 1;
	margin-top: 2px;
}

.client_fclub img {
	width: 25px;
	position: absolute;
	left: -30px;
	top: 58px;
}













.birg_note {
	color: #daecff;
}

.birg_note p {
	margin-bottom: 5px;
}

.birg_note a:not(:last-child):after {
	margin: 0 10px;
	content: "|";
	color: #95bee9;
}

.rialto_back {
	background-color: #000c41;
	margin-top: 20px;
}

.birg .rialto {
	height: 75px;
	line-height: 75px;
	font-size: 85%;
	font-weight: 400;
}

.birg .rialto__link {
	margin-left: 15px;
}

.birg_list .player {
	font-family: 'RBSTTBol';
	font-size: 85%;
	font-weight: 400;
}

.birg_list .player__age {
	font-size: 85%;
	font-family: 'RBSTTReg';
	color: #292c2e;
}

.birg_list .player__wrapper {
	margin-left: 50px;
	margin-right: 0;
}

.birg_list .player__country {
	padding: 0;
}

.select__selected.selected {
	color: #fff;
}


#call_modal,
#contract_modal {
	position: absolute;
	right: 0;
	top: 218px;
	height: 225px;
	width: 420px;
	z-index: 600;
	background-color: #3ea9f6;
}

#close,
#close_template,#close_agent {
	width: 46px;
	height: 75px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(img/close_modal.png) no-repeat;
	cursor: pointer;
}

#contract_modal {
	top: 101px;
	z-index: 9999;
	display: none;
}

.social_modal {
	opacity: 0.35;
	margin-top: 30px;
}

.data_modal {
	font-family: 'RBSTTBol';
	margin-left: 60px;
	margin-top: 30px;
	margin-right: 55px;
	font-size: 93%;
}

.data_modal .shrink_text {
	width: 93%;
}

#contract_modal .data_modal {
	color: #013a63;
	font-family: 'RBSTTReg';
	font-size: 105%;
	margin-left: 40px;
}

#contract_modal h2 {
	font-family: 'RBSTTBol';
	color: #fff;
	font-size: 90%;
}

#contract_modal a {
	color: #013a63;
}

#contract_modal p > a {
	font-family: 'RBSTTSem';
	color: #013a63;
	font-size: 107%;
}

.data_modal h2 {
	text-transform: uppercase;
	font-size: 95%;
	margin-bottom: 20px;
}

.data_modal p {
	color: #266fa3;
	margin-bottom: 4px;
}

.data_modal p span {
	color: #aadcff;
}







.event_list_box {
	margin-top: 10px;
	margin-bottom: 70px;
}

.event_date {
	font-size: 80%;
	font-family: 'RBSTTBol';
}

.events_video iframe {
	width: 100%;
	height: 388px;
}

.events_photo {
	margin-bottom: 20px;
	position: relative;
}

.full_width img,
.none_full img {
	width: 100%;
}

.none_full {
	width: 38%;
	float: left;
	margin-right: 25px; 
}

.events_gallery {
	margin-bottom: 20px;
}

.thumbAction > a {
	width: 11px;
	display: block;
	bottom: 28px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	z-index: 9999;
	margin-top: -16px;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}

.thumbAction > .thumbPrev {
	background-image: url(img/prev_thumb.png);
	left: -11px;
}

.thumbAction > .thumbNext {
	background-image: url(img/next_thumb.png);
	right: -11px;
}

.pager_wrapper {
	margin: 0 25px;
	overflow: hidden;
}




.reg_box .text_box {
	float: right;
}

.reg_box .side_menu {
	float: left;
}

.reg_box .side_menu ul {
	padding: 10px 35px;
}

.red {
	color:#f95050;
}

.data_type_title {
	background-color: rgba(95, 135, 228, 0.5);
	height: 40px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 43px;
	margin-bottom: 35px;
	margin-top: 70px;
	font-family: 'RBSTTBol';
	font-size: 98%;
}

.reg_box .data_type_title:first-child {
	margin-top: 20px;
}

.data_type_title .type_note {
	float: right;
}

.data_type_title .type_note,
.regInput.data_type_title span {
	font-size: 85%;
	font-family: 'RBSTTReg';
}

.reg_row {
	font-family: 'RBSTTReg';
	position: relative;
	margin-bottom: 11px;
}

.reg_row:after { 
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

.reg_col_left {
	width: 210px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 85%;
	margin-top: 13px;
}

.reg_col_right {
	width: 385px;
	float: right;
}

.regInputBlock,
.reg_col_right,
.regInput.data_type_title {
	background-color: rgba(255, 255, 255, 0.1);
}

.regInput.data_type_title {
	width: 95.5%;
}

.regBig_text .reg_col_left {
	margin-top: 0;
}

.regBig_text .reg_col_right {
	margin-top: 23px;
}

select.regInput {
	width: 100%;
}

.regInput {
	padding: 0 15px;
	width: 92%;
	height: 40px;
	color: #fff;
	border: none;
	background: transparent;
	outline: none;
}

.regInput:focus,
.regCol input:focus {
	background-color: rgba(255, 255, 255, 0.2);
}

.regInputArea {
	padding: 10px 15px;
	height: 194px;
	resize: none;
	margin: 0;
	display: block;
}

.dateInput {
	width: 82%;
}

.regButton {
	cursor: pointer;
	font-family: 'RBSTTBol';
	font-size: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	margin-left: 110px;
}
.regButton2 {
	cursor: pointer;
	font-family: 'RBSTTBol';
	font-size: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	margin-left: 280px;
    margin-top: 12px;
}

.i-calendar:before {
	width: 16px;
	height: 14px;
	background-image: url(img/calendar_icon.png);
}

.regFile {
	float: right;
	display: block;
	width: 95px;
	height: 40px;
	background: url(img/select_file.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.regFile input {
	display: block !important;
	width: 95px !important;
	height: 40px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	cursor: pointer;
}

.fileInput,
.regColNote,
.regCol input {
	width: 67.5%;
}

.regCol {
	font-size: 85%;
	margin-left:20px;
}

.regCol input {
	border: none;
	outline: none;
	color: #fff;
	padding: 0 10px;
	height: 40px;
}

.regCol tr {
	height: 40px;
}

.regCol tr:not(:first-child) {
	height: 50px;
}

.regColNote {
	margin: 45px 0;
}

.addRow {
	margin-top: 10px;
	cursor: pointer;
}

.dropdown-menu.inner,
.dropdown-menu.open {
	height: 200px;
}



/*
	Calendar customization
*/

.ui-datepicker-trigger {
	background: transparent;
	border: 0;
	cursor: pointer;
	outline: none;
}

#ui-datepicker-div {
	width: 270px;
	min-height: 230px;
	background-color: #5b78e8;
	font-family: 'RBSTTReg';
	font-size: 115%;
display: none;
}

#ui-datepicker-div select {
	background: transparent;
	border: 0;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 95%;
	font-family: 'RBSTTReg';
	height: 50px;
	text-align: center;
}

#ui-datepicker-div select:focus {
	color: #000;
}

#ui-datepicker-div select::-ms-expand {
    display: none;
}

.ui-datepicker-calendar thead,
.ui-datepicker-header {
	background-color: #4969e5;
	color: #fff;
}

.ui-datepicker-title {
	text-align: center;
	width: 270px;
}

.ui-datepicker-calendar thead th {
	height: 30px;
	vertical-align: middle;
}
.ui-datepicker-header {
	height: 50px;
}

.ui-datepicker-header .ui-icon {
	cursor: pointer;
	background: url(img/calendar_arrows.png) no-repeat;
	width: 6px;
	height: 10px;
	text-indent: -99999px;
	overflow: hidden;
	display: block;
}

.ui-datepicker-calendar {
	width: 100%;
}

.ui-datepicker-calendar td {
	text-align: center;
	width: 38px;
	height: 38px;
	vertical-align: middle;
	cursor: pointer;
}

.ui-datepicker-calendar,
.ui-datepicker-calendar a {
	color: #adbeff;
	text-decoration: none;
}

.ui-datepicker-today,
.ui-datepicker-calendar tbody td:hover {
	background: url(img/today.png) center center no-repeat;
}

.ui-state-highlight,
.ui-datepicker-calendar tbody td:hover a {
	color: #fff !important;
}

.ui-datepicker-next .ui-icon {
	background-position: -6px 0;
}

.ui-datepicker-next {
	right: 15px;
}

.ui-datepicker-prev {
	left: 15px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 20px;
}
/*
	Player card page
*/

.card_top {
	padding-bottom: 55px;
	overflow: hidden;
}

.card_left {
	float: left;
	width: 650px;
}

.card_right {
	width: 230px;
	float: right;
}

.card_name {
	margin-bottom: 15px;
}

.card_details {
	margin-bottom: 20px;
	overflow: hidden;
}

.card_coutry {
width: 25px; /*15*/
	position: absolute;
left: 275px; /*285*/
top: 4px; /*8*/
}
.card_coutry-double{
width: 55px; 
position: absolute;
left: 245px; /*285*/
top: 4px; /*8*/
}


.card_img {
	width: 280px;
	height: 280px;
	border: 10px solid #fff;
	background-color: #fff;
	float: left;
	margin-bottom: 25px;
}

.card_img img {
	width: 100%;
}

.person_details {
	width: 320px;
	float: right;
}

.coach_details {
	margin-top: 30px;
	margin-left: -8px;
}

.person_details p,
.person_details a,
.coach_details p {
	font-family: 'RBSTTReg';
	margin-bottom: 0;
	color: #fff;
	text-decoration:none;
}
.person_details a:hover{
	text-decoration:underline;
}

.person_details p span,
.coach_details p span {	
	color: #c4e6ff;
	font-size: 98%;
	font-family: 'RBSTTBol';
}

.card_field {
	width: 230px;
	height: 336px;
	background: url(img/card_position.png) no-repeat;
	position: relative;
	margin-bottom: 100px;
}

#player_position {
	position: absolute;
	top: 35%;
	left: 45%;
}

.card_news {
	position: relative;
	margin-top: 50px;
}

.card_news_control {
	width: 230px;
	height: 240px;
	font-family: 'RBSTTReg';
	font-size: 90%;
	overflow: hidden;
}

.card_news_control.coach_page {
	height: 300px;
}

.card_news_box {
	margin: 0px 22px;
	margin-bottom: 40px;
}

.coach_news .card_news_box {
	margin-bottom: 20px;
}

.coach_news .news_link a {
	color: #76baff;
}

.card_news_scroller .card_news_box:last-child {
	margin-bottom: 15px;
}

.card_news_box h3 {
	font-family: 'RBSTTReg';
	font-size: 90%;
}

.card_news_box h3 span {
	color: #fff;
	font-family: 'RBSTTBol';
}

.card_news_box p {
	color: #c4e6ff;
	margin-bottom: 0;
}

.card_news_box iframe {
	width: 190px;
	height: 180px;
}

.news_up,
.news_down {
	position: absolute;
	width: 230px;
	height: 34px;
	left: 0;
	cursor: pointer;
}

.news_up {
	background: url(img/card_news_up.png) no-repeat;
	top: -50px;
}

.news_down {
	background: url(img/card_news_down.png) no-repeat;
	bottom: -50px;
}

.card_bottom {
	padding-bottom: 7px;
	text-transform: uppercase;
	font-family: 'RBSTTBol';
	font-size: 85%;
	/*так как шаблон один то приходится делать этот изврат*/
	width:1000px;
	margin-left:-50px;
}

.card_stat_header {
	background: rgba(8, 80, 142, 0.8);
	height: 56px;
	margin-bottom: 7px;
	position: relative;
	color: #c4e6ff;
}

.stat_header_line {
	background: rgba(177, 220, 251, 0.8);
	height: 7px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -10px;
}

.card_stat_row {
	background: #d2ebfd;
	height: 56px;
	border-bottom: 1px solid #cbe3f6;
	margin-top: 1px;
	color: #2670a5;
}

.card_stat_row .stat_col_team,
.card_stat_row .stat_col_games,
.card_stat_row .stat_col_goals,
.card_stat_row .stat_col_cards {
	color: #618dad;
}

.card_stat_row .stat_img {
	width: 40px;
	position: absolute;
	top: 8px;
	left: 0;
}

.card_stat_col {
	float: left;
	height: 56px;
	line-height: 56px;
	position: relative;
}

.card_stat_col span {
	/*display: inline-block;*/
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
	height:56px;
	padding-right:10px;
	/*margin-top:13px;*/
}

.stat_col_year {
	width: 60px;
}

.stat_col_team {
	width: 200px;
}

.stat_col_division {
	width: 300px;
}

.stat_col_team span,
.stat_col_division span {
	padding-left: 55px;
	/*margin-left: 55px;*/
}

.stat_col_games {
	width: 100px;
}

.stat_col_goals {
	width: 100px;
}

.stat_col_cards {
	width: 140px;
}

.card_stat_row .stat_col_games span,
.card_stat_row .stat_col_goals span,
.card_stat_row .stat_col_cards span {
	/*margin-left: 15px;*/
	display: table-cell;
	vertical-align: middle;
	height:56px;
	padding-left:10px;

}

.single_news_date {
    color: #fff !important;
    
}
.ourclients_box .rialto,
.rialto.allplayers {
	margin-top: 40px;
	font-size: 85%;
	height: 66px;
	background-color: #000c41;
	padding: 0 30px;
}

.rialto.allplayers {
	background-color: rgba(0, 0, 0, 0.2);
	margin-top: 25px;
}

.bottom_chooser_box.allplayers {
	margin-top: 25px;
}



/*
	Contact page
*/

.contact_box .map {
	border: 10px solid #fff;
	margin-bottom: 70px;
	width: 880px;
	height: 400px;

}

.contact_col_left,
.contact_col_right {
	position: relative;
	float: left;
	font-size: 90%;
	margin-bottom: 20px;
}

.contact_col_left {
	width: 48%;
}

.contact_col_right {
	width: 52%;
}

.contact_data {
	clear: both;
	margin-top: 20px;
	overflow: hidden;
	font-family: 'RBSTTReg';
}

.contact_box .contact_data:last-child{
	padding-bottom: 150px;
}

.contact_data p {
	margin: 0;
}

.contact_data a {
	color: #fff;
}

.contact_data .text_bold {
	font-size: 106%;
}

.contact_data .region_title {
	margin-bottom: 16px;
}

.phone_numbers a {
	text-decoration: none;
}

.phone_numbers td:first-child {
	width: 70px;
}

.phone_numbers.many_n td:first-child {
	width: 80px;
}

.search_page .content_nav,
.rumors_box .content_nav {
	padding-bottom: 80px;
	padding-top: 20px;
}

/*
	Single news page
*/

.single_news_box {
	height: 500px;
}

.search_page,
.single_news_box {
	padding: 0 50px;
}

.single_news,
.search_box {
	margin: 40px 0;	
}

.single_news p,
.search_box p  {
	color: #c4e6ff;
	margin-bottom: 0;
}

.single_news h3 {
	font-family: 'RBSTTSem';
	font-size: 106%;
}


.single_news_date {
	font-family: 'RBSTTBol' !important;
}

.single_news_date {
	color: #fff !important;
	text-align: right;
}

.search_input input,
.search_input button {
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	color: #fff;
	font-family: 'RBSTTSem';
	height: 40px;
	padding: 0;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.search_input input {
	font-size: 85%;
}

.search_input button {
	width: 100px;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'RBSTTBol';
}

.search_input input {
	padding: 0 15px;
	width: 419px;
	margin-right: 1px;
}

.search_count {
	color: #83b5e9;
	font-size: 85%;
/*margin-top: 15px;*/
}

.search_page .content_nav,
.rumors_box .content_nav {
	padding-bottom: 80px;
	padding-top: 20px;
}


/*
	Rumors page
*/

.rumors_box {
/*padding-left: 130px;*/
}

.rumors_box .content_nav {
	margin-top: 40px;
	margin-left: 20px;
}

.rumor_icon {
	position: absolute;
	left: -115px;
	top: 45px;
}


/*
	Stat page
*/

.stat_league_box table {
	width: auto;
}

.stat_league_box tr {
	height: 115px;
	text-align: center;
}

.stat_league_box td:not(:first-child) {
	width: 75px;
}

.stat_flag img {
	width: 64px;
}

.stat_league img {
	height: 56px;
}

.stat_league_box span {
	color: #c9e9ff;
	font-size: 85%;
	display: block;
	margin-bottom: 10px;
}

.stat_flag span {
	font-family: 'RBSTTBol';
}

.stat_league_box a {
	text-decoration: none;
}

.stat_league_box h2 {
	margin-bottom: 30px;
}

.stat_league_box {
	background: url(images/map_blue1.png) no-repeat 22px 165px;
}



td.stat_league_box .stat_league a{
display:block;
}







































/**/