@import url("non-responsive.css");
@import url("animsition.css");
@import url("social-likes_birman.css");
@import url("jquery.fancybox.css");
@import url("owl.carousel.css");
@import url("owl.theme.css");
@import url("swiper.min.css");
@font-face {
    font-family: 'JerseyMediumExpanded';
    src: url('../fonts/JerseyMediumExpanded.eot');
    src: url('../fonts/JerseyMediumExpanded.eot') format('embedded-opentype'),
         url('../fonts/JerseyMediumExpanded.woff') format('woff2'),
         url('../fonts/JerseyMediumExpanded.woff') format('woff'),
         url('../fonts/JerseyMediumExpanded.ttf') format('truetype'),
         url('../fonts/JerseyMediumExpanded.svg') format('svg');
}

@font-face {
    font-family: BebasNeue;
    src: url(../fonts/BebasNeue.otf);
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.eot');
  src: url('../fonts/roboto/Roboto-Regular.woff') format('woff2'),
       url('../fonts/roboto/Roboto-Regular.woff') format('woff'),
       url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'),
       url('../fonts/roboto/Roboto-Regular.svg') format('svg'),
       url('../fonts/roboto/Roboto-Regular.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLight';
  src: url('../fonts/roboto/Roboto-Light.eot');
  src: url('../fonts/roboto/Roboto-Light.woff') format('woff2'),
       url('../fonts/roboto/Roboto-Light.woff') format('woff'),
       url('../fonts/roboto/Roboto-Light.ttf') format('truetype'),
       url('../fonts/roboto/Roboto-Light.svg') format('svg'),
       url('../fonts/roboto/Roboto-Light.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLightItalic';
  src: url('../fonts/roboto/Roboto-LightItalic.eot');
  src: url('../fonts/roboto/Roboto-LightItalic.woff') format('woff2'),
       url('../fonts/roboto/Roboto-LightItalic.woff') format('woff'),
       url('../fonts/roboto/Roboto-LightItalic.ttf') format('truetype'),
       url('../fonts/roboto/Roboto-LightItalic.svg') format('svg'),
       url('../fonts/roboto/Roboto-LightItalic.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}
body {
    /*display: flex!important;
    box-sizing: border-box;*/
	padding-top: 50px;
	background-color: #161616;
	color: #000;
	position: relative;
	/*opacity: 0;*/
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    max-width: 100vw;
    overflow: hidden;
}
body.setcookie {
    padding-top: 132px;
}
body.setcookie .time-scroll {
    top: 98px!important;
}
body.loading {
    padding: 0;
    display: block;
}
/*.spinner,
.loading {
    display: block!important;
}*/
body.loading header {
    display: none!important;
}
/*body.load {
  display: flex;
  padding: 50px;
  box-sizing: border-box;
  background: radial-gradient( hsl(200,40%,20%), hsl(200,30%,6%) );
}*/
/* Spinner */
.media-section {
  background: #fff;
}
.bg-menu-close {
  display: none;
}
.load-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #161616;
    z-index: 1032;
}
.loading {
    /*position: fixed;*/
    top: 0;
    bottom: 0;
    background-color: #161616;
    left: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    padding: 50px;
    box-sizing: border-box;
    padding-top: 30vh;
    width: 100%;
}
.loading.hidden1 {
    opacity: 0;
    display: none;
}
.lll-container {
    overflow: hidden;
    width: auto;
    height: auto;
    position: relative;
    top: 0px;
    left: 0px;
}
.lll {
    display: block;
    background: aliceblue;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    padding: 50px;
    box-sizing: border-box;
}
.lll-sp {
    top: 46vh;
    margin: auto;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 4px solid rgba(20, 15, 15, 0.1);
    bottom: 0;
    -webkit-mask: linear-gradient(rgba(0, 0, 0, 0.1), #000000 90%);
    -webkit-transform-origin: 50% 60%;
    -ms-transform-origin: 50% 60%;
    transform-origin: 50% 60%;
    -webkit-transform: perspective(200px) rotateX(66deg);
    transform: perspective(200px) rotateX(66deg);
    -webkit-animation: spinner-wiggle 1.2s infinite;
    animation: spinner-wiggle 1.2s infinite;
    position: relative;
}
.spinner {
  position: relative;
  margin: auto;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: 4px solid hsla(0,0%,100%,.1);
  /*border: 4px solid red;*/
  -webkit-mask: linear-gradient(hsla(0,0%,0%,.1), hsla(0,0%,0%,1)  90% );
  transform-origin: 50% 60%;
  transform: perspective(200px) rotateX(66deg);
  -webkit-transform: perspective(200px) rotateX(66deg);
  -moz-transform: perspective(200px) rotateX(66deg);
  -ms-transform: perspective(200px) rotateX(66deg);
  -o-transform: perspective(200px) rotateX(66deg);
  animation: spinner-wiggle 1.2s infinite;
  display: block!important;
}

@keyframes spinner-wiggle {
  30% { transform: perspective(200px) rotateX(66deg);-webkit-transform: perspective(200px) rotateX(66deg);-moz-transform: perspective(200px) rotateX(66deg);-ms-transform: perspective(200px) rotateX(66deg);-o-transform: perspective(200px) rotateX(66deg); }
  40% { transform: perspective(200px) rotateX(65deg);-webkit-transform: perspective(200px) rotateX(65deg);-moz-transform: perspective(200px) rotateX(65deg);-ms-transform: perspective(200px) rotateX(65deg);-o-transform: perspective(200px) rotateX(65deg); }
  50% { transform: perspective(200px) rotateX(68deg);-webkit-transform: perspective(200px) rotateX(68deg);-moz-transform: perspective(200px) rotateX(68deg);-ms-transform: perspective(200px) rotateX(68deg);-o-transform: perspective(200px) rotateX(68deg); }
  60% { transform: perspective(200px) rotateX(64deg);-webkit-transform: perspective(200px) rotateX(64deg);-moz-transform: perspective(200px) rotateX(64deg);-ms-transform: perspective(200px) rotateX(64deg);-o-transform: perspective(200px) rotateX(64deg); }
}

.spinner:before,
.spinner:after {
  content: "";
  position: absolute;
  margin: -4px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: .05;
  border: inherit;
  border-color: transparent;
  animation: spinner-spin 1.2s cubic-bezier(.6,.2,0,.8) infinite,
             spinner-fade 1.2s linear infinite;
  
}

.spinner:before {
  border-top-color: hsl(190,100%,70%);
}

.spinner:after {
  animation-delay: 0.3s;
  border-top-color: hsl(0,73%,46%);
}

@keyframes spinner-spin {
  100% { transform: rotate(360deg); }
}

@keyframes spinner-fade {
  20% { opacity: .1; }
  40% { opacity: 1; }
  60% { opacity: .1; }
}


p {
	letter-spacing: 0.05em;
}
.active {
	color: #01b2f4!important;
}
a {
	outline: none!important;
}
.sub-men a {
	outline: none;
}
a:hover, a:focus,
.search-results a:hover, .search-results a:focus {
    color: #a2a2a2;
    text-decoration: none;
}

.not-visible {
    opacity: 0!important;
    visibility: hidden!important;
}

#turn-over {
	display: none;
    background: black;
    background-size: contain;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

#turn-over p {
    font-family: JerseyMediumExpanded, sans-serif;
    display: block !important;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -112px 0 0 0;
    min-height: 224px;
}
#turn-over p img {
  	display: block;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 24px;
    width: 144px;
    height: auto;
}

.col-xs-8,
.col-md-9, .col-md-3,
.col-sm-9, .col-sm-3,
.col-xs-9, .col-xs-3,
.col-xs-4,
.col-xs-12 {
	padding: 0;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
body, p, .navbar, .link, .link-d, input, .select-info, .score .time, .club-name, .news-title, .news-time, .latest-news-title, .ad-section-block h3, .featured-block-sort,
.qts-block-preview h3, .news-block-preview h3, .alphabet a, .media-footer-menu a, .tl-info-r h4, .tl-info-l h4, .header-info, .arrow span, .media-item-title, .qts-amount, .fancybox-title, .s-history, .standings-results span {
	font-family: JerseyMediumExpanded, sans-serif;
}
.mega-header, .header-1, .score, .bio-text h3, .featured-block-text h1, .qts, .tl-info-r h2, .tl-info-l h2, .tl-info-center h2, .full-article .title h2, .biography-sections, .columns h3, .column-section h3, .bio-columns h3, .fx-months li a, .standings-results, .sp-advisor, .app h3,
.indv-achv h1, .earth-bg h1, .si-soy h1, .cdr-article .col-xs-12>h3, .line-up h4 {
	font-family: BebasNeue, sans-serif;
}
footer, .tl-block p, .full-article p, .caption span, .app .col-xs-6 p, .app .app-forth-block p, .app-forth-section-icons .afs-icon span, .app-seven-text p, .source,
.cdr-article tr>td {
	font-family: 'Roboto', sans-serif;
}
.cdr-article table tr>td:nth-child(3) {
	font-family: 'RobotoLight', sans-serif;
}
.carousel-caption .mega-header {
	text-align: right;
}
.mega-header {
	font-size: 120px;
    margin-bottom: 0;
    line-height: 100px;
}
.header-1 {
	font-size: 79.5px;
	line-height: 0.83em;
	margin-bottom: 2px;
}
.header-white {
	color: #ffffff;
}
p.emphasized {
	color: #c4c2c2;
	letter-spacing: 0.05em;
    margin-top: -6px;
    margin-bottom: 27px;
}
p.emphasized, .achievements p, .bio p, .fan-zone p {
    font-size: 22.5px;
}
.link, .link-d, .arrow-link, .sub-menu:hover .sub-menu-header div, .fb-icon, .soc-icon, .youtube-icon, .sub-menu:hover, .latest-media-box-item:hover, .sub-menu, .latest-media-box-item, .shop-advisor .news-block img:hover, .app-btns a>img:hover, .app-btns a>img, .app-first-section div[class^="app-icon"] a>img:hover, .app-first-section div[class^="app-icon"] a>img {
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
}
.link {
	color: #00baff;
	border-bottom: 2px solid #00baff;
}
.link:hover {
	color: #008fe1;
	border-bottom: 2px solid #008fe1;
}
.link:active, .link:focus {
	color: #0076b9;
	border-bottom: 2px solid #0076b9;
}
.link-r, .link-l, .link, .link-d, .featured-block-sort {
    letter-spacing: 0.05em;
    font-size: 11px;
}
.link-r, .link-l, .link, .link-d {
    overflow: hidden;
    position: relative;
	text-transform: uppercase;
    padding-bottom: 4px;
}
.link-d {
    color: #006cff;
	border-bottom: 2px solid #006cff;
}
.link-d:hover {
	color: #008fe1;
	border-bottom: 2px solid #008fe1;
}
.link-d:active, .link-d:focus {
	color: #0045a4;
	border-bottom: 2px solid #0045a4;
}

.link-r {
	float: right;
}
.link-l {
	float: left;
}
.dark-header {
	color: #000;
}
#logo,
#logo-2 {
	margin-top: 18px;
	width: 220px;
	height: 16px;
	background-image: url(../images/logo.png);
	background-size: 100%;
}
#logo:hover,
#logo-2:hover {
	background-image: url(../images/logo.png);
	background-position: 0 17px;
}
#logo-2 {
    /*margin: 9vh auto 20px;*/
    margin: 8% auto 20px;
}
#cookie {
    display: none;
    background-color: #242424;
    height: 82px;
    line-height: 89px;
    color: rgba(255,255,255,.7);
    z-index: 1031;
    width: 100%;
    position: fixed;
    z-index: 1031;
    top: 0;
    font-family: 'Roboto';
    font-size: 11px;
}
#cookie .container-fluid {
    overflow: hidden;
    padding-right: 23px;
    padding-left: 23px;
}
#cookie .left-part {
    float: left;
}
#cookie .left-part img {
    float: left;
    margin-top: 32px;
    margin-right: 16px;
}
#cookie .left-part p {
    float: left;
    margin: 0;
    font-family: 'Roboto';
    font-size: 10px;
}
#cookie .left-part a {
    color: #00baff;
}
#cookie .right-part {
    float: right;
}
#cookie .right-part li {
    display: inline-block;
}
#cookie .right-part li:not(:last-of-type){
    margin-right: 18px;
}
#cookie .right-part li a {
    color: rgba(255,255,255,.7);
    height: 22px;
    display: block;
    line-height: 22px;
}
#cookie .right-part li a.blue {
    border: 1px solid #00baff;
    color: #00baff;
    width: 65px;
    text-align: center;
    
}
.error {
    border-color: #00baff!important;
    color: #00baff!important;
    background-image: url(../images/enveloper-blue.png)!important;
}
/*** achievements & bio ***/
.achievements, .bio {
	position: relative;
}
.achievements img, .bio img {
	width: 100%;
	overflow: hidden;
}
.achievements p,
.news-time,
.header-info,
.qts-amount {
    color: rgba(0,0,0,0.7);
}
.achievements p {
	line-height: 1.2em;
}
.achievements p, .bio p {
    margin-bottom: 43px;
}
.achievements p, .bio p, .fan-zone p {
    letter-spacing: 0.05em;
}
.achievements h2, .bio h2 {
	margin: 0;
}
.bio p, .fan-zone p {
	color: rgba(149,149,149,0.7);
	line-height: 1.2em;
}
.achievements-text, .bio-text {  
	margin-right: 58px;
    top: 0;
    right: 58px;
    left: auto;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 100;
    display: table;
    padding-top: 2%;
}
.achievements-text, .bio-text, .latest-media h2 {
	text-align: right;
	text-transform: uppercase;
}
/*** navbar ***/
.navbar-fixed-top {
    border-width: 0;
    line-height: 0;
}
.navbar-fixed-top.notset {
    top: 82px!important;
}
.navbar, .select-info .names h3, .latest-news-title h3, .ad-section-block h3 {
	font-size: 10.5px;
	font-size: 11px;
}
.navbar {
	background-color: #000;
	margin-bottom: 0;
    letter-spacing: 0.1em;
    padding: 0 8px;
}
#navbar {
    text-align: center;
}
.navbar-nav {
    float: none;
    display: inline-block;
}
.navbar-right {
    display: inline-block;
}
.navbar-nav>li.active>a {
	color: #00baff;
}
.navbar-nav>li>a {
	color: #fff;
	border:none;
    outline:none;
	text-transform: uppercase;
	padding: 11px 18px 8px;
	line-height: 2.9em;
  background: #000 !important;
  z-index: 2;
}
.sub-btn li a,
.navbar-nav>li>a {
	border:none;
    outline:none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
  	color: #a2a2a2;
}
}
.nav>li>a:focus, .nav>li>a:hover, .nav>li>a, .select-info .names:hover {
  	-webkit-transition: color 0.35s;
    -moz-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s;
}
.dropdown-menu {
    display: block;
	left: -135%;
	background-color: rgba(0,0,0,0.8);
	border-width: 0 1px 1px 1px;
	border-color: #4b4b4d;
	border-radius: 0;
	padding: 17px 20px 20px;
	width: 650px;
	/*width: 580%;
	height: 252px;*/
	visibility: hidden;
  z-index: 1;
  margin-top: 0;
}
.close-submenu {
    display: none;
}
.dropdown-menu .col-xs-12 {
	padding-left: 15px;
	padding-right: 15px;
}
.sub-menu {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	border: 1px solid transparent;
}
.sub-menu a {
	color: #fff;
}
.sub-menu:hover,
.sub-menu.selected,
.latest-media-box-item:hover,
.media-inner-block a img:hover,
.media-inner-block a img:focus,
.sub-btn li a:hover,
.sub-btn li a:focus,
.sub-btn li a:active {
	border: 1px solid #00aeff;
}
.sub-menu:hover span {
	color: #0ea6ed;
}
.sub-menu:hover .sub-menu-header div a, .sub-btn li a:hover {
	color: #aaaaaa;
}
.sub-menu:active .sub-menu-header div a, .sub-menu:focus .sub-menu-header div a,
.sub-btn li a:active, .sub-btn li a:focus,
.sub-menu.selected .sub-menu-header div a {
	color: #00aeff;
}
.sub-menu:last-child {
	float: right;
	margin-right: 0;
}
.sub-menu img {
	max-height: 208px;
}

.sub-menu span {
    position: absolute;
    color: #ffffff;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 20px;
    white-space: nowrap;
}
.sub-menu-header {
	position: absolute;
    left: 50%;
    bottom: 12px;
}
.sub-menu-header div {
	position: relative;
    left: -50%;
    /*bottom: 40px;*/
    height: 28px;
    color: #ffffff;
    white-space: nowrap;
}
.sub-menu-header div a {
	font-size: 11px;
    line-height: 1.3em;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
.sub-btn {
	float: right;
	text-align: center;
	width: 42.5%;
}
.sub-btn ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.sub-btn li {
	padding-bottom: 20px;
}
.sub-btn li:last-child {
	padding-bottom: 0;
}
.sub-btn li a {
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #262626;
	display: block;
    width: 100%;
    line-height: 2em;
    padding: 13px 0;
}
.child-1 {
	left: -94%;
}
.child-2 {
	left: -208%;
}
.child-3 {
	left: -305%; 
}
.child-4 {
	left: -512%;
}
.navbar-toggle {
	background-color: #5F5F5F;
}
.navbar-toggle .icon-bar {
	background-color: #c4c4c4;
}
.navbar-form {
	margin-top: 12px;
}
.dropdown-menu.child-items-1 {
    background-color: transparent;
    border: none;
    padding: 0;
    -webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}
.dropdown-menu.child-items-1 .sub-menu {
    display: inline-block;
    background-color: rgba(0,0,0,0.8);
    border-width: 0 1px 1px 1px;
    border-color: #4b4b4d;
    border-radius: 0;
    padding: 17px 20px 25px;
}
.dropdown-menu.child-items-1 .sub-menu img {
    border: 1px solid transparent;
    -webkit-transition: color 0.35s;
    -moz-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s;
}
.dropdown-menu.child-items-1 .sub-menu img:hover {
    border-color: #00aeff;
}
.dropdown-menu.child-items-1 .sub-menu-header {
    bottom: 37px;
}
/*** swipe carousel ***/
.swiper-wrapper {
    cursor: default;
}
.swiper-wrapper img {
    width: 100%;
    height: auto;
}
.swiper-pagination {
    right: 35px;
    text-align: right;
    left: initial!important;
    margin-bottom: 18px;
    bottom: 20px!important;
}
.swiper-pagination-bullet {
    background-color: #fff;
    margin-bottom: 3px!important;
    margin-left: 8px!important;
    margin-right: 8px!important;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 8px!important;
}
/*** carousel ***/
.carousel-caption {
	right: 35px!important;
    padding-bottom: 67px;
    text-transform: uppercase;
}
.carousel-caption .link-r {
	    margin-bottom: 10px;
}
.carousel-indicators {
    right: 35px;
    text-align: right;
    left: initial;
    margin-bottom: 18px;

}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 6px;
}
.carousel-indicators li {
	background-color: #fff;
	margin-bottom: 3px;
    margin-left: 6px;
    margin-right: 6px;
	width: 8px;
    height: 8px;
}
.carousel {
width:100%; 
margin:0 auto;
}
/*
.item img {
	width: 101%;
    max-width: 101%!important;
}*/
/*** input ***/
input {
	background-color: #242424;
	border-color: transparent;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-appearance: none;
    border-radius: 0;
}
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input:-ms-input-placeholder {text-overflow:ellipsis;}

    ::-webkit-input-placeholder {color:rgba(255,255,255,.3);}
    ::-moz-placeholder          {color:rgba(255,255,255,.3);}/* Firefox 19+ */
    :-moz-placeholder           {color:rgba(255,255,255,.3);}/* Firefox 18- */
    :-ms-input-placeholder      {color:rgba(255,255,255,.3)!important;}
input:focus::-webkit-input-placeholder 
{
    color: transparent;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="text"]::-moz-focus-inner {
	padding: 0;
    border: 0
}
textarea:focus, input:focus{
    outline: 0;
}
input[type='text'] {
    padding-left: 12px;
    padding-right: 40px;
    width: 150px;
}
.search input[type='text'] {
    line-height: 1.42857143;
    margin-top: 4px;
    color: #fff;
    height: 18px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-origin: padding-box;
    background-size: 9px;
}
.search input[type='text']:focus, .search input[type='text']:active {
	background-image: url(../images/search-hover.png);
}
.search a {
	background-color: #242424;
    padding: 2.5px;
}
.input-group img {
    height: 9px;
    margin-bottom: 2px;
}
/*** table-info ***/
.table-info {
}
.select-info {
    color: rgba(255,255,255,0.3);
	border-bottom: 1px solid #0e0e0e;
	overflow: hidden;
}
.select-info .names,
.latest-news-title {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.select-info .names {
	background-color: #151515;
	float: left;
	width: 50%;
    cursor: pointer;
}
.select-info .names:hover {
	background-color: #2f2f2f;
}
.select-info .names h3, .ad-section-block h3 {
	line-height: 13px;
    margin-left: 27px;
}
.select-info h3 {
    margin-top: 18px;
    margin-bottom: 16px;
}
.select-info .names:last-child {
	border-left: 1px solid #0e0e0e;
}
.select-info .active {
	color: #fff;
	background-color: #222222;
}
.match-results {
	background-color: #fff;
	overflow: hidden;
	display: none;
}
.match-results>.row {
    height: 100%;
}
.match-results .match-results-line {
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
	padding: 10px 0;
    width: 100%;
}
.match-results>.row>.col-sm-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
}
.match-results>.row>.col-sm-12:first-of-type {
    height: calc(50% - 4px);
}
.match-results>.row>.col-sm-12:last-of-type {
    height: calc(50% + 4px);
}
.match-results .col-sm-12:last-child .match-results-line {
	border:none;
}
.match-results-line .match-results-right {
	padding-right: 38px;
}
.match-results-line .match-results-left {
	padding-left: 38px;
}
.match-results-line img {
	display: block;
	margin: 11px auto;
    height: 52px;
}
.match-results-line span.border {

    display: inline;
}
.match-results-line span.border span {
	border-left: 1px solid #c4c4c4;
    height: 45px;
    padding-right: 13px;
    margin-left: 11px;
    display: inline-block;
}
.score {
	font-size: 62px;
	text-align: center;
	color: #000000;
	position: relative;
	white-space: nowrap;
}
.score .time {
	margin-top: -15px;
}
.score .time,
.club-name {
	font-size: 9px;
	text-align: center;
	letter-spacing: 0.1em;
}
.club-name {
	color: rgba(85, 85, 85, 0.96);
	text-transform: uppercase;
}
/*** latest news ***/
#news-page .news-block-img {
    position: relative;
}
#news-page .news-block-preview {
    cursor: default;
    height: 40px;
    word-break: break-word;
}
.latest-news-title {
	background-color: #1a1a1a;
	padding: 2px 0 3px 27px;
}
.latest-news-title h3 {
    margin: 10px 0 8px;
}
.latest-news-title h3 a {
	color: #ffffff;
}
.news-section .news-block:active {
	background-color: #cecece;
}
.news-block {
	padding: 28px;
	border-bottom: 1px solid #cfcfcf;
	/*height: 33.333%;*/
}
#home-page .news-block {
  height: 33.333%;
}

