body{
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    color: rgb(255,255,255);
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

figure{
    margin: 0 !important;
    padding: 0 !important;
}

blockquote, q {
    quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,h2,h3{
    font-weight: 900;
}

h4,h5,h6{
    font-weight: 600;
}

h1,h2,h3,h4,h5,h6{
    font-family: "verveine", sans-serif;
}

a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}

@keyframes panning {

    0% {
        background-position: 0% 0%;
    }

    25% {
        background-position: 0% 100%;
    }

    50% {
        background-position: 0% 0%;
    }

    75% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }

}

@keyframes "spin" {

 from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
 }

 to {

    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
 }

}

@-moz-keyframes spin {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-webkit-keyframes "spin" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-ms-keyframes "spin" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-o-keyframes "spin" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

.resetPadding{
    padding: 0;
}

.marginTop5{margin-top: 5px;}
.marginTop10{margin-top: 10px;}
.marginTop15{margin-top: 15px;}
.marginTop20{margin-top: 20px;}
.marginTop25{margin-top: 25px;}
.marginTop30{margin-top: 30px;}

.marginBottom5{margin-bottom: 5px;}
.marginBottom10{margin-bottom: 10px;}
.marginBottom15{margin-bottom: 15px;}
.marginBottom20{margin-bottom: 20px;}
.marginBottom25{margin-bottom: 25px;}
.marginBottom30{margin-bottom: 30px;}

.text-align-center{
    text-align: center;
}

.euro2016MainWrapper .row{
    position: relative;
    margin: initial;
    margin-bottom: 15px;
}

/* Row with background styles */

.rowWithBackground {
    padding: 30px 15px;
    border-width: 1px 0;
    border-style: dotted;
    border-color: rgba(255,255,255,.15);
    margin: 0 -15px 30px !important;
    background-color: rgb(30,30,30);
}

.euro2016SectionWithBackgroundImage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    opacity: .04;
}

.euro2016MainWrapper a{
}

.euro2016MainWrapper a:hover{
}

body.euro2016Container{
    background-color:rgb(20,20,20);
    background-image: url(../images/euro2016-background.png);
    background-repeat: repeat;
    background-position: top left;
}

body.euro2016Container .container{
    width: 100%;
    max-width: 1010px;
}

.euro2016MainWrapper{}

.euro2016HeaderWrapper{
    position: relative;
    border-bottom: 5px solid rgb(0,100,255);
    background-color: rgb(25,25,25);
    padding: 0 0 135px;
}

.euro2016TransparentBg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    animation: panning 100s infinite linear;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Top Navigation Bar */

.euro2016BorderTop{
    position: relative;
    height: 2px;
    background: rgb(0,134,252); /* Old browsers */
    background: -moz-linear-gradient(left,  rgb(0,134,252) 0%, rgb(135,13,196) 52%, rgb(0,169,255) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgb(0,134,252) 0%,rgb(135,13,196) 52%,rgb(0,169,255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgb(0,134,252) 0%,rgb(135,13,196) 52%,rgb(0,169,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0086fc', endColorstr='#00a9ff',GradientType=1 ); /* IE6-9 */
}

.leftCanvasBorderTop{
    position: relative;
    height: 2px;
    background-color: rgb(0,134,252);
}

.euro2016TopNavbar{
    position: relative;
    background-color: rgba(20,24,24,.6);
    height: 40px;
}

.euro2016TopNavbar a {
  color: rgb(140, 140, 140);
  font-size: 12px;
  line-height: 38px;
  margin-left: 7px;
}

.euro2016TopNavbar a:hover,
.euro2016TopNavbar a:hover::before {
    opacity: .6;
}

a.toggleTopPanel::before {
  content:"\f20e";
  display: inline-block;
  font-family: "ionicons";
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  text-align: center;
  top: 2px;
}

.euro2016TopMenu {
  display: inline-block;
  float: right;
  margin-right: 25px;
  vertical-align: top;
}

.euro2016TopMenu li {
    display: inline-block;
    line-height: 40px;
    padding: 0 2px;
}


/* Main Navigation Bar */

.euro2016TopMainNavbar{
    position: relative;
    height: 70px;
    margin-bottom:20px;
    /* Background gradient styles! */
    background: rgba(1,57,188,1);
    background: -moz-linear-gradient(left, rgba(1,57,188,1) 0%, rgba(1,57,188,0.75) 0%, rgba(0,102,255,0.75) 49%, rgba(1,57,188,0.75) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,57,188,1)), color-stop(0%, rgba(1,57,188,0.75)), color-stop(49%, rgba(0,102,255,0.75)), color-stop(100%, rgba(1,57,188,0.75)));
    background: -webkit-linear-gradient(left, rgba(1,57,188,1) 0%, rgba(1,57,188,0.75) 0%, rgba(0,102,255,0.75) 49%, rgba(1,57,188,0.75) 100%);
    background: -o-linear-gradient(left, rgba(1,57,188,1) 0%, rgba(1,57,188,0.75) 0%, rgba(0,102,255,0.75) 49%, rgba(1,57,188,0.75) 100%);
    background: -ms-linear-gradient(left, rgba(1,57,188,1) 0%, rgba(1,57,188,0.75) 0%, rgba(0,102,255,0.75) 49%, rgba(1,57,188,0.75) 100%);
    background: linear-gradient(to right, rgba(1,57,188,1) 0%, rgba(1,57,188,0.75) 0%, rgba(0,102,255,0.75) 49%, rgba(1,57,188,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0139bc', endColorstr='#0139bc', GradientType=1 );
}

.offCanvasLeftIcon {
    position: absolute;
    height: 70px;
    width: 40px;
}

.offCanvasLeftIcon:hover {
    opacity:.6;
    cursor: pointer;
}

.offCanvasLeftIcon i {

}

.offCanvasLeftIcon i::after{
    color: rgb(255, 255, 255);
    display: inline-block;
    float: left;
    height: 40px;
    text-align: center;
    width: 100%;
    margin-top: 2px;
    font-style: normal;
    font-family: ionicons;
    font-size: 40px;
    content: "\f20e";
}

.offCanvasLeftIcon span{
    float: left;
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 10px;
    text-align: center;
}

.euro2016TopMainNavbar .euro2016NavbarSocialIcons{
    top: 14px;
    display: inline-block;
    position: absolute;
    right: 25px;
}

.euro2016TopMainNavbar .euro2016NavbarSocialIcons a {
    color: rgb(255,255,255) !important;
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-right: 6px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgb(255,255,255);
    border-radius: 40px;
}

.euro2016TopMainNavbar .euro2016NavbarSocialIcons a:hover {
    opacity: .6;
}

.euro2016NavbarSocialIcons .ion-ios-search-strong:hover {
    cursor: pointer;
}

.euro2016NavbarSocialIcons span{
    font-family: "Verveine", sans-serif;
    color: rgb(255,255,255);
    margin-right: 10px;
    line-height: 40px;
}

.euro2016navbarContainer{
    height: 70px;
}

.euro2016navbarContainer a:hover {
    opacity: .6;
}

/* LOGOLAR */

/* LOGO 01 */

.euro2016HeaderLogo {
    border: 1px solid rgb(255, 255, 255);
    display: inline-block;
    margin-top: 20px;
    padding: 2px;
}

.euro2016HeaderLogo div {
    background-color: rgb(255, 255, 255);
    height: 25px;
    padding: 0 10px;
}

.euro2016HeaderLogo img {
    height: 15px;
    margin-top: 3px;
    width: auto;
}

.euro2016Logo {
  display: block;
  float: left;
  margin-left: 0;
  margin-top: 13px;
}

.euro2016Logo img {
    height: 80px;
    width: auto;
    margin-top: -40px;
}

/* LOGO 02 */

.euro2016HeaderLogo02 {
    display: block;
    float: left;
    margin-top: 23px;
}

.euro2016HeaderLogo02 > img {
    height: 16px;
    width: auto;
}

.euro2016HeaderLogo02 > span > img {
    height: 12px;
    width: auto;
}

.euro2016NavbarItemsWrapper {
    display: block;
    vertical-align: top;
    padding-left: 0;
    margin-left: 20px;
    text-align: center;
}

.euro2016NavbarItemsWrapper li {
  display: inline-block;
  line-height: 70px;
  padding: 0 10px;
}

.euro2016NavbarItemsWrapper li a {
    color: rgb(255, 255, 255) !important;
    font-size: 18px;
    font-family: "verveine", sans-serif;
    font-size: 26px;
}

/* Content Wrapper */
.euro2016ContentWrapper{
    position: relative;
    background-image: url(../images/contentbg.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: rgba(50,50,50,.3);
    min-height: 1500px;
    margin-top: -120px;
    padding-top: 15px;
    padding-bottom: 350px;
}

/* Category Title Styles */
.euro2016TitleWrapper{
    border-bottom: 1px solid rgb(40,40,40);
    margin: 0 0 15px;
}

.euro2016TitleContainer {
    border-bottom: 2px solid rgb(40, 40, 40);
    display: inline-block;
    margin: 0 -15px;
    padding: 0 15px 10px;
    margin-top: 6px;
}

.euro2016TitleWrapper h3{
    display: inline-block;
    font-family: "Verveine", sans-serif;
    font-size: 28px;
    color: rgb(255,255,255);
    margin: 0;
    padding-right: 6px;
}

.euro2016TitleWrapper h1{
    display: inline-block;
    font-family: "Verveine", sans-serif;
    font-size: 28px;
    color: rgb(255,255,255);
    margin: 0;
    padding-right: 6px;
}

.euro2016TitleWrapper span, 
.euro2016TitleWrapper a {
    color: rgb(160, 160, 160);
    font-size: 14px;
    font-weight: 300;
    margin-top: 16px;
}

.euro2016TitleWrapper a i {
    font-size: 12px;
    margin-left: 6px;
}

.euro2016SubTitle{
    color: rgb(220,220,220);
    margin-bottom: 30px;
}

/* Footer */
.euro2016FooterWrapper{
    position: relative;
    border-top: 15px solid rgb(0,60,150);
    background: rgb(1,58,188); /* Old browsers */
    background: -moz-linear-gradient(left,  rgb(1,58,188) 0%, rgb(0,102,255) 50%, rgb(1,58,188) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgb(1,58,188) 0%,rgb(0,102,255) 50%,rgb(1,58,188) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgb(1,58,188) 0%,rgb(0,102,255) 50%,rgb(1,58,188) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013abc', endColorstr='#013abc',GradientType=1 ); /* IE6-9 */
}

.euro2016FooterWrapper .container{
    padding: 30px 0;
}

.euro2016FooterPattern{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/footer-pattern.png) repeat top;
    background-repeat: repeat;
    background-position: top left;
}

.footerImgWrapper {
    left: 0;
    margin: 0 auto;
    max-width: 450px;
    position: absolute;
    right: 0;
    top: -148px;
    width: 100%;
    z-index: 100;
}

.footerImgWrapper img{
    width: 100%;
}

.euro2016FooterListWrapper{
    margin: 0;
    padding: 0;
}

.euro2016FooterListWrapper a{
    color: rgb(255, 255, 255) !important;
    font-family: "verveine", sans-serif;
    font-size: 22px;
}

.euro2016FooterListWrapper a:hover{
    opacity: .6;
}

.euro2016FooterListWrapper > li{
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    padding: 0;
}

.euro2016FooterListWrapper > li > ul{
    padding: 0 0 0 25px;
}

.euro2016FooterListWrapper li:first-child ul{
    padding: 0;
}

.euro2016FooterLogosWrapper{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 35px;
}

.euro2016FooterLogosWrapper a img{
}

.euro2016FooterLogosWrapper a:nth-child(1) img{
    margin-right: 15px;
    height:25px;
}

.euro2016FooterLogosWrapper a:nth-child(2) img {
    margin-right: 15px;
    position: relative;
    height: 76px;
    margin-top: -40px;
    margin-left: 3px;
}

.euro2016FooterLogosWrapper a:nth-child(3) img {
    height: 14px;
}

.euro2016FooterWrapper .footerSocialIcons{
    position: relative;
    display: inline-block;
}

.euro2016FooterWrapper .footerSocialIcons span{
    color: rgb(255, 255, 255);
    font-family: "verveine", sans-serif;
    font-size: 22px;
    float: left;
    line-height: 40px;
    margin-right: 15px;
}

.footerCopyRightInfo{
    position:relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.euro2016FooterWrapper .footerSocialIcons a {
    color: rgb(255,255,255) !important;
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-right: 6px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgb(255,255,255);
    border-radius: 40px;
}

.euro2016FooterWrapper .footerSocialIcons a:hover {
    opacity: .6;
}

.euro2016BottomText {
    color: rgb(255,255,255);
    font-size: 14px;
    margin: 30px 0;
    text-align: center;
}

.euro2016FooterWrapper .euro2016BottomText a img {
    height: auto;
    margin: 0 5px;
    position: relative;
    top: -8px;
    width: 60px;
}




/* OffCanvas Sections */

#offCanvasLeft{
    display: none;
}

#offCanvasTop {
    background-color:rgb(20,20,20);
    background-image: url(../images/footer-pattern.png);
    background-repeat: repeat;
    background-position: top left;
}

.offCanvasTopInside{
    width: 100%;
    height: 100%;
    padding: 50px;
    color: rgb(180,180,180);
}

/* Main Swiper */

.mainSwiperContainer {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.mainSwiperContainer figure{
    margin: 0;
    width: 100%;
}

.mainSwiperContainer figure img{
    width: 100%;
}

.mainSwiperPagination {
    bottom: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 100;
}

.mainSwiperPagination .swiper-pagination-bullet {
    position: relative;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100%;
    display: inline-block;
    height: 30px;
    margin-right: 6px;
    opacity: 1;
    width: 30px;
}

.mainSwiperPagination .swiper-pagination-bullet::before {
    background-color: rgb(255, 255, 255);
    content: "";
    display: block;
    height: 1px;
    left: -7px;
    position: absolute;
    top: 14px;
    width: 7px;
}

.mainSwiperPagination .swiper-pagination-bullet:first-child::before {
    display: none;
}

.mainSwiperPagination .swiper-pagination-bullet-active::after {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    content: "";
    display: block;
    height: 20px;
    left: 4px;
    position: relative;
    top: 4px;
    width: 20px;
}

.mainSwiperNavigation{
}

.mainSwiperContainer .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.mainSwiperContainer .swiper-slide a:hover{
    opacity: 1;
}

.swiperSlideShade {
    background-color: rgb(0, 0, 0);
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
}

.mainSwiperContainer:hover .swiperSlideShade{
    opacity: 0;
}

.mainSwiperTitleWrapper {
    bottom: 90px;
    height: auto;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80%;
    z-index: 400;
    background-color: rgba(0,0,0,0.5);
    border-radius: 300px;
    box-shadow: 0 0 100px 80px rgba(0,0,0,.5);
}

.mainSwiperTitleWrapper .mainSwiperLabel {
    color: rgb(255, 255, 255);
    font-family: "verveine",sans-serif;
    font-size: 30px;
}

.mainSwiperTitleWrapper h2 {
    color: rgb(255, 255, 255);
    font-family: proxima-nova,sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin: 5px 0;
}

.mainSwiperTitleWrapper p {
    color: rgb(255, 255, 255);
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin: 5px 0;
}

.mainSwiperReadMoreButton {
    position: relative;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 15px 0;
    padding: 0 40px;
    text-align: center;
    width: auto;
}

.mainSwiperReadMoreButton:hover,
.mainSwiperReadMoreButton:focus{
    opacity: .6;
    color: rgb(255,255,255);
}

.mainSwiperReadMoreButton::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    top: 18px;
    right: -16px;
    background-color: white;
}

.mainSwiperReadMoreButton::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    top: 18px;
    left: -16px;
    background-color: white;
}

.buttonDots{
}

.buttonDots::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    top: 17px;
    right: -19px;
    background-color: rgb(255,255,255);
    border-radius: 15px;
}

.buttonDots::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    top: 17px;
    left: -19px;
    background-color: rgb(255,255,255);
    border-radius: 15px;
}