.news-block {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-title {
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 19px;
    margin: 0;
    margin-bottom: 3px;
    color: #000;
    height: 38px;
}
.news-title a {color: #000;}
.news-time,
.qts-amount {
    font-size: 11.5px;
}
.news-time,
.qts-amount {
	letter-spacing: 0.05em;
}
.qts-amount {
	font-size: 10.5px;
}
/*** Ad ***/
.ad-section, .news-section, #home-page>.row, .news-block, .load-block, .adv-block, .full-news-text, .wsection, .media-items, .fixtures {
	background-color: #fff;
}
.ad-section-block {
	padding-top: 1px;
}
.ad-section-block h3 {
	letter-spacing: 0.05em;
	color: rgba(0,0,0,0.4);
	margin-top: 19px;
    margin-bottom: 13px;
}
.col-xs-3 .ad-section .ad-show {
	padding-bottom: 30px;
}
.col-xs-3 .ad-section .ad-show img {
    width: 80%;
}
.container-fluid.adv-block {
  overflow: hidden;
}
.adv img,
.adv-2 img {
	width: 80%;
	margin: 0 auto;
    display: block;
}
.adv img {
	max-width: 351px;
}
/*.adv-2 img {
	max-width: 186px;
}*/
.adv h3 {
	margin-left: 10%!important;
}
.adv-2 h3 {
    margin-left: 15%!important;
}
/*** MEDIS ***/
.media-block div img {
	position: absolute;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
	width: 89%;
}
.media-block div img:nth-child(2) {
    top: 11px;
    z-index: 99;
    left: 16px;
    opacity: 0.85;
}
.media-block div img:nth-child(3) {
	top: 0;
    z-index: 98;
    opacity: 0.7;
    left: 32px;
}
.media-block div img:first-child {
	top: 22px!important;
    z-index: 100!important;
    left: 0!important;
    opacity: 1!important;
}
.media-block .qts-block-preview span {
	color: #636363;
	font-size: 12px;
}
.media-block .qts-block-preview h3 {
	margin-bottom: 0;
	min-height: 34px;
}
.media-block .qts-block-preview h3,
.media-block .qts-block-preview h3:hover {
	color: #000;
}
.media-block .news-block-footer {
	overflow: visible;
}
.media-block .news-block-footer span {
	line-height: 1.2;
    font-size: 11.4px;
}
/*** latest-media ***/
.latest-media {background-image: url('../images/bg03.jpg');}
.latest-media, .fan-zone, .app-first-block, .app-third-section, .app-fifth-section, .app-seven-section {
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.latest-media {
	padding-left: 29px;
	padding-right: 24px;
}
.latest-media h2 {
	margin-top: 90px;
	margin-bottom: 27px;
}
.latest-media-block {
	margin-right: 35px;
	margin-left: 35px;
	padding-bottom: 68px;
	padding-bottom: 72px;
	overflow: hidden;
}
.latest-media-block h1 {
	font-size: 77.5px;
}
.latest-media-box {
    text-align: justify;
}
.latest-media-box:after {
  display: inline-block;
  content: "";
  width: 100%;
}
.latest-media-box-item {
  display: inline-block;
  position: relative;
  width: 22%;
  overflow: hidden;
  border: 1px solid transparent;
  /*width: 190px;*/
}
.latest-media-box div img {
	width: 100%;
}
.lmbi {
    text-align: inherit;
}
.lmbi .latest-media-box-item {
    margin-right: 4%;
    max-width: 288px;
    margin-bottom: 4%;
    float: left;
}
.lmbi .latest-media-box-item:nth-child(4n) {
    margin-right: 0;
}
.video-arrow {
	position: absolute;
	top: 10px;
    left: 13px;
    background-image: url(../images/video-arrow-2.png);
    background-size: 100%;
    width: 13px;
    height: 15px;
}
.latest-media-box-item:active .video-arrow {
    background-image: url(../images/video-arrow-2.png);
    background-position: 0 15px;
}
.latest-media-box-item:active .video-arrow {
	display: hide;
}
.latest-media-box .video-arrow img {
	width: 13px;
}
.media-inner-block:active .video-arrow,
.media-inner-block:focus .video-arrow {
    background-position: 0px 46px;
}
.latest-media-block .link-r {
	margin-top: 11px;
}
.fan-zone {
	background-image: url('../images/bg04.jpg');
	position: relative;
}
.fan-zone {
	order: 2;
}
.fan-zone-box {
    margin-left: 46px;
    margin-top: 88px;
}
.fan-zone-box .header-1 {
    line-height: 68px;
    margin-top: 0;
    margin-bottom: 9px
}
.fan-zone-box .link {
	position: absolute;
    bottom: 71px;
}
.fan-zone p {
    line-height: 27px;
    margin-bottom: 54px;
}
.fan-zone .fan-zone-box {display: inline-block;
}
/*** SHARED CONTENT PAGE ***/
.shared-content,
footer {
	background-color: #161616;
}
.shared-content img {
	display: none;
}
/*** footer ***/
footer {
	color: #8b8b8b;
	font-size: 15px;
	padding-bottom: 46px;
	z-index: 2000;
    position: relative;
}
footer, footer a {
    color: rgba(199,199,199,0.5);
}
footer .row {
	margin: 0 0 0 20px;
}
footer, .footer-links h3 {
	font-size: 13.5px;
}
.footer-links h3  {
	border-bottom: 1px solid #2e2e2e;
	margin: 0;
	padding-top: 32px;
    padding-bottom: 22px;
    color: rgba(255,255,255,0.5);
}
.footer-links ul {
	margin-top: 13.8px;
}
footer ul, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer li {
	line-height: 30px;
}
footer li a {
	font-size: 14px;
    color: #8e8e8e;
}

footer li a:hover {
    color: #d5d5d5!important;
}
footer li a:active, 
footer li a:focus {
    color: #00baff!important;
}
.social-icons {
    text-align: center;
    margin-top: 19px;
}
.social-icons img {
	height: 21px;
}
.social-icons li {
    display: inline-block;
}
.social-icons a {
    width: 78px;
    display: block;
    text-align: center;
    margin-right: 6px;
    height: 33px;
}
.social-icons li:last-child a {
	margin-right: 0;
}
.fb-icon {
    background-color: #0b2749;
}
.fb-icon:hover {
    background-color: #0f325d;
}
.fb-icon:active {
    background-color: #071e3a;
}
.soc-icon {
    background-color: #1674e9;
}
.soc-icon:hover {
    background-color: #3b93ff;
}
.soc-icon:active {
    background-color: #1e60b1;
}
.soc-icon img {
	height: 17px;
}
.youtube-icon {
    background-color: #9f1616;
}
.youtube-icon:hover {
    background-color: #cb2222;
}
.youtube-icon:active {
    background-color: #830b0b;
}
.youtube-icon img {
	height: 16px;
}
.new-tribe {
	margin-top: 135px;
    margin-right: 35px;
    float: right;
}
.new-tribe img {
	width: 110px;
}
/****
*
*	NEWS PAGE
*
****/
.news .news-block {
	border-left: 1px solid #cfcfcf; 
}
#news-page>.row  div[class^='col-xs-']:nth-child(3),
#news-page>.row  div[class^='col-xs-']:nth-child(7) {
	clear: left;
}
#news-page .news-block-preview p {
    height: 42px;
    overflow: hidden;
}
#quotes-section .news .news-block:first-child,
#quotes-section .news .news-block:nth-child(5n),
#media .news .news-block:first-child,
#media .media-section .media-block:nth-child(4n + 1) {
	border-left: none; 
}
#media .media-section .media-block:nth-child(4n + 1) {
	clear: left;
}
#media .qts-block-preview {
    word-break: break-all;
    height: 54px;
}
.featured-block,
.featured-media-block {
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 432px;
	position: relative;
}
.featured-block {
    height: 100%;
}
.featured-block {
	background-image: url(../images/news/feat-img.jpg);
}
.featured-block-sort, .qty-footer {
	background-color: rgba(26,26,26,0.8);
	display: inline-block;
}
.qty-footer {
    display: inline-block;
}
.featured-block-sort {
	padding: 14px 25px;
	overflow: hidden;
	padding-right: 16px;
}
.featured-block-sort div {
	color: rgba(255,255,255,.5);
}
.featured-block-sort a {
	color: #fff;
	padding-right: 26px;
    padding-left: 20px;
    letter-spacing: 0.1em;
    outline: none;
}
.featured-block-sort span a {
	padding-left: 9px;
}
.featured-block-sort span img {
	padding-left: 11px;
}
.featured-block-sort div>img {
	padding-right: 5px;
    padding-left: 2px;
}
.featured-block-sort img {
	height: 7px;
	margin-bottom: 4px;
	cursor: pointer;
}
.featured-block-position {
	position: absolute;
	left: 50%;
	bottom: 33px;
	width: 71%;
}
.featured-block-text {
	position: relative;
	left: -50%;
	text-align: center;
}
.featured-block-text h1 {
	color: #fff;
	font-size: 45px;
	margin: 0;
    margin-top: 9px;
    text-transform: uppercase;
}
.featured-block-text h1 a {
	color: #fff;
}
.featured-block-time time {
	color: rgba(255,255,255,0.7);
}
.news-block:hover {
	background-color: #ececec;
}
.news-block-img img {
	/*max-width: 291px;*/
	width: 100%;
}
.news-block-img {
	margin-top: 5px;
	/*margin-bottom: 27px;*/
	margin-bottom: 25px;
}
.news-block-preview {
	font-size: 18px;
    line-height: 1.16em;
    margin-bottom: 24px;
    word-break: break-all;
}
.news-block-footer {
	margin-bottom: 4px;
    overflow: hidden;
}
.news-block-footer .link-d {
	float: left;
}
.news-block-footer .news-time, .qts-amount {
	float: right;
}
/*** load more***/
.load-block {
    border-bottom: 1px solid #cccccc;
}
.load-block .link-d, .header-share .link-d, .header-share .link {
	border: 0;
}
.load-more span {
	display: block;
	text-align: center;
	margin: 26px 0;
}
.load-more img {
	height: 15px;
}
.load-more a {
	padding-left: 11px;
}
.footer-ad {
	display: block;
    margin: 0 auto;
    position: relative;
}
.footer-ad.ad-section-block {
	padding-top: 10px;
}
.footer-ad img {
	display: block;
	margin: 0 auto
}
.vertical-text {
	transform: rotate(270deg);
	transform-origin: left top 0;
	font-size: 9px!important;
	position: absolute;
	bottom: 101px;
}
.nvisible {
	opacity: 0;
	visibility: hidden;
}

/*** Full Text One News ***/
.article-wrapper:after {
  content: "";
  position: absolute;
  width: 800px;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 2;
  /*background-color: rgba(0,0,0,0.25);*/
}
.article-wrapper {
    max-width: 940px;
    width: 100%;
    position: relative;
    overflow: visible;
}
.article-carousel {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(207,207,207,.06);
}
.article-carousel .item img {
    width: 100%;
}
.article-carousel-content {
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: translate3d(0, 0, 0);
}
.article-carousel-content .item {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    border-right: 1px solid rgba(207,207,207,.06);
}
.article-carousel .carousel__nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -17px;
  left: 0;
  z-index: 1;
}

.article-carousel .carousel__nav .nav {
  position: absolute;
  top: 0;
  color: #000;
  background: #FFF;
  padding: 8px 12px;
  font-weight: bold;
  text-decoration: none;
 font-size: .8rem;
  transition: padding .25s ease;
}
.article-carousel .carousel__nav .nav:hover { padding: 8px 20px; }
.article-carousel .carousel__nav .nav--left { border-radius: 0px 3px 3px 0px; }
.article-carousel .carousel__nav .nav--right {
  right: 0;
  border-radius: 3px 0px 0px 3px;
}
.article-carousel-content .item:last-child {
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
	filter: url(../images/grayscale.svg);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.article-carousel-content .item {
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.article-carousel-content .item.active {
    -webkit-animation: grayscale 3s;
    animation: grayscale 3s;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
  -o-transition: grayscale 3s ease-in-out;
  -moz-transition: grayscale 3s ease-in-out;
  -webkit-transition: grayscale 3s ease-in-out;
  transition: grayscale 3s ease-in-out;
}
.article-carousel-content .item.active:after {
    content: '';
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@-webkit-keyframes grayscale {
    0.%   {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
    }
    50%  {
        -webkit-filter: grayscale(60%);
    -moz-filter: grayscale(60%);
	-ms-filter: grayscale(60%);
	-o-filter: grayscale(60%);
	filter: grayscale(60%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
    }
}
@keyframes grayscale {
    0%   {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
    }
    50%  {
        -webkit-filter: grayscale(60%);
    -moz-filter: grayscale(60%);
	-ms-filter: grayscale(60%);
	-o-filter: grayscale(60%);
	filter: grayscale(60%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
    }
}
.overflow {
    overflow: hidden;
}
.full-article {
	overflow: hidden;
	padding-bottom: 64px;
}
.full-article p {
	letter-spacing: 0.05em;
	line-height: 17px;
	font-size: 13.4px;
	padding-bottom: 6px;
}
.columns-text-hide {
    visibility: hidden;
    opacity: 0;
}
.columns-text iframe {
    width: 100%!important;
}
.featured-block-slider {
	border-top: 1px solid rgba(207,207,207,.35);
	border-right: 1px solid rgba(207,207,207,.35);
}
.article-carousel .featured-block-position {
	bottom: 19px;
    z-index: 1;
}
/*delete later*/
.next-article>img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.arrow {
	position: absolute;
    top: calc(50% - 30px);
    left: 123%;
    color: #fff;
    cursor: pointer;
    z-index: 22;
    
    left: 121%;
}
.arrow-prev,
.arrow {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    padding: 1%;
}
.arrow span,
.arrow-prev span {
	padding-right: 6px;
	letter-spacing: 0.1em;
	font-size: 11px;
}
.arrow img,
.arrow-prev img {
	/*height: 61px;*/
	height: 30px;
    width: auto;
}
.arrow img {
    margin-left: 10px;
}
.arrow-prev img {
    margin-right: 10px;
}
.arrow-prev {
    position: absolute;
    color: #fff;
    cursor: pointer;
    z-index: 22;
    top: calc(50% - 30px);
    left: 4%;
}
.full-article .title {
	margin-top: 47px;
	margin-bottom: 43px;
    padding-left: 93px;
    padding-right: 93px;
}
.full-news {
	border-bottom: 1px solid #cfcfcf;
	padding-top: 20px;
}
.header-info, .full-article .title h2 {
	text-align: center;
}
.header-info {
	font-size: 11.4px;
	letter-spacing: 0.05em;
}
.header-info span {
	padding-right: 33px;
}
.header-info span:last-child {
	padding-right: 0;
}
.header-share {
	position: relative;
}
.header-share img {
	height: 11px;
	padding-right: 7px;
	margin-bottom: 3px;
}
.surfingbird {
	position: absolute;
    text-align: left;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.08s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.surfingbird>div:not(:last-child) {
	padding-right: 12%;
}
.surfingbird.opened {
    visibility: visible;
    opacity: 1;
    transition: all 0.08s ease-in;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.tablet-menu {
	visibility: visible;
	opacity: 1;
}
.surfingbird.social-likes {
	border-radius: 3px;
	background-color: #fff;
	left: 0;
	top: -2px;
	display: inline;
    width: 200px;
}
.surfingbird .social-likes__widget {
	border: 0;
	margin: 0;
	/*display: block;*/
	display: inline-block;
    float: left;
}
.surfingbird .social-likes__widget span {
	padding-right: 0;
	cursor: pointer;
}
.social-likes__icon_facebook,
.social-likes__button_twitter,
.social-likes__icon_mail {
	display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #1a9ae4;
    background-repeat: no-repeat;
	background-position: 50%;
	background-size: 20px;
}
.social-likes-simple .social-likes__icon_facebook,
.social-likes-simple .social-likes__button_twitter,
.social-likes-simple .social-likes__icon_mail {
	border: none!important;
}
.social-likes-simple {
	/*top: -13px!important;*/
    left: -14px!important;
}
.social-likes-simple>div:not(:last-child) {
    padding-right: 0%!important;
}
.social-likes-simple .social-likes__icon_facebook,
.social-likes-simple .social-likes__button_twitter,
.social-likes-simple .social-likes__icon_mail {
	width: 40px;
    height: 40px;
}
.social-likes__icon_facebook {
	background-image: url(../images/share01.png);
}
.social-likes__button_twitter {
	background-image: url(../images/share02.png);
}
.social-likes__icon_mail {
	background-image: url(../images/share03.png);
}
.full-article-text, .fb-comments-section {
	overflow: hidden;
    padding-left: 93px;
    padding-right: 93px;
}
.bio-columns {
    overflow: hidden;
    padding-bottom: 60px;
}
.bio-columns .col-xs-6 {
    padding-right: 0;
    padding-left: 0;
}
.bio-columns .col-xs-6:first-of-type .not-break{
    margin-right: 39.5px;
}
.bio-columns .col-xs-6:last-of-type .not-break{
    margin-left: 39.5px;
}
.bio-columns .caption {
    display: block;
}
.columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    width: 100%!important;
    margin-bottom: 60px;
}
.person-quotes .columns {
    -webkit-column-gap: 79px; /* Chrome, Safari, Opera */
    -moz-column-gap: 79px; /* Firefox */
    column-gap: 79px;
}
.person-quotes .full-text {
    border-right: 0;
    border-right: none!important;
}
.person-quotes .column-section .header-share .surfingbird.social-likes {
    top:34px!important;
}
.columns {
    -webkit-column-gap: 165px; /* Chrome, Safari, Opera */
    -moz-column-gap: 165px; /* Firefox */
    column-gap: 165px;
}
.columns img {
    padding-bottom: 16px;
}
.not-break {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
    display: block;
}
.full-article-text .col-sm-6 {
	padding: 0;
}
.full-article-text .col-sm-6 p:last-child {
	padding-bottom: 0;
}
.full-article-text .col-sm-6:last-child p {
	float: right;
}
.fb-comments-section {
	margin-top: 39px;
	margin-bottom: 53px;
}
/*** BIOGRAPHY EARLY LIFE ***/
.only-columns>.columns {
    margin-bottom: 60px;
}
.only-columns>.columns:last-child {
    margin-bottom: 41px;
}
.columns .header-share img {
    padding-bottom: 0;
}
.columns h3,
.column-section h3,
.bio-columns h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 23px;
    -webkit-column-break-before: always;
    break-before: column;
}
.caption {
    display: inline-block;
    font-style: italic;
    -webkit-column-break-before: always;
	break-before: column;
}
.caption span {
    top: -42px;
    color: #fff;
    position: relative;
    padding: 3px 9px;
    background-color: rgba(0,0,0,0.5);
    letter-spacing: 0.05em;
    display: block;
}
.bio-columns .caption span {
    top: -26px;
}
.caption-left {
	display: block;
	-webkit-column-break-before: left;
}
.caption img {
	width: 100%;
}
.pers-life {
	display: -webkit-box;
}
.the-end {
	-webkit-column-break-inside: avoid;
}
p>.the-end>.caption {
	display: block;
}
blockquote {
    border: 2px solid #0096ff;
    border-radius: 1px;
    font-family: 'RobotoLightItalic', sans-serif;
    padding-top: 40px;
    padding-bottom: 38px;
    font-size: 25px;
    text-align: center;
    margin-top: 29px;
    margin-bottom: 61px;
}
blockquote.career-start {
	margin-bottom: 71px;
}
.full-text {
    padding-top: 72px;
    border-right: 1px solid #cfcfcf;
}
.only-columns>.columns {
	    margin-bottom: 44px;
	}
	.start-career>.columns:last-child {
		margin-bottom: 12px;
	}
	.columns .header-share {
		margin-top: 50px;
	}
/*** BG Page ***/
.bg-1 {
    background-image: url("../images/bg-1.jpg");
}
.bg-2 {
    background-image: url("../images/bg-2.jpg");
}

.bg-3 {
    background-image: url("../images/bg-3.jpg");
}
.bg-1, .bg-2, .bg-3 {
	color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-1, .bg-2, .bg-3, .ad-section-bg, .ad-section-bg img {
	height: 724px;
}
.bg-wrapper {
	display: table;
    width: 100%;
    height: 100%;
}
.over-text {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.over-text p {
	color: #c4c2c2;
	line-height: 1.2em;
	margin-bottom: 38px;
	max-width: 400px;
	margin-left: auto;
    margin-right: auto
}
.over-text .mega-header {
	font-size: 117px;
	margin: 0;
	margin-bottom: 7px;
	margin-top: 152px;
}
.over-text ul li {
	padding-bottom: 34px;
}
.statistics .ad-section-bg,
.poster .ad-section-bg,
.palmares .ad-section-bg {
	position: absolute;
    right: 0;
}
.statistics .ad-section-bg img,
.poster .ad-section-bg img,
.palmares .ad-section-bg img {
	float: right;
}
.statistics .ad-section-block,
.poster .ad-section-block,
.palmares .ad-section-block,
.ad-section-2 .ad-section-block {
	padding-top: 0;
}
.ad-section-2 .ad-section-bg {
	left: 13%;
}
.statistics .ad-section-block h3,
.poster .ad-section-block h3,
.palmares .ad-section-block h3,
.ad-section-2 .ad-section-block h3 {
	position: absolute;
	margin: 0;
	top: 24px;
    left: 25px;
    color: rgba(0,0,0,0.5);
}
.palmares .bg-1 {
	background-position: right top;
}
.ad-section-2 .ad-section-block h3 {
	color: #585858;
	left: 17px;
}
.ad-section-1 .ad-section-block h3 {
	margin-left: 65px;
}
.ad-section-1 {
	margin-bottom: 47px;
}
/*** QUOTES PAGE ***/
.featured-quotes-block {
	height: 432px;
	position: relative;
}
.featured-quotes-block>img {
	position: absolute;
	z-index: -1;
	width: 100%;
    height: auto;
}
.featured-quotes-block.slide>img {
    opacity: 0;
    visibility: hidden;
}
.featured-quotes-block.slide>img.current {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease;
}
.qts-section .news-block-img,
.media-section .news-block-img {
	margin-bottom: 0;
}
.qts {
	color: #fff;
	font-size: 120px;
	text-transform: uppercase;
}
.qts-block-preview {
	margin-top: 33px;
	margin-bottom: 25px;
}
.qts-block-preview p,
.qts-block-preview h3 {
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.qts-block-preview h3 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 3px;
}
.qts-block-preview p {
	color: #636363;
	font-size: 11px;
    font-weight: 600;
}
.alphabet ul,
.media-footer-menu ul {
	text-align: center;
}
.alphabet li,
.media-footer-menu li {
	display: inline;
}
.alphabet li {
    padding-right: 2%;
}
.alphabet ul li:last-child,
.media-footer-menu ul li:last-child {
	padding-right: 0;
}
.qty-footer {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 11px 25px 8px;
}
.qty-footer a {
	color: #c0c0c0;
	text-align: center;
	font-size: 11px;
}
.qty-footer span {
    color: #a2a2a2;
    text-align: center;
    font-size: 11px;
}
.qty-footer a:hover,
.featured-block-sort a:hover {
	color: #a2a2a2;
}
/*** ONE PERSON QUOTES ***/
.person-quotes .full-article-text {
	border-bottom: 1px solid #cfcfcf;
}
.person-quotes .full-article-text:last-of-type {
	border-bottom: 0;
}
.person-quotes .featured-block-text h1 {
	font-size: 48px;
}
.person-quotes:first-of-type p {
	color: rgba(255,255,255,.7);
	font-size: 11px;
}
.person-quotes .article-carousel .featured-block-position {
    bottom: 16px;
}
.person-quotes .featured-block-text h1 {
	line-height: 1.15em;
}
.person-quotes .full-article p {
	padding-bottom: 22px;
}
.person-quotes .full-article p:last-of-type {
	padding-bottom: 3px;
}
.person-quotes .caption img {
	padding-bottom: 5px;
}
.source {
	color: #757575;
	font-style: italic;
	font-size: 12px;
    letter-spacing: 0.05em;
    cursor: pointer;
}
.person-quotes .columns .header-share {
	margin-top: 30px;
}
.person-quotes .columns,
.person-quotes .column-section{
	margin-top: 56px;
	padding-bottom: 58px;
}
.person-quotes .column-section {
    overflow: hidden;
}
.person-quotes .column-section .col-xs-6 {
    padding: 0;
}
.person-quotes .column-section .col-xs-6:first-child {
    padding-right: 39.5px;
}
.person-quotes .column-section .col-xs-6:nth-child(2) {
    padding-left: 39.5px;
}
.person-quotes .full-text {
	padding-top: 9px;
}
.person-quotes .full-article {
	padding-bottom: 0;
}
/*** one-album media***/
.media-block div {
	position: relative;
	width: 100%;
}
.media-footer-menu li {
    padding-right: 47px;
}
.media-footer-menu li:nth-child(2) {
    padding-right: 40px;
}
.media-footer-menu a {
    letter-spacing: 0.1em;
}
.media-footer-menu span {
	color: #a0a0a0;
    margin-left: 7px;
}
.album-head {
	font-size: 80px;
    margin-bottom: 0;
    line-height: 77px;
}
.media-items {
    padding-top: 40px;
    border-bottom: 1px solid #cfcfcf;
}
.media-items .img, .media-items .video {
    padding-bottom: 43px;
    padding-right: 25px;
    padding-left: 29px;
}
.media-item-title {
    margin-top: 10px;
}
.media-item-title h4 {
    color: #000;
    font-size: 11px;
    display: inline;
    text-transform: uppercase;
}
.media-item-title span {
    float: right;
    font-size: 12px;
    margin-top: 2px;
    color: rgba(0,0,0,0.5);
    font-size: 11px;
    margin-top: 3px;
}
.media-item-title h4,
.media-item-title span {
    letter-spacing: 0.05em;
}
.media-inner-block {
    position: relative;
}
.media-inner-block img {
    width: 100%;
    height: auto;
    border: 1px solid transparent;
}
a#hide-comments,
a#show-comments {
	font-size: 11px;
	color: #005a99;
	top: 22px;
	position: absolute;
	left: inherit;
    right: 50px;
}
.featured-media-block p {
    font-size: 17px;
}
/*** ACHIEVEMENTS PAGE ***/
#gradient {
	position: absolute;
	z-index: 999;
	bottom: -2px;
	width: 100%;
}
.time-scroll {
	position: fixed;
    z-index: 1000;
    right: 0;
    top: 50px;
    bottom: 0;
    background-color: rgba(0,0,0,0.20);
    width: 93px;
}
body.setcookie .moved .time-scroll,
.moved .time-scroll {
    position: absolute;
    top: inherit!important;
    bottom: 45px;
}
.page-wrapper.moved {
    position: relative;
}
.time-scroll ul {
	padding-top: 34px;
    font-size: 11px;
}
.ts-item {
	width: 41px;
    display: block;
    margin-left: 18px;
    text-align: center;
}
.time-scroll li a:hover {
    color: #01b2f4!important;
}
.time-scroll li a {
	color: #fff;
    display: inline-block;
}
.time-scroll li img,
.time-scroll li a {
	margin-bottom: 4px;
}
.time-scroll .selected {
	background-image: url(../images/achievement-page/time_scroll_active.png);
	background-repeat: no-repeat;
	background-position: 73px 1px;
    background-size: 20px;
}
.achievements-timeline {
	background-color: #050a18;
    position: relative;
}
.achievements-timeline .row {
	top: -25px;
    position: relative;
}
/*.indv-achv-timeline .row {
	background: url(../images/indiv-achvs/timeline2.png) no-repeat 50% 0 !important;
}*/
.indv-achv-timeline {
    position: relative;
}
.indv-achv-timeline .line {
    background: url(../images/indiv-achvs/timeline2.png) no-repeat 50% -25px !important;
    height: 10618px;
    position: absolute;
    z-index: 5;
    /*width: calc(100% - 30px);*/
    display: block;
    width: 82px;
    left: calc(50% - 41px);
}
.achievement_page #timeline {
	overflow: visible;
    height: 15101px;
}
.page-wrapper {
	overflow: hidden;
}
.achievement_page .line {
    background: url(../images/achievement-page/timeline.png) no-repeat 50% 0;
    height: 15240px;
    position: absolute;
    z-index: 5;
    /*width: calc(100% - 30px);*/
    display: block;
    top: -25px;
    width: 82px;
    left: calc(50% - 41px);
}
/*.achievement_page .row {
	background: url(../images/achievement-page/timeline.png) no-repeat 50% 0;
}*/
.earth-bg, .indv-achv {
	background-image: url(../images/achievement-page/bg.jpg);
	background-position: center top;
    background-size: cover;
    color: #fff;
}
.achievement_page #timeline {
	margin-top: 98px;
}
#timeline {
    min-height: 1700px;
    margin: 20px 0 20px 0;
    color: #fff;
}
.tl-block {
	position: relative;
	width: 100%;
	overflow: hidden;
    z-index: 4;
}
.tl-data-r, .tl-data-l {
    margin: auto;
    width: 100%;
}
.video-overlay>div {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
}
.video-overlay>div>video {
    position: relative;
    left: -50%;
}
.earth-bg video {
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.earth-bg {
	overflow: hidden;
}
.porto {
    left: calc(50% - 274px);
}
.chelsea {
	left: calc(50% - 383px);
}
.internazionale {
	left: calc(50% - 42%);
	width: 84%;
}
.real-madrid {
	left: calc(50% - 574.5px);
	max-width: 1149px;
	width: 99%;
}
.manchester {
    display: block;
    margin: auto;
    width: 88%;
    max-width: 1132px;
}
.porto, .chelsea, .internazionale, .real-madrid  {
	position: absolute;
    /*z-index: -1;*/
    z-index: 1;
 }
 .achievement_page .tl-block div[class^="tl-info-"] p {
 	width: 86%;
 }
 .tl-info-r, .tl-info-l {
 	min-width: 386px;
 }
.tl-info-r {
	float: right;
	width: 35%;
	position: relative;
	/*margin-right: 8%;*/
	margin-right: 9.4%;
}
.tl-info-l {
	float: left;
	width: 35%;
	position: relative;
	margin-left: 9.4%;
}
.tl-info-center h2 {
    text-align: center;
}
.tl-info-l h4, .tl-info-l h2, .tl-info-l p {
	text-align: right;
}
.achievement_page .tl-info-l>div {
	width: 100%;
    overflow: hidden;
}
.achievement_page .tl-info-l>div p {
	float: right;
}
.tl-info-r h4, .tl-info-l h4 {
	color: #00baff;
}
.tl-first {
	position: absolute;
    top: 54.5%;
}
.lights-bg {
	background-image: url(../images/achievement-page/stars-bg2.png);
	background-position: center;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-size: 98% 98%;
}
.blurred-light {
	background-image: url(../images/achievement-page/bg-lights.png);
	background-position: center;
    background-size: contain;
    position: relative;
   /* top: -188px;
    top: -225px;*/
    top: -652px;
}
.blurred-light .tl-block:first-of-type {
	/*top: 88px!important;*/
	top: 0px!important;
}
.blurred-light .tl-center-img {
	top: 0!important;
}
.tl-block.lights-bg + .tl-block {
    z-index: 1000;
}
.tl-lights {
	position: relative;
	/*top: 90px;*/
	top: -355px;
    z-index: 100;
}
.tl-lights>.tl-block {
    z-index: 100;
}
#tl-light-img {
	position: absolute;
    top: 100px;
    left: calc(50% - 454px);
}
.achievement_page #timeline .tl-block:first-of-type img:nth-of-type(2) {
	position: relative;
    top: 19px;
}
.achievement_page #timeline .tl-block:first-of-type .tl-data-r {
	/*top: 52%;*/
    top: 337px;
    position: relative;
}
.achievement_page #timeline .tl-block:nth-of-type(2) {
	height: 688px;
}
.achievement_page #timeline .tl-block:nth-of-type(2) .video-cover {
    top: -189px;
}
.achievement_page #timeline .tl-block:nth-of-type(2) .tl-data-l {
	top: 107px;
}
.achievement_page #timeline .tl-block:nth-of-type(2) video,
.achievement_page #timeline .tl-block:nth-of-type(2) .inner-cover {
	top: 100px!important;
}
.achievement_page #timeline .tl-block.uefa-cup {
    top: -219px;
}
.achievement_page #timeline .tl-block.uefa-cup .tl-data-r {
    top: 27.6%;
}
.achievement_page #timeline .tl-block.supertaca-candido {
    top: -324px;
}
.achievement_page #timeline .tl-block.supertaca-candido .tl-data-l {
    top: 28.85%;
}