/* Reklam */

.reklam728x90 {
    height: auto;
    margin: 0 auto 30px;
    width: 728px;
}

.reklam970x90{
    height: auto;
    margin: 20px auto;
    width: 970px;
}

.reklam300x250 {
    text-align: center;
    margin: 0 auto 30px;
    z-index: 100;
}

.reklam320x50{
    position: relative;
    width: 320px;
    height: auto;
    margin:20px auto;
}

.reklam160x600Left {
    position: absolute;
    width: 160px;
    height: 600px;
    left: -190px;
    top: 150px;
}

.reklam160x600Right {
    position: absolute;
}

.reklamMasthead{
    position: relative;
    width: 970px;
    height: auto;
    margin: 0 auto 20px;
}

.adsPageSkinContainer{
    position: relative;
    top: -120px;
}

.adsPageSkinLeft{
    position: absolute;
    z-index: 1000;
    right: 980px;
    top: 0;
    width: auto;
    height: auto;
}

.adsPageSkinRight{
    position: absolute;
    z-index: 1000;
    left: 980px;
    top: 0;
    width: auto;
    height: auto;
}

/* Left */
#zone_1774{
    right: 1025px !important;
}

/* Right */
#zone_1773{
    left: 1025px !important;
}

/* Widgets */

.euro2016WidgetWrapper{
    margin-bottom: 15px;
}

.euro2016WidgetTitle {
    height: 40px;
}

.euro2016WidgetTitleBorder {
    border-bottom: 1px dotted rgb(50, 50, 50);
    float: left;
    height: 1px;
    margin: 8px 0 15px;
    position: relative;
    width: 100%;
}

.euro2016WidgetTitleBorder::before {
    background-color: rgb(50, 50, 50);
    border-radius: 5px;
    content: "";
    display: block;
    height: 5px;
    left: -5px;
    position: absolute;
    top: -2px;
    width: 5px;
}

.euro2016WidgetTitleBorder::after {
    background-color: rgb(50, 50, 50);
    border-radius: 5px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: -5px;
    top: -2px;
    width: 5px;
}

.euro2016WidgetLogoWrap{
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

.euro2016WidgetLogoWrap img{
    width: 60px;
    height: auto;
}

.euro2016WidgetTitle h3 {
    color: rgb(255,255,255);
    float: left;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}

.euro2016WidgetWrapper ul{
    margin: 0;
    padding: 0 15px;
}

.euro2016WidgetWrapper ul li {
    float: left;
    margin-bottom: 2px;
}

.euro2016WidgetImgWrap {
    position:relative;
    float: left;
    width: 80px;
    margin-right: 10px;
}

.euro2016WidgetImgWrap > span {
    position: relative;
    background-color: rgb(30, 30, 30);
    border: 1px solid rgb(50, 50, 50);
    border-radius: 100px;
    display: inline-block;
    height: 70px;
    overflow: hidden;
    padding: 5px;
    width: 70px;
}

.euro2016WidgetImgWrap > span img {
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 100px;
}

.euro2016WidgetCountOnHover {
    opacity: 0;
    border-radius: 100%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    height: 58px;
    left: 0;
    line-height: 58px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    width: 58px;
}

.euro2016WidgetWrapper ul li:hover .euro2016WidgetCountOnHover{
    opacity: 1;
}

.euro2016WidgetImgBorder {
    border-bottom: 1px solid rgb(50, 50, 50);
    float: left;
    height: 1px;
    left: -5px;
    position: absolute;
    top: 44%;
    width: 100%;
}

.euro2016WidgetImgBorder::before {
    background-color: rgb(50, 50, 50);
    border-radius: 3px;
    content: "";
    display: block;
    height: 3px;
    left: -3px;
    position: absolute;
    top: -1px;
    width: 3px;
}

.euro2016WidgetImgBorder::after {
    background-color: rgb(50, 50, 50);
    border-radius: 3px;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: -3px;
    top: -1px;
    width: 3px;
}

.euro2016WidgetContentWrap {
    margin-left: 90px;
    padding-top: 12px;
}

.euro2016WidgetContentWrap > span {
    display: block;
    float: left;
    width: 100%;
}
.euro2016WidgetContentWrap > span > a{
    display: block;
    font-size: 10px;
    color: rgb(150,150,150);
}

.euro2016WidgetContentWrap .euro2016WidgetFlag{
    margin-left: 6px;
}

.euro2016WidgetContentWrap .euro2016WidgetFlag img {
    height: 9px;
    margin-top: -2px;
    width: auto;
}

.euro2016WidgetContentWrap > h4 {
    float: left;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    width: 100%;
}

.euro2016WidgetContentWrap > h4 span{
    margin-left: 4px;
    font-weight: bold;
}

.euro2016WidgetContentWrap > h4 > a{
    color: rgb(255,255,255);
}

/* KIRMIZI KART WIDGET */
.euro2016WidgetKirmiziKart .euro2016WidgetCountOnHover {
    background-color: rgba(255, 0, 60, 0.6);
}

.euro2016WidgetKirmiziKart .euro2016WidgetTitle h3 span{
    color: rgb(255, 0, 60);
}

.euro2016WidgetKirmiziKart .euro2016WidgetContentWrap h4 span{
    color: rgb(255, 0, 60);
}


/* SARI KART WIDGET */
.euro2016WidgetSariKart .euro2016WidgetCountOnHover {
    background-color: rgba(255, 186, 0, 0.6);
}

.euro2016WidgetSariKart .euro2016WidgetTitle h3 span{
    color: rgb(255,186,0);
}

.euro2016WidgetSariKart .euro2016WidgetContentWrap h4 span{
    color: rgb(255,186,0);
}

/* DEFAULT WIDGET */
.euro2016WidgetDefault .euro2016WidgetCountOnHover {
    background-color: rgba(0, 160, 255, 0.6);
}

.euro2016WidgetDefault .euro2016WidgetTitle h3 span{
    color: rgb(0,160,255);
}

.euro2016WidgetDefault .euro2016WidgetContentWrap h4 span{
    color: rgb(0,160,255);
}


/* GREEN WIDGET */
.euro2016WidgetGreen .euro2016WidgetCountOnHover {
    background-color: rgba(100,190,40, 0.6);
}

.euro2016WidgetGreen .euro2016WidgetTitle h3 span{
    color: rgb(100,190,40);
}

.euro2016WidgetGreen .euro2016WidgetContentWrap h4 span{
    color: rgb(100,190,40);
}


/* Haberler Kutuları */

.verticalTimelineWrapper{}

.euro2016NewsBoxWrapper{
    margin-bottom: 15px;
}

.euro2016NewsBoxWrapper figure {
    background-color: rgb(0,0,0);
    position: relative;
    margin-bottom: 15px !important;
}

.euro2016NewsBoxWrapper figure img {
    height: auto;
    width: 100%;
}

.euro2016NewsBoxImgBorder {
    border: 1px solid rgba(255, 255, 255,.2);
    height: 80%;
    left: 0;
    margin-left: 6%;
    margin-top: 6%;
    position: absolute;
    right: 0;
    top: 0;
    width: 88%;
}

.verticalTimelineWrapper .row:nth-child(3) .euro2016NewsBoxImgBorder{
    height: 89%;
}

.verticalTimelineWrapper .row:nth-child(6) .euro2016NewsBoxImgBorder{
    height: 83%;
}

.verticalTimelineWrapper .row:nth-child(7) .euro2016NewsBoxImgBorder{
    height: 92.5%;
}

.verticalTimelineWrapper .row:nth-child(8) .euro2016NewsBoxImgBorder{
    height: 78%;
}

.verticalTimelineWrapper .row:nth-child(13) .euro2016NewsBoxImgBorder{
    height: 83%;
}

.euro2016NewsBoxImgIcon {
    opacity: 0;
    border: 1px solid rgba(255, 255, 255,.8);
    border-radius: 50px;
    color: rgba(255, 255, 255,.8);
    font-size: 35px;
    height: 50px;
    left: 50%;
    line-height: 52px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}

.euro2016NewsBoxWrapper figure .euro2016NewsBoxImgIcon.ion-ios-play{
    text-indent: 3px;
}

.euro2016NewsBoxWrapper:hover .euro2016NewsBoxImgIcon,
.euro2016NewsBoxWrapper:hover .euro2016NewsBoxImgBorder{
    opacity: 1;
}

.euro2016NewsBoxWrapper:hover .euro2016NewsBoxImgBorder{
    border-color: rgba(255, 255, 255,.5);
}

.euro2016NewsBoxWrapper:hover img{
    opacity: .8;
}

.euro2016NewsBoxContent{
    padding-left: 20px;
}

.euro2016NewsBoxDate{
    margin-left: -15px;
    margin-top: 5px;
}

.euro2016NewsBoxDate *{
    color: rgb(100,100,100);
}

.euro2016NewsBoxDate i{
    font-size: 20px;
}

.euro2016NewsBoxDate span{
    font-size: 12px;
}

.euro2016NewsBoxDate strong{
    font-size: 20px;
}

.euro2016NewsBoxContent h5 {
    color: rgb(255, 255, 255);
    font-family: "proxima-nova",sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
}

.euro2016NewsBoxContent p{
    color: rgb(180,180,180);
    margin-bottom: 0;
}

.euro2016NewsBoxContent .euro2016ReadMore{
    font-family: "verveine", sans-serif;
    font-size: 20px;
    color: rgb(0,160,255);
}

.euro2016NewsBoxWrapper:hover .euro2016ReadMore{
}

.euro2016NewsBoxContent .euro2016ReadMore:hover{
    opacity:.6;
}

/* GRUPLAR */

.euro2016GruplarBoxes{
    margin-bottom: 30px;
}

.euro2016GruplarTable{
    color: rgb(255,255,255);
}

.euro2016GruplarTable caption {
    border: 1px solid rgba(255,255,255,1);
    padding: 3px;
    border-radius: 50px;
    width: 50%;
    margin:0 auto 15px;
}

.euro2016GruplarTable caption > div {
    font-weight: 500;
    font-size: 16px;
    color: rgb(255,255,255);
    padding: 0 15px;
    text-align: center;
    border-radius: 40px;
    height: 28px;
    line-height: 28px;
}

.euro2016GruplarTable caption a {
    color: rgb(255,255,255);
}

table.euro2016GruplarTable > thead > tr > th {
    border-bottom: 2px solid rgba(255,255,255,.02);
}

.euro2016GruplarTable > tbody > tr > td, 
.euro2016GruplarTable > tbody > tr > th, 
.euro2016GruplarTable > tfoot > tr > td, 
.euro2016GruplarTable > tfoot > tr > th, 
.euro2016GruplarTable > thead > tr > td, 
.euro2016GruplarTable > thead > tr > th {
    border-top: 1px dotted rgba(255,255,255,.04);
}

table.euro2016GruplarTable > thead > tr > th {
}

.euro2016GruplarTable tbody tr th{
    font-weight: normal;
    color: rgb(160,160,160);
}

.euro2016GruplarTable tbody tr a{
    font-size: 14px; 
    color: rgb(255,255,255);
}

.euro2016GruplarTable tbody tr img{
    height: 30px;
    width: auto;
    margin-right: 10px;
}

.euro2016GruplarTable thead tr th:nth-child(3),
.euro2016GruplarTable tbody tr td:nth-child(3){
    text-align: center;
}

/* DETAY SAYFASI */

.euro2016DetayContentWrapper{
}

.euro2016DetayFigure {
    margin: -15px -15px 30px !important;
    position: relative;
    border-bottom: 1px dotted rgba(255,255,255,1);
    text-align: center;
    overflow: hidden;
}

.euro2016FigureFolio{
    position: absolute;
    height: 50px;
    background-color: rgba(0,0,0,.9);
    bottom: 15px;
    left: -15px;
    border-left: 15px solid rgb(255,210,0);
}

.euro2016FigureFolio span:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: rgb(255,210,0);
    margin-left: 15px;
    margin-right: 10px;
    line-height: 52px;
}

.euro2016FigureFolio span:nth-child(2){
    font-size: 12px;
    color: rgb(160,160,160);
}

.euro2016DetaySocialIcons{
    position: absolute;
    padding: 0 15px;
    top: 10px;
    right: 0;
}

.euro2016DetaySocialIcons a {
    color: rgb(160,160,160) !important;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-right: 6px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgb(160,160,160);
    border-radius: 30px;
}

.euro2016DetayTitle{
    font-family: "proxima-nova", sans-serif;
    font-size: 50px;
    color: rgb(255,255,255);
    padding: 0 15px;
}

.euro2016DetaySpot {
    padding: 0 15px;
    font-size: 24px;
    color: rgb(160,160,160);
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 700;
}

.euro2016DetayContent{}

.euro2016DetayContent p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: rgb(230,230,230);
}

.euro2016DetaySidebar{}


.euro2016DetayContentWrapper .euro2016WidgetWrapper{
    margin-bottom: 30px;
}

.euro2016DetayContentWrapper .euro2016WidgetContentWrap h4 {
    font-size: 14px;
}

.euro2016DetayContentWrapper .euro2016WidgetContentWrap {}

/* Pagination */

.euro2016Pagination{}
    
.euro2016Pagination ul{
    text-align: center;
    padding: 0;
    margin: 15px 0;
}

.euro2016Pagination li{
    display: inline-block;
    margin-right: 6px;
}

.euro2016Pagination li a{
    float: left;
    color: rgb(255,255,255);
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgb(255,255,255);
    border-radius: 40px;
}

.euro2016Pagination li:first-child a,
.euro2016Pagination li:last-child a{
    border:none;
    font-size: 20px;
}

.euro2016Pagination li.active a{
    color: rgb(0,160,255);
    border: 1px solid rgb(0,160,255);
}

.euro2016TitleBand{
    position: relative;
    min-height: 70px;
    margin: 15px -15px;
    padding:0 15px;
}

.euro2016TitleBand span {
    float: left;
    height: 70px;
    width: 70px;
    padding: 5px;
}

.euro2016TitleBand span img{
}

.euro2016TitleBand h3{
    font-size: 50px;
    float: left;
    margin: 0 0 0 10px;
    line-height: 70px;
}

.euro2016TakimInfo{
    margin-bottom: 15px;
}

.euro2016TakimInfo div{
    margin-bottom: 2px;
}

.euro2016TakimInfo strong{
}

.euro2016TakimInfo span{
}


.euro2016TitleBand .euro2016DetaySocialIcons a {
    color: rgb(255,255,255) !important;
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-right: 6px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgb(255,255,255);
    border-radius: 40px;
}

/* Progress Bar */

.euro2016DataWidget{
    margin-bottom: 15px;
}

.euro2016DataWidget li{
    font-size: 14px;
    margin-bottom: 15px;
}

.euro2016DataWidgetInfo{
    padding: 0;
    margin-bottom: 10px !important;
}

.euro2016DataWidgetInfo > div:last-child{
    text-align: right;
}

.euro2016DataWidgetProgress{
    width: 100%;
    height: 5px;
    float: left;
    position: relative;
    background-color: rgb(50,50,50);
}