.achievement_page #timeline .tl-block.uefa-champions-league {
	overflow: visible;
	top: -447px;
}
.achievement_page #timeline .tl-block.uefa-champions-league .tl-center-img img {
	position: relative;
	/*top: -111px;*/
}
.achievement_page #timeline .tl-block.uefa-champions-league .tl-data-l {
	top: 36%;
}
.achievement_page #timeline .block-wrapper {
    overflow: hidden;
}
.achievement_page #timeline .tl-block.carling-cup {
    top: -896px;
}
.achievement_page #timeline .tl-block.carling-cup .tl-info-r {
    top: 169px;
}
.achievement_page #timeline .tl-block.fa-cup-final {
    top: -1045px;
}
.achievement_page #timeline .tl-block.fa-cup-final .tl-info-l {
    top: 203px;
}




.achievement_page #timeline .tl-block.portuguese-super-cup {
	top: -373px;
	/*overflow: visible;*/
}
.achievement_page #timeline .tl-block.portuguese-super-cup>img {
	position: absolute;
    left: 0;
    top: -136px;
}
.achievement_page #timeline .tl-block.portuguese-super-cup .tl-center-img img {
	max-height: 450px;
}
.achievement_page #timeline .tl-block.portuguese-super-cup .tl-data-r {
	top: 96px;
}
.achievement_page .tl-lights .tl-block:first-of-type .tl-center-img img {
	z-index: 2;
}
.achievement_page .tl-lights .tl-block:first-of-type .tl-center-img {
	/*top: 151px!important;*/
    position: relative
}
.achievement_page .tl-lights .tl-data-r {
	top: 48%!important;
}
.achievement_page .tl-lights .tl-block:nth-of-type(2) {
	height: 606px!important;
	top: 30px!important;
    overflow: visible;
}
.achievement_page .tl-lights .tl-block:nth-of-type(2) .tl-center-img img {
	position: relative;
    /*top: -289px;
    top: -54px;
    top: -146px;*/
    top: -246px;
    max-width: 702px;
    width: 100%;
}
.tl-lights .tl-block:nth-of-type(2) .tl-data-l {
	top: 0!important;
}
.achievement_page #timeline .blurred-light .tl-block:first-of-type .tl-data-r {
    top: 82px!important;
}
/*.blurred-light .tl-data-r {
	top: 14%!important;
}*/
.blurred-light .tl-block:nth-of-type(3) {
	height: 668px!important;
	/*top: 86px!important;*/
	top: -33px!important;
    position: relative;
    overflow: visible;
}
.blurred-light .tl-block:nth-of-type(3) .tl-data-l{
	/*top: 155px!important;*/
    top: 116px;
}
.blurred-light .tl-block:nth-of-type(3) .tl-center-img {
    top: -90px!important;
    position: relative;
}
.achievement_page #timeline .tl-block.seven img:nth-of-type(2){
	position: relative;
    top: 123px;
    z-index: 1;
}
.achievement_page #timeline .tl-block.seven {
	/*top: 110px;
	top: 61px;
    padding-top: 61px;
    top: -67px;*/
    top: -840px;
}
.achievement_page .tl-block.seven .tl-data-r {
	top: 362px;
}
.achievement_page .tl-block.eight {
	top: -815px;
}
.achievement_page .tl-block.eight .tl-data-l {
	top: 176px;
}
.achievement_page .tl-block.serie-a {
    top: -1243px;
}

.achievement_page .tl-block.nine {
	overflow: visible;
	/*top: -25px;*/
	top: -1123px;
}
.achievement_page .tl-block.nine .tl-center-img {
    position: relative;
    top: -148px;
}
.achievement_page .tl-block.nine .tl-data-r {
	top: 49px;
}
.achievement_page .tl-block.ucl {
    top: -1488px;
}
.achievement_page .tl-block.ucl .tl-data-l {
    top: 144px;
}
.achievement_page .tl-lights .tl-block:first-of-type {
	/*top: -91px;*/
	/*top: -117px;*/
    top: 0;
    overflow: visible;
}
.achievement_page .tl-lights .tl-block:first-of-type .block-wrapper {
    padding-top: 285px;
}
.achievement_page .tl-block.ten {
    top: -1345px;
}
.achievement_page .tl-block.ten {
    
}
.achievement_page .tl-block.ten,
.achievement_page .tl-block.eleven,
.achievement_page .tl-block.twelve,
.achievement_page #timeline .tl-block.seven {
	overflow: visible;
    display: inline-block;
}
.achievement_page .tl-block.ten .tl-center-img {
	position: relative;
    /*top: 151px;*/
    top: 168px;
    z-index: 2;
}
.achievement_page .tl-block.ten .tl-data-l {
	top: 60%;
}
.achievement_page .tl-block.eleven {
	/*top: -14px;*/
	top: -1246px;
}
.achievement_page .tl-block.eleven .tl-center-img {
	position: relative;
    top: -39px;
}
.achievement_page .tl-block.eleven .tl-data-r {
	top: 119px;
}
.achievement_page .tl-block.twelve {
	/*top: 15px;
	top: -64px;*/
	top: -1246px;
	height: 750px;
}
.achievement_page .tl-block.twelve .tl-center-img {
	position: relative;
    top: -173px;
}
.achievement_page .tl-block.twelve .tl-data-l {
	top: 67px;
}
/*.achievement_page .tl-block.twelve h2 {
	width: 66%;
    float: right;
    max-width: 320px;
}*/
.achievement_page .tl-block.thirteen {
    /*top: -10px;
    top: -151px;*/
    top: -1276px;
    overflow: visible;
}
.achievement_page .tl-block.thirteen .chelsea {
    position: static;
    margin: auto;
    display: block;
}
.achievement_page .tl-block.thirteen .tl-center-img {
    position: relative;
    top: 117px;
    right: -52px;
}
.achievement_page .tl-block.thirteen .tl-first {
    top: 446px;
}
.achievement_page .tl-block.fourteen {
    /*top: -52px;*/
    top: -1318px;
}
.achievement_page .tl-block.fourteen .tl-data-l {
    top: 220px;
}
.achievement_page .tl-block.fifteen {
    top: -1262px;
    margin-bottom: 345px;
}
.achievement_page .tl-block.fifteen .tl-center-img {
    /*margin: 178px auto 87px;*/
    margin: 178px auto 0;
}
.achievement_page .tl-block.sixteen {
    top: -1397px;
}
.achievement_page .tl-block.sixteen .tl-data-r {
    top: 130px;
}
.achievement_page .tl-block.seventeen {
    top: -1297px;
}
.achievement_page .tl-block.seventeen  .tl-center-img {
    text-align: center;
    margin: auto;
}

.achievement_page div[class^="tl-info-"] a {
	margin-top: 8px;
	display: inline-block;
    z-index: 224;
}

.achievement_page .share,
.indv-achv-timeline .share {
	margin-bottom: 75px;
}
.achievement_page .share {
    margin-bottom: 109px;
}
/*** SiSoyPortugues ***/
.si-soy {
	background-image: url(../images/si-soy/bg.jpg);
	background-image: linear-gradient( to bottom, transparent, rgba(26, 19, 14, 0.96) ), url(../images/si-soy/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.si-soy .tl-over-text {
	width: 1000px;
	left: calc(50% - 500px);
}
.si-soy-timeline .row {
    top: -86px;
    position: relative;
    /*background: url(../images/si-soy/timeline.png) no-repeat 50% 0 !important;*/
}
.si-soy-timeline {
    position: relative;
}
.si-soy-timeline .line {
    background: url(../images/si-soy/timeline.png) no-repeat 50% 0 !important;
    height: 5527px;
    position: absolute;
    z-index: 5;
    /*width: calc(100% - 30px);*/
    display: block;
    top: -86px;
    width: 82px;
    left: calc(50% - 41px);
}
.si-soy-timeline {
	background-color: #1a130e;
}
.si-soy-timeline #timeline {
	/*margin-top: 210px;*/
    padding-top: 190px;
	margin-bottom: 0;
	height: 5457px;
    overflow: hidden;
}
.si-soy-timeline .tl-block div[class^="tl-info-"] h2 {
    width: 93%;
}
.si-soy-timeline .tl-info-l h2 {
	float: right;
}
.si-soy-timeline .tl-info-l>div {
	width: 100%;
    display: block;
}
.si-soy-timeline .tl-info-l>div p {
	float: right;
}
.si-soy-timeline .tl-block div[class^="tl-info-"] p {
    width: 84%;
}
.si-soy-timeline .tl-block {
	overflow: visible;
    display: inline-block;
}
.si-soy-timeline .tl-block:first-child .tl-info-r {top: 53px;}
.si-soy-timeline .tl-block:first-child img {left: -7px; position: relative;}
.si-soy-timeline .tl-block:nth-child(2) {
	overflow: hidden;
}
.si-soy-timeline .tl-block:nth-child(2) .tl-data-l {top: 121px;}
.si-soy-timeline .tl-block:nth-child(2) img {
	position: relative;
    top: -89px;
}
.si-soy-timeline .tl-block:nth-child(3) {top: -84px;}
.si-soy-timeline .tl-block:nth-child(3) .tl-center-img {
	top: -142px;
    position: relative;
    left: -21px;
}
.si-soy-timeline .tl-block:nth-child(4){top: -139px;}
.si-soy-timeline .tl-block:nth-child(4) .tl-center-img {
	position: relative;
    top: -269px;
    overflow-x: hidden;
    left: -31px;
}
.si-soy-timeline .tl-block:nth-child(5) {
    top: -304px;
}
.si-soy-timeline .tl-block:nth-child(5) h2 {
	max-width: 455px;
}
.si-soy-timeline .tl-block:nth-child(5) .tl-center-img {
	position: relative;
	left: -10px;
    top: -157px;
}
.si-soy-timeline .tl-block:nth-child(6) {
    top: -188px;
}
.si-soy-timeline .tl-block:nth-child(6) .tl-center-img {
	position: relative;
    top: -200px;
    left: -34px;
}
.si-soy-timeline .tl-block:nth-child(6) .tl-info-l h2 {
	width: 68%;
	max-width: 311px;
}
.si-soy-timeline .tl-block:nth-child(7) {
    top: -255px;
}
.si-soy-timeline .tl-block:nth-child(7) .tl-center-img {
	position: relative;
    top: -138px;
    left: 21px;
}
.si-soy-timeline .tl-block:nth-child(8) {
    top: -310px;
}
.si-soy-timeline .tl-block:nth-child(8) .tl-center-img {
	position: relative;
    top: -74px;
    left: -42px;
}
.si-soy-timeline .tl-block:nth-child(8) img {
    width: 448px;
}
.si-soy-timeline .tl-first {
	top: 0;
}
/*** BIOGRAPHY SECTIONS ***/
.biography-sections .col-xs-3,
.biography-sections .col-xs-4 {
    overflow: hidden;
}
.biography-sections .row img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
}
.biography-sections h1, .biography-sections h2, .biography-sections h3, .biography-sections h4 {
    color: #fff;
    text-transform: uppercase;
}
.biography-sections .first-section {
    position: relative;
}
.biography-sections .first-block {
    margin: auto;
    padding-top: 2%;
    top: 0;
    bottom: 0;
}
.biography-sections .second-block {
    bottom: 10.6%;
}
.biography-sections .third-block {
	bottom: 11.1%;
}
.biography-sections .forth-block {
    bottom: 20%;
}
.biography-sections .first-block,
.biography-sections .second-block,
.biography-sections .third-block,
.biography-sections .forth-block {
    position: absolute;
    left: 50%;
    display: table;
}
.biography-sections .first-block, .biography-sections .s-history, .second-block h2,
.biography-sections .third-block, .biography-sections .forth-block {
    text-align: center;
}
.biography-sections .first-block>div,
.biography-sections .second-block>div,
.biography-sections .third-block>div,
.biography-sections .forth-block>div {
    position: relative;
    left: -50%;
}
.biography-sections .s-history {
    background-color: #000;
    color: #fff;
    font-size: 10.5px;
    padding: 4px;
    letter-spacing: 0.05em;
}
.biography-sections h2 {
    font-size: 118px;
    margin-bottom: 6px;
}
.biography-sections h3 {
    font-size: 49px;
    line-height: 0.99em;
    margin-bottom: 21px;
}
.biography-sections h4 {
    font-size: 47px;
    margin-bottom: 21px;
}
.first-block p {
    color: #c4c2c2;
    font-size: 22px;
}
.second-block h2 {
    font-size: 90px;
    line-height: 0.96em;
    margin-bottom: 16px;
}
.second-block a {
    text-align: center;
    margin: 0 auto;
    display: table;
}
/*** BIOGRAPHY START OF CAREER ***/
#bio-start .full-article {
	padding-bottom: 33px;
}
#bio-start .header-share,
#personal-life .header-share,
#early-life .header-share {
	display: block!important;
}
.full-news-text .columns .header-share,
.person-quotes .column-section .header-share,
.bio-columns .header-share {
    margin-top: 50px;
    display: table;
    height: 50px;
}
.person-quotes .column-section .header-share {
    margin-bottom: 16px;
    margin-top: 0;
}
.person-quotes .column-section .header-share>a {
    padding-bottom: 16px;
    padding-top: 50px;
}
#bio-start .full-article-text {
	overflow: visible;
}
/*** BIOGRAPHY PERSONAL LIFE ***/
.social-likes__counter {
	display: none;
}
#one-news-section .surfingbird.social-likes {
    top: -14px;
}
#personal-life .header-share {
	margin-top: 37px;
}
#bio-start .surfingbird.social-likes,
#personal-life .surfingbird.social-likes,
#early-life .header-share .surfingbird.social-likes {
	top: -10px;
}
#early-life .columns:first-of-type {
	display: inherit;
}

    /*** bio-pages ***/