.euro2016DataWidgetProgressActive{
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 67%;
    background: rgb(0,60,150);
    background: -moz-linear-gradient(left,  rgba(0,60,150,1) 0%, rgba(0,168,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,60,150,1) 0%,rgba(0,168,255,1) 100%);
    background: linear-gradient(to right,  rgba(0,60,150,1) 0%,rgba(0,168,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c96', endColorstr='#00a8ff',GradientType=1 );
}

.euro2016DataWidgetProgressActiveDot {
    position: absolute;
    width: 25px;
    height: 25px;
    right: -20px;
    top: -9px;
    background-color: rgb(35,35,35);
    border: 3px solid rgb(0,168,255);
    border-radius: 50px;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
}

.euro2016TheManager{
    margin-bottom: 30px;
}

.euro2016TheManager figure {
    margin: 0;
    padding: 0;
    background-color: rgb(0,0,0);
    position: relative;
}

.euro2016TheManager figure img{
    width: 100%;
}
.euro2016SquaredBorder {
    border: 1px solid rgba(255, 255, 255,.2);
    height: 88%;
    left: 0;
    margin-left: 6%;
    margin-top: 6%;
    position: absolute;
    right: 0;
    top: 0;
    width: 88%;
}

.euro2016ManagerContent{}

.euro2016ManagerContent > div{
    color: rgb(160,160,160);
    font-size: 12px;
    margin-top: 10px;
}

.euro2016ManagerContent h4{
    font-family: "proxima-nova", sans-serif;
    font-size: 30px;
    margin: 2px 0 4px;
}

.euro2016ManagerContent strong{
    color: rgb(160,160,160);
}


.euro2016TeamList {}

.euro2016TeamList li.euro2016Player{
    background-color: rgba(255,255,255,.03);
    padding: 15px;
    margin-bottom: 2px;
    min-height: 104px;
}

.euro2016Player figure{
    margin: 0;
    padding: 0;
}

.euro2016PlayerContent{}

.euro2016PlayerContent a:first-child{
    color: rgb(160,160,160);
    font-size: 12px;
}

.euro2016PlayerContent a:last-child{
    color: rgb(0,160,255);
    font-size: 14px;
}

.euro2016PlayerContent h4{
    margin: 2px 0;
}

.euro2016PlayerContent h4 a{
    font-family: "proxima-nova", sans-serif;
    font-size: 22px !important;
    color: rgb(255,255,255) !important;
}

.euro2016PlayerContent strong{
    color: rgb(160,160,160);
}

/* Off-Canvas Left */

#offCanvasLeft {
    background-color: rgb(0,0,0);
    /* background-image: url(../images/euro2016-background.png); */
    background-repeat: repeat;
    background-position: top left;
    padding-right: 50px;
}

.offCanvasIsShowing #offCanvasLeft{
    box-shadow: 60px 0 110px 60px rgb(0,0,0);
}

.offCanvasIsShowing .offCanvasLeftIcon {
    z-index: 20000000;
    left: -90px;
    top: 3px;
}

.offCanvasIsShowing .offCanvasLeftIcon i::after{
    content: "\f2d7";
    line-height: 48px;
}

.offCanvasIsShowing .offCanvasLeftIcon span{
    display: none;
}


.leftCanvasContent{ 
    height: 100%;
    padding-top: 60px;
    padding-left: 30px;
    margin-left: 26px;
    border-left: 10px solid rgb(0,100,255);
}

.offCanvasLeftLogo{}

.offCanvasLeftList{
    margin-top: 40px;
}

.offCanvasLeftList li {
    position: relative;
    padding: 6px 20px;
    border-bottom: 1px dashed rgba(255,255,255,.1);
}

.offCanvasLeftList li a{
    color: rgb(255,255,255);
    font-family: "Verveine", sans-serif;
    font-size: 26px;
}

.offCanvasLeftList li a:hover{
    color: rgb(0,100,255);

}

.offCanvasLeftLogo .euro2016HeaderLogo02{
    margin-top: 0;
    margin-left: 20px;
}

.offCanvasLeftLogo .euro2016HeaderLogo02 img {
    height: 50px;
    margin-top: -18px;
}

.leftCanvasContent .footerSocialIcons {
    margin:30px 0;
    text-align:center;
}

.leftCanvasContent .footerSocialIcons p{
    font-family: "Verveine", sans-serif;
    font-size: 22px;
}

.leftCanvasContent .footerSocialIcons a {
    color: rgb(255,255,255) !important;
    display: inline-block;
    font-size: 18px;
    margin-right: 2px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgb(255,255,255);
    border-radius: 40px;
}

.leftCanvasContent .footerSocialIcons a:hover {
    opacity: .6;
}


/* EURO 2016 Tabs */


ul.euro2016TabsWrapper {
    margin-bottom: 30px;
    text-align: center;
}

ul.euro2016TabsWrapper > li {
    display: inline-block;
    position: reletive;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 5px;
    border: 1px solid rgb(100,100,100);
    border-radius: 80px;
}

ul.euro2016TabsWrapper > li.active {
    position: relative;
    border-color: rgb(0,160,255);
}

ul.euro2016TabsWrapper > li.active a{
    color: rgb(0,160,255);
}

ul.euro2016TabsWrapper > li > a {
    color: rgb(200, 200, 200);
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
}

.euro2016GruplarTable caption {
    border: 1px solid rgba(255,255,255,1);
    padding: 3px;
    border-radius: 50px;
    width: 50%;
    margin: 0 auto 15px;
}

/* Search */

.euro2016SearchFormWrapper{}

.euro2016SearchForm{
    background-color: unset;
    border-bottom: 1px solid rgb(50,50,50);
    margin-top: 8px;
}

.euro2016SearchForm .form-group {
    position: relative;
    margin: 0;
}

.euro2016SearchForm .form-group > a {
    height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}

.euro2016SearchForm .form-group > a:hover i{
    opacity: 1
}

.euro2016SearchForm .form-group > a > i {
    color: rgb(80,80,80);
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
}

.euro2016SearchForm .form-control {
    background-color: initial;
    border: medium none;
    box-shadow: none;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 700;
    height: 50px;
    padding-right: 80px;
    padding-left: 0;
    opacity: 1;
}

input[placeholder], [placeholder], *[placeholder] {
    color: rgb(80,80,80);
    opacity: 1 !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgb(80,80,80) !important;
    opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgb(80,80,80) !important;
   opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgb(80,80,80) !important;
   opacity:  1 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgb(80,80,80) !important;
   opacity: 1;
}

.euro2016SearchResultInfo {
    color: rgb(160,160,160);
    padding: 10px 15px 15px;
    font-weight: normal;
}

.euro2016SearchResultInfo a{
    color: rgb(255,255,255);
    font-weight: 600;
}

/* Modal Search */

.euro2016ModalSearchWrapper{
    padding: 25px;
}

.euro2016ModalSearchWrapper .row{
    padding: 40px;
}

.euro2016ModalSearchWrapper .euro2016SearchForm{
    border-bottom: 1px solid rgb(255,255,255);
}

.euro2016ModalSearchWrapper .euro2016SearchForm::before{
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: rgb(255,255,255);
    border-radius: 5px;
    bottom: -2px;
    left: -1px;
}

.euro2016ModalSearchWrapper .euro2016SearchForm::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: rgb(255,255,255);
    border-radius: 5px;
    bottom: -2px;
    right: -1px;
}

.euro2016ModalSearchWrapper .ion-android-close {
    position: absolute;
    color: rgb(255,255,255);
    font-size: 26px;
    right: 40px;
    top: 30px;
    text-shadow: 1px 1px 0 rgb(0,130,250);
}

.euro2016ModalSearchWrapper .modal-dialog {
    position: absolute;
    margin: 0 auto;
    top: 30%;
    left: 0;
    right: 0;
}

.euro2016ModalSearchWrapper .modal-content{
    -webkit-background-clip: initial;
    background-clip: initial;
    border-radius: 0;
    border: 0;
}

.modal-backdrop{
    background-color: rgb(0,60,200);
}

.modal-backdrop.in {
    opacity: .95;
}

.euro2016ModalSearchWrapper .form-group > a {
}

.euro2016ModalSearchWrapper .form-group > a:hover i{
    opacity: 1
}

.euro2016ModalSearchWrapper .form-group > a > i {
    color: rgb(255,255,255);
}

.euro2016ModalSearchWrapper .form-control {
    color: rgb(255, 255, 255);
}

.euro2016ModalSearchWrapper input{
    color: rgb(255,255,255) !important;
}
.euro2016ModalSearchWrapper input[placeholder], [placeholder], *[placeholder] {
    color: rgba(255,255,255,.2);
    opacity: 1 !important;
}

.euro2016ModalSearchWrapper ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255,255,255,.2) !important;
    opacity: 1 !important;
}

.euro2016ModalSearchWrapper :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgba(255,255,255,.2) !important;
   opacity: 1 !important;
}

.euro2016ModalSearchWrapper ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(255,255,255,.2) !important;
   opacity:  1 !important;
}

.euro2016ModalSearchWrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(255,255,255,.2) !important;
   opacity: 1 !important;
}

.modalSearchMobile {
    position: absolute;
    right: 25px;
    top: 14px;
    color: rgb(255,255,255) !important;
    display: block;
    float: left;
    font-size: 18px;
    margin-right: 6px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgb(255,255,255);
    border-radius: 40px;
}

.euro2016SearchTabs{}

.euro2016SearchTabs ul.euro2016TabsWrapper {
    border-bottom: initial;
}

.euro2016SearchTabs ul.euro2016TabsWrapper > li {
    margin-bottom: 10px;
    margin-right: 5px;
    border: 1px solid rgb(100,100,100);
    border-radius: 80px;
}

.euro2016SearchTabs ul.euro2016TabsWrapper > li.active {
    border-color: rgb(0,160,255);
}

.euro2016SearchTabs ul.euro2016TabsWrapper > li.active a {
    color: rgb(0,160,255);
}



/* Fikstür */

.euro2016FiksturListWrapper{}

.euro2016FiksturListDate {
    font-family: "proxima-nova", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-align: center;
    margin: 15px 0 15px;
    padding: 5px;
}

.euro2016FiksturListDate i{
    margin-right: 10px;
    font-size: 20px;
}

.fiksturTable{}

.fiksturRow{
    background-color: rgba(255,255,255,.05);
    min-height: 100px;
    margin-bottom: 10px;
}

.fiksturColumn{
    float: left;
    background-color: rgba(255,255,255,.05);
    height: 100px;
}

.fiksturGroup{
    display: block;
    color: rgb(255,255,255);
    text-align: center;
    height: 100px;
    max-width: 100px;
}

.fiksturGroup:hover,
.fiksturGroup:focus{
    color: rgb(255,255,255);
}

.fiksturGroup span{
    display: inline-block;
    width: 100%;
}

.fiksturGroup span:nth-child(1) {
    font-size: 70px;
    line-height: 50px;
    font-weight: 900;
    margin-top: 18px;
}

.fiksturGroup span:nth-child(2) {
    font-size: 14px;
    position: relative;
    top: -4px;
}

.columnHome,
.columnAway{
    display: table;
}

.columnHome a,
.columnAway a{
    display: table-cell;
    vertical-align: middle;
    color: rgb(255,255,255);
    font-family: "Verveine", sans-serif;
    font-size: 22px;
}

.columnHome a{
    text-align: right;
    padding-right: 40px;
}

.columnAway a{
    text-align: left;
    padding-left: 40px;
}

.fiksturColumn .fiksturTeamHome{
    position: absolute;
    width: 50px;
    height: auto;
    left: -22px;
    margin-top: -22px;
    top: 50%;
}

.fiksturColumn .fiksturTeamAway{
    position: absolute;
    width: 50;
    height: auto;
    right: -22px;
    margin-top: -22px;
    top: 50%;
}

.fiksturColumn .fiksturTeamHome img,
.fiksturColumn .fiksturTeamAway img{
    width: 40px;
    height: 40px;
}

.fiksturColumn:nth-child(1){
    width: 12.5%;
    background-color: rgba(255,255,255,0);
}

.fiksturColumn:nth-child(2){
    width: 25%;
    background-color: rgba(255,255,255,0);
}

.fiksturColumn:nth-child(3){
    position: relative;
    width: 25%;
    background-color: rgba(255,255,255,0);
}

.fiksturColumn:nth-child(4){
    width: 25%;
    background-color: rgba(255,255,255,0);
}

.fiksturColumn:nth-child(5){
    width: 12.5%;
    background-color: rgba(255,255,255,0);
}

.fiksturColumnTarih{
    text-align: center;
}

.fiksturColumnTarih .mainSwiperReadMoreButton {
    border: 1px solid rgb(160,160,160);
    color: rgb(160,160,160);
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 35px auto 0;
    padding: 0px 20px;
}

.fiksturColumnTarih .buttonDots {
}

.fiksturColumnTarih .mainSwiperReadMoreButton::before {
    top: 14px;
    background-color: rgb(160,160,160);
}

.fiksturColumnTarih .mainSwiperReadMoreButton::after {
    top: 14px;
    background-color: rgb(160,160,160);
}

.fiksturColumnTarih .buttonDots::before {
    top: 13px;
    background-color: rgb(160,160,160);
}

.fiksturColumnTarih .buttonDots::after {
    top: 13px;
    background-color: rgb(160,160,160);
}

/* Grup Renkleri */

.fiksturAGrubu{
    background-color: rgb(244,164,96);
}
.fiksturBGrubu{
    background-color: rgb(0,180,80);
}
.fiksturCGrubu{
    background-color: rgb(220,0,50);
}
.fiksturDGrubu{
    background-color: rgb(100,50,140);
}
.fiksturEGrubu{
    background-color: rgb(255,150,0);
}
.fiksturFGrubu{
    background-color: rgb(150,135,70);
}

.teamNameDesktop{
    font-size: 26px;
}

.teamNameMobile{
    display: none;
}

.columnStadium{
    display: table;
}

.columnStadium a:nth-child(1){
    margin-right: 10px;
    color: rgb(255,255,255);
}

.columnStadium a:nth-child(2){
    display: table-cell;
    vertical-align: middle;
    color: rgb(180,180,180);
    font-size: 14px;
}

.fiksturScore{
    margin-top: 26px;
    display: inline-block;
}

.fiksturScore span{
    color: rgb(150,150,150);
    font-size: 34px;
    font-weight: 800;
}

.fiksturScore span.ion-minus{
    width: 10px;
    overflow: hidden;
    display: inline-block;
    margin: -15px 10px !important;
}

.tabPaneTitle{
    font-size: 40px;
    color: rgb(255,255,255);
    text-align: center;
}

/* Vertical Timeline */

.verticalTimelineWrapper {
    padding: 35px 0;
    margin: 70px 0 !important;
}

.euro2016VerticalBorder{
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin:0 auto;
    width: 5px;
    height: 101%;
    background-color: rgb(60,60,60);
    padding-bottom: 30px;
}

.euro2016VerticalBorder::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 5px solid rgb(60,60,60);
    border-radius: 50px;
    position: absolute;
    top: -26px;
    left: -13px;
}

.verticalTimelineMoreButton {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: -45px;
    left: -25px;
    background-color: rgb(30,30,30);
    border: 5px solid rgb(60,60,60);
    border-radius: 50px;
    text-align: center;
    box-sizing: content-box;
}

.verticalTimelineMoreButton a {
    font-size: 38px;
    color: rgb(60,60,60);
    line-height: 35px;
    width: 39px;
    height: 38px;
    border-radius: 45px;
    display: inline-block;
    -webkit-animation: spin 1s linear 0s infinite normal;
    -moz-animation: spin 1s linear 0s infinite normal;
    -ms-animation: spin 1s linear 0s infinite normal;
    -o-animation: spin 1s linear 0s infinite normal;
    animation: spin 1s linear 0s infinite normal;
    margin-top: 4px;
}


.euro2016LoadingIcon{
    text-align: center;
}

.euro2016LoadingIcon i{
    width: 50px;
    height: 50px;
    color: rgb(60,60,60);
    display: inline-block;
    -webkit-animation: spin 1s linear 0s infinite normal;
    -moz-animation: spin 1s linear 0s infinite normal;
    -ms-animation: spin 1s linear 0s infinite normal;
    -o-animation: spin 1s linear 0s infinite normal;
    animation: spin 1s linear 0s infinite normal;
    margin-top: 4px;
    font-size: 40px;
    line-height: 50px;
    -ms-transform-origin: 50% 46%;
    -webkit-transform-origin: 50% 46%;
    transform-origin: 50% 46%;
}



/*

.verticalTimelineMoreButton a::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 38px;
    width: 15px;
    height: 15px;
    background-color: rgb(60,60,60);
    border-radius: 50px;
}

*/

.historyBoxDot{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgb(30,30,30);
    top: 50%;
    border-radius: 30px;
    border: 5px solid rgb(60,60,60);
    margin-top: -15px;
    text-align: center;
}

.historyBoxDot::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: rgb(0,100,255);
    border-radius: 50px;
}

.historyBoxWrapper:hover .historyBoxDot::after{
    opacity: 1;
}

.verticalTimelineWrapper .pull-left figure .historyBoxDot {
    right: -65px;
}

.verticalTimelineWrapper .pull-right figure .historyBoxDot {
    left: -65px;
}

.historyBoxDot i{
    font-size: 20px;
    color: rgb(60,60,60);
    line-height: 53px;
}

.historyBoxWrapper {
    position: relative;
    margin-bottom: 30px;
    z-index: 200;
    padding: 0 50px !important;
}

.verticalTimelineWrapper .row:nth-child(1) .historyBoxWrapper{
    margin-top: initial !important;
}

.verticalTimelineWrapper .row:nth-child(even) .historyBoxWrapper,
.verticalTimelineWrapper .row:nth-child(odd) .historyBoxWrapper{
    margin-top: -15%;
}


/* Statlar */

.statlarBackgroundImage{
    background-image: url(images/kupa.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.euro2016ColorGrupMaclari{
    color: rgb(100,100,100);
}

.euro2016ColorSon16{
    color: rgb(0,160,220);
}

.euro2016ColorCeyrekFinaller{
    color: rgb(240,100,200);
}

.euro2016ColorYariFinaller{
    color: rgb(250,0,50);
}

.euro2016ColorFinal{
    color: rgb(255,230,0);
}

.euro2016ColorMacSayisi{
    color: rgb(160,160,160);
}

.euro2016ColorKapasite{
    color: rgb(160,160,160);
}

.euro2016ColorScheme {
    margin-bottom: 30px !important;
    padding: 20px;
}

.euro2016ColorScheme ul:first-child{
}

.euro2016ColorScheme ul{
    text-align: center;
}

.euro2016ColorScheme ul li{
    display: inline-block;
    margin-right: 15px;
}

.euro2016ColorScheme ul li i {
    font-size: 14px;
    margin-right: 4px;
}

.euro2016ColorScheme ul li span {
    font-size: 14px;
    font-weight: 300;
}

.euro2016RadialBoxes {
    min-height: 280px;
    max-width: 300px;
    background-color: rgba(35,35,35,.6);
    /* border-radius: 100px; */
    border: 1px solid rgb(50,50,50);
    padding: 10px;
    margin: 0 auto 30px;
}

.euro2016Clear a:hover .euro2016RadialBoxes{
    opacity: .5;
}

.euro2016RadialBoxes h3 {
    color: rgb(255,255,255);
    text-align: center;
    margin: 10px 0;
}

.euro2016RadialBoxes figure{
    text-align: center;
}

.euro2016RadialBoxes figure img {
    max-width: 200px;
    height: auto;
}

.euro2016RadialBoxes h2 {
    color: rgb(255,255,255);
    text-align: center;
    margin: 10px 0;
}

.euro2016RadialBoxes .row{
    text-align: center;
    padding: 0 30px;
}

.euro2016RadialBoxes .kapasiteInfo{
    color: rgb(255,255,255);
}

.euro2016RadialBoxes .macSayisiInfo{
    text-align: right;
    color: rgb(255,255,255);
}

.euro2016RadialBoxes .macSayisiInfo span{
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    line-height: 26px;
    text-align: center;
    border:1px solid rgb(255,255,255);
}

.euro2016RadialBoxes i.ion-android-radio-button-on{
    display: inline-block;
    margin-right: 2px;
}

/* Takımlar */

.euro2016TeamBoxes {
    position: relative;
    min-height: 280px;
    max-width: 300px;
    background-color: rgba(35,35,35,.6);
    /* border-radius: 100px; */
    border: 1px solid rgb(50,50,50);
    padding: 10px;
    margin: 0 auto 30px;
}

.euro2016Clear a:hover .euro2016TeamBoxes{
    opacity: .5;
}

.euro2016TeamBoxes figure{
    text-align: center;
    margin-top: 30px !important;
}

.euro2016TeamBoxes figure img {
    max-width: 100px;
    height: auto;
}

.euro2016TeamBoxes h2 {
    color: rgb(255,255,255);
    text-align: center;
    margin: 10px 0 0;
    font-size: 42px;
}

.euro2016TeamBoxes h3 {
    color: rgb(0,160,255);
    text-align: center;
    margin: 0 0 10px;
}

.euro2016TeamBoxes .row{
    text-align: center;
    padding: 0;
}

.teamBgImage {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    opacity: .05;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.euro2016TeamBoxes .euro2016DataWidget{}

.euro2016TeamBoxes .euro2016DataWidget *{
    color: rgb(255,255,255);
}

.euro2016TeamBoxes .euro2016DataWidget li{}

.euro2016TeamBoxes .euro2016DataWidget li .euro2016DataWidgetInfo{
    color: rgb(255,255,255);
}

.euro2016TeamBoxes .euro2016DataWidgetProgress{
    background-color: rgba(255,255,255,.3);
}

.euro2016TeamBoxes .teamInfo p:nth-child(1) {
    color: rgb(150,150,150);
    font-size: 12px;
    margin-bottom: 0 !important;
}

.euro2016TeamBoxes .teamInfo p:nth-child(2){
    color: rgb(255,255,255);
    font-size: 18px;
    margin-bottom: 10px;
}

/* Takım Detay Fikstür */

.takimDetayFikstur{}

.takimDetayFikstur .euro2016FiksturListDate{
    font-family: "proxima-nova", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-align: center;
    margin: 15px 0 15px;
    padding: 5px;
}

.takimDetayFikstur .fiksturRow {
    background-color: initial;
    border-bottom: 1px dotted rgb(50,50,50);
    min-height: initial;
}

.takimDetayFikstur .fiksturGroup {
    display: block;
    color: rgb(255,255,255);
    text-align: center;
    height: 70px;
    max-width: 70px;
    background-color: initial !important;
    border-radius: 100px;
    border: 1px solid rgb(60,60,60);
    margin-top: 10px;
}

.takimDetayFikstur .fiksturGroup span:nth-child(1) {
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 12px;
}

.takimDetayFikstur .fiksturGroup span:nth-child(2) {
    font-size: 12px;
    position: relative;
    top: -6px;
}

.takimDetayFikstur .mainSwiperReadMoreButton{
    position: relative;
}

.takimDetayFikstur .fiksturDetayDate {
    color: rgb(255,255,255);
    position: absolute;
    width: 200%;
    left: -50%;
    right: 0;
    margin: 0 auto;
}

.takimDetayFikstur .fiksturRow .fiksturColumn{}


/* Fikstur Slider */

.euro2016FiksturSliderWrapper{
    position: relative;
    min-height: 150px;
    background-color: rgba(255,255,255,.15);
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(255,255,255,.3);
    padding: 20px;
}

.fixturContainer{
    position: relative;
    padding: 0;
}

.fiksturSwiperContainer{
    text-align: center;
    overflow: hidden;
}

.fiksturSwiperContainer .swiper-container {
    width: 100%;
    height: 100%;
}

.fiksturSwiperContainer .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 160px;
    background-color: rgba(0,0,0,.5);
    border: 8px solid rgba(255,255,255,.4);
    border-radius: 100px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: initial;
}

.fiksturSwiperContainer .swiper-slide::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    /* background-color: rgba(255,255,255,.4); */
    border-radius: 20px;
    right: -22px;
    top: 50%;
    margin-top: -4px;
    display: block;
    border: 2px solid rgba(255,255,255,.4);
}

.fiksturSwiperContainer .swiper-slide:first-child::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    left: -22px;
    top: 50%;
    margin-top: -4px;
    display: block;
    border: 2px solid rgba(255,255,255,.4);
}