.bio-carousel .featured-block-position {
    bottom: initial;
	top: 33%;
	display: table;
}
.bio-carousel .featured-block-text h1 {
    font-size: 122px;
    /*white-space: nowrap;*/
}
/*** FIXTURES ***/
.fixtures-head + .container-fluid>.row {
	z-index: -1;
}
.fixtures-head .qty-footer {
    padding: 11px 0 0;
    background-color: transparent;
    overflow: hidden;
}
.fixtures-head .qty-footer > .row {
    padding: 3px 25px;
}
.fixtures-head .qty-footer > .row:first-of-type {
    background-color: rgba(26,26,26,0.8);
}
.fx-darker {
    background-color: rgba(0,0,0,.85);
    height: 46px;
}
section.container-fluid.af {
    background-color: #fff;
}
/*section.container-fluid.af:not(.bg) .js-mc-cont {
    border-bottom: 1px solid #c4c4c4;
}*/
section.container-fluid.af.bg {
    position: relative;
    top: -46px;
    min-height: 12vh;
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4;
}
section.container-fluid.af.bg:before {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 47px;
    bottom: -47px;
    z-index: 200;
    left: 0;
    right: 0;
    width: 100%;
}
.js-mc-cont {
    /*min-height: 550px;*/
    background-color: #fff;
    min-height: 14vh;
}
.header-league .over-text {
    position: absolute;
    left: 0;
    right: 0;
}
.header-league .qts {
    font-size: 100px;
}
.upper-block {
	color: #fff;
	text-align: center;
	height: 29px;
	font-size: 11px;
}
.upper-block div {
	display: inline-block;
	width: 43%;
}
.upper-block div:first-child span {
	text-align: right;
}
.upper-block div:last-child span {
	text-align: left;
}
.upper-block div:first-child span,
.upper-block div:last-child span {
	display: block;
	padding: 7px 7px 1px;
	letter-spacing: 0.1em;
}
.fx-calendar {
	border: 1px solid #6D6D6D;
    padding: 4px 24px 2px;
    width: 63px!important;
    cursor: pointer;
}
.upper-block img {
	height: 13px;
    margin-bottom: 3px;
}
.upper-block span>a {
    padding: 5px 54px;
    display: inline-block;
    border: 1px solid transparent;
}
.upper-block span>a.active {
    border-color: #028ff4;
}
.fixtures {
	overflow: hidden;
	/*min-height: 550px;*/
}
.fx-months {
	margin-top: 16px;
	margin-bottom: 11px;
	position: relative;
	overflow: hidden;
}
.fx-months,
.fixtures-categories ul {
	text-align: center;
}
.fx-months li,
.fixtures-categories li {
	display: inline;
}
.fixtures-categories ul {
    overflow: hidden;
    display: inline-block;
}
.fixtures-categories li {
    float: left;
    border-bottom: 1px solid #cfcfcf;
}
.fx-months ul {
	padding: 0 60px;
}
.fx-months li {
	padding-right: 42px;
}
.fx-months li:last-child {
	padding-right: 0;
}
.fx-months li a {
	color: rgba(255,255,255,.3);
	font-size: 29px;
	white-space: nowrap;
}
.fx-months .selected a {
	color: #fff;
	padding-bottom: 6px;
}
.fx-months span.left, .fx-months span.right {
	background-image: url(../images/fx-arrows.png);
    width: 17px;
    height: 28px;
    position: absolute;
    background-size: cover;
    top: 6px;
	z-index: 200;
	cursor: pointer;
    display: none;
}
.fx-months span.left {
	left: 18px;
}
.fx-months span.right {
	right: 18px;
	background-position: 17px 0;
}
.fixtures-categories {
	background-color: #ededed;
    border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
    text-align: center;
    font-size: 0;
}
.fixtures-categories ul {
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
    margin-bottom: -2px;
}
.fixtures-categories li:first-child a {
	border-left: 1px solid #cfcfcf;
}
/*.fixtures-categories li:nth-child(3),
.fixtures-categories li:nth-child(2),
.fixtures-categories li:nth-child(4),
.fixtures-categories li:nth-child(5) {
	position: relative;
}*/
/*.fixtures-categories li:nth-child(2) {
	left: -3px;
}
.fixtures-categories li:nth-child(3){
	left: -6px;
}
.fixtures-categories li:nth-child(4){
	left: -9px;
}
.fixtures-categories li:nth-child(5){
	left: -12px;
}*/
.fixtures-categories li a {
	color: #636363;
	display: inline-block;
	padding: 10px;
	font-size: 11px;
	border-right: 1px solid #cfcfcf;
	letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.fixtures-categories li:hover a {
    color: #0096ff;
	background-color: #f6f6f6;
}
.fixtures-categories .active a {
	color: #0096ff;
	background-color: #f6f6f6;
}
.standings tr {
    color: #000;
}
.standings tr.fx-chelsea,
.standings tr.fx-chelsea .standings-club h3,
.fx-chelsea {
	color: #0096ff;
}
.fx-section {
	display: none;
}
.fx-section.show {
	display: block;
}
.fixtures-results {
	border-bottom: 1px solid #cfcfcf;
	padding-top: 11px;
    padding-bottom: 18px;
}
.fixtures-results:not(.lab){
    padding-top: 5px;
}
.fixtures-results.lab {
    padding-top: 40px;
}
.fixtures-results:hover {
    background: rgba(222,248,255,1);
	background: -moz-linear-gradient(left, rgba(222,248,255,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 72%, rgba(222,248,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(222,248,255,1)), color-stop(28%, rgba(255,255,255,1)), color-stop(72%, rgba(255,255,255,1)), color-stop(100%, rgba(222,248,255,1)));
	background: -webkit-linear-gradient(left, rgba(222,248,255,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 72%, rgba(222,248,255,1) 100%);
	background: -o-linear-gradient(left, rgba(222,248,255,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 72%, rgba(222,248,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(222,248,255,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 72%, rgba(222,248,255,1) 100%);
	background: linear-gradient(to right, rgba(222,248,255,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 72%, rgba(222,248,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def8ff', endColorstr='#def8ff', GradientType=1 );
}
.fixtures-results .col-xs-5:first-child {
	text-align: right;
}
.fixtures-results .col-xs-5:last-child {
	text-align: left;
}
.fixtures-results .col-xs-5 {
	width: 48%;
}
.fixtures-results .col-xs-2 {
	padding: 0;
	width: 2%;
}
.fixtures-results .col-xs-2 {
	text-align: center;
    margin: 7px auto 0;
}
.fx-left-part, .fx-right-part {
	margin-top: 10px;
}
.fx-left-part {
	float: left;
    width: calc(47% - 85px);
    text-align: right;
}
.fx-left-part h3 {
	/*margin-right: 33px;*/
	margin-right: 0;
}
.fx-right-part h3 {
	margin-left: 0;
}
.fx-right-part {
	float: left;
    width: calc(47% - 85px);
    text-align: left;
}
.fx-center-part {
	float: left;
    /*width: 6%;*/
    min-width: 85px;
    max-width: 132px;
}
.fx-center-part {
    position: relative;
}
.fx-center-part .match-status {
    position: absolute;
    text-transform: uppercase;
    top: -40px;
    left: -9px;
    right: 0;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.15em;
    height: 26px;
    line-height: 26px;
    width: 147px;
}

span.match-status:before {
    content: '';
    border-bottom: 26px solid transparent;
    border-top: 26px solid transparent;
    border-left: 26px solid transparent;
    position: absolute;
    left: -26px;
}
span.match-status:after {
    content: '';
    border-bottom: 26px solid transparent;
    border-top: 26px solid transparent;
    border-right: 26px solid transparent;
    position: absolute;
    right: -26px;
}
.fx-center-part .match-status.live {
    background-color: #ce2121;
}
span.match-status.live:before {
    content: '';
    border-top-color: #ce2121;
}
span.match-status.live:after {
    content: '';
    border-top-color: #ce2121;
}
.fx-center-part .match-status.upc {
    background-color: #000000;
}
span.match-status.upc:before,
span.match-status.upc:after {
    border-top-color: #000000;
}
.fx-center-part .match-status.res {
    background-color: #787878;
}
span.match-status.res:before,
span.match-status.res:after {
    border-top-color: #787878;
}
.live-status .score {
    color: #ce2121;
}
.fixtures-club h3, .standings-club h3 {
	display: inline-block;
	font-size: 17px;
	letter-spacing: 0.05em;
    margin-top: 8px;
    margin-bottom: 0px;
    position: relative;
    top: 6px;
}
.standings-club h3 {
    width: calc(100% - 84px);
    vertical-align: middle;
    margin-top: 0px;
}
.standings-club-img {
  position: relative;
}
.standings-club span.number {
  display: inline-block !important;
  position: absolute !important;
  font-size: 12px !important;
  height: 20px;
  margin-top: -10px;
  line-height: inherit !important;
  top: 50% !important;
  left: -45px;
  color: #000 !important;
}

.fx-img {
	width: 97px;
	width: 82px;
    display: inline-block;
}
.fixtures-club img, .standings-club img {
	height: 45px;
	margin-top: 9px;
}
.standings-club img {
    margin-bottom: 5px;
    margin-bottom: 1px;
    margin-top: 8px;
}
.fx-right-part img {
	/*margin-left: 42px;*/
    margin-left: 12px;
}
.fx-left-part img {
	/*margin-right: 38px;*/
	margin-right: 16px;
}
.fixtures-club .score {
	line-height: 0;
	top: 16px;
	width: 50px;
    display: inline-block;
}
.fixtures-results-footer {
	text-align: center;
	font-size: 11px;
    margin-top: 13px;
    color: #636363;
    letter-spacing: 0.05em;
}
.fixtures-results-footer .col-xs-6:first-of-type {
    text-align: right;
}
.fixtures-results-footer .col-xs-6:last-of-type {
    text-align: left;
}
.fixtures-results-footer span {
	padding-left: 15px;
	/*padding-left: 53px;*/
}
.fixtures-results-footer span:first-of-type {
	padding-left: 0;
}
.fixtures-club .border {
	border-left: 1px solid #c4c4c4;
    height: 45px;
    padding-right: 13px;
    margin-left: 11px;
    display: inline-block;
    position: relative;
    top: 17px;
}
.fixtures-club {
	text-align: center;
}

.col-xs-12.fixtures-club {
	/*padding-left: 170px;*/
	padding-left: 8vw;
}
/*** CALENDAR MODAL ***/
.fx-year-switcher {
	font-size: 24px;
	padding-top: 13px;
    padding-bottom: 14px;
    text-align: center;
}
.fx-calendar-modal {
	background-color: #fff;
	width: 391px;
    padding-bottom: 22px;
    position: absolute;
    z-index: 2;
    bottom: 0;
}
.fx-calendar-modal:after {
	border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 14px solid #FFFFFF;
    content: '';
    height: 0;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 16px);
    z-index: 1;
}
.fx-calendar-modal.show {
	z-index: 100;
}
.fx-arrows {
	position: absolute;
	padding: 30px;
	cursor: pointer;
}
.fx-calendar-modal .fx-arrows span {
	width: 11px;
    height: 26px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 18px;
	background-image: url(../images/fx-calendar-black.png);
}
.fx-calendar-modal .fx-arrows:first-of-type span {
	left: 20px;
}
.fx-calendar-modal .fx-arrows:last-of-type span {
	background-position: 11px 0;
    right: 20px;
}
.fx-calendar-modal .fx-arrows:first-of-type span:hover {
	background-image: url(../images/fx-calendar.png);
}
.fx-calendar-modal .fx-arrows:last-of-type span:hover {
	background-image: url(../images/fx-calendar.png);
}
.fx-calendar-modal .fx-arrows:last-of-type {
	right: 0;
    top: 0;
}
.fx-calendar-modal table tr>td {
	border: 1px solid #d9d9d9;
	padding: 15px 30px 10px;
    font-size: 14px;
    cursor: pointer;
}
.fx-calendar-modal table tr>td:hover {
	background-color: #ededed;
	color: #a2a2a2;
}
.fx-calendar-modal table tr>td:active {
	color: #007eff;
	background-color: #ededed;
}
.fx-calendar-modal tr>td:first-child {
	border-left: 0;
}
.fx-calendar-modal tr>td:last-child {
	border-right: 0;
}
.fx-calendar-modal table tr>td.chosen {
	background-color: #ededed;
	color: #007eff;
}
#fx-calendar-mod {
	position: absolute;
    width: 391px;
    z-index: 1000;
    left: 50%;
    bottom: 128px;
    display: none;
}
.owl-stage-outer {
	height: 46px;
	overflow: hidden;
}
.fx-inner-wrap {
	position: relative;
	display: inline-flex;
	left: -50%;
}
/*** COPA DEL RAY ***/
.big-match img,
.line-up img {
	width: 100%;
	height: auto;
}
.copa-del-ray h1 {
	line-height: 0.97em;
}
.copa-del-ray p {
	font-size: 22px;
}
.copa-del-ray .featured-block-position {
	top: initial!important;
    bottom: 13px;
    color: #00baff;
}
.copa-del-ray .featured-block-text {
	width: 100%;
}
.cdr-source, .cdr-source a {
	color: #7d7d7d;
}
.cdr-article .full-article-text {
    padding-left: 59px;
    padding-right: 59px;
}
.cdr-article .full-text {
	padding-top: 16px;
}
.cdr-article .header-share {
	margin-bottom: 51px;
}
.cdr-article .header-share>div {
	position: relative;
	display: inline-block;
}
.cdr-article .surfingbird.social-likes {
	/*left: calc(50% - 100px);*/
	left: calc(50% - 60px);
	top: 0;
}
.cdr-article .col-xs-12>h3 {
	font-size: 30px;
	margin: 0 0 38px 0;
}
.line-up h4 {
	font-size: 22px;
	margin-bottom: 19px;
}
.cdr-article .col-xs-12>h3,
.line-up>h4,
.cdr-article .header-share,
.cdr-article table tr>th:nth-child(3),
.cdr-article table tr>td:nth-child(3) {
	text-align: center;
	letter-spacing: 0.01em;
}
.cdr-article .col-xs-12:nth-of-type(2)>h3 {
	margin: 0 0 34px 0;
}
.cdr-article .col-xs-12:nth-of-type(5)>h3 {
	margin-bottom: 31px;
}
.cdr-article .latest-media-box{
	margin-top: 32px;
}
.cdr-article .full-article-text>.col-xs-12 {
	/*margin-bottom: 32px;*/
    margin-bottom: 12px;
}
.cdr-article table tr>th {
	padding: 0;
    border-bottom: 2px solid #eeeeee;
}
.cdr-article table tr>th h4 {
	padding: 16.5px 18px;
	color: rgba(0,0,0,.7);
	font-size: 11px;
    letter-spacing: 0.05em;
    background-color: #f1f1f1;
    margin: 0 5px 4px 0;
}
.cdr-article table tr>th:last-of-type h4 {
	margin-right: 0;
}
.cdr-article table tr>th.selected h4 {
	color: #006ab4;
	background-color: #fff;
	border: 1px solid #e0e0e0!important;
	padding: 15.5px 18px;
}
.cdr-article table tr>td {
	padding: 12px 18px!important;
	border-top: 0;
	border-bottom: 1px solid #d8d8d8;
}
.cdr-article table tr>td:nth-child(3) {
	font-size: 24px;
	line-height: 0;
    vertical-align: middle;
    width: 12%;
}
.ad-section-2 .ad-section-bg {
	text-align: center;
}
.full-news-text {
	overflow: hidden;
}
.full-news-text>.row {
    display: flex;
}
.one-news {
	overflow: visible!important;
}
.cdr-article .ad-section-bg {
	position: relative;
}
.cdr-article .ad-section-bg h3 {
	position: absolute;
    margin: 0;
    top: 24px;
    color: #585858;
    left: 17px;
}
/*** 404 ***/
.not-found .bg-1 {
	background-image: url(../images/404.jpg);
}
#page404 .over-text ul {
	margin-bottom: 152px;
}
#page404 .over-text p {
	max-width: 100%;
}
/**********
fancybox
**********/
.overflow-gallery {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 8000;
}
.fancybox-skin {
	border-radius: 0;
}
.fancybox-skin {
	background-color: #fff;
	padding-top: 56px!important;
	/*padding-bottom: 25px!important;*/
    padding-bottom: 0!important;
}
.fancybox-opened .fancybox-title {
	font-size: 16px;
	text-align: center;
    color: #000;
	width: 80%;
  	overflow: auto;
  	margin: 0 auto;
  	left: 0;
  	right: 0;
  	bottom: 12px;
  	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.fancybox-title span {
	color: #636363;
	font-size: 11px;
	padding-top: 2px;
    padding-bottom: 5px;
    display: block;
}
.fancybox-next span {
	background-position: 19px 0;
	right: 0;
}
.fancybox-prev span {
    left: 0;
    background-position: 0 0;
}
.fancybox-inner {
	/*margin-bottom: 60px;*/
    margin-bottom: 20px;
}
.fancybox-nav {
	height: 114%!important;
	width: 0%!important;
}
.fancybox-outer {
	z-index: 9999;
}
/*
.mgallery-box {
    display: none;
}
.mgallery-box {
    top: 0!important;
}*/
.m-box .fancybox-title {
    padding-top: 20px;
    padding-bottom: 17px;
}
.mgallery-box .fancybox-nav span {
	background-image: url(../images/mgallery-arrows.png);
	background-size: cover;
    position: absolute;
    width: 19px;
    height: 33px;
    margin-top: 0;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
    top: 91.2%;
}
.fancybox-close {
	background-image: url(../images/mgallery-close.png)!important;
	height: 20px;
    width: 20px;
    top: 18px;
    right: 17px;
    background-size: 100%;
}
.showed-comments {
    top:0!important;
    bottom:0!important;
}

/*** standings ***/
.standings .fixtures {
	min-height: 0!important;
}
.standings table {
	background-color: #fff;
	margin-bottom: 0;
	display: none;
}
.standings table.show {
	display: inline-table!important;
}

.table>tbody>tr>td {
	padding-left: 0;
    padding-right: 0;
 }
.standings table>thead {
	background-color: #000;
	color: rgba(255,255,255,.7);
	letter-spacing: 0.05em;
	font-size: 10px;
}
.standings .table>thead>tr>th {
	padding-top: 6px;
    padding-bottom: 1px;
    border: 0;
    text-align: center;
}
.standings .table tr>td {
	border-top: 0;
	border-bottom: 1px solid #d9d9d9;
	vertical-align: middle;
}
.standings .table td div {
	display: inline-block;
	padding-right: 0;
  text-align: left;
}
.standings .table td div:last-child {
	padding-right: 0;
}
.standings-club {
	padding-left: 85px;
	display: block!important;
    /*margin: 17px auto 7px;*/
   /* margin: 5px auto 0px;*/
   margin: 5px 60px 0 auto;
    width: 400px;
}
.standings-results div {
	font-size: 29px;
	padding-left: 25px;
	line-height: 0.8em;
}
.standings .table tr td span {
	color: #636363;
	display: block;
	font-size: 11px;
	line-height: 2.5em;
	position: relative;
    top: -9px;
    display: none;
}
.standings .table tr:first-of-type td span {
    display: block;
}
/*.standings .table td:first-child {
	width: 33.9%;
}*/
.standings .table td {
  width: 50%;
}
.standings-row {
	border-left: 1px solid rgba(0,0,0,0.3);
}
.standings-row>div {
	width: 14.6666%;
    max-width: 46px;
}
/*.standings .table td:nth-child(2) {
	width: 21.5%;
}
.standings .table td:nth-child(3) {
	width: 18.2%;
}
.standings .table td:nth-child(4) .standings-row {
	width: 66%;
	border-right: 1px solid rgba(0,0,0,0.3);	
}*/
/*.standings .table td:nth-child(n + 2)*/
.standings-results .standings-row {
	width: 100%;
    text-align: center;
}
.standings-club-img {
	width: 81px;
}
.standings .table tbody tr:hover td:first-child {
	background: rgba(222,248,255,1);
	background: -moz-linear-gradient(left, rgba(222,248,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(222,248,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(222,248,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(222,248,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(222,248,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(222,248,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def8ff', endColorstr='#ffffff', GradientType=1 );
}
.standings .table tbody tr:hover td:last-child {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(222,248,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(26%, rgba(255,255,255,1)), color-stop(100%, rgba(222,248,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(222,248,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(222,248,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(222,248,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(222,248,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#def8ff', GradientType=1 );
}
.standings .table tbody td:last-child div:nth-of-type(3) {
	width: 23%;
    max-width: 55px;
    min-width: 50px;
}

.st-total {
	/*width: 66%;*/
    width: 53%;
    display: block;
    color: #fff;
}
/*** SHOP ADVISOR ***/
.shop-advisor .news-block:hover {
	background-color: #fff;
}
.shop-advisor .news-block img:hover {
	opacity: 0.88;
	-webkit-backface-visibility: hidden;
}
.shop-advisor .qts-block-preview {
	margin-top: 48px;
	margin-bottom: 0;
}
.shop-advisor .qts-block-preview h3 {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    cursor: default;
}
.shop-advisor .news-block {
	padding-top: 40px;
	padding-bottom: 14px;
}
.shop-advisor .qts-section {
  background: #fff;
}
.shop-advisor .qts-section .news-block:last-child:after {
  content: '';
  width: 1px;
  height: calc(100%);
  background: #ccc;
  position: absolute;
  top: 0;
  right: -1px;
}
.shop-advisor .news-block-img img {
	width: 77%;
    margin: 0 auto;
    display: block;
}
.sp-advisor {
	color: #fff;
}
.sp-advisor h1 {
	font-size: 80px;
	margin: 0;
    line-height: 0.4em;
}
.sp-advisor h2 {
	margin-bottom: 21px;
}
.over-text.sp-advisor p {
	margin-bottom: 28px;
	font-size: 16px;
}
/*** APP PAGE ***/

.app:first-child>.row{
	width: 100%;
	max-width: 1300px;
}
.app>.row {
	display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 1161px;
}
.app-first-section {
	height: 929px;
	position: relative;
}
.app-first-block {
	background-image: url(../images/app/bg001.jpg);
	overflow: hidden;
}
.app-first-section .wrapper-icons,
.app-first-section .wrapper,
.app-first-section-imgs {
	position: absolute;
    left: 50%;
}
.app-first-section .wrapper-icons-inner,
.app-first-section .wrapper-inner,
.fsection-imgs-inner {
	position: relative;
    left: -50%;
    text-align: center;
}
.app-first-section .wrapper-icons {
	top: 46px;
  display: none;
}
.app-first-section div[class^="app-icon"] {
	display: inline;
}
.app-first-section div[class^="app-icon"] img:first-of-type {
    margin-right: 32px;
}
.app-first-section div[class^="app-icon"] img {
	height: 42.5px;
}
.app-first-section div[class^="app-icon"] a>img:hover {
	opacity: 0.9;
}
.app-first-section .wrapper {
	/*bottom: 60px;*/
	bottom: 26px;
	z-index: 1;
}
.app-first-section .over-text {
	vertical-align: bottom;
}
.app-first-section .over-text h1 {
	line-height: 0.74em;
	white-space: nowrap;
}
.app-first-section .over-text p {
	font-size: 21px;
	margin-bottom: 32px;
}
.app-first-section .over-text p.coming {
    color: #00baff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-top: -1px;
}
.app-first-section .over-text h1.coming {
    font: 70px 'JerseyMediumExpanded';
    margin-bottom: 0;
    letter-spacing: -0.025em;
}
.app-first-section-imgs {
	position: absolute;
    bottom: 0;
}
.fsection-imgs-inner {
	width: 1300px;
}
.fsection-imgs-inner img:first-of-type {
	margin-right: 57px;
}
.fsection-imgs-inner img:nth-of-type(2) {
	margin-right: 57px;
    width: 428px;
}
.fsection-imgs-inner img:first-of-type,
.fsection-imgs-inner img:last-of-type {
    width: 327px;
}

.app-second-section,
.app-forth-section,
.app-sixth-section {
	background-color: #fff;
}
.app {
	overflow: hidden;
}
.app h2 {
	/*color: rgba(100,100,100,.3);*/
	font-size: 59px;
	margin: 0;
	letter-spacing: 0.05em;
}
.app h3 {
	font-size: 30px;
	margin-top: 13px;
	margin-bottom: 25px;
	letter-spacing: 0.01em;
}
.app .col-xs-6 p,
.app .app-forth-block p,
.app-seven-text p {
	font-size: 13.4px;
	line-height: 1.34em;
	margin-bottom: 15px;
	width: 74%;
}
.arrow-link, .arrow-link:hover, .arrow-link:active, .arrow-link:focus  {
	border-bottom: 0;
}
.arrow-link span {
	border-bottom: 2px solid #00baff;
    display: block;
    width: 78px;
    margin: 2px auto 0;
    position: relative;
}
.arrow-link span:after,
.arrow-link span::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #00baff;
    content: '';
    height: 0;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 6px);
    /*left: calc(50% - 5px);*/
}
.arrow-link:hover span {
	border-bottom-color: #008fe1;
}
.arrow-link:active span,
.arrow-link:focus span {
	border-bottom-color: #0076b9;;
}
.arrow-link:hover span:after {
	border-top-color: #008fe1;
}
.arrow-link:active span:after,
.arrow-link:focus span:after {
	border-top-color: #0076b9;;
}
.app-second-section .app-text-block {
	height: 600px;
}
.app-third-section .app-text-block {
	height: 540px;
}
.app-text-block  {
	display: table;
}
.app-text-inner {
	display: table-cell;
	vertical-align: middle;
}
.app-text-inner>div {
	width: 78%;
    float: right;
}
.app-third-section .app-text-inner div p {
	width: 93%;
}

.app-second-section, .app-third-section, .app-fifth-section {
	padding-top: 51px;
}
.app-second-section img {
	float: right;
	margin-right: 35px;
    width: 409px;
}
.app-third-section, .app-fifth-section {
	background-image: url(../images/app/bg02.jpg);
	color: #fff;
}
.app-third-section, .app-fifth-section, .app-sixth-section .col-xs-6 {
	height: 664px;
}
.app .app-forth-block p {
	width: 100%;
}
.app-seven-section .col-xs-12 {
	height: 667px;
}
.third-imgs-inner {
	position: absolute;
    left: -14px;
}
.third-imgs-inner img {
	position: absolute;
}
.third-imgs-inner img:first-of-type,
.app-forth-section .col-xs-4:first-child img:first-of-type,
.app-forth-section .col-xs-4:last-child img:first-of-type {
	z-index: 100;
}
.third-imgs-inner img:last-of-type {
	top: 25px;
    left: 229px;
}

.app-forth-section {
	text-align: center;
	height: 666px;
}
.app-forth-section .row {
	position: relative;
	width: 87%;
	max-width: 1248px;
}
.app-forth-section .col-xs-4>img {
	height: 600px;
	position: absolute;
	top: 47px;
}
.app-forth-section .col-xs-4:first-child img {
	left: 0;
}
.app-forth-section .col-xs-4:first-child img:first-of-type {
	left: 52px;
    width: 302px;
}
.app-forth-section .col-xs-4:first-child img:last-of-type {
	left: 0;
}
.app-forth-section .col-xs-4:last-child img {
	right: 0;
}
.app-forth-section .col-xs-4:first-child,
.app-forth-section .col-xs-4:last-child {
	position: absolute;
	top: 0;
}
.app-forth-section .col-xs-4:first-child {
    left: 0;
}
.app-forth-section .col-xs-4:last-child {
    right: 0;
}

.app-forth-section .col-xs-4:last-child img:first-child {
	right: 57px;
    width: 306px;
}
.app-forth-block {
	width: 31%;
    display: block;
    margin: 0 auto;
}
.app-forth-section .app-text-block {
	height: 639px;
    display: table;
}
.app-forth-section-icons {
	margin-top: 67px;
	width: 100%!important;
    float: none!important;
}
.app-forth-section-icons .afs-icon {
	display: inline-block;
	width: 24%;
}
.app-forth-section-icons .afs-icon span {
	display: block;
	white-space: nowrap;
	margin-top: 20px
}
.app-forth-section-icons .afs-icon img {
	width: 56%;
}

.app-fifth-section .col-xs-6:nth-child(2) img {
	height: 591px;
	position: absolute;
	bottom: 0;
}
.app-fifth-section .col-xs-6:nth-child(2) {
	height: 613px;
}
.app-fifth-section .app-text-block {
	height: 547px;
}
.app-sixth-section .app-text-block {
	padding-left: 116px;
}
.app-sixth-section img {
	position: absolute;
    bottom: 0;
    height: 587px;
}
.app-sixth-section p {
	width: 89%!important;
}

.app-seven-section {
	background-image: url(../images/app/bg03.jpg);
	text-align: center;
}
.app-seven-text {
	margin-top: 133px;
	color: #fff;
}
.app-seven-text h2,
.app h2 {
	/*color: rgba(255,255,255,.18);*/
	color: rgba(173, 173, 173, 0.45);
}
.app-second-section h2,
.app-sixth-section h2,
.app-forth-block h2 {
	color: #d8d8d8;
}
.app-seven-text p {
	width: 50%;
    margin: 0 auto;
}
.app-btns {
	margin-top: 39px;
}
.app-btns img {
	height: 60px;
}
.app-btns a>img:hover {
	-webkit-filter: hue-rotate(76deg);
	filter: hue-rotate(76deg);
}
.app-btns img:first-of-type {
	padding-right: 60px;
}
.app-seven-footer {
	position: absolute;
	bottom: 0;
	width: 1064px;
	left: calc(50% - 532px)
}
.app-seven-footer img:first-of-type {
	float: left;
}
.app-seven-footer img:last-of-type {
	float: right;
}
/*** INDIVIDUAL ACHIEVEMENTS ***/
.indv-achv {
	background-position: center top;
	background-image: linear-gradient( to bottom, transparent, rgba(5, 10, 24, 0.96) ), url(../images/indiv-achvs/head-bg.jpg);
}
.indv-achv h1,
.earth-bg h1,
.si-soy h1 {
	font-size: 120px;
	line-height: 0.84em;
	margin-bottom: 0;
}
.indv-achv p,
.earth-bg p,
.si-soy p {
	font-size: 22px;
    max-width: 100%;
    line-height: 1em;
    margin-bottom: 85px;
    color: #c4c2c2;
}
.tl-wrapper {
	width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
.tl-over-text {
	text-align: center;
    position: absolute;
    bottom: 144px;
    width: 550px;
    left: calc(50% - 275px);
    z-index: 999;
}
/*
.indv-achv-timeline {
	padding-bottom: 104px;
}
*/
.indv-achv-timeline #timeline {
	background: transparent;
    margin: 26px 0 0 0;
    color: #fff;
    background-size: contain;
    height: 10592px;
}
.indv-achv-timeline h4>span {
	padding-left: 29px;
}
.tl-block div[class^="tl-info-"] h4 {
	font-size: 23px;
	letter-spacing: 0.05em;
	margin-bottom: 9px;
}
.tl-block div[class^="tl-info-"] h2 {
	font-size: 80px;
	line-height: 0.89em;
	margin-top: 0;
	letter-spacing: 0.01em;
	margin-bottom: 22px;
}
.tl-block div[class^="tl-info-"] p {
	color: rgba(255,255,255,.7);
}
.indv-achv-timeline #timeline .tl-block:first-of-type {
	height: 751px;
}
.indv-achv-timeline #timeline .tl-block:first-of-type .tl-center-img {
	top: 0;
}
.indv-achv-timeline #timeline .tl-block:first-of-type .tl-center-img .inner-cover,
.indv-achv-timeline #timeline .tl-block:first-of-type .tl-center-img video {
    top: 90px;
}
.indv-achv-timeline #timeline div[class^="tl-center-"] video,
.achievement_page #timeline div[class^="tl-center-"] video {
    position: relative;
    top: 160px;
    /*width: 88%;*/
    width: 111%;
    margin: 0 auto;
    display: block;
}
.indv-achv-timeline #timeline .tl-block:first-of-type .tl-data-r {
	top: 31%;
	background-position: 50% 35%;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(2) {
	height: 600px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(2) .inner-cover img {
    left: 6vw;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(2) .inner-cover,
.indv-achv-timeline #timeline .tl-block:nth-of-type(2) video {
	top: -2vw;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(2) .tl-data-l {
	top: 99px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(3) {
	height: 628px;
    top: -83px;
    overflow: visible;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(3) .video-cover {
    top: -11vw;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(3) .tl-data-r {
	top: 177px;
	background-position: 50% 23%;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(4) {
	height: 695px;
	top: -13px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(4) .video-cover {
    top: -11vw;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(4) .tl-data-l {
	top: 173px;
	background-position: 50% 32%;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(5) {
	top: -100px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(5) .tl-data-r {
	top: 403px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(6) {
	top: -197px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(6) .tl-data-l {
	top: 161px;
	background-position: 50% 17%;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(7) {
	top: -310px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(7) .tl-data-r {
	top: 152px;
	background-position: 50% 20%;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(8) {
	top: -351px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(8) .tl-data-l {
	top: 147px;
	background-position: 50% 18%;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(9) {
	top: -303px;
	overflow: visible;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(9) .tl-data-r  {
	top: 46px;
	background-position: 50% 17%;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(10) {
	top: -308px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(10) .tl-data-l {
	top: 173px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(11) {
	/*top: -298px;*/
	top: -303px;
	overflow: visible;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(11) .tl-data-r {
	top: -2px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(12) {
	/*top: -220px;*/
	top: -272px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(12) .tl-data-l {
    /*top: 131px;*/
    top: 168px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(13) {
	/*top: -190px;*/
	top: -269px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(13) .tl-data-r {
	top: 82px;
	background-position: 50% 14%;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(14) {
	/*top: -222px;*/
	top: -303px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(14) .tl-data-l {
	top: 89px;
	background-position: 50% 71px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(15) {
	top: -399px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(15) .tl-data-r {
    top: 120px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(16) {
    top: -458px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(16) .tl-data-l {
    top: 43px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(17) {
    top: -583px;
}
.indv-achv-timeline #timeline .tl-block:nth-of-type(17) .tl-data-r {
    top: 70px;
}
.tl-center-img {
	display: block;
	/*overflow: hidden;*/
	width: 50%;
}
.tl-center-img video {
	width: 100%;
	height: auto;
}
.tl-center-img img {
	display: block;
	margin: 0 auto;
}
.share {
	text-align: center;
  position: relative;
  z-index: 6;
}
.share .header-share {
	/*border: 1px solid #1a9ae4;*/
	display: inline-block;
	/*padding: 14px 0;*/
}
.share .header-share > a {
  padding: 15px 50px;
  border: 1px solid #1a9ae4;
  display: block;
}
.share .surfingbird.social-likes {
	/*left: calc(50% - 42px)!important;*/
	border-color: transparent;
}
.share .social-likes__widget,
.share .surfingbird.social-likes {
	background-color: transparent;
	/*background-color: #050a18;*/
}
/*
.share .surfingbird.social-likes.social-likes_visible.social-likes_ready.opened:after {
	border-top-color: #555;
}
*/
.video-cover {
	position: relative;
}
.video-cover img {
	width: 100%;
	position: relative;
	/*left: -50%;*/
}
.inner-cover {
	position: absolute;
	z-index: 1000;
	/*width: 88%;left: 50%;*/
	width: 111%;
	top: 160px;
    left: 0%;
}
.pull-right .inner-cover {
    right: 0;
    left: inherit;
}
/*** SEARCH RESULTS ***/
.search-results {
	background-color: #fff;
    margin-bottom: 0;
}
.search-results a {
	color: #000;
}
.search-results .table>thead>tr>th {
	background-color: #ededed;
	color: rgba(0,0,0,.5);
	border-bottom: 0;
	padding: 9px;
	border-left: 1px solid #cfcfcf;
}
.search-results .table {
	margin-bottom: 0;
}
.search-results .table>thead>tr>th:nth-child(2) span,
.no-result .table>thead>tr>th span {
	color: #0064fa;
}
.search-results .table>thead>tr>th,
.search-results .table>tbody>tr>td {
	font-size: 11px;
	letter-spacing: 0.05em;
}
.search-results .table>thead>tr>th:nth-child(2) {
	color: #3d3d3d;
	letter-spacing: 0.1em;
}
.search-results .table>thead>tr>th,
.search-results .table>tbody>tr>td {
	vertical-align: middle;
}
.search-results .table>tbody>tr>td {
	border-left: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	height: 125px;
}
.search-results .table>thead>tr>th:first-child,
.search-results .table>tbody>tr>td:first-child {
	border-left: 0;
}
.search-results .table>tbody>tr>td,
.search-results .table>thead>tr>th {
	text-align: center;
}
.search-results .table>tbody>tr>td:nth-child(2) {
	text-align: left;
	font-size: 16px;
	padding-left: 56px;
}
/*** NO SEARCH RESULTS PAGE ***/
.no-result tr>td {
	color: rgba(71,71,71,.7);
}
.no-result tr>td h1 {
	font-size: 26.89px;
	margin: 0;
}
.no-result tr>td p {
	font-size: 14.83px;
}
/*** Terms&Conditions ***/
.terms-conds .featured-block-text h1 {
	font-size: 80px;
}
.terms-conds .latest-news-title {
	background-color: #222222;
}
.terms-conds-text .full-article {
	border-right: 1px solid #cfcfcf;
	padding-bottom: 76px;
	padding-top: 46px;
}
.terms-conds-text .full-article .title,
.terms-conds-text .full-article .title h2 {
	margin-top: 0;
}
/*** OWL CAROUSEL ***/
.owl-stage-outer {
	overflow: hidden;
}
.owl-carousel {
    -ms-touch-action: pan-y;
    display: block;
}
.owl-theme .owl-controls {
	margin: 0;
}
.owl-theme .owl-controls .owl-page {
	display: block;
}
.owl-theme .owl-controls .owl-page span {
	background-color: transparent;
}
.mgallery-comments {
    background-color: #f2f2f2;
    z-index: 8100;
    position: absolute;
    top: 640px;
    left: 0;
    right: 0;
    webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-vertical;
    display: none;
}
.mgallery-comments>.fb-comments-section .fb_iframe_widget {
	padding-bottom: 72px;
}
.bgcolor {
  background-color: #161616 !important;
}
.animatethis {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  transition: opacity .65s ease, transform .65s ease;
}
.animatescene,
.animateit {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  transition: opacity .65s ease, transform .65s ease;
}
.footer-ad.ad-section-block.animatescene,
.fx-section.animatescene {
    transition: 0s ease;
}
/*
.animateit {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation: animateitkey 2000ms;
    animation: animateitkey 2000ms;
}
*/
@keyframes animateitkey {
    0%   {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px);
        transition: opacity .65s ease, transform .65s ease;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        transition: opacity .65s ease, transform .65s ease;
    }
}
@-webkit-keyframes animateitkey {
    0%   {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px);
        transition: opacity .65s ease, transform .65s ease;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        transition: opacity .65s ease, transform .65s ease;
    }
}
.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: opacity .65s ease, transform .65s ease;
}

.match-results .col-sm-12 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.match-results.active .col-sm-12 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: opacity .75s ease, transform .75s ease;
}

.match-results.active .col-sm-12 + .col-sm-12 {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  -moz-transition-delay: .25s;
  transition-delay: .25s;
} 

.mobile-overflow {
    display: none;
}

@media screen and (min-width: 1480px) {
	.media-block div img {
		width: 90%;
	}
	.featured-block-position {
		width: 60%;
	}
    /*.standings .table td:nth-child(2) {
        width: 23.5%;
    }*/
  .standings .table td {
    width: 50%;
  }
}
@media screen and (min-width: 1570px) {
	.media-block div img {
		width: 91%;
	}
}
@media screen and (min-width: 1780px) {
	.media-block div img {
		width: 92.5%;
	}
}

@media screen and (min-width: 1025px) {
    .indv-achv-timeline #timeline .tl-block:nth-of-type(3) {
        overflow: hidden;
    }

    /*.indv-achv-timeline #timeline .tl-block:nth-of-type(3) .video-cover {
        top: -11vw;
    }*/
}
@media screen and (max-width: 1366px) {
    .columns {
        -webkit-column-gap: 79px; /* Chrome, Safari, Opera */
        -moz-column-gap: 79px; /* Firefox */
        column-gap: 79px;
    }
    .achievement_page .tl-block.thirteen .tl-center-img {
        right: 0;
    }
    .achievement_page .tl-block.thirteen .tl-center-img img {
        width: 49vw;
    }
}
@media screen and (max-width: 1324px) {
	.news-title, .news-block {
		font-size: 16px;
		line-height: 15px;
	}
	.fx-calendar-modal {
		padding-bottom: 10px;
	}
	.fx-calendar-modal:after {
		border-top: 10px solid #FFFFFF;
		bottom: -10px;
		left: calc(50% - 10px);
	}
	.fx-year-switcher {
		padding: 6px 0;
	}
	.fx-calendar-modal .fx-arrows span {
		top: 11px;
	}
	.fx-calendar-modal table tr>td {
		padding: 9px 30px 7px;
		font-size: 12px;
	}
	.fx-calendar-modal {
		width: 369px;
	}
	#fx-calendar-mod {
		bottom: 107px;
	}
	.table>tbody>tr>td {
		padding-left: 0;
    	padding-right: 0;
	}
}
@media screen and (max-width: 1306px) {
	.si-soy-timeline .tl-block:nth-child(6) .tl-center-img {
		left: 0;
	}
}
@media screen and (max-width: 1256px) {
	.si-soy-timeline .tl-block:first-child img{left: -150px;}
	.si-soy-timeline .tl-block:nth-child(2) img {
		left: 30px;
	}
	.si-soy-timeline .tl-block:nth-child(5) .tl-center-img {
		left: -35px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1256px) {
	.person-quotes .columns .header-share {
		display: table;
    	height: 19px;
	}
}
@media screen and (max-width: 1260px) {
    .navbar-nav>li>a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 10px;
    }
    .navbar-right form {
        padding-left: 5px;
    }
}
@media (min-width: 1024px) and (max-width: 1080px) {
    #navbar + .navbar-nav {
        float: left!important;
    }
    .nav>li>a {
        padding-right: 4px!important;
	    padding-left: 4px!important;
    }
    .navbar-right .search input[type='text'] {
        width: 127px!important;
    }
}
@media screen and (max-width: 1215px) {
	.news-title {
		font-size: 12px;
		line-height: 14px;
	}
	.standings .table td:nth-child(2) .standings-row {
		padding-left: 14.3px;
	}
	.standings-results:first-child() {
		color: red;
	}
	.si-soy-timeline .tl-block:nth-child(4) .tl-center-img {
		left: 0;
	}
	.si-soy-timeline .tl-block:nth-child(5) .tl-center-img {
		left: -70px;
	}
}
@media screen and (max-width: 1194px) {
	.si-soy-timeline .tl-block:nth-child(2) img {
		left: 110px;
	}
	.si-soy-timeline .tl-block:nth-child(3) .tl-center-img {
		left: -60px;
	}
    /*.achievement_page .tl-block.thirteen .tl-center-img img {
        width: 585px;
    }*/
}
@media screen and (max-width: 1150px) {
	/*.standings .table td div {
	    padding-right: 9px;
	}*/
	.standings .table td:nth-child(2) .standings-row {
		padding-left: 9px;
	}
}
@media screen and (max-width: 1130px) {
	.si-soy-timeline .tl-block:nth-child(5) .tl-center-img {
		left: -100px;
	}
}
@media screen and (max-width: 1063px) {
	.si-soy-timeline .tl-block:first-child img {
		left: -220px;
	}
	.si-soy-timeline .tl-block:nth-child(3) .tl-center-img {
		left: -100px;
	}
	.si-soy-timeline .tl-block:nth-child(5) .tl-center-img {
		left: -130px;
	}
    .achievement_page .tl-block.thirteen .tl-center-img {
        right: 3vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
	.social-icons a {
    	width: 73px;
    }
}
/**************************************************
Desctop 1242px
**************************************************/

@media screen and (max-width: 1242px) {
.media-block .news-block-footer span {
	font-size: 10px;
	line-height: 1.4;
}
.app>.row, .app-forth-section .row {
	width: 100%;
}
.app-forth-section {
	padding: 0;
}
.si-soy-timeline .tl-block:nth-child(8) img {
    width: 67%;
}
}
/**************************************************
Desctop 1160px
**************************************************/

@media screen and (max-width: 1160px) {
.media-block .news-block-footer span {
	font-size: 9px;
	line-height: 1.5;
}
	.app-text-inner>div {
	    width: 85%;
	}
}
//1140

@media screen and (max-width: 1160px) {
    .navbar-nav>li>a {
		padding-top: 13px;
		line-height: 1.9em;
	}
}

/**************************************************
Desctop 1114px
**************************************************/
.media-block .news-block-footer a {
	font-size: 10px;
}

/**************************************************
Ipad 1024px
**************************************************/
@media screen and (max-width: 1024px) {
    #next_section.achievement_page {
        overflow: hidden;
        max-width: 1024px!important;
    }
    .search input[type='text'] {
        line-height: 18.7px;
    }
    .featured-block {
        height: 262px;
    }
    .animatescene,
    .animateit {
        opacity: 1!important;
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
	body {
		padding-top: 43px;
	}
    body.setcookie {
        padding-top: 124px;
    }
	.ipad-hide {
		display: none;
	}
	.ipad-show {
		display: block;
	}
    .time-scroll li a:hover,
    .time-scroll li a:focus,
    .time-scroll li a:active {
        color: #fff!important;
    }
    .time-scroll li a.active {
        color: #01b2f4!important;
    }
	.header-1 {
		font-size: 65px;
		line-height: 0.87em;
	}
	.link-r, .link-l, .link, .link-d, .featured-block-sort {
	    font-size: 10px;
	}
	.navbar, .select-info .names h3, .latest-news-title h3, .ad-section-block h3 {
		font-size: 10px;
	}
    .navbar-nav {
        float: none;
    }
	.navbar-nav>li>.dropdown-menu {
		display: none;
	}
	p.emphasized, .achievements p, .bio p, .fan-zone p {
		font-size: 17px;
	}
	.achievements-text, .bio-text {
		right: 40px;
	}
	.achievements p, .bio p {
	    margin-bottom: 25px;
	}
	.latest-news-title {
		padding-left: 21px;
	}
	.latest-news-title h3 {
		 margin: 6px 0 4px;
	}
	.news-block {
		padding-top: 23px;
    	padding-bottom: 18px;
        padding-left: 21px;
        padding-right: 21px;
	}
	.news-title {
		font-size: 12px;
		line-height: 14px;
        height: 28px;
	}
	.select-info h3 {
	    margin-top: 10px;
	    margin-bottom: 8px;
	}
	.match-results-line .col-xs-4:nth-child(2) {
		padding: 0;
	}
	.match-results-line img {
		height: 36px;
	}
	.score {
		font-size: 45px;
		margin-top: 5px;
	}
	.match-results-line span.border span {
		height: 33px;
	}
	.score .time, .club-name {
		font-size: 8px;
	}
	.score .time {
	   margin-top: -12px;
	}
	.match-results-line .match-results-left {
	    padding-left: 0;
	}
	.match-results-line .match-results-left img {
	    padding-left: 29px;
	}
	.match-results-line .match-results-left .club-name {
		text-align: right;
    	margin-right: -4px;
	}
	.match-results-line .match-results-right {
	    padding-right: 0;
	}
	.match-results-line .match-results-right img {
	    padding-right: 29px;
	}
	.match-results-line .match-results-right .club-name {
		text-align: left;
    	margin-left: -4px;
	}
	.match-results .match-results-line {
		padding: 3px 0;
	}
	.ad-section-block h3 {
		margin-top: 9px;
		margin-bottom: 9px;
	}
	.latest-media h2 {
		margin-top: 65px;
    	margin-bottom: 14px;
	}
	.video-arrow {
		width: 10px;
    	height: 11px;
    	top: 7px;
	}
	.latest-media-block {
		padding-bottom: 48px;
		margin-right: 15px;
		margin-left: 22px;
	}
	.latest-media-block .link-r {
		margin-top: 0;
	}
	.latest-media-box-item:active .video-arrow {
	    background-image: url(../images/video-arrow-2.png);
	    background-position: 0 11px;
	    height: 11px;
	}
	.latest-media-box {
		line-height: 0;
		margin-bottom: 16px;
	}
	.fan-zone-box {
		margin-top: 68px;
	}
	.fan-zone-box .header-1 {
		line-height: 54px;
		margin-bottom: 0;
	}
	.fan-zone p {
		line-height: 20px;
	}
	.fan-zone-box .link {
		bottom: 47px;
	}
	.social-icons {
		text-align: right;
    	padding-right: 17px;
	}
	.social-icons a {
		width: 59px;
		height: 23px;
	}
	.fb-icon img {
	    height: 15px;
	}
	.soc-icon img {
	    height: 14px;
	}

	a.youtube-icon {
		width: 55px;
	}
	.youtube-icon img {
	    height: 10.5px;
	}
	.new-tribe {
	    margin-top: 105px;
	    margin-right: 15px;
	}
	.footer-links h3 {
		font-size: 11.5px;
		padding-top: 24px;
		padding-bottom: 14px;
	}
	#logo {
	    margin-top: 16px;
	    width: 165px;
	    height: 12px;
	}
	#logo:hover {
		background-position: 0 39px;
	}
	.navbar {
		min-height: 43px;
	}
	.navbar-nav>li>a {
		padding-top: 13px;
		line-height: 1.9em;
	}
	.navbar-form {
	    margin-top: 9px;
        margin-left: 0;
        padding-left: 0;
	}
    /*** swipe carousel ***/
    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin-left: 5px!important;
        margin-right: 5px!important;
    }
    .swiper-pagination-bullet-active {
        width: 11px;
        height: 11px;
        margin: 0 5px!important;
    }
	.carousel-caption .mega-header {
	    font-size: 89px;
	    line-height: 74px;
	}
	.over-text .mega-header, .mega-header {
	    font-size: 89px;
	}
	.carousel-caption {
		padding-bottom: 39px;
		right: 40px!important;
	}
	p.emphasized {
		margin-bottom: 12px; 
	}
	.footer-links ul {
	    margin-top: 9px;
	}
	footer li {
		line-height: 21px;
	}
	footer li a {
		font-size: 12px;
	}
	/*** FAN ZONE ***/
	.bg-2 {
	    background-image: url("../images/bg-2-small.jpg");
	}
	/*** NEWS PAGE***/
	.news-page .news-time {
		font-size: 7.5px;
	}
	.news-block-preview {
		font-size: 12px;
    	line-height: 1.21em;
    	margin-bottom: 2px;
	}
	.news-block-img {
		margin-top: 3px;
		margin-bottom: 18px!important;
	}
	.news-block-footer a.link {
		padding-bottom: 2px;
	}
	.news-block-footer {
		margin-bottom: 7px;
	}
	.load-more span {
		margin: 15px 0;
	}
	.load-more img {
		height: 11px;
	}
	.featured-block-text {
		position: initial;
	}
	.featured-block-position {
		left: 0;
		bottom: 29px;
		width: inherit;
	}
    .featured-block-position {
        right: 0;
    }
	#news-page .featured-block-text {
		width: 70%;
	    display: block;
	    margin: 0 auto;
	}
	.featured-block-text h1 {
		font-size: 40px;
		line-height: 0.95em;
		margin-top: 6px;
	}
	.featured-block-sort {
		padding: 8px 15px;
	}
	.article-wrapper .featured-block-text {
		position: relative;
	}
	.article-wrapper .featured-block-position {
		left: 50%;
		/*width: 71%;*/
		width: 100%;
	}
	#one-news .featured-block-text {
		width: 100%;
	}
    /*** one news page ***/
    .article-carousel {
        border-top: 0;
    }
    .article-carousel-content .item {
        border-right: 0;
    }
    .header-info {
        font-size: 10px;
        letter-spacing: 0.05em;
    }
    .full-news {
        padding-top: 17px;
    }
    .full-article .title {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .full-article p {
        line-height: 16px;
        font-size: 12px;
    }
    .arrow img,
    .arrow-prev img {
        /*height: 48px;*/
        height: 35px;
    }
    .arrow span,
    .arrow-prev span {
        /*font-size: 10px;*/
        font-size: 8px;
    }
    /*** quotes page ***/
    .qts {
        font-size: 89px;
    }
	.qts-amount {
		font-size: 8px;
	}
    .qts-block-preview {
        margin-top: 2px;
        margin-bottom: 0px;
    }
    .qts-block-preview h3 {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .qts-block-preview p {
        font-size: 10px;
    }
    .long-sort span a:last-of-type {
        padding-left: 87px!important;
        padding-top: 5px;
        display: inline-flex;
    }
    .qty-footer {
        padding: 5px;
    }
    .qty-footer a {
        font-size: 10px;
    }
    #quotes .featured-block-sort a,
    .featured-block-sort span a {
    	padding-right: 21px;
    }
    #quotes-section .news-block {
    	height: 290px!important;
    }
    .featured-block-sort span a {
	    padding-left: 4px;
	}
    /*** MEDIA ***/
    .media-album .over-text p {
        margin-bottom: 0;
    }
    .featured-media-block p {
        font-size: 13px;
    }
    .media-items {
        padding-top: 23px;
    }
    .media-item-title {
        margin-top: 2px;
    }
    .media-item-title h4 {
        font-size: 10px;
    }
    .media-item-title span {
        font-size: 10px;
        margin-top: 6px;
    }
    .media-items .img, .media-items .video {
        padding-bottom: 19px;
        padding-right: 21px;
        padding-left: 21px;
    }
	.media-block div img {
		position: relative;
	}
	.media-block div img:first-child {
	    top: 19px;
	    z-index: 100;
	    /*left: 0;*/
	    left: -4px;
	}
	.media-block div img:nth-child(2) {
	    z-index: 99;
	    /*left: 16px;*/
	    left: 12px;
	    opacity: 0.85;
	    top: -116px;
	}
	.media-block div img:nth-child(3) {
	    z-index: 98;
	    opacity: 0.7;
	    /*left: 32px;*/
	    left: 28px;
	    top: -252px;
	}
	.media-block .qts-block-preview span {
	    font-size: 10px;
	}
	.media-block .qts-block-preview {
		margin-bottom: 11px!important;
	}
	#media .news-block {
		height: 293px;
	}
	#media .news-block-img, #media .news-block-img div {
		height: 146px;
	}
	/*** bio pages ***/
	.bio-carousel .featured-block-position {
		/*top: 57%;
		left: 50%;*/
        top: initial;
        bottom: 9%;
	}
	.bio-carousel .featured-block-text h1 {
		font-size: 92px;
	}
	.bio-carousel .featured-block-text {
		position: relative;
	}
	.columns {
		-webkit-column-gap: 52px;
	    -moz-column-gap: 52px;
	    column-gap: 52px;
	}
	.columns h3,
    .bio-columns h3 {
		margin-bottom: 28px;
	}
	.columns p {
		font-size: 13px;
	}
	.caption span {
		font-size: 9px;
		top: -34px;
	}
    .bio-columns .caption span {
        top: -18px;
    }
	blockquote {
		/*margin-top: 39px;*/
		padding-top: 29px;
		font-size: 19px;
		padding-bottom: 28px;
		margin-bottom: 55px;
	}
	.full-article-text {
		padding-left: 50px;
    	padding-right: 50px;
	}
	.only-columns>.columns {
	    margin-bottom: 44px;
	}
	/*** biography main page ***/
	.biography-sections .first-section h2 {
	    font-size: 89px;
	    margin-bottom: 0;
	}
	.second-block h2 {
	    font-size: 64px;
	    margin-bottom: 12px;
	}
	.biography-sections h3 {
		font-size: 41px;
		line-height: 0.87em;
		margin-bottom: 14px;
	}
	.biography-sections .second-block, .biography-sections .third-block {
		bottom: 9.4%;
	}
	.biography-sections .third-block  {
		bottom: 10%;
	}
	.biography-sections .s-history {
		padding: 3.5px;
		font-size: 8.5px;
	}
	.biography-sections h4 {
		font-size: 41px;
		margin-bottom: 4px;
	}
	.first-block p {
		font-size: 17px;
	}
	.biography-sections .forth-block {
		bottom: 18%;
	}
	/*** FIXTURES ***/
	.fixtures {
		min-height: 384px;
	}
	.fx-months {
		margin: 0;
	}
	.fx-months li a {
		font-size: 23px;
	}
	.fx-months .selected a {
		padding-bottom: 3px;
	}
	.fx-months span.right {
		background-position: 12px 0;
	}
	.fx-months span.left, .fx-months span.right {
		width: 12px;
    	height: 20px;
	}
	.fixtures-head .upper-block div:first-child span, .upper-block div:last-child span {
		font-size: 10px;
	}
	.fixtures-head .upper-block img {
		height: 10px;
	}
	.fixtures-head .qty-footer {
		padding-bottom: 0px;
	}
	.fx-calendar {
		padding: 4px 2px 2px;
    	width: 48px!important;
	}
	.fixtures-head .qty-footer>.row {
		margin: 0;
	}
	.fixtures-results {
		padding-bottom: 14px;
	}
	/*.fixtures-categories li a {
		padding: 9px 0 5px;
    	font-size: 9px;
	}*/
	.fx-left-part, .fx-right-part {
		margin-top: 1px;
	}
	.fixtures-club img {
		height: auto;
    	height: 46px;
	}
	.fixtures-club h3 {
	    font-size: 12px;
	}
	.fixtures-club .score {
	    top: 4px;
	}
	.fixtures-club .border {
		height: 38px;
		top: 8px;
	}
	.fixtures-results-footer {
		font-size: 8px;
		margin-top: 3px;
	}
	.fixtures-results-footer span {
		padding-left: 10px;
	}
	.fixtures-results-footer span:first-of-type {
		padding-left: 0;
	}
	.fixtures-club h3 {
		letter-spacing: 0.2em;
	}
	/*** standings ***/
	.standings table>thead {
		font-size: 8px;
	}
	.standings .table>thead>tr>th {
	    padding-top: 3px;
	    padding-bottom: 2px;
	}
	.standings-results div {
	    font-size: 24px;
	}
	.standings .table td span {
		top: -2px;
    	font-size: 8px;
	}
	.standings-club h3 {
		font-size: 12px;
		margin-top: 0;
		position: relative;
    	top: -4px;
	}
	.standings-club {
		/*width: 225px;
		width: 250px;*/
		width: 260px;
		padding-left: 27px;
		margin: 11px auto 0px;
	}
	.standings-club img {
		height: 34px;
	}
	/*** SHOP ADVISOR ***/
	.shop-advisor .news-block {
		height: 303px!important;
		padding-top: 32px;
	}
	.over-text.sp-advisor p {
		font-size: 8px;
		letter-spacing: 0.1em;
		margin-bottom: 22px;
	}
	.sp-advisor h1 {
		font-size: 66px;
	}
	.sp-advisor h2 {
		font-size: 24px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.shop-advisor .news-block-img img {
		width: 78%;
	}
	.shop-advisor .qts-block-preview {
		margin-top: 12px;
	}
	.app-first-section-imgs {
		bottom: -64px;
	}
    .fsection-imgs-inner img:first-of-type,
    .fsection-imgs-inner img:last-of-type {
        width: 227px;
    }
    .fsection-imgs-inner img:nth-of-type(2) {
        width: 328px;
    }
	.third-imgs-inner img:first-of-type {
		padding-left: 20px;
	}
	.app-seven-footer {
		width: 700px;
    	left: calc(50% - 350px);
	}
	.app-seven-footer img {
		width: 320px;
	}
	#media .news-time {
		font-size: 8px;
	}
	/*one person quotes*/
	.person-quotes .featured-block-position {
		left: 50%;
	}
	.person-quotes .featured-block-text {
    	width: 100%;
    	position: relative;
	}
	.person-quotes .featured-block-text h1 {
		font-size: 63px;
		line-height: 0.97em;
	}
	.person-quotes:first-of-type p {
		font-size: 13px!important;
	}
	.person-quotes .full-article p:last-of-type {
	    padding-bottom: 0px;
	    margin-bottom: 8px;
	}
	.source {
		font-size: 9px;
	}
	.person-quotes .columns h3,
    .column-section h3 {
	    margin-bottom: 23px;
	}
	/*** Individual Achievements ***/
	.tl-block div[class^="tl-info-"] h4 {
		font-size: 17px;
		margin-bottom: 14px;
	}
	.tl-block div[class^="tl-info-"] h2 {
		font-size: 66px;
		line-height: 0.93em;
		margin-bottom: 13px;
	}
	.tl-block div[class^="tl-info-"] p {
		font-size: 13.4px;
		line-height: 1.2em;
		margin-bottom: 15px;
	}
	.tl-block .tl-info-l p {
		width: 96%;
    	float: right;
	}
	.tl-block .tl-info-r p {
		width: 96%;
    	float: left;
	}
	.tl-info-r {
		margin-right: 7%;
	}
	.tl-info-l {
		margin-left: 7%;
	}
	.indv-achv-timeline #timeline .tl-block:first-of-type {
		height: 547px;
	}
	.indv-achv-timeline #timeline .tl-block:first-of-type .tl-data-r {
		top: 144px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(2) {
		height: 529px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(3) {
	    height: 502px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(4) {
	    height: 626px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(5) .tl-center-img {
		height: 775px;
		position: relative;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(5) .tl-center-img img {
		height: 775px;
		position: relative;
		left: -73px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(5) .tl-data-r {
		top: 320px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(6) {
		 top: -125px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(6) .tl-center-img img {
		    height: 600px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(6) .tl-data-l {
	    top: 72px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(7) {
	    top: -289px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(7) .tl-center-img img {
		height: 536px;
		position: relative;
    	left: -60px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(7) .tl-data-r {
	    top: 110px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(8) .tl-center-img img {
		height: 540px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(8) {
	    top: -323px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(8) .tl-data-l {
	    top: 106px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(9) .tl-center-img img {
		height: 394px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(9) {
	    top: -301px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(9) .tl-data-r {
	    top: 24px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(9) .tl-data-r h2 {
		font-size: 63px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(10) {
	    top: -312px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(10) .tl-center-img img {
		height: 579px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(10) .tl-data-l {
	    top: 136px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(11) {
	    top: -308px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(11) .tl-center-img img {
		height: 402px;
		position: relative;
    	left: -76px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(11) .tl-data-r {
	    top: -10px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(12) .tl-center-img img {
		height: 443px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(12) .tl-data-l {
	    top: 82px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(12) {
	    top: -251px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(13) .tl-center-img img {
		height: 528px;
		position: relative;
		left: -95px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(13) {
	    top: -301px;
	    overflow: visible;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(13) .tl-data-r {
	    top: 61px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(14) .tl-center-img img {
		height: 540px;
		left: 11px;
    	position: relative;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(14) {
	    top: -273px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(14) .tl-data-l {
	    top: 62px;
	}
    .indv-achv-timeline #timeline .tl-block:nth-of-type(15) .tl-center-img {
	    position: relative;
        right: 162px;
	}
	.indv-achv-timeline #timeline {
		height: 9189px;
		background: transparent;
		margin-top: 138px;
	}
	.indv-achv h1,
	.earth-bg h1,
	.si-soy h1 {
		font-size: 89px;
		margin-bottom: 10px;
	}
	.indv-achv p,
	.earth-bg p,
	.si-soy p {
		font-size: 17px;
		margin-bottom: 32px;
	}
	/*.achievements-timeline .row {
		background: url(../images/indiv-achvs/tablet-timeline2.png) no-repeat 50% -36px!important;
		top: -107px;
	}*/
    .indv-achv-timeline .line {
        background: url(../images/indiv-achvs/tablet-timeline2.png) no-repeat 50% 0!important;
        top: -63px;
        height: 9400px;
    }
	.tl-data-r, .tl-data-l {
		background: transparent;
	}
	.share .header-share {
		padding: 7px 20px;
	}
	.arrow-link span {
		border-width: 1px;
		width: 58px;
	}
	.arrow-link span:after {
		border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    border-top: 5px solid #00baff;
	    content: '';
	    height: 0;
	    position: absolute;
	    bottom: -5px;
	    /*left: calc(50% - 5px);*/
	}
	.time-scroll {
		top: 40px;
	}
	/*** achievement page ***/
	.video-overlay {
		display: none;
	}
	.achievement_page .row {
		/*background: url(../images/achievement-page/timeline2.png) no-repeat 50% -33px!important;*/
    	top: -107px;
	}
    .achievement_page .line {
        background: url(../images/achievement-page/timeline2.png) no-repeat 50% -33px!important;
        height: 12904px;
        top: -107px;
    }
	.time-scroll ul {
		padding-top: 29px;
		font-size: 10px;
	}
	.time-scroll li img, .time-scroll li a {
		margin-bottom: 0;
	}
	.time-scroll li img {
		width: 23px;
	}
    .time-scroll li a:hover {
        color: #fff;
    }
	.lights-bg {
		background-size: contain;
	}
	.lights-bg .tl-center-img:first-of-type img {
		left: -39px;
	}
	.achievement_page .tl-block div[class^="tl-info-"] h2 {
		font-size: 65px;
	}
	.achievement_page #timeline .tl-block:first-of-type {
		margin-top: 30px;
	}
	.achievement_page #timeline .tl-block:first-of-type img:nth-of-type(2) {
		width: 338px;
		top: 15px;
		left: -82px;
	}
	.achievement_page #timeline .tl-block:first-of-type .tl-data-r {
		top: 279px;
	}
    .achievement_page #timeline .tl-block.uefa-cup .tl-data-r {
        top: 16.6%;
    }
    .achievement_page #timeline .tl-block.supertaca-candido .tl-center-img img {
        width: 100%;
    }
	.achievement_page #timeline .tl-block:nth-of-type(2) .tl-data-l {
	    top: 81px;
	}
	.achievement_page #timeline .tl-block.uefa-champions-league .tl-center-img img {
		width: 593px;
        left: 37px;
	}
	.achievement_page #timeline .tl-block.uefa-champions-league {
		top: -378px;
	}
	.achievement_page #timeline .tl-block.uefa-champions-league .tl-data-l {
	    top: 179px;
	}
    .tl-lights {
        top: -230px;
    }
    .achievement_page .tl-lights .tl-block:first-of-type .block-wrapper {
        padding-top: 240px;
    }
    
    
    
	.achievement_page #timeline .tl-block.portuguese-super-cup .tl-center-img img {
		height: 371px;
	}
	.achievement_page #timeline .tl-block.portuguese-super-cup {
		margin-top: 414px;
	}
	.achievement_page #timeline .tl-block.portuguese-super-cup .tl-data-r {
	    top: 77px;
	}
	.achievement_page #timeline .tl-block.portuguese-super-cup>img {
		position: absolute;
		width: 260px;
		left: -87px
	}
	.achievement_page .tl-lights .tl-block:first-of-type {
		top: -257px!important;
	}
	.achievement_page .tl-lights .tl-block:first-of-type .tl-center-img {
	    top: -36px!important;
	}
	.achievement_page .tl-lights .tl-block:first-of-type .tl-center-img img {
		height: 454px;
		width: auto;
		left: -27px;
    	position: relative;
	}
	.achievement_page .tl-lights .tl-data-r {
	    top: 48%!important;
	}
	.achievement_page .tl-lights .tl-block:nth-of-type(2) {
		top: -229px!important;
	}
	.achievement_page .tl-lights .tl-block:nth-of-type(2) .tl-center-img img {
		width: 576px;
		height: auto;
		/*position: absolute;*/
		position: relative;
    	left: -50px;
    	top: -188px;
	}
	.blurred-light {
		top: -594px;
	}
	.achievement_page .blurred-light .tl-block:first-of-type img {
		width: 405px!important;
	}
	.achievement_page .blurred-light .tl-block:first-of-type {
		top: 0!important;
	}
	.achievement_page .blurred-light .tl-block:first-of-type .tl-center-img,
	.achievement_page .tl-block.eleven .tl-center-img,
	.achievement_page .tl-block.twelve .tl-center-img {
		top: 0;
	}
	.achievement_page .blurred-light .tl-block:nth-of-type(3) img {
		width: 327px!important;
		margin: 0 0 0 38px;
	    height: auto;
	}
	.blurred-light .tl-block:nth-of-type(3) {
		top: 365px!important;
        overflow: visible;
	}
	.blurred-light .tl-block:nth-of-type(3) .tl-data-l {
		top: -126px!important;
	}
	.blurred-light .tl-block:nth-of-type(3) .tl-center-img {
		top: -173px!important;
	}
	.achievement_page #timeline .tl-block.seven img:nth-of-type(2) {
		width: 935px;
	}
	.achievement_page .tl-block.seven {
		top: -700px!important;
		height: 685px;
	}
	.achievement_page .tl-block.seven .tl-data-r {
		top: 270px;
	}
	.achievement_page #timeline .tl-block.seven img:nth-of-type(2) {
		top: 126px;
		height: 685px;
	    position: absolute;
	    left: -82px;
	}
    .achievement_page .tl-block.serie-a {
        top: -950px;
    }
	.achievement_page .tl-block.eight {
		top: -665px;
		/*top: -294px;*/
	}
	.achievement_page .tl-block.eight img {
		width: 500px;
	}
	.achievement_page .tl-block.eight .tl-data-l {
	    top: 80px;
	}
	.achievement_page .tl-block.nine {
		top: -740px;
	}
	.achievement_page .tl-block.nine .tl-center-img {
		top: -197px;
	}
	.achievement_page .tl-block.nine .tl-data-r {
		top: 69px;
	}
	.achievement_page .tl-block.nine .tl-center-img img {
		width: 567px;
	}
    .achievement_page .tl-block.ucl {
        top: -970px;
    }
    .achievement_page .tl-block.ucl .tl-center-img img {
        width: 62%;
    }
	.achievement_page .tl-block.ten {
		top: -874px;
	}
	.achievement_page .tl-block.ten .tl-center-img {
	    top: 142px;
	}
	.achievement_page .tl-block.ten .tl-center-img img {
		width: 325px;
	}
	.achievement_page .tl-block.ten .tl-data-l {
		top: 345px;
	}
	/*.achievement_page .tl-block.eleven .tl-center-img {
		top: -39px;
	}*/
	.achievement_page .tl-block.eleven {
		/*top: -358px;*/
		top: -728px;
	}
	.achievement_page .tl-block.eleven img {
		    width: 405px;
	}
	.achievement_page .tl-block.eleven .tl-data-r {
	    top: 113px;
	}
	.achievement_page .tl-block.twelve {
		top: -847px;
	}
	.achievement_page .tl-block.twelve img {
		width: 502px;
		height: 743px;
	    position: absolute;
	    left: 76px;
	}
	.achievement_page .tl-block.twelve .tl-data-l {
		/*top: 180px;*/
		top: 195px;
	}
    .achievement_page .tl-block.thirteen {
        top: -878px;
    }
    .achievement_page .tl-block.thirteen .tl-first {
        top: 236px;
    }
    .achievement_page .tl-block.thirteen .tl-center-img {
        top: 33px;
    }
    .achievement_page .tl-block.fourteen {
        top: -960px;
    }
    .achievement_page .tl-block.fourteen .tl-data-l {
        top: 115px;
    }
    .achievement_page .tl-block.fourteen .tl-center-img img {
        width: 430px;
    }
    .achievement_page .tl-block.fifteen {
        top: -900px;
    }
    
    .achievement_page .tl-block.sixteen .tl-center-img img {
        width: 100%;
    }
    .achievement_page .tl-block.sixteen {
        top: -1232px;
    }
    .achievement_page .tl-block.seventeen {
        top: -1160px;
    }
    
    .achievement_page .tl-block.fifteen .tl-center-img {
        /*margin-top: 124px;*/
        margin-top: 160px;
    }
    
    .achievement_page #timeline .tl-block.carling-cup .tl-center-img img {
        width: 608px;
    }
    .achievement_page #timeline .tl-block.fa-cup-final .tl-center-img img {
        width: 268px;
    }
    .achievement_page #timeline .tl-block.carling-cup {
        margin-top: 187px;
    }
    .achievement_page #timeline .tl-block.fa-cup-final {
        top: -817px;
    }
	.chelsea {
		width: 62%;
		left: calc(50% - 31%);
	}
	.internazionale {
		width: 98%;
		left: calc(50% - 49%);
	}
	.real-madrid {
		left: calc(50% - 46%);
    	width: 92%;
	}
	.achievement_page #timeline {
	    height: 12700px;
    	margin-bottom: 0;
	}
	.achievement_page #timeline {
	    margin-top: 128px;
	    overflow: visible;
	}
	#tl-light-img {
		top: -210px;
	}
	.page-wrapper {
		overflow: hidden;
	}
	.achievement_page .share {
	    margin-bottom: -29px;
	}
	/*** SiSoyPortugues ***/
	/*.si-soy-timeline .row {
	    background: url(../images/si-soy/timeline2.png) no-repeat 50% 0 !important;
	}*/
    .si-soy-timeline .line {
	    background: url(../images/si-soy/timeline2.png) no-repeat 50% 0 !important;
        top: -132px;
        height: 3983px;
	}
	.si-soy-timeline .row {
	    top: -132px;
	}
	.si-soy-timeline .tl-block:first-child {
		position: relative;
    	/*top: -94px;*/
    	top: -72px;
	}
	.si-soy-timeline .tl-block:first-child img {
		position: relative;
    	top: 18px;
    	width: 601px;
    	left: -13px;
	}
	.si-soy-timeline .tl-block:nth-child(2) {
		position: relative;
    	top: 27px;
	}
	.si-soy-timeline .tl-block:nth-child(2) img {
		width: 452px;
		top: -151px;
		left: 13px;
	}
	.si-soy-timeline .tl-block:nth-child(2) .tl-data-l {
		top: 0;
	}
	.si-soy-timeline .tl-block:nth-child(3) img {
		width: 455px;
	}
	.si-soy-timeline .tl-block:nth-child(3) .tl-center-img {
		top: -39px;
		left: -19px;
	}
	.si-soy-timeline .tl-block:nth-child(3) {
	    top: -132px;
	}
	.si-soy-timeline .tl-block:nth-child(4) img {
		width: 450px;
	}
	.si-soy-timeline .tl-block:nth-child(4) .tl-center-img{
		top: -188px;
		left: -20px;
	}
	.si-soy-timeline .tl-block:nth-child(4) {
	    top: -178px;
	}
	.si-soy-timeline .tl-block:nth-child(5) img {
		width: 470px;
	}
	.si-soy-timeline .tl-block:nth-child(5) .tl-center-img {
		top: -105px;
		left: -10px;
	}
	.si-soy-timeline .tl-block:nth-child(6) img {width: 336px;}
	.si-soy-timeline .tl-block:nth-child(6) {
	    top: -219px;
	}
	.si-soy-timeline .tl-block:nth-child(6) .tl-center-img {
		top: -137px;
		left: -25px;
	}
    .si-soy-timeline .tl-block:nth-child(7) {
        top: -313px;
    }
    .si-soy-timeline .tl-block:nth-child(7) img {
        width: 458px;
    }
    .si-soy-timeline .tl-block:nth-child(7) .tl-center-img {
        top: -100px;
    }
    .si-soy-timeline .tl-block:nth-child(8) img {
        width: 368px;
        float: left;
    }
    .si-soy-timeline .tl-block:nth-child(8) .tl-center-img {
        left: 5vw;
    }
    .si-soy-timeline .tl-block:nth-child(8) .tl-data-l {
        top: -48px;
    }
	.si-soy-timeline #timeline {
		height: 3990px;
	}
	.si-soy-timeline .share {
		margin-bottom: -63px;
	}
	.si-soy-timeline .tl-block div[class^="tl-info-"] h2 {
		width: 93%;
	}
	.si-soy-timeline .tl-info-r {
	    margin-right: 69px;
	}
	.si-soy-timeline .tl-info-l {
	    margin-left: 69px;
	}
	.si-soy-timeline .tl-info-l h2 {
		float: right;
	}
	.tl-block div[class^="tl-info-"] p {
		width: 93%;
	}

	/*** COPA DEL RAY ***/
	.cdr-article .row>.col-xs-3 {
		overflow: hidden;
	}
	.cdr-article,
	.cdr-article .full-article,
	.cdr-article .full-article-text {
		overflow: visible;
	}
	.copa-del-ray p {
		font-size: 17px;
	}
	.copa-del-ray .featured-block-text h1 {
		font-size: 90px;
		line-height: 0.87em;
	}
	.copa-del-ray .featured-block-position {
		bottom: 25px;
	}
	.cdr-article .full-article-text {
		padding-left: 48px;
    	padding-right: 48px;
	}
	.cdr-article .header-share {
	    margin-bottom: 34px;
	}
	.cdr-article .col-xs-12:nth-of-type(2)>h3 {
	    margin: 0 0 30px 0;
	}
	.cdr-article .latest-media-box {
	    margin-top: 10px;
	}
	.cdr-article .table>tbody>tr>td {
		font-size: 11.5px;
		padding: 7px 13px!important;
	}
	.cdr-article table tr>td:nth-child(3) {
		font-size: 16px;
	}
	.cdr-article .col-xs-12>h3,
	.cdr-article .col-xs-12:nth-of-type(5)>h3 {
	    margin: 0 0 26px 0;
	}
	.cdr-article table tr>th.selected h4 {
		padding: 9.5px 14px;
	}
	.cdr-article table tr>th h4 {
		padding: 10.5px 14px;
		margin: 0 3px 3px 0;
		font-size: 10px;
	}
	.line-up h4 {
		font-size: 15.5px;
		margin-top: 0px;
	}
	.cdr-article .full-article-text>.col-xs-12:last-of-type {
		margin-bottom: 81px;
	}
	.cdr-article .full-text {
		border: 0;
	}
	.cdr-article .col-xs-9 {
		border-right: 1px solid #cfcfcf;
	}
	/*** BIOGRAPHY PERSONAL LIFE ***/
	#personal-life .only-columns>.columns:last-child {
		margin-bottom: 0;
	}
	#personal-life .full-article {
		padding-bottom: 59px;
	}
	#early-life .full-article {
		padding-bottom: 53px;
	}
	/*** ***/
	.terms-conds .featured-block-text h1 {
		font-size: 65px;
	}
	.terms-conds .featured-block-text {
		position: relative;
		width: 100%;
		white-space: nowrap;
	}
	.terms-conds .featured-block-position {
		left: 50%;
		bottom: 49px;
	}
	.terms-conds-text .title{
		margin-top: 13px;
		margin-bottom: 34px;
	}
	.terms-conds-text .full-article {
		padding-bottom: 48px;
	}
	/*** fixtures ***/
	.col-xs-12.fixtures-club {
		padding-left: 100px;
	}
	/*** SHARE BTN ***/
	.surfingbird.social-likes {
		width: 134px;
	}
	.surfingbird>div:not(:last-child) {
		padding-right: 5%;
	}
	.social-likes__icon_facebook, .social-likes__button_twitter, .social-likes__icon_mail {
		width: 40px;
    	height: 40px;
	}
	.cdr-article .surfingbird.social-likes {
		left: calc(50% - 67px);
	}
	.person-quotes .header-share a {
		display: block;
	}
    /*** fixtures **/
    .fx-arrows {
        padding: 23px;
    }
	/*** One Media Album***/
	.center-title {
    	bottom: 7px!important;
    	width: 185px;
	}
    .article-carousel-content .item.active {
        -webkit-animation: grayscale 0.35s;
        animation: grayscale 0.35s;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        -o-transition: grayscale 0.35s ease-in-out;
        -moz-transition: grayscale 0.35s ease-in-out;
        -webkit-transition: grayscale 0.35s ease-in-out;
        transition: grayscale 0.35s ease-in-out;
    }
    @-webkit-keyframes grayscale {
        0.%   {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        }
        50%  {
            -webkit-filter: grayscale(60%);
        -moz-filter: grayscale(60%);
        -ms-filter: grayscale(60%);
        -o-filter: grayscale(60%);
        filter: grayscale(60%);
        }
        100% {
            -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        }
    }
    @keyframes grayscale {
        0%   {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        }
        50%  {
            -webkit-filter: grayscale(60%);
        -moz-filter: grayscale(60%);
        -ms-filter: grayscale(60%);
        -o-filter: grayscale(60%);
        filter: grayscale(60%);
        }
        100% {
            -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        }
    }
}

@media only screen and (max-width : 1344px) {
	.fb-comments-section {
	    padding-left: 43px;
	    padding-right: 43px;
	}
	.imgWidth {
		width: 580px;
    	height: auto;
	}
	.imgHeight {
		height: 450px;
    	width: auto!important;
    	margin: 0 auto;
	}
}

/*Ipad*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  html,
  body,
  header {
    overflow: hidden !important;
    min-width: 0 !important;
  }
  body {
    padding-top: 0;
}
  .navbar-fixed-top {
  	z-index: -1;
  	position: relative;

  }
  #turn-over {
		display: block !important;
	}

    .fancybox-wrap {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li {
        font-size: 10px;
    }
}

@media only screen and (max-device-width : 767px) {
    .container, .container-fluid {
        width: 100vw;
        max-width: none !important;
    }
}

@media only screen and (max-device-width : 767px) {
    /*html,
    body {
        width: 100vw!important;
        max-width: 100vw!important;
        min-width: 100vw!important;
        overflow: hidden;
        height: 100vh;
        background-color: #000;
    }
    .mobile-overflow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #000;
        z-index: 1031;
        display: block;
        max-width: 100vw;
        max-height: 100vh;
        overflow: hidden;
    }
    .mobile-overflow h1,
    .mobile-overflow span {
        color: #fff;
    }
    .mobile-overflow p {
        color: #00baff;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 55px;
    }
    .mobile-overflow span {
        font-size: 15px;
        font-family: Roboto;
    }
    .mobile-overflow h1 {
        font-size: 53px;
        margin-bottom: 2px;
    }
    .mobile-overflow .responsive {
        position: absolute;
        z-index: -1;
    }
    .mobile-overflow form {
        margin-top: 23px;
    }
    .mobile-overflow input {
        display: block;
        margin: auto;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .mobile-overflow input[type="email"] {
        height: 35px;
        min-width: 100px;
        width: 71.73%;
        max-width: 269px;
        font-family: RobotoLight;
        border: 1px solid #838383;
        font-size: 13px;
        text-transform: lowercase;
        padding: 0 10px;
        color: #838383;
        background-image: url(../images/envelope.png);
        background-size: 13.5px 10px;
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) center;
    }
    .mobile-overflow input[type="submit"] {
        background-color: #000;
        border: 1px solid #00baff;
        text-transform: uppercase;
        color: #00baff;
        line-height: 22px;
        font-size: 10px;
        height: 25px;
        width: 115px;
        margin-top: 24px;
    }*/
    /*.mo-text {
        /*position: absolute;
        bottom: 40px;*/
        /*text-align: center;
        width: 100%;
        margin-top: 35vh;
    }
    .responsive {
        width: 100%;
        height: auto;
    }
    body, .navbar-fixed-top, .navbar-fixed-bottom {
        max-width: auto!important;
        min-width: auto!important;
        width: 100vw;
    }
    #cookie,
    header,
    footer,
    body>div:not(.mobile-overflow),
    .container, .container-fluid {
        width: 100vw;
        max-width: none !important;
        display: none!important;
    }*/
}
@media only screen and (max-device-width : 767px) and (orientation : landscape) {
    .mobile-overflow .responsive {
        display: none;
    }
    .mobile-overflow p {
        margin-bottom: 25px;
    }
    .mo-text {
        margin-top: 10px;
    }
}
@media only screen and (max-device-width : 767px) and (orientation : landscape) {
    .mobile-overflow {
        display: none;
        /*display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;*/
    }/*
    .mobile-overflow h1 {
        font-size: 43px;
        font-size: 7vw;
        margin-top: 0;
    }
    .mobile-overflow p {
        font-size: 16px;
        font-size: 2.5vw;
        margin-bottom: 17px;
    }
    .mobile-overflow form {
        margin-top: 14px;
    }
    .mobile-overflow span {
        font-size: 2.2vw;
    }
    .mobile-overflow input[type="email"] {
        height: 28px;
    }
    .mobile-overflow input[type="submit"] {
        margin-top: 3vw;
    }
    #logo-2 {
        margin-top: 9vw;
        margin-top: 4vw;
        display: none;
    }*/
    
}

/*
@media only screen and (max-device-width : 767px) and (orientation : landscape) {
    html,
    body,
    div {
        width: 100vw;
        max-width: 100vw;
        overflow: hidden;
        height: 100vh;
    }
    #turn-over {
        display: block !important;
    }
    #turn-over p {
        margin: auto;
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
        display: none;
    }
    div {
        max-width: 100vw;
        max-height: 100vh;
        overflow: hidden;
    }
}
*/

/***1189 ***/
/*
@media screen and (max-width: 1411px) {
	.indv-achv-timeline #timeline .tl-block:nth-of-type(10) {
		top: -251px;
	}
}
@media screen and (max-width: 1317px) {
	.person-quotes .surfingbird.social-likes {
		top: -25px;
	}
}
*/
@media screen and (max-width: 1304px) {
	.indv-achv-timeline #timeline .tl-block:nth-of-type(10) .tl-center-img img {
		height: 622px;
	}
}
@media screen and (max-width: 1220px) {
.latest-media-box .latest-media-box-item {
	width: 22%;
}
}
/*
@media screen and (max-width: 1147px) {
	.nav>li>a {
		padding-right: 10px;
		padding-left: 10px;
	}
}
*/
@media screen and (max-width: 1135px) {
	.indv-achv-timeline #timeline .tl-block:nth-of-type(10) .tl-center-img {
		position: relative;
    	left: 49px;
	}
}
/*
@media screen and (max-width: 1035px) {
	.nav>li>a {
		padding-right: 5px;
		padding-left: 5px;
	}
}
*/
@media screen and (max-height: 700px) {
    .app-first-section-imgs {
        bottom: -64px;
    }
}
/*** IE ***/
/*** ***/
@media screen and (min-width:0\0) {
	.search input[type='text'] {
		padding-top: 0;
		line-height: 0;
	}
	.carousel-indicators {
	    left: 67%;
	}
	.achievements-text, .bio-text, .biography-sections .first-block {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.achievements-text a, .bio-text a {
		display: ruby;
	}
	.caption, .columns h3 {
		break-before: avoid;
	}
	.the-end {
		break-inside: avoid;
	}
	.caption-left {
		break-before: column;
	}
	.not-break {
		overflow: hidden;
	}
	.media-block div {
		position: relative;
		/*height: 100%;*/
	    width: 100%;
	}
    .fixtures-club .score {
        display: ruby-text-container;
    }
    .fx-center-part {
        min-width: 135px;
        max-width: 200px;
    }
	/*.arrow-link span::after {
		left: 58px!important;
		bottom: -3px!important;
	}*/
	/*** ***/
	.indv-achv-timeline #timeline .tl-block .video-cover .inner-cover {
		width: 89%;
		width: 100%;
	}
    .indv-achv-timeline #timeline .tl-block:nth-of-type(3) .video-cover .inner-cover {
        width: 100%;
    }
    .indv-achv-timeline #timeline :nth-of-type(2).tl-block .inner-cover img {
        left: 0;
    }
    .indv-achv-timeline #timeline div[class^='tl-center-'] video,
    .achievement_page #timeline div[class^='tl-center-'] video {
        width: 100%;
    }
	/*** COPA DEL RAY ***/
	.cdr-article .opened.social-likes_ready.social-likes_visible.social-likes.surfingbird::after {
		left: 83px;
	}
	.copa-del-ray .featured-block-position {
		top: auto!important;
	}
	/*** ONE PERSON QUOTES ***/
	.arrow {
		width: 100%;
	}
	/*** ONE NEWS ***/
	#one-news-section .full-news-text .columns .header-share {
		display: ruby;
	}
	#one-news-section .social-likes.surfingbird {
		top: -6px;
	}
	#personal-life .columns:last-child .the-end,
	#early-life .the-end{
		display: ruby-text-container;
	}
    /* managerial achievements */
    .achievement_page .tl-lights .tl-block:first-of-type .block-wrapper {
        height: 850px;
    }
    .achievement_page .tl-lights .tl-data-r {
        top: 15% !important;
    }

}

	@media screen and (max-width: 1024px) and (min-width:0\0) {
		.media-block div {
			height: 47px!important;
		}
		#media .qts-block-preview {
			top: 64%;
		}
		#media .qts-block-preview, #media .news-block-footer {
			position: absolute;
		}
		#media .news-block-img>div {
			width: 80%;
		}
		#media .news-block-footer {
			top: 79%;
			width: 82%;
		}
		#media .news-block-img {
			position: absolute;
			top: 20px;
		}
		/*
		#media .media-block div img:nth-child(3) {
			top: -241px;
		}
		#media .media-block div img:nth-child(2) {
			top: -112px;
		}
		*/
		#media .news-block {
			height: 276px;
		}
		.arrow-link span::after {
			left: 55px !important;
			bottom: -1px !important;
		}
		.shop-advisor .news-block-img {
			height: 166px;
		}
        .achievement_page .tl-lights .tl-block:first-of-type .block-wrapper {
            height: auto;
        }
	}
/**** Mozilla ***/
  @-moz-document url-prefix() { 
  .achievements-text, .bio-text, .biography-sections .first-block {
		display: flex!important;
		flex-direction: column!important;
		justify-content: center!important;
	}
	.not-break {
		overflow: hidden;
	}
	.fan-zone p {
		word-spacing: 0.5em;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(3) .tl-data-r,
	.indv-achv-timeline #timeline .tl-block:nth-of-type(4) .tl-data-l {
	    top: 169px;
	}
	.indv-achv-timeline #timeline .tl-block:nth-of-type(13) .tl-data-r {
	    top: 77px;
	}
	/*.fixtures-club h3, .standings-club h3 {
		letter-spacing: 0.15em!important;
	}*/
	/*.standings-club {
		width: 323px;
	}*/
	/*** ONE PERSON QUOTES ***/
	.arrow {
		width: 100%;
	}
	.person-quotes:first-of-type p {
		letter-spacing: 0.18em;
	}
}
@media screen and (max-width: 1600px) {
	@-moz-document url-prefix() {
		.col-xs-12.fixtures-club {
			padding-left: 100px;
		}
	}
}
@media screen and (max-width: 1224px) {
	@-moz-document url-prefix() {
		#media .news-block {
		    height: 295px;
		}
		.indv-achv-timeline #timeline .tl-block:nth-of-type(3) .tl-data-r {
		    top: 165px;
		}
	}
}

/**
* Mobile
*/
@media screen and (min-width: 1024px) {
  .table {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (min-width : 667px) and (max-width : 736px) and (orientation : landscape) { 
  #cookie .right-part {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
    /* Header */
    /*html {
        overflow-x: hidden;
    }*/
    .navbar-toggle {
        margin-right: 0;
    }
    .container-fluid {
        margin: 0;
    }
    #cookie {
      position: fixed;
      bottom: 0;
      top: inherit;
      height: inherit;
      line-height: 18px;
      padding-bottom: 5px;
    }
    #cookie .container-fluid {
      padding: 0 10px;
    }
    #cookie .left-part img {
      margin-top: 29px;
    }
    #cookie .left-part p {
      width: 85%;
      margin-top: 20px;
    }
    #cookie .left-part {
      float: none;
    }
    #cookie .right-part {
      float: left;
      margin-left: 44px;
      margin-top: 5px;
      margin-bottom: 10px;
    }
    .cdr-article .surfingbird.social-likes {
      top: -13px;
      margin-left: -18px;
    }
    .navbar {
        padding: 0;
    }
    .navbar-header {
        float: none;
        min-height: 50px;
    }
    #logo {
        margin-left: 10px;
        margin-top: 19px;
    }
    body, 
    .navbar-fixed-top, 
    .navbar-fixed-bottom {
        min-width: inherit !important;
    }
    .person-quotes .article-carousel .arrow {
      left: inherit;
      right: 10px;
    }
    .person-quotes .article-carousel .arrow span {
      padding-left: 5px;
    }
    .news .news-block {
      border-left: 1px solid #cfcfcf !important;
    }
    .arrow {
      left: inherit;
      right: 10px;
    }
    .article-carousel .arrow span {
      padding-left: 5px;
    }
    .article-carousel {
      margin-top: 6px;
    }

    /* Ad block*/
    .ad-section {
      display: none;
    }


    /* Menu */
    .navbar-fixed-top.notset {
      top: 0 !important;
    }
    .navbar-nav > li {
        float: none;
    }

    .navbar-toggle {
        display: block;
        background: none;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
    }
    .navbar-toggle .icon-bar:nth-child(1),
    .navbar-toggle .icon-bar:nth-child(3) {
      transition: .2s;
    }
    .navbar-toggle:not(.collapsed) {
        margin-top: 15px;
    }
    .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
        display: none;
    }
    .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
        transform: rotate(43deg);
        margin-bottom: -6px;
    } 
    .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
        transform: rotate(-43deg);
    }
    #navbar {
        background: #000;
        position: fixed;
        width: 100%;
        margin: 0;
        height: 100% !important;
        left: 100%;
        padding: 0;
        max-height: 100%;
        transition: .2s;
    }
    #navbar.in {
        left: 40%;
    }
    #navbar .navbar-nav {
        width: 100%;
    }
    #navbar .navbar-nav li {
        display: block;
        text-align: left;
    }
    #navbar .navbar-nav li a {
        padding-left: 30px;
        text-align: left;
    }
    .navbar-form .input-group,
    .search input[type='text'],
    .navbar-nav .navbar-form {
        width: 100%;
    }
    .search input[type='text'] {
        height: 35px;
        margin-top: 0;
        width: 50% !important;
    }

    .navbar-form .search {
        text-align: left;
        padding-left: 25px;
        margin-bottom: 20px !important;
    }
    .navbar-nav > li > .dropdown-menu {
        display: block;
        left: 100%;
        position: fixed !important;
        background: #000 !important;
        top: 50px;
        height: 100%;
        width: 100% !important;
        border: 0;
        z-index: 9;
        visibility: visible;
        padding: 17px 0px 20px 30px;
        transition: .2s;
        padding-top: 0;
    }

    .dropdown.open > .dropdown-menu {
        left: 40%;
    }
    .sub-menu-header {
        position: relative;
        left: inherit;
        bottom: inherit;
    }
    .sub-menu-header div {
        left: inherit;
        height: inherit;
    }
    .sub-menu,
    .sub-menu:last-child {
        float: none;
        margin-bottom: 15px;
    }
    .dropdown-menu .sub-menu > a {
        display: none;
    }
    .child-1 {
        left: inherit;
    }
    .sub-btn {
        float: none;
        text-align: left;
        width: 100%;
    }
    .sub-btn li a {
        border: 0;
        padding: 0 !important;
    }
    .sub-menu-header div a {
        padding-left: 0 !important;
    }

    .sub-menu-header div a,
    .sub-btn li a {
        font-size: 10px;
    }

    .close-submenu {
        display: block;
        background: url('../images/mobile/back.svg') no-repeat;
        background-size: contain;
        width: 40px;
        height: 26px;
        margin-bottom: 20px;
    }
    .sub-menu:hover, 
    .sub-menu.selected, 
    .latest-media-box-item:hover, 
    .media-inner-block a img:hover, 
    .media-inner-block a img:focus, 
    .sub-btn li a:hover, 
    .sub-btn li a:focus, 
    .sub-btn li a:active {
        border: 0;
    }
    .bg-menu-close {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      left: 0;
    }


    /* Content */
    /* Home */
    .swiper-pagination {
      right: 6px;
    }
    .match-results .match-results-line {
      padding: 3px 5px;
    }
    .match-results .match-results-line .col-xs-4:nth-child(2) {
      margin-top: 6px;
    }
    .match-results .match-results-line .match-results-left img {
      padding-left: 0;
    }
    .match-results .match-results-line .match-results-right img {
      padding-right: 0;
    }
    .match-results .match-results-line .col-xs-4 .club-name {
      text-align: center;
    }

    .match-results .match-results-line .score {
      font-size: 40px;
    }
    .match-results .match-results-line .score .time {
      font-size: 9px;
    }
    footer .social-icons {
      float: left;
      margin-top: 50px;
    }

    body.setcookie {
      padding-top: 43px;
    }
    .container-fluid .col-xs-9,
    .container-fluid .col-xs-3 {
        width: 100%;
    }
    .news-section {
        height: inherit !important;
    }
    .carousel-caption .mega-header {
        font-size: 43px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    p.emphasized, 
    .achievements p, 
    .bio p, 
    .fan-zone p,
    .indv-achv p, 
    .earth-bg p, 
    .si-soy p {
        font-size: 10px;
    }
    .header-1,
    .indv-achv h1, 
    .earth-bg h1, 
    .si-soy h1,
    .tl-block div[class^="tl-info-"] h2 {
        font-size: 40px;
    }
    .fan-zone-box .header-1 {
        line-height: 40px;
    }
    .news-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .carousel-caption {
        right: 10px !important;
    }
    .full-news .columns {
        column-gap: normal;
        column-count: auto;
    }

    .latest-media .latest-media-box .latest-media-box-item {
        width: 49%;
        margin-bottom: 2%;
    }
    .fan-zone {
        max-height: 260px;
    }
    .latest-media h2 {
        margin: 35px 0;
    }
    .latest-media .latest-media-block{
      padding-bottom: 8%;
    }
    .fan-zone-box .link {
      bottom: 10.5%;
    }
    .latest-media-block {
      margin-left: 4px;
    }
    .fan-zone-box {
      margin-top: 35px;
    }
    .social-icons {
        vertical-align: text-bottom;
    }

    .full-news .full-article {
        padding-bottom: 0;
    }
    .full-news .full-article-text {
        padding: 0 21px;
    }
    .full-news .full-article .title {
        padding: 0 21px;
        margin-bottom: 0;
    }

    .full-news .full-article .columns {
        margin-bottom: 25px;
    }
    .full-news .full-article blockquote {
        margin-bottom: 15px; 
    }
    .fb-comments-section {
        padding: 0 21px;
        margin: 20px 0 0
    }
    .full-news-text>.row {
        display: block;
    }
    .full-news .col-xs-9,
    .full-news .col-sm-3 {
        width: 100%;
    }
    .news-page .js-news-sort {
        margin-top: 6px;
    }
    .si-soy .tl-over-text {
        width: 100%;
        left: inherit;
        padding: 0 10px;
    }
    .si-soy .tl-over-text p {
        line-height: 15px;
    }
    .si-soy-timeline .line {
        display: none;
    }
    .tl-over-text {
        bottom: 50%;
        margin-bottom: -64px;
    }
    .tl-data-r, 
    .tl-data-l {
        position: relative;
        padding: 0 20px;
    }
    .tl-info-r,
    .tl-info-l {
        float: none;
        width: 100%;
        min-width: inherit;
    }
    .pull-left,
    .pull-right,
    .tl-block .tl-info-r p,
    .si-soy-timeline .tl-info-l>div p {
        float: none !important;
    }
    .si-soy-timeline .tl-block div[class^="tl-info-"] h2,
    .si-soy-timeline .tl-block div[class^="tl-info-"] p,
    .si-soy-timeline .tl-block .tl-info-l h2 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .si-soy-timeline .tl-block:first-child .tl-info-r {
        top: inherit;
        margin-right: 0;
    }
    .si-soy-timeline .tl-block img,
    .si-soy-timeline .tl-block .tl-center-img {
        width: 100% !important;
        top: inherit !important;
        left: inherit !important;
    }
    .si-soy-timeline .tl-block img {
        float: none !important;
    }
    .si-soy-timeline .tl-info-l,
    .tl-info-l h4, 
    .tl-info-l h2, 
    .tl-info-l p {
        margin-left: 0;
        text-align: left;
    }
    .si-soy-timeline .tl-block {
        top: inherit !important;
    }
    .si-soy-timeline #timeline {
        height: inherit;
    }
    .si-soy-timeline .tl-block {
        margin-bottom: 40px;
    }
    .si-soy-timeline .tl-first {
        top: inherit !important;
    }
    .si-soy-timeline #timeline {
        padding-top: 0;
    }
    .link {
      padding-bottom: 0;
    }
    .fan-zone-box {
      margin-left: 34px;
    }

    /* Quotes */
    .featured-quotes-block {
        max-height: 230px;
        overflow: hidden;
    }
    .featured-quotes-block>img {
        width: inherit;
        height: 100%;
    }
    .qts {
        font-size: 43px;
    }
    .album-head {
      line-height: 40px;
    }
    .qts-section .news-block-img {
        margin-bottom: 10px !important;
        text-align: center;
    }
    .qts-section .news-block-img img {
        max-width: 100%;
    }
    .person-quotes .column-section .col-xs-6 {
        width: 100%;
    }
    .person-quotes .column-section .col-xs-6:nth-child(2),
    .person-quotes .column-section .col-xs-6:first-child {
        padding: 0;
    }

    .person-quotes .column-section .col-xs-6:nth-child(2) {
        margin-top: 20px;
    }

    .person-quotes .column-section .col-xs-6:first-child {
        margin-bottom: 0;
    }

    .person-quotes .columns, 
    .person-quotes .column-section {
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .person-quotes .column-section .header-share>a {
        padding: 20px 0 0;
    }
    .person-quotes .column-section p {
        padding-bottom: 0;
        font-size: 13px;
    }
    .person-quotes:first-of-type p {
        font-size: 10px !important;
    }
    .featured-quotes-block .js-quote-filter {
        margin-top: 5px;
    }
    .adv-block {
        display: none;
    }
    .person-quotes .full-article-text {
        padding-left: 21px;
        padding-right: 21px;
    }
    #quotes-section .news-block {
        height: 350px !important;
    }

    /* Earlylife */
    .bio-carousel .featured-block-text h1 {
        font-size: 43px;
    }
    .bio-carousel .featured-block-position {
        top: 33%;
    }
    .full-news-text .full-text {
      padding-top: 23px;
    }
    .full-news-text .full-article-text {
      padding: 0 21px;
    }
    .full-news-text .full-article-text .col-xs-6 {
      width: 100%;
    }
    .bio-columns .col-xs-6:first-of-type .not-break {
      margin-right: 0;
    }
    .bio-columns .col-xs-6:last-of-type .not-break {
      margin-left: 0;
    }
    .full-news-text .full-article-text .bio-columns {
      padding-bottom: 0px;
    }

    .full-news-text .full-article {
      padding-bottom: 0px;
    }

    .bio-columns .header-share {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .full-article p {
      font-size: 13px;
    }
    .full-news-text .caption {
      padding-bottom: 15px;
    }
    .bio-columns h3 {
      margin-bottom: 10px;
    }
    .person-quotes .featured-block-text h1 {
      font-size: 43px;
    }

    /* Managerialachievements */
    .time-scroll,
    .achievement_page .line,
    /*.achievements-timeline .tl-block > img.porto,*/
    .achievements-timeline .tl-block > img.chelsea,
    .achievements-timeline .tl-block > img.internazionale,
    .achievements-timeline .tl-block > img.real-madrid,
    .achievements-timeline .tl-block > img.chelsea,
    .achievement_page .tl-block.thirteen .chelsea,
    .achievement_page .tl-block.fifteen
    /*.achievement_page #timeline .tl-block:first-of-type > img*/ {
      display: none;
    }
    .achievements-timeline .tl-block > img.porto,
    .achievement_page #timeline .tl-block:first-of-type > img {
      height: auto;
    }
    .achievement_page #timeline > div:first-child > img.pull-left {
      height: 200px;
      width: auto !important;
    }

    .achievement_page #timeline .tl-block:first-of-type .tl-data-r,
    .achievement_page .tl-lights,
    .achievement_page #timeline .tl-block.uefa-champions-league .tl-data-l,
    .achievement_page #timeline .blurred-light .tl-block:first-of-type .tl-data-r,
    .blurred-light .tl-block:nth-of-type(3),
    .blurred-light .tl-block:nth-of-type(3) .tl-center-img,
    .blurred-light .tl-block:nth-of-type(3) .tl-data-l,
    .achievement_page #timeline .tl-block.carling-cup .tl-info-r,
    .achievement_page #timeline .tl-block.fa-cup-final .tl-info-l,
    .achievement_page .tl-block.eight .tl-data-l,
    .achievement_page .tl-block.nine .tl-center-img,
    .achievement_page .tl-block.nine .tl-data-r,
    .achievement_page .tl-block.ucl .tl-data-l,
    .achievement_page .tl-block.ten .tl-center-img,
    .achievement_page .tl-block.ten .tl-data-l,
    .achievement_page .tl-block.eleven .tl-data-r,
    .achievement_page .tl-block.twelve .tl-data-l,
    .achievement_page .tl-block.thirteen .tl-center-img,
    .achievement_page .tl-block.thirteen .tl-first,
    .achievement_page .tl-block.fourteen .tl-data-l,
    .achievement_page .tl-block.sixteen .tl-data-r,
    .achievement_page #timeline .tl-block:nth-of-type(2) .tl-data-l,
    .achievement_page #timeline .tl-block.supertaca-candido .tl-data-l,
    .achievement_page #timeline .tl-block.portuguese-super-cup .tl-data-r,
    .achievement_page .tl-block.seven .tl-data-r {
      top: inherit !important;
    }

    .link-r {
      float: left;
    }
    #home-page .link-r {
      float: right;
    }

    .achievement_page .tl-block.thirteen .tl-center-img {
      right: inherit !important;
    }

    .achievement_page .tl-block div[class^="tl-info-"] h2 {
      font-size: 40px;
    }

    .achievements-timeline .tl-block > img,
    .achievements-timeline .tl-block,
    .achievement_page #timeline .tl-block.uefa-champions-league .tl-center-img img,
    .achievement_page .tl-lights .tl-block:first-of-type,
    .achievement_page .tl-lights .tl-block:first-of-type .tl-center-img img,
    .achievement_page .tl-lights .tl-block:first-of-type .tl-center-img,
    .achievement_page .tl-lights .tl-block:nth-of-type(2),
    .achievement_page .tl-lights .tl-block:nth-of-type(2) .tl-center-img img,
    .achievement_page .blurred-light,
    .achievement_page .tl-block.seven,
    .achievement_page .tl-block.twelve img {
      width: 100% !important;
      top: inherit !important;
      left: inherit !important;
    } 
    .achievement_page .tl-lights .tl-block:nth-of-type(2),
    .achievement_page .tl-block.twelve,
    .achievement_page #timeline,
    .achievement_page #timeline .tl-block:nth-of-type(2),
    .blurred-light .tl-block:nth-of-type(3),
    .achievement_page .tl-block.seven {
      height: inherit !important;
    }
    .achievement_page .tl-block div[class^="tl-info-"] p,
    .achievement_page #timeline .tl-block.portuguese-super-cup .tl-center-img img,
    .achievement_page #timeline .tl-block.carling-cup .tl-center-img img,
    .achievement_page .tl-block.eight img,
    .achievement_page .tl-block.nine .tl-center-img img,
    .achievement_page .tl-block.eleven img,
    .achievement_page .tl-block.thirteen .tl-center-img img,
    .achievement_page .tl-block.fourteen .tl-center-img img,
    .tl-over-text {
      width: 100%;
    }
    .tl-over-text {
      left: inherit;
    }
    .achievement_page #timeline .tl-block.portuguese-super-cup .tl-center-img img,
    .achievement_page #timeline .tl-block.seven img:nth-of-type(2),
    .achievement_page .tl-block.twelve img {
      height: auto;
    }
    .achievement_page .tl-info-l {
      margin-left: 0;
    }
    .achievement_page #timeline .tl-block.portuguese-super-cup,
    .achievement_page #timeline .tl-block.carling-cup {
      margin-top: 0;
    }
    .achievement_page .tl-center-img {
      width: 100%;
    }
    .achievement_page .tl-lights .tl-block:first-of-type .block-wrapper {
      padding-top: 0;
    }
    .achievement_page .tl-block.twelve img,
    .achievement_page #timeline .tl-block.seven img:nth-of-type(2) {
      position: relative;
    }
    .achievement_page .tl-block.twelve {
      display: block;
    }
    #timeline > div {
      margin-bottom: 80px;
    }
    .tl-block div[class^="tl-info-"] h4 {
      font-size: 10px;
    }

    .si-soy-timeline .tl-block div[class^="tl-info-"] h4 {
      font-size: 13px;
    }

    .js-timeline-cont .col-xs-12 {
      /*overflow: scroll;*/
    }

    .m-box .fancybox-title {
      padding-top: 7px;
    }
    .header-share {
      overflow: initial !important;
    }

    /* Managerialachievements  single*/
    .js-timeline-cont .columns {
      webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: inherit;
      -moz-column-gap: inherit;
      column-gap: inherit;
      margin-bottom: 0;
    }
    .copa-del-ray p {
      font-size: 10px;
    }
    .js-timeline-cont .latest-media-box .latest-media-box-item {
      width: 49%;
      max-width: 49%;
    }
    .js-timeline-cont .lmbi .latest-media-box-item {
      margin-right: 0;
      margin-bottom: 2%;
    }
    .js-timeline-cont .lmbi .latest-media-box-item:not(:nth-child(2n + 2)) {
      margin-right: 2%;
    }
    .js-timeline-cont .full-article-text > div {
      overflow-x: scroll;
    }
    .js-timeline-cont .full-article-text > div .table {
      /*min-width: 600px;*/
      /*width: inherit;
      max-width: inherit;*/
      display: block;
    }
    .cdr-article table tr>th h4 {
      padding: 10.5px 5px;
    }
    .cdr-article .full-article-text>.col-xs-12:last-of-type {
      margin-bottom: 50px;
    }

    /* Individualach */
    .indv-achv-timeline .line
    /*.indv-achv-timeline #timeline .tl-block:first-of-type .tl-center-img*/
    /*.tl-block .video-cover */{
      display: none;
    }
    .indv-achv-timeline #timeline .tl-block:nth-of-type(2) .inner-cover {
      background: url('../images/video-1.jpg') center no-repeat;
      background-size: contain;
      height: 275px;
      position: relative;
    }
    .indv-achv-timeline #timeline .tl-block:nth-of-type(3) .inner-cover {
      background: url('../images/video-2.jpg') center no-repeat;
      background-size: contain;
      height: 275px;
      position: relative;
      width: 100%;
      top: inherit;
    }
    .indv-achv-timeline #timeline .tl-block:nth-of-type(4) .inner-cover {
      background: url('../images/video-3.jpg') center no-repeat;
      background-size: contain;
      height: 200px;
      position: relative;
      width: 100%;
      top: inherit;
    }
    .achievement_page #timeline .tl-block:nth-of-type(2) .inner-cover {
      background: url('../images/video-4.jpg') center no-repeat;
      background-size: contain;
      height: 300px;
      position: relative;
      width: 100%;
      top: inherit !important;
    }
    .indv-achv-timeline #timeline .tl-block:first-of-type .tl-center-img .inner-cover {
      background: url('../images/video-5.jpg') center no-repeat;
      background-size: contain;
      height: 250px;
      position: relative;
      width: 100%;
      top: inherit !important;
    }


    .indv-achv-timeline #timeline .tl-block:nth-of-type(2) .inner-cover img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(3) .inner-cover img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(4) .inner-cover img,
    .achievement_page #timeline .tl-block:nth-of-type(2) .inner-cover img,
    .indv-achv-timeline #timeline .tl-block:first-of-type .tl-center-img .inner-cover img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(2) video,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(3) video,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(4) video,
    .achievement_page #timeline .tl-block:nth-of-type(2) video,
    .indv-achv-timeline #timeline .tl-block:first-of-type video {
      display: none;
    }
    .indv-achv-timeline #timeline .tl-block:first-of-type .tl-data-r,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(2) .tl-data-l,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(3) .tl-data-r,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(4) .tl-data-l,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(5) .tl-data-r,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(6) .tl-data-l,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(7) .tl-data-r,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(8) .tl-data-l,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(10) .tl-data-l,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(11) .tl-data-r,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(12) .tl-data-l,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(13) .tl-data-r,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(14) .tl-data-l,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(15) .tl-data-r,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(16) .tl-data-l,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(17) .tl-data-r,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(3) .video-cover,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(4) .video-cover,
    .achievement_page #timeline .tl-block:nth-of-type(2) .video-cover {
      top: inherit;
    }
    .indv-achv-timeline #timeline .tl-block:nth-of-type(10) .tl-center-img {
      left: inherit;
    }
    .indv-achv-timeline #timeline .tl-block:first-of-type,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(2),
    .indv-achv-timeline #timeline .tl-block:nth-of-type(3),
    .indv-achv-timeline #timeline .tl-block:nth-of-type(4),
    .indv-achv-timeline #timeline {
      height: initial;
    }
    /*.achievements-timeline .tl-info-r, */
    .achievements-timeline .tl-info-l {
      margin-left: 0;
    }

    .tl-block div[class^="tl-info-"] p,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(5) .tl-center-img img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(5) .tl-center-img,
    .indv-achv-timeline .tl-center-img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(6) .tl-center-img img {
      width: 100%;
    }
    .indv-achv-timeline #timeline .tl-block:nth-of-type(5) .tl-center-img img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(5) .tl-center-img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(6) .tl-center-img img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(7) .tl-center-img img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(8) .tl-center-img img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(9) .tl-center-img img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(10) .tl-center-img img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(11) .tl-center-img img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(12) .tl-center-img img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(13) .tl-center-img img,
    .indv-achv-timeline #timeline .tl-block:nth-of-type(14) .tl-center-img img {
      height: auto;
      left: inherit;
      width: 100%;
    }
    .indv-achv-timeline #timeline .tl-block:nth-of-type(9) .tl-data-r h2 {
      font-size: 40px;
    }
    .indv-achv-timeline .share {
      margin-bottom: 15px;
    }
    .achievement_page .tl-block.eight img {
      max-height: 200px;
      width: auto;
      margin: 0 0 0 auto;
    }
    .achievement_page .tl-block.ten img,
    .achievement_page .tl-block.eleven img,
    .achievement_page .tl-block.twelve img,
    .achievement_page .tl-block.thirteen .tl-center-img img,
    .achievement_page .tl-block.fourteen .tl-center-img img,
    .achievement_page #timeline .tl-block.fa-cup-final .tl-center-img img,
    .achievement_page .tl-lights .tl-block:first-of-type .tl-center-img img,
    .achievement_page #timeline .tl-block.uefa-champions-league .tl-center-img img {
      max-height: 200px;
      width: auto !important;
    }
    #tl-light-img {
      display: none;
    }

    /* Match-center */
    .header-league .qts {
      font-size: 40px;
    }
    .featured-quotes-block.slide>img {
      width: 100%;
      height: auto;
    }
    .fx-months ul {
      padding: 0;
    }
    .fx-months li {
      padding-right: 20px;
    }
    .fx-months li a {
      font-size: 17px;
    }
    .featured-quotes-block {
      min-height: 180px;
    }
    .col-xs-12.fixtures-club {
      padding-left: 0;
    }
    .fixtures-results > .row {
      width: 320px;
      margin: 0 auto;
    } 
    .fx-left-part,
    .fx-right-part {
      width: 117px;
    }
    .fx-center-part .match-status {
      left: -35px;
    }
    .fixtures-results-footer .col-xs-6 {
      padding: 0;
      margin-top: 5px;
    }
    .fx-left-part {
      display: flex;
      flex-direction: column-reverse;
    }
    .fx-chelsea .fx-img {
      width: 100%;
    }
    /*.fx-left-part img,
    .fx-right-part img {
      margin: 0 0 9px 0;
    }*/
    .fixtures-club .border {
      padding-right: 2%;
      margin-left: 1%;
    }
    .fixtures-results-footer > div:first-child .fx-data {
      padding-right: 21%;
    }
    .fixtures-results-footer > div:nth-child(2) .fx-place {
      padding-left: 26%;
      display: block;
    }
    .score {
      font-size: 35px;
    }
    .fixtures-club h3 {
      font-size: 10px;
    }
    .fixtures-club .score {
      width: 35px;
    }
    .fixtures {
      min-height: inherit;
    }
    .fx-img {
      width: inherit;
      text-align: center;
    }
    .fixtures-club img {
      margin: 0;
    }
    .fixtures-categories li {
      display: inline-block;
      float: inherit;
      border: 1px solid #cfcfcf;
      margin-left: -1px;
      margin-top: -1px;
      min-width: 39px;
    }
    .fixtures-categories .js-mc-rounds li a {
      border: 0 !important;
      width: 100%;
    }
    .standings table.show {
      min-width: 710px;
    }
    .standings.animatescene.js-mc-tab {
      overflow-x: scroll;
    }
    .animatescene .featured-quotes-block.slide>img {
      left: 0;
    }
    .upper-block span>a {
      padding: 6px 23% 4px;
    }
    .standings table.show {
      display: block !important;
    }
    .standings .table td:first-child {
      width: 25%;
    }
    .standings .table td:nth-child(2) {
      width: 75%;
    }
    .standings-club span.number {
      left: -25px;
    }
    .standings-club-img {
      width: 50px;
    }
    .standings-club {
      padding-left: 40px;
    }
    .qty-footer a,
    .qty-footer span {
      font-size: 13px;
    }
    section.container-fluid.af.bg:before {
      display: none;
    }
  

    /* Media */
    .media-section .col-xs-3 {
      width: 50%;
    }
    .media-block div img:nth-child(2) {
      top: -71%;
      left: 8px;
    }
    .media-block div img:nth-child(3) {
      top: -161%;
      left: 15px;
    }

    .media-section .news-block-img {
      margin-bottom: 0 !important;
     }
    #media .news-block-img, #media .news-block-img div {
      height: 125px;
    }

    .media-footer-menu li {
      padding-right: 10px !important;
    }
    #media .news-time {
      float: left;
      margin-top: 5px;
      clear: both;
    }
    .js-cover {
      margin-top: 6px;
    }
    .featured-media-block .qty-footer a {
      white-space: nowrap;
    }
    .media-block .qts-block-preview h3 {
      min-height: inherit;
    }
    #media .qts-block-preview,
    #media .news-block-img {
      height: inherit;
    }
    #media .news-block-img {
      margin-bottom: 10px !important;
    }
    .article-carousel-content {
      width: 401% !important;
    }


    /* Shop */
    .sp-advisor h1 {
      font-size: 43px;
      line-height: 40px;
    }
    .over-text.sp-advisor p {
      margin-bottom: 5px;
    }
    .sp-advisor h2 {
      font-size: 18px;
    }
    .js-good-sort {
      margin-top: 6px;
    }
    .shop-advisor .col-xs-3 {
      width: 50%;
    }
    .shop-advisor .news-block {
      height: inherit !important;
    }



    /* App */
    .app-first-section-imgs .fsection-imgs-inner {
      width: 100%;
      left: inherit;
    }
    .app-first-section-imgs {
      left: inherit;
      bottom: 0;
    }
    .app-first-section-imgs img {
      width: 32.3333% !important;
      margin-right: 0px !important;
    }
    .app-first-section {
      max-height: 320px;
    }
    .app-first-section .over-text h1.coming {
      font-size: 26px;
      margin-bottom: 5px;
    }
    .app-first-section .over-text p.coming {
      font-size: 10px;
    }
    .app-first-section .app-icon-android img {
      margin-right: 0 !important;
    }
    .app-first-section .wrapper-icons {
      display: none;
    }

    /* 404 */
    .over-text .mega-header, .mega-header {
      font-size: 43px;
    }

    .not-found .mega-header {
      line-height: 50px;
    }

    /* Conditions */
    .terms-conds .featured-block-position {
      left: inherit;
      right: inherit;
      width: 100%;
      text-align: center;
    }
    .featured-block-text {
      left: inherit;
    }
    .terms-conds .featured-block-text h1 {
      font-size: 43px;
    }
    .featured-quotes-block>img {
      left: -50%;
    }
    .terms-conds .news-section .news-block h4 {
      margin-bottom: 0;
      line-height: 24px;
    }
    .full-article-text .columns {
      -webkit-column-count: auto;
      -moz-column-count: auto;
      column-count: auto;
      margin-bottom: 0;
    }

    /* Search result */
    .search-results .table>tbody>tr>td:nth-child(2),
    .search-results .table>tbody>tr>td {
      padding: 0 9px;
    }
    .search-results .table>tbody>tr>td:nth-child(2) {
      font-size: 14px;
    }
    .search-results .table>tbody>tr>td {
      height: 95px;
    }
    .search-results .table>thead>tr>th {
      font-size: 10px !important;
    }
    .search-results .table {
      margin-top: 7px;
      width: 100%;
    }
    .search-results.no-result {
      max-height: 200px;
    }
    .search-results.no-result table tr td {
      height: 195px !important;
    }
    .no-result tr>td h1 {
      font-size: 20px;
    }
    .search-results .table>thead>tr>th:nth-child(2) span {
      display: block;
    }


    /* News */
    .featured-block-sort img {
      height: 11px;
      margin-left: 10px;
    }
    #news-page .news-block-preview p,
    .news-block-preview {
      font-size: 14px;
    }
    .news-page .news-time {
      font-size: 11.5px;
    }
    .columns p img {
      width: 100%;
      height: auto;
    }
    #quotes .featured-block-sort a, 
    .featured-block-sort span a {
      padding-right: 5px;
      line-height: 20px;
    }
    .featured-block-sort {
      display: none;
    }
    .js-news-cont .featured-block-sort {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.48);
    }
    .featured-block-sort .js-news-sort {
      display: none;
    }
    .full-news-text .columns .header-share {
      margin-top: 15px;
    }
    .full-news-text .columns {
      margin-bottom: 0 !important;
    }
    #one-news-section .surfingbird.social-likes {
      top: -8px;
    }
    .article-carousel .arrow-prev span,
    .article-carousel .arrow span {
      display: none;
    }
    .article-carousel .arrow-prev,
    .article-carousel .arrow {
      width: 40px;
      height: 40px;
    }
    .arrow img {
      height: 25px;
      margin-left: 12px;
      margin-top: 4px;
    }
    .arrow-prev img {
      height: 25px;
      margin-left: 6px;
      margin-top: 4px;
    }

    /* Biograph */
    .share .header-share {
      padding: 0;
    }
    .share .header-share > a {
      padding: 10px 25px;

    }
    .si-soy-timeline .share {
      height: 41px;
    }
    .person-quotes .column-section .header-share .surfingbird.social-likes {
      top: 8px !important;
    }


   

    /* Footer */
    footer {
        z-index: 2;
    }
    .new-tribe {
        float: none;
        margin: 50px 30px 0 0;
        text-align: center;
    }
    .footer-links.col-xs-3 {
        width: 50%;
    }
    footer .col-md-9 .col-md-3:nth-child(2),
    footer .col-md-9 .col-md-3:nth-child(3) {
        display: none;
    }

    footer .row > div:last-child {
        text-align: center;
    }

    footer .row > div:last-child > div {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) and (min-width: 414px) and (orientation : landscape)  {
    .footer-links.col-xs-3 {
        width: 25%;
    }
    footer .social-icons {
      float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
    }

    .news-page .col-xs-3.news-block {
        width: 50%;
    }

    #news-page>.row  div[class^='col-xs-']:nth-child(3), 
    #news-page>.row  div[class^='col-xs-']:nth-child(7) {
        clear: none;
    }

    /* Quotes */
    .qts-section .col-xs-3 {
        width: 50%;
    }

    .media-block div img:nth-child(2) {
      top: -80%;
    }
    .media-block div img:nth-child(3) {
      top: -175%;
    }


    /* Media */
    .media-items .col-xs-3 {
      float: none;
      display: inline-block;
      width: 49%;
      vertical-align: top;
    }
    /* App */
    .app-first-section-imgs img {
      width: 18.3333% !important;
    }

    .app-first-section {
      height: 400px !important;
    }

}
@media screen and (max-width: 736px) and (min-width: 568px) and (orientation : landscape)  {
  .featured-quotes-block>img {
    left: 0;
  }
  footer .col-md-9 .col-md-3:nth-child(2), 
  footer .col-md-9 .col-md-3:nth-child(3) {
    display: block;
  }
  .media-section .col-xs-3 {
    width: 25%;
  }
}