.swiper-slide-inner{
    position: relative;
    width: 100%;
    height: 100%;
}

.fiksturSwiperContainer .fiksturSliderDate{
    color: rgb(255,255,255);
    font-size: 24px;
    text-align: center;
    margin: 10px 0 0;
}

.fiksturSwiperContainer .swiper-slide-inner .fiksturSliderLeft{
    float: left;
    width: 33%;
    text-align: center;
}

.fiksturSwiperContainer .swiper-slide-inner .fiksturSliderMiddle{
    float: left;
    width: 34%;
    padding: 0;
    text-align: center;
}

.fiksturSwiperContainer .swiper-slide-inner .fiksturSliderRight{
    float: left;
    width: 33%;
    text-align: center;
}

.fiksturSwiperContainer .fiksturSliderRight figure,
.fiksturSwiperContainer .fiksturSliderLeft figure {
    margin: -4px 0 5px !important;
}

.fiksturSwiperContainer .fiksturSliderRight figure img, 
.fiksturSwiperContainer .fiksturSliderLeft figure img {
    height: 50px;
    width: auto;
    border: 2px solid rgb(255,255,255);
    border-radius: 100%;
}

.fiksturSwiperContainer .teamShortCode {
    color: rgb(255,255,255);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.fiksturSliderTime {
    display: block;
    color: rgb(255,255,255);
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 2px 2px rgb(20,20,20);
    height: 46px;
}

.fiksturSliderScore{
    display: block;   
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: rgb(250,200,80);
    text-shadow: 2px 2px rgb(20,20,20);
}

.fiksturSliderScore:hover{
    color: rgb(250,200,80);
    opacity: .6;
}

.fiksturSliderScore span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.fiksturSliderScore i.euro2016Minus{
    position: relative;
    font-size: 12px;
    margin: 0px 10px 0;
    top: -10px;
    border-bottom: 4px solid rgb(250,200,80);
    width: 12px;
    display: inline-block;
    line-height: 19px;
    text-shadow: none;
}

.fiksturSliderStadium{
}

.fiksturSliderStadium a {
    font-size: 12px;
    color: rgb(180,180,180);
    line-height: 12px !important;
    height: auto;
    display: inline-block;
}

.fiksturSliderStadium a:hover{
    color: rgb(0,160,255);
    opacity: initial;
}

.fiksturSliderCity {
    display: inline-block;
    color: rgb(250,200,80);
    font-family: "Verveine", sans-serif;
    font-size: 16px;
    text-align: center;
}

.fiksturSliderCity:hover{
    color: rgb(0,160,255) !important;
    opacity: initial !important;
}

.fiksturSliderMiddle a.ion-android-stopwatch{
    font-size: 16px;
    color: rgb(0,160,255) !important;
    margin: 0px -8px 0 4px;
}





.euro2016MacErtelendi{}

.macIptalTakimlar{
    font-size: 12px;
    color: rgb(255,255,255);
    margin-top: 26px;
    text-align: center;
}

.macIptalTakimlar i{}

.macIptalTakimlar i img{
    height: 10px;
    width: auto;
    margin: -4px 4px 0;
}

.macErtelendiError{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(30,40,50,1);
    text-align: center;
    top: 0;
    left: 0;
    border-radius: 100px;
    background-image: url(../images/fikstur-slider-bg.png);
    background-repeat: repeat;
    background-position: 0px 265px;
    background-size: 105%;
}

.macErtelendiError > span{
    display: block;
    font-family: "Verveine", sans-serif;
    font-size: 35px;
}

.macErtelendiError > p{
    font-size: 14px;
    color: rgb(255,255,255);
    padding: 0 15px;
    margin: 0;
    line-height: 14px;
}

.macErtelendiError > p > strong{
    color: rgb(0,200,255);
}

.ion-ios-arrow-forward,
.ion-ios-arrow-back{
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 50px;
    color: rgba(255,255,255,.4);
    top: 50%;
    margin-top: -25px;
    border-radius: 100px;
}

.ion-ios-arrow-forward:hover,
.ion-ios-arrow-back:hover{
    cursor: pointer;
}

.ion-ios-arrow-forward{
    right: -60px;
}

.ion-ios-arrow-back{
    left: -60px;
}

.euro2016SocialRow{}

.euro2016DetaySocialMediaIcons{}

.euro2016DetaySocialMediaIcons i{
    font-size: 22px;
    color: rgb(255,255,255);
    margin-right: 10px;
    height: 20px;
    line-height: 10px;
    position: relative;
    display: inline-block;
    top: 4px;
}

.euro2016DetaySocialMediaIcons a {
    display: inline-block;
    position: reletive;
    height: 26px;
    margin-right: 5px;
    border-radius: 80px;
    color: rgb(200, 200, 200);
    line-height: 26px;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    min-width: 90px;
}

.euro2016DetaySocialMediaIcons a.facebook {
    background-color: rgb(58,88,152);
    box-shadow: -2px 2px 0 rgb(38,68,132);
}

.euro2016DetaySocialMediaIcons a.twitter {
    background-color: rgb(0,140,210);
    box-shadow: -2px 2px 0 rgb(0,120,190);
}









/* Tüm Maçlar */


.euro2016GruplarBoxes{
    margin-bottom: 30px;
}

.euro2016TumMaclarTable{
    color: rgb(255,255,255);
    border: none;
}

.euro2016TumMaclarTable caption {
    border: 1px solid rgba(255,255,255,1);
    padding: 3px;
    border-radius: 50px;
    width: 50%;
    margin:0 auto 15px;
}

.euro2016TumMaclarTable caption > div {
    font-weight: 500;
    font-size: 16px;
    color: rgb(255,255,255);
    padding: 0 15px;
    text-align: center;
    border-radius: 40px;
    height: 28px;
    line-height: 28px;
}

.euro2016TumMaclarTable caption a {
    color: rgb(255,255,255);
}

table.euro2016TumMaclarTable > thead > tr > th {
    border-bottom: 2px solid rgba(255,255,255,.02);
}

.euro2016TumMaclarTable > tbody > tr > td, 
.euro2016TumMaclarTable > tbody > tr > th, 
.euro2016TumMaclarTable > tfoot > tr > td, 
.euro2016TumMaclarTable > tfoot > tr > th, 
.euro2016TumMaclarTable > thead > tr > td, 
.euro2016TumMaclarTable > thead > tr > th {
    border-top: 1px dotted rgba(255,255,255,.04);
    padding: 2px 0;
}

table.euro2016TumMaclarTable > thead > tr > th {
    padding: 0 0 5px;
}

.euro2016TumMaclarTable tbody tr th{
    font-weight: normal;
    color: rgb(160,160,160);
    font-size: 12px;
    line-height: 22px;
}

.euro2016TumMaclarTable tbody tr a{
    font-size: 14px; 
    color: rgb(255,255,255);
}

.euro2016TumMaclarTable tbody tr img {
    height: 15px;
    width: auto;
    margin-right: 10px;
    margin-top: -4px;
}

.euro2016TumMaclarTable thead tr th:nth-child(3),
.euro2016TumMaclarTable tbody tr td:nth-child(3){
    text-align: center;
}

.tumMaclarTableGroup a{
    color: rgb(255,255,255);
    text-align: center;
    padding: 5px;
    width: 30px;
    display: inline-block;
    position: relative;
    left: -5px;
    height: 30px;
    border-radius: 30px;
}

.tumMaclarTableGroup a:focus,
.tumMaclarTableGroup a:hover{
    color: rgb(255,255,255);
}

.tumMaclarGruplar .tumMaclarGrupBoxWrapper:nth-child(1) .euro2016TumMaclarTable .tumMaclarTableGroup a{
    background-color: rgb(244,164,96);
}

.tumMaclarGruplar .tumMaclarGrupBoxWrapper:nth-child(2) .euro2016TumMaclarTable .tumMaclarTableGroup a{
    background-color: rgb(0,180,80);
}

.tumMaclarGruplar .tumMaclarGrupBoxWrapper:nth-child(3) .euro2016TumMaclarTable .tumMaclarTableGroup a{
    background-color: rgb(220,0,50);
}

.tumMaclarGruplar .tumMaclarGrupBoxWrapper:nth-child(4) .euro2016TumMaclarTable .tumMaclarTableGroup a{
    background-color: rgb(100,50,140);
}

.tumMaclarGruplar .tumMaclarGrupBoxWrapper:nth-child(5) .euro2016TumMaclarTable .tumMaclarTableGroup a{
    background-color: rgb(255,150,0);
}

.tumMaclarGruplar .tumMaclarGrupBoxWrapper:nth-child(6) .euro2016TumMaclarTable .tumMaclarTableGroup a{
    background-color: rgb(150,135,70);
}

.tumMaclarContentWrapper{
    padding-top: 150px;
    padding-bottom: 250px;
    min-height: 1000px;
    background-color: rgb(20,20,20);
    background-image: url(images/euro2016-background.png);
    background-repeat: repeat;
    background-position: top left;
    margin-top: -120px;
    z-index: 50;
    position: relative;
    border-top: 5px solid rgb(0,100,255);
}

.tumMaclarGrupBoxWrapper{
    padding:5px;
}

.tumMaclarGrupBoxes{
    padding: 10px;
    min-height: 300px;
    background-color: rgba(255,255,255,.02);
}

.tumMaclarContentWrapper .tumMaclarGrupBoxWrapper:nth-child(even) .tumMaclarGrupBoxes{
    min-height: 300px;
    background-color: rgba(255,255,255,.05);
}

.tumMaclarDetails{}

.tumMaclarDetails > li{
    width: 100%;
    float: left;
    border-bottom: 1px dotted rgb(60,60,60);
    padding-bottom: 0;
    margin-bottom: 5px;
}

.tumMaclarDetails > li p{
    font-size: 10px;
    text-align: center;
    color: rgb(160,160,160);
    margin-bottom: 0;
}

.tumMaclarDetails > li p span{}

.tumMaclarDetails > li > div{
    float: left;
}

.tumMaclarDetails > li > div > a{
    color: rgb(255,255,255);
    font-size: 10px;
}

.tumMaclarHomeTeam{
    width: 35%;
    text-align: right;
}

.tumMaclarHomeScore{
    float: left;
    display: inline-block;
    font-size: 14px;
    width: 32%;
    text-align: center;
    line-height: 24px;
    color: rgb(250,200,80);
}

.tumMaclarIcon{
    float: left;
    display: inline-block;
    width: 32%;
    text-align: center;
    color: rgb(250,200,80);
}

.tumMaclarIcon i{
    line-height: 24px;
}

.tumMaclarAwayScore{
    float: left;
    display: inline-block;
    font-size: 14px;
    width: 32%;
    text-align: center;
    line-height: 24px;
    color: rgb(250,200,80);
}

.tumMaclarAwayTeam{
    width: 35%;
}

.tumMaclarCanliLink{
    width: 30%;
    margin-bottom: 6px;
}

.tumMaclarSon16Takim{}

.tumMaclarSon16Takim .tabPaneTitle{
    margin-bottom: 50px;
}

.tumMaclarSon16Takim .tumMaclarSon16Boxes{
    position: relative;
    float: left;
    width: 25%;
    margin-bottom: 42px;
    padding: 0 5px;
}

.tumMaclarSon16Boxes .son16Title{
    height: 30px;
    width: 100%;
    position: absolute;
    top: -22px;
    left: 5px;
    font-size: 12px;
}

.tumMaclarSon16Boxes .son16Title div:nth-child(1){
    float: left;
    height: 22px;
    width: 50%;
    background-color: rgb(0,100,255);
    line-height: 22px;
    padding: 0 15px;
}

.tumMaclarSon16Boxes .son16Title div:nth-child(1) span{
    float: right;
    display: inline-block;
    height: 18px;
    border: 1px solid rgb(255,255,255);
    text-align: center;
    width: 18px;
    border-radius: 22px;
    line-height: 18px;
    position: relative;
    font-size: 8px;
    top: 2px;
}

.tumMaclarSon16Boxes .son16Title div:nth-child(2){
    float: left;
    width: 50%;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    color: rgb(105,105,105);
}


.tumMaclarSon16Boxes .son16Teams{
    background-color: rgba(255,255,255,.03);
}

.tumMaclarSon16Boxes .son16Teams div{
    height: 40px;
}

.tumMaclarSon16Boxes .son16Teams span{
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
}

.tumMaclarSon16Boxes .son16Teams a{
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
    color: rgb(255,255,255);
}

.son16TeamsTeam{}

.son16TeamsScore{
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0 !important;
}

.son16TeamsScorePenalties{
    position: relative;
    top: -4px;
    color: rgb(250,200,80);
    font-size:10px;
    font-style: initial !important;
}

.tumMaclarSon16Boxes .son16Teams .son16TeamsHome{
    /*border-bottom: 1px solid rgba(255,255,255,.05);*/
}

.tumMaclarSon16Boxes .son16Teams .son16TeamsAway{}



.tumMaclarSon16Takim .tumMaclarSon16Boxes:nth-child(odd) .son16TeamsHome{
    background-color: rgba(255,255,255,.04);
}

.tumMaclarSon16Takim .tumMaclarSon16Boxes:nth-child(even) .son16TeamsAway{
    background-color: rgba(255,255,255,.06);
}


.tumMaclarCeyrekFinaller{}

.tumMaclarCeyrekFinaller .tumMaclarSon16Boxes .son16Title div:nth-child(1){
    background-color: rgb(0,170,70);
}


.tumMaclarYariFinaller{}

.tumMaclarYariFinaller .tumMaclarSon16Boxes .son16Title div:nth-child(1){
    background-color: rgb(100,40,150);
}







.tumMaclarFinal{}

.tumMaclarFinal .tumMaclarSon16Boxes .son16Title div:nth-child(1){
    background-color: rgb(237,20,61);
}

.tumMaclarFinal .tumMaclarSon16Boxes{
    float: none !important;
    margin: 0 auto !important;
}

.tumMaclarFinal .tumMaclarSon16Boxes .son16Teams div{
    height: 60px;
}

.tumMaclarFinal .tumMaclarSon16Boxes .son16Teams span {
    line-height: 60px;
}

.tumMaclarLogoOutter{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 70px;
    height: auto;
}

.tumMaclarLogowrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.tumMaclarLogoTop{
    position: absolute;
    top: -50px;
    left: 0;
    height: 70px;
    width: 70px;
    background-color: rgb(0,100,255); 
    border-radius: 70px;
}

.tumMaclarLogoTop::after{
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    height: 70px;
    width: 70px;
    background-color: rgb(20,20,20);
    border-radius: 70px;
}

.tumMaclarLogo{
    position: absolute;
    z-index: 200;
    width: 120px;
    left: -25px;
    top: 9px;
}

.euro2016Winner{}

.euro2016Winner img{}








.fiksturSon16Takim{
    background-color: rgb(0,100,255);
}

.fiksturGroup.fiksturCeyrekFinal{
    background-color: rgb(0,170,70);
}

.fiksturGroup.fiksturYariFinal{
    background-color: rgb(100,40,150);
}

.fiksturGroup.fiksturFinal{
    background-color: rgb(237,20,61);
}

.fiksturGroup.fiksturSon16Takim .fiksturGroupContent span:nth-child(1),
.fiksturGroup.fiksturCeyrekFinal .fiksturGroupContent span:nth-child(1),
.fiksturGroup.fiksturYariFinal .fiksturGroupContent span:nth-child(1),
.fiksturGroup.fiksturFinal .fiksturGroupContent span:nth-child(1){
    font-size: 14px;
    position: relative;
    top: 0;
    line-height: inherit;
    font-weight: inherit;
}

.fiksturGroup.fiksturSon16Takim .fiksturGroupContent span:nth-child(2),
.fiksturGroup.fiksturCeyrekFinal .fiksturGroupContent span:nth-child(2),
.fiksturGroup.fiksturYariFinal .fiksturGroupContent span:nth-child(2),
.fiksturGroup.fiksturFinal .fiksturGroupContent span:nth-child(2){
    font-size: 26px;
    line-height: 36px;
    font-weight: 900;
    margin-top: 0;
}



.takimDetayFikstur .fiksturGroup.fiksturSon16Takim .fiksturGroupContent span:nth-child(1),
.takimDetayFikstur .fiksturGroup.fiksturCeyrekFinal .fiksturGroupContent span:nth-child(1),
.takimDetayFikstur .fiksturGroup.fiksturYariFinal .fiksturGroupContent span:nth-child(1){
    font-size: 10px;
    margin-top: 18px;
}

.takimDetayFikstur .fiksturGroup.fiksturSon16Takim .fiksturGroupContent span:nth-child(2),
.takimDetayFikstur .fiksturGroup.fiksturCeyrekFinal .fiksturGroupContent span:nth-child(2),
.takimDetayFikstur .fiksturGroup.fiksturYariFinal .fiksturGroupContent span:nth-child(2){
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    margin-top: 0px;
}

.takimDetayFikstur .fiksturGroup.fiksturFinal .fiksturGroupContent span:nth-child(1){
    font-size: 14px;
    font-weight: 800;
    margin-top: 25px;
}




/* EURO 2016 Media Queries */

@media (max-width: 500px) {

    .mainSwiperTitleWrapper p {
        display: none !important;
    }

    .mainSwiperTitleWrapper h2 {
        font-size: 22px;
    }

    .historyBoxWrapper {
        padding: 0 20px 0 60px !important;
    }

    .verticalTimelineWrapper .pull-right figure .historyBoxDot,
    .verticalTimelineWrapper .pull-left figure .historyBoxDot {
        right: initial;
        left: -48px;
    }

    .euro2016FooterListWrapper a {
        font-size: 18px;
        line-height: 20px !important;
        display: block;
    }

    .euro2016FooterListWrapper > li > ul > li{
        margin-bottom: 10px;
    }

    .euro2016FooterLogosWrapper img:nth-child(1) {
        height: 24px;
        margin-top: -8px;
    }

    .euro2016FooterLogosWrapper img:nth-child(2) {
        height: 70px;
        margin-top: -44px;
    }

    .euro2016FooterLogosWrapper img:nth-child(3) {
        height: 11px;
        margin-top: -10px;
    }

    .tableDisplayNone{
        display: none;
    }

    .euro2016SearchForm .form-control{
        font-size: 20px;
    }

    .euro2016TransparentBg {
        background-size: 300% auto !important;
        animation: panning 50s infinite linear !important;
    }

    .tumMaclarSon16Takim .tumMaclarSon16Boxes{
        width: 100%;
    }

}


@media (min-width: 501px) and (max-width: 766px) {

    .verticalTimelineWrapper .pull-right figure .historyBoxDot,
    .verticalTimelineWrapper .pull-left figure .historyBoxDot {
        right: initial;
        left: -65px;
    }

    .historyBoxWrapper {
        padding: 0 50px 0 77px!important;
    }

    .euro2016TransparentBg {
        animation: panning 80s infinite linear;
    }

    .tumMaclarSon16Takim .tumMaclarSon16Boxes{
        width: 50%;
    }

    .tumMaclarGrupBoxWrapper{
        float: left !important;
        width: 50% !important;
    }

}

@media (min-width: 501px) and (max-width: 991px) {

    .mainSwiperTitleWrapper h2 {
        font-size: 26px;
    }

}

@media (max-width: 767px) {

    .euro2016GruplarTable{
        border: none;
    }

    .mainSwiperPagination {
        position: relative;
        margin-top: 15px;
        bottom: initial;
    }

    .mainSwiperTitleWrapper {
        bottom: 10px;
    }

    .fiksturRow{
        padding-bottom: 10px;
    }

    .fiksturRow .fiksturColumn:nth-child(1){
        display: none;
    }

    .fiksturRow .fiksturColumn:nth-child(2),
    .fiksturRow .fiksturColumn:nth-child(4){
        width: 30%;
    }

    .fiksturRow .fiksturColumn:nth-child(3){
        width: 40%;
    }

    .teamNameDesktop{
        display: none;
    }

    .teamNameMobile{
        display: initial !important;
    }

    .columnHome a,
    .columnAway a{
        text-align: center !important;
        padding: initial !important;
        font-size: 32px !important;
    }

    .fiksturColumnTarih .mainSwiperReadMoreButton {
        padding: 0px 10px !important;
    }

    .columnStadium{
        width: 100% !important;
        height: initial !important;
        text-align: center;
    }

    .columnStadium a{
        display: initial !important;
        color: rgb(255,255,255);
        line-height: 30px;
    }

    .euro2016TitleContainer {
        border-bottom: initial;
    }

    .euro2016FiksturListDate {
        background-color: rgb(0,100,200);
        border-bottom: 8px solid rgb(0,70,170);
    }

    .euro2016RadialBoxes .macSayisiInfo{
        text-align: center !important;
        margin-top: 6px;
    }

    .statlarBackgroundImage{
        background-size: 200% !important;
    }

    .euro2016VerticalBorder {
        left: 25px;
        right: initial;
        margin: initial;
    }

    .verticalTimelineWrapper .row:nth-child(even) .historyBoxWrapper,
    .verticalTimelineWrapper .row:nth-child(odd) .historyBoxWrapper{
        margin-top: initial;
    }

    .euro2016DetaySocialMediaIcons{
        display: block;
        width: 100%;
        text-align: center;
        border-width: 1px 0;
        border-style: dotted;
        border-color: rgb(50,50,50);
        padding: 10px 0;
        margin: 15px 0;
    }

    .euro2016TopMenu{
        display: none;
    }

    .takimDetayDisplayNone{
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .euro2016RadialBoxes .row{
        padding: initial !important;
    }

    .euro2016TransparentBg {
        animation: panning 80s infinite linear;
    }

    .tumMaclarSon16Takim .tumMaclarSon16Boxes{
        width: 50%;
    }

}


@media (max-width: 991px) {

    .displayNoneTo991{
        display: none;
    }

    .euro2016NavbarItemsWrapper{
        display: none;
    }

    .mainSwiperTitleWrapper .mainSwiperLabel {
        font-size: 22px;
    }

    .mainSwiperTitleWrapper p {
        font-size: 14px;
        line-height: 18px;
    }

    .mainSwiperReadMoreButton {
        margin: 8px 0;
    }

    .doNotDisplayInMobile{
        display: none !important;
    }

    .euro2016Logo {
        position: absolute;
        display: block;
        right: 50%;
        margin-right: -50px;
        margin-top: 15px;
    }

    .reklamMasthead {
        position: relative;
        height: auto;
        margin: 0 auto 20px;
        text-align: center;
        width: auto;
    }

    .reklam970x90{
        position: relative;
        left: -5px;
        height: auto;
        margin: 0 auto 20px;
        text-align: center;
        width: auto;
    }

    @keyframes panning {

        0% {
            background-position: -300px 0%;
        }

        25% {
            background-position: -300px 100%;
        }

        50% {
            background-position: -300px 0%;
        }

        75% {
            background-position: -300px 100%;
        }

        100% {
            background-position: -300px 0%;
        }

    }

    .euro2016TransparentBg {
        background-size: 250% auto;
    }


}

@media (min-width: 992px) {

    .offCanvasLeftIcon{
        display: none;
    }

}


@media (max-width: 1199px) {

    .euro2016HeaderLogo02 {
        margin-left: 50px;
    }

    .euro2016TopMainNavbar .euro2016NavbarSocialIcons{
        display: none;
    }

}

@media (max-width: 1150px) {

    .euro2016FiksturSliderWrapper {
        padding: 20px 40px !important;
    }

    .ion-ios-arrow-forward{
    right: -45px;
    }

    .ion-ios-arrow-back{
        left: -45px;
    }

}



@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px){
        .modalSearchMobile{
            display: none !important;
        }
}

@media (min-width: 1400px){

    .tumMaclarGrupBoxWrapper{
        width: 16.66%;
        float: left;
    }

}

@media (min-width: 992px){}

@media (min-width: 320px) and (max-width: 450px) {}

@media (min-width: 321px) and (max-width: 374px) {}

@media (min-width: 375px) and (max-width: 500px) {}

@media (min-width: 501px) and (max-width: 600px) {}

@media (min-width: 375px) and (max-width: 600px) {}

@media (min-width: 601px) and (max-width: 767px) {}

@media (width: 320px) {

    .fiksturSliderScore,
    .fiksturSliderTime {
        font-size: 32px;
    }

    .fiksturSliderStadium a {
        font-size: 10px;
        line-height: 10px !important;
    }

    .fiksturSwiperContainer .teamShortCode {
        font-size: 12px;
    }

    .fiksturSwiperContainer .fiksturSliderRight figure img, 
    .fiksturSwiperContainer .fiksturSliderLeft figure img {
        height: 50px;
    }

    .reklam300x250 {
        margin: 10px 0 30px -25px;
    }

    .footerSocialIcons{
        text-align: center;
    }

    .footerSocialIcons span{
        display: block;
        width: 100%;
    }

    .euro2016FooterWrapper .footerSocialIcons a{
        float: initial;
    }

    .columnHome a, 
    .columnAway a {
        font-size: 24px !important;
    }

    .columnStadium a:nth-child(1) {
        display: block !important;
        width: 100% !important;
    }

    .fiksturTeamHome,
    .fiksturTeamAway{
        z-index: 200;
    }

    .fiksturScore span {
        font-size: 26px;
        font-weight: 700;
    }

    .mainSwiperReadMoreButton::before,
    .mainSwiperReadMoreButton::after{
        display: none;
    }

    .euro2016GruplarTable tbody tr img {
        height: 22px;
        margin-right: 8px;
    }

    .euro2016GruplarTable tbody tr a {
        font-size: 12px;
    }

    .footerImgWrapper {
        top: -110px;
    }

}

@media (width: 360px) {}

/* iPhone 6 portrait · width: 375px */
@media (width: 375px) {

    .footerImgWrapper {
        top: -126px;
    }

}


@media (width: 425px) {

    .footerImgWrapper {
        top: -141px;
    }

}


/* iPhone 5 landscape · width: 568px */
@media (width: 568px) {}

/* iPhone 6 landscape · width: 667px */
@media (width: 667px) {}

/* iPhone 6 Plump portrait · width: 414px */
@media (width: 414px) {}

/* iPhone 6 Plump landscape · width: 736px */
@media (width: 736px) {}

/* iPad portrait · width: 768px */
@media (width: 768px) {

    .euro2016DetaySocialMediaIcons a {
        font-size: 12px;
        min-width: 80px;
    }


}

/* iPad landscape · width: 1024px */
@media (width: 1024px) {

    .euro2016Logo {
        margin-left: 38px;
    }

}



/* euro2016Clear Styles */

@media (min-width:1200px){
    .euro2016Clear .col-lg-1:nth-child(12n+1){clear:left;}
    .euro2016Clear .col-lg-2:nth-child(6n+1){clear:left;}
    .euro2016Clear .col-lg-3:nth-child(4n+1){clear:left;}
    .euro2016Clear .col-lg-4:nth-child(3n+1){clear:left;}
    .euro2016Clear .col-lg-6:nth-child(odd){clear:left;}
}

@media (min-width:992px) and (max-width:1199px){
    .euro2016Clear .col-md-1:nth-child(12n+1){clear:left;}
    .euro2016Clear .col-md-2:nth-child(6n+1){clear:left;}
    .euro2016Clear .col-md-3:nth-child(4n+1){clear:left;}
    .euro2016Clear .col-md-4:nth-child(3n+1){clear:left;}
    .euro2016Clear .col-md-6:nth-child(odd){clear:left;}
}

@media (min-width:768px) and (max-width:991px){
    .euro2016Clear .col-sm-1:nth-child(12n+1){clear:left;}
    .euro2016Clear .col-sm-2:nth-child(6n+1){clear:left;}
    .euro2016Clear .col-sm-3:nth-child(4n+1){clear:left;}
    .euro2016Clear .col-sm-4:nth-child(3n+1){clear:left;}
    .euro2016Clear .col-sm-6:nth-child(odd){clear:left;}
}

@media (max-width:767px){
    .euro2016Clear .col-xs-1:nth-child(12n+1){clear:left;}
    .euro2016Clear .col-xs-2:nth-child(6n+1){clear:left;}
    .euro2016Clear .col-xs-3:nth-child(4n+1){clear:left;}
    .euro2016Clear .col-xs-4:nth-child(3n+1){clear:left;}
    .euro2016Clear .col-xs-6:nth-child(odd){clear:left;}
}