@media screen and (max-width: 667px) and (min-width: 375px) and (orientation : landscape)  {
    #navbar .navbar-nav li a {
       padding: 6px 0 6px 30px;
    }
    .media-block div img:nth-child(2) {
      top: -55px;
    }
    .media-block div img:nth-child(3) {
      top: -138px;
    }
}

@media screen and (max-width: 568px) and (min-width: 320px) and (orientation : landscape)  {
    #navbar .navbar-nav li a {
       padding: 4px 0 4px 30px;
    }

    /* App */
    .app-first-section .over-text h1.coming {
      font-size: 19px; 
    }
    .app-first-section .over-text p.coming {
      font-size: 8px;
    }

    .media-block .qts-block-preview h3 {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }

}

@media screen and (max-width: 375px) {
    /* Content */
    .latest-media .latest-media-block {
      padding-bottom: 6.5%;
    }
    .fan-zone-box .link {
      bottom: 7%;
    }
    .qty-footer a,
    .qty-footer span {
      font-size: 13px;
    }
    .app-first-section .over-text h1.coming {
      font-size: 19px;
    }
    .app-first-section .over-text p.coming {
      font-size: 8px;
    }
}

@media screen and (max-width: 350px) {
    /* Header */
    #cookie .container-fluid {
      padding-right: 10px;
      padding-left: 10px;
    }
    #cookie .left-part p {
      width: 80%;
      margin-top: 5px;
    }
    #cookie .left-part img {
      margin-top: 20px;
    }

}


@media screen and (max-width: 320px) {
    

    /* Content */
    .swiper-pagination {
        bottom: 0 !important;
    }
    .carousel-caption {
        padding-bottom: 20px;
    }
    .latest-media .latest-media-block {
      padding-bottom: 3.5%;
    }
    .fan-zone-box .link {
      bottom: 3%;
    }
    .fan-zone {
      max-height: 215px;
    }
    footer .social-icons {
      margin-top: 16px;
    }

    /* Media */
    .media-section .col-xs-3 {
      height: 250px !important;
    }
    .media-block div img:nth-child(2) {
      top: -58%;
      left: 7px;
    }
    .media-block div img:nth-child(3) {
      top: -142%;
      left: 15px;
    }
    .media-block .qts-block-preview h3 {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }

    
    /* Conditions */
    .featured-quotes-block>img {
      left: -75%;
    }

    /* News */
    #quotes-section .news-block {
      height: 310px !important;
    }
    


    /* Footer */
    .new-tribe {
        margin: 15px auto 0;
    }

}